{"info":{"_postman_id":"72be1eea-775b-46d8-844e-53da23fefbf4","name":"ShipTurtle API Integration","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"30688585","collectionId":"72be1eea-775b-46d8-844e-53da23fefbf4","publishedId":"2s9YkgBjCr","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-12-07T12:59:23.000Z"},"item":[{"name":"Orders","item":[{"name":"fetch-orders","id":"748f8000-4267-44b9-a3f5-1a13584d6c70","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-v2.shipturtle.com/api/v1/all-orders/fetchData?query={\"order_date\":{\"startDate\":\"11/1/2023\",\"endDate\":\"11/16/2023\"},\"type_of_order\":\"forward order\"}&limit=1&ascending=0&page=1&byColumn=1","description":"<p>This endpoint makes an HTTP GET request to retrieve a specific set of orders from the API. The request includes query parameters for order date, type of order, limit, sorting, and pagination. The last call to this endpoint did not include a request body.</p>\n<p>On Successful execution , the response will includes a status code of 200, along with an array of order data. Each order object contains various details such as user ID, pick list status, total weight, total price, shipping and billing addresses, payment status, errors, and more.</p>\n<p>The user can use this endpoint to fetch a specific set of orders based on the provided query parameters, and use the response data to further process and analyze the retrieved orders.</p>\n<p>Refere To Example Request And Response for more information.</p>\n<h3 id=\"status-code\">Status code</h3>\n<p>200 - Success / OK</p>\n<p>201 - Created</p>\n<p>202 - Accepted</p>\n<p>204 - No Content</p>\n<p>400 - Bad request</p>\n<p>401 - Unauthorized error</p>\n<p>500 - Internal server error</p>\n","urlObject":{"protocol":"https","path":["api","v1","all-orders","fetchData"],"host":["api-v2","shipturtle","com"],"query":[{"description":{"content":"<p>This field includes inputs for various filters</p>\n","type":"text/plain"},"key":"query","value":"{\"order_date\":{\"startDate\":\"11/1/2023\",\"endDate\":\"11/16/2023\"},\"type_of_order\":\"forward order\"}"},{"description":{"content":"<p>Specifies the maximum number of records to be included in a single page of a paginated response.</p>\n","type":"text/plain"},"key":"limit","value":"1"},{"description":{"content":"<p>Used to control the sorting order of records. Set to <code>1</code> for ascending order, <code>0</code> for descending order.</p>\n","type":"text/plain"},"key":"ascending","value":"0"},{"description":{"content":"<p>Specifies the page number for paginated responses.</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Name of the column by which the orders should be sorted. 1 indicates no sorting </p>\n","type":"text/plain"},"key":"byColumn","value":"1"}],"variable":[]}},"response":[{"id":"4ad5ebce-2838-4e48-b58c-84351844a2ee","name":"fetch-orders","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.shipturtle.com/api/v1/all-orders/fetchData?query={\"order_date\":{\"startDate\":\"11/1/2023\",\"endDate\":\"11/16/2023\"},\"type_of_order\":\"forward order\"}&limit=1&ascending=0&page=1&byColumn=1","protocol":"https","host":["api","shipturtle","com"],"path":["api","v1","all-orders","fetchData"],"query":[{"key":"query","value":"{\"order_date\":{\"startDate\":\"11/1/2023\",\"endDate\":\"11/16/2023\"},\"type_of_order\":\"forward order\"}","description":"This field includes inputs for various filters"},{"key":"limit","value":"1","description":"Specifies the maximum number of records to be included in a single page of a paginated response."},{"key":"ascending","value":"0","description":"Used to control the sorting order of records. Set to `1` for ascending order, `0` for descending order."},{"key":"page","value":"1","description":"Specifies the page number for paginated responses."},{"key":"byColumn","value":"1","description":"Name of the column by which the orders should be sorted. 1 indicates no sorting "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Jan 2024 10:22:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"Vary","value":"Origin,Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"user_id\": 92574581039,\n            \"pick_listed\": false,\n            \"gateway\": \"manual\",\n            \"total_weight\": 0,\n            \"total_price\": 354,\n            \"status\": \"New Orders\",\n            \"email\": \"jhon.wick@example.com\",\n            \"provider\": \"shopify\",\n            \"invoice_number\": \"2767\",\n            \"awb\": \"56787\",\n            \"processed_at\": \"2023-11-16 15:31:09\",\n            \"customer\": \"{\\\"id\\\": 6996704002351, \\\"note\\\": null, \\\"tags\\\": \\\"\\\", \\\"email\\\": \\\"jhon.wick@example.com\\\", \\\"phone\\\": \\\"+91 88491 93468\\\", \\\"state\\\": \\\"disabled\\\", \\\"currency\\\": \\\"INR\\\", \\\"last_name\\\": \\\"p\\\", \\\"created_at\\\": \\\"2023-04-15T23:15:19+05:30\\\", \\\"first_name\\\": \\\"kapil\\\", \\\"tax_exempt\\\": false, \\\"updated_at\\\": \\\"2023-11-16T15:31:10+05:30\\\", \\\"tax_exemptions\\\": [], \\\"verified_email\\\": true, \\\"default_address\\\": {\\\"id\\\": 9212300263727, \\\"zip\\\": \\\"175021\\\", \\\"city\\\": \\\"Himachal Pradesh\\\", \\\"name\\\": \\\"kapil p\\\", \\\"phone\\\": \\\"+91 88491 93468\\\", \\\"company\\\": \\\"kapilx\\\", \\\"country\\\": \\\"India\\\", \\\"default\\\": true, \\\"address1\\\": \\\"Himachal Bhavan Madhya Marg 28B Sector 28B\\\", \\\"address2\\\": \\\"4\\\", \\\"province\\\": \\\"Himachal Pradesh\\\", \\\"last_name\\\": \\\"p\\\", \\\"first_name\\\": \\\"kapil\\\", \\\"customer_id\\\": 6996704002351, \\\"country_code\\\": \\\"IN\\\", \\\"country_name\\\": \\\"India\\\", \\\"province_code\\\": \\\"HP\\\"}, \\\"accepts_marketing\\\": false, \\\"admin_graphql_api_id\\\": \\\"gid://shopify/Customer/6996704002351\\\", \\\"multipass_identifier\\\": null, \\\"sms_marketing_consent\\\": null, \\\"marketing_opt_in_level\\\": null, \\\"email_marketing_consent\\\": {\\\"state\\\": \\\"not_subscribed\\\", \\\"opt_in_level\\\": \\\"single_opt_in\\\", \\\"consent_updated_at\\\": null}, \\\"accepts_marketing_updated_at\\\": \\\"2023-05-11T15:16:44+05:30\\\"}\",\n            \"id\": 6134514,\n            \"invoice_download\": \"https://d2i9a0muccv7uq.cloudfront.net/s3/4147/generate_invoices/2767_vendorsync_kapil-p_2767.pdf\",\n            \"awb_label\": \"https://d2i9a0muccv7uq.cloudfront.net/s3/4147/generate_awbs/2767_vendorsync_kapil-p.pdf\",\n            \"order_id\": 1925031106968,\n            \"company_id\": 213618,\n            \"shipping_provider\": \"delhivery\",\n            \"billing_address_id\": 8913443,\n            \"shipping_address_id\": 8780938,\n            \"shipping_service_provider_id\": null,\n            \"generating_awb\": false,\n            \"shipping_errors\": null,\n            \"mail_sent\": 0,\n            \"shipping_price\": \"0\",\n            \"total_tax\": 54,\n            \"total_amount_excluding_taxes\": 300,\n            \"height\": null,\n            \"width\": null,\n            \"length\": null,\n            \"tracking_status\": \"Delivered\",\n            \"tracking_message\": null,\n            \"order_number\": \"2767\",\n            \"status_sequence\": 1,\n            \"estimated_cost\": null,\n            \"shop_id\": 4147,\n            \"name\": \"#2767\",\n            \"warehouse_id\": null,\n            \"automate_shipment\": false,\n            \"shipping_address\": {\n                \"zip\": \"175021\",\n                \"city\": \"Himachal Pradesh\",\n                \"name\": \"kapil p\",\n                \"email\": \"jhon.wick@example.com\",\n                \"phone\": \"+91 88491 93468\",\n                \"company\": \"kapilx\",\n                \"country\": \"India\",\n                \"address1\": \"Himachal Bhavan Madhya Marg 28B Sec\",\n                \"address2\": \"tor 28B4\",\n                \"latitude\": null,\n                \"province\": \"Himachal Pradesh\",\n                \"last_name\": \"p\",\n                \"longitude\": null,\n                \"first_name\": \"kapil\",\n                \"country_code\": \"IN\",\n                \"province_code\": \"HP\"\n            },\n            \"total_line_items_price\": 300,\n            \"total_discounts\": 0,\n            \"checkout_id\": 37054591303983,\n            \"tracking_link\": \"https://www.delhivery.com/track/package/56787\",\n            \"payment_reconciliation_status\": \"pending\",\n            \"freight_reconciliation_status\": \"pending\",\n            \"payment_recon_id\": null,\n            \"freight_recon_id\": null,\n            \"billing_address\": {\n                \"zip\": \"175021\",\n                \"city\": \"Himachal Pradesh\",\n                \"name\": \"kapil p\",\n                \"phone\": \"+91 88491 93468\",\n                \"company\": \"kapilx\",\n                \"country\": \"India\",\n                \"address1\": \"Himachal Bhavan Madhya Marg 28B Sector 28B\",\n                \"address2\": \"4\",\n                \"latitude\": null,\n                \"province\": \"Himachal Pradesh\",\n                \"last_name\": \"p\",\n                \"longitude\": null,\n                \"first_name\": \"kapil\",\n                \"country_code\": \"IN\",\n                \"province_code\": \"HP\"\n            },\n            \"currency\": \"INR\",\n            \"last_tracked_at\": null,\n            \"unique_name\": \"#2767_vendorsync\",\n            \"label\": null,\n            \"note\": null,\n            \"awb_created_at\": \"2023-11-16 10:19:50\",\n            \"custom_data\": null,\n            \"awb_custom_courier_name\": null,\n            \"requires_shipping\": true,\n            \"type_of_order\": \"forward_order\",\n            \"return_status\": \"return_initiated\",\n            \"return_order_link\": \"#2767_vendorsync_Return-6134726\",\n            \"pickup_address\": null,\n            \"manifest_id\": null,\n            \"is_cod\": 1,\n            \"merchant_notes\": null,\n            \"is_customize\": false,\n            \"insurance_amount\": null,\n            \"insurance_cost\": null,\n            \"challan_number\": null,\n            \"challan_path\": null,\n            \"challan_download\": null,\n            \"challan_date\": null,\n            \"financial_status\": \"pending\",\n            \"tags\": \"\",\n            \"rag_status\": null,\n            \"rag_status_updated_on\": null,\n            \"processed_at_timestamp\": 1700148669,\n            \"mail_sent_for_ndr\": 0,\n            \"total_outstanding\": 354,\n            \"fulfillment_id\": null,\n            \"estimated_delivery_time\": null,\n            \"payment_gateway_names\": \"\\\"[\\\\\\\"manual\\\\\\\"]\\\"\",\n            \"note_attributes\": null,\n            \"unique_order_number\": \"#2767_vendorsync\",\n            \"shipping_label_status\": \"Label Created\",\n            \"invoice_generated\": \"Invoice Generated\",\n            \"shipping_service\": \"Not Selected\",\n            \"payment\": 354,\n            \"customer_address\": {\n                \"id\": 6996704002351,\n                \"note\": null,\n                \"tags\": \"\",\n                \"email\": \"jhon.wick@example.com\",\n                \"phone\": \"+91 88491 93468\",\n                \"state\": \"disabled\",\n                \"currency\": \"INR\",\n                \"last_name\": \"p\",\n                \"created_at\": \"2023-04-15T23:15:19+05:30\",\n                \"first_name\": \"kapil\",\n                \"tax_exempt\": false,\n                \"updated_at\": \"2023-11-16T15:31:10+05:30\",\n                \"tax_exemptions\": [],\n                \"verified_email\": true,\n                \"default_address\": {\n                    \"id\": 9212300263727,\n                    \"zip\": \"175021\",\n                    \"city\": \"Himachal Pradesh\",\n                    \"name\": \"kapil p\",\n                    \"phone\": \"+91 88491 93468\",\n                    \"company\": \"kapilx\",\n                    \"country\": \"India\",\n                    \"default\": true,\n                    \"address1\": \"Himachal Bhavan Madhya Marg 28B Sector 28B\",\n                    \"address2\": \"4\",\n                    \"province\": \"Himachal Pradesh\",\n                    \"last_name\": \"p\",\n                    \"first_name\": \"kapil\",\n                    \"customer_id\": 6996704002351,\n                    \"country_code\": \"IN\",\n                    \"country_name\": \"India\",\n                    \"province_code\": \"HP\"\n                },\n                \"accepts_marketing\": false,\n                \"admin_graphql_api_id\": \"gid://shopify/Customer/6996704002351\",\n                \"multipass_identifier\": null,\n                \"sms_marketing_consent\": null,\n                \"marketing_opt_in_level\": null,\n                \"email_marketing_consent\": {\n                    \"state\": \"not_subscribed\",\n                    \"opt_in_level\": \"single_opt_in\",\n                    \"consent_updated_at\": null\n                },\n                \"accepts_marketing_updated_at\": \"2023-05-11T15:16:44+05:30\"\n            },\n            \"payment_status\": \"COD\",\n            \"errors\": {\n                \"errors\": {\n                    \"vendor_address\": {\n                        \"vendor_errors\": \"Kindly add warehouse info\"\n                    },\n                    \"shipping_service_provider\": {\n                        \"check_oda\": \"Cannot Deliver Please select another provider\",\n                        \"warehouse_id\": \"Please select pick up Warehouse.\",\n                        \"total_weight\": \"Please input package weight.\"\n                    }\n                },\n                \"hasErrors\": true,\n                \"canGenerateAwb\": false,\n                \"canFetchRate\": false,\n                \"canConfirmOrder\": false,\n                \"generatingInvoice\": true\n            },\n            \"shipper_address\": null,\n            \"total_amount_including_tax\": 354,\n            \"shipment_tracker\": null,\n            \"shipping_details\": null,\n            \"is_cod_order\": false,\n            \"freight_payment\": \"0\",\n            \"automate_shipment_status\": \"M\",\n            \"is_delivered\": false,\n            \"tax_info\": false,\n            \"order_status\": null,\n            \"order_sequence_name\": \"New Orders\",\n            \"slug\": \"#2767_vendorsync-6134514\",\n            \"line_item_counts\": 1,\n            \"pickup_warehouse_address\": null,\n            \"ndr_api_available\": true,\n            \"company\": {\n                \"type_of_vendor\": \"dropshipper\",\n                \"title\": \"vendorsync\",\n                \"id\": 213618,\n                \"email\": \"nigam@shipturtle.com\",\n                \"is_master\": null,\n                \"add_notes_before_confirming_orders\": false,\n                \"logo\": null,\n                \"logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                \"is_general_setting_done\": true,\n                \"is_invoice_setting_done\": false,\n                \"is_label_setting_done\": false,\n                \"is_gst_enabled\": false,\n                \"billing_detail\": \"\",\n                \"warehouse_address\": \"</br>\",\n                \"contact_information\": \"nigam@shipturtle.com</br>\",\n                \"status\": \"Active\",\n                \"global_commission\": null,\n                \"global_discount_shared_by_vendor\": null,\n                \"global_commission_calculated_on_product_price_discounted_price\": null,\n                \"global_commission_calculated_tax_type\": null,\n                \"global_shipping_charge_commission_type\": null,\n                \"global_shipping_charge_commission\": null,\n                \"global_fixed_commission\": null,\n                \"is_drop_shipper\": true,\n                \"state\": null,\n                \"first_email\": [\n                    \"nigam@shipturtle.com\"\n                ],\n                \"invoice_state\": null,\n                \"banner\": null,\n                \"banner_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                \"frontend_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                \"navbar_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                \"email_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                \"invoice_country_detail\": null,\n                \"commission_tags\": null,\n                \"media\": [],\n                \"parent\": null\n            },\n            \"shop\": {\n                \"weight_unit\": \"gm\",\n                \"name\": \"violetplants\",\n                \"id\": 4147,\n                \"override_taxes\": false,\n                \"dimension_unit\": \"inch\",\n                \"left_days_14_day_trial\": 14,\n                \"country\": null,\n                \"currency_country\": null\n            },\n            \"reconciliation\": null,\n            \"warehouses\": [],\n            \"payment_reconciliation\": null,\n            \"shipping_service_provider\": null,\n            \"currency_country\": {\n                \"currency_code\": \"INR\",\n                \"currency_symbol\": \"Rs.\",\n                \"name_with_symbole\": \" - Rs.\"\n            },\n            \"variant_images\": [\n                {\n                    \"variant_id\": 21112061,\n                    \"vendor_order_id\": 6134514,\n                    \"quantity\": 1,\n                    \"title\": \"GREY HOODIE\",\n                    \"billable_quantity\": 1,\n                    \"total_value_including_tax\": 0,\n                    \"taxable_price\": 0,\n                    \"line_item_tax\": 0,\n                    \"sku_barcode\": \"\",\n                    \"variant\": {\n                        \"id\": 21112061,\n                        \"image\": null,\n                        \"product_id\": 7510900,\n                        \"image_link\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/hoodie_4_front_8f655b2e-7e47-4994-aa7d-2e1e6e9c4d0a.jpg?v=1695884549\",\n                        \"overridden_commission_level\": \"global\",\n                        \"overridden_commission\": 0,\n                        \"overridden_fixed_commission\": 0,\n                        \"file_history\": null,\n                        \"product\": {\n                            \"image\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/hoodie_4_front_8f655b2e-7e47-4994-aa7d-2e1e6e9c4d0a.jpg?v=1695884549\",\n                            \"id\": 7510900,\n                            \"image_link\": null,\n                            \"images_link\": null,\n                            \"uploaded_images\": [],\n                            \"product_type\": null,\n                            \"media\": []\n                        },\n                        \"company\": null\n                    },\n                    \"shop\": null\n                }\n            ],\n            \"vendor_channel_order\": null,\n            \"warehouse\": null\n        }\n    ],\n    \"count\": 170\n}"}],"_postman_id":"748f8000-4267-44b9-a3f5-1a13584d6c70"},{"name":"export-orders","id":"b4f796cf-8d19-4be3-9662-14ef0a446159","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-v2.shipturtle.com/api/v1/orders/export-csv?query={\"id\":[6134514,6134513,6134454,6134453,6124133,6106961,6106959,6106960,6087635,6087636]}&version= CSV-V2&exportOrdersCounts=8","description":"<p>This endpoint makes an HTTP GET request to retrieve a CSV file containing order data based on the provided query parameters. The query should include an array of order IDs and a version identifier, along with the option to specify the number of order counts to export.</p>\n<p>Refer to Query Parameters for more details.</p>\n<h3 id=\"status-code\">Status code</h3>\n<p>200 - Success / OK</p>\n<p>201 - Created</p>\n<p>202 - Accepted</p>\n<p>204 - No Content</p>\n<p>400 - Bad request</p>\n<p>401 - Unauthorized error</p>\n<p>500 - Internal server error</p>\n","urlObject":{"protocol":"https","path":["api","v1","orders","export-csv"],"host":["api-v2","shipturtle","com"],"query":[{"description":{"content":"<p>List of order IDs</p>\n","type":"text/plain"},"key":"query","value":"{\"id\":[6134514,6134513,6134454,6134453,6124133,6106961,6106959,6106960,6087635,6087636]}"},{"description":{"content":"<p>Version of exported file</p>\n","type":"text/plain"},"key":"version","value":" CSV-V2"},{"description":{"content":"<p>Specifies the threshold for exporting order information. If the value of <code>exportOrdersCounts</code> is greater than 10, the exported order information will be sent via email. However, if the value is 10 or lower, the export orders file will be received in the API response.</p>\n","type":"text/plain"},"key":"exportOrdersCounts","value":"8"}],"variable":[]}},"response":[{"id":"527523a1-88bf-495d-b122-a9d23b065086","name":"export-orders","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.shipturtle.com/api/v1/orders/export-csv?query={\"id\":[6134514,6134513,6134454,6134453,6124133,6106961,6106959,6106960,6087635,6087636]}&version= CSV-V2&exportOrdersCounts=8","protocol":"https","host":["api","shipturtle","com"],"path":["api","v1","orders","export-csv"],"query":[{"key":"query","value":"{\"id\":[6134514,6134513,6134454,6134453,6124133,6106961,6106959,6106960,6087635,6087636]}","description":"List of order IDs"},{"key":"version","value":" CSV-V2","description":"Version of exported file"},{"key":"exportOrdersCounts","value":"8","description":"Specifies the threshold for exporting order information. If the value of `exportOrdersCounts` is greater than 10, the exported order information will be sent via email. However, if the value is 10 or lower, the export orders file will be received in the API response.\n"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 07 Dec 2023 12:36:31 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"998"},{"key":"Vary","value":"Origin,Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"path\": \"https://d2i9a0muccv7uq.cloudfront.net/s3/4147/export_orders/_2023-12-07_12:36:30_6571bc4e971dd.csv\"\n    }\n}"}],"_postman_id":"b4f796cf-8d19-4be3-9662-14ef0a446159"},{"name":"fetch-order-by-id","id":"583c9469-b7da-41bd-a16e-53b7c4759a3b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-v2.shipturtle.com/api/v1/orders/6532131","description":"<p>You can use this API endpoint to retrieve a particular order by using its ID. The URL requires the ID of the order to be obtained as a parameter.<br />A JSON object with order-related data will be returned in response to this request</p>\n<h3 id=\"status-code\">Status code</h3>\n<p>200 - Success / OK</p>\n<p>201 - Created</p>\n<p>202 - Accepted</p>\n<p>204 - No Content</p>\n<p>400 - Bad request</p>\n<p>401 - Unauthorized error</p>\n<p>500 - Internal server error</p>\n","urlObject":{"protocol":"https","path":["api","v1","orders","6532131"],"host":["api-v2","shipturtle","com"],"query":[],"variable":[]}},"response":[{"id":"d0d1e5ef-73c0-47f0-9830-732f0dfdd1f5","name":"fetch-order-by-id","originalRequest":{"method":"GET","header":[],"url":"https://api.shipturtle.com/api/v1/orders/6532131"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 28 Feb 2024 09:54:45 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"2000"},{"key":"X-RateLimit-Remaining","value":"1998"},{"key":"Vary","value":"Origin,Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 6532131,\n        \"vendor_id\": null,\n        \"order_id\": 1925031478200,\n        \"email\": \"kapil@gmail.com\",\n        \"closed_at\": null,\n        \"number\": 1904,\n        \"note\": null,\n        \"token\": \"c8e88ca23648b94a3644af2934234c17\",\n        \"gateway\": \"0\",\n        \"test\": \"0\",\n        \"total_price\": 118,\n        \"subtotal_price\": 100,\n        \"total_weight\": 0,\n        \"total_tax\": 18,\n        \"taxes_included\": false,\n        \"currency\": \"INR\",\n        \"financial_status\": \"partially_paid\",\n        \"confirmed\": \"1\",\n        \"total_discounts\": 0,\n        \"total_line_items_price\": 100,\n        \"cart_token\": \"Z2NwLXVzLWVhc3QxOjAxSEo1RjlHMFNUREVCTVdaVjRTTkQzR1FX\",\n        \"buyer_accepts_marketing\": \"1\",\n        \"name\": \"#2904\",\n        \"total_price_usd\": null,\n        \"user_id\": null,\n        \"location_id\": null,\n        \"processed_at\": \"2023-12-21 11:29:17\",\n        \"device_id\": null,\n        \"phone\": null,\n        \"customer_locale\": \"en-IN\",\n        \"app_id\": \"580111\",\n        \"browser_ip\": \"14.139.122.17\",\n        \"order_number\": \"2904\",\n        \"processing_method\": null,\n        \"checkout_id\": 37154052243759,\n        \"source_name\": \"web\",\n        \"contact_email\": \"kapil@gmail.com\",\n        \"order_status_url\": \"https://violetplants.myshopify.com/72559657263/orders/c8e88ca23648b94a3644af2934234c17/authenticate?key=b32cc8dd9652bd561a2ad04e0dbb2c58\",\n        \"total_tip_received\": 0,\n        \"admin_graphql_api_id\": \"gid://shopify/Order/5595362099503\",\n        \"created_at\": \"2023-12-22T00:06:51.000000Z\",\n        \"updated_at\": \"2024-01-13T07:52:32.000000Z\",\n        \"deleted_at\": null,\n        \"total_line_items_price_set\": \"\\\"{\\\\\\\"shop_money\\\\\\\":{\\\\\\\"amount\\\\\\\":\\\\\\\"100.00\\\\\\\",\\\\\\\"currency_code\\\\\\\":\\\\\\\"INR\\\\\\\"},\\\\\\\"presentment_money\\\\\\\":{\\\\\\\"amount\\\\\\\":\\\\\\\"100.00\\\\\\\",\\\\\\\"currency_code\\\\\\\":\\\\\\\"INR\\\\\\\"}}\\\"\",\n        \"payment_gateway_names\": \"\\\"[\\\\\\\"gift_card\\\\\\\",\\\\\\\"Bank Deposit\\\\\\\"]\\\"\",\n        \"discount_codes\": null,\n        \"total_discounts_set\": \"\\\"{\\\\\\\"shop_money\\\\\\\":{\\\\\\\"amount\\\\\\\":\\\\\\\"0.00\\\\\\\",\\\\\\\"currency_code\\\\\\\":\\\\\\\"INR\\\\\\\"},\\\\\\\"presentment_money\\\\\\\":{\\\\\\\"amount\\\\\\\":\\\\\\\"0.00\\\\\\\",\\\\\\\"currency_code\\\\\\\":\\\\\\\"INR\\\\\\\"}}\\\"\",\n        \"shipping_price\": \"0\",\n        \"shipping_lines\": null,\n        \"total_piecies\": 1,\n        \"awb\": null,\n        \"awb_label\": null,\n        \"status\": \"New Orders\",\n        \"status_sequence\": 1,\n        \"cgst_tax\": 0,\n        \"cgst_tax_percentage\": 0,\n        \"igst_tax\": 0,\n        \"igst_tax_percentage\": 0,\n        \"sgst_tax\": 0,\n        \"sgst_tax_percentage\": 0,\n        \"quantity\": 0,\n        \"total_amount\": 0,\n        \"total_amount_excluding_taxes\": 100,\n        \"shipping_service_provider_id\": null,\n        \"invoice_number\": \"2904\",\n        \"invoice_date\": \"2024-01-13 00:52:31\",\n        \"invoice_path\": \"https://d2i9a0muccv7uq.cloudfront.net/s3/4147/generate_invoices/2904_Segni_kapil-kapil_2904.pdf\",\n        \"invoice_download\": \"https://d2i9a0muccv7uq.cloudfront.net/s3/4147/generate_invoices/2904_Segni_kapil-kapil_2904.pdf\",\n        \"customer\": \"{\\\"id\\\": 7769003950383, \\\"note\\\": null, \\\"tags\\\": \\\"\\\", \\\"email\\\": \\\"kapil@gmail.com\\\", \\\"phone\\\": null, \\\"state\\\": \\\"disabled\\\", \\\"currency\\\": \\\"INR\\\", \\\"last_name\\\": \\\"kapil\\\", \\\"created_at\\\": \\\"2023-11-24T13:05:30+05:30\\\", \\\"first_name\\\": \\\"kapil\\\", \\\"tax_exempt\\\": false, \\\"updated_at\\\": \\\"2023-12-21T11:40:58+05:30\\\", \\\"tax_exemptions\\\": [], \\\"verified_email\\\": true, \\\"default_address\\\": {\\\"id\\\": 9862870073647, \\\"zip\\\": \\\"388001\\\", \\\"city\\\": \\\"Anand\\\", \\\"name\\\": \\\"kapil kapil\\\", \\\"phone\\\": null, \\\"company\\\": null, \\\"country\\\": \\\"India\\\", \\\"default\\\": true, \\\"address1\\\": \\\"Nani Khodiyar\\\", \\\"address2\\\": \\\"gj 23\\\", \\\"province\\\": \\\"Gujarat\\\", \\\"last_name\\\": \\\"kapil\\\", \\\"first_name\\\": \\\"kapil\\\", \\\"customer_id\\\": 7769003950383, \\\"country_code\\\": \\\"IN\\\", \\\"country_name\\\": \\\"India\\\", \\\"province_code\\\": \\\"GJ\\\"}, \\\"accepts_marketing\\\": true, \\\"admin_graphql_api_id\\\": \\\"gid://shopify/Customer/7769003950383\\\", \\\"multipass_identifier\\\": null, \\\"sms_marketing_consent\\\": null, \\\"marketing_opt_in_level\\\": \\\"single_opt_in\\\", \\\"email_marketing_consent\\\": {\\\"state\\\": \\\"subscribed\\\", \\\"opt_in_level\\\": \\\"single_opt_in\\\", \\\"consent_updated_at\\\": \\\"2023-12-19T10:19:42+05:30\\\"}, \\\"accepts_marketing_updated_at\\\": \\\"2023-12-19T10:19:42+05:30\\\"}\",\n        \"shipping_address_id\": null,\n        \"billing_address_id\": 9570093,\n        \"traking_status\": null,\n        \"store_id\": 4147,\n        \"company_id\": 212740,\n        \"invoice_status\": null,\n        \"generating_awb\": false,\n        \"shipping_errors\": null,\n        \"mail_sent\": 0,\n        \"tracking_status\": \"Pending\",\n        \"tracking_message\": null,\n        \"height\": null,\n        \"width\": null,\n        \"length\": null,\n        \"provider\": \"shopify\",\n        \"estimated_cost\": null,\n        \"barcode\": null,\n        \"barcode_label\": null,\n        \"manifest_id\": null,\n        \"shipping_provider\": null,\n        \"received\": null,\n        \"received_date\": null,\n        \"warehouse_id\": null,\n        \"automate_shipment\": true,\n        \"pick_listed\": false,\n        \"channel_id\": null,\n        \"channel\": null,\n        \"shipping_address\": {\n            \"phone\": \"\",\n            \"address1\": \"\",\n            \"address2\": \"\"\n        },\n        \"billing_address\": {\n            \"zip\": \"388001\",\n            \"city\": \"Anand\",\n            \"name\": \"kapil kapil\",\n            \"phone\": null,\n            \"company\": null,\n            \"country\": \"India\",\n            \"address1\": \"Nani Khodiyar\",\n            \"address2\": \"gj 23\",\n            \"latitude\": 22.5652396,\n            \"province\": \"Gujarat\",\n            \"last_name\": \"kapil\",\n            \"longitude\": 72.9507205,\n            \"first_name\": \"kapil\",\n            \"country_code\": \"IN\",\n            \"province_code\": \"GJ\"\n        },\n        \"shop_id\": 4147,\n        \"shipping_tax\": \"0\",\n        \"tracking_link\": null,\n        \"total_amount_including_taxes\": \"118\",\n        \"tax_information\": {\n            \"cgst\": {\n                \"title\": \"cgst\",\n                \"price\": 0\n            },\n            \"sgst\": {\n                \"title\": \"sgst\",\n                \"price\": 0\n            },\n            \"igst\": {\n                \"title\": \"igst\",\n                \"price\": 18\n            }\n        },\n        \"payment_reconciliation_status\": \"pending\",\n        \"freight_reconciliation_status\": \"pending\",\n        \"payment_recon_id\": null,\n        \"freight_recon_id\": null,\n        \"unique_name\": \"#2904_Segni\",\n        \"label\": null,\n        \"cancelled_at\": null,\n        \"last_tracked_at\": null,\n        \"tracking_code\": null,\n        \"credited\": 1,\n        \"fulfillment_id\": 1,\n        \"awb_created_at\": null,\n        \"parent_id\": null,\n        \"custom_data\": null,\n        \"awb_custom_courier_name\": null,\n        \"requires_shipping\": false,\n        \"is_cod\": 1,\n        \"last_awb_order_id\": 0,\n        \"credited_at\": \"2024-01-13 07:52:32\",\n        \"merchant_notes\": null,\n        \"is_customize\": false,\n        \"insurance_amount\": null,\n        \"insurance_cost\": null,\n        \"challan_number\": null,\n        \"challan_path\": null,\n        \"challan_download\": null,\n        \"challan_date\": null,\n        \"cancellation_reason\": null,\n        \"tags\": \"\",\n        \"rag_status\": null,\n        \"rag_status_updated_on\": null,\n        \"pickup_address\": null,\n        \"return_status\": null,\n        \"return_order_link\": null,\n        \"return_order_id\": null,\n        \"type_of_order\": \"forward_order\",\n        \"note_attributes\": null,\n        \"processed_at_timestamp\": 1703158157,\n        \"status_check_timestamp\": 0,\n        \"shipment_order_id\": null,\n        \"custom_refrence_id\": null,\n        \"vendor_channel_order_id\": null,\n        \"mail_sent_for_ndr\": 0,\n        \"order_on_vendor_store\": null,\n        \"total_outstanding\": 108,\n        \"confirm_order_sent\": 0,\n        \"estimated_delivery_time\": null,\n        \"order_sent\": null,\n        \"unique_order_number\": \"#2904_Segni\",\n        \"shipping_label_status\": \"Pending\",\n        \"invoice_generated\": \"Invoice Generated\",\n        \"shipping_service\": \"Not Selected\",\n        \"payment\": 118,\n        \"customer_address\": {\n            \"id\": 7769003950383,\n            \"note\": null,\n            \"tags\": \"\",\n            \"email\": \"kapil@gmail.com\",\n            \"phone\": null,\n            \"state\": \"disabled\",\n            \"currency\": \"INR\",\n            \"last_name\": \"kapil\",\n            \"created_at\": \"2023-11-24T13:05:30+05:30\",\n            \"first_name\": \"kapil\",\n            \"tax_exempt\": false,\n            \"updated_at\": \"2023-12-21T11:40:58+05:30\",\n            \"tax_exemptions\": [],\n            \"verified_email\": true,\n            \"default_address\": {\n                \"id\": 9862870073647,\n                \"zip\": \"388001\",\n                \"city\": \"Anand\",\n                \"name\": \"kapil kapil\",\n                \"phone\": null,\n                \"company\": null,\n                \"country\": \"India\",\n                \"default\": true,\n                \"address1\": \"Nani Khodiyar\",\n                \"address2\": \"gj 23\",\n                \"province\": \"Gujarat\",\n                \"last_name\": \"kapil\",\n                \"first_name\": \"kapil\",\n                \"customer_id\": 7769003950383,\n                \"country_code\": \"IN\",\n                \"country_name\": \"India\",\n                \"province_code\": \"GJ\"\n            },\n            \"accepts_marketing\": true,\n            \"admin_graphql_api_id\": \"gid://shopify/Customer/7769003950383\",\n            \"multipass_identifier\": null,\n            \"sms_marketing_consent\": null,\n            \"marketing_opt_in_level\": \"single_opt_in\",\n            \"email_marketing_consent\": {\n                \"state\": \"subscribed\",\n                \"opt_in_level\": \"single_opt_in\",\n                \"consent_updated_at\": \"2023-12-19T10:19:42+05:30\"\n            },\n            \"accepts_marketing_updated_at\": \"2023-12-19T10:19:42+05:30\"\n        },\n        \"payment_status\": \"COD\",\n        \"errors\": {\n            \"errors\": {\n                \"vendor_address\": {\n                    \"vendor_errors\": \"Kindly add warehouse info\"\n                },\n                \"shipping_service_provider\": {\n                    \"shipping_service_provider_id\": \"Please select Shipping Partner.\",\n                    \"warehouse_id\": \"Please select pick up Warehouse.\",\n                    \"total_weight\": \"Please input package weight.\"\n                }\n            },\n            \"hasErrors\": true,\n            \"canGenerateAwb\": false,\n            \"canFetchRate\": false,\n            \"canConfirmOrder\": false,\n            \"generatingInvoice\": true\n        },\n        \"shipper_address\": null,\n        \"total_amount_including_tax\": 118,\n        \"shipment_tracker\": null,\n        \"shipping_details\": null,\n        \"is_cod_order\": false,\n        \"freight_payment\": \"0\",\n        \"automate_shipment_status\": \"A\",\n        \"is_delivered\": false,\n        \"tax_info\": false,\n        \"order_status\": null,\n        \"order_sequence_name\": \"New Orders\",\n        \"slug\": \"#2904_Segni-6532131\",\n        \"line_item_counts\": 1,\n        \"pickup_warehouse_address\": null,\n        \"ndr_api_available\": false,\n        \"line_items\": [\n            {\n                \"id\": 9187871,\n                \"variant_id\": 19322143,\n                \"title\": \"27 nigam product 2\",\n                \"quantity\": 1,\n                \"sku\": \"nigam1111\",\n                \"variant_title\": null,\n                \"vendor\": \"Segni\",\n                \"fulfillment_service\": \"manual\",\n                \"product_id\": 8264552841519,\n                \"requires_shipping\": 0,\n                \"taxable\": 1,\n                \"gift_card\": \"0\",\n                \"name\": \"27 nigam product 2\",\n                \"variant_inventory_management\": null,\n                \"product_exists\": 1,\n                \"fulfillable_quantity\": 1,\n                \"grams\": 0,\n                \"price\": 100,\n                \"total_discount\": 0,\n                \"fulfillment_status\": null,\n                \"tax_lines\": [\n                    {\n                        \"channel_liable\": false,\n                        \"price\": \"18.00\",\n                        \"price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"18.00\",\n                                \"currency_code\": \"INR\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"18.00\",\n                                \"currency_code\": \"INR\"\n                            }\n                        },\n                        \"rate\": 0.18,\n                        \"title\": \"IGST\"\n                    }\n                ],\n                \"total_discount_set\": \"{\\\"shop_money\\\":{\\\"amount\\\":\\\"0.00\\\",\\\"currency_code\\\":\\\"INR\\\"},\\\"presentment_money\\\":{\\\"amount\\\":\\\"0.00\\\",\\\"currency_code\\\":\\\"INR\\\"}}\",\n                \"price_set\": \"\\\"{\\\\\\\"shop_money\\\\\\\":{\\\\\\\"amount\\\\\\\":\\\\\\\"100.00\\\\\\\",\\\\\\\"currency_code\\\\\\\":\\\\\\\"INR\\\\\\\"},\\\\\\\"presentment_money\\\\\\\":{\\\\\\\"amount\\\\\\\":\\\\\\\"100.00\\\\\\\",\\\\\\\"currency_code\\\\\\\":\\\\\\\"INR\\\\\\\"}}\\\"\",\n                \"vendor_id\": null,\n                \"vendor_order_id\": 6532131,\n                \"order_id\": 1925031478200,\n                \"status\": null,\n                \"awb\": null,\n                \"status_sequence\": null,\n                \"shipping_label\": null,\n                \"admin_graphql_api_id\": null,\n                \"discount_allocations\": null,\n                \"properties\": [],\n                \"origin_location\": null,\n                \"created_at\": \"2023-12-22T00:06:51.000000Z\",\n                \"updated_at\": \"2024-01-13T07:52:31.000000Z\",\n                \"deleted_at\": null,\n                \"line_item_id\": 4417178587597,\n                \"tax_percentage\": 0.18,\n                \"total_value_excluding_tax\": 0,\n                \"cost_price\": 0,\n                \"order_discount\": 0,\n                \"purchase_price\": 0,\n                \"company_id\": 212740,\n                \"shipping_price\": \"0\",\n                \"shop_id\": 4147,\n                \"total_tax\": 15.254237288135593,\n                \"shipping_tax\": \"0\",\n                \"tax_id\": null,\n                \"value\": \"100\",\n                \"channel\": null,\n                \"tax_value\": \"0\",\n                \"o_line_price\": \"100\",\n                \"o_line_discount\": \"0\",\n                \"o_line_taxable_value\": \"100\",\n                \"o_line_tax_value\": \"18\",\n                \"o_line_total_value\": \"118\",\n                \"tax_information\": [\n                    {\n                        \"rate\": 0.18,\n                        \"price\": \"18.00\",\n                        \"title\": \"IGST\",\n                        \"price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"18.00\",\n                                \"currency_code\": \"INR\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"18.00\",\n                                \"currency_code\": \"INR\"\n                            }\n                        },\n                        \"channel_liable\": false\n                    }\n                ],\n                \"provider_id\": 14347456184623,\n                \"fulfilled_quantity\": 0,\n                \"billable_quantity\": 1,\n                \"fulfillment_order_id\": 6542245986607,\n                \"fulfillment_lineitem_id\": 14487324786991,\n                \"product_meta_data\": null,\n                \"variant_meta_data\": null,\n                \"fulfillment_id\": null,\n                \"total_outstanding\": 108,\n                \"total_value_including_tax\": 100.00000000000001,\n                \"taxable_price\": 84.74576271186442,\n                \"line_item_tax\": 18,\n                \"sku_barcode\": \"nigam1111</br>\",\n                \"variant\": null,\n                \"shop\": {\n                    \"id\": 4147,\n                    \"shopify_domain\": \"violetplants.myshopify.com\",\n                    \"shopify_token\": null,\n                    \"created_at\": \"2023-07-13T10:19:49.000000Z\",\n                    \"updated_at\": \"2024-02-26T11:57:44.000000Z\",\n                    \"grandfathered\": false,\n                    \"deleted_at\": null,\n                    \"namespace\": null,\n                    \"plan_id\": 1347,\n                    \"freemium\": false,\n                    \"name\": \"violetplants\",\n                    \"email\": \"violetplants123@gmail.com\",\n                    \"province\": \"WB\",\n                    \"country\": {\n                        \"id\": 98,\n                        \"name\": \"India\",\n                        \"code\": \"IN\",\n                        \"dial_code\": \"+91\",\n                        \"currency_name\": \"Indian rupee\",\n                        \"currency_symbol\": \"Rs.\",\n                        \"currency_code\": \"INR\",\n                        \"created_at\": null,\n                        \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                        \"name_with_symbole\": \"Indian rupee - Rs.\"\n                    },\n                    \"address1\": \"123 Old Court House Street Lal Dighi B.B.D. Bagh\",\n                    \"zip\": \"700001\",\n                    \"city\": \"Kolkata\",\n                    \"source\": null,\n                    \"phone\": \"12345678\",\n                    \"latitude\": \"22.5685769\",\n                    \"longitude\": \"88.3492417\",\n                    \"primary_locale\": \"en\",\n                    \"address2\": null,\n                    \"country_code\": \"IN\",\n                    \"country_name\": \"India\",\n                    \"currency\": \"INR\",\n                    \"customer_email\": \"violetplants123@gmail.com\",\n                    \"timezone\": \"(GMT+05:30) Asia/Kolkata\",\n                    \"iana_timezone\": \"Asia/Kolkata\",\n                    \"shop_owner\": \"Sharad Kabra\",\n                    \"money_format\": \"Rs. {{amount}}\",\n                    \"money_with_currency_format\": \"Rs. {{amount}}\",\n                    \"weight_unit\": \"gm\",\n                    \"province_code\": \"WB\",\n                    \"taxes_included\": true,\n                    \"tax_shipping\": false,\n                    \"county_taxes\": true,\n                    \"plan_display_name\": \"Basic Shopify\",\n                    \"plan_name\": \"basic\",\n                    \"has_discounts\": \"1\",\n                    \"has_gift_cards\": \"1\",\n                    \"money_in_emails_format\": \"Rs. {{amount}}\",\n                    \"money_with_currency_in_emails_format\": \"Rs. {{amount}}\",\n                    \"eligible_for_payments\": \"0\",\n                    \"requires_extra_payments_agreement\": \"0\",\n                    \"primary_location_id\": \"94960419119\",\n                    \"multi_location_enabled\": \"1\",\n                    \"channel_id\": null,\n                    \"company_id\": 212738,\n                    \"user_id\": 28343,\n                    \"verifying_plan\": null,\n                    \"dimension_unit\": \"inch\",\n                    \"override_taxes\": true,\n                    \"provider\": \"shopify\",\n                    \"maintain_hs_information_in_shipturtle\": true,\n                    \"automatically_update_order_status_on_shopify\": true,\n                    \"charge_tax\": \"0\",\n                    \"enable_tax_on_shipping\": false,\n                    \"tax_on_shipping\": 0,\n                    \"automatically_update_product_status_on_shopify\": true,\n                    \"parent_id\": null,\n                    \"setup_pending\": false,\n                    \"product_types_sold_on_store\": \"physical_products_only\",\n                    \"carrier_service_id\": null,\n                    \"extra_info\": \"{\\\"location_sync_status\\\":[true,\\\"2023-05-29 10:50:37\\\"],\\\"product_sync_status\\\":[true,\\\"2023-05-29 10:51:10\\\"],\\\"inventory_level_sync_status\\\":[true,\\\"2023-05-29 10:51:13\\\"],\\\"order_sync_status\\\":[true,\\\"2023-05-29 10:53:11\\\"]}\",\n                    \"payment_method_settings\": {\n                        \"0\": null,\n                        \"1\": null,\n                        \"payu_in_paisa\": \"paid\",\n                        \"cash_on_delivery\": \"paid\",\n                        \"manual\": \"paid\",\n                        \"cashfree\": \"paid\",\n                        \"Cash on Delivery (COD)\": \"cod\",\n                        \"gift_card\": \"paid\",\n                        \"paytm\": \"paid\",\n                        \"stripe\": \"paid\",\n                        \"payu_india\": \"paid\",\n                        \"razorpay_cards_upi_netbanking_wallets_\": \"paid\",\n                        \"neft\": \"paid\",\n                        \"paypal\": \"paid\",\n                        \"shopify_payments\": \"paid\",\n                        \"amazon_payments\": \"paid\",\n                        \"razorpay_all_cards_netbanking_wallets_\": \"paid\",\n                        \"Etsy\": \"paid\",\n                        \"clearpay\": \"paid\",\n                        \"Bank Deposit/Mobile Transfer\": \"paid\",\n                        \"E-Transfer\": \"paid\",\n                        \"cash\": \"cod\",\n                        \"eBay/PayPal\": \"paid\",\n                        \"amazon_marketplace\": \"paid\",\n                        \"ccavenue\": \"paid\",\n                        \"payu_in\": \"paid\",\n                        \"bogus\": \"paid\",\n                        \"money_order\": \"cod\",\n                        \"bank_deposit\": null\n                    },\n                    \"enable_payment_settings\": false,\n                    \"script_js_id\": \"234600726831\",\n                    \"shopify_namespace\": \"shipturtle\",\n                    \"password\": \"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\",\n                    \"password_updated_at\": \"2024-02-20\",\n                    \"domain\": null,\n                    \"shopify_freemium\": 0,\n                    \"plan_id_onetime\": null,\n                    \"shipment_movement\": \"on_shipment\",\n                    \"14_day_trial_expired\": false,\n                    \"keep_credits\": 0,\n                    \"change_base\": 0,\n                    \"shop_setup_instructions\": \"{\\\"store_type\\\":\\\"market_place\\\"}\",\n                    \"store_setup\": \"{\\\"is_setup_complete\\\":null,\\\"step\\\":\\\"completed\\\"}\",\n                    \"published_and_unpublished_theme1_code\": \"{\\\"published_theme1_template\\\":{\\\"main_page_template\\\":\\\"<div id=\\\\\\\"vendor-detail-page\\\\\\\">\\\\n    <input type=\\\\\\\"hidden\\\\\\\" id=\\\\\\\"company_id\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\">\\\\n    @if ($company->banner_link)\\\\n    <section class=\\\\\\\"u-clearfix u-section-1 bck-banner-img\\\\\\\" id=\\\\\\\"sec-44b5\\\\\\\" style=\\\\\\\"background-image: url({{$company->banner_link}});\\\\\\\">\\\\n    </section>\\\\n    @endif\\\\n    <div class=\\\\\\\"u-clearfix u-sheet u-valign-middle u-sheet-1\\\\\\\" style=\\\\\\\"min-height: 250px;\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-expanded-width u-gutter-0 u-layout-wrap u-layout-wrap-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-layout\\\\\\\">\\\\n                <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n                    <div class=\\\\\\\"u-align-center u-container-style u-layout-cell u-left-cell u-size-23 u-layout-cell-1\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\" style=\\\\\\\"height:max-content; display: flex; flex-direction: column; align-items: center; padding-right: 4rem; padding-top: 1.5rem;\\\\\\\">\\\\n                            <img alt=\\\\\\\"{{$company->title}}\\\\\\\" class=\\\\\\\"u-image u-image-circle\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\" data-image-width=\\\\\\\"150\\\\\\\" data-image-height=\\\\\\\"150\\\\\\\" style=\\\\\\\"width: 80%;\\\\\\\">\\\\n                            </img>\\\\n                             <div class=\\\\\\\"social-media-links\\\\\\\">\\\\n                            @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                            <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\">\\\\n                                    <svg class=\\\\\\\"u-svg-content\\\\\\\"  x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-0214\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#3B5998\\\\\\\" d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\">\\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-3589\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#55ACEE\\\\\\\" d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\">        \\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-d986\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                        </div>\\\\n                            @if ($parentCompany->display_vendor_location)\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-1\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}\\\\n                            </p>\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                            @endif\\\\n                        </div>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n                            <h2 style=\\\\\\\"margin-bottom: 0;\\\\\\\" class=\\\\\\\"u-text\\\\\\\">{{$company->brand_name}}</h2>\\\\n                            <p class=\\\\\\\"u-text u-text-3\\\\\\\">\\\\n                                {!! $company->about_us !!}\\\\n                            </p>\\\\n                        </div>\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </div>\\\\n    \\\\n    {{-- Tabs --}}\\\\n    <section class=\\\\\\\"u-align-center u-clearfix u-section-2\\\\\\\" id=\\\\\\\"carousel_37bc\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-tab-links-align-justify u-tabs u-tabs-1\\\\\\\" id=\\\\\\\"u-tabs\\\\\\\">\\\\n                <ul class=\\\\\\\"u-tab-list u-unstyled\\\\\\\" role=\\\\\\\"tablist\\\\\\\">\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_products_tab)\\\\n                    <li class=\\\\\\\"u-tab-item\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"active u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-1\\\\\\\" id=\\\\\\\"link-tab-products\\\\\\\" href=\\\\\\\"#tab-products\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-products\\\\\\\" aria-selected=\\\\\\\"true\\\\\\\">Products</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_policy_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-2\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-2\\\\\\\" id=\\\\\\\"link-tab-policy\\\\\\\" href=\\\\\\\"#tab-policy\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-policy\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Policy</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_about_us_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-aboutus\\\\\\\" href=\\\\\\\"#tab-aboutus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-aboutus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">About Us<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_events_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\"\\\\n                             id=\\\\\\\"link-tab-events\\\\\\\" href=\\\\\\\"#tab-events\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-events\\\\\\\"\\\\n                              aria-selected=\\\\\\\"false\\\\\\\">Events<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_contact_us_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-contactus\\\\\\\" href=\\\\\\\"#tab-contactus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-contactus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Contact Us<br>\\\\n                        </a>\\\\n                    </li>\\\\n                    @endif\\\\n                </ul>\\\\n                <div class=\\\\\\\"u-tab-content\\\\\\\">\\\\n                    <div class=\\\\\\\"u-container-style u-tab-active u-tab-pane u-white u-tab-pane-1\\\\\\\" id=\\\\\\\"tab-products\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-products\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-container-style u-tab-pane u-white u-tab-pane-2\\\\\\\" id=\\\\\\\"tab-policy\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-policy\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-aboutus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-aboutus\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-events\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-events\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white u-tab-pane-5\\\\\\\" id=\\\\\\\"tab-contactus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-contactus\\\\\\\">\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </section>\\\\n</div>\\\",\\\"product_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\">\\\\n    <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n        <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.details\\\\\\\", [\\\\\\\"shopDomain\\\\\\\" => $shop->shopify_domain,\\\\n        \\\\\\\"vendorTitle\\\\\\\"=>$vendorTitle, \\\\\\\"action\\\\\\\"=>\\\\\\\"products\\\\\\\"]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" id=\\\\\\\"search_product_form\\\\\\\"\\\\n        class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\"\\\\n        source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: left;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n                <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search Product\\\\\\\" id=\\\\\\\"st_search_product\\\\\\\" name=\\\\\\\"search_product\\\\\\\"\\\\n                class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n                <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$tags}}\\\\\\\" id=\\\\\\\"st_search_product_by_tag\\\\\\\" name=\\\\\\\"search_product_by_tag\\\\\\\">\\\\n            </div>\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: right;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control u-label\\\\\\\" style=\\\\\\\"margin-left: auto;\\\\\\\">Sort By</label>\\\\n                <select name=\\\\\\\"sort_by\\\\\\\" id=\\\\\\\"st_product_list_sort_by\\\\\\\" class=\\\\\\\"filters-toolbar__input\\\\\\\" aria-describedby=\\\\\\\"a11y-refresh-page-message \\\\n                a11y-selection-message\\\\\\\" data-default-sortby=\\\\\\\"title-descending\\\\\\\">\\\\n                    <option value=\\\\\\\"title-ascending\\\\\\\" {{$orderBy == \\\\\\\"title-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, A-Z</option>\\\\n                    <option value=\\\\\\\"title-descending\\\\\\\" {{$orderBy == \\\\\\\"title-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, Z-A</option>\\\\n                    <option value=\\\\\\\"price-ascending\\\\\\\" {{$orderBy == \\\\\\\"price-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price , Low To High</option>\\\\n                    <option value=\\\\\\\"price-descending\\\\\\\" {{$orderBy == \\\\\\\"price-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price, High To Low</option>\\\\n                    <option value=\\\\\\\"best-selling\\\\\\\" {{$orderBy == \\\\\\\"best-selling\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Best Selling</option>\\\\n                    <option value=\\\\\\\"date-ascending\\\\\\\" {{$orderBy == \\\\\\\"date-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, New To Old</option>\\\\n                    <option value=\\\\\\\"date-descending\\\\\\\" {{$orderBy == \\\\\\\"date-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, Old To New</option>\\\\n                </select>\\\\n            </div>\\\\n            <div style=\\\\\\\"clear: both;\\\\\\\"></div>\\\\n        </form>\\\\n    </div>\\\\n    <div class=\\\\\\\"u-products u-products-1\\\\\\\">\\\\n        <div class=\\\\\\\"loader hide\\\\\\\"></div>\\\\n        @if ($products && sizeof($products) > 0)\\\\n        <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n            @foreach($products as $product)\\\\n                <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                    <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/products/{{$product->handle}}\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2\\\\\\\">\\\\n                            <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1\\\\\\\" \\\\n                            src=\\\\\\\"{{$product->image}}\\\\\\\">\\\\n                            @if($parentCompany->handle_out_of_stock_products == \\\\\\\"list_out_of_stock_products_with_out_of_stock_label\\\\\\\" && $product->isOutOfStock())\\\\n                                <p class=\\\\\\\"hidden-text u-out-of-stock-text\\\\\\\">OUT OF STOCK</p>\\\\n                            @endif\\\\n\\\\n                            <div class=\\\\\\\"u-product-control u-product-price u-product-price-1\\\\\\\">\\\\n                                <div class=\\\\\\\"u-price-wrapper u-spacing-10\\\\\\\">\\\\n                                    <div class=\\\\\\\"u-price u-text-palette-2-base\\\\\\\" style=\\\\\\\"font-weight: 700;\\\\\\\">\\\\n                                        <p class=\\\\\\\"u-product-title text-muted\\\\\\\" style=\\\\\\\"text-decoration: none;\\\\\\\">\\\\n                                            {{$product->title}}\\\\n                                        </p>\\\\n                                        @if($product->has_only_default_variant)\\\\n                                        {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                         $product->shop->currency}} \\\\n                                        {{$product->lowestPricedVariant->first() ? $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\"}}\\\\n                                        @else\\\\n                                        From: {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                        $product->shop->currency}} {{ $product->lowestPricedVariant->first() ?\\\\n                                        $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\" }}\\\\n                                        @endif\\\\n                                    </div>\\\\n                                </div>\\\\n                            </div>\\\\n                        </div>\\\\n                    </a>\\\\n                </div>\\\\n            @endforeach\\\\n        </div>\\\\n        <div>\\\\n            {{ $products->links() }}\\\\n        </div>\\\\n        @else\\\\n        <div style=\\\\\\\"margin: auto;\\\\\\\">\\\\n            <h3>No Products Found</h3>\\\\n        </div>\\\\n        @endif\\\\n    </div>\\\\n</div>\\\",\\\"about_us_template\\\":\\\"<div class=\\\\\\\"u-aboutus-container\\\\\\\"> <div class=\\\\\\\"u-aboutus-row\\\\\\\"> {!! $aboutus !!} </div></div>\\\",\\\"policy_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">{!! $policy !!}</div>\\\\n</div>\\\",\\\"contact_us_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-left-cell u-size-30 u-layout-cell-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-container-layout-10\\\\\\\">\\\\n                <h2 class=\\\\\\\"u-text u-text-grey-70 u-text-8\\\\\\\">Contact us</h2>\\\\n                <h6 class=\\\\\\\"u-text u-text-grey-50 u-text-9\\\\\\\">{{$company->brand_name}}</h6>\\\\n                @if ($parentCompany->display_vendor_location)\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10\\\\\\\">{{ $company->address_line_1 ? $company->address_line_1.\\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\" }} {{ $company->address_line_2 ? $company->address_line_2 : \\\\\\\"\\\\\\\" }} <br>\\\\n                    {{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}                                        \\\\n                    </p>\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                @endif\\\\n                <div class=\\\\\\\"u-social-icons u-spacing-20 u-social-icons-1\\\\\\\">\\\\n                @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-facebook u-social-icon u-icon-2\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-50ee\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-50ee\\\\\\\"><path d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-twitter u-icon-3\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-d346\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-d346\\\\\\\"><path d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-instagram u-icon-4\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-dd2a\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-dd2a\\\\\\\"><path d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path><path d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path><path d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif                \\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-30 u-layout-cell-2\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-valign-middle u-container-layout-11\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-form u-form-2\\\\\\\">\\\\n                <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.contact\\\\\\\") }}\\\\\\\" id=\\\\\\\"st_vendor_contact_form\\\\\\\" method=\\\\\\\"POST\\\\\\\" class=\\\\\\\"u-clearfix u-form-spacing-24 u-form-vertical u-inner-form\\\\\\\" style=\\\\\\\"padding: 24px;\\\\\\\" source=\\\\\\\"custom\\\\\\\" name=\\\\\\\"form\\\\\\\">\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$shop->id}}\\\\\\\" name=\\\\\\\"shop_id\\\\\\\" >\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\" name=\\\\\\\"company_id\\\\\\\" >\\\\n                    <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_name\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Name</label>\\\\n                        <input type=\\\\\\\"text\\\\\\\" placeholder=\\\\\\\"Enter your Name\\\\\\\" id=\\\\\\\"st_contact_form_name\\\\\\\" name=\\\\\\\"name\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-4\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-email u-form-group\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_email\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Email</label>\\\\n                        <input type=\\\\\\\"email\\\\\\\" placeholder=\\\\\\\"Enter a valid email address\\\\\\\" id=\\\\\\\"st_contact_form_email\\\\\\\" name=\\\\\\\"email\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-5\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-group u-form-message\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_message\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Message</label>\\\\n                        <textarea placeholder=\\\\\\\"Enter your message\\\\\\\" rows=\\\\\\\"4\\\\\\\" cols=\\\\\\\"50\\\\\\\" id=\\\\\\\"st_contact_form_message\\\\\\\" name=\\\\\\\"message\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-6\\\\\\\" required=\\\\\\\"\\\\\\\"></textarea>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-form-group u-form-submit\\\\\\\">       \\\\n                        <input type=\\\\\\\"submit\\\\\\\" value=\\\\\\\"submit\\\\\\\" class=\\\\\\\"u-form-control\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-send-message u-form-send-success\\\\\\\"> Thank you! Your message has been sent. </div>\\\\n                    <div class=\\\\\\\"u-form-send-error u-form-send-message\\\\\\\"> Unable to send your message. Please fix errors then try again. </div>\\\\n                </form>\\\\n            </div>\\\\n    </div>\\\\n        </div>\\\\n    </div>\\\\n</div>\\\"},\\\"unpublished_theme1_template\\\":{\\\"main_page_template\\\":\\\"<div id=\\\\\\\"vendor-detail-page\\\\\\\">\\\\n    <input type=\\\\\\\"hidden\\\\\\\" id=\\\\\\\"company_id\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\">\\\\n    @if ($company->banner_link)\\\\n    <section class=\\\\\\\"u-clearfix u-section-1 bck-banner-img\\\\\\\" id=\\\\\\\"sec-44b5\\\\\\\" style=\\\\\\\"background-image: url({{$company->banner_link}});\\\\\\\">\\\\n    </section>\\\\n    @endif\\\\n    <div class=\\\\\\\"u-clearfix u-sheet u-valign-middle u-sheet-1\\\\\\\" style=\\\\\\\"min-height: 250px;\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-expanded-width u-gutter-0 u-layout-wrap u-layout-wrap-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-layout\\\\\\\">\\\\n                <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n                    <div class=\\\\\\\"u-align-center u-container-style u-layout-cell u-left-cell u-size-23 u-layout-cell-1\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\" style=\\\\\\\"height:max-content; display: flex; flex-direction: column; align-items: center; padding-right: 4rem; padding-top: 1.5rem;\\\\\\\">\\\\n                            <img alt=\\\\\\\"{{$company->title}}\\\\\\\" class=\\\\\\\"u-image u-image-circle\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\" data-image-width=\\\\\\\"150\\\\\\\" data-image-height=\\\\\\\"150\\\\\\\" style=\\\\\\\"width: 80%;\\\\\\\">\\\\n                            </img>\\\\n                             <div class=\\\\\\\"social-media-links\\\\\\\">\\\\n                            @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                            <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\">\\\\n                                    <svg class=\\\\\\\"u-svg-content\\\\\\\"  x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-0214\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#3B5998\\\\\\\" d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\">\\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-3589\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#55ACEE\\\\\\\" d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\">        \\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-d986\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                        </div>\\\\n                            @if ($parentCompany->display_vendor_location)\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-1\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}\\\\n                            </p>\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                            @endif\\\\n                        </div>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n                            <h2 style=\\\\\\\"margin-bottom: 0;\\\\\\\" class=\\\\\\\"u-text\\\\\\\">{{$company->brand_name}}</h2>\\\\n                            <p class=\\\\\\\"u-text u-text-3\\\\\\\">\\\\n                                {!! $company->about_us !!}\\\\n                            </p>\\\\n                        </div>\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </div>\\\\n    \\\\n    {{-- Tabs --}}\\\\n    <section class=\\\\\\\"u-align-center u-clearfix u-section-2\\\\\\\" id=\\\\\\\"carousel_37bc\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-tab-links-align-justify u-tabs u-tabs-1\\\\\\\" id=\\\\\\\"u-tabs\\\\\\\">\\\\n                <ul class=\\\\\\\"u-tab-list u-unstyled\\\\\\\" role=\\\\\\\"tablist\\\\\\\">\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_products_tab)\\\\n                    <li class=\\\\\\\"u-tab-item\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"active u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-1\\\\\\\" id=\\\\\\\"link-tab-products\\\\\\\" href=\\\\\\\"#tab-products\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-products\\\\\\\" aria-selected=\\\\\\\"true\\\\\\\">Products</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_policy_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-2\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-2\\\\\\\" id=\\\\\\\"link-tab-policy\\\\\\\" href=\\\\\\\"#tab-policy\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-policy\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Policy</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_about_us_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-aboutus\\\\\\\" href=\\\\\\\"#tab-aboutus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-aboutus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">About Us<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_events_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\"\\\\n                             id=\\\\\\\"link-tab-events\\\\\\\" href=\\\\\\\"#tab-events\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-events\\\\\\\"\\\\n                              aria-selected=\\\\\\\"false\\\\\\\">Events<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_contact_us_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-contactus\\\\\\\" href=\\\\\\\"#tab-contactus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-contactus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Contact Us<br>\\\\n                        </a>\\\\n                    </li>\\\\n                    @endif\\\\n                </ul>\\\\n                <div class=\\\\\\\"u-tab-content\\\\\\\">\\\\n                    <div class=\\\\\\\"u-container-style u-tab-active u-tab-pane u-white u-tab-pane-1\\\\\\\" id=\\\\\\\"tab-products\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-products\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-container-style u-tab-pane u-white u-tab-pane-2\\\\\\\" id=\\\\\\\"tab-policy\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-policy\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-aboutus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-aboutus\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-events\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-events\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white u-tab-pane-5\\\\\\\" id=\\\\\\\"tab-contactus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-contactus\\\\\\\">\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </section>\\\\n</div>\\\",\\\"product_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\">\\\\n    <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n        <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.details\\\\\\\", [\\\\\\\"shopDomain\\\\\\\" => $shop->shopify_domain,\\\\n        \\\\\\\"vendorTitle\\\\\\\"=>$vendorTitle, \\\\\\\"action\\\\\\\"=>\\\\\\\"products\\\\\\\"]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" id=\\\\\\\"search_product_form\\\\\\\"\\\\n        class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\"\\\\n        source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: left;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n                <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search Product\\\\\\\" id=\\\\\\\"st_search_product\\\\\\\" name=\\\\\\\"search_product\\\\\\\"\\\\n                class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n                <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$tags}}\\\\\\\" id=\\\\\\\"st_search_product_by_tag\\\\\\\" name=\\\\\\\"search_product_by_tag\\\\\\\">\\\\n            </div>\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: right;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control u-label\\\\\\\" style=\\\\\\\"margin-left: auto;\\\\\\\">Sort By</label>\\\\n                <select name=\\\\\\\"sort_by\\\\\\\" id=\\\\\\\"st_product_list_sort_by\\\\\\\" class=\\\\\\\"filters-toolbar__input\\\\\\\" aria-describedby=\\\\\\\"a11y-refresh-page-message \\\\n                a11y-selection-message\\\\\\\" data-default-sortby=\\\\\\\"title-descending\\\\\\\">\\\\n                    <option value=\\\\\\\"title-ascending\\\\\\\" {{$orderBy == \\\\\\\"title-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, A-Z</option>\\\\n                    <option value=\\\\\\\"title-descending\\\\\\\" {{$orderBy == \\\\\\\"title-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, Z-A</option>\\\\n                    <option value=\\\\\\\"price-ascending\\\\\\\" {{$orderBy == \\\\\\\"price-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price , Low To High</option>\\\\n                    <option value=\\\\\\\"price-descending\\\\\\\" {{$orderBy == \\\\\\\"price-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price, High To Low</option>\\\\n                    <option value=\\\\\\\"best-selling\\\\\\\" {{$orderBy == \\\\\\\"best-selling\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Best Selling</option>\\\\n                    <option value=\\\\\\\"date-ascending\\\\\\\" {{$orderBy == \\\\\\\"date-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, New To Old</option>\\\\n                    <option value=\\\\\\\"date-descending\\\\\\\" {{$orderBy == \\\\\\\"date-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, Old To New</option>\\\\n                </select>\\\\n            </div>\\\\n            <div style=\\\\\\\"clear: both;\\\\\\\"></div>\\\\n        </form>\\\\n    </div>\\\\n    <div class=\\\\\\\"u-products u-products-1\\\\\\\">\\\\n        <div class=\\\\\\\"loader hide\\\\\\\"></div>\\\\n        @if ($products && sizeof($products) > 0)\\\\n        <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n            @foreach($products as $product)\\\\n                <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                    <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/products/{{$product->handle}}\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2\\\\\\\">\\\\n                            <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1\\\\\\\" \\\\n                            src=\\\\\\\"{{$product->image}}\\\\\\\">\\\\n                            @if($parentCompany->handle_out_of_stock_products == \\\\\\\"list_out_of_stock_products_with_out_of_stock_label\\\\\\\" && $product->isOutOfStock())\\\\n                                <p class=\\\\\\\"hidden-text u-out-of-stock-text\\\\\\\">OUT OF STOCK</p>\\\\n                            @endif\\\\n\\\\n                            <div class=\\\\\\\"u-product-control u-product-price u-product-price-1\\\\\\\">\\\\n                                <div class=\\\\\\\"u-price-wrapper u-spacing-10\\\\\\\">\\\\n                                    <div class=\\\\\\\"u-price u-text-palette-2-base\\\\\\\" style=\\\\\\\"font-weight: 700;\\\\\\\">\\\\n                                        <p class=\\\\\\\"u-product-title text-muted\\\\\\\" style=\\\\\\\"text-decoration: none;\\\\\\\">\\\\n                                            {{$product->title}}\\\\n                                        </p>\\\\n                                        @if($product->has_only_default_variant)\\\\n                                        {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                         $product->shop->currency}} \\\\n                                        {{$product->lowestPricedVariant->first() ? $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\"}}\\\\n                                        @else\\\\n                                        From: {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                        $product->shop->currency}} {{ $product->lowestPricedVariant->first() ?\\\\n                                        $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\" }}\\\\n                                        @endif\\\\n                                    </div>\\\\n                                </div>\\\\n                            </div>\\\\n                        </div>\\\\n                    </a>\\\\n                </div>\\\\n            @endforeach\\\\n        </div>\\\\n        <div>\\\\n            {{ $products->links() }}\\\\n        </div>\\\\n        @else\\\\n        <div style=\\\\\\\"margin: auto;\\\\\\\">\\\\n            <h3>No Products Found</h3>\\\\n        </div>\\\\n        @endif\\\\n    </div>\\\\n</div>\\\",\\\"about_us_template\\\":\\\"<div class=\\\\\\\"u-aboutus-container\\\\\\\"> <div class=\\\\\\\"u-aboutus-row\\\\\\\"> {!! $aboutus !!} </div></div>\\\",\\\"policy_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">{!! $policy !!}</div>\\\\n</div>\\\",\\\"contact_us_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-left-cell u-size-30 u-layout-cell-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-container-layout-10\\\\\\\">\\\\n                <h2 class=\\\\\\\"u-text u-text-grey-70 u-text-8\\\\\\\">Contact us</h2>\\\\n                <h6 class=\\\\\\\"u-text u-text-grey-50 u-text-9\\\\\\\">{{$company->brand_name}}</h6>\\\\n                @if ($parentCompany->display_vendor_location)\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10\\\\\\\">{{ $company->address_line_1 ? $company->address_line_1.\\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\" }} {{ $company->address_line_2 ? $company->address_line_2 : \\\\\\\"\\\\\\\" }} <br>\\\\n                    {{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}                                        \\\\n                    </p>\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                @endif\\\\n                <div class=\\\\\\\"u-social-icons u-spacing-20 u-social-icons-1\\\\\\\">\\\\n                @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-facebook u-social-icon u-icon-2\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-50ee\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-50ee\\\\\\\"><path d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-twitter u-icon-3\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-d346\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-d346\\\\\\\"><path d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-instagram u-icon-4\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-dd2a\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-dd2a\\\\\\\"><path d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path><path d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path><path d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif                \\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-30 u-layout-cell-2\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-valign-middle u-container-layout-11\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-form u-form-2\\\\\\\">\\\\n                <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.contact\\\\\\\") }}\\\\\\\" id=\\\\\\\"st_vendor_contact_form\\\\\\\" method=\\\\\\\"POST\\\\\\\" class=\\\\\\\"u-clearfix u-form-spacing-24 u-form-vertical u-inner-form\\\\\\\" style=\\\\\\\"padding: 24px;\\\\\\\" source=\\\\\\\"custom\\\\\\\" name=\\\\\\\"form\\\\\\\">\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$shop->id}}\\\\\\\" name=\\\\\\\"shop_id\\\\\\\" >\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\" name=\\\\\\\"company_id\\\\\\\" >\\\\n                    <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_name\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Name</label>\\\\n                        <input type=\\\\\\\"text\\\\\\\" placeholder=\\\\\\\"Enter your Name\\\\\\\" id=\\\\\\\"st_contact_form_name\\\\\\\" name=\\\\\\\"name\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-4\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-email u-form-group\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_email\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Email</label>\\\\n                        <input type=\\\\\\\"email\\\\\\\" placeholder=\\\\\\\"Enter a valid email address\\\\\\\" id=\\\\\\\"st_contact_form_email\\\\\\\" name=\\\\\\\"email\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-5\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-group u-form-message\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_message\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Message</label>\\\\n                        <textarea placeholder=\\\\\\\"Enter your message\\\\\\\" rows=\\\\\\\"4\\\\\\\" cols=\\\\\\\"50\\\\\\\" id=\\\\\\\"st_contact_form_message\\\\\\\" name=\\\\\\\"message\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-6\\\\\\\" required=\\\\\\\"\\\\\\\"></textarea>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-form-group u-form-submit\\\\\\\">       \\\\n                        <input type=\\\\\\\"submit\\\\\\\" value=\\\\\\\"submit\\\\\\\" class=\\\\\\\"u-form-control\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-send-message u-form-send-success\\\\\\\"> Thank you! Your message has been sent. </div>\\\\n                    <div class=\\\\\\\"u-form-send-error u-form-send-message\\\\\\\"> Unable to send your message. Please fix errors then try again. </div>\\\\n                </form>\\\\n            </div>\\\\n    </div>\\\\n        </div>\\\\n    </div>\\\\n</div>\\\"},\\\"published_theme1_css\\\":null,\\\"unpublished_theme1_css\\\":null,\\\"published_vendor_list_template\\\":\\\"<div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2 u-section-2\\\\\\\">\\\\n    <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n      <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n        <h1 class=\\\\\\\"u-text u-text-default u-text-1\\\\\\\">{{$parentCompany->name_of_the_vendor_listing_page}}</h1>\\\\n        <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n          <form id=\\\\\\\"vendor_search_form\\\\\\\" action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.list\\\\\\\", [\\\\\\\"shop\\\\\\\" => $shop->shopify_domain]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\" source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n              <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n              <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search\\\\\\\" id=\\\\\\\"search_vendor\\\\\\\" name=\\\\\\\"search_vendor\\\\\\\" class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n            </div>\\\\n          </form>\\\\n        </div>\\\\n        <div class=\\\\\\\"loader\\\\\\\" ></div>\\\\n        <div class=\\\\\\\"u-container-layout-2 u-container-layout-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-products u-products-1\\\\\\\">                \\\\n                <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n                    @foreach($companies as $company)\\\\n                      <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2 container\\\\\\\">\\\\n                                  <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1 image-hover\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\">\\\\n                                  <h1 class=\\\\\\\"u-align-center u-product-control u-text u-text-1\\\\\\\">\\\\n                                      <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                                          {{$company->title}}\\\\n                                      </a>\\\\n                                      @if ($parentCompany->display_vendor_category && $company->vendor_category != \\\\\\\"\\\\\\\")\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->vendor_category}} </p>\\\\n                                      @endif\\\\n                                      @if ($parentCompany->display_vendor_location)\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}</p>\\\\n                                      @endif\\\\n                                  </h1>\\\\n                              </div>\\\\n                          </a>\\\\n                          @if ($parentCompany->display_vendor_short_description)\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"st-middle\\\\\\\">\\\\n                                  <div class=\\\\\\\"short-description st-white-text-overlay\\\\\\\" style=\\\\\\\"height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.4);\\\\\\\">\\\\n                                      {!! $company->short_description !!}\\\\n                                  </div>\\\\n                              </div>\\\\n                          </a>\\\\n                          @endif\\\\n                      </div>\\\\n                    @endforeach\\\\n                </div>\\\\n                <div>\\\\n                  {{ $companies->links() }}\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n      </div>\\\\n    </div>\\\\n  </div>\\\",\\\"unpublished_vendor_list_template\\\":\\\"<div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2 u-section-2\\\\\\\">\\\\n    <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n      <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n        <h1 class=\\\\\\\"u-text u-text-default u-text-1\\\\\\\">{{$parentCompany->name_of_the_vendor_listing_page}}</h1>\\\\n        <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n          <form id=\\\\\\\"vendor_search_form\\\\\\\" action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.list\\\\\\\", [\\\\\\\"shop\\\\\\\" => $shop->shopify_domain]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\" source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n              <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n              <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search\\\\\\\" id=\\\\\\\"search_vendor\\\\\\\" name=\\\\\\\"search_vendor\\\\\\\" class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n            </div>\\\\n          </form>\\\\n        </div>\\\\n        <div class=\\\\\\\"loader\\\\\\\" ></div>\\\\n        <div class=\\\\\\\"u-container-layout-2 u-container-layout-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-products u-products-1\\\\\\\">                \\\\n                <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n                    @foreach($companies as $company)\\\\n                      <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2 container\\\\\\\">\\\\n                                  <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1 image-hover\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\">\\\\n                                  <h1 class=\\\\\\\"u-align-center u-product-control u-text u-text-1\\\\\\\">\\\\n                                      <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                                          {{$company->title}}\\\\n                                      </a>\\\\n                                      @if ($parentCompany->display_vendor_category && $company->vendor_category != \\\\\\\"\\\\\\\")\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->vendor_category}} </p>\\\\n                                      @endif\\\\n                                      @if ($parentCompany->display_vendor_location)\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}</p>\\\\n                                      @endif\\\\n                                  </h1>\\\\n                              </div>\\\\n                          </a>\\\\n                          @if ($parentCompany->display_vendor_short_description)\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"st-middle\\\\\\\">\\\\n                                  <div class=\\\\\\\"short-description st-white-text-overlay\\\\\\\" style=\\\\\\\"height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.4);\\\\\\\">\\\\n                                      {!! $company->short_description !!}\\\\n                                  </div>\\\\n                              </div>\\\\n                          </a>\\\\n                          @endif\\\\n                      </div>\\\\n                    @endforeach\\\\n                </div>\\\\n                <div>\\\\n                  {{ $companies->links() }}\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n      </div>\\\\n    </div>\\\\n  </div>\\\",\\\"publish_pending\\\":false}\",\n                    \"published_and_unpublished_theme1_code_last_version\": \"{\\\"published_theme1_css\\\":null,\\\"published_theme1_template\\\":{\\\"main_page_template\\\":\\\"<div id=\\\\\\\"vendor-detail-page\\\\\\\">\\\\n    <input type=\\\\\\\"hidden\\\\\\\" id=\\\\\\\"company_id\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\">\\\\n    @if ($company->banner_link)\\\\n    <section class=\\\\\\\"u-clearfix u-section-1 bck-banner-img\\\\\\\" id=\\\\\\\"sec-44b5\\\\\\\" style=\\\\\\\"background-image: url({{$company->banner_link}});\\\\\\\">\\\\n    </section>\\\\n    @endif\\\\n    <div class=\\\\\\\"u-clearfix u-sheet u-valign-middle u-sheet-1\\\\\\\" style=\\\\\\\"min-height: 250px;\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-expanded-width u-gutter-0 u-layout-wrap u-layout-wrap-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-layout\\\\\\\">\\\\n                <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n                    <div class=\\\\\\\"u-align-center u-container-style u-layout-cell u-left-cell u-size-23 u-layout-cell-1\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\" style=\\\\\\\"height:max-content; display: flex; flex-direction: column; align-items: center; padding-right: 4rem; padding-top: 1.5rem;\\\\\\\">\\\\n                            <img alt=\\\\\\\"{{$company->title}}\\\\\\\" class=\\\\\\\"u-image u-image-circle\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\" data-image-width=\\\\\\\"150\\\\\\\" data-image-height=\\\\\\\"150\\\\\\\" style=\\\\\\\"width: 80%;\\\\\\\">\\\\n                            </img>\\\\n                             <div class=\\\\\\\"social-media-links\\\\\\\">\\\\n                            @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                            <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\">\\\\n                                    <svg class=\\\\\\\"u-svg-content\\\\\\\"  x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-0214\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#3B5998\\\\\\\" d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\">\\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-3589\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#55ACEE\\\\\\\" d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\">        \\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-d986\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                        </div>\\\\n                            @if ($parentCompany->display_vendor_location)\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-1\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}\\\\n                            </p>\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                            @endif\\\\n                        </div>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n                            <h2 style=\\\\\\\"margin-bottom: 0;\\\\\\\" class=\\\\\\\"u-text\\\\\\\">{{$company->brand_name}}</h2>\\\\n                            <p class=\\\\\\\"u-text u-text-3\\\\\\\">\\\\n                                {!! $company->about_us !!}\\\\n                            </p>\\\\n                        </div>\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </div>\\\\n    \\\\n    {{-- Tabs --}}\\\\n    <section class=\\\\\\\"u-align-center u-clearfix u-section-2\\\\\\\" id=\\\\\\\"carousel_37bc\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-tab-links-align-justify u-tabs u-tabs-1\\\\\\\" id=\\\\\\\"u-tabs\\\\\\\">\\\\n                <ul class=\\\\\\\"u-tab-list u-unstyled\\\\\\\" role=\\\\\\\"tablist\\\\\\\">\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_products_tab)\\\\n                    <li class=\\\\\\\"u-tab-item\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"active u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-1\\\\\\\" id=\\\\\\\"link-tab-products\\\\\\\" href=\\\\\\\"#tab-products\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-products\\\\\\\" aria-selected=\\\\\\\"true\\\\\\\">Products</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_policy_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-2\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-2\\\\\\\" id=\\\\\\\"link-tab-policy\\\\\\\" href=\\\\\\\"#tab-policy\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-policy\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Policy</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_about_us_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-aboutus\\\\\\\" href=\\\\\\\"#tab-aboutus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-aboutus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">About Us<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_events_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\"\\\\n                             id=\\\\\\\"link-tab-events\\\\\\\" href=\\\\\\\"#tab-events\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-events\\\\\\\"\\\\n                              aria-selected=\\\\\\\"false\\\\\\\">Events<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_contact_us_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-contactus\\\\\\\" href=\\\\\\\"#tab-contactus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-contactus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Contact Us<br>\\\\n                        </a>\\\\n                    </li>\\\\n                    @endif\\\\n                </ul>\\\\n                <div class=\\\\\\\"u-tab-content\\\\\\\">\\\\n                    <div class=\\\\\\\"u-container-style u-tab-active u-tab-pane u-white u-tab-pane-1\\\\\\\" id=\\\\\\\"tab-products\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-products\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-container-style u-tab-pane u-white u-tab-pane-2\\\\\\\" id=\\\\\\\"tab-policy\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-policy\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-aboutus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-aboutus\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-events\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-events\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white u-tab-pane-5\\\\\\\" id=\\\\\\\"tab-contactus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-contactus\\\\\\\">\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </section>\\\\n</div>\\\",\\\"product_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\">\\\\n    <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n        <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.details\\\\\\\", [\\\\\\\"shopDomain\\\\\\\" => $shop->shopify_domain,\\\\n        \\\\\\\"vendorTitle\\\\\\\"=>$vendorTitle, \\\\\\\"action\\\\\\\"=>\\\\\\\"products\\\\\\\"]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" id=\\\\\\\"search_product_form\\\\\\\"\\\\n        class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\"\\\\n        source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: left;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n                <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search Product\\\\\\\" id=\\\\\\\"st_search_product\\\\\\\" name=\\\\\\\"search_product\\\\\\\"\\\\n                class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n                <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$tags}}\\\\\\\" id=\\\\\\\"st_search_product_by_tag\\\\\\\" name=\\\\\\\"search_product_by_tag\\\\\\\">\\\\n            </div>\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: right;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control u-label\\\\\\\" style=\\\\\\\"margin-left: auto;\\\\\\\">Sort By</label>\\\\n                <select name=\\\\\\\"sort_by\\\\\\\" id=\\\\\\\"st_product_list_sort_by\\\\\\\" class=\\\\\\\"filters-toolbar__input\\\\\\\" aria-describedby=\\\\\\\"a11y-refresh-page-message \\\\n                a11y-selection-message\\\\\\\" data-default-sortby=\\\\\\\"title-descending\\\\\\\">\\\\n                    <option value=\\\\\\\"title-ascending\\\\\\\" {{$orderBy == \\\\\\\"title-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, A-Z</option>\\\\n                    <option value=\\\\\\\"title-descending\\\\\\\" {{$orderBy == \\\\\\\"title-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, Z-A</option>\\\\n                    <option value=\\\\\\\"price-ascending\\\\\\\" {{$orderBy == \\\\\\\"price-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price , Low To High</option>\\\\n                    <option value=\\\\\\\"price-descending\\\\\\\" {{$orderBy == \\\\\\\"price-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price, High To Low</option>\\\\n                    <option value=\\\\\\\"best-selling\\\\\\\" {{$orderBy == \\\\\\\"best-selling\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Best Selling</option>\\\\n                    <option value=\\\\\\\"date-ascending\\\\\\\" {{$orderBy == \\\\\\\"date-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, New To Old</option>\\\\n                    <option value=\\\\\\\"date-descending\\\\\\\" {{$orderBy == \\\\\\\"date-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, Old To New</option>\\\\n                </select>\\\\n            </div>\\\\n            <div style=\\\\\\\"clear: both;\\\\\\\"></div>\\\\n        </form>\\\\n    </div>\\\\n    <div class=\\\\\\\"u-products u-products-1\\\\\\\">\\\\n        <div class=\\\\\\\"loader hide\\\\\\\"></div>\\\\n        @if ($products && sizeof($products) > 0)\\\\n        <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n            @foreach($products as $product)\\\\n                <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                    <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/products/{{$product->handle}}\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2\\\\\\\">\\\\n                            <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1\\\\\\\" \\\\n                            src=\\\\\\\"{{$product->image}}\\\\\\\">\\\\n                            @if($parentCompany->handle_out_of_stock_products == \\\\\\\"list_out_of_stock_products_with_out_of_stock_label\\\\\\\" && $product->isOutOfStock())\\\\n                                <p class=\\\\\\\"hidden-text u-out-of-stock-text\\\\\\\">OUT OF STOCK</p>\\\\n                            @endif\\\\n\\\\n                            <div class=\\\\\\\"u-product-control u-product-price u-product-price-1\\\\\\\">\\\\n                                <div class=\\\\\\\"u-price-wrapper u-spacing-10\\\\\\\">\\\\n                                    <div class=\\\\\\\"u-price u-text-palette-2-base\\\\\\\" style=\\\\\\\"font-weight: 700;\\\\\\\">\\\\n                                        <p class=\\\\\\\"u-product-title text-muted\\\\\\\" style=\\\\\\\"text-decoration: none;\\\\\\\">\\\\n                                            {{$product->title}}\\\\n                                        </p>\\\\n                                        @if($product->has_only_default_variant)\\\\n                                        {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                         $product->shop->currency}} \\\\n                                        {{$product->lowestPricedVariant->first() ? $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\"}}\\\\n                                        @else\\\\n                                        From: {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                        $product->shop->currency}} {{ $product->lowestPricedVariant->first() ?\\\\n                                        $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\" }}\\\\n                                        @endif\\\\n                                    </div>\\\\n                                </div>\\\\n                            </div>\\\\n                        </div>\\\\n                    </a>\\\\n                </div>\\\\n            @endforeach\\\\n        </div>\\\\n        <div>\\\\n            {{ $products->links() }}\\\\n        </div>\\\\n        @else\\\\n        <div style=\\\\\\\"margin: auto;\\\\\\\">\\\\n            <h3>No Products Found</h3>\\\\n        </div>\\\\n        @endif\\\\n    </div>\\\\n</div>\\\",\\\"about_us_template\\\":\\\"<div class=\\\\\\\"u-aboutus-container\\\\\\\"> <div class=\\\\\\\"u-aboutus-row\\\\\\\"> {!! $aboutus !!} </div></div>\\\",\\\"policy_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">{!! $policy !!}</div>\\\\n</div>\\\",\\\"contact_us_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-left-cell u-size-30 u-layout-cell-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-container-layout-10\\\\\\\">\\\\n                <h2 class=\\\\\\\"u-text u-text-grey-70 u-text-8\\\\\\\">Contact us</h2>\\\\n                <h6 class=\\\\\\\"u-text u-text-grey-50 u-text-9\\\\\\\">{{$company->brand_name}}</h6>\\\\n                @if ($parentCompany->display_vendor_location)\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10\\\\\\\">{{ $company->address_line_1 ? $company->address_line_1.\\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\" }} {{ $company->address_line_2 ? $company->address_line_2 : \\\\\\\"\\\\\\\" }} <br>\\\\n                    {{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}                                        \\\\n                    </p>\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                @endif\\\\n                <div class=\\\\\\\"u-social-icons u-spacing-20 u-social-icons-1\\\\\\\">\\\\n                @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-facebook u-social-icon u-icon-2\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-50ee\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-50ee\\\\\\\"><path d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-twitter u-icon-3\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-d346\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-d346\\\\\\\"><path d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-instagram u-icon-4\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-dd2a\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-dd2a\\\\\\\"><path d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path><path d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path><path d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif                \\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-30 u-layout-cell-2\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-valign-middle u-container-layout-11\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-form u-form-2\\\\\\\">\\\\n                <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.contact\\\\\\\") }}\\\\\\\" id=\\\\\\\"st_vendor_contact_form\\\\\\\" method=\\\\\\\"POST\\\\\\\" class=\\\\\\\"u-clearfix u-form-spacing-24 u-form-vertical u-inner-form\\\\\\\" style=\\\\\\\"padding: 24px;\\\\\\\" source=\\\\\\\"custom\\\\\\\" name=\\\\\\\"form\\\\\\\">\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$shop->id}}\\\\\\\" name=\\\\\\\"shop_id\\\\\\\" >\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\" name=\\\\\\\"company_id\\\\\\\" >\\\\n                    <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_name\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Name</label>\\\\n                        <input type=\\\\\\\"text\\\\\\\" placeholder=\\\\\\\"Enter your Name\\\\\\\" id=\\\\\\\"st_contact_form_name\\\\\\\" name=\\\\\\\"name\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-4\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-email u-form-group\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_email\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Email</label>\\\\n                        <input type=\\\\\\\"email\\\\\\\" placeholder=\\\\\\\"Enter a valid email address\\\\\\\" id=\\\\\\\"st_contact_form_email\\\\\\\" name=\\\\\\\"email\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-5\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-group u-form-message\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_message\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Message</label>\\\\n                        <textarea placeholder=\\\\\\\"Enter your message\\\\\\\" rows=\\\\\\\"4\\\\\\\" cols=\\\\\\\"50\\\\\\\" id=\\\\\\\"st_contact_form_message\\\\\\\" name=\\\\\\\"message\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-6\\\\\\\" required=\\\\\\\"\\\\\\\"></textarea>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-form-group u-form-submit\\\\\\\">       \\\\n                        <input type=\\\\\\\"submit\\\\\\\" value=\\\\\\\"submit\\\\\\\" class=\\\\\\\"u-form-control\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-send-message u-form-send-success\\\\\\\"> Thank you! Your message has been sent. </div>\\\\n                    <div class=\\\\\\\"u-form-send-error u-form-send-message\\\\\\\"> Unable to send your message. Please fix errors then try again. </div>\\\\n                </form>\\\\n            </div>\\\\n    </div>\\\\n        </div>\\\\n    </div>\\\\n</div>\\\"},\\\"published_vendor_list_template\\\":\\\"<div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2 u-section-2\\\\\\\">\\\\n    <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n      <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n        <h1 class=\\\\\\\"u-text u-text-default u-text-1\\\\\\\">{{$parentCompany->name_of_the_vendor_listing_page}}</h1>\\\\n        <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n          <form id=\\\\\\\"vendor_search_form\\\\\\\" action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.list\\\\\\\", [\\\\\\\"shop\\\\\\\" => $shop->shopify_domain]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\" source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n              <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n              <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search\\\\\\\" id=\\\\\\\"search_vendor\\\\\\\" name=\\\\\\\"search_vendor\\\\\\\" class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n            </div>\\\\n          </form>\\\\n        </div>\\\\n        <div class=\\\\\\\"loader\\\\\\\" ></div>\\\\n        <div class=\\\\\\\"u-container-layout-2 u-container-layout-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-products u-products-1\\\\\\\">                \\\\n                <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n                    @foreach($companies as $company)\\\\n                      <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2 container\\\\\\\">\\\\n                                  <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1 image-hover\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\">\\\\n                                  <h1 class=\\\\\\\"u-align-center u-product-control u-text u-text-1\\\\\\\">\\\\n                                      <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                                          {{$company->title}}\\\\n                                      </a>\\\\n                                      @if ($parentCompany->display_vendor_category && $company->vendor_category != \\\\\\\"\\\\\\\")\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->vendor_category}} </p>\\\\n                                      @endif\\\\n                                      @if ($parentCompany->display_vendor_location)\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}</p>\\\\n                                      @endif\\\\n                                  </h1>\\\\n                              </div>\\\\n                          </a>\\\\n                          @if ($parentCompany->display_vendor_short_description)\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"st-middle\\\\\\\">\\\\n                                  <div class=\\\\\\\"short-description st-white-text-overlay\\\\\\\" style=\\\\\\\"height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.4);\\\\\\\">\\\\n                                      {!! $company->short_description !!}\\\\n                                  </div>\\\\n                              </div>\\\\n                          </a>\\\\n                          @endif\\\\n                      </div>\\\\n                    @endforeach\\\\n                </div>\\\\n                <div>\\\\n                  {{ $companies->links() }}\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n      </div>\\\\n    </div>\\\\n  </div>\\\"}\",\n                    \"published_and_unpublished_c2c_code\": \"{\\\"published_c2c_template\\\":{\\\"registration_page_template\\\":\\\"<div id=\\\\\\\"app\\\\\\\">\\\\n<h1>Hello registration</h1>\\\\n        <div class=\\\\\\\"c2c-registration-page-container\\\\\\\">\\\\n            <div class=\\\\\\\"d-flex flex-column text-center c2c-register-cta-text\\\\\\\">\\\\n                <h1 class=\\\\\\\"c2c-register-cta-header\\\\\\\">Complete your Seller Account</h1>\\\\n                <p>Hi {{ $customerData[\\\\\\\"first_name\\\\\\\"]}}, please fill in the required info to start selling on {{ $shop->name}}</p>\\\\n            </div>\\\\n            <div class=\\\\\\\"c2c-form-container mt-4 d-flex justify-content-center\\\\\\\">\\\\n                <form @submit.prevent=\\\\\\\"registerVendor\\\\\\\">\\\\n                    <div class=\\\\\\\"d-flex flex-column c2c-registration-general-info\\\\\\\">\\\\n                        <div class=\\\\\\\"d-flex align-items-center\\\\\\\">\\\\n                            <label for=\\\\\\\"first-name\\\\\\\" class=\\\\\\\"m-0\\\\\\\">First Name: </label>\\\\n                            <input name=\\\\\\\"first-name\\\\\\\" value=\\\\\\\"{{$customerData[\\\\\\\"first_name\\\\\\\"]}}\\\\\\\" disabled/>\\\\n                        </div>\\\\n                        <div class=\\\\\\\"d-flex align-items-center\\\\\\\">\\\\n                            <label class=\\\\\\\"m-0\\\\\\\" for=\\\\\\\"first-name\\\\\\\">Last Name: </label>\\\\n                            <input name=\\\\\\\"first-name\\\\\\\" value=\\\\\\\"{{$customerData[\\\\\\\"last_name\\\\\\\"]}}\\\\\\\" disabled/>\\\\n                        </div>\\\\n                        <div class=\\\\\\\"d-flex align-items-center\\\\\\\">\\\\n                            <label class=\\\\\\\"m-0\\\\\\\">Email: </label>\\\\n                            <p class=\\\\\\\"m-0\\\\\\\">{{$shopifyLoggedInCustomerEmail}}</p>\\\\n                            <span class=\\\\\\\"ml-3\\\\\\\">Can’t be edited</span>\\\\n                        </div>\\\\n                    <div>\\\\n                    <div class=\\\\\\\"c2c-main-registration-input-fields\\\\\\\">\\\\n                        <div>\\\\n                            <input name=\\\\\\\"phone-number\\\\\\\" class=\\\\\\\"st-input\\\\\\\" placeholder=\\\\\\\"+44 Phone Number\\\\\\\" v-model=\\\\\\\"phone_number\\\\\\\" required/>\\\\n                        </div>\\\\n                        <div>\\\\n                            <input name=\\\\\\\"street-address\\\\\\\" class=\\\\\\\"st-input\\\\\\\" placeholder=\\\\\\\"Street Address\\\\\\\" required/>\\\\n                        </div>\\\\n                        <div>\\\\n                            <input name=\\\\\\\"building-number\\\\\\\" class=\\\\\\\"st-input\\\\\\\" placeholder=\\\\\\\"Building Number\\\\\\\" required/>\\\\n                        </div>\\\\n                        <div>\\\\n                            <b-row>\\\\n                                <b-col sm=\\\\\\\"6\\\\\\\" class=\\\\\\\"mb-5\\\\\\\">\\\\n                                    <select class=\\\\\\\"register-input m-0 w-90\\\\\\\" v-model=\\\\\\\"selectedCountry\\\\\\\" @change=\\\\\\\"fetchStates\\\\\\\" :disabled=\\\\\\\"loading\\\\\\\" required>\\\\n                                        <option value=\\\\\\\"\\\\\\\" disabled selected>Country</option>\\\\n                                        <option v-for=\\\\\\\"country in countries\\\\\\\" :key=\\\\\\\"country.id\\\\\\\" :value=\\\\\\\"country.code\\\\\\\">$% country.name %</option>\\\\n                                    </select>\\\\n                                </b-col>\\\\n                                <b-col sm=\\\\\\\"6\\\\\\\" class=\\\\\\\"mb-5\\\\\\\">\\\\n                                    <select class=\\\\\\\"register-input m-0 w-90\\\\\\\" required>\\\\n                                        <option value=\\\\\\\"\\\\\\\" disabled selected>State</option>\\\\n                                        <option v-for=\\\\\\\"state in states\\\\\\\" :key=\\\\\\\"state.id\\\\\\\" :value=\\\\\\\"state.code\\\\\\\">$% state.title %</option>\\\\n                                    </select>\\\\n                                </b-col>\\\\n                                <b-col sm=\\\\\\\"6\\\\\\\" class=\\\\\\\"mb-5\\\\\\\">\\\\n                                    <input name=\\\\\\\"city\\\\\\\" placeholder=\\\\\\\"City\\\\\\\" v-model=\\\\\\\"city\\\\\\\" class=\\\\\\\"w-90\\\\\\\" required/>\\\\n                                </b-col>\\\\n                                <b-col sm=\\\\\\\"6\\\\\\\" class=\\\\\\\"mb-5\\\\\\\">\\\\n                                    <input name=\\\\\\\"zip-code\\\\\\\" placeholder=\\\\\\\"Zip Code\\\\\\\" v-model=\\\\\\\"pincode\\\\\\\" class=\\\\\\\"w-90\\\\\\\" required/>\\\\n                                </b-col>\\\\n                            </b-row>\\\\n                        </div>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"d-flex justify-content-center align-items-start c2c-setas-default-pickup-option\\\\\\\">\\\\n                        <input type=\\\\\\\"checkbox\\\\\\\" name=\\\\\\\"default-pickup\\\\\\\" id=\\\\\\\"default-pickup\\\\\\\">\\\\n                        <label for=\\\\\\\"default-pickup\\\\\\\">Set this as default location for pickup</label>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"d-flex justify-content-center align-items-center\\\\\\\">\\\\n                        <button class=\\\\\\\"c2c-register-vendor-btn\\\\\\\" typel=\\\\\\\"submit\\\\\\\">\\\\n                            Send Approval Request\\\\n                        </button>\\\\n                    </div>\\\\n                </form>\\\\n            </div>\\\\n        </div>\\\\n    <div>\\\",\\\"orders_list\\\":\\\"<div class=\\\\\\\"mt-5\\\\\\\">\\\\n  <div v-for=\\\\\\\"item in orders\\\\\\\" :key=\\\\\\\"item.id\\\\\\\">\\\\n    <b-card class=\\\\\\\"text-center shadow-sm mb-4 order_list_card\\\\\\\" >\\\\n      <div class=\\\\\\\"\\\\\\\">\\\\n        <b-row>\\\\n          <b-col sm=\\\\\\\"10\\\\\\\">\\\\n            <b-row>\\\\n              <b-col md=\\\\\\\"2\\\\\\\" class=\\\\\\\"c2c_order_id\\\\\\\"  align-self=\\\\\\\"center\\\\\\\">\\\\n                <div class=\\\\\\\"mb-3 \\\\\\\">Order Id</div>\\\\n                <div class=\\\\\\\"bold\\\\\\\"> #$% item.order_number %</div>\\\\n              </b-col>\\\\n              <b-col md=\\\\\\\"2\\\\\\\" class=\\\\\\\"c2c_order_date\\\\\\\"  align-self=\\\\\\\"center\\\\\\\">\\\\n                <div class=\\\\\\\"mb-3 \\\\\\\">Date</div>\\\\n                <div class=\\\\\\\"bold\\\\\\\">$% formatDate(item.processed_at) %</div>\\\\n\\\\n              </b-col>\\\\n              <b-col md=\\\\\\\"2\\\\\\\"  align-self=\\\\\\\"center\\\\\\\">\\\\n                <b-carousel\\\\n                  id=\\\\\\\"carousel-1\\\\\\\"\\\\n                  v-model=\\\\\\\"slide\\\\\\\"\\\\n                  :interval=\\\\\\\"4000\\\\\\\"\\\\n                  controls\\\\n                  \\\\n                  background=\\\\\\\"#ababab\\\\\\\"\\\\n                  img-width=\\\\\\\"1024\\\\\\\"\\\\n                  img-height=\\\\\\\"480\\\\\\\"\\\\n                  style=\\\\\\\"text-shadow: 1px 1px 2px #333;\\\\\\\"\\\\n                  @sliding-start=\\\\\\\"onSlideStart\\\\\\\"\\\\n                  @sliding-end=\\\\\\\"onSlideEnd\\\\\\\"\\\\n                >\\\\n                  <b-carousel-slide v-bind:key=\\\\\\\"i\\\\\\\" v-for=\\\\\\\"(image, i) in item.variant_images\\\\\\\">\\\\n                    <template #img>\\\\n                      <img\\\\n                        class=\\\\\\\"d-block\\\\\\\"\\\\n                        style=\\\\\\\"width: 100%; height: 100px; object-fit: cover;\\\\\\\"\\\\n                        :src=\\\\\\\"(image.variant && image.variant.image_link) ? image.variant.image_link : 'https://www.freeiconspng.com/thumbs/no-image-icon/no-image-icon-15.png'\\\\\\\"\\\\n                      >\\\\n                    </template>\\\\n                  </b-carousel-slide>\\\\n                </b-carousel>\\\\n              </b-col>\\\\n              <b-col md=\\\\\\\"2\\\\\\\"  align-self=\\\\\\\"center\\\\\\\" class=\\\\\\\"c2c_order_id_and_date justify-content-between p-3\\\\\\\">\\\\n                <div class=\\\\\\\"mb-3 bold mr-4\\\\\\\"> #$% item.order_number %</div>\\\\n                <div class=\\\\\\\"\\\\\\\">$% formatDate(item.processed_at) %</div>\\\\n              </b-col>\\\\n              <b-col md=\\\\\\\"2\\\\\\\" align-self=\\\\\\\"center\\\\\\\" class=\\\\\\\"c2c_order_detail\\\\\\\">\\\\n                <div class=\\\\\\\"mb-3 \\\\\\\">Order Value</div>\\\\n                <div class=\\\\\\\"bold\\\\\\\"> $%(item.currency_country && item.currency_country.currency_symbol) ? item.currency_country.currency_symbol : item.currency % $% item.payment %</div>\\\\n              </b-col>\\\\n              <b-col md=\\\\\\\"2\\\\\\\" align-self=\\\\\\\"center\\\\\\\" class=\\\\\\\"c2c_order_detail\\\\\\\">\\\\n                <div class=\\\\\\\"mb-3 \\\\\\\">Payment Status</div>\\\\n                <div class=\\\\\\\"bold\\\\\\\"> $% item.financial_status %</div>\\\\n              </b-col>\\\\n              <b-col md=\\\\\\\"2\\\\\\\" align-self=\\\\\\\"center\\\\\\\" class=\\\\\\\"c2c_order_detail\\\\\\\">\\\\n                <div class=\\\\\\\"mb-3 \\\\\\\">Order Status</div>\\\\n                <div class=\\\\\\\"bold\\\\\\\">$% item.order_sequence_name %</div>\\\\n              </b-col>\\\\n            </b-row> \\\\n          </b-col>\\\\n          <b-col md=\\\\\\\"2\\\\\\\" align-self=\\\\\\\"center\\\\\\\" class=\\\\\\\"pointer\\\\\\\" @click=\\\\\\\"openOrdersTab('OrderDetailsPage', item.id)\\\\\\\">\\\\n            <div class=\\\\\\\"c2c-card-icon-visiblity\\\\\\\">\\\\n              <b-icon class=\\\\\\\"h1\\\\\\\" icon=\\\\\\\"arrow-up-right-square\\\\\\\"></b-icon>\\\\n            </div>\\\\n            <div class=\\\\\\\"c2c-card-text-visiblity mt-3 float-right\\\\\\\">\\\\n              <b-link href=\\\\\\\"#foo\\\\\\\">View Order</b-link>\\\\n            </div>\\\\n          </b-col>\\\\n        </b-row> \\\\n      </div>\\\\n    </b-card>\\\\n  </div>\\\\n</div>\\\",\\\"order_details\\\":\\\"<b-row v-if=\\\\\\\"!loading\\\\\\\" class=\\\\\\\" d-flex align-items-center order_details_container\\\\\\\">\\\\n     <b-col lg=\\\\\\\"9\\\\\\\" class=\\\\\\\"\\\\\\\" align=\\\\\\\"left\\\\\\\">\\\\n        <div>\\\\n            <b-row>\\\\n              <b-button size=\\\\\\\"xs\\\\\\\" variant=\\\\\\\"light\\\\\\\" class=\\\\\\\" top-left-button-container mr-1\\\\\\\" @click=\\\\\\\"routeBack\\\\\\\"><i class=\\\\\\\"fa fa-chevron-left\\\\\\\" ></i></b-button>\\\\n            </b-row>\\\\n            <b-row class=\\\\\\\"p-4 align-items-center\\\\\\\">\\\\n               <b-col sm=\\\\\\\"6\\\\\\\" class=\\\\\\\"m-0\\\\\\\" >\\\\n                 <h3 class=\\\\\\\"bold\\\\\\\">#$% singleOrderData.order_number %</h3>\\\\n               </b-col>\\\\n               <b-col sm=\\\\\\\"6\\\\\\\" class=\\\\\\\"d-flex justify-content-end align-items-center\\\\\\\" align=\\\\\\\"right\\\\\\\">\\\\n                  <div>\\\\n                    <b-button v-if=\\\\\\\"!singleOrderData.awb_label && !singleOrderData.generating_awb\\\\\\\" size=\\\\\\\"lg\\\\\\\" @click=\\\\\\\"openAddTrackingModal\\\\\\\" class=\\\\\\\"float-right mr-3  btn-styling\\\\\\\" variant=\\\\\\\"dark\\\\\\\">Add Tracking</b-button>\\\\n                    <b-button v-else size=\\\\\\\"lg\\\\\\\" @click=\\\\\\\"openAddTrackingModal\\\\\\\" class=\\\\\\\"float-right mr-3 btn-styling\\\\\\\" variant=\\\\\\\"dark\\\\\\\">Edit Tracking</b-button>\\\\n                  </div>\\\\n                 <div>\\\\n                  <span v-if=\\\\\\\"order_status_change_loading === singleOrderData.id\\\\\\\" style=\\\\\\\"width: 1.5rem; height:1.5rem;\\\\\\\" class=\\\\\\\"spinner-border spinner-border-sm ml-0\\\\\\\" role=\\\\\\\"status\\\\\\\" aria-hidden=\\\\\\\"true\\\\\\\"></span>\\\\n                  <b-dropdown :id=\\\\\\\"'dropdown-' + singleOrderData.id\\\\\\\" :text=\\\\\\\"singleOrderData.order_sequence_name\\\\\\\" variant=\\\\\\\"primary\\\\\\\" class=\\\\\\\"m-md-2 order_actions_container\\\\\\\">\\\\n                    <b-dropdown-item @click=\\\\\\\"performOrderAction(singleOrderData.id, 'new-order')\\\\\\\" class=\\\\\\\"status_new_order\\\\\\\" :class=\\\\\\\"{ 'active': singleOrderData.order_sequence_name === 'New Orders' }\\\\\\\">\\\\n                      <span v-if=\\\\\\\"order_status_change_loading === singleOrderData.id\\\\\\\" class=\\\\\\\"spinner-border spinner-border-sm ml-0\\\\\\\" role=\\\\\\\"status\\\\\\\" aria-hidden=\\\\\\\"true\\\\\\\"></span>\\\\n                      New Order\\\\n                    </b-dropdown-item>\\\\n                    \\\\n                    <b-dropdown-item @click=\\\\\\\"performOrderAction(singleOrderData.id, 'confirmed')\\\\\\\" class=\\\\\\\"status_confirmed\\\\\\\" :class=\\\\\\\"{ 'active': singleOrderData.order_sequence_name === 'Confirmed' }\\\\\\\">\\\\n                      <span v-if=\\\\\\\"order_status_change_loading === singleOrderData.id\\\\\\\" class=\\\\\\\"spinner-border spinner-border-sm ml-0\\\\\\\" role=\\\\\\\"status\\\\\\\" aria-hidden=\\\\\\\"true\\\\\\\"></span>\\\\n                      Confirmed\\\\n                    </b-dropdown-item>\\\\n\\\\n                    <b-dropdown-item @click=\\\\\\\"performOrderAction(singleOrderData.id, 'in-transit')\\\\\\\" class=\\\\\\\"status_intransit\\\\\\\" :class=\\\\\\\"{ 'active': singleOrderData.order_sequence_name === 'In Transit' }\\\\\\\">\\\\n                      <span v-if=\\\\\\\"order_status_change_loading === singleOrderData.id\\\\\\\" class=\\\\\\\"spinner-border spinner-border-sm ml-0\\\\\\\" role=\\\\\\\"status\\\\\\\" aria-hidden=\\\\\\\"true\\\\\\\"></span>\\\\n                      In-transit\\\\n                    </b-dropdown-item>\\\\n\\\\n                    <b-dropdown-item @click=\\\\\\\"performOrderAction(singleOrderData.id, 'delivered')\\\\\\\" class=\\\\\\\"status_delivered\\\\\\\" :class=\\\\\\\"{ 'active': singleOrderData.order_sequence_name === 'Delivered' }\\\\\\\">\\\\n                      <span v-if=\\\\\\\"order_status_change_loading === singleOrderData.id\\\\\\\" class=\\\\\\\"spinner-border spinner-border-sm ml-0\\\\\\\" role=\\\\\\\"status\\\\\\\" aria-hidden=\\\\\\\"true\\\\\\\"></span>\\\\n                      Delivered\\\\n                    </b-dropdown-item>\\\\n\\\\n                    <b-dropdown-item @click=\\\\\\\"performOrderAction(singleOrderData.id, 'cancelled')\\\\\\\" class=\\\\\\\"status_cancelled\\\\\\\" :class=\\\\\\\"{ 'active': singleOrderData.order_sequence_name === 'cancelled' }\\\\\\\">\\\\n                      <span v-if=\\\\\\\"order_status_change_loading === singleOrderData.id\\\\\\\" class=\\\\\\\"spinner-border spinner-border-sm ml-0\\\\\\\" role=\\\\\\\"status\\\\\\\" aria-hidden=\\\\\\\"true\\\\\\\"></span>\\\\n                      Cancelled\\\\n                    </b-dropdown-item>\\\\n\\\\n                    <b-dropdown-item @click=\\\\\\\"performOrderAction(singleOrderData.id, 'returned')\\\\\\\" class=\\\\\\\"status_returned\\\\\\\" :class=\\\\\\\"{ 'active': singleOrderData.order_sequence_name === 'RTO' }\\\\\\\">\\\\n                      <span v-if=\\\\\\\"order_status_change_loading === singleOrderData.id\\\\\\\" class=\\\\\\\"spinner-border spinner-border-sm ml-0\\\\\\\" role=\\\\\\\"status\\\\\\\" aria-hidden=\\\\\\\"true\\\\\\\"></span>\\\\n                      Returned\\\\n                    </b-dropdown-item>\\\\n\\\\n                  </b-dropdown>\\\\n                </div>\\\\n               </b-col>\\\\n           </b-row> \\\\n            <b-card class=\\\\\\\"text-left p-3\\\\\\\" title=\\\\\\\"\\\\\\\">\\\\n                <div class=\\\\\\\"mb-4\\\\\\\">\\\\n                  <!-- <span class=\\\\\\\"bold\\\\\\\">Delivery Method: </span>\\\\n                  <span> Shipping</span> -->\\\\n\\\\n                  <div class=\\\\\\\"text-bottom\\\\\\\">\\\\n                    <div v-if=\\\\\\\"singleOrderData.generating_awb\\\\\\\">\\\\n                      Generating\\\\n                      <span class=\\\\\\\"spinner-border spinner-border-sm ml-0\\\\\\\"  role=\\\\\\\"status\\\\\\\" aria-hidden=\\\\\\\"true\\\\\\\"></span>\\\\n                    </div>\\\\n                    <div v-if=\\\\\\\"singleOrderData.awb_label || singleOrderData.generating_awb\\\\\\\">\\\\n                      <div v-if=\\\\\\\"singleOrderData.shipping_provider\\\\\\\">\\\\n                        <span class=\\\\\\\"text-uppercase\\\\\\\">$% singleOrderData.shipping_provider %</span><br/>\\\\n                      </div>\\\\n                      <div v-if=\\\\\\\"singleOrderData.awb_custom_courier_name\\\\\\\">\\\\n                        <span>$% singleOrderData.awb_custom_courier_name %</span> <br/>\\\\n                      </div>\\\\n                      <div v-if=\\\\\\\"singleOrderData.awb !== null\\\\\\\">\\\\n                        <span  class=\\\\\\\"p-0 m-0\\\\\\\"><a class=\\\\\\\"p-0 text-primary\\\\\\\" size=\\\\\\\"xs\\\\\\\" variant=\\\\\\\"link\\\\\\\" target=\\\\\\\"_blank\\\\\\\" :href=\\\\\\\"singleOrderData.tracking_link ? singleOrderData.tracking_link : '#'\\\\\\\" tag=\\\\\\\"a\\\\\\\">$% singleOrderData.awb %</a></span><br />\\\\n                      </div>\\\\n                      <div v-else-if=\\\\\\\"singleOrderData.awb\\\\\\\">\\\\n                        <span  class=\\\\\\\"p-0 m-0\\\\\\\">$% singleOrderData.awb %</span><br />\\\\n                      </div>\\\\n                      \\\\n                    </div>\\\\n                  </div>\\\\n                  \\\\n                </div>\\\\n                <b-row class=\\\\\\\"mb-4 line_item_order_title_container only_visisble_on_desktop \\\\\\\">\\\\n                  <b-col lg=\\\\\\\"2\\\\\\\" class=\\\\\\\" d-flex\\\\\\\">\\\\n                  </b-col>\\\\n                  <b-col lg=\\\\\\\"3\\\\\\\" class=\\\\\\\" d-flex\\\\\\\">\\\\n                  </b-col>\\\\n                  <b-col lg=\\\\\\\"2\\\\\\\" class=\\\\\\\" d-flex\\\\\\\">\\\\n                  </b-col>\\\\n                  <b-col  class=\\\\\\\"d-flex justify-content-start \\\\\\\">\\\\n                    Product Price\\\\n                  </b-col>\\\\n                  <b-col  class=\\\\\\\"d-flex justify-content-start \\\\\\\">\\\\n                    Your earnings\\\\n                  </b-col>\\\\n                </b-row>\\\\n                <div  v-for=\\\\\\\"(item, i) in singleOrderData.line_items\\\\\\\" :key=\\\\\\\"item.id\\\\\\\" class=\\\\\\\"text-center\\\\\\\" >\\\\n                  <b-row>\\\\n                    <b-col sm=\\\\\\\"12\\\\\\\">\\\\n                      <b-row class=\\\\\\\"orders_items_container mt-4\\\\\\\">\\\\n                        <b-col lg=\\\\\\\"2\\\\\\\" class=\\\\\\\"mb-4\\\\\\\">\\\\n                          <b-carousel\\\\n                            id=\\\\\\\"carousel-1\\\\\\\"\\\\n                            v-model=\\\\\\\"slide\\\\\\\"\\\\n                            :interval=\\\\\\\"4000\\\\\\\"\\\\n                            controls\\\\n\\\\n                            background=\\\\\\\"#ababab\\\\\\\"\\\\n                            img-width=\\\\\\\"1024\\\\\\\"\\\\n                            img-height=\\\\\\\"480\\\\\\\"\\\\n                            style=\\\\\\\"text-shadow: 1px 1px 2px #333;\\\\\\\"\\\\n                            @sliding-start=\\\\\\\"onSlideStart\\\\\\\"\\\\n                            @sliding-end=\\\\\\\"onSlideEnd\\\\\\\"\\\\n                          >\\\\n                            <b-carousel-slide v-bind:key=\\\\\\\"i\\\\\\\">\\\\n                              <template #img>\\\\n                                  <img\\\\n                                    class=\\\\\\\"d-block\\\\\\\"\\\\n                                    style=\\\\\\\"width: 100%; height: 100px; object-fit: cover;\\\\\\\"\\\\n                                    :src=\\\\\\\"(item.variant && item.variant.image_link) ? item.variant.image_link : 'https://www.freeiconspng.com/thumbs/no-image-icon/no-image-icon-15.png'\\\\\\\"\\\\n                                  >                                \\\\n                              </template>\\\\n                            </b-carousel-slide>\\\\n                          </b-carousel>\\\\n\\\\n                        </b-col>\\\\n                        <b-col sm=\\\\\\\"12\\\\\\\" lg=\\\\\\\"3\\\\\\\" class=\\\\\\\"mb-4\\\\\\\">\\\\n                          <div class=\\\\\\\"bold\\\\\\\">$% item.title %</div>\\\\n                        </b-col>\\\\n                        <b-col lg=\\\\\\\"3\\\\\\\" class=\\\\\\\"\\\\\\\">\\\\n                          <div class=\\\\\\\"align-to-end-on-mobile\\\\\\\"> $%(singleOrderData.currency_country && singleOrderData.currency_country.currency_symbol) ? singleOrderData.currency_country.currency_symbol : singleOrderData.currency % $% item.o_line_total_value % x $% item.billable_quantity %</div>\\\\n                        </b-col>\\\\n                        <b-col lg=\\\\\\\"2\\\\\\\" class=\\\\\\\"\\\\\\\">\\\\n                          <div class=\\\\\\\"d-flex justify-content-between\\\\\\\"><span class=\\\\\\\"only_visisble_on_mobile\\\\\\\">Product Price: </span> $%(singleOrderData.currency_country && singleOrderData.currency_country.currency_symbol) ? singleOrderData.currency_country.currency_symbol : singleOrderData.currency % $% item.o_line_total_value %</div>\\\\n                        </b-col>\\\\n                        <b-col lg=\\\\\\\"2\\\\\\\" class=\\\\\\\"\\\\\\\">\\\\n                          <div class=\\\\\\\"d-flex justify-content-between\\\\\\\">\\\\n                            <span class=\\\\\\\"only_visisble_on_mobile\\\\\\\">Your earnings: </span>\\\\n                            <span>\\\\n                              $% userData && userData.default_shop\\\\n                                ? userData.default_shop.currency_country\\\\n                                ? userData.default_shop.currency_country.currency_symbol\\\\n                                : userData.default_shop.currency\\\\n                                : ' ' %\\\\n                                  $%  item.o_line_price  - ((singleOrderData.company.global_commission / 100 * item.o_line_price ) +  singleOrderData.company.global_fixed_commission)  %\\\\n                                <i class=\\\\\\\"fa fa-info-circle\\\\\\\"  v-b-popover.hover.html=\\\\\\\"popoverMethodForCommission(\\\\n                                  item.title,\\\\n                                  singleOrderData.company.global_commission !== null ? singleOrderData.company.global_commission : '0', \\\\n                                  userData && userData.default_shop\\\\n                                  ? userData.default_shop.currency_country\\\\n                                  ? userData.default_shop.currency_country.currency_symbol\\\\n                                  : userData.default_shop.currency\\\\n                                  : ' ', \\\\n                                  item.o_line_price  - ((singleOrderData.company.global_commission / 100 * item.o_line_price ) +  singleOrderData.company.global_fixed_commission) )\\\\\\\"\\\\n                                  title=\\\\\\\"\\\\\\\"\\\\n                                  aria-hidden=\\\\\\\"true\\\\\\\"\\\\n                                ></i>\\\\n                            </span>\\\\n\\\\n                          </div>\\\\n                        </b-col>\\\\n                      </b-row> \\\\n                    </b-col>\\\\n                  </b-row> \\\\n                </div>\\\\n              <div class=\\\\\\\" mt-4 mb-4\\\\\\\">\\\\n                <div class=\\\\\\\"\\\\\\\">\\\\n                   <b-row>\\\\n                      <b-co sm=\\\\\\\"2\\\\\\\" class=\\\\\\\"d-flex col-lg-2\\\\\\\">\\\\n                      </b-co>\\\\n                      <b-col sm=\\\\\\\"12\\\\\\\" lg=\\\\\\\"3\\\\\\\" class=\\\\\\\"text-center align-to-end-on-mobile\\\\\\\">\\\\n                        <div class=\\\\\\\"bold\\\\\\\">Subtotal</div>\\\\n                      </b-col>\\\\n                      <b-col lg=\\\\\\\"3\\\\\\\" class=\\\\\\\"d-flex  justify-content-center align-to-end-on-mobile\\\\\\\">\\\\n                        <div  class=\\\\\\\"mr-4\\\\\\\">$% totalBillableQuantity % items</div>\\\\n                        <b-badge pill variant=\\\\\\\"light\\\\\\\" class=\\\\\\\"order_detail_badge\\\\\\\">$% singleOrderData.payment_status %</b-badge>\\\\n                      </b-col>\\\\n                      \\\\n                      <b-col lg=\\\\\\\"2\\\\\\\" class=\\\\\\\"text-center\\\\\\\">\\\\n                        <div class=\\\\\\\"d-flex  justify-content-between\\\\\\\"><span class=\\\\\\\"only_visisble_on_mobile\\\\\\\">Product Total Price: </span>$%(singleOrderData.currency_country && singleOrderData.currency_country.currency_symbol) ? singleOrderData.currency_country.currency_symbol : singleOrderData.currency % $% singleOrderData.total_price %</div>\\\\n                      </b-col>\\\\n                      <b-col lg=\\\\\\\"2\\\\\\\" class=\\\\\\\"text-center\\\\\\\">\\\\n                        <div class=\\\\\\\"d-flex  justify-content-between\\\\\\\"><span class=\\\\\\\"only_visisble_on_mobile\\\\\\\">Your Total earnings: </span> $%(singleOrderData.currency_country && singleOrderData.currency_country.currency_symbol) ? singleOrderData.currency_country.currency_symbol : singleOrderData.currency % $% singleOrderData.subtotal_price %</div>\\\\n                      </b-col>\\\\n                   </b-row> \\\\n                  </div>\\\\n              </div>\\\\n            </b-card>\\\\n         \\\\n        </div>\\\\n     </b-col>\\\\n     <b-col lg=\\\\\\\"3\\\\\\\" class=\\\\\\\"customer_detail_container\\\\\\\" align=\\\\\\\"left\\\\\\\">\\\\n        <div>\\\\n          <b-card>\\\\n            <b-card-title class=\\\\\\\"bold h4\\\\\\\">\\\\n              Customer Details\\\\n            </b-card-title>\\\\n             <b-card-text>\\\\n             Customer Info\\\\n            </b-card-text>\\\\n            <b-card-sub-title>\\\\n              <address v-if=\\\\\\\"singleOrderData.customer_address\\\\\\\">\\\\n                <p class=\\\\\\\"text-truncate p-0 m-0\\\\\\\">\\\\n                  <span>\\\\n                    $%singleOrderData.customer_address.first_name% $%singleOrderData.customer_address.last_name% <br/>\\\\n                  </span>\\\\n                  <span>\\\\n                    $%singleOrderData.customer_address.email% <br/>\\\\n                  </span>\\\\n                  <span >\\\\n                    $%singleOrderData.customer_address.phone% <br/>\\\\n                  </span>\\\\n                </p>\\\\n              </address>\\\\n            </b-card-sub-title>\\\\n        \\\\n             <b-card-text class=\\\\\\\"mt-4\\\\\\\">\\\\n             Shipping Address\\\\n            </b-card-text>\\\\n            <b-card-sub-title>\\\\n              <div v-if=\\\\\\\"singleOrderData.shipping_address\\\\\\\">\\\\n                 <span>\\\\n                  <span v-if=\\\\\\\"singleOrderData.shipping_address.address1\\\\\\\">$%singleOrderData.shipping_address.address1%<br></span>\\\\n                  <span v-if=\\\\\\\"singleOrderData.shipping_address.address2\\\\\\\">$%singleOrderData.shipping_address.address2% , <br></span>\\\\n                  <span v-if=\\\\\\\"singleOrderData.shipping_address.city\\\\\\\"> $%singleOrderData.shipping_address.city%, </span>\\\\n                  <span v-if=\\\\\\\"singleOrderData.shipping_address.province\\\\\\\">  $%singleOrderData.shipping_address.province% <br></span>\\\\n                  <span v-if=\\\\\\\"singleOrderData.shipping_address.country\\\\\\\"> $%singleOrderData.shipping_address.country% ($%singleOrderData.shipping_address.country_code%)<br> </span>\\\\n                  <span v-if=\\\\\\\"singleOrderData.shipping_address.zip\\\\\\\"> Zip Code/Pin Code: $%singleOrderData.shipping_address.zip%<br></span>\\\\n                </span>\\\\n              </div>\\\\n            </b-card-sub-title>\\\\n          </b-card>\\\\n        </div>\\\\n     </b-col>\\\\n  </b-row>\\\\n\\\\n<b-modal ref=\\\\\\\"addTrackingModal\\\\\\\" title=\\\\\\\"Add Tracking\\\\\\\" hide-footer hide-backdrop header-class=\\\\\\\"p-3 pr-3 pl-3 border-primary\\\\\\\">\\\\n  <b-form-group label=\\\\\\\"Shipping Carrier\\\\\\\" label-for=\\\\\\\"shippingCarrier\\\\\\\">\\\\n    <b-form-input id=\\\\\\\"shippingCarrier\\\\\\\" v-model=\\\\\\\"shippingCarrier\\\\\\\" placeholder=\\\\\\\"Enter shipping carrier\\\\\\\"></b-form-input>\\\\n  </b-form-group>\\\\n\\\\n  <b-form-group label=\\\\\\\"Tracking Number\\\\\\\" label-for=\\\\\\\"trackingNumber\\\\\\\">\\\\n    <b-form-input id=\\\\\\\"trackingNumber\\\\\\\" v-model=\\\\\\\"trackingNumber\\\\\\\" placeholder=\\\\\\\"Enter tracking number\\\\\\\"></b-form-input>\\\\n  </b-form-group>\\\\n\\\\n  <b-form-group label=\\\\\\\"Tracking Url\\\\\\\" label-for=\\\\\\\"trackingUrl\\\\\\\">\\\\n    <b-form-input id=\\\\\\\"trackingUrl\\\\\\\" v-model=\\\\\\\"trackingUrl\\\\\\\" placeholder=\\\\\\\"Enter tracking url\\\\\\\"></b-form-input>\\\\n  </b-form-group>\\\\n\\\\n  <b-button variant=\\\\\\\"secondary\\\\\\\" @click=\\\\\\\"closeAddTrackingModal\\\\\\\">\\\\n    Cancel\\\\n  </b-button>\\\\n  <b-button  variant=\\\\\\\"primary\\\\\\\" @click=\\\\\\\"saveTracking(singleOrderData.id)\\\\\\\"><span v-if=\\\\\\\"save_tracking_loading\\\\\\\" class=\\\\\\\"spinner-border spinner-border-sm ml-0\\\\\\\" role=\\\\\\\"status\\\\\\\" aria-hidden=\\\\\\\"true\\\\\\\"></span>\\\\n  Save</b-button>\\\\n</b-modal>\\\",\\\"profile\\\":\\\"<div class=\\\\\\\"profile-page-container\\\\\\\">\\\\n    <b-tabs pills content-class=\\\\\\\"container-margin\\\\\\\" class=\\\\\\\"position-relative\\\\\\\" align=\\\\\\\"center\\\\\\\">\\\\n        <b-tab class=\\\\\\\"mb-4 \\\\\\\" variant=\\\\\\\"outline-primary\\\\\\\" :title=\\\\\\\"'Bio'\\\\\\\" @click=\\\\\\\"editProfile\\\\\\\">\\\\n            <div class=\\\\\\\"profile-bio-container mx-auto mt-5\\\\\\\">\\\\n                <b-row>\\\\n                    <b-col md=\\\\\\\"6\\\\\\\" class=\\\\\\\"mb-5 d-flex flex-column\\\\\\\">\\\\n                        <label for=\\\\\\\"phone_number\\\\\\\">Phone Number</label>\\\\n                        <input name=\\\\\\\"phone_number\\\\\\\" placeholder=\\\\\\\"Phone Number\\\\\\\" v-model=\\\\\\\"editProfileData.phone_number\\\\\\\" style=\\\\\\\"width: 90%\\\\\\\"/>\\\\n                    </b-col>\\\\n                    <b-col md=\\\\\\\"6\\\\\\\" class=\\\\\\\"mb-5 d-flex flex-column\\\\\\\">\\\\n                        <label for=\\\\\\\"email\\\\\\\">Email</label>\\\\n                        <input name=\\\\\\\"email\\\\\\\" placeholder=\\\\\\\"Email\\\\\\\" style=\\\\\\\"width: 90%\\\\\\\" v-model=\\\\\\\"editProfileData.email\\\\\\\" disabled/>\\\\n                    </b-col>\\\\n                    <b-col md=\\\\\\\"6\\\\\\\" class=\\\\\\\"mb-5 d-flex flex-column\\\\\\\">\\\\n                        <label for=\\\\\\\"country\\\\\\\">Country</label>\\\\n                        <select class='m-0 w-90' name=\\\\\\\"country\\\\\\\" v-model=\\\\\\\"editProfileData.country\\\\\\\" @change=\\\\\\\"fetchStates('edit_profile')\\\\\\\" :disabled=\\\\\\\"loading\\\\\\\" required>\\\\n                            <option value=\\\\\\\"\\\\\\\" disabled selected>Country</option>\\\\n                            <option v-for=\\\\\\\"country in countries\\\\\\\" :key=\\\\\\\"country.id\\\\\\\" :value=\\\\\\\"country.code\\\\\\\">$% country.name %</option>\\\\n                        </select>\\\\n                    </b-col>\\\\n                    <b-col md=\\\\\\\"6\\\\\\\" class=\\\\\\\"mb-5 d-flex flex-column\\\\\\\">\\\\n                        <label for=\\\\\\\"state\\\\\\\">State</label>\\\\n                        <select class='m-0' style=\\\\\\\"width: 90%\\\\\\\" name=\\\\\\\"state\\\\\\\" v-model=\\\\\\\"editProfileData.state\\\\\\\" required>\\\\n                            <option value=\\\\\\\"\\\\\\\" disabled selected>State</option>\\\\n                            <option v-for=\\\\\\\"state in states\\\\\\\" :key=\\\\\\\"state.id\\\\\\\" :value=\\\\\\\"state.code\\\\\\\">$% state.title %</option>\\\\n                        </select>\\\\n                    </b-col>\\\\n                    <b-col md=\\\\\\\"6\\\\\\\" class=\\\\\\\"mb-5 d-flex flex-column\\\\\\\">\\\\n                        <label for=\\\\\\\"City\\\\\\\">City</label>\\\\n                        <input name=\\\\\\\"city\\\\\\\" placeholder=\\\\\\\"City\\\\\\\" v-model=\\\\\\\"editProfileData.city\\\\\\\" style=\\\\\\\"width: 90%\\\\\\\" required/>\\\\n                    </b-col>\\\\n                    <b-col md=\\\\\\\"6\\\\\\\" class=\\\\\\\"mb-5 d-flex flex-column\\\\\\\">\\\\n                        <label for=\\\\\\\"zip-code\\\\\\\">Zip Code</label>\\\\n                        <input name=\\\\\\\"zip-code\\\\\\\" placeholder=\\\\\\\"Zip Code\\\\\\\" v-model=\\\\\\\"editProfileData.pin_code\\\\\\\" style=\\\\\\\"width: 90%\\\\\\\" required/>\\\\n                    </b-col>\\\\n                    <b-col xs=\\\\\\\"4\\\\\\\" class=\\\\\\\"mb-5\\\\\\\">\\\\n                        <button class=\\\\\\\"profile-bio-save-btn\\\\\\\" @click=\\\\\\\"updateProfile\\\\\\\">Save</button>\\\\n                    </b-col>\\\\n                </b-row>\\\\n                \\\\n            </div>\\\\n        </b-tab>\\\\n        <b-tab class=\\\\\\\"mb-4 \\\\\\\" variant=\\\\\\\"outline-primary\\\\\\\" :title=\\\\\\\"'Payment Methods'\\\\\\\" @click=\\\\\\\"getPaymentMethodDetails\\\\\\\">\\\\n            <div class=\\\\\\\"profile-payment-details-containers mx-auto mt-5\\\\\\\">\\\\n                <div class=\\\\\\\"my-5 text-center profile-payment-details-title\\\\\\\">\\\\n                    <h2>Enter your bank account details</h2>\\\\n                </div>\\\\n                <div>\\\\n                    <div>\\\\n                        <b-row>\\\\n                            <b-col md=\\\\\\\"6\\\\\\\" class=\\\\\\\"mb-5 d-flex flex-column\\\\\\\">\\\\n                                <label for=\\\\\\\"payment-method\\\\\\\">Payment Method</label>\\\\n                                <select class='m-0 w-90' v-model=\\\\\\\"paymentMethod.payment_method\\\\\\\" required>\\\\n                                    <option value=\\\\\\\"\\\\\\\" disabled selected>Payment Method</option>\\\\n                                    <option v-for=\\\\\\\"method in paymentMethodOptions\\\\\\\" :key=\\\\\\\"method.value\\\\\\\" :value=\\\\\\\"method.value\\\\\\\">$% method.text %</option>\\\\n                                </select>\\\\n                            </b-col>\\\\n                            <b-col md=\\\\\\\"6\\\\\\\" class=\\\\\\\"mb-5 d-flex flex-column\\\\\\\">\\\\n                                <label for=\\\\\\\"nick-name\\\\\\\">Nick Name</label>\\\\n                                <input name=\\\\\\\"nick-name\\\\\\\" class=\\\\\\\"nick-name w-90\\\\\\\" placeholder=\\\\\\\"Nick Name\\\\\\\" v-model=\\\\\\\"paymentMethod.nick_name\\\\\\\" required/>\\\\n                            </b-col>\\\\n                            <b-col md=\\\\\\\"6\\\\\\\" class=\\\\\\\"mb-5 d-flex flex-column\\\\\\\">\\\\n                                <label>Account Owner Name<span style=\\\\\\\"font-size: 12px; font-weight: 400;\\\\\\\">(Should be same with your bank account name)</span></label>\\\\n                                <input name=\\\\\\\"phone-number\\\\\\\" style=\\\\\\\"width: 90%\\\\\\\" placeholder=\\\\\\\"Account Owner Name\\\\\\\" v-model=\\\\\\\"paymentMethod.account_name\\\\\\\" required/>\\\\n                            </b-col>\\\\n                            <b-col md=\\\\\\\"6\\\\\\\" class=\\\\\\\"mb-5 d-flex flex-column\\\\\\\">\\\\n                                <label>Account Number</label>\\\\n                                <input name=\\\\\\\"phone-number\\\\\\\" style=\\\\\\\"width: 90%\\\\\\\" placeholder=\\\\\\\"Account Number\\\\\\\" v-model=\\\\\\\"paymentMethod.account_number\\\\\\\" required/>\\\\n                            </b-col>\\\\n                            <b-col md=\\\\\\\"6\\\\\\\" class=\\\\\\\"mb-5 d-flex flex-column\\\\\\\">\\\\n                                <label>IFSC Code</label>\\\\n                                <input name=\\\\\\\"ifsc-code\\\\\\\" placeholder=\\\\\\\"Zip Code\\\\\\\" v-model=\\\\\\\"paymentMethod.sort_code\\\\\\\" style=\\\\\\\"width: 90%\\\\\\\"/>\\\\n                            </b-col>\\\\n                            <b-col md=\\\\\\\"6\\\\\\\" class=\\\\\\\"mb-5 d-flex flex-column\\\\\\\">\\\\n                                <label>Bank Name</label>\\\\n                                <input name=\\\\\\\"bank-name\\\\\\\" placeholder=\\\\\\\"Bank Name\\\\\\\" v-model=\\\\\\\"paymentMethod.bank_company_name\\\\\\\" style=\\\\\\\"width: 90%\\\\\\\"/>\\\\n                            </b-col>\\\\n                        </b-row>\\\\n                    </div>\\\\n                    <div>\\\\n                        <div class=\\\\\\\"mb-5\\\\\\\">\\\\n                            <button class=\\\\\\\"profile-payment-details-save-btn\\\\\\\" @click=\\\\\\\"savePaymentMethod\\\\\\\">Save</button>\\\\n                        </div>\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </b-tab>\\\\n    </b-tabs>\\\\n</div>\\\",\\\"pending_approval_page_template\\\":\\\"<body>\\\\n        <div id=\\\\\\\"app\\\\\\\">\\\\n            <div class=\\\\\\\"pending-approval-container\\\\\\\">\\\\n            <div class=\\\\\\\"pending-approval-content\\\\\\\">\\\\n                <img src=\\\\\\\"https://img.freepik.com/free-vector/tiny-people-standing-near-big-checkmark-team-male-female-characters-finishing-work-with-list-good-job-sign-flat-vector-illustration-done-job-checklist-time-management-concept_74855-21019.jpg?w=740&t=st=1702024987~exp=1702025587~hmac=01a19d335f28a291571d9955f4aa4c6378be8bc0102f914de701062bcfd14624\\\\\\\"\\\\n                alt=\\\\\\\"Success Image\\\\\\\" />\\\\n                <h2>Welcome to Our Platform!</h2>\\\\n                <p>\\\\n                You have successfully registered. However, your account is pending approval.\\\\n                <br /> Once approved, you will receive an email confirmation.\\\\n                </p>\\\\n            </div>\\\\n            </div>\\\\n        </div>\\\\n    </body>\\\",\\\"product_listing\\\":\\\"<div class=\\\\\\\"products_list_container\\\\\\\">\\\\n    <b-row class=\\\\\\\"ml-4 listing_header_container mt-5 align-items-center\\\\\\\">\\\\n        <b-col class=\\\\\\\"listing_title_container pr-0 pl-0 d-flex justify-content-between align-items-center\\\\\\\" sm=\\\\\\\"10\\\\\\\">\\\\n            <h1 class=\\\\\\\"bold\\\\\\\">My Listings ($% activeProductsCount + pendingApprovalProductsCount %)</h1>\\\\n        </b-col>\\\\n        <b-col sm=\\\\\\\"2\\\\\\\" class=\\\\\\\"add_listing_btn_container\\\\\\\">\\\\n            <b-button variant=\\\\\\\"outline-primary\\\\\\\" size=\\\\\\\"lg\\\\\\\" class=\\\\\\\"mb-2 mt-4 btn-styling\\\\\\\" title=\\\\\\\"ADD A LISTING\\\\\\\"\\\\n                @click=\\\\\\\"openPage('addListing')\\\\\\\">\\\\n                Add Listing <i class=\\\\\\\"fa fa-plus\\\\\\\" aria-hidden=\\\\\\\"true\\\\\\\"></i>\\\\n            </b-button>\\\\n        </b-col>\\\\n    </b-row>\\\\n    <b-tabs pills class=\\\\\\\"products_tabs_container\\\\\\\">\\\\n        <b-tab active @click=\\\\\\\"fetchActiveProducts\\\\\\\">\\\\n            <template slot=\\\\\\\"title\\\\\\\">\\\\n                 <b-spinner v-if=\\\\\\\"active_products_loading\\\\\\\" variant=\\\\\\\"light\\\\\\\"></b-spinner> Active ($%activeProductsCount%)\\\\n            </template>\\\\n            <b-row>\\\\n                <b-col sm=\\\\\\\"6\\\\\\\" md=\\\\\\\"4\\\\\\\" lg=\\\\\\\"3\\\\\\\" class=\\\\\\\"px-2 mb-5\\\\\\\" v-for=\\\\\\\"items in activeProducts\\\\\\\" :key=\\\\\\\"items.title\\\\\\\">\\\\n                    <b-card :img-src=\\\\\\\"items.image ? items.image : 'https://www.freeiconspng.com/thumbs/no-image-icon/no-image-icon-15.png'\\\\\\\" img-alt=\\\\\\\"Image\\\\\\\" img-top tag=\\\\\\\"article\\\\\\\"\\\\n                        style=\\\\\\\"max-width: 391px; border: 1px solid #D8DADC; border-radius : 8px; padding : 10px;\\\\n                         position : relative; object-fit: contain; font-size: 14px;\\\\\\\"\\\\n                        class=\\\\\\\"mb-2\\\\\\\">\\\\n                        <div\\\\n                            class=\\\\\\\"approval-status d-flex justify-content-center align-items-center bg-primary\\\\\\\" >\\\\n                            <h3 v-if=\\\\\\\"items.status\\\\\\\">$% items.status %</h3>\\\\n                            <h3 v-else> No status found</h3>\\\\n                        </div>\\\\n                        <b-card-text class=\\\\\\\"bold\\\\\\\" v-if=\\\\\\\"items.title\\\\\\\">\\\\n                            $% items.title%\\\\n                        </b-card-text>\\\\n                        <b-card-text v-else>\\\\n                            No title is present\\\\n                        </b-card-text>\\\\n                        <b-card-text v-if=\\\\\\\" items.variants && items.variants.length > 0 && items.variants[0].price  !== null\\\\\\\">\\\\n                        Listing Price: $% userData && userData.default_shop\\\\n                                        ? userData.default_shop.currency_country\\\\n                                        ? userData.default_shop.currency_country.currency_symbol\\\\n                                        : userData.default_shop.currency\\\\n                                        : ' ' %\\\\n                                         $% items.variants[0].price %\\\\n                        </b-card-text>\\\\n                        <b-card-text v-else>\\\\n                            Price is not present\\\\n                        </b-card-text>\\\\n                        <b-card-text>\\\\n                            <i class=\\\\\\\"fa fa-info-circle\\\\\\\"  v-b-popover.hover.html=\\\\\\\"popoverMethodForCommission(items.title, items.company.global_commission !== null ? items.company.global_commission : '0', userData && userData.default_shop\\\\n                                        ? userData.default_shop.currency_country\\\\n                                        ? userData.default_shop.currency_country.currency_symbol\\\\n                                        : userData.default_shop.currency\\\\n                                        : ' ', items.variants[0].price - ((items.company.global_commission / 100 * items.variants[0].price) +  items.company.global_fixed_commission) )\\\\\\\"\\\\n                                    title=\\\\\\\"\\\\\\\"\\\\n                                    aria-hidden=\\\\\\\"true\\\\\\\"\\\\n                            ></i>\\\\n                                           \\\\n                            Commission: $% items.company.global_commission !== null ? items.company.global_commission : '0' % % + $% userData && userData.default_shop\\\\n                                    ? userData.default_shop.currency_country\\\\n                                    ? userData.default_shop.currency_country.currency_symbol\\\\n                                    : userData.default_shop.currency\\\\n                                    : ' ' %\\\\n                                        $% items.company.global_fixed_commission %\\\\n                        </b-card-text>\\\\n                        <b-card-text>\\\\n                        Your earnings: $% userData && userData.default_shop\\\\n                                        ? userData.default_shop.currency_country\\\\n                                        ? userData.default_shop.currency_country.currency_symbol\\\\n                                        : userData.default_shop.currency\\\\n                                        : ' ' %\\\\n                                         $%  items.variants[0].price - ((items.company.global_commission / 100 * items.variants[0].price) +  items.company.global_fixed_commission)  %\\\\n                        </b-card-text>\\\\n                        <div class=\\\\\\\"d-flex justify-content-between\\\\\\\">\\\\n                            <a @click=\\\\\\\"openPage('editListing', items, 'activeProducts')\\\\\\\" href=\\\\\\\"#\\\\\\\" style=\\\\\\\"color : #C98364\\\\\\\">Edit\\\\n                                Listing</a>\\\\n                            <a href=\\\\\\\"#\\\\\\\" style=\\\\\\\"color : #C98364\\\\\\\" @click=\\\\\\\"openDeleteProductModal(items)\\\\\\\">Delete Listing</a>\\\\n                        </div>\\\\n                    </b-card>\\\\n                </b-col>\\\\n            </b-row>\\\\n            <div class=\\\\\\\"d-flex justify-content-center\\\\\\\">\\\\n                <b-spinner v-if=\\\\\\\"active_products_loading\\\\\\\" type=\\\\\\\"grow\\\\\\\" label=\\\\\\\"Spinning\\\\\\\"></b-spinner>                \\\\n            </div> \\\\n            <div v-if=\\\\\\\"activeProducts.length === 0 && !active_products_loading\\\\\\\" class=\\\\\\\"d-flex justify-content-center\\\\\\\">\\\\n               <p>No listing found</p>              \\\\n            </div> \\\\n        </b-tab>\\\\n        <b-tab @click=\\\\\\\"fetchPendingApprovalProducts\\\\\\\">\\\\n            <template slot=\\\\\\\"title\\\\\\\">\\\\n                 <b-spinner v-if=\\\\\\\"pending_products_loading\\\\\\\"  class=\\\\\\\"product_tab_spinner\\\\\\\"  variant=\\\\\\\"light\\\\\\\"></b-spinner> Pending Approval ($%pendingApprovalProductsCount%)\\\\n            </template>\\\\n            <b-row>\\\\n                <b-col sm=\\\\\\\"6\\\\\\\" md=\\\\\\\"4\\\\\\\" lg=\\\\\\\"3\\\\\\\" class=\\\\\\\"px-2 mb-5\\\\\\\" v-for=\\\\\\\"items in pendingApprovalProducts\\\\\\\" :key=\\\\\\\"items.title\\\\\\\">\\\\n                    <b-card :img-src=\\\\\\\"(items.product_json && items.product_json.images && items.product_json.images.length > 0) ? \\\\n                    items.product_json && items.product_json.images[0].src : 'https://www.freeiconspng.com/thumbs/no-image-icon/no-image-icon-15.png'\\\\\\\" img-alt=\\\\\\\"Image\\\\\\\" img-top tag=\\\\\\\"article\\\\\\\"\\\\n                        style=\\\\\\\"max-width: 391px; max-height:376px; border: 1px solid #D8DADC; border-radius : 8px; padding : 10px; position : relative;\\\\n                        object-fit: contain;\\\\\\\"\\\\n                        class=\\\\\\\"mb-2\\\\\\\">\\\\n                        <div\\\\n                            class=\\\\\\\"approval-status d-flex justify-content-center align-items-center bg-primary\\\\\\\" >\\\\n                            <h3>Pending Approval</h3>\\\\n                        </div>\\\\n                        <b-card-text v-if=\\\\\\\"items.product_json && items.product_json.title\\\\\\\">\\\\n                            $% items.product_json.title%\\\\n                        </b-card-text>\\\\n                        <b-card-text v-else>\\\\n                            No title is present\\\\n                        </b-card-text>\\\\n                        <b-card-text v-if=\\\\\\\"items.product_json && items.product_json.price !== null\\\\\\\">\\\\n                            $% userData && userData.default_shop.currency % $% items.product_json.price %\\\\n                        </b-card-text>\\\\n                        <b-card-text v-else>\\\\n                            Price is not present\\\\n                        </b-card-text>\\\\n                        <div class=\\\\\\\"d-flex justify-content-between\\\\\\\">\\\\n                            <a @click=\\\\\\\"openPage('editListing', items, 'pendingApproval')\\\\\\\" href=\\\\\\\"#\\\\\\\" style=\\\\\\\"color : #C98364\\\\\\\">Edit\\\\n                                Listing</a>\\\\n                            <a href=\\\\\\\"#\\\\\\\" style=\\\\\\\"color : #C98364\\\\\\\" @click=\\\\\\\"openDeletePendingApprovalProductModal(items)\\\\\\\">Delete Listing</a>\\\\n                        </div>\\\\n                    </b-card>\\\\n                </b-col>\\\\n            </b-row>\\\\n            <div class=\\\\\\\"d-flex justify-content-center\\\\\\\">\\\\n                <b-spinner  v-if=\\\\\\\"pending_products_loading\\\\\\\" type=\\\\\\\"grow\\\\\\\" label=\\\\\\\"Spinning\\\\\\\"></b-spinner>                \\\\n            </div> \\\\n            <div v-if=\\\\\\\"pendingApprovalProducts.length === 0 && !pending_products_loading\\\\\\\" class=\\\\\\\"d-flex justify-content-center\\\\\\\">\\\\n               <p>No listing found</p>              \\\\n            </div> \\\\n        </b-tab>\\\\n    </b-tabs>\\\\n    <!-- START : DELETE modal -->\\\\n    <b-modal ref=\\\\\\\"deleteProductModal\\\\\\\" title=\\\\\\\"Delete Product\\\\\\\" @hide=\\\\\\\"closeDeleteModal\\\\\\\" header-bg-variant=\\\\\\\"danger\\\\\\\"\\\\n        hide-footer hide-backdrop header-class=\\\\\\\"p-3 pr-3 pl-3 border-primary\\\\\\\">\\\\n        <form>\\\\n            <div class=\\\\\\\"p-3\\\\\\\">\\\\n                <p>Are you sure you wish to remove this record?</p>\\\\n            </div>\\\\n            <b-modal-footer class=\\\\\\\"justify-content-between\\\\\\\">\\\\n                <span class=\\\\\\\"delete_product-msg\\\\\\\"></span>\\\\n                <b-button variant=\\\\\\\"secondary\\\\\\\" @click=\\\\\\\"closeDeleteModal\\\\\\\">Close</b-button>\\\\n                <b-button type=\\\\\\\"button\\\\\\\" variant=\\\\\\\"danger\\\\\\\" @click=\\\\\\\"deleteProduct\\\\\\\" id=\\\\\\\"deleteproduct_btn\\\\\\\">Delete</b-button>\\\\n            </b-modal-footer>\\\\n        </form>\\\\n    </b-modal>\\\\n    <b-modal ref=\\\\\\\"deletePendingApprovalProductModal\\\\\\\" title=\\\\\\\"Delete Product\\\\\\\" @hide=\\\\\\\"closeDeletePendingApprovalProductModal\\\\\\\" header-bg-variant=\\\\\\\"danger\\\\\\\"\\\\n        hide-footer hide-backdrop header-class=\\\\\\\"p-3 pr-3 pl-3 border-primary\\\\\\\">\\\\n        <form>\\\\n            <div class=\\\\\\\"p-3\\\\\\\">\\\\n                <p>Are you sure you wish to remove this record?</p>\\\\n            </div>\\\\n            <b-modal-footer class=\\\\\\\"justify-content-between\\\\\\\">\\\\n                <span class=\\\\\\\"delete_product-msg\\\\\\\"></span>\\\\n                <b-button variant=\\\\\\\"secondary\\\\\\\" @click=\\\\\\\"closeDeletePendingApprovalProductModal\\\\\\\">Close</b-button>\\\\n                <b-button type=\\\\\\\"button\\\\\\\" variant=\\\\\\\"danger\\\\\\\" @click=\\\\\\\"deleteProduct('pendingApproval')\\\\\\\" id=\\\\\\\"deleteproduct_btn\\\\\\\">Delete</b-button>\\\\n            </b-modal-footer>\\\\n        </form>\\\\n    </b-modal>\\\\n    <!-- END : DELETE modal -->\\\\n</div>\\\"},\\\"unpublished_c2c_template\\\":{\\\"product_listing\\\":\\\"<div class=\\\\\\\"products_list_container\\\\\\\">\\\\n    <b-row class=\\\\\\\"ml-4 listing_header_container mt-5 align-items-center\\\\\\\">\\\\n        <b-col class=\\\\\\\"listing_title_container pr-0 pl-0 d-flex justify-content-between align-items-center\\\\\\\" sm=\\\\\\\"10\\\\\\\">\\\\n            <h1 class=\\\\\\\"bold\\\\\\\">My Listings ($% activeProductsCount + pendingApprovalProductsCount %)</h1>\\\\n        </b-col>\\\\n        <b-col sm=\\\\\\\"2\\\\\\\" class=\\\\\\\"add_listing_btn_container\\\\\\\">\\\\n            <b-button variant=\\\\\\\"outline-primary\\\\\\\" size=\\\\\\\"lg\\\\\\\" class=\\\\\\\"mb-2 mt-4 btn-styling\\\\\\\" title=\\\\\\\"ADD A LISTING\\\\\\\"\\\\n                @click=\\\\\\\"openPage('addListing')\\\\\\\">\\\\n                Add Listing <i class=\\\\\\\"fa fa-plus\\\\\\\" aria-hidden=\\\\\\\"true\\\\\\\"></i>\\\\n            </b-button>\\\\n        </b-col>\\\\n    </b-row>\\\\n    <b-tabs pills class=\\\\\\\"products_tabs_container\\\\\\\">\\\\n        <b-tab active @click=\\\\\\\"fetchActiveProducts\\\\\\\">\\\\n            <template slot=\\\\\\\"title\\\\\\\">\\\\n                 <b-spinner v-if=\\\\\\\"active_products_loading\\\\\\\" variant=\\\\\\\"light\\\\\\\"></b-spinner> Active ($%activeProductsCount%)\\\\n            </template>\\\\n            <b-row>\\\\n                <b-col sm=\\\\\\\"6\\\\\\\" md=\\\\\\\"4\\\\\\\" lg=\\\\\\\"3\\\\\\\" class=\\\\\\\"px-2 mb-5\\\\\\\" v-for=\\\\\\\"items in activeProducts\\\\\\\" :key=\\\\\\\"items.title\\\\\\\">\\\\n                    <b-card :img-src=\\\\\\\"items.image ? items.image : 'https://www.freeiconspng.com/thumbs/no-image-icon/no-image-icon-15.png'\\\\\\\" img-alt=\\\\\\\"Image\\\\\\\" img-top tag=\\\\\\\"article\\\\\\\"\\\\n                        style=\\\\\\\"max-width: 391px; border: 1px solid #D8DADC; border-radius : 8px; padding : 10px;\\\\n                         position : relative; object-fit: contain; font-size: 14px;\\\\\\\"\\\\n                        class=\\\\\\\"mb-2\\\\\\\">\\\\n                        <div\\\\n                            class=\\\\\\\"approval-status d-flex justify-content-center align-items-center bg-primary\\\\\\\" >\\\\n                            <h3 v-if=\\\\\\\"items.status\\\\\\\">$% items.status %</h3>\\\\n                            <h3 v-else> No status found</h3>\\\\n                        </div>\\\\n                        <b-card-text class=\\\\\\\"bold\\\\\\\" v-if=\\\\\\\"items.title\\\\\\\">\\\\n                            $% items.title%\\\\n                        </b-card-text>\\\\n                        <b-card-text v-else>\\\\n                            No title is present\\\\n                        </b-card-text>\\\\n                        <b-card-text v-if=\\\\\\\" items.variants && items.variants.length > 0 && items.variants[0].price  !== null\\\\\\\">\\\\n                        Listing Price: $% userData && userData.default_shop\\\\n                                        ? userData.default_shop.currency_country\\\\n                                        ? userData.default_shop.currency_country.currency_symbol\\\\n                                        : userData.default_shop.currency\\\\n                                        : ' ' %\\\\n                                         $% items.variants[0].price %\\\\n                        </b-card-text>\\\\n                        <b-card-text v-else>\\\\n                            Price is not present\\\\n                        </b-card-text>\\\\n                        <b-card-text>\\\\n                            <i class=\\\\\\\"fa fa-info-circle\\\\\\\"  v-b-popover.hover.html=\\\\\\\"popoverMethodForCommission(items.title, items.company.global_commission !== null ? items.company.global_commission : '0', userData && userData.default_shop\\\\n                                        ? userData.default_shop.currency_country\\\\n                                        ? userData.default_shop.currency_country.currency_symbol\\\\n                                        : userData.default_shop.currency\\\\n                                        : ' ', items.variants[0].price - ((items.company.global_commission / 100 * items.variants[0].price) +  items.company.global_fixed_commission) )\\\\\\\"\\\\n                                    title=\\\\\\\"\\\\\\\"\\\\n                                    aria-hidden=\\\\\\\"true\\\\\\\"\\\\n                            ></i>\\\\n                                           \\\\n                            Commission: $% items.company.global_commission !== null ? items.company.global_commission : '0' % % + $% userData && userData.default_shop\\\\n                                    ? userData.default_shop.currency_country\\\\n                                    ? userData.default_shop.currency_country.currency_symbol\\\\n                                    : userData.default_shop.currency\\\\n                                    : ' ' %\\\\n                                        $% items.company.global_fixed_commission %\\\\n                        </b-card-text>\\\\n                        <b-card-text>\\\\n                        Your earnings: $% userData && userData.default_shop\\\\n                                        ? userData.default_shop.currency_country\\\\n                                        ? userData.default_shop.currency_country.currency_symbol\\\\n                                        : userData.default_shop.currency\\\\n                                        : ' ' %\\\\n                                         $%  items.variants[0].price - ((items.company.global_commission / 100 * items.variants[0].price) +  items.company.global_fixed_commission)  %\\\\n                        </b-card-text>\\\\n                        <div class=\\\\\\\"d-flex justify-content-between\\\\\\\">\\\\n                            <a @click=\\\\\\\"openPage('editListing', items, 'activeProducts')\\\\\\\" href=\\\\\\\"#\\\\\\\" style=\\\\\\\"color : #C98364\\\\\\\">Edit\\\\n                                Listing</a>\\\\n                            <a href=\\\\\\\"#\\\\\\\" style=\\\\\\\"color : #C98364\\\\\\\" @click=\\\\\\\"openDeleteProductModal(items)\\\\\\\">Delete Listing</a>\\\\n                        </div>\\\\n                    </b-card>\\\\n                </b-col>\\\\n            </b-row>\\\\n            <div class=\\\\\\\"d-flex justify-content-center\\\\\\\">\\\\n                <b-spinner v-if=\\\\\\\"active_products_loading\\\\\\\" type=\\\\\\\"grow\\\\\\\" label=\\\\\\\"Spinning\\\\\\\"></b-spinner>                \\\\n            </div> \\\\n            <div v-if=\\\\\\\"activeProducts.length === 0 && !active_products_loading\\\\\\\" class=\\\\\\\"d-flex justify-content-center\\\\\\\">\\\\n               <p>No listing found</p>              \\\\n            </div> \\\\n        </b-tab>\\\\n        <b-tab @click=\\\\\\\"fetchPendingApprovalProducts\\\\\\\">\\\\n            <template slot=\\\\\\\"title\\\\\\\">\\\\n                 <b-spinner v-if=\\\\\\\"pending_products_loading\\\\\\\"  class=\\\\\\\"product_tab_spinner\\\\\\\"  variant=\\\\\\\"light\\\\\\\"></b-spinner> Pending Approval ($%pendingApprovalProductsCount%)\\\\n            </template>\\\\n            <b-row>\\\\n                <b-col sm=\\\\\\\"6\\\\\\\" md=\\\\\\\"4\\\\\\\" lg=\\\\\\\"3\\\\\\\" class=\\\\\\\"px-2 mb-5\\\\\\\" v-for=\\\\\\\"items in pendingApprovalProducts\\\\\\\" :key=\\\\\\\"items.title\\\\\\\">\\\\n                    <b-card :img-src=\\\\\\\"(items.product_json && items.product_json.images && items.product_json.images.length > 0) ? \\\\n                    items.product_json && items.product_json.images[0].src : 'https://www.freeiconspng.com/thumbs/no-image-icon/no-image-icon-15.png'\\\\\\\" img-alt=\\\\\\\"Image\\\\\\\" img-top tag=\\\\\\\"article\\\\\\\"\\\\n                        style=\\\\\\\"max-width: 391px; max-height:376px; border: 1px solid #D8DADC; border-radius : 8px; padding : 10px; position : relative;\\\\n                        object-fit: contain;\\\\\\\"\\\\n                        class=\\\\\\\"mb-2\\\\\\\">\\\\n                        <div\\\\n                            class=\\\\\\\"approval-status d-flex justify-content-center align-items-center bg-primary\\\\\\\" >\\\\n                            <h3>Pending Approval</h3>\\\\n                        </div>\\\\n                        <b-card-text v-if=\\\\\\\"items.product_json && items.product_json.title\\\\\\\">\\\\n                            $% items.product_json.title%\\\\n                        </b-card-text>\\\\n                        <b-card-text v-else>\\\\n                            No title is present\\\\n                        </b-card-text>\\\\n                        <b-card-text v-if=\\\\\\\"items.product_json && items.product_json.price !== null\\\\\\\">\\\\n                            $% userData && userData.default_shop.currency % $% items.product_json.price %\\\\n                        </b-card-text>\\\\n                        <b-card-text v-else>\\\\n                            Price is not present\\\\n                        </b-card-text>\\\\n                        <div class=\\\\\\\"d-flex justify-content-between\\\\\\\">\\\\n                            <a @click=\\\\\\\"openPage('editListing', items, 'pendingApproval')\\\\\\\" href=\\\\\\\"#\\\\\\\" style=\\\\\\\"color : #C98364\\\\\\\">Edit\\\\n                                Listing</a>\\\\n                            <a href=\\\\\\\"#\\\\\\\" style=\\\\\\\"color : #C98364\\\\\\\" @click=\\\\\\\"openDeletePendingApprovalProductModal(items)\\\\\\\">Delete Listing</a>\\\\n                        </div>\\\\n                    </b-card>\\\\n                </b-col>\\\\n            </b-row>\\\\n            <div class=\\\\\\\"d-flex justify-content-center\\\\\\\">\\\\n                <b-spinner  v-if=\\\\\\\"pending_products_loading\\\\\\\" type=\\\\\\\"grow\\\\\\\" label=\\\\\\\"Spinning\\\\\\\"></b-spinner>                \\\\n            </div> \\\\n            <div v-if=\\\\\\\"pendingApprovalProducts.length === 0 && !pending_products_loading\\\\\\\" class=\\\\\\\"d-flex justify-content-center\\\\\\\">\\\\n               <p>No listing found</p>              \\\\n            </div> \\\\n        </b-tab>\\\\n    </b-tabs>\\\\n    <!-- START : DELETE modal -->\\\\n    <b-modal ref=\\\\\\\"deleteProductModal\\\\\\\" title=\\\\\\\"Delete Product\\\\\\\" @hide=\\\\\\\"closeDeleteModal\\\\\\\" header-bg-variant=\\\\\\\"danger\\\\\\\"\\\\n        hide-footer hide-backdrop header-class=\\\\\\\"p-3 pr-3 pl-3 border-primary\\\\\\\">\\\\n        <form>\\\\n            <div class=\\\\\\\"p-3\\\\\\\">\\\\n                <p>Are you sure you wish to remove this record?</p>\\\\n            </div>\\\\n            <b-modal-footer class=\\\\\\\"justify-content-between\\\\\\\">\\\\n                <span class=\\\\\\\"delete_product-msg\\\\\\\"></span>\\\\n                <b-button variant=\\\\\\\"secondary\\\\\\\" @click=\\\\\\\"closeDeleteModal\\\\\\\">Close</b-button>\\\\n                <b-button type=\\\\\\\"button\\\\\\\" variant=\\\\\\\"danger\\\\\\\" @click=\\\\\\\"deleteProduct\\\\\\\" id=\\\\\\\"deleteproduct_btn\\\\\\\">Delete</b-button>\\\\n            </b-modal-footer>\\\\n        </form>\\\\n    </b-modal>\\\\n    <b-modal ref=\\\\\\\"deletePendingApprovalProductModal\\\\\\\" title=\\\\\\\"Delete Product\\\\\\\" @hide=\\\\\\\"closeDeletePendingApprovalProductModal\\\\\\\" header-bg-variant=\\\\\\\"danger\\\\\\\"\\\\n        hide-footer hide-backdrop header-class=\\\\\\\"p-3 pr-3 pl-3 border-primary\\\\\\\">\\\\n        <form>\\\\n            <div class=\\\\\\\"p-3\\\\\\\">\\\\n                <p>Are you sure you wish to remove this record?</p>\\\\n            </div>\\\\n            <b-modal-footer class=\\\\\\\"justify-content-between\\\\\\\">\\\\n                <span class=\\\\\\\"delete_product-msg\\\\\\\"></span>\\\\n                <b-button variant=\\\\\\\"secondary\\\\\\\" @click=\\\\\\\"closeDeletePendingApprovalProductModal\\\\\\\">Close</b-button>\\\\n                <b-button type=\\\\\\\"button\\\\\\\" variant=\\\\\\\"danger\\\\\\\" @click=\\\\\\\"deleteProduct('pendingApproval')\\\\\\\" id=\\\\\\\"deleteproduct_btn\\\\\\\">Delete</b-button>\\\\n            </b-modal-footer>\\\\n        </form>\\\\n    </b-modal>\\\\n    <!-- END : DELETE modal -->\\\\n</div>\\\",\\\"registration_page_template\\\":\\\"<div id=\\\\\\\"app\\\\\\\">\\\\n<h1>Hello registration</h1>\\\\n        <div class=\\\\\\\"c2c-registration-page-container\\\\\\\">\\\\n            <div class=\\\\\\\"d-flex flex-column text-center c2c-register-cta-text\\\\\\\">\\\\n                <h1 class=\\\\\\\"c2c-register-cta-header\\\\\\\">Complete your Seller Account</h1>\\\\n                <p>Hi {{ $customerData[\\\\\\\"first_name\\\\\\\"]}}, please fill in the required info to start selling on {{ $shop->name}}</p>\\\\n            </div>\\\\n            <div class=\\\\\\\"c2c-form-container mt-4 d-flex justify-content-center\\\\\\\">\\\\n                <form @submit.prevent=\\\\\\\"registerVendor\\\\\\\">\\\\n                    <div class=\\\\\\\"d-flex flex-column c2c-registration-general-info\\\\\\\">\\\\n                        <div class=\\\\\\\"d-flex align-items-center\\\\\\\">\\\\n                            <label for=\\\\\\\"first-name\\\\\\\" class=\\\\\\\"m-0\\\\\\\">First Name: </label>\\\\n                            <input name=\\\\\\\"first-name\\\\\\\" value=\\\\\\\"{{$customerData[\\\\\\\"first_name\\\\\\\"]}}\\\\\\\" disabled/>\\\\n                        </div>\\\\n                        <div class=\\\\\\\"d-flex align-items-center\\\\\\\">\\\\n                            <label class=\\\\\\\"m-0\\\\\\\" for=\\\\\\\"first-name\\\\\\\">Last Name: </label>\\\\n                            <input name=\\\\\\\"first-name\\\\\\\" value=\\\\\\\"{{$customerData[\\\\\\\"last_name\\\\\\\"]}}\\\\\\\" disabled/>\\\\n                        </div>\\\\n                        <div class=\\\\\\\"d-flex align-items-center\\\\\\\">\\\\n                            <label class=\\\\\\\"m-0\\\\\\\">Email: </label>\\\\n                            <p class=\\\\\\\"m-0\\\\\\\">{{$shopifyLoggedInCustomerEmail}}</p>\\\\n                            <span class=\\\\\\\"ml-3\\\\\\\">Can’t be edited</span>\\\\n                        </div>\\\\n                    <div>\\\\n                    <div class=\\\\\\\"c2c-main-registration-input-fields\\\\\\\">\\\\n                        <div>\\\\n                            <input name=\\\\\\\"phone-number\\\\\\\" class=\\\\\\\"st-input\\\\\\\" placeholder=\\\\\\\"+44 Phone Number\\\\\\\" v-model=\\\\\\\"phone_number\\\\\\\" required/>\\\\n                        </div>\\\\n                        <div>\\\\n                            <input name=\\\\\\\"street-address\\\\\\\" class=\\\\\\\"st-input\\\\\\\" placeholder=\\\\\\\"Street Address\\\\\\\" required/>\\\\n                        </div>\\\\n                        <div>\\\\n                            <input name=\\\\\\\"building-number\\\\\\\" class=\\\\\\\"st-input\\\\\\\" placeholder=\\\\\\\"Building Number\\\\\\\" required/>\\\\n                        </div>\\\\n                        <div>\\\\n                            <b-row>\\\\n                                <b-col sm=\\\\\\\"6\\\\\\\" class=\\\\\\\"mb-5\\\\\\\">\\\\n                                    <select class=\\\\\\\"register-input m-0 w-90\\\\\\\" v-model=\\\\\\\"selectedCountry\\\\\\\" @change=\\\\\\\"fetchStates\\\\\\\" :disabled=\\\\\\\"loading\\\\\\\" required>\\\\n                                        <option value=\\\\\\\"\\\\\\\" disabled selected>Country</option>\\\\n                                        <option v-for=\\\\\\\"country in countries\\\\\\\" :key=\\\\\\\"country.id\\\\\\\" :value=\\\\\\\"country.code\\\\\\\">$% country.name %</option>\\\\n                                    </select>\\\\n                                </b-col>\\\\n                                <b-col sm=\\\\\\\"6\\\\\\\" class=\\\\\\\"mb-5\\\\\\\">\\\\n                                    <select class=\\\\\\\"register-input m-0 w-90\\\\\\\" required>\\\\n                                        <option value=\\\\\\\"\\\\\\\" disabled selected>State</option>\\\\n                                        <option v-for=\\\\\\\"state in states\\\\\\\" :key=\\\\\\\"state.id\\\\\\\" :value=\\\\\\\"state.code\\\\\\\">$% state.title %</option>\\\\n                                    </select>\\\\n                                </b-col>\\\\n                                <b-col sm=\\\\\\\"6\\\\\\\" class=\\\\\\\"mb-5\\\\\\\">\\\\n                                    <input name=\\\\\\\"city\\\\\\\" placeholder=\\\\\\\"City\\\\\\\" v-model=\\\\\\\"city\\\\\\\" class=\\\\\\\"w-90\\\\\\\" required/>\\\\n                                </b-col>\\\\n                                <b-col sm=\\\\\\\"6\\\\\\\" class=\\\\\\\"mb-5\\\\\\\">\\\\n                                    <input name=\\\\\\\"zip-code\\\\\\\" placeholder=\\\\\\\"Zip Code\\\\\\\" v-model=\\\\\\\"pincode\\\\\\\" class=\\\\\\\"w-90\\\\\\\" required/>\\\\n                                </b-col>\\\\n                            </b-row>\\\\n                        </div>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"d-flex justify-content-center align-items-start c2c-setas-default-pickup-option\\\\\\\">\\\\n                        <input type=\\\\\\\"checkbox\\\\\\\" name=\\\\\\\"default-pickup\\\\\\\" id=\\\\\\\"default-pickup\\\\\\\">\\\\n                        <label for=\\\\\\\"default-pickup\\\\\\\">Set this as default location for pickup</label>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"d-flex justify-content-center align-items-center\\\\\\\">\\\\n                        <button class=\\\\\\\"c2c-register-vendor-btn\\\\\\\" typel=\\\\\\\"submit\\\\\\\">\\\\n                            Send Approval Request\\\\n                        </button>\\\\n                    </div>\\\\n                </form>\\\\n            </div>\\\\n        </div>\\\\n    <div>\\\",\\\"pending_approval_page_template\\\":\\\"<body>\\\\n        <div id=\\\\\\\"app\\\\\\\">\\\\n            <div class=\\\\\\\"pending-approval-container\\\\\\\">\\\\n            <div class=\\\\\\\"pending-approval-content\\\\\\\">\\\\n                <img src=\\\\\\\"https://img.freepik.com/free-vector/tiny-people-standing-near-big-checkmark-team-male-female-characters-finishing-work-with-list-good-job-sign-flat-vector-illustration-done-job-checklist-time-management-concept_74855-21019.jpg?w=740&t=st=1702024987~exp=1702025587~hmac=01a19d335f28a291571d9955f4aa4c6378be8bc0102f914de701062bcfd14624\\\\\\\"\\\\n                alt=\\\\\\\"Success Image\\\\\\\" />\\\\n                <h2>Welcome to Our Platform!</h2>\\\\n                <p>\\\\n                You have successfully registered. However, your account is pending approval.\\\\n                <br /> Once approved, you will receive an email confirmation.\\\\n                </p>\\\\n            </div>\\\\n            </div>\\\\n        </div>\\\\n    </body>\\\",\\\"orders_list\\\":\\\"<div class=\\\\\\\"mt-5\\\\\\\">\\\\n  <div v-for=\\\\\\\"item in orders\\\\\\\" :key=\\\\\\\"item.id\\\\\\\">\\\\n    <b-card class=\\\\\\\"text-center shadow-sm mb-4 order_list_card\\\\\\\" >\\\\n      <div class=\\\\\\\"\\\\\\\">\\\\n        <b-row>\\\\n          <b-col sm=\\\\\\\"10\\\\\\\">\\\\n            <b-row>\\\\n              <b-col md=\\\\\\\"2\\\\\\\" class=\\\\\\\"c2c_order_id\\\\\\\"  align-self=\\\\\\\"center\\\\\\\">\\\\n                <div class=\\\\\\\"mb-3 \\\\\\\">Order Id</div>\\\\n                <div class=\\\\\\\"bold\\\\\\\"> #$% item.order_number %</div>\\\\n              </b-col>\\\\n              <b-col md=\\\\\\\"2\\\\\\\" class=\\\\\\\"c2c_order_date\\\\\\\"  align-self=\\\\\\\"center\\\\\\\">\\\\n                <div class=\\\\\\\"mb-3 \\\\\\\">Date</div>\\\\n                <div class=\\\\\\\"bold\\\\\\\">$% formatDate(item.processed_at) %</div>\\\\n\\\\n              </b-col>\\\\n              <b-col md=\\\\\\\"2\\\\\\\"  align-self=\\\\\\\"center\\\\\\\">\\\\n                <b-carousel\\\\n                  id=\\\\\\\"carousel-1\\\\\\\"\\\\n                  v-model=\\\\\\\"slide\\\\\\\"\\\\n                  :interval=\\\\\\\"4000\\\\\\\"\\\\n                  controls\\\\n                  \\\\n                  background=\\\\\\\"#ababab\\\\\\\"\\\\n                  img-width=\\\\\\\"1024\\\\\\\"\\\\n                  img-height=\\\\\\\"480\\\\\\\"\\\\n                  style=\\\\\\\"text-shadow: 1px 1px 2px #333;\\\\\\\"\\\\n                  @sliding-start=\\\\\\\"onSlideStart\\\\\\\"\\\\n                  @sliding-end=\\\\\\\"onSlideEnd\\\\\\\"\\\\n                >\\\\n                  <b-carousel-slide v-bind:key=\\\\\\\"i\\\\\\\" v-for=\\\\\\\"(image, i) in item.variant_images\\\\\\\">\\\\n                    <template #img>\\\\n                      <img\\\\n                        class=\\\\\\\"d-block\\\\\\\"\\\\n                        style=\\\\\\\"width: 100%; height: 100px; object-fit: cover;\\\\\\\"\\\\n                        :src=\\\\\\\"(image.variant && image.variant.image_link) ? image.variant.image_link : 'https://www.freeiconspng.com/thumbs/no-image-icon/no-image-icon-15.png'\\\\\\\"\\\\n                      >\\\\n                    </template>\\\\n                  </b-carousel-slide>\\\\n                </b-carousel>\\\\n              </b-col>\\\\n              <b-col md=\\\\\\\"2\\\\\\\"  align-self=\\\\\\\"center\\\\\\\" class=\\\\\\\"c2c_order_id_and_date justify-content-between p-3\\\\\\\">\\\\n                <div class=\\\\\\\"mb-3 bold mr-4\\\\\\\"> #$% item.order_number %</div>\\\\n                <div class=\\\\\\\"\\\\\\\">$% formatDate(item.processed_at) %</div>\\\\n              </b-col>\\\\n              <b-col md=\\\\\\\"2\\\\\\\" align-self=\\\\\\\"center\\\\\\\" class=\\\\\\\"c2c_order_detail\\\\\\\">\\\\n                <div class=\\\\\\\"mb-3 \\\\\\\">Order Value</div>\\\\n                <div class=\\\\\\\"bold\\\\\\\"> $%(item.currency_country && item.currency_country.currency_symbol) ? item.currency_country.currency_symbol : item.currency % $% item.payment %</div>\\\\n              </b-col>\\\\n              <b-col md=\\\\\\\"2\\\\\\\" align-self=\\\\\\\"center\\\\\\\" class=\\\\\\\"c2c_order_detail\\\\\\\">\\\\n                <div class=\\\\\\\"mb-3 \\\\\\\">Payment Status</div>\\\\n                <div class=\\\\\\\"bold\\\\\\\"> $% item.financial_status %</div>\\\\n              </b-col>\\\\n              <b-col md=\\\\\\\"2\\\\\\\" align-self=\\\\\\\"center\\\\\\\" class=\\\\\\\"c2c_order_detail\\\\\\\">\\\\n                <div class=\\\\\\\"mb-3 \\\\\\\">Order Status</div>\\\\n                <div class=\\\\\\\"bold\\\\\\\">$% item.order_sequence_name %</div>\\\\n              </b-col>\\\\n            </b-row> \\\\n          </b-col>\\\\n          <b-col md=\\\\\\\"2\\\\\\\" align-self=\\\\\\\"center\\\\\\\" class=\\\\\\\"pointer\\\\\\\" @click=\\\\\\\"openOrdersTab('OrderDetailsPage', item.id)\\\\\\\">\\\\n            <div class=\\\\\\\"c2c-card-icon-visiblity\\\\\\\">\\\\n              <b-icon class=\\\\\\\"h1\\\\\\\" icon=\\\\\\\"arrow-up-right-square\\\\\\\"></b-icon>\\\\n            </div>\\\\n            <div class=\\\\\\\"c2c-card-text-visiblity mt-3 float-right\\\\\\\">\\\\n              <b-link href=\\\\\\\"#foo\\\\\\\">View Order</b-link>\\\\n            </div>\\\\n          </b-col>\\\\n        </b-row> \\\\n      </div>\\\\n    </b-card>\\\\n  </div>\\\\n</div>\\\",\\\"order_details\\\":\\\"<b-row v-if=\\\\\\\"!loading\\\\\\\" class=\\\\\\\" d-flex align-items-center order_details_container\\\\\\\">\\\\n     <b-col lg=\\\\\\\"9\\\\\\\" class=\\\\\\\"\\\\\\\" align=\\\\\\\"left\\\\\\\">\\\\n        <div>\\\\n            <b-row>\\\\n              <b-button size=\\\\\\\"xs\\\\\\\" variant=\\\\\\\"light\\\\\\\" class=\\\\\\\" top-left-button-container mr-1\\\\\\\" @click=\\\\\\\"routeBack\\\\\\\"><i class=\\\\\\\"fa fa-chevron-left\\\\\\\" ></i></b-button>\\\\n            </b-row>\\\\n            <b-row class=\\\\\\\"p-4 align-items-center\\\\\\\">\\\\n               <b-col sm=\\\\\\\"6\\\\\\\" class=\\\\\\\"m-0\\\\\\\" >\\\\n                 <h3 class=\\\\\\\"bold\\\\\\\">#$% singleOrderData.order_number %</h3>\\\\n               </b-col>\\\\n               <b-col sm=\\\\\\\"6\\\\\\\" class=\\\\\\\"d-flex justify-content-end align-items-center\\\\\\\" align=\\\\\\\"right\\\\\\\">\\\\n                  <div>\\\\n                    <b-button v-if=\\\\\\\"!singleOrderData.awb_label && !singleOrderData.generating_awb\\\\\\\" size=\\\\\\\"lg\\\\\\\" @click=\\\\\\\"openAddTrackingModal\\\\\\\" class=\\\\\\\"float-right mr-3  btn-styling\\\\\\\" variant=\\\\\\\"dark\\\\\\\">Add Tracking</b-button>\\\\n                    <b-button v-else size=\\\\\\\"lg\\\\\\\" @click=\\\\\\\"openAddTrackingModal\\\\\\\" class=\\\\\\\"float-right mr-3 btn-styling\\\\\\\" variant=\\\\\\\"dark\\\\\\\">Edit Tracking</b-button>\\\\n                  </div>\\\\n                 <div>\\\\n                  <span v-if=\\\\\\\"order_status_change_loading === singleOrderData.id\\\\\\\" style=\\\\\\\"width: 1.5rem; height:1.5rem;\\\\\\\" class=\\\\\\\"spinner-border spinner-border-sm ml-0\\\\\\\" role=\\\\\\\"status\\\\\\\" aria-hidden=\\\\\\\"true\\\\\\\"></span>\\\\n                  <b-dropdown :id=\\\\\\\"'dropdown-' + singleOrderData.id\\\\\\\" :text=\\\\\\\"singleOrderData.order_sequence_name\\\\\\\" variant=\\\\\\\"primary\\\\\\\" class=\\\\\\\"m-md-2 order_actions_container\\\\\\\">\\\\n                    <b-dropdown-item @click=\\\\\\\"performOrderAction(singleOrderData.id, 'new-order')\\\\\\\" class=\\\\\\\"status_new_order\\\\\\\" :class=\\\\\\\"{ 'active': singleOrderData.order_sequence_name === 'New Orders' }\\\\\\\">\\\\n                      <span v-if=\\\\\\\"order_status_change_loading === singleOrderData.id\\\\\\\" class=\\\\\\\"spinner-border spinner-border-sm ml-0\\\\\\\" role=\\\\\\\"status\\\\\\\" aria-hidden=\\\\\\\"true\\\\\\\"></span>\\\\n                      New Order\\\\n                    </b-dropdown-item>\\\\n                    \\\\n                    <b-dropdown-item @click=\\\\\\\"performOrderAction(singleOrderData.id, 'confirmed')\\\\\\\" class=\\\\\\\"status_confirmed\\\\\\\" :class=\\\\\\\"{ 'active': singleOrderData.order_sequence_name === 'Confirmed' }\\\\\\\">\\\\n                      <span v-if=\\\\\\\"order_status_change_loading === singleOrderData.id\\\\\\\" class=\\\\\\\"spinner-border spinner-border-sm ml-0\\\\\\\" role=\\\\\\\"status\\\\\\\" aria-hidden=\\\\\\\"true\\\\\\\"></span>\\\\n                      Confirmed\\\\n                    </b-dropdown-item>\\\\n\\\\n                    <b-dropdown-item @click=\\\\\\\"performOrderAction(singleOrderData.id, 'in-transit')\\\\\\\" class=\\\\\\\"status_intransit\\\\\\\" :class=\\\\\\\"{ 'active': singleOrderData.order_sequence_name === 'In Transit' }\\\\\\\">\\\\n                      <span v-if=\\\\\\\"order_status_change_loading === singleOrderData.id\\\\\\\" class=\\\\\\\"spinner-border spinner-border-sm ml-0\\\\\\\" role=\\\\\\\"status\\\\\\\" aria-hidden=\\\\\\\"true\\\\\\\"></span>\\\\n                      In-transit\\\\n                    </b-dropdown-item>\\\\n\\\\n                    <b-dropdown-item @click=\\\\\\\"performOrderAction(singleOrderData.id, 'delivered')\\\\\\\" class=\\\\\\\"status_delivered\\\\\\\" :class=\\\\\\\"{ 'active': singleOrderData.order_sequence_name === 'Delivered' }\\\\\\\">\\\\n                      <span v-if=\\\\\\\"order_status_change_loading === singleOrderData.id\\\\\\\" class=\\\\\\\"spinner-border spinner-border-sm ml-0\\\\\\\" role=\\\\\\\"status\\\\\\\" aria-hidden=\\\\\\\"true\\\\\\\"></span>\\\\n                      Delivered\\\\n                    </b-dropdown-item>\\\\n\\\\n                    <b-dropdown-item @click=\\\\\\\"performOrderAction(singleOrderData.id, 'cancelled')\\\\\\\" class=\\\\\\\"status_cancelled\\\\\\\" :class=\\\\\\\"{ 'active': singleOrderData.order_sequence_name === 'cancelled' }\\\\\\\">\\\\n                      <span v-if=\\\\\\\"order_status_change_loading === singleOrderData.id\\\\\\\" class=\\\\\\\"spinner-border spinner-border-sm ml-0\\\\\\\" role=\\\\\\\"status\\\\\\\" aria-hidden=\\\\\\\"true\\\\\\\"></span>\\\\n                      Cancelled\\\\n                    </b-dropdown-item>\\\\n\\\\n                    <b-dropdown-item @click=\\\\\\\"performOrderAction(singleOrderData.id, 'returned')\\\\\\\" class=\\\\\\\"status_returned\\\\\\\" :class=\\\\\\\"{ 'active': singleOrderData.order_sequence_name === 'RTO' }\\\\\\\">\\\\n                      <span v-if=\\\\\\\"order_status_change_loading === singleOrderData.id\\\\\\\" class=\\\\\\\"spinner-border spinner-border-sm ml-0\\\\\\\" role=\\\\\\\"status\\\\\\\" aria-hidden=\\\\\\\"true\\\\\\\"></span>\\\\n                      Returned\\\\n                    </b-dropdown-item>\\\\n\\\\n                  </b-dropdown>\\\\n                </div>\\\\n               </b-col>\\\\n           </b-row> \\\\n            <b-card class=\\\\\\\"text-left p-3\\\\\\\" title=\\\\\\\"\\\\\\\">\\\\n                <div class=\\\\\\\"mb-4\\\\\\\">\\\\n                  <!-- <span class=\\\\\\\"bold\\\\\\\">Delivery Method: </span>\\\\n                  <span> Shipping</span> -->\\\\n\\\\n                  <div class=\\\\\\\"text-bottom\\\\\\\">\\\\n                    <div v-if=\\\\\\\"singleOrderData.generating_awb\\\\\\\">\\\\n                      Generating\\\\n                      <span class=\\\\\\\"spinner-border spinner-border-sm ml-0\\\\\\\"  role=\\\\\\\"status\\\\\\\" aria-hidden=\\\\\\\"true\\\\\\\"></span>\\\\n                    </div>\\\\n                    <div v-if=\\\\\\\"singleOrderData.awb_label || singleOrderData.generating_awb\\\\\\\">\\\\n                      <div v-if=\\\\\\\"singleOrderData.shipping_provider\\\\\\\">\\\\n                        <span class=\\\\\\\"text-uppercase\\\\\\\">$% singleOrderData.shipping_provider %</span><br/>\\\\n                      </div>\\\\n                      <div v-if=\\\\\\\"singleOrderData.awb_custom_courier_name\\\\\\\">\\\\n                        <span>$% singleOrderData.awb_custom_courier_name %</span> <br/>\\\\n                      </div>\\\\n                      <div v-if=\\\\\\\"singleOrderData.awb !== null\\\\\\\">\\\\n                        <span  class=\\\\\\\"p-0 m-0\\\\\\\"><a class=\\\\\\\"p-0 text-primary\\\\\\\" size=\\\\\\\"xs\\\\\\\" variant=\\\\\\\"link\\\\\\\" target=\\\\\\\"_blank\\\\\\\" :href=\\\\\\\"singleOrderData.tracking_link ? singleOrderData.tracking_link : '#'\\\\\\\" tag=\\\\\\\"a\\\\\\\">$% singleOrderData.awb %</a></span><br />\\\\n                      </div>\\\\n                      <div v-else-if=\\\\\\\"singleOrderData.awb\\\\\\\">\\\\n                        <span  class=\\\\\\\"p-0 m-0\\\\\\\">$% singleOrderData.awb %</span><br />\\\\n                      </div>\\\\n                      \\\\n                    </div>\\\\n                  </div>\\\\n                  \\\\n                </div>\\\\n                <b-row class=\\\\\\\"mb-4 line_item_order_title_container only_visisble_on_desktop \\\\\\\">\\\\n                  <b-col lg=\\\\\\\"2\\\\\\\" class=\\\\\\\" d-flex\\\\\\\">\\\\n                  </b-col>\\\\n                  <b-col lg=\\\\\\\"3\\\\\\\" class=\\\\\\\" d-flex\\\\\\\">\\\\n                  </b-col>\\\\n                  <b-col lg=\\\\\\\"2\\\\\\\" class=\\\\\\\" d-flex\\\\\\\">\\\\n                  </b-col>\\\\n                  <b-col  class=\\\\\\\"d-flex justify-content-start \\\\\\\">\\\\n                    Product Price\\\\n                  </b-col>\\\\n                  <b-col  class=\\\\\\\"d-flex justify-content-start \\\\\\\">\\\\n                    Your earnings\\\\n                  </b-col>\\\\n                </b-row>\\\\n                <div  v-for=\\\\\\\"(item, i) in singleOrderData.line_items\\\\\\\" :key=\\\\\\\"item.id\\\\\\\" class=\\\\\\\"text-center\\\\\\\" >\\\\n                  <b-row>\\\\n                    <b-col sm=\\\\\\\"12\\\\\\\">\\\\n                      <b-row class=\\\\\\\"orders_items_container mt-4\\\\\\\">\\\\n                        <b-col lg=\\\\\\\"2\\\\\\\" class=\\\\\\\"mb-4\\\\\\\">\\\\n                          <b-carousel\\\\n                            id=\\\\\\\"carousel-1\\\\\\\"\\\\n                            v-model=\\\\\\\"slide\\\\\\\"\\\\n                            :interval=\\\\\\\"4000\\\\\\\"\\\\n                            controls\\\\n\\\\n                            background=\\\\\\\"#ababab\\\\\\\"\\\\n                            img-width=\\\\\\\"1024\\\\\\\"\\\\n                            img-height=\\\\\\\"480\\\\\\\"\\\\n                            style=\\\\\\\"text-shadow: 1px 1px 2px #333;\\\\\\\"\\\\n                            @sliding-start=\\\\\\\"onSlideStart\\\\\\\"\\\\n                            @sliding-end=\\\\\\\"onSlideEnd\\\\\\\"\\\\n                          >\\\\n                            <b-carousel-slide v-bind:key=\\\\\\\"i\\\\\\\">\\\\n                              <template #img>\\\\n                                  <img\\\\n                                    class=\\\\\\\"d-block\\\\\\\"\\\\n                                    style=\\\\\\\"width: 100%; height: 100px; object-fit: cover;\\\\\\\"\\\\n                                    :src=\\\\\\\"(item.variant && item.variant.image_link) ? item.variant.image_link : 'https://www.freeiconspng.com/thumbs/no-image-icon/no-image-icon-15.png'\\\\\\\"\\\\n                                  >                                \\\\n                              </template>\\\\n                            </b-carousel-slide>\\\\n                          </b-carousel>\\\\n\\\\n                        </b-col>\\\\n                        <b-col sm=\\\\\\\"12\\\\\\\" lg=\\\\\\\"3\\\\\\\" class=\\\\\\\"mb-4\\\\\\\">\\\\n                          <div class=\\\\\\\"bold\\\\\\\">$% item.title %</div>\\\\n                        </b-col>\\\\n                        <b-col lg=\\\\\\\"3\\\\\\\" class=\\\\\\\"\\\\\\\">\\\\n                          <div class=\\\\\\\"align-to-end-on-mobile\\\\\\\"> $%(singleOrderData.currency_country && singleOrderData.currency_country.currency_symbol) ? singleOrderData.currency_country.currency_symbol : singleOrderData.currency % $% item.o_line_total_value % x $% item.billable_quantity %</div>\\\\n                        </b-col>\\\\n                        <b-col lg=\\\\\\\"2\\\\\\\" class=\\\\\\\"\\\\\\\">\\\\n                          <div class=\\\\\\\"d-flex justify-content-between\\\\\\\"><span class=\\\\\\\"only_visisble_on_mobile\\\\\\\">Product Price: </span> $%(singleOrderData.currency_country && singleOrderData.currency_country.currency_symbol) ? singleOrderData.currency_country.currency_symbol : singleOrderData.currency % $% item.o_line_total_value %</div>\\\\n                        </b-col>\\\\n                        <b-col lg=\\\\\\\"2\\\\\\\" class=\\\\\\\"\\\\\\\">\\\\n                          <div class=\\\\\\\"d-flex justify-content-between\\\\\\\">\\\\n                            <span class=\\\\\\\"only_visisble_on_mobile\\\\\\\">Your earnings: </span>\\\\n                            <span>\\\\n                              $% userData && userData.default_shop\\\\n                                ? userData.default_shop.currency_country\\\\n                                ? userData.default_shop.currency_country.currency_symbol\\\\n                                : userData.default_shop.currency\\\\n                                : ' ' %\\\\n                                  $%  item.o_line_price  - ((singleOrderData.company.global_commission / 100 * item.o_line_price ) +  singleOrderData.company.global_fixed_commission)  %\\\\n                                <i class=\\\\\\\"fa fa-info-circle\\\\\\\"  v-b-popover.hover.html=\\\\\\\"popoverMethodForCommission(\\\\n                                  item.title,\\\\n                                  singleOrderData.company.global_commission !== null ? singleOrderData.company.global_commission : '0', \\\\n                                  userData && userData.default_shop\\\\n                                  ? userData.default_shop.currency_country\\\\n                                  ? userData.default_shop.currency_country.currency_symbol\\\\n                                  : userData.default_shop.currency\\\\n                                  : ' ', \\\\n                                  item.o_line_price  - ((singleOrderData.company.global_commission / 100 * item.o_line_price ) +  singleOrderData.company.global_fixed_commission) )\\\\\\\"\\\\n                                  title=\\\\\\\"\\\\\\\"\\\\n                                  aria-hidden=\\\\\\\"true\\\\\\\"\\\\n                                ></i>\\\\n                            </span>\\\\n\\\\n                          </div>\\\\n                        </b-col>\\\\n                      </b-row> \\\\n                    </b-col>\\\\n                  </b-row> \\\\n                </div>\\\\n              <div class=\\\\\\\" mt-4 mb-4\\\\\\\">\\\\n                <div class=\\\\\\\"\\\\\\\">\\\\n                   <b-row>\\\\n                      <b-co sm=\\\\\\\"2\\\\\\\" class=\\\\\\\"d-flex col-lg-2\\\\\\\">\\\\n                      </b-co>\\\\n                      <b-col sm=\\\\\\\"12\\\\\\\" lg=\\\\\\\"3\\\\\\\" class=\\\\\\\"text-center align-to-end-on-mobile\\\\\\\">\\\\n                        <div class=\\\\\\\"bold\\\\\\\">Subtotal</div>\\\\n                      </b-col>\\\\n                      <b-col lg=\\\\\\\"3\\\\\\\" class=\\\\\\\"d-flex  justify-content-center align-to-end-on-mobile\\\\\\\">\\\\n                        <div  class=\\\\\\\"mr-4\\\\\\\">$% totalBillableQuantity % items</div>\\\\n                        <b-badge pill variant=\\\\\\\"light\\\\\\\" class=\\\\\\\"order_detail_badge\\\\\\\">$% singleOrderData.payment_status %</b-badge>\\\\n                      </b-col>\\\\n                      \\\\n                      <b-col lg=\\\\\\\"2\\\\\\\" class=\\\\\\\"text-center\\\\\\\">\\\\n                        <div class=\\\\\\\"d-flex  justify-content-between\\\\\\\"><span class=\\\\\\\"only_visisble_on_mobile\\\\\\\">Product Total Price: </span>$%(singleOrderData.currency_country && singleOrderData.currency_country.currency_symbol) ? singleOrderData.currency_country.currency_symbol : singleOrderData.currency % $% singleOrderData.total_price %</div>\\\\n                      </b-col>\\\\n                      <b-col lg=\\\\\\\"2\\\\\\\" class=\\\\\\\"text-center\\\\\\\">\\\\n                        <div class=\\\\\\\"d-flex  justify-content-between\\\\\\\"><span class=\\\\\\\"only_visisble_on_mobile\\\\\\\">Your Total earnings: </span> $%(singleOrderData.currency_country && singleOrderData.currency_country.currency_symbol) ? singleOrderData.currency_country.currency_symbol : singleOrderData.currency % $% singleOrderData.subtotal_price %</div>\\\\n                      </b-col>\\\\n                   </b-row> \\\\n                  </div>\\\\n              </div>\\\\n            </b-card>\\\\n         \\\\n        </div>\\\\n     </b-col>\\\\n     <b-col lg=\\\\\\\"3\\\\\\\" class=\\\\\\\"customer_detail_container\\\\\\\" align=\\\\\\\"left\\\\\\\">\\\\n        <div>\\\\n          <b-card>\\\\n            <b-card-title class=\\\\\\\"bold h4\\\\\\\">\\\\n              Customer Details\\\\n            </b-card-title>\\\\n             <b-card-text>\\\\n             Customer Info\\\\n            </b-card-text>\\\\n            <b-card-sub-title>\\\\n              <address v-if=\\\\\\\"singleOrderData.customer_address\\\\\\\">\\\\n                <p class=\\\\\\\"text-truncate p-0 m-0\\\\\\\">\\\\n                  <span>\\\\n                    $%singleOrderData.customer_address.first_name% $%singleOrderData.customer_address.last_name% <br/>\\\\n                  </span>\\\\n                  <span>\\\\n                    $%singleOrderData.customer_address.email% <br/>\\\\n                  </span>\\\\n                  <span >\\\\n                    $%singleOrderData.customer_address.phone% <br/>\\\\n                  </span>\\\\n                </p>\\\\n              </address>\\\\n            </b-card-sub-title>\\\\n        \\\\n             <b-card-text class=\\\\\\\"mt-4\\\\\\\">\\\\n             Shipping Address\\\\n            </b-card-text>\\\\n            <b-card-sub-title>\\\\n              <div v-if=\\\\\\\"singleOrderData.shipping_address\\\\\\\">\\\\n                 <span>\\\\n                  <span v-if=\\\\\\\"singleOrderData.shipping_address.address1\\\\\\\">$%singleOrderData.shipping_address.address1%<br></span>\\\\n                  <span v-if=\\\\\\\"singleOrderData.shipping_address.address2\\\\\\\">$%singleOrderData.shipping_address.address2% , <br></span>\\\\n                  <span v-if=\\\\\\\"singleOrderData.shipping_address.city\\\\\\\"> $%singleOrderData.shipping_address.city%, </span>\\\\n                  <span v-if=\\\\\\\"singleOrderData.shipping_address.province\\\\\\\">  $%singleOrderData.shipping_address.province% <br></span>\\\\n                  <span v-if=\\\\\\\"singleOrderData.shipping_address.country\\\\\\\"> $%singleOrderData.shipping_address.country% ($%singleOrderData.shipping_address.country_code%)<br> </span>\\\\n                  <span v-if=\\\\\\\"singleOrderData.shipping_address.zip\\\\\\\"> Zip Code/Pin Code: $%singleOrderData.shipping_address.zip%<br></span>\\\\n                </span>\\\\n              </div>\\\\n            </b-card-sub-title>\\\\n          </b-card>\\\\n        </div>\\\\n     </b-col>\\\\n  </b-row>\\\\n\\\\n<b-modal ref=\\\\\\\"addTrackingModal\\\\\\\" title=\\\\\\\"Add Tracking\\\\\\\" hide-footer hide-backdrop header-class=\\\\\\\"p-3 pr-3 pl-3 border-primary\\\\\\\">\\\\n  <b-form-group label=\\\\\\\"Shipping Carrier\\\\\\\" label-for=\\\\\\\"shippingCarrier\\\\\\\">\\\\n    <b-form-input id=\\\\\\\"shippingCarrier\\\\\\\" v-model=\\\\\\\"shippingCarrier\\\\\\\" placeholder=\\\\\\\"Enter shipping carrier\\\\\\\"></b-form-input>\\\\n  </b-form-group>\\\\n\\\\n  <b-form-group label=\\\\\\\"Tracking Number\\\\\\\" label-for=\\\\\\\"trackingNumber\\\\\\\">\\\\n    <b-form-input id=\\\\\\\"trackingNumber\\\\\\\" v-model=\\\\\\\"trackingNumber\\\\\\\" placeholder=\\\\\\\"Enter tracking number\\\\\\\"></b-form-input>\\\\n  </b-form-group>\\\\n\\\\n  <b-form-group label=\\\\\\\"Tracking Url\\\\\\\" label-for=\\\\\\\"trackingUrl\\\\\\\">\\\\n    <b-form-input id=\\\\\\\"trackingUrl\\\\\\\" v-model=\\\\\\\"trackingUrl\\\\\\\" placeholder=\\\\\\\"Enter tracking url\\\\\\\"></b-form-input>\\\\n  </b-form-group>\\\\n\\\\n  <b-button variant=\\\\\\\"secondary\\\\\\\" @click=\\\\\\\"closeAddTrackingModal\\\\\\\">\\\\n    Cancel\\\\n  </b-button>\\\\n  <b-button  variant=\\\\\\\"primary\\\\\\\" @click=\\\\\\\"saveTracking(singleOrderData.id)\\\\\\\"><span v-if=\\\\\\\"save_tracking_loading\\\\\\\" class=\\\\\\\"spinner-border spinner-border-sm ml-0\\\\\\\" role=\\\\\\\"status\\\\\\\" aria-hidden=\\\\\\\"true\\\\\\\"></span>\\\\n  Save</b-button>\\\\n</b-modal>\\\",\\\"profile\\\":\\\"<div class=\\\\\\\"profile-page-container\\\\\\\">\\\\n    <b-tabs pills content-class=\\\\\\\"container-margin\\\\\\\" class=\\\\\\\"position-relative\\\\\\\" align=\\\\\\\"center\\\\\\\">\\\\n        <b-tab class=\\\\\\\"mb-4 \\\\\\\" variant=\\\\\\\"outline-primary\\\\\\\" :title=\\\\\\\"'Bio'\\\\\\\" @click=\\\\\\\"editProfile\\\\\\\">\\\\n            <div class=\\\\\\\"profile-bio-container mx-auto mt-5\\\\\\\">\\\\n                <b-row>\\\\n                    <b-col md=\\\\\\\"6\\\\\\\" class=\\\\\\\"mb-5 d-flex flex-column\\\\\\\">\\\\n                        <label for=\\\\\\\"phone_number\\\\\\\">Phone Number</label>\\\\n                        <input name=\\\\\\\"phone_number\\\\\\\" placeholder=\\\\\\\"Phone Number\\\\\\\" v-model=\\\\\\\"editProfileData.phone_number\\\\\\\" style=\\\\\\\"width: 90%\\\\\\\"/>\\\\n                    </b-col>\\\\n                    <b-col md=\\\\\\\"6\\\\\\\" class=\\\\\\\"mb-5 d-flex flex-column\\\\\\\">\\\\n                        <label for=\\\\\\\"email\\\\\\\">Email</label>\\\\n                        <input name=\\\\\\\"email\\\\\\\" placeholder=\\\\\\\"Email\\\\\\\" style=\\\\\\\"width: 90%\\\\\\\" v-model=\\\\\\\"editProfileData.email\\\\\\\" disabled/>\\\\n                    </b-col>\\\\n                    <b-col md=\\\\\\\"6\\\\\\\" class=\\\\\\\"mb-5 d-flex flex-column\\\\\\\">\\\\n                        <label for=\\\\\\\"country\\\\\\\">Country</label>\\\\n                        <select class='m-0 w-90' name=\\\\\\\"country\\\\\\\" v-model=\\\\\\\"editProfileData.country\\\\\\\" @change=\\\\\\\"fetchStates('edit_profile')\\\\\\\" :disabled=\\\\\\\"loading\\\\\\\" required>\\\\n                            <option value=\\\\\\\"\\\\\\\" disabled selected>Country</option>\\\\n                            <option v-for=\\\\\\\"country in countries\\\\\\\" :key=\\\\\\\"country.id\\\\\\\" :value=\\\\\\\"country.code\\\\\\\">$% country.name %</option>\\\\n                        </select>\\\\n                    </b-col>\\\\n                    <b-col md=\\\\\\\"6\\\\\\\" class=\\\\\\\"mb-5 d-flex flex-column\\\\\\\">\\\\n                        <label for=\\\\\\\"state\\\\\\\">State</label>\\\\n                        <select class='m-0' style=\\\\\\\"width: 90%\\\\\\\" name=\\\\\\\"state\\\\\\\" v-model=\\\\\\\"editProfileData.state\\\\\\\" required>\\\\n                            <option value=\\\\\\\"\\\\\\\" disabled selected>State</option>\\\\n                            <option v-for=\\\\\\\"state in states\\\\\\\" :key=\\\\\\\"state.id\\\\\\\" :value=\\\\\\\"state.code\\\\\\\">$% state.title %</option>\\\\n                        </select>\\\\n                    </b-col>\\\\n                    <b-col md=\\\\\\\"6\\\\\\\" class=\\\\\\\"mb-5 d-flex flex-column\\\\\\\">\\\\n                        <label for=\\\\\\\"City\\\\\\\">City</label>\\\\n                        <input name=\\\\\\\"city\\\\\\\" placeholder=\\\\\\\"City\\\\\\\" v-model=\\\\\\\"editProfileData.city\\\\\\\" style=\\\\\\\"width: 90%\\\\\\\" required/>\\\\n                    </b-col>\\\\n                    <b-col md=\\\\\\\"6\\\\\\\" class=\\\\\\\"mb-5 d-flex flex-column\\\\\\\">\\\\n                        <label for=\\\\\\\"zip-code\\\\\\\">Zip Code</label>\\\\n                        <input name=\\\\\\\"zip-code\\\\\\\" placeholder=\\\\\\\"Zip Code\\\\\\\" v-model=\\\\\\\"editProfileData.pin_code\\\\\\\" style=\\\\\\\"width: 90%\\\\\\\" required/>\\\\n                    </b-col>\\\\n                    <b-col xs=\\\\\\\"4\\\\\\\" class=\\\\\\\"mb-5\\\\\\\">\\\\n                        <button class=\\\\\\\"profile-bio-save-btn\\\\\\\" @click=\\\\\\\"updateProfile\\\\\\\">Save</button>\\\\n                    </b-col>\\\\n                </b-row>\\\\n                \\\\n            </div>\\\\n        </b-tab>\\\\n        <b-tab class=\\\\\\\"mb-4 \\\\\\\" variant=\\\\\\\"outline-primary\\\\\\\" :title=\\\\\\\"'Payment Methods'\\\\\\\" @click=\\\\\\\"getPaymentMethodDetails\\\\\\\">\\\\n            <div class=\\\\\\\"profile-payment-details-containers mx-auto mt-5\\\\\\\">\\\\n                <div class=\\\\\\\"my-5 text-center profile-payment-details-title\\\\\\\">\\\\n                    <h2>Enter your bank account details</h2>\\\\n                </div>\\\\n                <div>\\\\n                    <div>\\\\n                        <b-row>\\\\n                            <b-col md=\\\\\\\"6\\\\\\\" class=\\\\\\\"mb-5 d-flex flex-column\\\\\\\">\\\\n                                <label for=\\\\\\\"payment-method\\\\\\\">Payment Method</label>\\\\n                                <select class='m-0 w-90' v-model=\\\\\\\"paymentMethod.payment_method\\\\\\\" required>\\\\n                                    <option value=\\\\\\\"\\\\\\\" disabled selected>Payment Method</option>\\\\n                                    <option v-for=\\\\\\\"method in paymentMethodOptions\\\\\\\" :key=\\\\\\\"method.value\\\\\\\" :value=\\\\\\\"method.value\\\\\\\">$% method.text %</option>\\\\n                                </select>\\\\n                            </b-col>\\\\n                            <b-col md=\\\\\\\"6\\\\\\\" class=\\\\\\\"mb-5 d-flex flex-column\\\\\\\">\\\\n                                <label for=\\\\\\\"nick-name\\\\\\\">Nick Name</label>\\\\n                                <input name=\\\\\\\"nick-name\\\\\\\" class=\\\\\\\"nick-name w-90\\\\\\\" placeholder=\\\\\\\"Nick Name\\\\\\\" v-model=\\\\\\\"paymentMethod.nick_name\\\\\\\" required/>\\\\n                            </b-col>\\\\n                            <b-col md=\\\\\\\"6\\\\\\\" class=\\\\\\\"mb-5 d-flex flex-column\\\\\\\">\\\\n                                <label>Account Owner Name<span style=\\\\\\\"font-size: 12px; font-weight: 400;\\\\\\\">(Should be same with your bank account name)</span></label>\\\\n                                <input name=\\\\\\\"phone-number\\\\\\\" style=\\\\\\\"width: 90%\\\\\\\" placeholder=\\\\\\\"Account Owner Name\\\\\\\" v-model=\\\\\\\"paymentMethod.account_name\\\\\\\" required/>\\\\n                            </b-col>\\\\n                            <b-col md=\\\\\\\"6\\\\\\\" class=\\\\\\\"mb-5 d-flex flex-column\\\\\\\">\\\\n                                <label>Account Number</label>\\\\n                                <input name=\\\\\\\"phone-number\\\\\\\" style=\\\\\\\"width: 90%\\\\\\\" placeholder=\\\\\\\"Account Number\\\\\\\" v-model=\\\\\\\"paymentMethod.account_number\\\\\\\" required/>\\\\n                            </b-col>\\\\n                            <b-col md=\\\\\\\"6\\\\\\\" class=\\\\\\\"mb-5 d-flex flex-column\\\\\\\">\\\\n                                <label>IFSC Code</label>\\\\n                                <input name=\\\\\\\"ifsc-code\\\\\\\" placeholder=\\\\\\\"Zip Code\\\\\\\" v-model=\\\\\\\"paymentMethod.sort_code\\\\\\\" style=\\\\\\\"width: 90%\\\\\\\"/>\\\\n                            </b-col>\\\\n                            <b-col md=\\\\\\\"6\\\\\\\" class=\\\\\\\"mb-5 d-flex flex-column\\\\\\\">\\\\n                                <label>Bank Name</label>\\\\n                                <input name=\\\\\\\"bank-name\\\\\\\" placeholder=\\\\\\\"Bank Name\\\\\\\" v-model=\\\\\\\"paymentMethod.bank_company_name\\\\\\\" style=\\\\\\\"width: 90%\\\\\\\"/>\\\\n                            </b-col>\\\\n                        </b-row>\\\\n                    </div>\\\\n                    <div>\\\\n                        <div class=\\\\\\\"mb-5\\\\\\\">\\\\n                            <button class=\\\\\\\"profile-payment-details-save-btn\\\\\\\" @click=\\\\\\\"savePaymentMethod\\\\\\\">Save</button>\\\\n                        </div>\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </b-tab>\\\\n    </b-tabs>\\\\n</div>\\\"},\\\"unpublished_c2c_css\\\":\\\"/* Write your css here */\\\\n  .products_list_container {\\\\n      background-color: red;\\\\n  }\\\",\\\"published_c2c_css\\\":\\\"/* Write your css here */\\\\n  .products_list_container {\\\\n      background-color: red;\\\\n  }\\\",\\\"publish_c2c_pending\\\":false}\",\n                    \"published_and_unpublished_c2c_code_last_version\": \"{\\\"published_c2c_css\\\":\\\"/* Write your css here */\\\\n  .products_list_container {\\\\n      background-color: red;\\\\n  }\\\",\\\"published_c2c_template\\\":{\\\"registration_page_template\\\":\\\"<div id=\\\\\\\"app\\\\\\\">\\\\n<h1>Hello registration</h1>\\\\n        <div class=\\\\\\\"c2c-registration-page-container\\\\\\\">\\\\n            <div class=\\\\\\\"d-flex flex-column text-center c2c-register-cta-text\\\\\\\">\\\\n                <h1 class=\\\\\\\"c2c-register-cta-header\\\\\\\">Complete your Seller Account</h1>\\\\n                <p>Hi {{ $customerData[\\\\\\\"first_name\\\\\\\"]}}, please fill in the required info to start selling on {{ $shop->name}}</p>\\\\n            </div>\\\\n            <div class=\\\\\\\"c2c-form-container mt-4 d-flex justify-content-center\\\\\\\">\\\\n                <form @submit.prevent=\\\\\\\"registerVendor\\\\\\\">\\\\n                    <div class=\\\\\\\"d-flex flex-column c2c-registration-general-info\\\\\\\">\\\\n                        <div class=\\\\\\\"d-flex align-items-center\\\\\\\">\\\\n                            <label for=\\\\\\\"first-name\\\\\\\" class=\\\\\\\"m-0\\\\\\\">First Name: </label>\\\\n                            <input name=\\\\\\\"first-name\\\\\\\" value=\\\\\\\"{{$customerData[\\\\\\\"first_name\\\\\\\"]}}\\\\\\\" disabled/>\\\\n                        </div>\\\\n                        <div class=\\\\\\\"d-flex align-items-center\\\\\\\">\\\\n                            <label class=\\\\\\\"m-0\\\\\\\" for=\\\\\\\"first-name\\\\\\\">Last Name: </label>\\\\n                            <input name=\\\\\\\"first-name\\\\\\\" value=\\\\\\\"{{$customerData[\\\\\\\"last_name\\\\\\\"]}}\\\\\\\" disabled/>\\\\n                        </div>\\\\n                        <div class=\\\\\\\"d-flex align-items-center\\\\\\\">\\\\n                            <label class=\\\\\\\"m-0\\\\\\\">Email: </label>\\\\n                            <p class=\\\\\\\"m-0\\\\\\\">{{$shopifyLoggedInCustomerEmail}}</p>\\\\n                            <span class=\\\\\\\"ml-3\\\\\\\">Can\\\\u2019t be edited</span>\\\\n                        </div>\\\\n                    <div>\\\\n                    <div class=\\\\\\\"c2c-main-registration-input-fields\\\\\\\">\\\\n                        <div>\\\\n                            <input name=\\\\\\\"phone-number\\\\\\\" class=\\\\\\\"st-input\\\\\\\" placeholder=\\\\\\\"+44 Phone Number\\\\\\\" v-model=\\\\\\\"phone_number\\\\\\\" required/>\\\\n                        </div>\\\\n                        <div>\\\\n                            <input name=\\\\\\\"street-address\\\\\\\" class=\\\\\\\"st-input\\\\\\\" placeholder=\\\\\\\"Street Address\\\\\\\" required/>\\\\n                        </div>\\\\n                        <div>\\\\n                            <input name=\\\\\\\"building-number\\\\\\\" class=\\\\\\\"st-input\\\\\\\" placeholder=\\\\\\\"Building Number\\\\\\\" required/>\\\\n                        </div>\\\\n                        <div>\\\\n                            <b-row>\\\\n                                <b-col sm=\\\\\\\"6\\\\\\\" class=\\\\\\\"mb-5\\\\\\\">\\\\n                                    <select class=\\\\\\\"register-input m-0 w-90\\\\\\\" v-model=\\\\\\\"selectedCountry\\\\\\\" @change=\\\\\\\"fetchStates\\\\\\\" :disabled=\\\\\\\"loading\\\\\\\" required>\\\\n                                        <option value=\\\\\\\"\\\\\\\" disabled selected>Country</option>\\\\n                                        <option v-for=\\\\\\\"country in countries\\\\\\\" :key=\\\\\\\"country.id\\\\\\\" :value=\\\\\\\"country.code\\\\\\\">$% country.name %</option>\\\\n                                    </select>\\\\n                                </b-col>\\\\n                                <b-col sm=\\\\\\\"6\\\\\\\" class=\\\\\\\"mb-5\\\\\\\">\\\\n                                    <select class=\\\\\\\"register-input m-0 w-90\\\\\\\" required>\\\\n                                        <option value=\\\\\\\"\\\\\\\" disabled selected>State</option>\\\\n                                        <option v-for=\\\\\\\"state in states\\\\\\\" :key=\\\\\\\"state.id\\\\\\\" :value=\\\\\\\"state.code\\\\\\\">$% state.title %</option>\\\\n                                    </select>\\\\n                                </b-col>\\\\n                                <b-col sm=\\\\\\\"6\\\\\\\" class=\\\\\\\"mb-5\\\\\\\">\\\\n                                    <input name=\\\\\\\"city\\\\\\\" placeholder=\\\\\\\"City\\\\\\\" v-model=\\\\\\\"city\\\\\\\" class=\\\\\\\"w-90\\\\\\\" required/>\\\\n                                </b-col>\\\\n                                <b-col sm=\\\\\\\"6\\\\\\\" class=\\\\\\\"mb-5\\\\\\\">\\\\n                                    <input name=\\\\\\\"zip-code\\\\\\\" placeholder=\\\\\\\"Zip Code\\\\\\\" v-model=\\\\\\\"pincode\\\\\\\" class=\\\\\\\"w-90\\\\\\\" required/>\\\\n                                </b-col>\\\\n                            </b-row>\\\\n                        </div>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"d-flex justify-content-center align-items-start c2c-setas-default-pickup-option\\\\\\\">\\\\n                        <input type=\\\\\\\"checkbox\\\\\\\" name=\\\\\\\"default-pickup\\\\\\\" id=\\\\\\\"default-pickup\\\\\\\">\\\\n                        <label for=\\\\\\\"default-pickup\\\\\\\">Set this as default location for pickup</label>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"d-flex justify-content-center align-items-center\\\\\\\">\\\\n                        <button class=\\\\\\\"c2c-register-vendor-btn\\\\\\\" typel=\\\\\\\"submit\\\\\\\">\\\\n                            Send Approval Request\\\\n                        </button>\\\\n                    </div>\\\\n                </form>\\\\n            </div>\\\\n        </div>\\\\n    <div>\\\",\\\"orders_list\\\":\\\"<div class=\\\\\\\"mt-5\\\\\\\">\\\\n  <div v-for=\\\\\\\"item in orders\\\\\\\" :key=\\\\\\\"item.id\\\\\\\">\\\\n    <b-card class=\\\\\\\"text-center shadow-sm mb-4 order_list_card\\\\\\\" >\\\\n      <div class=\\\\\\\"\\\\\\\">\\\\n        <b-row>\\\\n          <b-col sm=\\\\\\\"10\\\\\\\">\\\\n            <b-row>\\\\n              <b-col md=\\\\\\\"2\\\\\\\" class=\\\\\\\"c2c_order_id\\\\\\\"  align-self=\\\\\\\"center\\\\\\\">\\\\n                <div class=\\\\\\\"mb-3 \\\\\\\">Order Id</div>\\\\n                <div class=\\\\\\\"bold\\\\\\\"> #$% item.order_number %</div>\\\\n              </b-col>\\\\n              <b-col md=\\\\\\\"2\\\\\\\" class=\\\\\\\"c2c_order_date\\\\\\\"  align-self=\\\\\\\"center\\\\\\\">\\\\n                <div class=\\\\\\\"mb-3 \\\\\\\">Date</div>\\\\n                <div class=\\\\\\\"bold\\\\\\\">$% formatDate(item.processed_at) %</div>\\\\n\\\\n              </b-col>\\\\n              <b-col md=\\\\\\\"2\\\\\\\"  align-self=\\\\\\\"center\\\\\\\">\\\\n                <b-carousel\\\\n                  id=\\\\\\\"carousel-1\\\\\\\"\\\\n                  v-model=\\\\\\\"slide\\\\\\\"\\\\n                  :interval=\\\\\\\"4000\\\\\\\"\\\\n                  controls\\\\n                  \\\\n                  background=\\\\\\\"#ababab\\\\\\\"\\\\n                  img-width=\\\\\\\"1024\\\\\\\"\\\\n                  img-height=\\\\\\\"480\\\\\\\"\\\\n                  style=\\\\\\\"text-shadow: 1px 1px 2px #333;\\\\\\\"\\\\n                  @sliding-start=\\\\\\\"onSlideStart\\\\\\\"\\\\n                  @sliding-end=\\\\\\\"onSlideEnd\\\\\\\"\\\\n                >\\\\n                  <b-carousel-slide v-bind:key=\\\\\\\"i\\\\\\\" v-for=\\\\\\\"(image, i) in item.variant_images\\\\\\\">\\\\n                    <template #img>\\\\n                      <img\\\\n                        class=\\\\\\\"d-block\\\\\\\"\\\\n                        style=\\\\\\\"width: 100%; height: 100px; object-fit: cover;\\\\\\\"\\\\n                        :src=\\\\\\\"(image.variant && image.variant.image_link) ? image.variant.image_link : 'https://www.freeiconspng.com/thumbs/no-image-icon/no-image-icon-15.png'\\\\\\\"\\\\n                      >\\\\n                    </template>\\\\n                  </b-carousel-slide>\\\\n                </b-carousel>\\\\n              </b-col>\\\\n              <b-col md=\\\\\\\"2\\\\\\\"  align-self=\\\\\\\"center\\\\\\\" class=\\\\\\\"c2c_order_id_and_date justify-content-between p-3\\\\\\\">\\\\n                <div class=\\\\\\\"mb-3 bold mr-4\\\\\\\"> #$% item.order_number %</div>\\\\n                <div class=\\\\\\\"\\\\\\\">$% formatDate(item.processed_at) %</div>\\\\n              </b-col>\\\\n              <b-col md=\\\\\\\"2\\\\\\\" align-self=\\\\\\\"center\\\\\\\" class=\\\\\\\"c2c_order_detail\\\\\\\">\\\\n                <div class=\\\\\\\"mb-3 \\\\\\\">Order Value</div>\\\\n                <div class=\\\\\\\"bold\\\\\\\"> $%(item.currency_country && item.currency_country.currency_symbol) ? item.currency_country.currency_symbol : item.currency % $% item.payment %</div>\\\\n              </b-col>\\\\n              <b-col md=\\\\\\\"2\\\\\\\" align-self=\\\\\\\"center\\\\\\\" class=\\\\\\\"c2c_order_detail\\\\\\\">\\\\n                <div class=\\\\\\\"mb-3 \\\\\\\">Payment Status</div>\\\\n                <div class=\\\\\\\"bold\\\\\\\"> $% item.financial_status %</div>\\\\n              </b-col>\\\\n              <b-col md=\\\\\\\"2\\\\\\\" align-self=\\\\\\\"center\\\\\\\" class=\\\\\\\"c2c_order_detail\\\\\\\">\\\\n                <div class=\\\\\\\"mb-3 \\\\\\\">Order Status</div>\\\\n                <div class=\\\\\\\"bold\\\\\\\">$% item.order_sequence_name %</div>\\\\n              </b-col>\\\\n            </b-row> \\\\n          </b-col>\\\\n          <b-col md=\\\\\\\"2\\\\\\\" align-self=\\\\\\\"center\\\\\\\" class=\\\\\\\"pointer\\\\\\\" @click=\\\\\\\"openOrdersTab('OrderDetailsPage', item.id)\\\\\\\">\\\\n            <div class=\\\\\\\"c2c-card-icon-visiblity\\\\\\\">\\\\n              <b-icon class=\\\\\\\"h1\\\\\\\" icon=\\\\\\\"arrow-up-right-square\\\\\\\"></b-icon>\\\\n            </div>\\\\n            <div class=\\\\\\\"c2c-card-text-visiblity mt-3 float-right\\\\\\\">\\\\n              <b-link href=\\\\\\\"#foo\\\\\\\">View Order</b-link>\\\\n            </div>\\\\n          </b-col>\\\\n        </b-row> \\\\n      </div>\\\\n    </b-card>\\\\n  </div>\\\\n</div>\\\",\\\"order_details\\\":\\\"<b-row v-if=\\\\\\\"!loading\\\\\\\" class=\\\\\\\" d-flex align-items-center order_details_container\\\\\\\">\\\\n     <b-col lg=\\\\\\\"9\\\\\\\" class=\\\\\\\"\\\\\\\" align=\\\\\\\"left\\\\\\\">\\\\n        <div>\\\\n            <b-row>\\\\n              <b-button size=\\\\\\\"xs\\\\\\\" variant=\\\\\\\"light\\\\\\\" class=\\\\\\\" top-left-button-container mr-1\\\\\\\" @click=\\\\\\\"routeBack\\\\\\\"><i class=\\\\\\\"fa fa-chevron-left\\\\\\\" ></i></b-button>\\\\n            </b-row>\\\\n            <b-row class=\\\\\\\"p-4 align-items-center\\\\\\\">\\\\n               <b-col sm=\\\\\\\"6\\\\\\\" class=\\\\\\\"m-0\\\\\\\" >\\\\n                 <h3 class=\\\\\\\"bold\\\\\\\">#$% singleOrderData.order_number %</h3>\\\\n               </b-col>\\\\n               <b-col sm=\\\\\\\"6\\\\\\\" class=\\\\\\\"d-flex justify-content-end align-items-center\\\\\\\" align=\\\\\\\"right\\\\\\\">\\\\n                  <div>\\\\n                    <b-button v-if=\\\\\\\"!singleOrderData.awb_label && !singleOrderData.generating_awb\\\\\\\" size=\\\\\\\"lg\\\\\\\" @click=\\\\\\\"openAddTrackingModal\\\\\\\" class=\\\\\\\"float-right mr-3  btn-styling\\\\\\\" variant=\\\\\\\"dark\\\\\\\">Add Tracking</b-button>\\\\n                    <b-button v-else size=\\\\\\\"lg\\\\\\\" @click=\\\\\\\"openAddTrackingModal\\\\\\\" class=\\\\\\\"float-right mr-3 btn-styling\\\\\\\" variant=\\\\\\\"dark\\\\\\\">Edit Tracking</b-button>\\\\n                  </div>\\\\n                 <div>\\\\n                  <span v-if=\\\\\\\"order_status_change_loading === singleOrderData.id\\\\\\\" style=\\\\\\\"width: 1.5rem; height:1.5rem;\\\\\\\" class=\\\\\\\"spinner-border spinner-border-sm ml-0\\\\\\\" role=\\\\\\\"status\\\\\\\" aria-hidden=\\\\\\\"true\\\\\\\"></span>\\\\n                  <b-dropdown :id=\\\\\\\"'dropdown-' + singleOrderData.id\\\\\\\" :text=\\\\\\\"singleOrderData.order_sequence_name\\\\\\\" variant=\\\\\\\"primary\\\\\\\" class=\\\\\\\"m-md-2 order_actions_container\\\\\\\">\\\\n                    <b-dropdown-item @click=\\\\\\\"performOrderAction(singleOrderData.id, 'new-order')\\\\\\\" class=\\\\\\\"status_new_order\\\\\\\" :class=\\\\\\\"{ 'active': singleOrderData.order_sequence_name === 'New Orders' }\\\\\\\">\\\\n                      <span v-if=\\\\\\\"order_status_change_loading === singleOrderData.id\\\\\\\" class=\\\\\\\"spinner-border spinner-border-sm ml-0\\\\\\\" role=\\\\\\\"status\\\\\\\" aria-hidden=\\\\\\\"true\\\\\\\"></span>\\\\n                      New Order\\\\n                    </b-dropdown-item>\\\\n                    \\\\n                    <b-dropdown-item @click=\\\\\\\"performOrderAction(singleOrderData.id, 'confirmed')\\\\\\\" class=\\\\\\\"status_confirmed\\\\\\\" :class=\\\\\\\"{ 'active': singleOrderData.order_sequence_name === 'Confirmed' }\\\\\\\">\\\\n                      <span v-if=\\\\\\\"order_status_change_loading === singleOrderData.id\\\\\\\" class=\\\\\\\"spinner-border spinner-border-sm ml-0\\\\\\\" role=\\\\\\\"status\\\\\\\" aria-hidden=\\\\\\\"true\\\\\\\"></span>\\\\n                      Confirmed\\\\n                    </b-dropdown-item>\\\\n\\\\n                    <b-dropdown-item @click=\\\\\\\"performOrderAction(singleOrderData.id, 'in-transit')\\\\\\\" class=\\\\\\\"status_intransit\\\\\\\" :class=\\\\\\\"{ 'active': singleOrderData.order_sequence_name === 'In Transit' }\\\\\\\">\\\\n                      <span v-if=\\\\\\\"order_status_change_loading === singleOrderData.id\\\\\\\" class=\\\\\\\"spinner-border spinner-border-sm ml-0\\\\\\\" role=\\\\\\\"status\\\\\\\" aria-hidden=\\\\\\\"true\\\\\\\"></span>\\\\n                      In-transit\\\\n                    </b-dropdown-item>\\\\n\\\\n                    <b-dropdown-item @click=\\\\\\\"performOrderAction(singleOrderData.id, 'delivered')\\\\\\\" class=\\\\\\\"status_delivered\\\\\\\" :class=\\\\\\\"{ 'active': singleOrderData.order_sequence_name === 'Delivered' }\\\\\\\">\\\\n                      <span v-if=\\\\\\\"order_status_change_loading === singleOrderData.id\\\\\\\" class=\\\\\\\"spinner-border spinner-border-sm ml-0\\\\\\\" role=\\\\\\\"status\\\\\\\" aria-hidden=\\\\\\\"true\\\\\\\"></span>\\\\n                      Delivered\\\\n                    </b-dropdown-item>\\\\n\\\\n                    <b-dropdown-item @click=\\\\\\\"performOrderAction(singleOrderData.id, 'cancelled')\\\\\\\" class=\\\\\\\"status_cancelled\\\\\\\" :class=\\\\\\\"{ 'active': singleOrderData.order_sequence_name === 'cancelled' }\\\\\\\">\\\\n                      <span v-if=\\\\\\\"order_status_change_loading === singleOrderData.id\\\\\\\" class=\\\\\\\"spinner-border spinner-border-sm ml-0\\\\\\\" role=\\\\\\\"status\\\\\\\" aria-hidden=\\\\\\\"true\\\\\\\"></span>\\\\n                      Cancelled\\\\n                    </b-dropdown-item>\\\\n\\\\n                    <b-dropdown-item @click=\\\\\\\"performOrderAction(singleOrderData.id, 'returned')\\\\\\\" class=\\\\\\\"status_returned\\\\\\\" :class=\\\\\\\"{ 'active': singleOrderData.order_sequence_name === 'RTO' }\\\\\\\">\\\\n                      <span v-if=\\\\\\\"order_status_change_loading === singleOrderData.id\\\\\\\" class=\\\\\\\"spinner-border spinner-border-sm ml-0\\\\\\\" role=\\\\\\\"status\\\\\\\" aria-hidden=\\\\\\\"true\\\\\\\"></span>\\\\n                      Returned\\\\n                    </b-dropdown-item>\\\\n\\\\n                  </b-dropdown>\\\\n                </div>\\\\n               </b-col>\\\\n           </b-row> \\\\n            <b-card class=\\\\\\\"text-left p-3\\\\\\\" title=\\\\\\\"\\\\\\\">\\\\n                <div class=\\\\\\\"mb-4\\\\\\\">\\\\n                  <!-- <span class=\\\\\\\"bold\\\\\\\">Delivery Method: </span>\\\\n                  <span> Shipping</span> -->\\\\n\\\\n                  <div class=\\\\\\\"text-bottom\\\\\\\">\\\\n                    <div v-if=\\\\\\\"singleOrderData.generating_awb\\\\\\\">\\\\n                      Generating\\\\n                      <span class=\\\\\\\"spinner-border spinner-border-sm ml-0\\\\\\\"  role=\\\\\\\"status\\\\\\\" aria-hidden=\\\\\\\"true\\\\\\\"></span>\\\\n                    </div>\\\\n                    <div v-if=\\\\\\\"singleOrderData.awb_label || singleOrderData.generating_awb\\\\\\\">\\\\n                      <div v-if=\\\\\\\"singleOrderData.shipping_provider\\\\\\\">\\\\n                        <span class=\\\\\\\"text-uppercase\\\\\\\">$% singleOrderData.shipping_provider %</span><br/>\\\\n                      </div>\\\\n                      <div v-if=\\\\\\\"singleOrderData.awb_custom_courier_name\\\\\\\">\\\\n                        <span>$% singleOrderData.awb_custom_courier_name %</span> <br/>\\\\n                      </div>\\\\n                      <div v-if=\\\\\\\"singleOrderData.awb !== null\\\\\\\">\\\\n                        <span  class=\\\\\\\"p-0 m-0\\\\\\\"><a class=\\\\\\\"p-0 text-primary\\\\\\\" size=\\\\\\\"xs\\\\\\\" variant=\\\\\\\"link\\\\\\\" target=\\\\\\\"_blank\\\\\\\" :href=\\\\\\\"singleOrderData.tracking_link ? singleOrderData.tracking_link : '#'\\\\\\\" tag=\\\\\\\"a\\\\\\\">$% singleOrderData.awb %</a></span><br />\\\\n                      </div>\\\\n                      <div v-else-if=\\\\\\\"singleOrderData.awb\\\\\\\">\\\\n                        <span  class=\\\\\\\"p-0 m-0\\\\\\\">$% singleOrderData.awb %</span><br />\\\\n                      </div>\\\\n                      \\\\n                    </div>\\\\n                  </div>\\\\n                  \\\\n                </div>\\\\n                <b-row class=\\\\\\\"mb-4 line_item_order_title_container only_visisble_on_desktop \\\\\\\">\\\\n                  <b-col lg=\\\\\\\"2\\\\\\\" class=\\\\\\\" d-flex\\\\\\\">\\\\n                  </b-col>\\\\n                  <b-col lg=\\\\\\\"3\\\\\\\" class=\\\\\\\" d-flex\\\\\\\">\\\\n                  </b-col>\\\\n                  <b-col lg=\\\\\\\"2\\\\\\\" class=\\\\\\\" d-flex\\\\\\\">\\\\n                  </b-col>\\\\n                  <b-col  class=\\\\\\\"d-flex justify-content-start \\\\\\\">\\\\n                    Product Price\\\\n                  </b-col>\\\\n                  <b-col  class=\\\\\\\"d-flex justify-content-start \\\\\\\">\\\\n                    Your earnings\\\\n                  </b-col>\\\\n                </b-row>\\\\n                <div  v-for=\\\\\\\"(item, i) in singleOrderData.line_items\\\\\\\" :key=\\\\\\\"item.id\\\\\\\" class=\\\\\\\"text-center\\\\\\\" >\\\\n                  <b-row>\\\\n                    <b-col sm=\\\\\\\"12\\\\\\\">\\\\n                      <b-row class=\\\\\\\"orders_items_container mt-4\\\\\\\">\\\\n                        <b-col lg=\\\\\\\"2\\\\\\\" class=\\\\\\\"mb-4\\\\\\\">\\\\n                          <b-carousel\\\\n                            id=\\\\\\\"carousel-1\\\\\\\"\\\\n                            v-model=\\\\\\\"slide\\\\\\\"\\\\n                            :interval=\\\\\\\"4000\\\\\\\"\\\\n                            controls\\\\n\\\\n                            background=\\\\\\\"#ababab\\\\\\\"\\\\n                            img-width=\\\\\\\"1024\\\\\\\"\\\\n                            img-height=\\\\\\\"480\\\\\\\"\\\\n                            style=\\\\\\\"text-shadow: 1px 1px 2px #333;\\\\\\\"\\\\n                            @sliding-start=\\\\\\\"onSlideStart\\\\\\\"\\\\n                            @sliding-end=\\\\\\\"onSlideEnd\\\\\\\"\\\\n                          >\\\\n                            <b-carousel-slide v-bind:key=\\\\\\\"i\\\\\\\">\\\\n                              <template #img>\\\\n                                  <img\\\\n                                    class=\\\\\\\"d-block\\\\\\\"\\\\n                                    style=\\\\\\\"width: 100%; height: 100px; object-fit: cover;\\\\\\\"\\\\n                                    :src=\\\\\\\"(item.variant && item.variant.image_link) ? item.variant.image_link : 'https://www.freeiconspng.com/thumbs/no-image-icon/no-image-icon-15.png'\\\\\\\"\\\\n                                  >                                \\\\n                              </template>\\\\n                            </b-carousel-slide>\\\\n                          </b-carousel>\\\\n\\\\n                        </b-col>\\\\n                        <b-col sm=\\\\\\\"12\\\\\\\" lg=\\\\\\\"3\\\\\\\" class=\\\\\\\"mb-4\\\\\\\">\\\\n                          <div class=\\\\\\\"bold\\\\\\\">$% item.title %</div>\\\\n                        </b-col>\\\\n                        <b-col lg=\\\\\\\"3\\\\\\\" class=\\\\\\\"\\\\\\\">\\\\n                          <div class=\\\\\\\"align-to-end-on-mobile\\\\\\\"> $%(singleOrderData.currency_country && singleOrderData.currency_country.currency_symbol) ? singleOrderData.currency_country.currency_symbol : singleOrderData.currency % $% item.o_line_total_value % x $% item.billable_quantity %</div>\\\\n                        </b-col>\\\\n                        <b-col lg=\\\\\\\"2\\\\\\\" class=\\\\\\\"\\\\\\\">\\\\n                          <div class=\\\\\\\"d-flex justify-content-between\\\\\\\"><span class=\\\\\\\"only_visisble_on_mobile\\\\\\\">Product Price: </span> $%(singleOrderData.currency_country && singleOrderData.currency_country.currency_symbol) ? singleOrderData.currency_country.currency_symbol : singleOrderData.currency % $% item.o_line_total_value %</div>\\\\n                        </b-col>\\\\n                        <b-col lg=\\\\\\\"2\\\\\\\" class=\\\\\\\"\\\\\\\">\\\\n                          <div class=\\\\\\\"d-flex justify-content-between\\\\\\\">\\\\n                            <span class=\\\\\\\"only_visisble_on_mobile\\\\\\\">Your earnings: </span>\\\\n                            <span>\\\\n                              $% userData && userData.default_shop\\\\n                                ? userData.default_shop.currency_country\\\\n                                ? userData.default_shop.currency_country.currency_symbol\\\\n                                : userData.default_shop.currency\\\\n                                : ' ' %\\\\n                                  $%  item.o_line_price  - ((singleOrderData.company.global_commission / 100 * item.o_line_price ) +  singleOrderData.company.global_fixed_commission)  %\\\\n                                <i class=\\\\\\\"fa fa-info-circle\\\\\\\"  v-b-popover.hover.html=\\\\\\\"popoverMethodForCommission(\\\\n                                  item.title,\\\\n                                  singleOrderData.company.global_commission !== null ? singleOrderData.company.global_commission : '0', \\\\n                                  userData && userData.default_shop\\\\n                                  ? userData.default_shop.currency_country\\\\n                                  ? userData.default_shop.currency_country.currency_symbol\\\\n                                  : userData.default_shop.currency\\\\n                                  : ' ', \\\\n                                  item.o_line_price  - ((singleOrderData.company.global_commission / 100 * item.o_line_price ) +  singleOrderData.company.global_fixed_commission) )\\\\\\\"\\\\n                                  title=\\\\\\\"\\\\\\\"\\\\n                                  aria-hidden=\\\\\\\"true\\\\\\\"\\\\n                                ></i>\\\\n                            </span>\\\\n\\\\n                          </div>\\\\n                        </b-col>\\\\n                      </b-row> \\\\n                    </b-col>\\\\n                  </b-row> \\\\n                </div>\\\\n              <div class=\\\\\\\" mt-4 mb-4\\\\\\\">\\\\n                <div class=\\\\\\\"\\\\\\\">\\\\n                   <b-row>\\\\n                      <b-co sm=\\\\\\\"2\\\\\\\" class=\\\\\\\"d-flex col-lg-2\\\\\\\">\\\\n                      </b-co>\\\\n                      <b-col sm=\\\\\\\"12\\\\\\\" lg=\\\\\\\"3\\\\\\\" class=\\\\\\\"text-center align-to-end-on-mobile\\\\\\\">\\\\n                        <div class=\\\\\\\"bold\\\\\\\">Subtotal</div>\\\\n                      </b-col>\\\\n                      <b-col lg=\\\\\\\"3\\\\\\\" class=\\\\\\\"d-flex  justify-content-center align-to-end-on-mobile\\\\\\\">\\\\n                        <div  class=\\\\\\\"mr-4\\\\\\\">$% totalBillableQuantity % items</div>\\\\n                        <b-badge pill variant=\\\\\\\"light\\\\\\\" class=\\\\\\\"order_detail_badge\\\\\\\">$% singleOrderData.payment_status %</b-badge>\\\\n                      </b-col>\\\\n                      \\\\n                      <b-col lg=\\\\\\\"2\\\\\\\" class=\\\\\\\"text-center\\\\\\\">\\\\n                        <div class=\\\\\\\"d-flex  justify-content-between\\\\\\\"><span class=\\\\\\\"only_visisble_on_mobile\\\\\\\">Product Total Price: </span>$%(singleOrderData.currency_country && singleOrderData.currency_country.currency_symbol) ? singleOrderData.currency_country.currency_symbol : singleOrderData.currency % $% singleOrderData.total_price %</div>\\\\n                      </b-col>\\\\n                      <b-col lg=\\\\\\\"2\\\\\\\" class=\\\\\\\"text-center\\\\\\\">\\\\n                        <div class=\\\\\\\"d-flex  justify-content-between\\\\\\\"><span class=\\\\\\\"only_visisble_on_mobile\\\\\\\">Your Total earnings: </span> $%(singleOrderData.currency_country && singleOrderData.currency_country.currency_symbol) ? singleOrderData.currency_country.currency_symbol : singleOrderData.currency % $% singleOrderData.subtotal_price %</div>\\\\n                      </b-col>\\\\n                   </b-row> \\\\n                  </div>\\\\n              </div>\\\\n            </b-card>\\\\n         \\\\n        </div>\\\\n     </b-col>\\\\n     <b-col lg=\\\\\\\"3\\\\\\\" class=\\\\\\\"customer_detail_container\\\\\\\" align=\\\\\\\"left\\\\\\\">\\\\n        <div>\\\\n          <b-card>\\\\n            <b-card-title class=\\\\\\\"bold h4\\\\\\\">\\\\n              Customer Details\\\\n            </b-card-title>\\\\n             <b-card-text>\\\\n             Customer Info\\\\n            </b-card-text>\\\\n            <b-card-sub-title>\\\\n              <address v-if=\\\\\\\"singleOrderData.customer_address\\\\\\\">\\\\n                <p class=\\\\\\\"text-truncate p-0 m-0\\\\\\\">\\\\n                  <span>\\\\n                    $%singleOrderData.customer_address.first_name% $%singleOrderData.customer_address.last_name% <br/>\\\\n                  </span>\\\\n                  <span>\\\\n                    $%singleOrderData.customer_address.email% <br/>\\\\n                  </span>\\\\n                  <span >\\\\n                    $%singleOrderData.customer_address.phone% <br/>\\\\n                  </span>\\\\n                </p>\\\\n              </address>\\\\n            </b-card-sub-title>\\\\n        \\\\n             <b-card-text class=\\\\\\\"mt-4\\\\\\\">\\\\n             Shipping Address\\\\n            </b-card-text>\\\\n            <b-card-sub-title>\\\\n              <div v-if=\\\\\\\"singleOrderData.shipping_address\\\\\\\">\\\\n                 <span>\\\\n                  <span v-if=\\\\\\\"singleOrderData.shipping_address.address1\\\\\\\">$%singleOrderData.shipping_address.address1%<br></span>\\\\n                  <span v-if=\\\\\\\"singleOrderData.shipping_address.address2\\\\\\\">$%singleOrderData.shipping_address.address2% , <br></span>\\\\n                  <span v-if=\\\\\\\"singleOrderData.shipping_address.city\\\\\\\"> $%singleOrderData.shipping_address.city%, </span>\\\\n                  <span v-if=\\\\\\\"singleOrderData.shipping_address.province\\\\\\\">  $%singleOrderData.shipping_address.province% <br></span>\\\\n                  <span v-if=\\\\\\\"singleOrderData.shipping_address.country\\\\\\\"> $%singleOrderData.shipping_address.country% ($%singleOrderData.shipping_address.country_code%)<br> </span>\\\\n                  <span v-if=\\\\\\\"singleOrderData.shipping_address.zip\\\\\\\"> Zip Code/Pin Code: $%singleOrderData.shipping_address.zip%<br></span>\\\\n                </span>\\\\n              </div>\\\\n            </b-card-sub-title>\\\\n          </b-card>\\\\n        </div>\\\\n     </b-col>\\\\n  </b-row>\\\\n\\\\n<b-modal ref=\\\\\\\"addTrackingModal\\\\\\\" title=\\\\\\\"Add Tracking\\\\\\\" hide-footer hide-backdrop header-class=\\\\\\\"p-3 pr-3 pl-3 border-primary\\\\\\\">\\\\n  <b-form-group label=\\\\\\\"Shipping Carrier\\\\\\\" label-for=\\\\\\\"shippingCarrier\\\\\\\">\\\\n    <b-form-input id=\\\\\\\"shippingCarrier\\\\\\\" v-model=\\\\\\\"shippingCarrier\\\\\\\" placeholder=\\\\\\\"Enter shipping carrier\\\\\\\"></b-form-input>\\\\n  </b-form-group>\\\\n\\\\n  <b-form-group label=\\\\\\\"Tracking Number\\\\\\\" label-for=\\\\\\\"trackingNumber\\\\\\\">\\\\n    <b-form-input id=\\\\\\\"trackingNumber\\\\\\\" v-model=\\\\\\\"trackingNumber\\\\\\\" placeholder=\\\\\\\"Enter tracking number\\\\\\\"></b-form-input>\\\\n  </b-form-group>\\\\n\\\\n  <b-form-group label=\\\\\\\"Tracking Url\\\\\\\" label-for=\\\\\\\"trackingUrl\\\\\\\">\\\\n    <b-form-input id=\\\\\\\"trackingUrl\\\\\\\" v-model=\\\\\\\"trackingUrl\\\\\\\" placeholder=\\\\\\\"Enter tracking url\\\\\\\"></b-form-input>\\\\n  </b-form-group>\\\\n\\\\n  <b-button variant=\\\\\\\"secondary\\\\\\\" @click=\\\\\\\"closeAddTrackingModal\\\\\\\">\\\\n    Cancel\\\\n  </b-button>\\\\n  <b-button  variant=\\\\\\\"primary\\\\\\\" @click=\\\\\\\"saveTracking(singleOrderData.id)\\\\\\\"><span v-if=\\\\\\\"save_tracking_loading\\\\\\\" class=\\\\\\\"spinner-border spinner-border-sm ml-0\\\\\\\" role=\\\\\\\"status\\\\\\\" aria-hidden=\\\\\\\"true\\\\\\\"></span>\\\\n  Save</b-button>\\\\n</b-modal>\\\",\\\"profile\\\":\\\"<div class=\\\\\\\"profile-page-container\\\\\\\">\\\\n    <b-tabs pills content-class=\\\\\\\"container-margin\\\\\\\" class=\\\\\\\"position-relative\\\\\\\" align=\\\\\\\"center\\\\\\\">\\\\n        <b-tab class=\\\\\\\"mb-4 \\\\\\\" variant=\\\\\\\"outline-primary\\\\\\\" :title=\\\\\\\"'Bio'\\\\\\\" @click=\\\\\\\"editProfile\\\\\\\">\\\\n            <div class=\\\\\\\"profile-bio-container mx-auto mt-5\\\\\\\">\\\\n                <b-row>\\\\n                    <b-col md=\\\\\\\"6\\\\\\\" class=\\\\\\\"mb-5 d-flex flex-column\\\\\\\">\\\\n                        <label for=\\\\\\\"phone_number\\\\\\\">Phone Number</label>\\\\n                        <input name=\\\\\\\"phone_number\\\\\\\" placeholder=\\\\\\\"Phone Number\\\\\\\" v-model=\\\\\\\"editProfileData.phone_number\\\\\\\" style=\\\\\\\"width: 90%\\\\\\\"/>\\\\n                    </b-col>\\\\n                    <b-col md=\\\\\\\"6\\\\\\\" class=\\\\\\\"mb-5 d-flex flex-column\\\\\\\">\\\\n                        <label for=\\\\\\\"email\\\\\\\">Email</label>\\\\n                        <input name=\\\\\\\"email\\\\\\\" placeholder=\\\\\\\"Email\\\\\\\" style=\\\\\\\"width: 90%\\\\\\\" v-model=\\\\\\\"editProfileData.email\\\\\\\" disabled/>\\\\n                    </b-col>\\\\n                    <b-col md=\\\\\\\"6\\\\\\\" class=\\\\\\\"mb-5 d-flex flex-column\\\\\\\">\\\\n                        <label for=\\\\\\\"country\\\\\\\">Country</label>\\\\n                        <select class='m-0 w-90' name=\\\\\\\"country\\\\\\\" v-model=\\\\\\\"editProfileData.country\\\\\\\" @change=\\\\\\\"fetchStates('edit_profile')\\\\\\\" :disabled=\\\\\\\"loading\\\\\\\" required>\\\\n                            <option value=\\\\\\\"\\\\\\\" disabled selected>Country</option>\\\\n                            <option v-for=\\\\\\\"country in countries\\\\\\\" :key=\\\\\\\"country.id\\\\\\\" :value=\\\\\\\"country.code\\\\\\\">$% country.name %</option>\\\\n                        </select>\\\\n                    </b-col>\\\\n                    <b-col md=\\\\\\\"6\\\\\\\" class=\\\\\\\"mb-5 d-flex flex-column\\\\\\\">\\\\n                        <label for=\\\\\\\"state\\\\\\\">State</label>\\\\n                        <select class='m-0' style=\\\\\\\"width: 90%\\\\\\\" name=\\\\\\\"state\\\\\\\" v-model=\\\\\\\"editProfileData.state\\\\\\\" required>\\\\n                            <option value=\\\\\\\"\\\\\\\" disabled selected>State</option>\\\\n                            <option v-for=\\\\\\\"state in states\\\\\\\" :key=\\\\\\\"state.id\\\\\\\" :value=\\\\\\\"state.code\\\\\\\">$% state.title %</option>\\\\n                        </select>\\\\n                    </b-col>\\\\n                    <b-col md=\\\\\\\"6\\\\\\\" class=\\\\\\\"mb-5 d-flex flex-column\\\\\\\">\\\\n                        <label for=\\\\\\\"City\\\\\\\">City</label>\\\\n                        <input name=\\\\\\\"city\\\\\\\" placeholder=\\\\\\\"City\\\\\\\" v-model=\\\\\\\"editProfileData.city\\\\\\\" style=\\\\\\\"width: 90%\\\\\\\" required/>\\\\n                    </b-col>\\\\n                    <b-col md=\\\\\\\"6\\\\\\\" class=\\\\\\\"mb-5 d-flex flex-column\\\\\\\">\\\\n                        <label for=\\\\\\\"zip-code\\\\\\\">Zip Code</label>\\\\n                        <input name=\\\\\\\"zip-code\\\\\\\" placeholder=\\\\\\\"Zip Code\\\\\\\" v-model=\\\\\\\"editProfileData.pin_code\\\\\\\" style=\\\\\\\"width: 90%\\\\\\\" required/>\\\\n                    </b-col>\\\\n                    <b-col xs=\\\\\\\"4\\\\\\\" class=\\\\\\\"mb-5\\\\\\\">\\\\n                        <button class=\\\\\\\"profile-bio-save-btn\\\\\\\" @click=\\\\\\\"updateProfile\\\\\\\">Save</button>\\\\n                    </b-col>\\\\n                </b-row>\\\\n                \\\\n            </div>\\\\n        </b-tab>\\\\n        <b-tab class=\\\\\\\"mb-4 \\\\\\\" variant=\\\\\\\"outline-primary\\\\\\\" :title=\\\\\\\"'Payment Methods'\\\\\\\" @click=\\\\\\\"getPaymentMethodDetails\\\\\\\">\\\\n            <div class=\\\\\\\"profile-payment-details-containers mx-auto mt-5\\\\\\\">\\\\n                <div class=\\\\\\\"my-5 text-center profile-payment-details-title\\\\\\\">\\\\n                    <h2>Enter your bank account details</h2>\\\\n                </div>\\\\n                <div>\\\\n                    <div>\\\\n                        <b-row>\\\\n                            <b-col md=\\\\\\\"6\\\\\\\" class=\\\\\\\"mb-5 d-flex flex-column\\\\\\\">\\\\n                                <label for=\\\\\\\"payment-method\\\\\\\">Payment Method</label>\\\\n                                <select class='m-0 w-90' v-model=\\\\\\\"paymentMethod.payment_method\\\\\\\" required>\\\\n                                    <option value=\\\\\\\"\\\\\\\" disabled selected>Payment Method</option>\\\\n                                    <option v-for=\\\\\\\"method in paymentMethodOptions\\\\\\\" :key=\\\\\\\"method.value\\\\\\\" :value=\\\\\\\"method.value\\\\\\\">$% method.text %</option>\\\\n                                </select>\\\\n                            </b-col>\\\\n                            <b-col md=\\\\\\\"6\\\\\\\" class=\\\\\\\"mb-5 d-flex flex-column\\\\\\\">\\\\n                                <label for=\\\\\\\"nick-name\\\\\\\">Nick Name</label>\\\\n                                <input name=\\\\\\\"nick-name\\\\\\\" class=\\\\\\\"nick-name w-90\\\\\\\" placeholder=\\\\\\\"Nick Name\\\\\\\" v-model=\\\\\\\"paymentMethod.nick_name\\\\\\\" required/>\\\\n                            </b-col>\\\\n                            <b-col md=\\\\\\\"6\\\\\\\" class=\\\\\\\"mb-5 d-flex flex-column\\\\\\\">\\\\n                                <label>Account Owner Name<span style=\\\\\\\"font-size: 12px; font-weight: 400;\\\\\\\">(Should be same with your bank account name)</span></label>\\\\n                                <input name=\\\\\\\"phone-number\\\\\\\" style=\\\\\\\"width: 90%\\\\\\\" placeholder=\\\\\\\"Account Owner Name\\\\\\\" v-model=\\\\\\\"paymentMethod.account_name\\\\\\\" required/>\\\\n                            </b-col>\\\\n                            <b-col md=\\\\\\\"6\\\\\\\" class=\\\\\\\"mb-5 d-flex flex-column\\\\\\\">\\\\n                                <label>Account Number</label>\\\\n                                <input name=\\\\\\\"phone-number\\\\\\\" style=\\\\\\\"width: 90%\\\\\\\" placeholder=\\\\\\\"Account Number\\\\\\\" v-model=\\\\\\\"paymentMethod.account_number\\\\\\\" required/>\\\\n                            </b-col>\\\\n                            <b-col md=\\\\\\\"6\\\\\\\" class=\\\\\\\"mb-5 d-flex flex-column\\\\\\\">\\\\n                                <label>IFSC Code</label>\\\\n                                <input name=\\\\\\\"ifsc-code\\\\\\\" placeholder=\\\\\\\"Zip Code\\\\\\\" v-model=\\\\\\\"paymentMethod.sort_code\\\\\\\" style=\\\\\\\"width: 90%\\\\\\\"/>\\\\n                            </b-col>\\\\n                            <b-col md=\\\\\\\"6\\\\\\\" class=\\\\\\\"mb-5 d-flex flex-column\\\\\\\">\\\\n                                <label>Bank Name</label>\\\\n                                <input name=\\\\\\\"bank-name\\\\\\\" placeholder=\\\\\\\"Bank Name\\\\\\\" v-model=\\\\\\\"paymentMethod.bank_company_name\\\\\\\" style=\\\\\\\"width: 90%\\\\\\\"/>\\\\n                            </b-col>\\\\n                        </b-row>\\\\n                    </div>\\\\n                    <div>\\\\n                        <div class=\\\\\\\"mb-5\\\\\\\">\\\\n                            <button class=\\\\\\\"profile-payment-details-save-btn\\\\\\\" @click=\\\\\\\"savePaymentMethod\\\\\\\">Save</button>\\\\n                        </div>\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </b-tab>\\\\n    </b-tabs>\\\\n</div>\\\",\\\"pending_approval_page_template\\\":\\\"<body>\\\\n        <div id=\\\\\\\"app\\\\\\\">\\\\n            <div class=\\\\\\\"pending-approval-container\\\\\\\">\\\\n            <div class=\\\\\\\"pending-approval-content\\\\\\\">\\\\n                <img src=\\\\\\\"https://img.freepik.com/free-vector/tiny-people-standing-near-big-checkmark-team-male-female-characters-finishing-work-with-list-good-job-sign-flat-vector-illustration-done-job-checklist-time-management-concept_74855-21019.jpg?w=740&t=st=1702024987~exp=1702025587~hmac=01a19d335f28a291571d9955f4aa4c6378be8bc0102f914de701062bcfd14624\\\\\\\"\\\\n                alt=\\\\\\\"Success Image\\\\\\\" />\\\\n                <h2>Welcome to Our Platform!</h2>\\\\n                <p>\\\\n                You have successfully registered. However, your account is pending approval.\\\\n                <br /> Once approved, you will receive an email confirmation.\\\\n                </p>\\\\n            </div>\\\\n            </div>\\\\n        </div>\\\\n    </body>\\\",\\\"product_listing\\\":\\\"<div class=\\\\\\\"products_list_container\\\\\\\">\\\\n    <b-row class=\\\\\\\"ml-4 listing_header_container mt-5 align-items-center\\\\\\\">\\\\n        <b-col class=\\\\\\\"listing_title_container pr-0 pl-0 d-flex justify-content-between align-items-center\\\\\\\" sm=\\\\\\\"10\\\\\\\">\\\\n            <h1 class=\\\\\\\"bold\\\\\\\">My Listings ($% activeProductsCount + pendingApprovalProductsCount %)</h1>\\\\n        </b-col>\\\\n        <b-col sm=\\\\\\\"2\\\\\\\" class=\\\\\\\"add_listing_btn_container\\\\\\\">\\\\n            <b-button variant=\\\\\\\"outline-primary\\\\\\\" size=\\\\\\\"lg\\\\\\\" class=\\\\\\\"mb-2 mt-4 btn-styling\\\\\\\" title=\\\\\\\"ADD A LISTING\\\\\\\"\\\\n                @click=\\\\\\\"openPage('addListing')\\\\\\\">\\\\n                Add Listing <i class=\\\\\\\"fa fa-plus\\\\\\\" aria-hidden=\\\\\\\"true\\\\\\\"></i>\\\\n            </b-button>\\\\n        </b-col>\\\\n    </b-row>\\\\n    <b-tabs pills class=\\\\\\\"products_tabs_container\\\\\\\">\\\\n        <b-tab active @click=\\\\\\\"fetchActiveProducts\\\\\\\">\\\\n            <template slot=\\\\\\\"title\\\\\\\">\\\\n                 <b-spinner v-if=\\\\\\\"active_products_loading\\\\\\\" variant=\\\\\\\"light\\\\\\\"></b-spinner> Active ($%activeProductsCount%)\\\\n            </template>\\\\n            <b-row>\\\\n                <b-col sm=\\\\\\\"6\\\\\\\" md=\\\\\\\"4\\\\\\\" lg=\\\\\\\"3\\\\\\\" class=\\\\\\\"px-2 mb-5\\\\\\\" v-for=\\\\\\\"items in activeProducts\\\\\\\" :key=\\\\\\\"items.title\\\\\\\">\\\\n                    <b-card :img-src=\\\\\\\"items.image ? items.image : 'https://www.freeiconspng.com/thumbs/no-image-icon/no-image-icon-15.png'\\\\\\\" img-alt=\\\\\\\"Image\\\\\\\" img-top tag=\\\\\\\"article\\\\\\\"\\\\n                        style=\\\\\\\"max-width: 391px; border: 1px solid #D8DADC; border-radius : 8px; padding : 10px;\\\\n                         position : relative; object-fit: contain; font-size: 14px;\\\\\\\"\\\\n                        class=\\\\\\\"mb-2\\\\\\\">\\\\n                        <div\\\\n                            class=\\\\\\\"approval-status d-flex justify-content-center align-items-center bg-primary\\\\\\\" >\\\\n                            <h3 v-if=\\\\\\\"items.status\\\\\\\">$% items.status %</h3>\\\\n                            <h3 v-else> No status found</h3>\\\\n                        </div>\\\\n                        <b-card-text class=\\\\\\\"bold\\\\\\\" v-if=\\\\\\\"items.title\\\\\\\">\\\\n                            $% items.title%\\\\n                        </b-card-text>\\\\n                        <b-card-text v-else>\\\\n                            No title is present\\\\n                        </b-card-text>\\\\n                        <b-card-text v-if=\\\\\\\" items.variants && items.variants.length > 0 && items.variants[0].price  !== null\\\\\\\">\\\\n                        Listing Price: $% userData && userData.default_shop\\\\n                                        ? userData.default_shop.currency_country\\\\n                                        ? userData.default_shop.currency_country.currency_symbol\\\\n                                        : userData.default_shop.currency\\\\n                                        : ' ' %\\\\n                                         $% items.variants[0].price %\\\\n                        </b-card-text>\\\\n                        <b-card-text v-else>\\\\n                            Price is not present\\\\n                        </b-card-text>\\\\n                        <b-card-text>\\\\n                            <i class=\\\\\\\"fa fa-info-circle\\\\\\\"  v-b-popover.hover.html=\\\\\\\"popoverMethodForCommission(items.title, items.company.global_commission !== null ? items.company.global_commission : '0', userData && userData.default_shop\\\\n                                        ? userData.default_shop.currency_country\\\\n                                        ? userData.default_shop.currency_country.currency_symbol\\\\n                                        : userData.default_shop.currency\\\\n                                        : ' ', items.variants[0].price - ((items.company.global_commission / 100 * items.variants[0].price) +  items.company.global_fixed_commission) )\\\\\\\"\\\\n                                    title=\\\\\\\"\\\\\\\"\\\\n                                    aria-hidden=\\\\\\\"true\\\\\\\"\\\\n                            ></i>\\\\n                                           \\\\n                            Commission: $% items.company.global_commission !== null ? items.company.global_commission : '0' % % + $% userData && userData.default_shop\\\\n                                    ? userData.default_shop.currency_country\\\\n                                    ? userData.default_shop.currency_country.currency_symbol\\\\n                                    : userData.default_shop.currency\\\\n                                    : ' ' %\\\\n                                        $% items.company.global_fixed_commission %\\\\n                        </b-card-text>\\\\n                        <b-card-text>\\\\n                        Your earnings: $% userData && userData.default_shop\\\\n                                        ? userData.default_shop.currency_country\\\\n                                        ? userData.default_shop.currency_country.currency_symbol\\\\n                                        : userData.default_shop.currency\\\\n                                        : ' ' %\\\\n                                         $%  items.variants[0].price - ((items.company.global_commission / 100 * items.variants[0].price) +  items.company.global_fixed_commission)  %\\\\n                        </b-card-text>\\\\n                        <div class=\\\\\\\"d-flex justify-content-between\\\\\\\">\\\\n                            <a @click=\\\\\\\"openPage('editListing', items, 'activeProducts')\\\\\\\" href=\\\\\\\"#\\\\\\\" style=\\\\\\\"color : #C98364\\\\\\\">Edit\\\\n                                Listing</a>\\\\n                            <a href=\\\\\\\"#\\\\\\\" style=\\\\\\\"color : #C98364\\\\\\\" @click=\\\\\\\"openDeleteProductModal(items)\\\\\\\">Delete Listing</a>\\\\n                        </div>\\\\n                    </b-card>\\\\n                </b-col>\\\\n            </b-row>\\\\n            <div class=\\\\\\\"d-flex justify-content-center\\\\\\\">\\\\n                <b-spinner v-if=\\\\\\\"active_products_loading\\\\\\\" type=\\\\\\\"grow\\\\\\\" label=\\\\\\\"Spinning\\\\\\\"></b-spinner>                \\\\n            </div> \\\\n            <div v-if=\\\\\\\"activeProducts.length === 0 && !active_products_loading\\\\\\\" class=\\\\\\\"d-flex justify-content-center\\\\\\\">\\\\n               <p>No listing found</p>              \\\\n            </div> \\\\n        </b-tab>\\\\n        <b-tab @click=\\\\\\\"fetchPendingApprovalProducts\\\\\\\">\\\\n            <template slot=\\\\\\\"title\\\\\\\">\\\\n                 <b-spinner v-if=\\\\\\\"pending_products_loading\\\\\\\"  class=\\\\\\\"product_tab_spinner\\\\\\\"  variant=\\\\\\\"light\\\\\\\"></b-spinner> Pending Approval ($%pendingApprovalProductsCount%)\\\\n            </template>\\\\n            <b-row>\\\\n                <b-col sm=\\\\\\\"6\\\\\\\" md=\\\\\\\"4\\\\\\\" lg=\\\\\\\"3\\\\\\\" class=\\\\\\\"px-2 mb-5\\\\\\\" v-for=\\\\\\\"items in pendingApprovalProducts\\\\\\\" :key=\\\\\\\"items.title\\\\\\\">\\\\n                    <b-card :img-src=\\\\\\\"(items.product_json && items.product_json.images && items.product_json.images.length > 0) ? \\\\n                    items.product_json && items.product_json.images[0].src : 'https://www.freeiconspng.com/thumbs/no-image-icon/no-image-icon-15.png'\\\\\\\" img-alt=\\\\\\\"Image\\\\\\\" img-top tag=\\\\\\\"article\\\\\\\"\\\\n                        style=\\\\\\\"max-width: 391px; max-height:376px; border: 1px solid #D8DADC; border-radius : 8px; padding : 10px; position : relative;\\\\n                        object-fit: contain;\\\\\\\"\\\\n                        class=\\\\\\\"mb-2\\\\\\\">\\\\n                        <div\\\\n                            class=\\\\\\\"approval-status d-flex justify-content-center align-items-center bg-primary\\\\\\\" >\\\\n                            <h3>Pending Approval</h3>\\\\n                        </div>\\\\n                        <b-card-text v-if=\\\\\\\"items.product_json && items.product_json.title\\\\\\\">\\\\n                            $% items.product_json.title%\\\\n                        </b-card-text>\\\\n                        <b-card-text v-else>\\\\n                            No title is present\\\\n                        </b-card-text>\\\\n                        <b-card-text v-if=\\\\\\\"items.product_json && items.product_json.price !== null\\\\\\\">\\\\n                            $% userData && userData.default_shop.currency % $% items.product_json.price %\\\\n                        </b-card-text>\\\\n                        <b-card-text v-else>\\\\n                            Price is not present\\\\n                        </b-card-text>\\\\n                        <div class=\\\\\\\"d-flex justify-content-between\\\\\\\">\\\\n                            <a @click=\\\\\\\"openPage('editListing', items, 'pendingApproval')\\\\\\\" href=\\\\\\\"#\\\\\\\" style=\\\\\\\"color : #C98364\\\\\\\">Edit\\\\n                                Listing</a>\\\\n                            <a href=\\\\\\\"#\\\\\\\" style=\\\\\\\"color : #C98364\\\\\\\" @click=\\\\\\\"openDeletePendingApprovalProductModal(items)\\\\\\\">Delete Listing</a>\\\\n                        </div>\\\\n                    </b-card>\\\\n                </b-col>\\\\n            </b-row>\\\\n            <div class=\\\\\\\"d-flex justify-content-center\\\\\\\">\\\\n                <b-spinner  v-if=\\\\\\\"pending_products_loading\\\\\\\" type=\\\\\\\"grow\\\\\\\" label=\\\\\\\"Spinning\\\\\\\"></b-spinner>                \\\\n            </div> \\\\n            <div v-if=\\\\\\\"pendingApprovalProducts.length === 0 && !pending_products_loading\\\\\\\" class=\\\\\\\"d-flex justify-content-center\\\\\\\">\\\\n               <p>No listing found</p>              \\\\n            </div> \\\\n        </b-tab>\\\\n    </b-tabs>\\\\n    <!-- START : DELETE modal -->\\\\n    <b-modal ref=\\\\\\\"deleteProductModal\\\\\\\" title=\\\\\\\"Delete Product\\\\\\\" @hide=\\\\\\\"closeDeleteModal\\\\\\\" header-bg-variant=\\\\\\\"danger\\\\\\\"\\\\n        hide-footer hide-backdrop header-class=\\\\\\\"p-3 pr-3 pl-3 border-primary\\\\\\\">\\\\n        <form>\\\\n            <div class=\\\\\\\"p-3\\\\\\\">\\\\n                <p>Are you sure you wish to remove this record?</p>\\\\n            </div>\\\\n            <b-modal-footer class=\\\\\\\"justify-content-between\\\\\\\">\\\\n                <span class=\\\\\\\"delete_product-msg\\\\\\\"></span>\\\\n                <b-button variant=\\\\\\\"secondary\\\\\\\" @click=\\\\\\\"closeDeleteModal\\\\\\\">Close</b-button>\\\\n                <b-button type=\\\\\\\"button\\\\\\\" variant=\\\\\\\"danger\\\\\\\" @click=\\\\\\\"deleteProduct\\\\\\\" id=\\\\\\\"deleteproduct_btn\\\\\\\">Delete</b-button>\\\\n            </b-modal-footer>\\\\n        </form>\\\\n    </b-modal>\\\\n    <b-modal ref=\\\\\\\"deletePendingApprovalProductModal\\\\\\\" title=\\\\\\\"Delete Product\\\\\\\" @hide=\\\\\\\"closeDeletePendingApprovalProductModal\\\\\\\" header-bg-variant=\\\\\\\"danger\\\\\\\"\\\\n        hide-footer hide-backdrop header-class=\\\\\\\"p-3 pr-3 pl-3 border-primary\\\\\\\">\\\\n        <form>\\\\n            <div class=\\\\\\\"p-3\\\\\\\">\\\\n                <p>Are you sure you wish to remove this record?</p>\\\\n            </div>\\\\n            <b-modal-footer class=\\\\\\\"justify-content-between\\\\\\\">\\\\n                <span class=\\\\\\\"delete_product-msg\\\\\\\"></span>\\\\n                <b-button variant=\\\\\\\"secondary\\\\\\\" @click=\\\\\\\"closeDeletePendingApprovalProductModal\\\\\\\">Close</b-button>\\\\n                <b-button type=\\\\\\\"button\\\\\\\" variant=\\\\\\\"danger\\\\\\\" @click=\\\\\\\"deleteProduct('pendingApproval')\\\\\\\" id=\\\\\\\"deleteproduct_btn\\\\\\\">Delete</b-button>\\\\n            </b-modal-footer>\\\\n        </form>\\\\n    </b-modal>\\\\n    <!-- END : DELETE modal -->\\\\n</div>\\\"}}\",\n                    \"published_and_unpublished_sp_crt_code\": null,\n                    \"left_days_14_day_trial\": null,\n                    \"currency_country\": {\n                        \"id\": 98,\n                        \"name\": \"India\",\n                        \"code\": \"IN\",\n                        \"dial_code\": \"+91\",\n                        \"currency_name\": \"Indian rupee\",\n                        \"currency_symbol\": \"Rs.\",\n                        \"currency_code\": \"INR\",\n                        \"created_at\": null,\n                        \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                        \"name_with_symbole\": \"Indian rupee - Rs.\"\n                    }\n                }\n            }\n        ],\n        \"company\": {\n            \"id\": 212740,\n            \"company_name\": null,\n            \"brand_name\": \"Segni\",\n            \"company_logo\": null,\n            \"contact_name\": null,\n            \"phone_number\": null,\n            \"email\": null,\n            \"address_line_1\": null,\n            \"address_line_2\": null,\n            \"pin_code\": null,\n            \"city\": null,\n            \"created_at\": \"2023-05-29T10:50:41.000000Z\",\n            \"updated_at\": \"2024-02-22T10:09:55.000000Z\",\n            \"state_id\": null,\n            \"gstin_number\": null,\n            \"invoice_prefix\": null,\n            \"starting_invoice_number\": \"18\",\n            \"terms_and_conditions\": null,\n            \"bank_account_beneficiary_name\": null,\n            \"bank_account_name\": null,\n            \"ifsc_code\": null,\n            \"label_company_name\": null,\n            \"label_contact_name\": null,\n            \"label_phone\": null,\n            \"label_email_address\": null,\n            \"label_address_line_1\": null,\n            \"label_address_line_2\": null,\n            \"label_pin_code\": null,\n            \"label_city\": null,\n            \"label_state\": null,\n            \"signature\": null,\n            \"currency\": null,\n            \"weight\": null,\n            \"measurement\": null,\n            \"gst_enabled\": false,\n            \"override_channel_product_weight_enabled\": false,\n            \"label_details_same_as_company\": true,\n            \"multi_vendor_invoicing_enabled\": true,\n            \"multi_vendor_shipping_enabled\": true,\n            \"is_master\": null,\n            \"invoice_number_same_as_order_number\": true,\n            \"enable_disable_cod_reconciliation\": false,\n            \"enable_disable_freight_reconciliation\": false,\n            \"cod_tolerance\": null,\n            \"freight_tolerance\": null,\n            \"is_multi_vendor_enabled\": true,\n            \"invoice_message\": null,\n            \"inclusive_exclusive\": null,\n            \"is_tax_on_shipping\": \"no\",\n            \"tax_on_shipping\": null,\n            \"primary_color\": \"#f18024\",\n            \"secondary_color\": null,\n            \"display_hsn\": true,\n            \"website\": null,\n            \"country\": null,\n            \"type_of_vendor\": \"dropshipper\",\n            \"invoice_message_2\": null,\n            \"title\": \"Segni\",\n            \"parent_id\": 212738,\n            \"extra_information\": null,\n            \"invoice_date\": \"invoice_creation_date\",\n            \"number_of_digits\": \"0\",\n            \"invoice_message_1\": null,\n            \"created_by\": null,\n            \"updated_by\": 28344,\n            \"invoice_contact_name\": null,\n            \"invoice_address_1\": null,\n            \"invoice_address_2\": null,\n            \"invoice_postal_code\": null,\n            \"invoice_city\": null,\n            \"invoice_phone_number\": null,\n            \"invoice_tin\": null,\n            \"timezone\": \"Asia/Kolkata\",\n            \"hand_delivered_enabled\": true,\n            \"other_courier_partner_enabled\": true,\n            \"billing_address_same_as_company_details\": true,\n            \"deactivated_at\": null,\n            \"state_code\": null,\n            \"automatically_sync_vendor_name_from_store\": true,\n            \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n            \"automatically_route_all_orders_to_vendor_dashboard\": true,\n            \"order_confirmation_before_routing_orders_to_vendor_dashboard\": false,\n            \"correct_all_errors_in_order\": false,\n            \"generate_shipping_labels_for_orders\": false,\n            \"generate_invoices_for_dropship_orders\": false,\n            \"can_vendor_enable_disable_product\": false,\n            \"can_vendor_edit_quantity_product\": false,\n            \"can_vendor_edit_weight_dimension_product\": false,\n            \"can_vendor_edit_tax_product\": true,\n            \"set_vendor_level_commission\": false,\n            \"commission\": null,\n            \"discount_shared_by_vendor\": null,\n            \"commission_calculated_on_product_price_discounted_price\": null,\n            \"set_vendor_level_shared_discount\": false,\n            \"set_vendor_level_commissoin_calculated_on\": false,\n            \"use_shop_channel_values_to_set_commission\": true,\n            \"can_vendor_generate_invoice\": false,\n            \"can_vendor_process_shippings\": false,\n            \"can_vendor_edit_hsn_tax\": false,\n            \"can_vendor_add_courier_provider\": false,\n            \"default_vendor_type\": \"dropshipper\",\n            \"no_of_deciaml_digits\": 2,\n            \"credits\": 0,\n            \"plan_id\": null,\n            \"requested_plan_id\": null,\n            \"override_invoice_permissions\": false,\n            \"override_product_permissions\": false,\n            \"override_order_routing_permissions\": false,\n            \"override_shipping_permissions\": false,\n            \"slug\": \"segni-212740\",\n            \"commission_calculated_tax_type\": \"exclusive_of_tax\",\n            \"shipping_charge_commission_type\": \"fixed\",\n            \"shipping_charge_commission\": 0,\n            \"override_commission_calculated_tax_type\": false,\n            \"override_shipping_charge_commission_type\": false,\n            \"override_shipping_charge_commission\": 0,\n            \"auto_email_to_vendor\": false,\n            \"fixed_commission\": 0,\n            \"service_charge\": 0,\n            \"can_vendor_edit_price\": false,\n            \"can_vendor_delete_product\": false,\n            \"show_logo_in_awb\": false,\n            \"hide_pick_address_in_awb\": true,\n            \"hide_customer_info_in_awb\": true,\n            \"hide_price_in_awb\": false,\n            \"hide_customer_information_on_vendor_dashboards\": false,\n            \"allow_merchant_to_generate_invoice\": false,\n            \"show_merchant_logo_in_invoice\": false,\n            \"locale\": \"en\",\n            \"use_custom_waybill\": false,\n            \"redirect_url\": \"dashboard\",\n            \"invoice_state_code\": null,\n            \"invoice_country_code\": null,\n            \"stripe_account_id\": null,\n            \"url_to_redirect_vendor_is_registered\": null,\n            \"enable_app_shipping_profile_on_shopify\": \"0\",\n            \"policy\": null,\n            \"css\": null,\n            \"vendor_profile_color\": \"#f18024\",\n            \"about_us\": null,\n            \"facebook_link\": null,\n            \"twitter_link\": null,\n            \"instagram_link\": null,\n            \"auto_fulfill_digital_orders\": false,\n            \"use_default_warehouse_for_all_orders\": false,\n            \"invoice_label_header_title\": null,\n            \"invoice_place_of_supply\": null,\n            \"invoice_cin_key_title\": null,\n            \"invoice_cin\": null,\n            \"give_vendor_access_to_merchant_shipper\": false,\n            \"auto_generate_order_invoices_to_customers\": false,\n            \"auto_email_order_invoices_to_customers\": false,\n            \"treat_manual_payment_mode_as_cod\": false,\n            \"fulfill_order_after_confirm\": false,\n            \"add_notes_before_confirming_orders\": false,\n            \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n            \"note_at_the_top_of_invoice\": null,\n            \"vendor_shop_id\": null,\n            \"vendor_category\": null,\n            \"vendor_location\": null,\n            \"short_description\": null,\n            \"display_vendor_category\": false,\n            \"display_vendor_location\": false,\n            \"display_vendor_short_description\": false,\n            \"name_of_the_vendor_listing_page\": null,\n            \"sync_settings\": {\n                \"update_settings\": {\n                    \"sku\": false,\n                    \"tags\": true,\n                    \"media\": false,\n                    \"price\": true,\n                    \"title\": false,\n                    \"weight\": false,\n                    \"barcode\": false,\n                    \"quantity\": true,\n                    \"description\": false,\n                    \"product_type\": false,\n                    \"variant_name\": false,\n                    \"publish_status\": false,\n                    \"compare_at_price\": true,\n                    \"charge_tax_on_product\": true,\n                    \"hsn_code_and_country_of_origin\": false,\n                    \"track_quantity_and_continue_selling_when_out_of_stock\": false\n                },\n                \"create_settings\": {\n                    \"sku\": true,\n                    \"tags\": true,\n                    \"media\": true,\n                    \"price\": true,\n                    \"title\": true,\n                    \"weight\": true,\n                    \"barcode\": true,\n                    \"quantity\": true,\n                    \"description\": true,\n                    \"product_type\": true,\n                    \"variant_name\": true,\n                    \"publish_status\": true,\n                    \"compare_at_price\": true,\n                    \"charge_tax_on_product\": true,\n                    \"hsn_code_and_country_of_origin\": true,\n                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                },\n                \"override_product_status_at_create\": false,\n                \"product_status\": \"as_per_vendor_product\",\n                \"enable_order_sync\": true,\n                \"push_only_if_order_paid\": false,\n                \"push_unsynced_product_order\": false,\n                \"auto_variants\": true,\n                \"strictKeyCheck\": false,\n                \"on_product_delete\": \"do_nothing\",\n                \"on_product_unmapped\": \"draft_on_destination\",\n                \"auto_add_variant\": true,\n                \"auto_remove_variant\": true\n            },\n            \"override_hide_customer_information_permissions\": false,\n            \"can_vendor_cancel_an_order\": false,\n            \"hide_shipping_charges\": false,\n            \"add_insurance_to_shipment\": 0,\n            \"meta_title\": null,\n            \"registration_link\": null,\n            \"auto_approval_of_products_from_vendor\": true,\n            \"ignore_selling_price_for_commission\": 0,\n            \"shipping_label_check\": {\n                \"email\": false,\n                \"phone\": false,\n                \"address_line_1\": false,\n                \"address_line_2\": false,\n                \"address_line_1_minimum\": null,\n                \"address_line_1_maximum\": null,\n                \"address_line_2_minimum\": null,\n                \"address_line_2_maximum\": null\n            },\n            \"shipping_label_size\": \"smalllabel\",\n            \"paypal_email\": null,\n            \"use_custom_email_driver\": false,\n            \"ignore_order_splitting\": false,\n            \"hide_customer_information_on_vendor_dashboard\": {\n                \"name\": false,\n                \"phone\": false,\n                \"address\": true,\n                \"email\": true,\n                \"city\": false,\n                \"state\": false\n            },\n            \"hide_customer_information_in_awb\": {\n                \"name\": false,\n                \"phone\": true,\n                \"address\": true,\n                \"email\": true,\n                \"city\": false,\n                \"state\": false,\n                \"line_items\": false,\n                \"vendor_name\": false,\n                \"sku\": false,\n                \"weight_dimension\": false\n            },\n            \"hide_customer_information_in_invoice\": {\n                \"name\": false,\n                \"phone\": true,\n                \"address\": true,\n                \"email\": true,\n                \"city\": false,\n                \"state\": false\n            },\n            \"vendor_profile_settings\": {\n                \"seller_products_tab\": true,\n                \"seller_policy_tab\": true,\n                \"seller_contact_us_tab\": true\n            },\n            \"challan_message_1\": null,\n            \"challan_message_2\": null,\n            \"challan_prefix\": null,\n            \"challan_number_same_as_invoice_number\": true,\n            \"default_label_size_for_all_vendors\": false,\n            \"hide_customer_information_in_export\": {\n                \"name\": false,\n                \"phone\": true,\n                \"address\": true,\n                \"email\": true,\n                \"city\": false,\n                \"state\": false\n            },\n            \"product_permissions\": null,\n            \"hide_product_details_in_awb\": false,\n            \"hide_invoice_details_in_awb\": false,\n            \"company_note\": null,\n            \"meta_data\": null,\n            \"color_theme_field\": \"light.orange\",\n            \"change_tracking_url\": false,\n            \"ship_to_address_as_merchants_default_warehouse\": false,\n            \"can_vendor_hold_an_order\": false,\n            \"handle_out_of_stock_products\": null,\n            \"allow_vendors_to_change_vendor_profile_details\": false,\n            \"whatsapp_account\": null,\n            \"vendor_profile_theme_choosen\": \"theme-1\",\n            \"whatsapp_credit\": 100,\n            \"test_whatsapp_number\": null,\n            \"spoc_email_sending_method\": null,\n            \"connected_vendor_shops\": null,\n            \"events\": null,\n            \"commission_automation_set\": null,\n            \"auto_confirmation_using_tags_settings\": {\n                \"tags_settings_status\": true,\n                \"paid\": true,\n                \"tags_for_paid\": [],\n                \"cod_or_partially_paid\": false,\n                \"tags_for_cod_or_partially_paid\": [],\n                \"Exceptions_for_paid\": false,\n                \"Exceptions_for_paid_tags\": [],\n                \"Exceptions_for_cod_or_partially_paid\": false,\n                \"Exceptions_for_cod_or_partially_paid_tags\": []\n            },\n            \"preferred_location\": null,\n            \"email_credit\": 1000,\n            \"tracking_placeholder\": null,\n            \"video_url\": null,\n            \"pickup_option_at_checkout\": null,\n            \"default_product_sorting_method\": null,\n            \"logo\": null,\n            \"logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n            \"is_general_setting_done\": true,\n            \"is_invoice_setting_done\": true,\n            \"is_label_setting_done\": false,\n            \"is_gst_enabled\": false,\n            \"billing_detail\": \"\",\n            \"warehouse_address\": \"</br>\",\n            \"contact_information\": \"\",\n            \"status\": \"Active\",\n            \"global_commission\": \"15\",\n            \"global_discount_shared_by_vendor\": \"0\",\n            \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n            \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n            \"global_shipping_charge_commission_type\": \"fixed\",\n            \"global_shipping_charge_commission\": 50,\n            \"global_fixed_commission\": 10,\n            \"is_drop_shipper\": true,\n            \"state\": null,\n            \"first_email\": \"no-reply@shipturtle.com\",\n            \"invoice_state\": null,\n            \"banner\": null,\n            \"banner_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n            \"frontend_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n            \"navbar_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n            \"email_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n            \"invoice_country_detail\": null,\n            \"commission_tags\": null,\n            \"parent\": {\n                \"id\": 212738,\n                \"company_name\": \"Violet Plants.\",\n                \"brand_name\": \"violetplants\",\n                \"company_logo\": null,\n                \"contact_name\": \"Jay Bhatt\",\n                \"phone_number\": \"09979017121\",\n                \"email\": null,\n                \"address_line_1\": \"GUSEC - Gujarat University Startup And Entrepreneurship Council University Area\",\n                \"address_line_2\": \"Test\",\n                \"pin_code\": \"380009\",\n                \"city\": \"Ahmedabad\",\n                \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                \"updated_at\": \"2024-02-28T08:34:29.000000Z\",\n                \"state_id\": null,\n                \"gstin_number\": \"1234\",\n                \"invoice_prefix\": \"Invoice\",\n                \"starting_invoice_number\": \"314\",\n                \"terms_and_conditions\": null,\n                \"bank_account_beneficiary_name\": null,\n                \"bank_account_name\": null,\n                \"ifsc_code\": null,\n                \"label_company_name\": null,\n                \"label_contact_name\": null,\n                \"label_phone\": null,\n                \"label_email_address\": null,\n                \"label_address_line_1\": null,\n                \"label_address_line_2\": null,\n                \"label_pin_code\": null,\n                \"label_city\": null,\n                \"label_state\": null,\n                \"signature\": null,\n                \"currency\": \"INR\",\n                \"weight\": null,\n                \"measurement\": null,\n                \"gst_enabled\": true,\n                \"override_channel_product_weight_enabled\": true,\n                \"label_details_same_as_company\": true,\n                \"multi_vendor_invoicing_enabled\": false,\n                \"multi_vendor_shipping_enabled\": false,\n                \"is_master\": \"1\",\n                \"invoice_number_same_as_order_number\": true,\n                \"enable_disable_cod_reconciliation\": true,\n                \"enable_disable_freight_reconciliation\": true,\n                \"cod_tolerance\": \"1\",\n                \"freight_tolerance\": \"2\",\n                \"is_multi_vendor_enabled\": true,\n                \"invoice_message\": null,\n                \"inclusive_exclusive\": null,\n                \"is_tax_on_shipping\": \"no\",\n                \"tax_on_shipping\": null,\n                \"primary_color\": \"#27AF60\",\n                \"secondary_color\": null,\n                \"display_hsn\": true,\n                \"website\": \"https://app.shipturtle.com/\",\n                \"country\": \"IN\",\n                \"type_of_vendor\": \"marketplace\",\n                \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                \"title\": \"violetplants\",\n                \"parent_id\": 212738,\n                \"extra_information\": null,\n                \"invoice_date\": \"invoice_creation_date\",\n                \"number_of_digits\": \"0\",\n                \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                \"created_by\": null,\n                \"updated_by\": 36005,\n                \"invoice_contact_name\": \"Hussain\",\n                \"invoice_address_1\": \"dahod\",\n                \"invoice_address_2\": \"dahod\",\n                \"invoice_postal_code\": \"380005\",\n                \"invoice_city\": \"Ahmedabad\",\n                \"invoice_phone_number\": \"09173038104\",\n                \"invoice_tin\": null,\n                \"timezone\": \"America/Phoenix\",\n                \"hand_delivered_enabled\": true,\n                \"other_courier_partner_enabled\": true,\n                \"billing_address_same_as_company_details\": false,\n                \"deactivated_at\": null,\n                \"state_code\": \"GJ\",\n                \"automatically_sync_vendor_name_from_store\": true,\n                \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                \"order_confirmation_before_routing_orders_to_vendor_dashboard\": false,\n                \"correct_all_errors_in_order\": false,\n                \"generate_shipping_labels_for_orders\": false,\n                \"generate_invoices_for_dropship_orders\": false,\n                \"can_vendor_enable_disable_product\": false,\n                \"can_vendor_edit_quantity_product\": false,\n                \"can_vendor_edit_weight_dimension_product\": false,\n                \"can_vendor_edit_tax_product\": true,\n                \"set_vendor_level_commission\": false,\n                \"commission\": \"15\",\n                \"discount_shared_by_vendor\": \"0\",\n                \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                \"set_vendor_level_shared_discount\": false,\n                \"set_vendor_level_commissoin_calculated_on\": false,\n                \"use_shop_channel_values_to_set_commission\": false,\n                \"can_vendor_generate_invoice\": true,\n                \"can_vendor_process_shippings\": true,\n                \"can_vendor_edit_hsn_tax\": true,\n                \"can_vendor_add_courier_provider\": true,\n                \"default_vendor_type\": \"dropshipper\",\n                \"no_of_deciaml_digits\": 2,\n                \"credits\": 74961,\n                \"plan_id\": 1347,\n                \"requested_plan_id\": null,\n                \"override_invoice_permissions\": false,\n                \"override_product_permissions\": false,\n                \"override_order_routing_permissions\": false,\n                \"override_shipping_permissions\": false,\n                \"slug\": \"violetplants-212738\",\n                \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                \"shipping_charge_commission_type\": \"fixed\",\n                \"shipping_charge_commission\": 50,\n                \"override_commission_calculated_tax_type\": false,\n                \"override_shipping_charge_commission_type\": false,\n                \"override_shipping_charge_commission\": 0,\n                \"auto_email_to_vendor\": true,\n                \"fixed_commission\": 10,\n                \"service_charge\": 0,\n                \"can_vendor_edit_price\": false,\n                \"can_vendor_delete_product\": false,\n                \"show_logo_in_awb\": true,\n                \"hide_pick_address_in_awb\": true,\n                \"hide_customer_info_in_awb\": true,\n                \"hide_price_in_awb\": false,\n                \"hide_customer_information_on_vendor_dashboards\": false,\n                \"allow_merchant_to_generate_invoice\": true,\n                \"show_merchant_logo_in_invoice\": true,\n                \"locale\": \"en\",\n                \"use_custom_waybill\": true,\n                \"redirect_url\": \"dashboard\",\n                \"invoice_state_code\": \"GJ\",\n                \"invoice_country_code\": \"IN\",\n                \"stripe_account_id\": null,\n                \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-youe\",\n                \"enable_app_shipping_profile_on_shopify\": \"3rd_party_shipping_rate\",\n                \"policy\": null,\n                \"css\": null,\n                \"vendor_profile_color\": \"#f18024\",\n                \"about_us\": null,\n                \"facebook_link\": null,\n                \"twitter_link\": null,\n                \"instagram_link\": null,\n                \"auto_fulfill_digital_orders\": false,\n                \"use_default_warehouse_for_all_orders\": false,\n                \"invoice_label_header_title\": null,\n                \"invoice_place_of_supply\": null,\n                \"invoice_cin_key_title\": null,\n                \"invoice_cin\": null,\n                \"give_vendor_access_to_merchant_shipper\": false,\n                \"auto_generate_order_invoices_to_customers\": false,\n                \"auto_email_order_invoices_to_customers\": true,\n                \"treat_manual_payment_mode_as_cod\": false,\n                \"fulfill_order_after_confirm\": false,\n                \"add_notes_before_confirming_orders\": false,\n                \"auto_approve_vendors_who_register_to_sell_on_your_store\": true,\n                \"note_at_the_top_of_invoice\": null,\n                \"vendor_shop_id\": 523,\n                \"vendor_category\": null,\n                \"vendor_location\": null,\n                \"short_description\": null,\n                \"display_vendor_category\": true,\n                \"display_vendor_location\": true,\n                \"display_vendor_short_description\": true,\n                \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                \"sync_settings\": {\n                    \"update_settings\": {\n                        \"sku\": false,\n                        \"tags\": true,\n                        \"media\": false,\n                        \"price\": true,\n                        \"title\": false,\n                        \"weight\": false,\n                        \"barcode\": false,\n                        \"quantity\": true,\n                        \"description\": false,\n                        \"product_type\": false,\n                        \"variant_name\": false,\n                        \"publish_status\": false,\n                        \"compare_at_price\": true,\n                        \"charge_tax_on_product\": true,\n                        \"hsn_code_and_country_of_origin\": false,\n                        \"track_quantity_and_continue_selling_when_out_of_stock\": false\n                    },\n                    \"create_settings\": {\n                        \"sku\": true,\n                        \"tags\": true,\n                        \"media\": true,\n                        \"price\": true,\n                        \"title\": true,\n                        \"weight\": true,\n                        \"barcode\": true,\n                        \"quantity\": true,\n                        \"description\": true,\n                        \"product_type\": true,\n                        \"variant_name\": true,\n                        \"publish_status\": true,\n                        \"compare_at_price\": true,\n                        \"charge_tax_on_product\": true,\n                        \"hsn_code_and_country_of_origin\": true,\n                        \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                    },\n                    \"override_product_status_at_create\": false,\n                    \"product_status\": \"as_per_vendor_product\",\n                    \"enable_order_sync\": true,\n                    \"push_only_if_order_paid\": false,\n                    \"push_unsynced_product_order\": false,\n                    \"auto_variants\": true,\n                    \"strictKeyCheck\": false,\n                    \"on_product_delete\": \"do_nothing\",\n                    \"on_product_unmapped\": \"draft_on_destination\",\n                    \"auto_add_variant\": true,\n                    \"auto_remove_variant\": true\n                },\n                \"override_hide_customer_information_permissions\": false,\n                \"can_vendor_cancel_an_order\": false,\n                \"hide_shipping_charges\": false,\n                \"add_insurance_to_shipment\": 0,\n                \"meta_title\": null,\n                \"registration_link\": null,\n                \"auto_approval_of_products_from_vendor\": true,\n                \"ignore_selling_price_for_commission\": 0,\n                \"shipping_label_check\": {\n                    \"email\": false,\n                    \"phone\": false,\n                    \"address_line_1\": false,\n                    \"address_line_2\": false,\n                    \"address_line_1_minimum\": null,\n                    \"address_line_1_maximum\": null,\n                    \"address_line_2_minimum\": null,\n                    \"address_line_2_maximum\": null\n                },\n                \"shipping_label_size\": \"smalllabel\",\n                \"paypal_email\": null,\n                \"use_custom_email_driver\": false,\n                \"ignore_order_splitting\": false,\n                \"hide_customer_information_on_vendor_dashboard\": {\n                    \"name\": false,\n                    \"phone\": false,\n                    \"address\": true,\n                    \"email\": true,\n                    \"city\": false,\n                    \"state\": false\n                },\n                \"hide_customer_information_in_awb\": {\n                    \"name\": false,\n                    \"phone\": true,\n                    \"address\": true,\n                    \"email\": true,\n                    \"city\": false,\n                    \"state\": false,\n                    \"line_items\": false,\n                    \"vendor_name\": false,\n                    \"sku\": false,\n                    \"weight_dimension\": false\n                },\n                \"hide_customer_information_in_invoice\": {\n                    \"name\": false,\n                    \"phone\": true,\n                    \"address\": true,\n                    \"email\": true,\n                    \"city\": false,\n                    \"state\": false\n                },\n                \"vendor_profile_settings\": {\n                    \"seller_products_tab\": true,\n                    \"seller_policy_tab\": true,\n                    \"seller_contact_us_tab\": true,\n                    \"seller_events_tab\": true,\n                    \"seller_reviews_tab\": \"false\",\n                    \"seller_about_us_tab\": true\n                },\n                \"challan_message_1\": null,\n                \"challan_message_2\": null,\n                \"challan_prefix\": \"Invoice\",\n                \"challan_number_same_as_invoice_number\": true,\n                \"default_label_size_for_all_vendors\": true,\n                \"hide_customer_information_in_export\": {\n                    \"name\": false,\n                    \"phone\": true,\n                    \"address\": true,\n                    \"email\": true,\n                    \"city\": false,\n                    \"state\": false\n                },\n                \"product_permissions\": null,\n                \"hide_product_details_in_awb\": false,\n                \"hide_invoice_details_in_awb\": true,\n                \"company_note\": \"<p>sdfasdfab</p>\",\n                \"meta_data\": \"[{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                \"color_theme_field\": \"light.orange\",\n                \"change_tracking_url\": false,\n                \"ship_to_address_as_merchants_default_warehouse\": false,\n                \"can_vendor_hold_an_order\": false,\n                \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                \"allow_vendors_to_change_vendor_profile_details\": true,\n                \"whatsapp_account\": \"use_shipturtle_account\",\n                \"vendor_profile_theme_choosen\": \"theme-2\",\n                \"whatsapp_credit\": -1,\n                \"test_whatsapp_number\": \"+918849193468\",\n                \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                \"connected_vendor_shops\": [\n                    \"testing-for-vendorsync.myshopify.com\",\n                    \"purpleplants.myshopify.com\",\n                    \"https://st-wpdemo.com/\",\n                    \"test-store-webkul-112.myshopify.com\",\n                    \"https://st-wpdemo.com/\",\n                    \"purpleplants.myshopify.com/\",\n                    \"https://st-wpdemo.com/\",\n                    \"purpleplants.myshopify.com\",\n                    \"https://st-wpdemo.com/newtestclient/\",\n                    \"purpleplants.myshopify.com\",\n                    \"purpleplants.myshopify.com\",\n                    \"vendorsynctesting.myshopify.com\",\n                    \"vendorsynctesting.myshopify.com\",\n                    \"http://65.1.26.157/\",\n                    \"indigoplants.myshopify.com\",\n                    \"vendor-testing-store.myshopify.com\",\n                    \"vendor-testing-store.myshopify.com\",\n                    \"77822e-4.myshopify.com\",\n                    \"vendorsync2.myshopify.com\",\n                    \"channeltesting6.myshopify.com\",\n                    \"rajdeepwebhookcheck.myshopify.com\",\n                    \"purpleplants.myshopify.com\",\n                    \"vendorsynctesting5.myshopify.com\",\n                    \"new-vendor-auth-flow-test.myshopify.com\"\n                ],\n                \"events\": null,\n                \"commission_automation_set\": {\n                    \"commission_automation\": true,\n                    \"commission_automation_rules\": true,\n                    \"commission_automation_date_range\": true,\n                    \"commission_automation_schedule_option\": \"daily\",\n                    \"time_buffer_for_commission_automation\": \"4\",\n                    \"order_status_for_commission_automation\": \"label created\",\n                    \"invoice_number_for_commission_automation\": 291,\n                    \"date_Range_days_for_commission_automation\": \"4\"\n                },\n                \"auto_confirmation_using_tags_settings\": {\n                    \"tags_settings_status\": true,\n                    \"paid\": true,\n                    \"tags_for_paid\": [],\n                    \"cod_or_partially_paid\": false,\n                    \"tags_for_cod_or_partially_paid\": [],\n                    \"Exceptions_for_paid\": false,\n                    \"Exceptions_for_paid_tags\": [],\n                    \"Exceptions_for_cod_or_partially_paid\": false,\n                    \"Exceptions_for_cod_or_partially_paid_tags\": []\n                },\n                \"preferred_location\": null,\n                \"email_credit\": 3650,\n                \"tracking_placeholder\": {\n                    \"email_placeholder\": \"Email/Phone No.\",\n                    \"orderid_placeholder\": \"Order Id/Tracking No.\"\n                },\n                \"video_url\": \"https://www.youtube.com/embed/XG8HocXt6s8\",\n                \"pickup_option_at_checkout\": {\n                    \"display_pickup_option_at_checkout\": null,\n                    \"offer_pickup_from_default_warehouse\": null\n                },\n                \"default_product_sorting_method\": \"date-ascending\",\n                \"logo\": {\n                    \"id\": 702322,\n                    \"model_type\": \"App\\\\Company\",\n                    \"model_id\": 212738,\n                    \"collection_name\": \"logo\",\n                    \"name\": \"Screenshot 2024-01-22 173534\",\n                    \"file_name\": \"Screenshot-2024-01-22-173534.png\",\n                    \"mime_type\": \"image/png\",\n                    \"disk\": \"s3\",\n                    \"size\": 8892,\n                    \"manipulations\": [],\n                    \"custom_properties\": {\n                        \"generated_conversions\": {\n                            \"email_logo\": true,\n                            \"navbar_logo\": true,\n                            \"frontend_logo\": true\n                        }\n                    },\n                    \"responsive_images\": {\n                        \"medialibrary_original\": {\n                            \"urls\": [\n                                \"Screenshot-2024-01-22-173534___medialibrary_original_792_349.png\"\n                            ],\n                            \"base64svg\": \"data:image/svg+xml;base64,PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHg9IjAiCiB5PSIwIiB2aWV3Qm94PSIwIDAgNzkyIDM0OSI+Cgk8aW1hZ2Ugd2lkdGg9Ijc5MiIgaGVpZ2h0PSIzNDkiIHhsaW5rOmhyZWY9ImRhdGE6aW1hZ2UvanBlZztiYXNlNjQsLzlqLzRBQVFTa1pKUmdBQkFRRUFZQUJnQUFELy9nQTdRMUpGUVZSUFVqb2daMlF0YW5CbFp5QjJNUzR3SUNoMWMybHVaeUJKU2tjZ1NsQkZSeUIyT0RBcExDQnhkV0ZzYVhSNUlEMGdPVEFLLzlzQVF3QURBZ0lEQWdJREF3TURCQU1EQkFVSUJRVUVCQVVLQndjR0NBd0tEQXdMQ2dzTERRNFNFQTBPRVE0TEN4QVdFQkVURkJVVkZRd1BGeGdXRkJnU0ZCVVUvOXNBUXdFREJBUUZCQVVKQlFVSkZBMExEUlFVRkJRVUZCUVVGQlFVRkJRVUZCUVVGQlFVRkJRVUZCUVVGQlFVRkJRVUZCUVVGQlFVRkJRVUZCUVVGQlFVRkJRVS84QUFFUWdBRGdBZ0F3RVJBQUlSQVFNUkFmL0VBQjhBQUFFRkFRRUJBUUVCQUFBQUFBQUFBQUFCQWdNRUJRWUhDQWtLQy8vRUFMVVFBQUlCQXdNQ0JBTUZCUVFFQUFBQmZRRUNBd0FFRVFVU0lURkJCaE5SWVFjaWNSUXlnWkdoQ0NOQ3NjRVZVdEh3SkROaWNvSUpDaFlYR0JrYUpTWW5LQ2txTkRVMk56ZzVPa05FUlVaSFNFbEtVMVJWVmxkWVdWcGpaR1ZtWjJocGFuTjBkWFozZUhsNmc0U0Zob2VJaVlxU2s1U1ZscGVZbVpxaW82U2xwcWVvcWFxeXM3UzF0cmU0dWJyQ3c4VEZ4c2ZJeWNyUzA5VFYxdGZZMmRyaDR1UGs1ZWJuNk9ucThmTHo5UFgyOS9qNSt2L0VBQjhCQUFNQkFRRUJBUUVCQVFFQUFBQUFBQUFCQWdNRUJRWUhDQWtLQy8vRUFMVVJBQUlCQWdRRUF3UUhCUVFFQUFFQ2R3QUJBZ01SQkFVaE1RWVNRVkVIWVhFVElqS0JDQlJDa2FHeHdRa2pNMUx3RldKeTBRb1dKRFRoSmZFWEdCa2FKaWNvS1NvMU5qYzRPVHBEUkVWR1IwaEpTbE5VVlZaWFdGbGFZMlJsWm1kb2FXcHpkSFYyZDNoNWVvS0RoSVdHaDRpSmlwS1RsSldXbDVpWm1xS2pwS1dtcDZpcHFyS3p0TFcydDdpNXVzTER4TVhHeDhqSnl0TFQxTlhXMTlqWjJ1TGo1T1htNStqcDZ2THo5UFgyOS9qNSt2L2FBQXdEQVFBQ0VRTVJBRDhBL1VUVU5RRmd1NWdTUGFnQ2dmRTBRWGR0Ykgwb0FGOFR4TXBiYWNmU2dDOVozNjMwZTlRUVBlZ0MxTGJKT01Pb2I2MEFSZjJaQmpIbHJqNlVBTk9sMitNZVd1UHBRQklsdWx1bUVHQjdVQWYvMlE9PSI+Cgk8L2ltYWdlPgo8L3N2Zz4=\"\n                        }\n                    },\n                    \"order_column\": 600843,\n                    \"created_at\": \"2024-01-22T12:06:09.000000Z\",\n                    \"updated_at\": \"2024-01-22T12:06:09.000000Z\"\n                },\n                \"logo_link\": \"https://d2i9a0muccv7uq.cloudfront.net/702322/Screenshot-2024-01-22-173534.png\",\n                \"is_general_setting_done\": true,\n                \"is_invoice_setting_done\": true,\n                \"is_label_setting_done\": false,\n                \"is_gst_enabled\": true,\n                \"billing_detail\": \"Ahmedabad</br>Gujarat</br>India\",\n                \"warehouse_address\": \"Ahmedabad</br>IN\",\n                \"contact_information\": \"Jay Bhatt</br>09979017121</br>\",\n                \"status\": \"Active\",\n                \"global_commission\": \"15\",\n                \"global_discount_shared_by_vendor\": \"0\",\n                \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                \"global_shipping_charge_commission_type\": \"fixed\",\n                \"global_shipping_charge_commission\": 50,\n                \"global_fixed_commission\": 10,\n                \"is_drop_shipper\": false,\n                \"state\": {\n                    \"id\": 13,\n                    \"code\": \"GJ\",\n                    \"tin\": 24,\n                    \"title\": \"Gujarat\",\n                    \"created_at\": \"2019-08-03T17:48:42.000000Z\",\n                    \"updated_at\": \"2020-03-28T04:51:45.000000Z\",\n                    \"deleted_at\": null,\n                    \"country_code\": \"IN\"\n                },\n                \"first_email\": \"no-reply@shipturtle.com\",\n                \"invoice_state\": {\n                    \"id\": 13,\n                    \"code\": \"GJ\",\n                    \"tin\": 24,\n                    \"title\": \"Gujarat\",\n                    \"created_at\": \"2019-08-03T17:48:42.000000Z\",\n                    \"updated_at\": \"2020-03-28T04:51:45.000000Z\",\n                    \"deleted_at\": null,\n                    \"country_code\": \"IN\"\n                },\n                \"banner\": null,\n                \"banner_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                \"frontend_logo_link\": \"https://d2i9a0muccv7uq.cloudfront.net/702322/Screenshot-2024-01-22-173534.png\",\n                \"navbar_logo_link\": \"https://d2i9a0muccv7uq.cloudfront.net/702322/Screenshot-2024-01-22-173534.png\",\n                \"email_logo_link\": \"https://d2i9a0muccv7uq.cloudfront.net/702322/Screenshot-2024-01-22-173534.png\",\n                \"invoice_country_detail\": {\n                    \"id\": 98,\n                    \"name\": \"India\",\n                    \"code\": \"IN\",\n                    \"dial_code\": \"+91\",\n                    \"currency_name\": \"Indian rupee\",\n                    \"currency_symbol\": \"Rs.\",\n                    \"currency_code\": \"INR\",\n                    \"created_at\": null,\n                    \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                    \"name_with_symbole\": \"Indian rupee - Rs.\"\n                },\n                \"commission_tags\": null,\n                \"media\": [\n                    {\n                        \"id\": 702322,\n                        \"model_type\": \"App\\\\Company\",\n                        \"model_id\": 212738,\n                        \"collection_name\": \"logo\",\n                        \"name\": \"Screenshot 2024-01-22 173534\",\n                        \"file_name\": \"Screenshot-2024-01-22-173534.png\",\n                        \"mime_type\": \"image/png\",\n                        \"disk\": \"s3\",\n                        \"size\": 8892,\n                        \"manipulations\": [],\n                        \"custom_properties\": {\n                            \"generated_conversions\": {\n                                \"email_logo\": true,\n                                \"navbar_logo\": true,\n                                \"frontend_logo\": true\n                            }\n                        },\n                        \"responsive_images\": {\n                            \"medialibrary_original\": {\n                                \"urls\": [\n                                    \"Screenshot-2024-01-22-173534___medialibrary_original_792_349.png\"\n                                ],\n                                \"base64svg\": \"data:image/svg+xml;base64,PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHg9IjAiCiB5PSIwIiB2aWV3Qm94PSIwIDAgNzkyIDM0OSI+Cgk8aW1hZ2Ugd2lkdGg9Ijc5MiIgaGVpZ2h0PSIzNDkiIHhsaW5rOmhyZWY9ImRhdGE6aW1hZ2UvanBlZztiYXNlNjQsLzlqLzRBQVFTa1pKUmdBQkFRRUFZQUJnQUFELy9nQTdRMUpGUVZSUFVqb2daMlF0YW5CbFp5QjJNUzR3SUNoMWMybHVaeUJKU2tjZ1NsQkZSeUIyT0RBcExDQnhkV0ZzYVhSNUlEMGdPVEFLLzlzQVF3QURBZ0lEQWdJREF3TURCQU1EQkFVSUJRVUVCQVVLQndjR0NBd0tEQXdMQ2dzTERRNFNFQTBPRVE0TEN4QVdFQkVURkJVVkZRd1BGeGdXRkJnU0ZCVVUvOXNBUXdFREJBUUZCQVVKQlFVSkZBMExEUlFVRkJRVUZCUVVGQlFVRkJRVUZCUVVGQlFVRkJRVUZCUVVGQlFVRkJRVUZCUVVGQlFVRkJRVUZCUVVGQlFVRkJRVS84QUFFUWdBRGdBZ0F3RVJBQUlSQVFNUkFmL0VBQjhBQUFFRkFRRUJBUUVCQUFBQUFBQUFBQUFCQWdNRUJRWUhDQWtLQy8vRUFMVVFBQUlCQXdNQ0JBTUZCUVFFQUFBQmZRRUNBd0FFRVFVU0lURkJCaE5SWVFjaWNSUXlnWkdoQ0NOQ3NjRVZVdEh3SkROaWNvSUpDaFlYR0JrYUpTWW5LQ2txTkRVMk56ZzVPa05FUlVaSFNFbEtVMVJWVmxkWVdWcGpaR1ZtWjJocGFuTjBkWFozZUhsNmc0U0Zob2VJaVlxU2s1U1ZscGVZbVpxaW82U2xwcWVvcWFxeXM3UzF0cmU0dWJyQ3c4VEZ4c2ZJeWNyUzA5VFYxdGZZMmRyaDR1UGs1ZWJuNk9ucThmTHo5UFgyOS9qNSt2L0VBQjhCQUFNQkFRRUJBUUVCQVFFQUFBQUFBQUFCQWdNRUJRWUhDQWtLQy8vRUFMVVJBQUlCQWdRRUF3UUhCUVFFQUFFQ2R3QUJBZ01SQkFVaE1RWVNRVkVIWVhFVElqS0JDQlJDa2FHeHdRa2pNMUx3RldKeTBRb1dKRFRoSmZFWEdCa2FKaWNvS1NvMU5qYzRPVHBEUkVWR1IwaEpTbE5VVlZaWFdGbGFZMlJsWm1kb2FXcHpkSFYyZDNoNWVvS0RoSVdHaDRpSmlwS1RsSldXbDVpWm1xS2pwS1dtcDZpcHFyS3p0TFcydDdpNXVzTER4TVhHeDhqSnl0TFQxTlhXMTlqWjJ1TGo1T1htNStqcDZ2THo5UFgyOS9qNSt2L2FBQXdEQVFBQ0VRTVJBRDhBL1VUVU5RRmd1NWdTUGFnQ2dmRTBRWGR0Ykgwb0FGOFR4TXBiYWNmU2dDOVozNjMwZTlRUVBlZ0MxTGJKT01Pb2I2MEFSZjJaQmpIbHJqNlVBTk9sMitNZVd1UHBRQklsdWx1bUVHQjdVQWYvMlE9PSI+Cgk8L2ltYWdlPgo8L3N2Zz4=\"\n                            }\n                        },\n                        \"order_column\": 600843,\n                        \"created_at\": \"2024-01-22T12:06:09.000000Z\",\n                        \"updated_at\": \"2024-01-22T12:06:09.000000Z\"\n                    }\n                ],\n                \"country_detail\": {\n                    \"id\": 98,\n                    \"name\": \"India\",\n                    \"code\": \"IN\",\n                    \"dial_code\": \"+91\",\n                    \"currency_name\": \"Indian rupee\",\n                    \"currency_symbol\": \"Rs.\",\n                    \"currency_code\": \"INR\",\n                    \"created_at\": null,\n                    \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                    \"name_with_symbole\": \"Indian rupee - Rs.\"\n                }\n            },\n            \"media\": []\n        },\n        \"currency_country\": {\n            \"currency_code\": \"INR\",\n            \"currency_symbol\": \"Rs.\",\n            \"name_with_symbole\": \" - Rs.\"\n        },\n        \"shop\": {\n            \"weight_unit\": \"gm\",\n            \"name\": \"violetplants\",\n            \"id\": 4147,\n            \"override_taxes\": true,\n            \"dimension_unit\": \"inch\",\n            \"left_days_14_day_trial\": 14,\n            \"country\": null,\n            \"currency_country\": null\n        },\n        \"warehouses\": [],\n        \"shipping_service_provider\": null,\n        \"warehouse\": null\n    }\n}"}],"_postman_id":"583c9469-b7da-41bd-a16e-53b7c4759a3b"},{"name":"generate-shipping-label","id":"0addd850-da07-4356-9ed4-b38530c86158","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"vendorOrderId\":13751487,\"ignore_warnings\":false,\"shipping_service_provider\":25054}","options":{"raw":{"language":"json"}}},"url":"https://api-v2.shipturtle.com/api/v1/orders/generate-label","description":"<p>This API endpoint is a POST request to generate a label for an order. The request should include the vendorOrderId in body with required data. The response will contain the details of the order details, including AWB number and label file. You can get tracking number and label file path in respected keys awb, awb_label.</p>\n<p>Refer body parameters and response body of exmaple for more details.</p>\n<p>Details like weight , dimentions and shipping provider must be set in vendor order before trying to generate label using this API.</p>\n<h3 id=\"status-code\">Status code</h3>\n<p>200 - Success / OK</p>\n<p>201 - Created</p>\n<p>202 - Accepted</p>\n<p>204 - No Content</p>\n<p>400 - Bad request</p>\n<p>401 - Unauthorized error</p>\n<p>500 - Internal server error</p>\n","urlObject":{"protocol":"https","path":["api","v1","orders","generate-label"],"host":["api-v2","shipturtle","com"],"query":[],"variable":[]}},"response":[{"id":"962d5390-3a44-49ba-9e12-a53e0d9ffbaf","name":"generate-shipping-label","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://api.shipturtle.com/api/v1/orders/generate-label?vendorOrderId=6534639","protocol":"https","host":["api","shipturtle","com"],"path":["api","v1","orders","generate-label"],"query":[{"key":"vendorOrderId","value":"6534639"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 22 Dec 2023 11:31:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"998"},{"key":"Vary","value":"Origin,Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"user_id\": 92574581039,\n        \"pick_listed\": false,\n        \"gateway\": \"manual\",\n        \"total_weight\": 0,\n        \"total_price\": 111,\n        \"status\": \"New Orders\",\n        \"email\": \"abcd@gmail.com\",\n        \"provider\": \"shopify\",\n        \"invoice_number\": null,\n        \"awb\": \"Generating Shipping label\",\n        \"processed_at\": \"2023-12-22 12:33:54\",\n        \"customer\": \"{\\\"id\\\": 7630784266543, \\\"note\\\": null, \\\"tags\\\": \\\"\\\", \\\"email\\\": \\\"abcd@gmail.com\\\", \\\"phone\\\": \\\"+911234567890\\\", \\\"state\\\": \\\"disabled\\\", \\\"currency\\\": \\\"INR\\\", \\\"last_name\\\": \\\"joshi\\\", \\\"created_at\\\": \\\"2023-10-11T15:14:50+05:30\\\", \\\"first_name\\\": \\\"varshil\\\", \\\"tax_exempt\\\": false, \\\"updated_at\\\": \\\"2023-12-22T15:21:35+05:30\\\", \\\"tax_exemptions\\\": [], \\\"verified_email\\\": true, \\\"default_address\\\": {\\\"id\\\": 9782726361391, \\\"zip\\\": null, \\\"city\\\": \\\"\\\", \\\"name\\\": \\\"het pansara\\\", \\\"phone\\\": null, \\\"company\\\": null, \\\"country\\\": \\\"India\\\", \\\"default\\\": true, \\\"address1\\\": \\\"\\\", \\\"address2\\\": null, \\\"province\\\": \\\"Andaman and Nicobar Islands\\\", \\\"last_name\\\": \\\"pansara\\\", \\\"first_name\\\": \\\"het\\\", \\\"customer_id\\\": 7630784266543, \\\"country_code\\\": \\\"IN\\\", \\\"country_name\\\": \\\"India\\\", \\\"province_code\\\": \\\"AN\\\"}, \\\"accepts_marketing\\\": false, \\\"admin_graphql_api_id\\\": \\\"gid://shopify/Customer/7630784266543\\\", \\\"multipass_identifier\\\": null, \\\"sms_marketing_consent\\\": {\\\"state\\\": \\\"not_subscribed\\\", \\\"opt_in_level\\\": \\\"single_opt_in\\\", \\\"consent_updated_at\\\": null, \\\"consent_collected_from\\\": \\\"SHOPIFY\\\"}, \\\"marketing_opt_in_level\\\": null, \\\"email_marketing_consent\\\": {\\\"state\\\": \\\"not_subscribed\\\", \\\"opt_in_level\\\": \\\"single_opt_in\\\", \\\"consent_updated_at\\\": null}, \\\"accepts_marketing_updated_at\\\": \\\"2023-12-20T14:08:55+05:30\\\"}\",\n        \"id\": 6534639,\n        \"invoice_download\": null,\n        \"awb_label\": \"https://d2i9a0muccv7uq.cloudfront.net/s3/4147/generate_awbs/2914_Madhukar_het-pansara.pdf\",\n        \"order_id\": 1925031480554,\n        \"company_id\": 212739,\n        \"shipping_provider\": null,\n        \"billing_address_id\": 9574272,\n        \"shipping_address_id\": 9439747,\n        \"shipping_service_provider_id\": null,\n        \"generating_awb\": false,\n        \"shipping_errors\": null,\n        \"mail_sent\": 0,\n        \"shipping_price\": null,\n        \"total_tax\": 11,\n        \"total_amount_excluding_taxes\": 100,\n        \"height\": 3,\n        \"width\": 2,\n        \"length\": 1,\n        \"tracking_status\": \"Label Created\",\n        \"tracking_message\": null,\n        \"order_number\": \"2914\",\n        \"status_sequence\": 1,\n        \"estimated_cost\": null,\n        \"shop_id\": 4147,\n        \"name\": \"#2914\",\n        \"warehouse_id\": 24472,\n        \"automate_shipment\": true,\n        \"shipping_address\": {\n            \"zip\": null,\n            \"city\": \"\",\n            \"name\": \"het pansara\",\n            \"email\": \"abcd@gmail.com\",\n            \"phone\": \"\",\n            \"company\": null,\n            \"country\": \"India\",\n            \"address1\": \"\",\n            \"address2\": \"\",\n            \"latitude\": null,\n            \"province\": \"Andaman and Nicobar Islands\",\n            \"last_name\": \"pansara\",\n            \"longitude\": null,\n            \"first_name\": \"het\",\n            \"country_code\": \"IN\",\n            \"province_code\": \"AN\"\n        },\n        \"total_line_items_price\": 100,\n        \"total_discounts\": 0,\n        \"checkout_id\": 37156606968111,\n        \"tracking_link\": null,\n        \"payment_reconciliation_status\": \"pending\",\n        \"freight_reconciliation_status\": \"pending\",\n        \"payment_recon_id\": null,\n        \"freight_recon_id\": null,\n        \"billing_address\": {\n            \"zip\": null,\n            \"city\": \"\",\n            \"name\": \"het pansara\",\n            \"phone\": null,\n            \"company\": null,\n            \"country\": \"India\",\n            \"address1\": \"\",\n            \"address2\": null,\n            \"latitude\": null,\n            \"province\": \"Andaman and Nicobar Islands\",\n            \"last_name\": \"pansara\",\n            \"longitude\": null,\n            \"first_name\": \"het\",\n            \"country_code\": \"IN\",\n            \"province_code\": \"AN\"\n        },\n        \"currency\": \"INR\",\n        \"last_tracked_at\": null,\n        \"unique_name\": \"#2914_Madhukar\",\n        \"label\": null,\n        \"note\": null,\n        \"awb_created_at\": \"2023-12-22 11:31:53\",\n        \"custom_data\": null,\n        \"awb_custom_courier_name\": null,\n        \"requires_shipping\": false,\n        \"type_of_order\": \"forward_order\",\n        \"return_status\": null,\n        \"return_order_link\": null,\n        \"pickup_address\": null,\n        \"manifest_id\": null,\n        \"is_cod\": 1,\n        \"merchant_notes\": null,\n        \"is_customize\": false,\n        \"insurance_amount\": null,\n        \"insurance_cost\": null,\n        \"challan_number\": null,\n        \"challan_path\": null,\n        \"challan_download\": null,\n        \"challan_date\": null,\n        \"financial_status\": \"pending\",\n        \"tags\": \"\",\n        \"rag_status\": null,\n        \"rag_status_updated_on\": null,\n        \"processed_at_timestamp\": 1703248434,\n        \"mail_sent_for_ndr\": 0,\n        \"total_outstanding\": 111,\n        \"fulfillment_id\": 1,\n        \"estimated_delivery_time\": null,\n        \"payment_gateway_names\": \"\\\"[\\\\\\\"manual\\\\\\\"]\\\"\",\n        \"note_attributes\": null,\n        \"unique_order_number\": \"#2914_Madhukar\",\n        \"shipping_label_status\": \"Label Created\",\n        \"invoice_generated\": \"\",\n        \"shipping_service\": \"Not Selected\",\n        \"payment\": 111,\n        \"customer_address\": {\n            \"id\": 7630784266543,\n            \"note\": null,\n            \"tags\": \"\",\n            \"email\": \"abcd@gmail.com\",\n            \"phone\": \"+911234567890\",\n            \"state\": \"disabled\",\n            \"currency\": \"INR\",\n            \"last_name\": \"joshi\",\n            \"created_at\": \"2023-10-11T15:14:50+05:30\",\n            \"first_name\": \"varshil\",\n            \"tax_exempt\": false,\n            \"updated_at\": \"2023-12-22T15:21:35+05:30\",\n            \"tax_exemptions\": [],\n            \"verified_email\": true,\n            \"default_address\": {\n                \"id\": 9782726361391,\n                \"zip\": null,\n                \"city\": \"\",\n                \"name\": \"het pansara\",\n                \"phone\": null,\n                \"company\": null,\n                \"country\": \"India\",\n                \"default\": true,\n                \"address1\": \"\",\n                \"address2\": null,\n                \"province\": \"Andaman and Nicobar Islands\",\n                \"last_name\": \"pansara\",\n                \"first_name\": \"het\",\n                \"customer_id\": 7630784266543,\n                \"country_code\": \"IN\",\n                \"country_name\": \"India\",\n                \"province_code\": \"AN\"\n            },\n            \"accepts_marketing\": false,\n            \"admin_graphql_api_id\": \"gid://shopify/Customer/7630784266543\",\n            \"multipass_identifier\": null,\n            \"sms_marketing_consent\": {\n                \"state\": \"not_subscribed\",\n                \"opt_in_level\": \"single_opt_in\",\n                \"consent_updated_at\": null,\n                \"consent_collected_from\": \"SHOPIFY\"\n            },\n            \"marketing_opt_in_level\": null,\n            \"email_marketing_consent\": {\n                \"state\": \"not_subscribed\",\n                \"opt_in_level\": \"single_opt_in\",\n                \"consent_updated_at\": null\n            },\n            \"accepts_marketing_updated_at\": \"2023-12-20T14:08:55+05:30\"\n        },\n        \"payment_status\": \"COD\",\n        \"errors\": {\n            \"errors\": {\n                \"shipping_service_provider\": {\n                    \"shipping_service_provider_id\": \"Please select Shipping Partner.\",\n                    \"total_weight\": \"Please input package weight.\"\n                }\n            },\n            \"hasErrors\": true,\n            \"canGenerateAwb\": false,\n            \"canFetchRate\": true,\n            \"canConfirmOrder\": true,\n            \"generatingInvoice\": true\n        },\n        \"shipper_address\": null,\n        \"total_amount_including_tax\": 111,\n        \"shipment_tracker\": null,\n        \"shipping_details\": null,\n        \"is_cod_order\": false,\n        \"freight_payment\": null,\n        \"automate_shipment_status\": \"A\",\n        \"is_delivered\": false,\n        \"tax_info\": true,\n        \"order_status\": null,\n        \"order_sequence_name\": \"New Orders\",\n        \"slug\": \"#2914_Madhukar-6534639\",\n        \"line_item_counts\": 1,\n        \"pickup_warehouse_address\": null,\n        \"ndr_api_available\": false,\n        \"company\": {\n            \"type_of_vendor\": \"dropshipper\",\n            \"title\": \"Madhukar\",\n            \"id\": 212739,\n            \"email\": null,\n            \"is_master\": null,\n            \"add_notes_before_confirming_orders\": false,\n            \"logo\": null,\n            \"logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n            \"is_general_setting_done\": true,\n            \"is_invoice_setting_done\": false,\n            \"is_label_setting_done\": false,\n            \"is_gst_enabled\": false,\n            \"billing_detail\": \"\",\n            \"warehouse_address\": \"</br>\",\n            \"contact_information\": \"\",\n            \"status\": \"Active\",\n            \"global_commission\": null,\n            \"global_discount_shared_by_vendor\": null,\n            \"global_commission_calculated_on_product_price_discounted_price\": null,\n            \"global_commission_calculated_tax_type\": null,\n            \"global_shipping_charge_commission_type\": null,\n            \"global_shipping_charge_commission\": null,\n            \"global_fixed_commission\": null,\n            \"is_drop_shipper\": true,\n            \"state\": null,\n            \"first_email\": \"no-reply@shipturtle.com\",\n            \"invoice_state\": null,\n            \"banner\": null,\n            \"banner_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n            \"frontend_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n            \"navbar_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n            \"email_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n            \"invoice_country_detail\": null,\n            \"commission_tags\": null,\n            \"media\": [],\n            \"parent\": null\n        },\n        \"shop\": {\n            \"weight_unit\": \"gm\",\n            \"name\": \"violetplants\",\n            \"id\": 4147,\n            \"override_taxes\": false,\n            \"dimension_unit\": \"inch\",\n            \"left_days_14_day_trial\": 14,\n            \"country\": null,\n            \"currency_country\": null\n        },\n        \"reconciliation\": null,\n        \"warehouses\": [\n            {\n                \"company_id\": 212739,\n                \"shop_id\": 4147,\n                \"id\": 24472,\n                \"is_default\": true,\n                \"title\": \"varshil-test\",\n                \"warehouse_address\": \"varshil-test</br>\",\n                \"shipper_address\": \"varshil-test</br>\",\n                \"country_title\": null,\n                \"default\": \"yes\",\n                \"state\": null,\n                \"return_country_title\": null,\n                \"return_state\": null,\n                \"country\": null,\n                \"return_country\": null\n            }\n        ],\n        \"payment_reconciliation\": null,\n        \"shipping_service_provider\": null,\n        \"currency_country\": {\n            \"currency_code\": \"INR\",\n            \"currency_symbol\": \"Rs.\",\n            \"name_with_symbole\": \" - Rs.\"\n        },\n        \"variant_images\": [\n            {\n                \"variant_id\": 19674546,\n                \"vendor_order_id\": 6534639,\n                \"quantity\": 1,\n                \"title\": \"1000x1000 test\",\n                \"billable_quantity\": 1,\n                \"total_value_including_tax\": 0,\n                \"taxable_price\": 0,\n                \"line_item_tax\": 0,\n                \"sku_barcode\": \"\",\n                \"variant\": {\n                    \"id\": 19674546,\n                    \"image\": null,\n                    \"product_id\": 6959394,\n                    \"image_link\": null,\n                    \"overridden_commission_level\": \"global\",\n                    \"overridden_commission\": 0,\n                    \"overridden_fixed_commission\": 0,\n                    \"file_history\": null,\n                    \"product\": {\n                        \"image\": null,\n                        \"id\": 6959394,\n                        \"image_link\": null,\n                        \"images_link\": null,\n                        \"uploaded_images\": [],\n                        \"product_type\": null,\n                        \"media\": []\n                    },\n                    \"company\": null\n                },\n                \"shop\": null\n            }\n        ],\n        \"vendor_channel_order\": null,\n        \"warehouse\": {\n            \"id\": 24472,\n            \"title\": \"varshil-test\",\n            \"created_at\": \"2023-12-20T07:26:06.000000Z\",\n            \"updated_at\": \"2023-12-20T07:26:06.000000Z\",\n            \"contact_name\": \"varshil-test\",\n            \"phone\": \"4567891230\",\n            \"email\": \"varshil@gmail.com\",\n            \"address_line_1\": \"shipturtle\",\n            \"address_line_2\": \"shipturtle\",\n            \"pincode\": \"380004\",\n            \"city\": \"Ahmedabad\",\n            \"province\": \"GJ\",\n            \"country_code\": \"IN\",\n            \"company_id\": 212739,\n            \"is_default\": true,\n            \"office_close_time\": null,\n            \"channel_id\": null,\n            \"channel\": null,\n            \"deleted_at\": null,\n            \"shop_id\": 4147,\n            \"warehouse_details_same_as_company_details\": false,\n            \"parent_id\": null,\n            \"return_contact_name\": \"varshil-test\",\n            \"return_email\": \"varshil@gmail.com\",\n            \"return_address_line_1\": \"shipturtle\",\n            \"return_address_line_2\": \"shipturtle\",\n            \"return_phone\": \"4567891230\",\n            \"return_pincode\": \"380004\",\n            \"return_city\": \"Ahmedabad\",\n            \"return_province\": \"GJ\",\n            \"return_country_code\": \"IN\",\n            \"return_details_same_as_pickup_details\": true,\n            \"return_title\": \"varshil-test\",\n            \"meta_info\": null,\n            \"warehouse_address\": \"varshil-test</br>Ahmedabad</br>Gujarat</br>India\",\n            \"shipper_address\": \"varshil-test</br>shipturtle,shipturtle</br>380004,Ahmedabad</br>varshil@gmail.com</br>4567891230</br>\",\n            \"country_title\": \"India\",\n            \"default\": \"yes\",\n            \"state\": {\n                \"id\": 13,\n                \"code\": \"GJ\",\n                \"tin\": 24,\n                \"title\": \"Gujarat\",\n                \"created_at\": \"2019-08-03T17:48:42.000000Z\",\n                \"updated_at\": \"2020-03-28T04:51:45.000000Z\",\n                \"deleted_at\": null,\n                \"country_code\": \"IN\"\n            },\n            \"return_country_title\": \"India\",\n            \"return_state\": {\n                \"id\": 13,\n                \"code\": \"GJ\",\n                \"tin\": 24,\n                \"title\": \"Gujarat\",\n                \"created_at\": \"2019-08-03T17:48:42.000000Z\",\n                \"updated_at\": \"2020-03-28T04:51:45.000000Z\",\n                \"deleted_at\": null,\n                \"country_code\": \"IN\"\n            },\n            \"country\": {\n                \"id\": 98,\n                \"name\": \"India\",\n                \"code\": \"IN\",\n                \"dial_code\": \"+91\",\n                \"currency_name\": \"Indian rupee\",\n                \"currency_symbol\": \"Rs.\",\n                \"currency_code\": \"INR\",\n                \"created_at\": null,\n                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                \"name_with_symbole\": \"Indian rupee - Rs.\"\n            },\n            \"return_country\": {\n                \"id\": 98,\n                \"name\": \"India\",\n                \"code\": \"IN\",\n                \"dial_code\": \"+91\",\n                \"currency_name\": \"Indian rupee\",\n                \"currency_symbol\": \"Rs.\",\n                \"currency_code\": \"INR\",\n                \"created_at\": null,\n                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                \"name_with_symbole\": \"Indian rupee - Rs.\"\n            }\n        }\n    }\n}"}],"_postman_id":"0addd850-da07-4356-9ed4-b38530c86158"},{"name":"fetch-invoice-number","id":"cf595d76-95fd-44b9-ba52-939679b59ea4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-v2.shipturtle.com/api/v1/orders/fetchinvoicenumber/6620774","description":"<h3 id=\"fetch-invoice-number\">Fetch Invoice Number</h3>\n<p>This endpoint retrieves the invoice number associated with a specific order.</p>\n<h3 id=\"status-code\">Status code</h3>\n<p>200 - Success / OK</p>\n<p>201 - Created</p>\n<p>202 - Accepted</p>\n<p>204 - No Content</p>\n<p>400 - Bad request</p>\n<p>401 - Unauthorized error</p>\n<p>500 - Internal server error</p>\n","urlObject":{"protocol":"https","path":["api","v1","orders","fetchinvoicenumber","6620774"],"host":["api-v2","shipturtle","com"],"query":[],"variable":[]}},"response":[{"id":"cee52378-4897-42fe-bf5e-2b999e27b71c","name":"fetch-invoice-number","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiZmJhODRlYjY4YjdlYTIzMzc0MDMyMDY2ZDA3NmFiMzdhNzU5MTcwOTJhZDhjZTVmNTJkZjRjNjUyNTY0Yzc3ZWIwZmIwYWY1OGM5YWIyY2EiLCJpYXQiOjE3MDQwODY3NzMsIm5iZiI6MTcwNDA4Njc3MywiZXhwIjoxNzA1MzgyNzczLCJzdWIiOiIyODM0NCIsInNjb3BlcyI6W119.j8gN2ov31scXqejvMB0HiTxWw45ruA9MhcmMULbYEiSYzos-Yt0BAEEIRtBEoAjDPimZt7BKTP0L19oSYqsxULBsFmVZJFMJEEBAVLy8GCj6WFk-AUszx5qXa9UR5A78UsBE_jwivL81ikAhLxB6L8yYdTBl5QQNEfaSiBYMJ8cHD6TVrvEFu0n6tznSu64NMWQjs10AXMnfpO_PX4FBYWu1U1FisKvJqGGle5qLZRVyvf5iD4DRd-O6Lj8f35z-2pU9uezI-__7LRxju9COG-4Z8rniFQm4Gu0hejLtGiX9jLAdjvD6X0PdNNd-UhNI8IVTLyciLihBX4ugt7f7maDRSG5SN5nsMFG6MCv_YYookqI9lcrr8N_8URmq_NRhjY2PS68gZAH0t8FlaU1DwExks0l6E5MFJXHIe-Y8eVOFkXDv2hljSbqmjX3q3zKYLuBwi296Y5ImdLmqGZuhu266nLSB2YGt_TpCmjQqtxihtAL8jVw1oFQTnChHcg09clMnEp_nY6TDkQcb60RW2P2fLTZFnBuFh1FeoFLrgZc2aRp-wkgWLgZNqOZtD8WnRcwJ_YuXGRkrKwt420ppzWfCmyhoxdVmdrKplHjfa2P-nOmFy6q_XiCV2O1fTVXsTsPbBabklxjEicwAZ2kVoZlf1o7_7TvUk1EXmERQ0dQ","type":"text"}],"url":"https://api.shipturtle.com/api/v1/orders/fetchinvoicenumber/6620774"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Jan 2024 06:58:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"Vary","value":"Origin,Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"invoice_number\": \"2995\",\n        \"set_order_number\": true\n    }\n}"}],"_postman_id":"cf595d76-95fd-44b9-ba52-939679b59ea4"},{"name":"fetch-challan-number","id":"0117615e-17d3-4e0c-ac7c-ca464e1e476e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-v2.shipturtle.com/api/v1/orders/fetch-challan-number/6620774","description":"<p>This API endpoint is used to fetch the challan number for a specific order.</p>\n<p>The request should be sent via an HTTP GET method.</p>\n<h3 id=\"status-code\">Status code</h3>\n<p>200 - Success / OK</p>\n<p>201 - Created</p>\n<p>202 - Accepted</p>\n<p>204 - No Content</p>\n<p>400 - Bad request</p>\n<p>401 - Unauthorized error</p>\n<p>500 - Internal server error</p>\n","urlObject":{"protocol":"https","path":["api","v1","orders","fetch-challan-number","6620774"],"host":["api-v2","shipturtle","com"],"query":[],"variable":[]}},"response":[{"id":"b808c7d2-2a01-4e55-a8c4-578ea462df72","name":"fetch-challan-number","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiZmJhODRlYjY4YjdlYTIzMzc0MDMyMDY2ZDA3NmFiMzdhNzU5MTcwOTJhZDhjZTVmNTJkZjRjNjUyNTY0Yzc3ZWIwZmIwYWY1OGM5YWIyY2EiLCJpYXQiOjE3MDQwODY3NzMsIm5iZiI6MTcwNDA4Njc3MywiZXhwIjoxNzA1MzgyNzczLCJzdWIiOiIyODM0NCIsInNjb3BlcyI6W119.j8gN2ov31scXqejvMB0HiTxWw45ruA9MhcmMULbYEiSYzos-Yt0BAEEIRtBEoAjDPimZt7BKTP0L19oSYqsxULBsFmVZJFMJEEBAVLy8GCj6WFk-AUszx5qXa9UR5A78UsBE_jwivL81ikAhLxB6L8yYdTBl5QQNEfaSiBYMJ8cHD6TVrvEFu0n6tznSu64NMWQjs10AXMnfpO_PX4FBYWu1U1FisKvJqGGle5qLZRVyvf5iD4DRd-O6Lj8f35z-2pU9uezI-__7LRxju9COG-4Z8rniFQm4Gu0hejLtGiX9jLAdjvD6X0PdNNd-UhNI8IVTLyciLihBX4ugt7f7maDRSG5SN5nsMFG6MCv_YYookqI9lcrr8N_8URmq_NRhjY2PS68gZAH0t8FlaU1DwExks0l6E5MFJXHIe-Y8eVOFkXDv2hljSbqmjX3q3zKYLuBwi296Y5ImdLmqGZuhu266nLSB2YGt_TpCmjQqtxihtAL8jVw1oFQTnChHcg09clMnEp_nY6TDkQcb60RW2P2fLTZFnBuFh1FeoFLrgZc2aRp-wkgWLgZNqOZtD8WnRcwJ_YuXGRkrKwt420ppzWfCmyhoxdVmdrKplHjfa2P-nOmFy6q_XiCV2O1fTVXsTsPbBabklxjEicwAZ2kVoZlf1o7_7TvUk1EXmERQ0dQ","type":"text"}],"url":"https://api.shipturtle.com/api/v1/orders/fetch-challan-number/6620774"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Jan 2024 07:03:41 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"Vary","value":"Origin,Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"challan_number\": \"Invoice2995\"\n    }\n}"}],"_postman_id":"0117615e-17d3-4e0c-ac7c-ca464e1e476e"},{"name":"custom-generate-label","id":"06872353-6881-4494-882d-dcdc578a0237","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"awb_number","value":"1111111111111","description":"<p>AWB number for shipping</p>\n","type":"text"},{"key":"estimated_cost","value":"12","description":"<p>Estimate cost for shipping. Optional</p>\n","type":"text"},{"key":"tracking_link","value":"","description":"<p>tracking link provided for users. Optional</p>\n","type":"text"},{"key":"shipping_provider","value":"delhivery","description":"<p>shipping provider name</p>\n","type":"text"},{"key":"vendorOrderId","value":"6610120","description":"<p>vendor order id </p>\n","type":"text"}]},"url":"https://api-v2.shipturtle.com/api/v1/orders/custom-generate-label","description":"<p>This endpoint is used to generate a custom label for an order. The request should be sent as an HTTP POST to the specified URL. The request body should be of form-data type mentioned in form-data.</p>\n<p>The response to the request will have a status code of 202 and will include detailed information about the order and the label generation process. The \"data\" object in the response contains various details such as order details, including AWB number and label file. You can get tracking number and label file path in respected keys awb, awb_label.</p>\n<p>Please note that the response provides comprehensive information about the order and the label generation status.</p>\n<h3 id=\"status-code\">Status code</h3>\n<p>200 - Success / OK</p>\n<p>201 - Created</p>\n<p>202 - Accepted</p>\n<p>204 - No Content</p>\n<p>400 - Bad request</p>\n<p>401 - Unauthorized error</p>\n<p>500 - Internal server error</p>\n","urlObject":{"protocol":"https","path":["api","v1","orders","custom-generate-label"],"host":["api-v2","shipturtle","com"],"query":[],"variable":[]}},"response":[{"id":"736fffcd-fefa-4184-bcaa-78ff1909d653","name":"custom-generate-label","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"awb_number","value":"2","type":"text"},{"key":"estimated_cost","value":"12","type":"text"},{"key":"tracking_link","value":"1","type":"text"},{"key":"shipping_provider","value":"delhivery","type":"text"},{"key":"vendorOrderId","value":"6610120","type":"text"}],"options":{"raw":{"language":"json"}}},"url":"https://api.shipturtle.com/api/v1/orders/custom-generate-label"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Jan 2024 07:30:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"Vary","value":"Origin,Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"user_id\": 92574581039,\n        \"pick_listed\": false,\n        \"gateway\": \"manual\",\n        \"total_weight\": 5,\n        \"total_price\": 590,\n        \"status\": \"New Orders\",\n        \"email\": \"rajdip.shipturtle@gmail.com\",\n        \"provider\": \"shopify\",\n        \"invoice_number\": null,\n        \"awb\": \"2\",\n        \"processed_at\": \"2023-12-29 18:04:43\",\n        \"customer\": \"{\\\"id\\\": 7864611733807, \\\"note\\\": null, \\\"tags\\\": \\\"\\\", \\\"email\\\": \\\"rajdip.shipturtle@gmail.com\\\", \\\"phone\\\": null, \\\"state\\\": \\\"disabled\\\", \\\"currency\\\": \\\"INR\\\", \\\"last_name\\\": \\\"jalondhara\\\", \\\"created_at\\\": \\\"2023-12-27T13:02:22+05:30\\\", \\\"first_name\\\": \\\"Rajdeep\\\", \\\"tax_exempt\\\": false, \\\"updated_at\\\": \\\"2023-12-29T18:04:44+05:30\\\", \\\"tax_exemptions\\\": [], \\\"verified_email\\\": true, \\\"default_address\\\": {\\\"id\\\": 9899588780335, \\\"zip\\\": \\\"380050\\\", \\\"city\\\": \\\"Ahmedabad\\\", \\\"name\\\": \\\"Rajdeep Jalondhara\\\", \\\"phone\\\": null, \\\"company\\\": null, \\\"country\\\": \\\"India\\\", \\\"default\\\": true, \\\"address1\\\": \\\"ABC 1, Navrangpura abc Prakash Nagar Navrangpura\\\", \\\"address2\\\": null, \\\"province\\\": \\\"Gujarat\\\", \\\"last_name\\\": \\\"Jalondhara\\\", \\\"first_name\\\": \\\"Rajdeep\\\", \\\"customer_id\\\": 7864611733807, \\\"country_code\\\": \\\"IN\\\", \\\"country_name\\\": \\\"India\\\", \\\"province_code\\\": \\\"GJ\\\"}, \\\"accepts_marketing\\\": false, \\\"admin_graphql_api_id\\\": \\\"gid://shopify/Customer/7864611733807\\\", \\\"multipass_identifier\\\": null, \\\"sms_marketing_consent\\\": null, \\\"marketing_opt_in_level\\\": null, \\\"email_marketing_consent\\\": {\\\"state\\\": \\\"not_subscribed\\\", \\\"opt_in_level\\\": \\\"single_opt_in\\\", \\\"consent_updated_at\\\": null}, \\\"accepts_marketing_updated_at\\\": \\\"2023-12-27T13:02:22+05:30\\\"}\",\n        \"id\": 6610120,\n        \"invoice_download\": null,\n        \"awb_label\": \"https://d2i9a0muccv7uq.cloudfront.net/s3/4147/generate_awbs/2989_Rajdeep_Rajdeep-Jalondhara.pdf\",\n        \"order_id\": 1925031552081,\n        \"company_id\": 234805,\n        \"shipping_provider\": \"delhivery\",\n        \"billing_address_id\": 9700218,\n        \"shipping_address_id\": 9565523,\n        \"shipping_service_provider_id\": null,\n        \"generating_awb\": false,\n        \"shipping_errors\": null,\n        \"mail_sent\": 0,\n        \"shipping_price\": \"0\",\n        \"total_tax\": 90,\n        \"total_amount_excluding_taxes\": 500,\n        \"height\": 2,\n        \"width\": 2,\n        \"length\": 3,\n        \"tracking_status\": \"Auto Tracking U/A\",\n        \"tracking_message\": null,\n        \"order_number\": \"2989\",\n        \"status_sequence\": 1,\n        \"estimated_cost\": \"12\",\n        \"shop_id\": 4147,\n        \"name\": \"#2989\",\n        \"warehouse_id\": 24575,\n        \"automate_shipment\": false,\n        \"shipping_address\": {\n            \"zip\": \"380050\",\n            \"city\": \"Ahmedabad\",\n            \"name\": \"Rajdeep Jalondhara\",\n            \"email\": \"rajdip.shipturtle@gmail.com\",\n            \"phone\": \"\",\n            \"company\": null,\n            \"country\": \"India\",\n            \"address1\": \"ABC 1, Navrangpura abc Prakash Naga\",\n            \"address2\": \"r Navrangpura\",\n            \"latitude\": 23.0329326,\n            \"province\": \"Gujarat\",\n            \"last_name\": \"Jalondhara\",\n            \"longitude\": 72.55588259999999,\n            \"first_name\": \"Rajdeep\",\n            \"country_code\": \"IN\",\n            \"province_code\": \"GJ\"\n        },\n        \"total_line_items_price\": 500,\n        \"total_discounts\": 0,\n        \"checkout_id\": 37171578143023,\n        \"tracking_link\": \"https://www.delhivery.com/track/package/2\",\n        \"payment_reconciliation_status\": \"pending\",\n        \"freight_reconciliation_status\": \"pending\",\n        \"payment_recon_id\": null,\n        \"freight_recon_id\": null,\n        \"billing_address\": {\n            \"zip\": \"380050\",\n            \"city\": \"Ahmedabad\",\n            \"name\": \"Rajdeep Jalondhara\",\n            \"phone\": null,\n            \"company\": null,\n            \"country\": \"India\",\n            \"address1\": \"ABC 1, Navrangpura abc Prakash Nagar Navrangpura\",\n            \"address2\": null,\n            \"latitude\": null,\n            \"province\": \"Gujarat\",\n            \"last_name\": \"Jalondhara\",\n            \"longitude\": null,\n            \"first_name\": \"Rajdeep\",\n            \"country_code\": \"IN\",\n            \"province_code\": \"GJ\"\n        },\n        \"currency\": \"INR\",\n        \"last_tracked_at\": null,\n        \"unique_name\": \"#2989_Rajdeep\",\n        \"label\": null,\n        \"note\": null,\n        \"awb_created_at\": \"2024-01-01 07:30:53\",\n        \"custom_data\": null,\n        \"awb_custom_courier_name\": null,\n        \"requires_shipping\": true,\n        \"type_of_order\": \"forward_order\",\n        \"return_status\": null,\n        \"return_order_link\": null,\n        \"pickup_address\": null,\n        \"manifest_id\": null,\n        \"is_cod\": 0,\n        \"merchant_notes\": null,\n        \"is_customize\": false,\n        \"insurance_amount\": null,\n        \"insurance_cost\": null,\n        \"challan_number\": null,\n        \"challan_path\": null,\n        \"challan_download\": null,\n        \"challan_date\": null,\n        \"financial_status\": \"paid\",\n        \"tags\": \"\",\n        \"rag_status\": null,\n        \"rag_status_updated_on\": null,\n        \"processed_at_timestamp\": 1703873083,\n        \"mail_sent_for_ndr\": 0,\n        \"total_outstanding\": 0,\n        \"fulfillment_id\": null,\n        \"estimated_delivery_time\": null,\n        \"payment_gateway_names\": \"\\\"[\\\\\\\"manual\\\\\\\"]\\\"\",\n        \"note_attributes\": null,\n        \"unique_order_number\": \"#2989_Rajdeep\",\n        \"shipping_label_status\": \"Label Created\",\n        \"invoice_generated\": \"\",\n        \"shipping_service\": \"Not Selected\",\n        \"payment\": 590,\n        \"customer_address\": {\n            \"id\": 7864611733807,\n            \"note\": null,\n            \"tags\": \"\",\n            \"email\": \"rajdip.shipturtle@gmail.com\",\n            \"phone\": null,\n            \"state\": \"disabled\",\n            \"currency\": \"INR\",\n            \"last_name\": \"jalondhara\",\n            \"created_at\": \"2023-12-27T13:02:22+05:30\",\n            \"first_name\": \"Rajdeep\",\n            \"tax_exempt\": false,\n            \"updated_at\": \"2023-12-29T18:04:44+05:30\",\n            \"tax_exemptions\": [],\n            \"verified_email\": true,\n            \"default_address\": {\n                \"id\": 9899588780335,\n                \"zip\": \"380050\",\n                \"city\": \"Ahmedabad\",\n                \"name\": \"Rajdeep Jalondhara\",\n                \"phone\": null,\n                \"company\": null,\n                \"country\": \"India\",\n                \"default\": true,\n                \"address1\": \"ABC 1, Navrangpura abc Prakash Nagar Navrangpura\",\n                \"address2\": null,\n                \"province\": \"Gujarat\",\n                \"last_name\": \"Jalondhara\",\n                \"first_name\": \"Rajdeep\",\n                \"customer_id\": 7864611733807,\n                \"country_code\": \"IN\",\n                \"country_name\": \"India\",\n                \"province_code\": \"GJ\"\n            },\n            \"accepts_marketing\": false,\n            \"admin_graphql_api_id\": \"gid://shopify/Customer/7864611733807\",\n            \"multipass_identifier\": null,\n            \"sms_marketing_consent\": null,\n            \"marketing_opt_in_level\": null,\n            \"email_marketing_consent\": {\n                \"state\": \"not_subscribed\",\n                \"opt_in_level\": \"single_opt_in\",\n                \"consent_updated_at\": null\n            },\n            \"accepts_marketing_updated_at\": \"2023-12-27T13:02:22+05:30\"\n        },\n        \"payment_status\": \"PP\",\n        \"errors\": {\n            \"errors\": {\n                \"shipping_service_provider\": {\n                    \"check_oda\": \"Cannot Deliver Please select another provider\"\n                }\n            },\n            \"hasErrors\": true,\n            \"canGenerateAwb\": false,\n            \"canFetchRate\": true,\n            \"canConfirmOrder\": true,\n            \"generatingInvoice\": true\n        },\n        \"shipper_address\": null,\n        \"total_amount_including_tax\": 590,\n        \"shipment_tracker\": null,\n        \"shipping_details\": null,\n        \"is_cod_order\": false,\n        \"freight_payment\": \"0\",\n        \"automate_shipment_status\": \"M\",\n        \"is_delivered\": false,\n        \"tax_info\": true,\n        \"order_status\": null,\n        \"order_sequence_name\": \"New Orders\",\n        \"slug\": \"#2989_Rajdeep-6610120\",\n        \"line_item_counts\": 1,\n        \"pickup_warehouse_address\": null,\n        \"ndr_api_available\": true,\n        \"company\": {\n            \"type_of_vendor\": \"dropshipper\",\n            \"title\": \"Rajdeep\",\n            \"id\": 234805,\n            \"email\": null,\n            \"is_master\": null,\n            \"add_notes_before_confirming_orders\": false,\n            \"logo\": null,\n            \"logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n            \"is_general_setting_done\": true,\n            \"is_invoice_setting_done\": false,\n            \"is_label_setting_done\": false,\n            \"is_gst_enabled\": false,\n            \"billing_detail\": \"\",\n            \"warehouse_address\": \"</br>\",\n            \"contact_information\": \"\",\n            \"status\": \"Active\",\n            \"global_commission\": null,\n            \"global_discount_shared_by_vendor\": null,\n            \"global_commission_calculated_on_product_price_discounted_price\": null,\n            \"global_commission_calculated_tax_type\": null,\n            \"global_shipping_charge_commission_type\": null,\n            \"global_shipping_charge_commission\": null,\n            \"global_fixed_commission\": null,\n            \"is_drop_shipper\": true,\n            \"state\": null,\n            \"first_email\": \"no-reply@shipturtle.com\",\n            \"invoice_state\": null,\n            \"banner\": null,\n            \"banner_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n            \"frontend_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n            \"navbar_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n            \"email_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n            \"invoice_country_detail\": null,\n            \"commission_tags\": null,\n            \"media\": [],\n            \"parent\": null\n        },\n        \"shop\": {\n            \"weight_unit\": \"gm\",\n            \"name\": \"violetplants\",\n            \"id\": 4147,\n            \"override_taxes\": false,\n            \"dimension_unit\": \"inch\",\n            \"left_days_14_day_trial\": 14,\n            \"country\": null,\n            \"currency_country\": null\n        },\n        \"reconciliation\": null,\n        \"warehouses\": [\n            {\n                \"company_id\": 234805,\n                \"shop_id\": 4147,\n                \"id\": 24575,\n                \"is_default\": true,\n                \"title\": \"Rajdeep\",\n                \"warehouse_address\": \"Rajdeep</br>\",\n                \"shipper_address\": \"Rajdeep</br>\",\n                \"country_title\": null,\n                \"default\": \"yes\",\n                \"state\": null,\n                \"return_country_title\": null,\n                \"return_state\": null,\n                \"country\": null,\n                \"return_country\": null\n            }\n        ],\n        \"payment_reconciliation\": null,\n        \"shipping_service_provider\": null,\n        \"currency_country\": {\n            \"currency_code\": \"INR\",\n            \"currency_symbol\": \"Rs.\",\n            \"name_with_symbole\": \" - Rs.\"\n        },\n        \"variant_images\": [\n            {\n                \"variant_id\": 22485710,\n                \"vendor_order_id\": 6610120,\n                \"quantity\": 2,\n                \"title\": \"1\",\n                \"billable_quantity\": 2,\n                \"total_value_including_tax\": 0,\n                \"taxable_price\": 0,\n                \"line_item_tax\": 0,\n                \"sku_barcode\": \"\",\n                \"variant\": {\n                    \"id\": 22485710,\n                    \"image\": null,\n                    \"product_id\": 8102141,\n                    \"image_link\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-30.jpg?v=1703840350\",\n                    \"overridden_commission_level\": \"global\",\n                    \"overridden_commission\": 0,\n                    \"overridden_fixed_commission\": 0,\n                    \"file_history\": null,\n                    \"product\": {\n                        \"image\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-30.jpg?v=1703840350\",\n                        \"id\": 8102141,\n                        \"image_link\": null,\n                        \"images_link\": null,\n                        \"uploaded_images\": [],\n                        \"product_type\": null,\n                        \"media\": []\n                    },\n                    \"company\": null\n                },\n                \"shop\": null\n            }\n        ],\n        \"vendor_channel_order\": null,\n        \"warehouse\": {\n            \"id\": 24575,\n            \"title\": \"Rajdeep\",\n            \"created_at\": \"2024-01-01T07:19:08.000000Z\",\n            \"updated_at\": \"2024-01-01T07:19:08.000000Z\",\n            \"contact_name\": \"Rajdeep\",\n            \"phone\": \"1234658970\",\n            \"email\": \"abc@gmail.com\",\n            \"address_line_1\": \"shipturtle\",\n            \"address_line_2\": \"shipturtle\",\n            \"pincode\": null,\n            \"city\": \"Ahmedabad\",\n            \"province\": \"GJ\",\n            \"country_code\": \"IN\",\n            \"company_id\": 234805,\n            \"is_default\": true,\n            \"office_close_time\": null,\n            \"channel_id\": null,\n            \"channel\": null,\n            \"deleted_at\": null,\n            \"shop_id\": 4147,\n            \"warehouse_details_same_as_company_details\": false,\n            \"parent_id\": null,\n            \"return_contact_name\": \"Rajdeep\",\n            \"return_email\": \"abc@gmail.com\",\n            \"return_address_line_1\": \"shipturtle\",\n            \"return_address_line_2\": \"shipturtle\",\n            \"return_phone\": \"1234658970\",\n            \"return_pincode\": null,\n            \"return_city\": \"Ahmedabad\",\n            \"return_province\": \"GJ\",\n            \"return_country_code\": \"IN\",\n            \"return_details_same_as_pickup_details\": true,\n            \"return_title\": \"Rajdeep\",\n            \"meta_info\": null,\n            \"warehouse_address\": \"Rajdeep</br>Ahmedabad</br>Gujarat</br>India\",\n            \"shipper_address\": \"Rajdeep</br>shipturtle,shipturtle</br>Ahmedabad</br>abc@gmail.com</br>1234658970</br>\",\n            \"country_title\": \"India\",\n            \"default\": \"yes\",\n            \"state\": {\n                \"id\": 13,\n                \"code\": \"GJ\",\n                \"tin\": 24,\n                \"title\": \"Gujarat\",\n                \"created_at\": \"2019-08-03T17:48:42.000000Z\",\n                \"updated_at\": \"2020-03-28T04:51:45.000000Z\",\n                \"deleted_at\": null,\n                \"country_code\": \"IN\"\n            },\n            \"return_country_title\": \"India\",\n            \"return_state\": {\n                \"id\": 13,\n                \"code\": \"GJ\",\n                \"tin\": 24,\n                \"title\": \"Gujarat\",\n                \"created_at\": \"2019-08-03T17:48:42.000000Z\",\n                \"updated_at\": \"2020-03-28T04:51:45.000000Z\",\n                \"deleted_at\": null,\n                \"country_code\": \"IN\"\n            },\n            \"country\": {\n                \"id\": 98,\n                \"name\": \"India\",\n                \"code\": \"IN\",\n                \"dial_code\": \"+91\",\n                \"currency_name\": \"Indian rupee\",\n                \"currency_symbol\": \"Rs.\",\n                \"currency_code\": \"INR\",\n                \"created_at\": null,\n                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                \"name_with_symbole\": \"Indian rupee - Rs.\"\n            },\n            \"return_country\": {\n                \"id\": 98,\n                \"name\": \"India\",\n                \"code\": \"IN\",\n                \"dial_code\": \"+91\",\n                \"currency_name\": \"Indian rupee\",\n                \"currency_symbol\": \"Rs.\",\n                \"currency_code\": \"INR\",\n                \"created_at\": null,\n                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                \"name_with_symbole\": \"Indian rupee - Rs.\"\n            }\n        }\n    }\n}"}],"_postman_id":"06872353-6881-4494-882d-dcdc578a0237"},{"name":"generate-invoice","id":"d62ed080-c92f-4ba4-aac2-95f255e696b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"vendorOrderId","value":"6610120","description":"<p>vendor order id</p>\n","type":"text"},{"key":"invoice_number","value":"2989","description":"<p>unique invoice  number generated by Shipturtle app</p>\n","type":"text"}]},"url":"https://api-v2.shipturtle.com/api/v1/orders/generate-invoice","description":"<p>This endpoint is used to generate an invoice for an order. The request should be sent as an HTTP POST to the specified URL. The request body should be of form-data type and include the vendorOrderId and invoice_number parameters. Upon successful execution, the response will have a status code of 201 and will contain detailed information about the generated invoice, including user_id, pick_listed status, total_weight, total_price, status, email, provider, invoice_number, and more.</p>\n<h3 id=\"status-code\">Status code</h3>\n<p>200 - Success / OK</p>\n<p>201 - Created</p>\n<p>202 - Accepted</p>\n<p>204 - No Content</p>\n<p>400 - Bad request</p>\n<p>401 - Unauthorized error</p>\n<p>500 - Internal server error</p>\n","urlObject":{"protocol":"https","path":["api","v1","orders","generate-invoice"],"host":["api-v2","shipturtle","com"],"query":[],"variable":[]}},"response":[{"id":"77402f21-6d11-405b-b1b8-8215fc7c78e4","name":"generate-invoice","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"vendorOrderId","value":"6610120","type":"text"},{"key":"invoice_number","value":"2989","type":"text"}]},"url":"https://api.shipturtle.com/api/v1/orders/generate-invoice"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Jan 2024 07:22:04 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"Vary","value":"Origin,Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"user_id\": 92574581039,\n        \"pick_listed\": false,\n        \"gateway\": \"manual\",\n        \"total_weight\": 5,\n        \"total_price\": 590,\n        \"status\": \"New Orders\",\n        \"email\": \"rajdip.shipturtle@gmail.com\",\n        \"provider\": \"shopify\",\n        \"invoice_number\": \"Invoice2989\",\n        \"awb\": \"2\",\n        \"processed_at\": \"2023-12-29 18:04:43\",\n        \"customer\": \"{\\\"id\\\": 7864611733807, \\\"note\\\": null, \\\"tags\\\": \\\"\\\", \\\"email\\\": \\\"rajdip.shipturtle@gmail.com\\\", \\\"phone\\\": null, \\\"state\\\": \\\"disabled\\\", \\\"currency\\\": \\\"INR\\\", \\\"last_name\\\": \\\"jalondhara\\\", \\\"created_at\\\": \\\"2023-12-27T13:02:22+05:30\\\", \\\"first_name\\\": \\\"Rajdeep\\\", \\\"tax_exempt\\\": false, \\\"updated_at\\\": \\\"2023-12-29T18:04:44+05:30\\\", \\\"tax_exemptions\\\": [], \\\"verified_email\\\": true, \\\"default_address\\\": {\\\"id\\\": 9899588780335, \\\"zip\\\": \\\"380050\\\", \\\"city\\\": \\\"Ahmedabad\\\", \\\"name\\\": \\\"Rajdeep Jalondhara\\\", \\\"phone\\\": null, \\\"company\\\": null, \\\"country\\\": \\\"India\\\", \\\"default\\\": true, \\\"address1\\\": \\\"ABC 1, Navrangpura abc Prakash Nagar Navrangpura\\\", \\\"address2\\\": null, \\\"province\\\": \\\"Gujarat\\\", \\\"last_name\\\": \\\"Jalondhara\\\", \\\"first_name\\\": \\\"Rajdeep\\\", \\\"customer_id\\\": 7864611733807, \\\"country_code\\\": \\\"IN\\\", \\\"country_name\\\": \\\"India\\\", \\\"province_code\\\": \\\"GJ\\\"}, \\\"accepts_marketing\\\": false, \\\"admin_graphql_api_id\\\": \\\"gid://shopify/Customer/7864611733807\\\", \\\"multipass_identifier\\\": null, \\\"sms_marketing_consent\\\": null, \\\"marketing_opt_in_level\\\": null, \\\"email_marketing_consent\\\": {\\\"state\\\": \\\"not_subscribed\\\", \\\"opt_in_level\\\": \\\"single_opt_in\\\", \\\"consent_updated_at\\\": null}, \\\"accepts_marketing_updated_at\\\": \\\"2023-12-27T13:02:22+05:30\\\"}\",\n        \"id\": 6610120,\n        \"invoice_download\": \"https://d2i9a0muccv7uq.cloudfront.net/s3/4147/generate_invoices/2989_Rajdeep_Rajdeep-Jalondhara_Invoice2989.pdf\",\n        \"awb_label\": \"https://d2i9a0muccv7uq.cloudfront.net/s3/4147/generate_awbs/2989_Rajdeep_Rajdeep-Jalondhara.pdf\",\n        \"order_id\": 1925031552081,\n        \"company_id\": 234805,\n        \"shipping_provider\": \"delhivery\",\n        \"billing_address_id\": 9700218,\n        \"shipping_address_id\": 9565523,\n        \"shipping_service_provider_id\": null,\n        \"generating_awb\": false,\n        \"shipping_errors\": null,\n        \"mail_sent\": 0,\n        \"shipping_price\": \"0\",\n        \"total_tax\": 90,\n        \"total_amount_excluding_taxes\": 500,\n        \"height\": 2,\n        \"width\": 2,\n        \"length\": 3,\n        \"tracking_status\": \"Auto Tracking U/A\",\n        \"tracking_message\": null,\n        \"order_number\": \"2989\",\n        \"status_sequence\": 1,\n        \"estimated_cost\": \"12\",\n        \"shop_id\": 4147,\n        \"name\": \"#2989\",\n        \"warehouse_id\": 24575,\n        \"automate_shipment\": false,\n        \"shipping_address\": {\n            \"zip\": \"380050\",\n            \"city\": \"Ahmedabad\",\n            \"name\": \"Rajdeep Jalondhara\",\n            \"email\": \"rajdip.shipturtle@gmail.com\",\n            \"phone\": \"\",\n            \"company\": null,\n            \"country\": \"India\",\n            \"address1\": \"ABC 1, Navrangpura abc Prakash Naga\",\n            \"address2\": \"r Navrangpura\",\n            \"latitude\": 23.0329326,\n            \"province\": \"Gujarat\",\n            \"last_name\": \"Jalondhara\",\n            \"longitude\": 72.55588259999999,\n            \"first_name\": \"Rajdeep\",\n            \"country_code\": \"IN\",\n            \"province_code\": \"GJ\"\n        },\n        \"total_line_items_price\": 500,\n        \"total_discounts\": 0,\n        \"checkout_id\": 37171578143023,\n        \"tracking_link\": \"https://www.delhivery.com/track/package/2\",\n        \"payment_reconciliation_status\": \"pending\",\n        \"freight_reconciliation_status\": \"pending\",\n        \"payment_recon_id\": null,\n        \"freight_recon_id\": null,\n        \"billing_address\": {\n            \"zip\": \"380050\",\n            \"city\": \"Ahmedabad\",\n            \"name\": \"Rajdeep Jalondhara\",\n            \"phone\": null,\n            \"company\": null,\n            \"country\": \"India\",\n            \"address1\": \"ABC 1, Navrangpura abc Prakash Nagar Navrangpura\",\n            \"address2\": null,\n            \"latitude\": null,\n            \"province\": \"Gujarat\",\n            \"last_name\": \"Jalondhara\",\n            \"longitude\": null,\n            \"first_name\": \"Rajdeep\",\n            \"country_code\": \"IN\",\n            \"province_code\": \"GJ\"\n        },\n        \"currency\": \"INR\",\n        \"last_tracked_at\": null,\n        \"unique_name\": \"#2989_Rajdeep\",\n        \"label\": null,\n        \"note\": null,\n        \"awb_created_at\": \"2024-01-01 07:30:53\",\n        \"custom_data\": null,\n        \"awb_custom_courier_name\": null,\n        \"requires_shipping\": true,\n        \"type_of_order\": \"forward_order\",\n        \"return_status\": null,\n        \"return_order_link\": null,\n        \"pickup_address\": null,\n        \"manifest_id\": null,\n        \"is_cod\": 0,\n        \"merchant_notes\": null,\n        \"is_customize\": false,\n        \"insurance_amount\": null,\n        \"insurance_cost\": null,\n        \"challan_number\": null,\n        \"challan_path\": null,\n        \"challan_download\": null,\n        \"challan_date\": null,\n        \"financial_status\": \"paid\",\n        \"tags\": \"\",\n        \"rag_status\": null,\n        \"rag_status_updated_on\": null,\n        \"processed_at_timestamp\": 1703873083,\n        \"mail_sent_for_ndr\": 0,\n        \"total_outstanding\": 0,\n        \"fulfillment_id\": null,\n        \"estimated_delivery_time\": null,\n        \"payment_gateway_names\": \"\\\"[\\\\\\\"manual\\\\\\\"]\\\"\",\n        \"note_attributes\": null,\n        \"unique_order_number\": \"#2989_Rajdeep\",\n        \"shipping_label_status\": \"Label Created\",\n        \"invoice_generated\": \"Invoice Generated\",\n        \"shipping_service\": \"Not Selected\",\n        \"payment\": 590,\n        \"customer_address\": {\n            \"id\": 7864611733807,\n            \"note\": null,\n            \"tags\": \"\",\n            \"email\": \"rajdip.shipturtle@gmail.com\",\n            \"phone\": null,\n            \"state\": \"disabled\",\n            \"currency\": \"INR\",\n            \"last_name\": \"jalondhara\",\n            \"created_at\": \"2023-12-27T13:02:22+05:30\",\n            \"first_name\": \"Rajdeep\",\n            \"tax_exempt\": false,\n            \"updated_at\": \"2023-12-29T18:04:44+05:30\",\n            \"tax_exemptions\": [],\n            \"verified_email\": true,\n            \"default_address\": {\n                \"id\": 9899588780335,\n                \"zip\": \"380050\",\n                \"city\": \"Ahmedabad\",\n                \"name\": \"Rajdeep Jalondhara\",\n                \"phone\": null,\n                \"company\": null,\n                \"country\": \"India\",\n                \"default\": true,\n                \"address1\": \"ABC 1, Navrangpura abc Prakash Nagar Navrangpura\",\n                \"address2\": null,\n                \"province\": \"Gujarat\",\n                \"last_name\": \"Jalondhara\",\n                \"first_name\": \"Rajdeep\",\n                \"customer_id\": 7864611733807,\n                \"country_code\": \"IN\",\n                \"country_name\": \"India\",\n                \"province_code\": \"GJ\"\n            },\n            \"accepts_marketing\": false,\n            \"admin_graphql_api_id\": \"gid://shopify/Customer/7864611733807\",\n            \"multipass_identifier\": null,\n            \"sms_marketing_consent\": null,\n            \"marketing_opt_in_level\": null,\n            \"email_marketing_consent\": {\n                \"state\": \"not_subscribed\",\n                \"opt_in_level\": \"single_opt_in\",\n                \"consent_updated_at\": null\n            },\n            \"accepts_marketing_updated_at\": \"2023-12-27T13:02:22+05:30\"\n        },\n        \"payment_status\": \"PP\",\n        \"errors\": {\n            \"errors\": {\n                \"shipping_service_provider\": {\n                    \"check_oda\": \"Cannot Deliver Please select another provider\"\n                }\n            },\n            \"hasErrors\": true,\n            \"canGenerateAwb\": false,\n            \"canFetchRate\": true,\n            \"canConfirmOrder\": true,\n            \"generatingInvoice\": true\n        },\n        \"shipper_address\": null,\n        \"total_amount_including_tax\": 590,\n        \"shipment_tracker\": null,\n        \"shipping_details\": null,\n        \"is_cod_order\": false,\n        \"freight_payment\": \"0\",\n        \"automate_shipment_status\": \"M\",\n        \"is_delivered\": false,\n        \"tax_info\": false,\n        \"order_status\": null,\n        \"order_sequence_name\": \"New Orders\",\n        \"slug\": \"#2989_Rajdeep-6610120\",\n        \"line_item_counts\": 1,\n        \"pickup_warehouse_address\": null,\n        \"ndr_api_available\": true,\n        \"company\": {\n            \"type_of_vendor\": \"dropshipper\",\n            \"title\": \"Rajdeep\",\n            \"id\": 234805,\n            \"email\": null,\n            \"is_master\": null,\n            \"add_notes_before_confirming_orders\": false,\n            \"logo\": null,\n            \"logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n            \"is_general_setting_done\": true,\n            \"is_invoice_setting_done\": false,\n            \"is_label_setting_done\": false,\n            \"is_gst_enabled\": false,\n            \"billing_detail\": \"\",\n            \"warehouse_address\": \"</br>\",\n            \"contact_information\": \"\",\n            \"status\": \"Active\",\n            \"global_commission\": null,\n            \"global_discount_shared_by_vendor\": null,\n            \"global_commission_calculated_on_product_price_discounted_price\": null,\n            \"global_commission_calculated_tax_type\": null,\n            \"global_shipping_charge_commission_type\": null,\n            \"global_shipping_charge_commission\": null,\n            \"global_fixed_commission\": null,\n            \"is_drop_shipper\": true,\n            \"state\": null,\n            \"first_email\": \"no-reply@shipturtle.com\",\n            \"invoice_state\": null,\n            \"banner\": null,\n            \"banner_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n            \"frontend_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n            \"navbar_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n            \"email_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n            \"invoice_country_detail\": null,\n            \"commission_tags\": null,\n            \"media\": [],\n            \"parent\": null\n        },\n        \"shop\": {\n            \"weight_unit\": \"gm\",\n            \"name\": \"violetplants\",\n            \"id\": 4147,\n            \"override_taxes\": false,\n            \"dimension_unit\": \"inch\",\n            \"left_days_14_day_trial\": 14,\n            \"country\": null,\n            \"currency_country\": null\n        },\n        \"reconciliation\": null,\n        \"warehouses\": [\n            {\n                \"company_id\": 234805,\n                \"shop_id\": 4147,\n                \"id\": 24575,\n                \"is_default\": true,\n                \"title\": \"Rajdeep\",\n                \"warehouse_address\": \"Rajdeep</br>\",\n                \"shipper_address\": \"Rajdeep</br>\",\n                \"country_title\": null,\n                \"default\": \"yes\",\n                \"state\": null,\n                \"return_country_title\": null,\n                \"return_state\": null,\n                \"country\": null,\n                \"return_country\": null\n            }\n        ],\n        \"payment_reconciliation\": null,\n        \"shipping_service_provider\": null,\n        \"currency_country\": {\n            \"currency_code\": \"INR\",\n            \"currency_symbol\": \"Rs.\",\n            \"name_with_symbole\": \" - Rs.\"\n        },\n        \"variant_images\": [\n            {\n                \"variant_id\": 22485710,\n                \"vendor_order_id\": 6610120,\n                \"quantity\": 2,\n                \"title\": \"1\",\n                \"billable_quantity\": 2,\n                \"total_value_including_tax\": 0,\n                \"taxable_price\": 0,\n                \"line_item_tax\": 0,\n                \"sku_barcode\": \"\",\n                \"variant\": {\n                    \"id\": 22485710,\n                    \"image\": null,\n                    \"product_id\": 8102141,\n                    \"image_link\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-30.jpg?v=1703840350\",\n                    \"overridden_commission_level\": \"global\",\n                    \"overridden_commission\": 0,\n                    \"overridden_fixed_commission\": 0,\n                    \"file_history\": null,\n                    \"product\": {\n                        \"image\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-30.jpg?v=1703840350\",\n                        \"id\": 8102141,\n                        \"image_link\": null,\n                        \"images_link\": null,\n                        \"uploaded_images\": [],\n                        \"product_type\": null,\n                        \"media\": []\n                    },\n                    \"company\": null\n                },\n                \"shop\": null\n            }\n        ],\n        \"vendor_channel_order\": null,\n        \"warehouse\": {\n            \"id\": 24575,\n            \"title\": \"Rajdeep\",\n            \"created_at\": \"2024-01-01T07:19:08.000000Z\",\n            \"updated_at\": \"2024-01-01T07:19:08.000000Z\",\n            \"contact_name\": \"Rajdeep\",\n            \"phone\": \"1234658970\",\n            \"email\": \"abc@gmail.com\",\n            \"address_line_1\": \"shipturtle\",\n            \"address_line_2\": \"shipturtle\",\n            \"pincode\": null,\n            \"city\": \"Ahmedabad\",\n            \"province\": \"GJ\",\n            \"country_code\": \"IN\",\n            \"company_id\": 234805,\n            \"is_default\": true,\n            \"office_close_time\": null,\n            \"channel_id\": null,\n            \"channel\": null,\n            \"deleted_at\": null,\n            \"shop_id\": 4147,\n            \"warehouse_details_same_as_company_details\": false,\n            \"parent_id\": null,\n            \"return_contact_name\": \"Rajdeep\",\n            \"return_email\": \"abc@gmail.com\",\n            \"return_address_line_1\": \"shipturtle\",\n            \"return_address_line_2\": \"shipturtle\",\n            \"return_phone\": \"1234658970\",\n            \"return_pincode\": null,\n            \"return_city\": \"Ahmedabad\",\n            \"return_province\": \"GJ\",\n            \"return_country_code\": \"IN\",\n            \"return_details_same_as_pickup_details\": true,\n            \"return_title\": \"Rajdeep\",\n            \"meta_info\": null,\n            \"warehouse_address\": \"Rajdeep</br>Ahmedabad</br>Gujarat</br>India\",\n            \"shipper_address\": \"Rajdeep</br>shipturtle,shipturtle</br>Ahmedabad</br>abc@gmail.com</br>1234658970</br>\",\n            \"country_title\": \"India\",\n            \"default\": \"yes\",\n            \"state\": {\n                \"id\": 13,\n                \"code\": \"GJ\",\n                \"tin\": 24,\n                \"title\": \"Gujarat\",\n                \"created_at\": \"2019-08-03T17:48:42.000000Z\",\n                \"updated_at\": \"2020-03-28T04:51:45.000000Z\",\n                \"deleted_at\": null,\n                \"country_code\": \"IN\"\n            },\n            \"return_country_title\": \"India\",\n            \"return_state\": {\n                \"id\": 13,\n                \"code\": \"GJ\",\n                \"tin\": 24,\n                \"title\": \"Gujarat\",\n                \"created_at\": \"2019-08-03T17:48:42.000000Z\",\n                \"updated_at\": \"2020-03-28T04:51:45.000000Z\",\n                \"deleted_at\": null,\n                \"country_code\": \"IN\"\n            },\n            \"country\": {\n                \"id\": 98,\n                \"name\": \"India\",\n                \"code\": \"IN\",\n                \"dial_code\": \"+91\",\n                \"currency_name\": \"Indian rupee\",\n                \"currency_symbol\": \"Rs.\",\n                \"currency_code\": \"INR\",\n                \"created_at\": null,\n                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                \"name_with_symbole\": \"Indian rupee - Rs.\"\n            },\n            \"return_country\": {\n                \"id\": 98,\n                \"name\": \"India\",\n                \"code\": \"IN\",\n                \"dial_code\": \"+91\",\n                \"currency_name\": \"Indian rupee\",\n                \"currency_symbol\": \"Rs.\",\n                \"currency_code\": \"INR\",\n                \"created_at\": null,\n                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                \"name_with_symbole\": \"Indian rupee - Rs.\"\n            }\n        }\n    }\n}"}],"_postman_id":"d62ed080-c92f-4ba4-aac2-95f255e696b4"},{"name":"generate-challan","id":"618579f2-22c2-42bb-8afe-6322c301b012","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"vendorOrderId","value":"6610120","description":"<p>vendor order id</p>\n","type":"text"},{"key":"challan_number","value":"2989","description":"<p>unique challan number generated by Shipturtle app</p>\n","type":"text"}]},"url":"https://api-v2.shipturtle.com/api/v1/orders/generate-challan","description":"<p>This endpoint is used to generate a challan for an order. The request should be sent as a POST request to the specified URL. The request body should be of form-data type and include the vendor order ID and challan number.</p>\n<p>Upon successful execution, the response will have a status code of 201 and will include various details related to the generated challan, such as user ID, pick list status, total weight, total price, status, email, provider, invoice number, shipping details, payment status, errors, and more.</p>\n<h3 id=\"status-code\">Status code</h3>\n<p>200 - Success / OK</p>\n<p>201 - Created</p>\n<p>202 - Accepted</p>\n<p>204 - No Content</p>\n<p>400 - Bad request</p>\n<p>401 - Unauthorized error</p>\n<p>500 - Internal server error</p>\n","urlObject":{"protocol":"https","path":["api","v1","orders","generate-challan"],"host":["api-v2","shipturtle","com"],"query":[],"variable":[]}},"response":[{"id":"a60b4739-951e-4927-a1a9-c0c012256aa0","name":"generate-challan","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"vendorOrderId","value":"6610120","type":"text"},{"key":"challan_number","value":"2989","type":"text"}]},"url":"https://api.shipturtle.com/api/v1/orders/generate-challan"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Jan 2024 07:26:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"Vary","value":"Origin,Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"user_id\": 92574581039,\n        \"pick_listed\": false,\n        \"gateway\": \"manual\",\n        \"total_weight\": 5,\n        \"total_price\": 590,\n        \"status\": \"New Orders\",\n        \"email\": \"rajdip.shipturtle@gmail.com\",\n        \"provider\": \"shopify\",\n        \"invoice_number\": \"Invoice2989\",\n        \"awb\": \"2\",\n        \"processed_at\": \"2023-12-29 18:04:43\",\n        \"customer\": \"{\\\"id\\\": 7864611733807, \\\"note\\\": null, \\\"tags\\\": \\\"\\\", \\\"email\\\": \\\"rajdip.shipturtle@gmail.com\\\", \\\"phone\\\": null, \\\"state\\\": \\\"disabled\\\", \\\"currency\\\": \\\"INR\\\", \\\"last_name\\\": \\\"jalondhara\\\", \\\"created_at\\\": \\\"2023-12-27T13:02:22+05:30\\\", \\\"first_name\\\": \\\"Rajdeep\\\", \\\"tax_exempt\\\": false, \\\"updated_at\\\": \\\"2023-12-29T18:04:44+05:30\\\", \\\"tax_exemptions\\\": [], \\\"verified_email\\\": true, \\\"default_address\\\": {\\\"id\\\": 9899588780335, \\\"zip\\\": \\\"380050\\\", \\\"city\\\": \\\"Ahmedabad\\\", \\\"name\\\": \\\"Rajdeep Jalondhara\\\", \\\"phone\\\": null, \\\"company\\\": null, \\\"country\\\": \\\"India\\\", \\\"default\\\": true, \\\"address1\\\": \\\"ABC 1, Navrangpura abc Prakash Nagar Navrangpura\\\", \\\"address2\\\": null, \\\"province\\\": \\\"Gujarat\\\", \\\"last_name\\\": \\\"Jalondhara\\\", \\\"first_name\\\": \\\"Rajdeep\\\", \\\"customer_id\\\": 7864611733807, \\\"country_code\\\": \\\"IN\\\", \\\"country_name\\\": \\\"India\\\", \\\"province_code\\\": \\\"GJ\\\"}, \\\"accepts_marketing\\\": false, \\\"admin_graphql_api_id\\\": \\\"gid://shopify/Customer/7864611733807\\\", \\\"multipass_identifier\\\": null, \\\"sms_marketing_consent\\\": null, \\\"marketing_opt_in_level\\\": null, \\\"email_marketing_consent\\\": {\\\"state\\\": \\\"not_subscribed\\\", \\\"opt_in_level\\\": \\\"single_opt_in\\\", \\\"consent_updated_at\\\": null}, \\\"accepts_marketing_updated_at\\\": \\\"2023-12-27T13:02:22+05:30\\\"}\",\n        \"id\": 6610120,\n        \"invoice_download\": \"https://d2i9a0muccv7uq.cloudfront.net/s3/4147/generate_invoices/2989_Rajdeep_Rajdeep-Jalondhara_Invoice2989.pdf\",\n        \"awb_label\": \"https://d2i9a0muccv7uq.cloudfront.net/s3/4147/generate_awbs/2989_Rajdeep_Rajdeep-Jalondhara.pdf\",\n        \"order_id\": 1925031552081,\n        \"company_id\": 234805,\n        \"shipping_provider\": \"delhivery\",\n        \"billing_address_id\": 9700218,\n        \"shipping_address_id\": 9565523,\n        \"shipping_service_provider_id\": null,\n        \"generating_awb\": false,\n        \"shipping_errors\": null,\n        \"mail_sent\": 0,\n        \"shipping_price\": \"0\",\n        \"total_tax\": 90,\n        \"total_amount_excluding_taxes\": 500,\n        \"height\": 2,\n        \"width\": 2,\n        \"length\": 3,\n        \"tracking_status\": \"Auto Tracking U/A\",\n        \"tracking_message\": null,\n        \"order_number\": \"2989\",\n        \"status_sequence\": 1,\n        \"estimated_cost\": \"12\",\n        \"shop_id\": 4147,\n        \"name\": \"#2989\",\n        \"warehouse_id\": 24575,\n        \"automate_shipment\": false,\n        \"shipping_address\": {\n            \"zip\": \"380050\",\n            \"city\": \"Ahmedabad\",\n            \"name\": \"Rajdeep Jalondhara\",\n            \"email\": \"rajdip.shipturtle@gmail.com\",\n            \"phone\": \"\",\n            \"company\": null,\n            \"country\": \"India\",\n            \"address1\": \"ABC 1, Navrangpura abc Prakash Naga\",\n            \"address2\": \"r Navrangpura\",\n            \"latitude\": 23.0329326,\n            \"province\": \"Gujarat\",\n            \"last_name\": \"Jalondhara\",\n            \"longitude\": 72.55588259999999,\n            \"first_name\": \"Rajdeep\",\n            \"country_code\": \"IN\",\n            \"province_code\": \"GJ\"\n        },\n        \"total_line_items_price\": 500,\n        \"total_discounts\": 0,\n        \"checkout_id\": 37171578143023,\n        \"tracking_link\": \"https://www.delhivery.com/track/package/2\",\n        \"payment_reconciliation_status\": \"pending\",\n        \"freight_reconciliation_status\": \"pending\",\n        \"payment_recon_id\": null,\n        \"freight_recon_id\": null,\n        \"billing_address\": {\n            \"zip\": \"380050\",\n            \"city\": \"Ahmedabad\",\n            \"name\": \"Rajdeep Jalondhara\",\n            \"phone\": null,\n            \"company\": null,\n            \"country\": \"India\",\n            \"address1\": \"ABC 1, Navrangpura abc Prakash Nagar Navrangpura\",\n            \"address2\": null,\n            \"latitude\": null,\n            \"province\": \"Gujarat\",\n            \"last_name\": \"Jalondhara\",\n            \"longitude\": null,\n            \"first_name\": \"Rajdeep\",\n            \"country_code\": \"IN\",\n            \"province_code\": \"GJ\"\n        },\n        \"currency\": \"INR\",\n        \"last_tracked_at\": null,\n        \"unique_name\": \"#2989_Rajdeep\",\n        \"label\": null,\n        \"note\": null,\n        \"awb_created_at\": \"2024-01-01 07:30:53\",\n        \"custom_data\": null,\n        \"awb_custom_courier_name\": null,\n        \"requires_shipping\": true,\n        \"type_of_order\": \"forward_order\",\n        \"return_status\": null,\n        \"return_order_link\": null,\n        \"pickup_address\": null,\n        \"manifest_id\": null,\n        \"is_cod\": 0,\n        \"merchant_notes\": null,\n        \"is_customize\": false,\n        \"insurance_amount\": null,\n        \"insurance_cost\": null,\n        \"challan_number\": \"2989\",\n        \"challan_path\": \"https://d2i9a0muccv7uq.cloudfront.net/s3/4147/generate_challans/2989_Rajdeep_Rajdeep-Jalondhara_2989.pdf\",\n        \"challan_download\": \"https://d2i9a0muccv7uq.cloudfront.net/s3/4147/generate_challans/2989_Rajdeep_Rajdeep-Jalondhara_2989.pdf\",\n        \"challan_date\": \"2024-01-02 00:26:11\",\n        \"financial_status\": \"paid\",\n        \"tags\": \"\",\n        \"rag_status\": null,\n        \"rag_status_updated_on\": null,\n        \"processed_at_timestamp\": 1703873083,\n        \"mail_sent_for_ndr\": 0,\n        \"total_outstanding\": 0,\n        \"fulfillment_id\": null,\n        \"estimated_delivery_time\": null,\n        \"payment_gateway_names\": \"\\\"[\\\\\\\"manual\\\\\\\"]\\\"\",\n        \"note_attributes\": null,\n        \"unique_order_number\": \"#2989_Rajdeep\",\n        \"shipping_label_status\": \"Label Created\",\n        \"invoice_generated\": \"Invoice Generated\",\n        \"shipping_service\": \"Not Selected\",\n        \"payment\": 590,\n        \"customer_address\": {\n            \"id\": 7864611733807,\n            \"note\": null,\n            \"tags\": \"\",\n            \"email\": \"rajdip.shipturtle@gmail.com\",\n            \"phone\": null,\n            \"state\": \"disabled\",\n            \"currency\": \"INR\",\n            \"last_name\": \"jalondhara\",\n            \"created_at\": \"2023-12-27T13:02:22+05:30\",\n            \"first_name\": \"Rajdeep\",\n            \"tax_exempt\": false,\n            \"updated_at\": \"2023-12-29T18:04:44+05:30\",\n            \"tax_exemptions\": [],\n            \"verified_email\": true,\n            \"default_address\": {\n                \"id\": 9899588780335,\n                \"zip\": \"380050\",\n                \"city\": \"Ahmedabad\",\n                \"name\": \"Rajdeep Jalondhara\",\n                \"phone\": null,\n                \"company\": null,\n                \"country\": \"India\",\n                \"default\": true,\n                \"address1\": \"ABC 1, Navrangpura abc Prakash Nagar Navrangpura\",\n                \"address2\": null,\n                \"province\": \"Gujarat\",\n                \"last_name\": \"Jalondhara\",\n                \"first_name\": \"Rajdeep\",\n                \"customer_id\": 7864611733807,\n                \"country_code\": \"IN\",\n                \"country_name\": \"India\",\n                \"province_code\": \"GJ\"\n            },\n            \"accepts_marketing\": false,\n            \"admin_graphql_api_id\": \"gid://shopify/Customer/7864611733807\",\n            \"multipass_identifier\": null,\n            \"sms_marketing_consent\": null,\n            \"marketing_opt_in_level\": null,\n            \"email_marketing_consent\": {\n                \"state\": \"not_subscribed\",\n                \"opt_in_level\": \"single_opt_in\",\n                \"consent_updated_at\": null\n            },\n            \"accepts_marketing_updated_at\": \"2023-12-27T13:02:22+05:30\"\n        },\n        \"payment_status\": \"PP\",\n        \"errors\": {\n            \"errors\": {\n                \"shipping_service_provider\": {\n                    \"check_oda\": \"Cannot Deliver Please select another provider\"\n                }\n            },\n            \"hasErrors\": true,\n            \"canGenerateAwb\": false,\n            \"canFetchRate\": true,\n            \"canConfirmOrder\": true,\n            \"generatingInvoice\": true\n        },\n        \"shipper_address\": null,\n        \"total_amount_including_tax\": 590,\n        \"shipment_tracker\": null,\n        \"shipping_details\": null,\n        \"is_cod_order\": false,\n        \"freight_payment\": \"0\",\n        \"automate_shipment_status\": \"M\",\n        \"is_delivered\": false,\n        \"tax_info\": false,\n        \"order_status\": null,\n        \"order_sequence_name\": \"New Orders\",\n        \"slug\": \"#2989_Rajdeep-6610120\",\n        \"line_item_counts\": 1,\n        \"pickup_warehouse_address\": null,\n        \"ndr_api_available\": true,\n        \"company\": {\n            \"type_of_vendor\": \"dropshipper\",\n            \"title\": \"Rajdeep\",\n            \"id\": 234805,\n            \"email\": null,\n            \"is_master\": null,\n            \"add_notes_before_confirming_orders\": false,\n            \"logo\": null,\n            \"logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n            \"is_general_setting_done\": true,\n            \"is_invoice_setting_done\": false,\n            \"is_label_setting_done\": false,\n            \"is_gst_enabled\": false,\n            \"billing_detail\": \"\",\n            \"warehouse_address\": \"</br>\",\n            \"contact_information\": \"\",\n            \"status\": \"Active\",\n            \"global_commission\": null,\n            \"global_discount_shared_by_vendor\": null,\n            \"global_commission_calculated_on_product_price_discounted_price\": null,\n            \"global_commission_calculated_tax_type\": null,\n            \"global_shipping_charge_commission_type\": null,\n            \"global_shipping_charge_commission\": null,\n            \"global_fixed_commission\": null,\n            \"is_drop_shipper\": true,\n            \"state\": null,\n            \"first_email\": \"no-reply@shipturtle.com\",\n            \"invoice_state\": null,\n            \"banner\": null,\n            \"banner_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n            \"frontend_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n            \"navbar_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n            \"email_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n            \"invoice_country_detail\": null,\n            \"commission_tags\": null,\n            \"media\": [],\n            \"parent\": null\n        },\n        \"shop\": {\n            \"weight_unit\": \"gm\",\n            \"name\": \"violetplants\",\n            \"id\": 4147,\n            \"override_taxes\": false,\n            \"dimension_unit\": \"inch\",\n            \"left_days_14_day_trial\": 14,\n            \"country\": null,\n            \"currency_country\": null\n        },\n        \"reconciliation\": null,\n        \"warehouses\": [\n            {\n                \"company_id\": 234805,\n                \"shop_id\": 4147,\n                \"id\": 24575,\n                \"is_default\": true,\n                \"title\": \"Rajdeep\",\n                \"warehouse_address\": \"Rajdeep</br>\",\n                \"shipper_address\": \"Rajdeep</br>\",\n                \"country_title\": null,\n                \"default\": \"yes\",\n                \"state\": null,\n                \"return_country_title\": null,\n                \"return_state\": null,\n                \"country\": null,\n                \"return_country\": null\n            }\n        ],\n        \"payment_reconciliation\": null,\n        \"shipping_service_provider\": null,\n        \"currency_country\": {\n            \"currency_code\": \"INR\",\n            \"currency_symbol\": \"Rs.\",\n            \"name_with_symbole\": \" - Rs.\"\n        },\n        \"variant_images\": [\n            {\n                \"variant_id\": 22485710,\n                \"vendor_order_id\": 6610120,\n                \"quantity\": 2,\n                \"title\": \"1\",\n                \"billable_quantity\": 2,\n                \"total_value_including_tax\": 0,\n                \"taxable_price\": 0,\n                \"line_item_tax\": 0,\n                \"sku_barcode\": \"\",\n                \"variant\": {\n                    \"id\": 22485710,\n                    \"image\": null,\n                    \"product_id\": 8102141,\n                    \"image_link\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-30.jpg?v=1703840350\",\n                    \"overridden_commission_level\": \"global\",\n                    \"overridden_commission\": 0,\n                    \"overridden_fixed_commission\": 0,\n                    \"file_history\": null,\n                    \"product\": {\n                        \"image\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-30.jpg?v=1703840350\",\n                        \"id\": 8102141,\n                        \"image_link\": null,\n                        \"images_link\": null,\n                        \"uploaded_images\": [],\n                        \"product_type\": null,\n                        \"media\": []\n                    },\n                    \"company\": null\n                },\n                \"shop\": null\n            }\n        ],\n        \"vendor_channel_order\": null,\n        \"warehouse\": {\n            \"id\": 24575,\n            \"title\": \"Rajdeep\",\n            \"created_at\": \"2024-01-01T07:19:08.000000Z\",\n            \"updated_at\": \"2024-01-01T07:19:08.000000Z\",\n            \"contact_name\": \"Rajdeep\",\n            \"phone\": \"1234658970\",\n            \"email\": \"abc@gmail.com\",\n            \"address_line_1\": \"shipturtle\",\n            \"address_line_2\": \"shipturtle\",\n            \"pincode\": null,\n            \"city\": \"Ahmedabad\",\n            \"province\": \"GJ\",\n            \"country_code\": \"IN\",\n            \"company_id\": 234805,\n            \"is_default\": true,\n            \"office_close_time\": null,\n            \"channel_id\": null,\n            \"channel\": null,\n            \"deleted_at\": null,\n            \"shop_id\": 4147,\n            \"warehouse_details_same_as_company_details\": false,\n            \"parent_id\": null,\n            \"return_contact_name\": \"Rajdeep\",\n            \"return_email\": \"abc@gmail.com\",\n            \"return_address_line_1\": \"shipturtle\",\n            \"return_address_line_2\": \"shipturtle\",\n            \"return_phone\": \"1234658970\",\n            \"return_pincode\": null,\n            \"return_city\": \"Ahmedabad\",\n            \"return_province\": \"GJ\",\n            \"return_country_code\": \"IN\",\n            \"return_details_same_as_pickup_details\": true,\n            \"return_title\": \"Rajdeep\",\n            \"meta_info\": null,\n            \"warehouse_address\": \"Rajdeep</br>Ahmedabad</br>Gujarat</br>India\",\n            \"shipper_address\": \"Rajdeep</br>shipturtle,shipturtle</br>Ahmedabad</br>abc@gmail.com</br>1234658970</br>\",\n            \"country_title\": \"India\",\n            \"default\": \"yes\",\n            \"state\": {\n                \"id\": 13,\n                \"code\": \"GJ\",\n                \"tin\": 24,\n                \"title\": \"Gujarat\",\n                \"created_at\": \"2019-08-03T17:48:42.000000Z\",\n                \"updated_at\": \"2020-03-28T04:51:45.000000Z\",\n                \"deleted_at\": null,\n                \"country_code\": \"IN\"\n            },\n            \"return_country_title\": \"India\",\n            \"return_state\": {\n                \"id\": 13,\n                \"code\": \"GJ\",\n                \"tin\": 24,\n                \"title\": \"Gujarat\",\n                \"created_at\": \"2019-08-03T17:48:42.000000Z\",\n                \"updated_at\": \"2020-03-28T04:51:45.000000Z\",\n                \"deleted_at\": null,\n                \"country_code\": \"IN\"\n            },\n            \"country\": {\n                \"id\": 98,\n                \"name\": \"India\",\n                \"code\": \"IN\",\n                \"dial_code\": \"+91\",\n                \"currency_name\": \"Indian rupee\",\n                \"currency_symbol\": \"Rs.\",\n                \"currency_code\": \"INR\",\n                \"created_at\": null,\n                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                \"name_with_symbole\": \"Indian rupee - Rs.\"\n            },\n            \"return_country\": {\n                \"id\": 98,\n                \"name\": \"India\",\n                \"code\": \"IN\",\n                \"dial_code\": \"+91\",\n                \"currency_name\": \"Indian rupee\",\n                \"currency_symbol\": \"Rs.\",\n                \"currency_code\": \"INR\",\n                \"created_at\": null,\n                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                \"name_with_symbole\": \"Indian rupee - Rs.\"\n            }\n        }\n    }\n}"}],"_postman_id":"618579f2-22c2-42bb-8afe-6322c301b012"},{"name":"check-manifest","id":"4b0c79f8-b0c7-4390-8be7-0546c810edd4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"params\": {\r\n        \"tabIndex\": 3,\r\n        \"id\": [5768195]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-v2.shipturtle.com/api/v1/orders/check-manifest","description":"<p>This endpoint allows you to check if a manifest has been generated for the specified order. In this request you have to pass order id for which you want to verify. The request body should be JSON type and include the order id and tab index.</p>\n<h3 id=\"status-code\">Status code</h3>\n<p>200 - Success / OK</p>\n<p>201 - Created</p>\n<p>202 - Accepted</p>\n<p>204 - No Content</p>\n<p>400 - Bad request</p>\n<p>401 - Unauthorized error</p>\n<p>500 - Internal server error</p>\n","urlObject":{"protocol":"https","path":["api","v1","orders","check-manifest"],"host":["api-v2","shipturtle","com"],"query":[],"variable":[]}},"response":[{"id":"8617df9b-0686-45f9-bf9f-0b19bb7fd7db","name":"check-manifest","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"params\": {\r\n        \"tabIndex\": 3,\r\n        \"id\": [5768195]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.shipturtle.com/api/v1/orders/check-manifest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Jan 2024 07:28:45 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"Vary","value":"Origin,Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"manifest_generated\": false,\n    \"order_number\": []\n}"}],"_postman_id":"4b0c79f8-b0c7-4390-8be7-0546c810edd4"},{"name":"generate-manifest","id":"7c597872-7a46-4d95-afb8-9d446ee157b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"params\": {\r\n        \"tabIndex\": 3,\r\n        \"id\": [5776731]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-v2.shipturtle.com/api/v1/orders/generate-manifest","description":"<p>This endpoint is used to generate manifests for selected orders. In this request you have to pass order id for which you want to verify. The request body should be JSON type and include the order id and tab index.</p>\n<h3 id=\"status-code\">Status code</h3>\n<p>200 - Success / OK</p>\n<p>201 - Created</p>\n<p>202 - Accepted</p>\n<p>204 - No Content</p>\n<p>400 - Bad request</p>\n<p>401 - Unauthorized error</p>\n<p>500 - Internal server error</p>\n","urlObject":{"protocol":"https","path":["api","v1","orders","generate-manifest"],"host":["api-v2","shipturtle","com"],"query":[],"variable":[]}},"response":[{"id":"2c8d0ce1-e793-4785-82b6-27e1c750ac03","name":"generate-manifest","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"params\": {\r\n        \"tabIndex\": 3,\r\n        \"id\": [5776731]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.shipturtle.com/api/v1/orders/generate-manifest"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Tue, 02 Jan 2024 07:30:34 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Content-Length","value":"22"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"998"},{"key":"Vary","value":"Origin,Authorization,Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"\n"}],"_postman_id":"7c597872-7a46-4d95-afb8-9d446ee157b7"},{"name":"initiate-return-order","event":[{"listen":"test","script":{"id":"be7155a8-e91c-4652-a348-8347e03e6257","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"a3b6c6c3-26dc-4b84-b70f-41306fae5385","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-v2.shipturtle.com/api/v1/orders/6516674","description":"<p>This API endpoint makes an HTTP GET request to retrieve information about a specific order with the ID from the Shipturtle system.</p>\n<h3 id=\"status-code\">Status code</h3>\n<p>200 - Success / OK</p>\n<p>201 - Created</p>\n<p>202 - Accepted</p>\n<p>204 - No Content</p>\n<p>400 - Bad request</p>\n<p>401 - Unauthorized error</p>\n<p>500 - Internal server error</p>\n","urlObject":{"protocol":"https","path":["api","v1","orders","6516674"],"host":["api-v2","shipturtle","com"],"query":[],"variable":[]}},"response":[{"id":"d8232bd0-f732-4363-a7ee-8590f3c20814","name":"initiate-return-order","originalRequest":{"method":"GET","header":[],"url":"https://api.shipturtle.com/api/v1/orders/6516674"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Jan 2024 05:52:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"977"},{"key":"Vary","value":"Origin,Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 6516674,\n        \"vendor_id\": null,\n        \"order_id\": 1925031463800,\n        \"email\": \"abcd@gmail.com\",\n        \"closed_at\": null,\n        \"number\": 1900,\n        \"note\": null,\n        \"token\": \"263210d0cdd65728a574e3773ad09c66\",\n        \"gateway\": \"manual\",\n        \"test\": \"0\",\n        \"total_price\": 1100,\n        \"subtotal_price\": 1100,\n        \"total_weight\": 5,\n        \"total_tax\": 0,\n        \"taxes_included\": false,\n        \"currency\": \"INR\",\n        \"financial_status\": \"pending\",\n        \"confirmed\": \"1\",\n        \"total_discounts\": 0,\n        \"total_line_items_price\": 1100,\n        \"cart_token\": null,\n        \"buyer_accepts_marketing\": \"0\",\n        \"name\": \"#2900\",\n        \"total_price_usd\": null,\n        \"user_id\": 92574581039,\n        \"location_id\": null,\n        \"processed_at\": \"2023-12-20 14:38:46\",\n        \"device_id\": null,\n        \"phone\": \"911234567890\",\n        \"customer_locale\": \"en\",\n        \"app_id\": \"1354745\",\n        \"browser_ip\": \"14.139.122.17\",\n        \"order_number\": \"2900\",\n        \"processing_method\": \"manual\",\n        \"checkout_id\": 37151507579183,\n        \"source_name\": \"shopify_draft_order\",\n        \"contact_email\": \"abcd@gmail.com\",\n        \"order_status_url\": \"https://violetplants.myshopify.com/72559657263/orders/263210d0cdd65728a574e3773ad09c66/authenticate?key=c843d2864c0832f2bdebb32ec30cf862\",\n        \"total_tip_received\": 0,\n        \"admin_graphql_api_id\": \"gid://shopify/Order/5594459734319\",\n        \"created_at\": \"2023-12-20T09:08:56.000000Z\",\n        \"updated_at\": \"2023-12-20T09:24:05.000000Z\",\n        \"deleted_at\": null,\n        \"total_line_items_price_set\": \"\\\"{\\\\\\\"shop_money\\\\\\\":{\\\\\\\"amount\\\\\\\":\\\\\\\"1100.00\\\\\\\",\\\\\\\"currency_code\\\\\\\":\\\\\\\"INR\\\\\\\"},\\\\\\\"presentment_money\\\\\\\":{\\\\\\\"amount\\\\\\\":\\\\\\\"1100.00\\\\\\\",\\\\\\\"currency_code\\\\\\\":\\\\\\\"INR\\\\\\\"}}\\\"\",\n        \"payment_gateway_names\": \"\\\"[\\\\\\\"manual\\\\\\\"]\\\"\",\n        \"discount_codes\": null,\n        \"total_discounts_set\": \"\\\"{\\\\\\\"shop_money\\\\\\\":{\\\\\\\"amount\\\\\\\":\\\\\\\"0.00\\\\\\\",\\\\\\\"currency_code\\\\\\\":\\\\\\\"INR\\\\\\\"},\\\\\\\"presentment_money\\\\\\\":{\\\\\\\"amount\\\\\\\":\\\\\\\"0.00\\\\\\\",\\\\\\\"currency_code\\\\\\\":\\\\\\\"INR\\\\\\\"}}\\\"\",\n        \"shipping_price\": \"0\",\n        \"shipping_lines\": null,\n        \"total_piecies\": 1,\n        \"awb\": \"12\",\n        \"awb_label\": \"https://d2i9a0muccv7uq.cloudfront.net/s3/4147/generate_awbs/2900_indigoplants_het-pansara.pdf\",\n        \"status\": \"New Orders\",\n        \"status_sequence\": 6,\n        \"cgst_tax\": 0,\n        \"cgst_tax_percentage\": 0,\n        \"igst_tax\": 0,\n        \"igst_tax_percentage\": 0,\n        \"sgst_tax\": 0,\n        \"sgst_tax_percentage\": 0,\n        \"quantity\": 0,\n        \"total_amount\": 0,\n        \"total_amount_excluding_taxes\": 1100,\n        \"shipping_service_provider_id\": null,\n        \"invoice_number\": null,\n        \"invoice_date\": null,\n        \"invoice_path\": null,\n        \"invoice_download\": null,\n        \"customer\": \"{\\\"id\\\": 7630784266543, \\\"note\\\": null, \\\"tags\\\": \\\"\\\", \\\"email\\\": \\\"abcd@gmail.com\\\", \\\"phone\\\": \\\"+911234567890\\\", \\\"state\\\": \\\"disabled\\\", \\\"currency\\\": \\\"INR\\\", \\\"last_name\\\": \\\"joshi\\\", \\\"created_at\\\": \\\"2023-10-11T15:14:50+05:30\\\", \\\"first_name\\\": \\\"varshil\\\", \\\"tax_exempt\\\": false, \\\"updated_at\\\": \\\"2023-12-20T14:38:48+05:30\\\", \\\"tax_exemptions\\\": [], \\\"verified_email\\\": true, \\\"default_address\\\": {\\\"id\\\": 9782726361391, \\\"zip\\\": null, \\\"city\\\": \\\"\\\", \\\"name\\\": \\\"het pansara\\\", \\\"phone\\\": null, \\\"company\\\": null, \\\"country\\\": \\\"India\\\", \\\"default\\\": true, \\\"address1\\\": \\\"\\\", \\\"address2\\\": null, \\\"province\\\": \\\"Andaman and Nicobar Islands\\\", \\\"last_name\\\": \\\"pansara\\\", \\\"first_name\\\": \\\"het\\\", \\\"customer_id\\\": 7630784266543, \\\"country_code\\\": \\\"IN\\\", \\\"country_name\\\": \\\"India\\\", \\\"province_code\\\": \\\"AN\\\"}, \\\"accepts_marketing\\\": false, \\\"admin_graphql_api_id\\\": \\\"gid://shopify/Customer/7630784266543\\\", \\\"multipass_identifier\\\": null, \\\"sms_marketing_consent\\\": {\\\"state\\\": \\\"not_subscribed\\\", \\\"opt_in_level\\\": \\\"single_opt_in\\\", \\\"consent_updated_at\\\": null, \\\"consent_collected_from\\\": \\\"SHOPIFY\\\"}, \\\"marketing_opt_in_level\\\": null, \\\"email_marketing_consent\\\": {\\\"state\\\": \\\"not_subscribed\\\", \\\"opt_in_level\\\": \\\"single_opt_in\\\", \\\"consent_updated_at\\\": null}, \\\"accepts_marketing_updated_at\\\": \\\"2023-12-20T14:08:55+05:30\\\"}\",\n        \"shipping_address_id\": 9410480,\n        \"billing_address_id\": 9544878,\n        \"traking_status\": null,\n        \"store_id\": 4147,\n        \"company_id\": 212741,\n        \"invoice_status\": null,\n        \"generating_awb\": false,\n        \"shipping_errors\": null,\n        \"mail_sent\": 2,\n        \"tracking_status\": \"Auto Tracking U/A\",\n        \"tracking_message\": null,\n        \"height\": 2,\n        \"width\": 2,\n        \"length\": 3,\n        \"provider\": \"shopify\",\n        \"estimated_cost\": \"2\",\n        \"barcode\": \"12\",\n        \"barcode_label\": \"https://d2i9a0muccv7uq.cloudfront.net/s3/4147/generate_barcode/_2023-12-20_09:23:33_6582b295da58c.png\",\n        \"manifest_id\": 130358,\n        \"shipping_provider\": \"delhivery\",\n        \"received\": null,\n        \"received_date\": null,\n        \"warehouse_id\": 22745,\n        \"automate_shipment\": false,\n        \"pick_listed\": false,\n        \"channel_id\": null,\n        \"channel\": null,\n        \"shipping_address\": {\n            \"city\": \"Ahmedabad\",\n            \"name\": \"het pansara\",\n            \"email\": \"abcd@gmail.com\",\n            \"phone\": \"\",\n            \"country\": \"India\",\n            \"address1\": \"\",\n            \"address2\": \"\",\n            \"province\": \"Gujarat\",\n            \"last_name\": \"pansara\",\n            \"first_name\": \"het\",\n            \"unique_name\": \"#2900_indigoplants\",\n            \"country_code\": \"IN\",\n            \"province_code\": \"GJ\"\n        },\n        \"billing_address\": {\n            \"zip\": null,\n            \"city\": \"\",\n            \"name\": \"het pansara\",\n            \"phone\": null,\n            \"company\": null,\n            \"country\": \"India\",\n            \"address1\": \"\",\n            \"address2\": null,\n            \"latitude\": null,\n            \"province\": \"Andaman and Nicobar Islands\",\n            \"last_name\": \"pansara\",\n            \"longitude\": null,\n            \"first_name\": \"het\",\n            \"country_code\": \"IN\",\n            \"province_code\": \"AN\"\n        },\n        \"shop_id\": 4147,\n        \"shipping_tax\": \"0\",\n        \"tracking_link\": \"https://www.delhivery.com/track/package/12\",\n        \"total_amount_including_taxes\": \"1100\",\n        \"tax_information\": {\n            \"cgst\": {\n                \"title\": \"cgst\",\n                \"price\": 0\n            },\n            \"sgst\": {\n                \"title\": \"sgst\",\n                \"price\": 0\n            },\n            \"igst\": {\n                \"title\": \"igst\",\n                \"price\": 0\n            }\n        },\n        \"payment_reconciliation_status\": \"pending\",\n        \"freight_reconciliation_status\": \"pending\",\n        \"payment_recon_id\": null,\n        \"freight_recon_id\": null,\n        \"unique_name\": \"#2900_indigoplants\",\n        \"label\": null,\n        \"cancelled_at\": null,\n        \"last_tracked_at\": null,\n        \"tracking_code\": null,\n        \"credited\": 1,\n        \"fulfillment_id\": null,\n        \"awb_created_at\": \"2023-12-20 09:10:42\",\n        \"parent_id\": null,\n        \"custom_data\": null,\n        \"awb_custom_courier_name\": null,\n        \"requires_shipping\": true,\n        \"is_cod\": 1,\n        \"last_awb_order_id\": 2,\n        \"credited_at\": \"2023-12-20 09:10:42\",\n        \"merchant_notes\": null,\n        \"is_customize\": false,\n        \"insurance_amount\": null,\n        \"insurance_cost\": null,\n        \"challan_number\": null,\n        \"challan_path\": null,\n        \"challan_download\": null,\n        \"challan_date\": null,\n        \"cancellation_reason\": null,\n        \"tags\": \"duplicate\",\n        \"rag_status\": \"green\",\n        \"rag_status_updated_on\": \"2023-12-20 09:23:17\",\n        \"pickup_address\": null,\n        \"return_status\": null,\n        \"return_order_link\": null,\n        \"return_order_id\": null,\n        \"type_of_order\": \"forward_order\",\n        \"note_attributes\": null,\n        \"processed_at_timestamp\": 1703083126,\n        \"status_check_timestamp\": 1703150645,\n        \"shipment_order_id\": null,\n        \"custom_refrence_id\": null,\n        \"vendor_channel_order_id\": null,\n        \"mail_sent_for_ndr\": 0,\n        \"order_on_vendor_store\": null,\n        \"total_outstanding\": 1100,\n        \"confirm_order_sent\": 0,\n        \"estimated_delivery_time\": null,\n        \"order_sent\": null,\n        \"unique_order_number\": \"#2900_indigoplants\",\n        \"shipping_label_status\": \"Label Created\",\n        \"invoice_generated\": \"\",\n        \"shipping_service\": \"Not Selected\",\n        \"payment\": 1100,\n        \"customer_address\": {\n            \"id\": 7630784266543,\n            \"note\": null,\n            \"tags\": \"\",\n            \"email\": \"abcd@gmail.com\",\n            \"phone\": \"+911234567890\",\n            \"state\": \"disabled\",\n            \"currency\": \"INR\",\n            \"last_name\": \"joshi\",\n            \"created_at\": \"2023-10-11T15:14:50+05:30\",\n            \"first_name\": \"varshil\",\n            \"tax_exempt\": false,\n            \"updated_at\": \"2023-12-20T14:38:48+05:30\",\n            \"tax_exemptions\": [],\n            \"verified_email\": true,\n            \"default_address\": {\n                \"id\": 9782726361391,\n                \"zip\": null,\n                \"city\": \"\",\n                \"name\": \"het pansara\",\n                \"phone\": null,\n                \"company\": null,\n                \"country\": \"India\",\n                \"default\": true,\n                \"address1\": \"\",\n                \"address2\": null,\n                \"province\": \"Andaman and Nicobar Islands\",\n                \"last_name\": \"pansara\",\n                \"first_name\": \"het\",\n                \"customer_id\": 7630784266543,\n                \"country_code\": \"IN\",\n                \"country_name\": \"India\",\n                \"province_code\": \"AN\"\n            },\n            \"accepts_marketing\": false,\n            \"admin_graphql_api_id\": \"gid://shopify/Customer/7630784266543\",\n            \"multipass_identifier\": null,\n            \"sms_marketing_consent\": {\n                \"state\": \"not_subscribed\",\n                \"opt_in_level\": \"single_opt_in\",\n                \"consent_updated_at\": null,\n                \"consent_collected_from\": \"SHOPIFY\"\n            },\n            \"marketing_opt_in_level\": null,\n            \"email_marketing_consent\": {\n                \"state\": \"not_subscribed\",\n                \"opt_in_level\": \"single_opt_in\",\n                \"consent_updated_at\": null\n            },\n            \"accepts_marketing_updated_at\": \"2023-12-20T14:08:55+05:30\"\n        },\n        \"payment_status\": \"COD\",\n        \"errors\": {\n            \"errors\": {\n                \"shipping_service_provider\": {\n                    \"check_oda\": \"Cannot Deliver, verify the shipping address\"\n                }\n            },\n            \"hasErrors\": true,\n            \"canGenerateAwb\": false,\n            \"canFetchRate\": true,\n            \"canConfirmOrder\": true,\n            \"generatingInvoice\": true\n        },\n        \"shipper_address\": null,\n        \"total_amount_including_tax\": 1100,\n        \"shipment_tracker\": null,\n        \"shipping_details\": null,\n        \"is_cod_order\": false,\n        \"freight_payment\": \"0\",\n        \"automate_shipment_status\": \"M\",\n        \"is_delivered\": true,\n        \"tax_info\": true,\n        \"order_status\": null,\n        \"order_sequence_name\": \"Delivered\",\n        \"slug\": \"#2900_indigoplants-6516674\",\n        \"line_item_counts\": 1,\n        \"pickup_warehouse_address\": null,\n        \"ndr_api_available\": true,\n        \"line_items\": [\n            {\n                \"id\": 9164820,\n                \"variant_id\": 21942488,\n                \"title\": \"A.C.Milan\",\n                \"quantity\": 1,\n                \"sku\": \"\",\n                \"variant_title\": null,\n                \"vendor\": \"indigoPlants\",\n                \"fulfillment_service\": \"manual\",\n                \"product_id\": 8115917848879,\n                \"requires_shipping\": 1,\n                \"taxable\": 0,\n                \"gift_card\": \"0\",\n                \"name\": \"A.C.Milan\",\n                \"variant_inventory_management\": \"shopify\",\n                \"product_exists\": 1,\n                \"fulfillable_quantity\": 1,\n                \"grams\": 0,\n                \"price\": 1100,\n                \"total_discount\": 0,\n                \"fulfillment_status\": null,\n                \"tax_lines\": [],\n                \"total_discount_set\": \"{\\\"shop_money\\\":{\\\"amount\\\":\\\"0.00\\\",\\\"currency_code\\\":\\\"INR\\\"},\\\"presentment_money\\\":{\\\"amount\\\":\\\"0.00\\\",\\\"currency_code\\\":\\\"INR\\\"}}\",\n                \"price_set\": \"\\\"{\\\\\\\"shop_money\\\\\\\":{\\\\\\\"amount\\\\\\\":\\\\\\\"1100.00\\\\\\\",\\\\\\\"currency_code\\\\\\\":\\\\\\\"INR\\\\\\\"},\\\\\\\"presentment_money\\\\\\\":{\\\\\\\"amount\\\\\\\":\\\\\\\"1100.00\\\\\\\",\\\\\\\"currency_code\\\\\\\":\\\\\\\"INR\\\\\\\"}}\\\"\",\n                \"vendor_id\": null,\n                \"vendor_order_id\": 6516674,\n                \"order_id\": 1925031463800,\n                \"status\": null,\n                \"awb\": null,\n                \"status_sequence\": null,\n                \"shipping_label\": null,\n                \"admin_graphql_api_id\": null,\n                \"discount_allocations\": null,\n                \"properties\": [],\n                \"origin_location\": null,\n                \"created_at\": \"2023-12-20T09:08:56.000000Z\",\n                \"updated_at\": \"2023-12-20T09:10:42.000000Z\",\n                \"deleted_at\": null,\n                \"line_item_id\": 4417178564516,\n                \"tax_percentage\": 0,\n                \"total_value_excluding_tax\": 0,\n                \"cost_price\": 0,\n                \"order_discount\": 0,\n                \"purchase_price\": 0,\n                \"company_id\": 212741,\n                \"shipping_price\": \"0\",\n                \"shop_id\": 4147,\n                \"total_tax\": 0,\n                \"shipping_tax\": \"0\",\n                \"tax_id\": null,\n                \"value\": \"1100\",\n                \"channel\": null,\n                \"tax_value\": \"0\",\n                \"o_line_price\": \"1100\",\n                \"o_line_discount\": \"0\",\n                \"o_line_taxable_value\": \"1100\",\n                \"o_line_tax_value\": \"0\",\n                \"o_line_total_value\": \"1100\",\n                \"tax_information\": [],\n                \"provider_id\": 14345875390767,\n                \"fulfilled_quantity\": 0,\n                \"billable_quantity\": 1,\n                \"fulfillment_order_id\": 6541287883055,\n                \"fulfillment_lineitem_id\": 14485706899759,\n                \"product_meta_data\": null,\n                \"variant_meta_data\": null,\n                \"fulfillment_id\": 4958965039407,\n                \"total_outstanding\": 1100,\n                \"total_value_including_tax\": 1100,\n                \"taxable_price\": 1100,\n                \"line_item_tax\": 0,\n                \"sku_barcode\": \"\",\n                \"variant\": {\n                    \"id\": 21942488,\n                    \"barcode\": \"\",\n                    \"tax_id\": null,\n                    \"actual_product_weight\": \"0\",\n                    \"grams\": \"0\",\n                    \"image\": null,\n                    \"channel_id\": \"48111406055727\",\n                    \"company_id\": 212741,\n                    \"product_id\": 6838523,\n                    \"option1\": \"Default Title\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"sku\": \"\",\n                    \"title\": \"Default Title\",\n                    \"image_link\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/products/Ac_Milan..A-1..jpg?v=1676281783\",\n                    \"overridden_commission_level\": \"global\",\n                    \"overridden_commission\": \"15\",\n                    \"overridden_fixed_commission\": 10,\n                    \"file_history\": null,\n                    \"tax\": null,\n                    \"product\": {\n                        \"id\": 6838523,\n                        \"title\": \"A.C.Milan\",\n                        \"body_html\": \"<h2><strong>Rosy Adeniums / Desert Rose</strong></h2><h5><strong>Family</strong></h5><p>Apocynaceae      </p><h5><strong>Origin</strong></h5><p>Africa &amp; Arabian Peninsula</p><h5><strong>Description</strong></h5><p>Adeniums are one of the easiest to grow and most rewarding of the fat plants (caudiciforms). Their adaptability to a broad range of conditions makes them forgiving of less than ideal care. This attribute enables just about anyone to grow and bloom them despite individual climate. Rosy Adeniums have many spectacular hybrids. The basic culture is very similar to orchids</p><h5><strong>Watering</strong></h5><p>Adeniums do not like both over-watering and drying-out. They like a neutral to hard water. Acidic water tends to sour the soil too fast and may cause root rot. A small pot with excellent drainage is a must.</p><p>Water plants preferably in the early morning, and allow them to drink up throughout the day. Watering can be done daily to every few days. Never allow your plants to sit in a saucer of water, neither allow them to dry out too often - this causes adeniums to go into early dormancy. Add stones to the pot s bottom to ensure comparatively better drainage.</p><h5><strong>Light</strong></h5><p>Adeniums plants, also known as Bangkok kalachuchi , require bright sunlight for proper development. If they are growing in cloudy locations, they become spindly and develop less vibrant blooms. Some species can withstand 30-50% shade and the sun can burn their foliage.</p><h5><strong>Potting Mix</strong></h5><p>A mix of course sand, coco-peat amended with perlite (3 parts mix to 1 part perlite) is adequate under most conditions to improve aeration and drainage</p><h5><strong>Fertilizer</strong></h5><p>To make your plant develop a large swollen base/ trunk, you need a good quality fertilizer. Fertilizer requirement for swelling up trunks is also used to increase flowering. It shouldn't be too high in nitrogen, the middle number should be the highest. Never apply fertilizer directly on roots and do not liquid feed when a plant is thirsty: always water first slightly to avoid root burn and leaf drop.</p><h5><strong>Landscape Uses</strong></h5><p>Bosai, Container Plant</p>\",\n                        \"vendor\": \"indigoPlants\",\n                        \"product_type\": {\n                            \"id\": 116397,\n                            \"channel\": \"shopify\",\n                            \"shop_id\": 4147,\n                            \"title\": \"Plants\",\n                            \"commission\": null,\n                            \"created_at\": \"2023-05-29T10:50:42.000000Z\",\n                            \"updated_at\": \"2023-05-29T10:50:42.000000Z\",\n                            \"fixed_commission\": 0,\n                            \"override_commission\": false,\n                            \"overridden_commission_level\": \"global\",\n                            \"overridden_commission\": \"15\",\n                            \"overridden_fixed_commission\": 10,\n                            \"global_commission_level\": \"global\",\n                            \"global_commission\": \"15\",\n                            \"global_fixed_commission\": 10\n                        },\n                        \"handle\": \"a-c-milan\",\n                        \"published_at\": \"2023-02-13 15:19:42\",\n                        \"template_suffix\": null,\n                        \"tags\": \"Adenium, C_Outdoor Sun, C_Water Requirement:TWeek, Cart_Collection_adenium-arabicum, Cart_Collection_floweringcart, Cart_Collection_lowmaintaincart, Cart_Collection_metalpots, Cart_Collection_toolsfertilisercart, FC_Red, Flower Color:Red, Flowering Season:Summer, Fragrance:Non Fragrant, FS_Summer, Genus:Adenium, Large, Low, Maintenance:Low, Non Fragrant, Pots:With Pot, Size:Large, Sunlight Requirement:Outdoor Shade, Sunlight Requirement:Outdoor Sun, Sunlight_shsu, Use:Low Maintenance, use_lmou, Water Requirement:Twice A Week, With Pot\",\n                        \"published_scope\": null,\n                        \"admin_graphql_api_id\": \"gid://shopify/Product/8115917848879\",\n                        \"image\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/products/Ac_Milan..A-1..jpg?v=1676281783\",\n                        \"created_at\": \"2023-05-29T10:50:42.000000Z\",\n                        \"updated_at\": \"2023-12-22T09:55:08.000000Z\",\n                        \"deleted_at\": null,\n                        \"vendor_id\": 212741,\n                        \"provider\": null,\n                        \"company_id\": 212741,\n                        \"channel_id\": \"8115917848879\",\n                        \"store_id\": null,\n                        \"product_image_link\": null,\n                        \"channel_product_id\": 6832641,\n                        \"channel\": \"shopify\",\n                        \"sku\": null,\n                        \"shop_id\": 4147,\n                        \"tax_id\": null,\n                        \"product_type_id\": 116397,\n                        \"parent_id\": 212738,\n                        \"images\": [\n                            {\n                                \"id\": 40456806531375,\n                                \"alt\": \"A.C.Milan Plants myBageecha - myBageecha\",\n                                \"src\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/products/Ac_Milan..A-1..jpg?v=1676281783\",\n                                \"width\": 657,\n                                \"height\": 657,\n                                \"position\": 1,\n                                \"created_at\": \"2023-02-13T15:19:43+05:30\",\n                                \"product_id\": 8115917848879,\n                                \"updated_at\": \"2023-02-13T15:19:43+05:30\",\n                                \"variant_ids\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/ProductImage/40456806531375\"\n                            }\n                        ],\n                        \"options\": [\n                            {\n                                \"id\": 10306494234927,\n                                \"name\": \"Caudex\",\n                                \"values\": [\n                                    \"Default Title\"\n                                ],\n                                \"position\": 1,\n                                \"product_id\": 8115917848879\n                            }\n                        ],\n                        \"has_only_default_variant\": false,\n                        \"meta_data\": {\n                            \"description_tag\": {\n                                \"id\": \"gid://shopify/Metafield/28525757890863\",\n                                \"key\": \"description_tag\",\n                                \"value\": null,\n                                \"name_slug\": \"description_tag\",\n                                \"namespace\": \"global\"\n                            }\n                        },\n                        \"status\": \"active\",\n                        \"vendor_shop_product_id\": null,\n                        \"shopify_meta_data\": [\n                            {\n                                \"id\": 28525757890863,\n                                \"key\": \"description_tag\",\n                                \"type\": \"string\",\n                                \"value\": \"Adeniums are one of the easiest to grow and most rewarding of the fat plants (caudiciforms). Their adaptability to a broad range of conditions makes them forgiving of less than ideal care. This attribute enables just about anyone to grow and bloom them despite individual climate. \",\n                                \"owner_id\": 8115917848879,\n                                \"namespace\": \"global\",\n                                \"created_at\": \"2023-02-13T04:49:44-05:00\",\n                                \"updated_at\": \"2023-02-13T04:49:44-05:00\",\n                                \"description\": \"Description of the product for search engines\",\n                                \"owner_resource\": \"product\",\n                                \"admin_graphql_api_id\": \"gid://shopify/Metafield/28525757890863\"\n                            }\n                        ],\n                        \"image_link\": null,\n                        \"images_link\": null,\n                        \"uploaded_images\": [],\n                        \"media\": []\n                    },\n                    \"company\": {\n                        \"id\": 212741,\n                        \"company_name\": null,\n                        \"brand_name\": \"indigoplants\",\n                        \"company_logo\": null,\n                        \"contact_name\": null,\n                        \"phone_number\": null,\n                        \"email\": \"cjbwj@gmail.com\",\n                        \"address_line_1\": \"hgshsvcj\",\n                        \"address_line_2\": \"sdcjbwjww\",\n                        \"pin_code\": null,\n                        \"city\": \"dcd\",\n                        \"created_at\": \"2023-05-29T10:50:41.000000Z\",\n                        \"updated_at\": \"2024-01-01T08:32:49.000000Z\",\n                        \"state_id\": null,\n                        \"gstin_number\": null,\n                        \"invoice_prefix\": null,\n                        \"starting_invoice_number\": \"3\",\n                        \"terms_and_conditions\": null,\n                        \"bank_account_beneficiary_name\": null,\n                        \"bank_account_name\": null,\n                        \"ifsc_code\": null,\n                        \"label_company_name\": null,\n                        \"label_contact_name\": null,\n                        \"label_phone\": null,\n                        \"label_email_address\": null,\n                        \"label_address_line_1\": null,\n                        \"label_address_line_2\": null,\n                        \"label_pin_code\": null,\n                        \"label_city\": null,\n                        \"label_state\": null,\n                        \"signature\": null,\n                        \"currency\": null,\n                        \"weight\": null,\n                        \"measurement\": null,\n                        \"gst_enabled\": false,\n                        \"override_channel_product_weight_enabled\": false,\n                        \"label_details_same_as_company\": true,\n                        \"multi_vendor_invoicing_enabled\": true,\n                        \"multi_vendor_shipping_enabled\": true,\n                        \"is_master\": null,\n                        \"invoice_number_same_as_order_number\": true,\n                        \"enable_disable_cod_reconciliation\": false,\n                        \"enable_disable_freight_reconciliation\": false,\n                        \"cod_tolerance\": null,\n                        \"freight_tolerance\": null,\n                        \"is_multi_vendor_enabled\": true,\n                        \"invoice_message\": null,\n                        \"inclusive_exclusive\": null,\n                        \"is_tax_on_shipping\": \"no\",\n                        \"tax_on_shipping\": null,\n                        \"primary_color\": \"#f18024\",\n                        \"secondary_color\": null,\n                        \"display_hsn\": true,\n                        \"website\": null,\n                        \"country\": \"AS\",\n                        \"type_of_vendor\": \"dropshipper\",\n                        \"invoice_message_2\": null,\n                        \"title\": \"indigoplants\",\n                        \"parent_id\": 212738,\n                        \"extra_information\": null,\n                        \"invoice_date\": \"invoice_creation_date\",\n                        \"number_of_digits\": \"0\",\n                        \"invoice_message_1\": null,\n                        \"created_by\": null,\n                        \"updated_by\": 28344,\n                        \"invoice_contact_name\": null,\n                        \"invoice_address_1\": \"hgshsvcj\",\n                        \"invoice_address_2\": \"sdcjbwjww\",\n                        \"invoice_postal_code\": null,\n                        \"invoice_city\": \"dcd\",\n                        \"invoice_phone_number\": \"44641461651\",\n                        \"invoice_tin\": null,\n                        \"timezone\": \"Asia/Kolkata\",\n                        \"hand_delivered_enabled\": true,\n                        \"other_courier_partner_enabled\": true,\n                        \"billing_address_same_as_company_details\": false,\n                        \"deactivated_at\": null,\n                        \"state_code\": null,\n                        \"automatically_sync_vendor_name_from_store\": true,\n                        \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                        \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                        \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                        \"correct_all_errors_in_order\": false,\n                        \"generate_shipping_labels_for_orders\": false,\n                        \"generate_invoices_for_dropship_orders\": false,\n                        \"can_vendor_enable_disable_product\": false,\n                        \"can_vendor_edit_quantity_product\": false,\n                        \"can_vendor_edit_weight_dimension_product\": false,\n                        \"can_vendor_edit_tax_product\": true,\n                        \"set_vendor_level_commission\": false,\n                        \"commission\": null,\n                        \"discount_shared_by_vendor\": null,\n                        \"commission_calculated_on_product_price_discounted_price\": null,\n                        \"set_vendor_level_shared_discount\": false,\n                        \"set_vendor_level_commissoin_calculated_on\": false,\n                        \"use_shop_channel_values_to_set_commission\": true,\n                        \"can_vendor_generate_invoice\": false,\n                        \"can_vendor_process_shippings\": false,\n                        \"can_vendor_edit_hsn_tax\": false,\n                        \"can_vendor_add_courier_provider\": false,\n                        \"default_vendor_type\": \"dropshipper\",\n                        \"no_of_deciaml_digits\": 2,\n                        \"credits\": 0,\n                        \"plan_id\": null,\n                        \"requested_plan_id\": null,\n                        \"override_invoice_permissions\": false,\n                        \"override_product_permissions\": false,\n                        \"override_order_routing_permissions\": false,\n                        \"override_shipping_permissions\": false,\n                        \"slug\": \"indigoplants-212741\",\n                        \"commission_calculated_tax_type\": \"exclusive_of_tax\",\n                        \"shipping_charge_commission_type\": \"fixed\",\n                        \"shipping_charge_commission\": 0,\n                        \"override_commission_calculated_tax_type\": false,\n                        \"override_shipping_charge_commission_type\": false,\n                        \"override_shipping_charge_commission\": 0,\n                        \"auto_email_to_vendor\": false,\n                        \"fixed_commission\": 0,\n                        \"service_charge\": 0,\n                        \"can_vendor_edit_price\": false,\n                        \"can_vendor_delete_product\": false,\n                        \"show_logo_in_awb\": false,\n                        \"hide_pick_address_in_awb\": true,\n                        \"hide_customer_info_in_awb\": true,\n                        \"hide_price_in_awb\": false,\n                        \"hide_customer_information_on_vendor_dashboards\": false,\n                        \"allow_merchant_to_generate_invoice\": false,\n                        \"show_merchant_logo_in_invoice\": false,\n                        \"locale\": \"en\",\n                        \"use_custom_waybill\": false,\n                        \"redirect_url\": \"dashboard\",\n                        \"invoice_state_code\": null,\n                        \"invoice_country_code\": \"AS\",\n                        \"stripe_account_id\": null,\n                        \"url_to_redirect_vendor_is_registered\": null,\n                        \"enable_app_shipping_profile_on_shopify\": \"0\",\n                        \"policy\": null,\n                        \"css\": null,\n                        \"vendor_profile_color\": \"#f18024\",\n                        \"about_us\": null,\n                        \"facebook_link\": null,\n                        \"twitter_link\": null,\n                        \"instagram_link\": null,\n                        \"auto_fulfill_digital_orders\": false,\n                        \"use_default_warehouse_for_all_orders\": false,\n                        \"invoice_label_header_title\": null,\n                        \"invoice_place_of_supply\": null,\n                        \"invoice_cin_key_title\": null,\n                        \"invoice_cin\": null,\n                        \"give_vendor_access_to_merchant_shipper\": false,\n                        \"auto_generate_order_invoices_to_customers\": false,\n                        \"auto_email_order_invoices_to_customers\": false,\n                        \"treat_manual_payment_mode_as_cod\": false,\n                        \"fulfill_order_after_confirm\": false,\n                        \"add_notes_before_confirming_orders\": false,\n                        \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                        \"note_at_the_top_of_invoice\": null,\n                        \"vendor_shop_id\": null,\n                        \"vendor_category\": null,\n                        \"vendor_location\": null,\n                        \"short_description\": null,\n                        \"display_vendor_category\": false,\n                        \"display_vendor_location\": false,\n                        \"display_vendor_short_description\": false,\n                        \"name_of_the_vendor_listing_page\": null,\n                        \"sync_settings\": {\n                            \"update_settings\": {\n                                \"sku\": true,\n                                \"tags\": true,\n                                \"media\": true,\n                                \"price\": false,\n                                \"title\": true,\n                                \"weight\": true,\n                                \"barcode\": true,\n                                \"quantity\": true,\n                                \"description\": true,\n                                \"product_type\": true,\n                                \"variant_name\": true,\n                                \"publish_status\": true,\n                                \"compare_at_price\": true,\n                                \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                            },\n                            \"create_settings\": {\n                                \"sku\": true,\n                                \"tags\": true,\n                                \"media\": true,\n                                \"price\": false,\n                                \"title\": true,\n                                \"weight\": true,\n                                \"barcode\": true,\n                                \"quantity\": true,\n                                \"description\": true,\n                                \"product_type\": true,\n                                \"variant_name\": true,\n                                \"publish_status\": true,\n                                \"compare_at_price\": true,\n                                \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                            },\n                            \"override_product_status_at_create\": true,\n                            \"product_status\": \"as_per_vendor_product\",\n                            \"enable_order_sync\": true,\n                            \"push_only_if_order_paid\": false,\n                            \"push_unsynced_product_order\": true,\n                            \"auto_add_variant\": true,\n                            \"auto_remove_variant\": true,\n                            \"strictKeyCheck\": false,\n                            \"on_product_delete\": \"do_nothing\",\n                            \"on_product_unmapped\": \"do_nothing\",\n                            \"push_only_if_product_connected\": true\n                        },\n                        \"override_hide_customer_information_permissions\": false,\n                        \"can_vendor_cancel_an_order\": false,\n                        \"hide_shipping_charges\": false,\n                        \"add_insurance_to_shipment\": 0,\n                        \"meta_title\": null,\n                        \"registration_link\": null,\n                        \"auto_approval_of_products_from_vendor\": true,\n                        \"ignore_selling_price_for_commission\": 0,\n                        \"shipping_label_check\": {\n                            \"email\": false,\n                            \"phone\": false,\n                            \"address_line_1\": false,\n                            \"address_line_2\": false,\n                            \"address_line_1_minimum\": null,\n                            \"address_line_1_maximum\": null,\n                            \"address_line_2_minimum\": null,\n                            \"address_line_2_maximum\": null\n                        },\n                        \"shipping_label_size\": \"smalllabel\",\n                        \"paypal_email\": null,\n                        \"use_custom_email_driver\": false,\n                        \"ignore_order_splitting\": false,\n                        \"hide_customer_information_on_vendor_dashboard\": {\n                            \"name\": false,\n                            \"phone\": true,\n                            \"address\": true,\n                            \"email\": true,\n                            \"city\": false,\n                            \"state\": false\n                        },\n                        \"hide_customer_information_in_awb\": {\n                            \"name\": false,\n                            \"phone\": true,\n                            \"address\": true,\n                            \"email\": true,\n                            \"city\": false,\n                            \"state\": false,\n                            \"line_items\": false,\n                            \"vendor_name\": false,\n                            \"sku\": false,\n                            \"weight_dimension\": false\n                        },\n                        \"hide_customer_information_in_invoice\": {\n                            \"name\": false,\n                            \"phone\": true,\n                            \"address\": true,\n                            \"email\": true,\n                            \"city\": false,\n                            \"state\": false\n                        },\n                        \"vendor_profile_settings\": {\n                            \"seller_products_tab\": true,\n                            \"seller_policy_tab\": true,\n                            \"seller_contact_us_tab\": true\n                        },\n                        \"challan_message_1\": null,\n                        \"challan_message_2\": null,\n                        \"challan_prefix\": null,\n                        \"challan_number_same_as_invoice_number\": true,\n                        \"default_label_size_for_all_vendors\": false,\n                        \"hide_customer_information_in_export\": {\n                            \"name\": false,\n                            \"phone\": true,\n                            \"address\": true,\n                            \"email\": true,\n                            \"city\": false,\n                            \"state\": false\n                        },\n                        \"product_permissions\": null,\n                        \"hide_product_details_in_awb\": false,\n                        \"hide_invoice_details_in_awb\": false,\n                        \"company_note\": null,\n                        \"meta_data\": null,\n                        \"color_theme_field\": \"light.orange\",\n                        \"change_tracking_url\": false,\n                        \"ship_to_address_as_merchants_default_warehouse\": false,\n                        \"can_vendor_hold_an_order\": false,\n                        \"handle_out_of_stock_products\": null,\n                        \"allow_vendors_to_change_vendor_profile_details\": false,\n                        \"whatsapp_account\": null,\n                        \"vendor_profile_theme_choosen\": \"theme-1\",\n                        \"whatsapp_credit\": 100,\n                        \"test_whatsapp_number\": null,\n                        \"spoc_email_sending_method\": null,\n                        \"connected_vendor_shops\": null,\n                        \"events\": null,\n                        \"commission_automation_set\": null,\n                        \"auto_confirmation_using_tags_settings\": {\n                            \"tags_settings_status\": true,\n                            \"paid\": true,\n                            \"tags_for_paid\": [],\n                            \"cod_or_partially_paid\": false,\n                            \"tags_for_cod_or_partially_paid\": [],\n                            \"Exceptions_for_paid\": false,\n                            \"Exceptions_for_paid_tags\": [],\n                            \"Exceptions_for_cod_or_partially_paid\": false,\n                            \"Exceptions_for_cod_or_partially_paid_tags\": []\n                        },\n                        \"preferred_location\": null,\n                        \"email_credit\": 1000,\n                        \"logo\": null,\n                        \"logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                        \"is_general_setting_done\": true,\n                        \"is_invoice_setting_done\": true,\n                        \"is_label_setting_done\": false,\n                        \"is_gst_enabled\": false,\n                        \"billing_detail\": \"dcd</br>AmericanSamoa\",\n                        \"warehouse_address\": \"dcd</br>AS\",\n                        \"contact_information\": \"cjbwj@gmail.com</br>\",\n                        \"status\": \"Active\",\n                        \"global_commission\": \"15\",\n                        \"global_discount_shared_by_vendor\": \"0\",\n                        \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                        \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                        \"global_shipping_charge_commission_type\": \"fixed\",\n                        \"global_shipping_charge_commission\": 50,\n                        \"global_fixed_commission\": 10,\n                        \"is_drop_shipper\": true,\n                        \"state\": null,\n                        \"first_email\": [\n                            \"cjbwj@gmail.com\"\n                        ],\n                        \"invoice_state\": null,\n                        \"banner\": null,\n                        \"banner_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                        \"frontend_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                        \"navbar_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                        \"email_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                        \"invoice_country_detail\": {\n                            \"id\": 242,\n                            \"name\": \"American Samoa\",\n                            \"code\": \"AS\",\n                            \"dial_code\": null,\n                            \"currency_name\": null,\n                            \"currency_symbol\": \"$\",\n                            \"currency_code\": \"USD\",\n                            \"created_at\": \"2020-08-26T03:11:10.000000Z\",\n                            \"updated_at\": \"2020-08-26T03:11:10.000000Z\",\n                            \"name_with_symbole\": \" - $\"\n                        },\n                        \"commission_tags\": null,\n                        \"parent\": {\n                            \"id\": 212738,\n                            \"company_name\": \"kapil\",\n                            \"brand_name\": \"violetplants\",\n                            \"company_logo\": null,\n                            \"contact_name\": \"Chahar\",\n                            \"phone_number\": null,\n                            \"email\": \"het.shipturtle@gmail.com\",\n                            \"address_line_1\": \"Est\",\n                            \"address_line_2\": \"Test\",\n                            \"pin_code\": \"411018\",\n                            \"city\": \"Pune\",\n                            \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                            \"updated_at\": \"2024-01-02T05:32:03.000000Z\",\n                            \"state_id\": null,\n                            \"gstin_number\": \"1234\",\n                            \"invoice_prefix\": \"Invoice\",\n                            \"starting_invoice_number\": \"26\",\n                            \"terms_and_conditions\": null,\n                            \"bank_account_beneficiary_name\": null,\n                            \"bank_account_name\": null,\n                            \"ifsc_code\": null,\n                            \"label_company_name\": null,\n                            \"label_contact_name\": null,\n                            \"label_phone\": null,\n                            \"label_email_address\": null,\n                            \"label_address_line_1\": null,\n                            \"label_address_line_2\": null,\n                            \"label_pin_code\": null,\n                            \"label_city\": null,\n                            \"label_state\": null,\n                            \"signature\": null,\n                            \"currency\": \"INR\",\n                            \"weight\": null,\n                            \"measurement\": null,\n                            \"gst_enabled\": true,\n                            \"override_channel_product_weight_enabled\": true,\n                            \"label_details_same_as_company\": true,\n                            \"multi_vendor_invoicing_enabled\": false,\n                            \"multi_vendor_shipping_enabled\": false,\n                            \"is_master\": \"1\",\n                            \"invoice_number_same_as_order_number\": true,\n                            \"enable_disable_cod_reconciliation\": true,\n                            \"enable_disable_freight_reconciliation\": true,\n                            \"cod_tolerance\": \"5\",\n                            \"freight_tolerance\": \"2\",\n                            \"is_multi_vendor_enabled\": true,\n                            \"invoice_message\": null,\n                            \"inclusive_exclusive\": null,\n                            \"is_tax_on_shipping\": \"no\",\n                            \"tax_on_shipping\": null,\n                            \"primary_color\": \"#222F3D\",\n                            \"secondary_color\": null,\n                            \"display_hsn\": true,\n                            \"website\": \"https://app.shipturtle.com/\",\n                            \"country\": \"IN\",\n                            \"type_of_vendor\": \"marketplace\",\n                            \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                            \"title\": \"violetplants\",\n                            \"parent_id\": 212738,\n                            \"extra_information\": null,\n                            \"invoice_date\": \"invoice_creation_date\",\n                            \"number_of_digits\": \"0\",\n                            \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                            \"created_by\": null,\n                            \"updated_by\": 28411,\n                            \"invoice_contact_name\": \"Hussain\",\n                            \"invoice_address_1\": \"dahod\",\n                            \"invoice_address_2\": \"dahod\",\n                            \"invoice_postal_code\": \"380005\",\n                            \"invoice_city\": \"Ahmedabad\",\n                            \"invoice_phone_number\": \"09173038104\",\n                            \"invoice_tin\": null,\n                            \"timezone\": \"America/Phoenix\",\n                            \"hand_delivered_enabled\": true,\n                            \"other_courier_partner_enabled\": true,\n                            \"billing_address_same_as_company_details\": false,\n                            \"deactivated_at\": null,\n                            \"state_code\": \"GJ\",\n                            \"automatically_sync_vendor_name_from_store\": true,\n                            \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                            \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                            \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                            \"correct_all_errors_in_order\": false,\n                            \"generate_shipping_labels_for_orders\": false,\n                            \"generate_invoices_for_dropship_orders\": false,\n                            \"can_vendor_enable_disable_product\": false,\n                            \"can_vendor_edit_quantity_product\": false,\n                            \"can_vendor_edit_weight_dimension_product\": false,\n                            \"can_vendor_edit_tax_product\": true,\n                            \"set_vendor_level_commission\": false,\n                            \"commission\": \"15\",\n                            \"discount_shared_by_vendor\": \"0\",\n                            \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"set_vendor_level_shared_discount\": false,\n                            \"set_vendor_level_commissoin_calculated_on\": false,\n                            \"use_shop_channel_values_to_set_commission\": false,\n                            \"can_vendor_generate_invoice\": true,\n                            \"can_vendor_process_shippings\": true,\n                            \"can_vendor_edit_hsn_tax\": true,\n                            \"can_vendor_add_courier_provider\": true,\n                            \"default_vendor_type\": \"dropshipper\",\n                            \"no_of_deciaml_digits\": 2,\n                            \"credits\": 299840,\n                            \"plan_id\": 4,\n                            \"requested_plan_id\": null,\n                            \"override_invoice_permissions\": false,\n                            \"override_product_permissions\": false,\n                            \"override_order_routing_permissions\": false,\n                            \"override_shipping_permissions\": false,\n                            \"slug\": \"violetplants-212738\",\n                            \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"shipping_charge_commission_type\": \"fixed\",\n                            \"shipping_charge_commission\": 50,\n                            \"override_commission_calculated_tax_type\": false,\n                            \"override_shipping_charge_commission_type\": false,\n                            \"override_shipping_charge_commission\": 0,\n                            \"auto_email_to_vendor\": true,\n                            \"fixed_commission\": 10,\n                            \"service_charge\": 0,\n                            \"can_vendor_edit_price\": false,\n                            \"can_vendor_delete_product\": false,\n                            \"show_logo_in_awb\": false,\n                            \"hide_pick_address_in_awb\": false,\n                            \"hide_customer_info_in_awb\": true,\n                            \"hide_price_in_awb\": false,\n                            \"hide_customer_information_on_vendor_dashboards\": false,\n                            \"allow_merchant_to_generate_invoice\": false,\n                            \"show_merchant_logo_in_invoice\": true,\n                            \"locale\": \"en\",\n                            \"use_custom_waybill\": false,\n                            \"redirect_url\": \"dashboard\",\n                            \"invoice_state_code\": \"GJ\",\n                            \"invoice_country_code\": \"IN\",\n                            \"stripe_account_id\": null,\n                            \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                            \"enable_app_shipping_profile_on_shopify\": \"0\",\n                            \"policy\": null,\n                            \"css\": null,\n                            \"vendor_profile_color\": \"#f18024\",\n                            \"about_us\": null,\n                            \"facebook_link\": null,\n                            \"twitter_link\": null,\n                            \"instagram_link\": null,\n                            \"auto_fulfill_digital_orders\": true,\n                            \"use_default_warehouse_for_all_orders\": false,\n                            \"invoice_label_header_title\": null,\n                            \"invoice_place_of_supply\": null,\n                            \"invoice_cin_key_title\": null,\n                            \"invoice_cin\": null,\n                            \"give_vendor_access_to_merchant_shipper\": false,\n                            \"auto_generate_order_invoices_to_customers\": true,\n                            \"auto_email_order_invoices_to_customers\": true,\n                            \"treat_manual_payment_mode_as_cod\": false,\n                            \"fulfill_order_after_confirm\": false,\n                            \"add_notes_before_confirming_orders\": false,\n                            \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                            \"note_at_the_top_of_invoice\": null,\n                            \"vendor_shop_id\": null,\n                            \"vendor_category\": null,\n                            \"vendor_location\": null,\n                            \"short_description\": null,\n                            \"display_vendor_category\": true,\n                            \"display_vendor_location\": true,\n                            \"display_vendor_short_description\": true,\n                            \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                            \"sync_settings\": {\n                                \"update_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": false,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"create_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": false,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"override_product_status_at_create\": true,\n                                \"product_status\": \"as_per_vendor_product\",\n                                \"enable_order_sync\": true,\n                                \"push_only_if_order_paid\": false,\n                                \"push_unsynced_product_order\": true,\n                                \"auto_add_variant\": true,\n                                \"auto_remove_variant\": true,\n                                \"strictKeyCheck\": false,\n                                \"on_product_delete\": \"do_nothing\",\n                                \"on_product_unmapped\": \"do_nothing\",\n                                \"push_only_if_product_connected\": true\n                            },\n                            \"override_hide_customer_information_permissions\": false,\n                            \"can_vendor_cancel_an_order\": false,\n                            \"hide_shipping_charges\": false,\n                            \"add_insurance_to_shipment\": 0,\n                            \"meta_title\": null,\n                            \"registration_link\": null,\n                            \"auto_approval_of_products_from_vendor\": true,\n                            \"ignore_selling_price_for_commission\": 0,\n                            \"shipping_label_check\": {\n                                \"email\": false,\n                                \"phone\": false,\n                                \"address_line_1\": false,\n                                \"address_line_2\": false,\n                                \"address_line_1_minimum\": null,\n                                \"address_line_1_maximum\": null,\n                                \"address_line_2_minimum\": null,\n                                \"address_line_2_maximum\": null\n                            },\n                            \"shipping_label_size\": \"smalllabel\",\n                            \"paypal_email\": null,\n                            \"use_custom_email_driver\": false,\n                            \"ignore_order_splitting\": false,\n                            \"hide_customer_information_on_vendor_dashboard\": {\n                                \"name\": false,\n                                \"phone\": true,\n                                \"address\": true,\n                                \"email\": true,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"hide_customer_information_in_awb\": {\n                                \"name\": false,\n                                \"phone\": true,\n                                \"address\": true,\n                                \"email\": true,\n                                \"city\": false,\n                                \"state\": false,\n                                \"line_items\": false,\n                                \"vendor_name\": false,\n                                \"sku\": false,\n                                \"weight_dimension\": false\n                            },\n                            \"hide_customer_information_in_invoice\": {\n                                \"name\": false,\n                                \"phone\": true,\n                                \"address\": true,\n                                \"email\": true,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"vendor_profile_settings\": {\n                                \"seller_products_tab\": true,\n                                \"seller_policy_tab\": true,\n                                \"seller_contact_us_tab\": true,\n                                \"seller_events_tab\": true,\n                                \"seller_reviews_tab\": false,\n                                \"seller_about_us_tab\": true\n                            },\n                            \"challan_message_1\": null,\n                            \"challan_message_2\": null,\n                            \"challan_prefix\": \"Invoice\",\n                            \"challan_number_same_as_invoice_number\": true,\n                            \"default_label_size_for_all_vendors\": false,\n                            \"hide_customer_information_in_export\": {\n                                \"name\": false,\n                                \"phone\": true,\n                                \"address\": true,\n                                \"email\": true,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"product_permissions\": null,\n                            \"hide_product_details_in_awb\": false,\n                            \"hide_invoice_details_in_awb\": false,\n                            \"company_note\": \"<p>sdfasdfab</p>\",\n                            \"meta_data\": \"[{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                            \"color_theme_field\": \"light.orange\",\n                            \"change_tracking_url\": false,\n                            \"ship_to_address_as_merchants_default_warehouse\": false,\n                            \"can_vendor_hold_an_order\": false,\n                            \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                            \"allow_vendors_to_change_vendor_profile_details\": true,\n                            \"whatsapp_account\": \"use_company_account\",\n                            \"vendor_profile_theme_choosen\": \"theme-1\",\n                            \"whatsapp_credit\": 54,\n                            \"test_whatsapp_number\": \"+918849193468\",\n                            \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                            \"connected_vendor_shops\": [\n                                \"vendorsynctesting5.myshopify.com\",\n                                \"testing-for-vendorsync.myshopify.com\",\n                                \"purpleplants.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"test-store-webkul-112.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com/\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com\",\n                                \"channelteststore5.myshopify.com\",\n                                \"https://st-wpdemo.com/newtestclient/\",\n                                \"purpleplants.myshopify.com\",\n                                \"purpleplants.myshopify.com\",\n                                \"vendorsynctesting.myshopify.com\",\n                                \"vendorsynctesting.myshopify.com\"\n                            ],\n                            \"events\": null,\n                            \"commission_automation_set\": {\n                                \"commission_automation\": true,\n                                \"commission_automation_rules\": true,\n                                \"commission_automation_date_range\": true,\n                                \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                \"time_buffer_for_commission_automation\": \"4\",\n                                \"order_status_for_commission_automation\": \"pending\",\n                                \"invoice_number_for_commission_automation\": 277,\n                                \"date_Range_days_for_commission_automation\": \"4\"\n                            },\n                            \"auto_confirmation_using_tags_settings\": {\n                                \"tags_settings_status\": true,\n                                \"paid\": true,\n                                \"tags_for_paid\": [],\n                                \"cod_or_partially_paid\": false,\n                                \"tags_for_cod_or_partially_paid\": [],\n                                \"Exceptions_for_paid\": false,\n                                \"Exceptions_for_paid_tags\": [],\n                                \"Exceptions_for_cod_or_partially_paid\": false,\n                                \"Exceptions_for_cod_or_partially_paid_tags\": []\n                            },\n                            \"preferred_location\": null,\n                            \"email_credit\": 4775,\n                            \"logo\": null,\n                            \"logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                            \"is_general_setting_done\": true,\n                            \"is_invoice_setting_done\": true,\n                            \"is_label_setting_done\": false,\n                            \"is_gst_enabled\": true,\n                            \"billing_detail\": \"Pune</br>Gujarat</br>India\",\n                            \"warehouse_address\": \"Pune</br>IN\",\n                            \"contact_information\": \"Chahar</br>het.shipturtle@gmail.com</br>\",\n                            \"status\": \"Active\",\n                            \"global_commission\": \"15\",\n                            \"global_discount_shared_by_vendor\": \"0\",\n                            \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"global_shipping_charge_commission_type\": \"fixed\",\n                            \"global_shipping_charge_commission\": 50,\n                            \"global_fixed_commission\": 10,\n                            \"is_drop_shipper\": false,\n                            \"state\": {\n                                \"id\": 13,\n                                \"code\": \"GJ\",\n                                \"tin\": 24,\n                                \"title\": \"Gujarat\",\n                                \"created_at\": \"2019-08-03T17:48:42.000000Z\",\n                                \"updated_at\": \"2020-03-28T04:51:45.000000Z\",\n                                \"deleted_at\": null,\n                                \"country_code\": \"IN\"\n                            },\n                            \"first_email\": [\n                                \"het.shipturtle@gmail.com\"\n                            ],\n                            \"invoice_state\": {\n                                \"id\": 13,\n                                \"code\": \"GJ\",\n                                \"tin\": 24,\n                                \"title\": \"Gujarat\",\n                                \"created_at\": \"2019-08-03T17:48:42.000000Z\",\n                                \"updated_at\": \"2020-03-28T04:51:45.000000Z\",\n                                \"deleted_at\": null,\n                                \"country_code\": \"IN\"\n                            },\n                            \"banner\": null,\n                            \"banner_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                            \"frontend_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                            \"navbar_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                            \"email_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                            \"invoice_country_detail\": {\n                                \"id\": 98,\n                                \"name\": \"India\",\n                                \"code\": \"IN\",\n                                \"dial_code\": \"+91\",\n                                \"currency_name\": \"Indian rupee\",\n                                \"currency_symbol\": \"Rs.\",\n                                \"currency_code\": \"INR\",\n                                \"created_at\": null,\n                                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                \"name_with_symbole\": \"Indian rupee - Rs.\"\n                            },\n                            \"commission_tags\": {\n                                \"company_id\": 212738,\n                                \"override_commission\": true\n                            },\n                            \"media\": [],\n                            \"country_detail\": {\n                                \"id\": 98,\n                                \"name\": \"India\",\n                                \"code\": \"IN\",\n                                \"dial_code\": \"+91\",\n                                \"currency_name\": \"Indian rupee\",\n                                \"currency_symbol\": \"Rs.\",\n                                \"currency_code\": \"INR\",\n                                \"created_at\": null,\n                                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                \"name_with_symbole\": \"Indian rupee - Rs.\"\n                            }\n                        },\n                        \"media\": [],\n                        \"country_detail\": {\n                            \"id\": 5,\n                            \"name\": \"AmericanSamoa\",\n                            \"code\": \"AS\",\n                            \"dial_code\": \"+1684\",\n                            \"currency_name\": \"\",\n                            \"currency_symbol\": \"\",\n                            \"currency_code\": \"\",\n                            \"created_at\": null,\n                            \"updated_at\": null,\n                            \"name_with_symbole\": \" - \"\n                        }\n                    }\n                },\n                \"shop\": {\n                    \"id\": 4147,\n                    \"shopify_domain\": \"violetplants.myshopify.com\",\n                    \"shopify_token\": null,\n                    \"created_at\": \"2023-07-13T10:19:49.000000Z\",\n                    \"updated_at\": \"2024-01-01T13:07:55.000000Z\",\n                    \"grandfathered\": false,\n                    \"deleted_at\": null,\n                    \"namespace\": null,\n                    \"plan_id\": 621,\n                    \"freemium\": false,\n                    \"name\": \"violetplants\",\n                    \"email\": \"violetplants123@gmail.com\",\n                    \"province\": \"WB\",\n                    \"country\": {\n                        \"id\": 98,\n                        \"name\": \"India\",\n                        \"code\": \"IN\",\n                        \"dial_code\": \"+91\",\n                        \"currency_name\": \"Indian rupee\",\n                        \"currency_symbol\": \"Rs.\",\n                        \"currency_code\": \"INR\",\n                        \"created_at\": null,\n                        \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                        \"name_with_symbole\": \"Indian rupee - Rs.\"\n                    },\n                    \"address1\": \"123 Old Court House Street Lal Dighi B.B.D. Bagh\",\n                    \"zip\": \"700001\",\n                    \"city\": \"Kolkata\",\n                    \"source\": null,\n                    \"phone\": \"12345678\",\n                    \"latitude\": \"22.5685769\",\n                    \"longitude\": \"88.3492417\",\n                    \"primary_locale\": \"en\",\n                    \"address2\": \"\",\n                    \"country_code\": \"IN\",\n                    \"country_name\": \"India\",\n                    \"currency\": \"INR\",\n                    \"customer_email\": \"violetplants123@gmail.com\",\n                    \"timezone\": \"(GMT+05:30) Asia/Kolkata\",\n                    \"iana_timezone\": \"Asia/Kolkata\",\n                    \"shop_owner\": \"Sharad Kabra\",\n                    \"money_format\": \"Rs. {{amount}}\",\n                    \"money_with_currency_format\": \"Rs. {{amount}}\",\n                    \"weight_unit\": \"gm\",\n                    \"province_code\": \"WB\",\n                    \"taxes_included\": false,\n                    \"tax_shipping\": false,\n                    \"county_taxes\": true,\n                    \"plan_display_name\": \"Basic Shopify\",\n                    \"plan_name\": \"basic\",\n                    \"has_discounts\": \"1\",\n                    \"has_gift_cards\": \"1\",\n                    \"money_in_emails_format\": \"Rs. {{amount}}\",\n                    \"money_with_currency_in_emails_format\": \"Rs. {{amount}}\",\n                    \"eligible_for_payments\": \"0\",\n                    \"requires_extra_payments_agreement\": \"0\",\n                    \"primary_location_id\": \"94960419119\",\n                    \"multi_location_enabled\": \"1\",\n                    \"channel_id\": null,\n                    \"company_id\": 212738,\n                    \"user_id\": 28343,\n                    \"verifying_plan\": 967,\n                    \"dimension_unit\": \"inch\",\n                    \"override_taxes\": false,\n                    \"provider\": \"shopify\",\n                    \"maintain_hs_information_in_shipturtle\": false,\n                    \"automatically_update_order_status_on_shopify\": true,\n                    \"charge_tax\": \"0\",\n                    \"enable_tax_on_shipping\": false,\n                    \"tax_on_shipping\": 0,\n                    \"automatically_update_product_status_on_shopify\": true,\n                    \"parent_id\": null,\n                    \"setup_pending\": false,\n                    \"product_types_sold_on_store\": \"physical_products_only\",\n                    \"carrier_service_id\": null,\n                    \"extra_info\": \"{\\\"location_sync_status\\\":[true,\\\"2023-05-29 10:50:37\\\"],\\\"product_sync_status\\\":[true,\\\"2023-05-29 10:51:10\\\"],\\\"inventory_level_sync_status\\\":[true,\\\"2023-05-29 10:51:13\\\"],\\\"order_sync_status\\\":[true,\\\"2023-05-29 10:53:11\\\"]}\",\n                    \"payment_method_settings\": {\n                        \"0\": null,\n                        \"payu_in_paisa\": \"paid\",\n                        \"cash_on_delivery\": \"paid\",\n                        \"manual\": \"paid\",\n                        \"cashfree\": \"paid\",\n                        \"Cash on Delivery (COD)\": \"cod\",\n                        \"gift_card\": \"paid\",\n                        \"paytm\": \"paid\",\n                        \"stripe\": \"paid\",\n                        \"payu_india\": \"paid\",\n                        \"razorpay_cards_upi_netbanking_wallets_\": \"paid\",\n                        \"neft\": \"paid\",\n                        \"paypal\": \"paid\",\n                        \"shopify_payments\": \"paid\",\n                        \"amazon_payments\": \"paid\",\n                        \"razorpay_all_cards_netbanking_wallets_\": \"paid\",\n                        \"Etsy\": \"paid\",\n                        \"clearpay\": \"paid\",\n                        \"Bank Deposit/Mobile Transfer\": \"paid\",\n                        \"E-Transfer\": \"paid\",\n                        \"cash\": \"cod\",\n                        \"eBay/PayPal\": \"paid\",\n                        \"amazon_marketplace\": \"paid\",\n                        \"ccavenue\": \"paid\",\n                        \"payu_in\": \"paid\",\n                        \"bogus\": \"paid\",\n                        \"\": null,\n                        \"money_order\": \"cod\",\n                        \"bank_deposit\": null\n                    },\n                    \"enable_payment_settings\": false,\n                    \"script_js_id\": \"234600726831\",\n                    \"shopify_namespace\": \"shipturtle\",\n                    \"password\": \"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\",\n                    \"password_updated_at\": \"2023-12-19\",\n                    \"domain\": null,\n                    \"shopify_freemium\": 0,\n                    \"plan_id_onetime\": null,\n                    \"shipment_movement\": \"on_shipment\",\n                    \"14_day_trial_expired\": true,\n                    \"keep_credits\": 0,\n                    \"change_base\": 1,\n                    \"shop_setup_instructions\": \"{\\\"store_type\\\":\\\"market_place\\\"}\",\n                    \"store_setup\": \"{\\\"is_setup_complete\\\":null,\\\"step\\\":\\\"1\\\"}\",\n                    \"published_and_unpublished_theme1_code\": \"{\\\"published_theme1_template\\\":{\\\"main_page_template\\\":\\\"<div id=\\\\\\\"vendor-detail-page\\\\\\\">\\\\n    <input type=\\\\\\\"hidden\\\\\\\" id=\\\\\\\"company_id\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\">\\\\n    @if ($company->banner_link)\\\\n    <section class=\\\\\\\"u-clearfix u-section-1 bck-banner-img\\\\\\\" id=\\\\\\\"sec-44b5\\\\\\\" style=\\\\\\\"background-image: url({{$company->banner_link}});\\\\\\\">\\\\n    </section>\\\\n    @endif\\\\n    <div class=\\\\\\\"u-clearfix u-sheet u-valign-middle u-sheet-1\\\\\\\" style=\\\\\\\"min-height: 250px;\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-expanded-width u-gutter-0 u-layout-wrap u-layout-wrap-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-layout\\\\\\\">\\\\n                <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n                    <div class=\\\\\\\"u-align-center u-container-style u-layout-cell u-left-cell u-size-23 u-layout-cell-1\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\" style=\\\\\\\"height:max-content; display: flex; flex-direction: column; align-items: center; padding-right: 4rem; padding-top: 1.5rem;\\\\\\\">\\\\n                            <img alt=\\\\\\\"{{$company->title}}\\\\\\\" class=\\\\\\\"u-image u-image-circle\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\" data-image-width=\\\\\\\"150\\\\\\\" data-image-height=\\\\\\\"150\\\\\\\" style=\\\\\\\"width: 80%;\\\\\\\">\\\\n                            </img>\\\\n                             <div class=\\\\\\\"social-media-links\\\\\\\">\\\\n                            @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                            <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\">\\\\n                                    <svg class=\\\\\\\"u-svg-content\\\\\\\"  x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-0214\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#3B5998\\\\\\\" d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\">\\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-3589\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#55ACEE\\\\\\\" d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\">        \\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-d986\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                        </div>\\\\n                            @if ($parentCompany->display_vendor_location)\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-1\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}\\\\n                            </p>\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                            @endif\\\\n                        </div>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n                            <h2 style=\\\\\\\"margin-bottom: 0;\\\\\\\" class=\\\\\\\"u-text\\\\\\\">{{$company->brand_name}}</h2>\\\\n                            <p class=\\\\\\\"u-text u-text-3\\\\\\\">\\\\n                                {!! $company->about_us !!}\\\\n                            </p>\\\\n                        </div>\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </div>\\\\n    \\\\n    {{-- Tabs --}}\\\\n    <section class=\\\\\\\"u-align-center u-clearfix u-section-2\\\\\\\" id=\\\\\\\"carousel_37bc\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-tab-links-align-justify u-tabs u-tabs-1\\\\\\\" id=\\\\\\\"u-tabs\\\\\\\">\\\\n                <ul class=\\\\\\\"u-tab-list u-unstyled\\\\\\\" role=\\\\\\\"tablist\\\\\\\">\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_products_tab)\\\\n                    <li class=\\\\\\\"u-tab-item\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"active u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-1\\\\\\\" id=\\\\\\\"link-tab-products\\\\\\\" href=\\\\\\\"#tab-products\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-products\\\\\\\" aria-selected=\\\\\\\"true\\\\\\\">Products</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_policy_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-2\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-2\\\\\\\" id=\\\\\\\"link-tab-policy\\\\\\\" href=\\\\\\\"#tab-policy\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-policy\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Policy</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_about_us_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-aboutus\\\\\\\" href=\\\\\\\"#tab-aboutus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-aboutus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">About Us<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_events_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\"\\\\n                             id=\\\\\\\"link-tab-events\\\\\\\" href=\\\\\\\"#tab-events\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-events\\\\\\\"\\\\n                              aria-selected=\\\\\\\"false\\\\\\\">Events<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_contact_us_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-contactus\\\\\\\" href=\\\\\\\"#tab-contactus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-contactus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Contact Us<br>\\\\n                        </a>\\\\n                    </li>\\\\n                    @endif\\\\n                </ul>\\\\n                <div class=\\\\\\\"u-tab-content\\\\\\\">\\\\n                    <div class=\\\\\\\"u-container-style u-tab-active u-tab-pane u-white u-tab-pane-1\\\\\\\" id=\\\\\\\"tab-products\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-products\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-container-style u-tab-pane u-white u-tab-pane-2\\\\\\\" id=\\\\\\\"tab-policy\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-policy\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-aboutus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-aboutus\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-events\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-events\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white u-tab-pane-5\\\\\\\" id=\\\\\\\"tab-contactus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-contactus\\\\\\\">\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </section>\\\\n</div>\\\",\\\"product_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\">\\\\n    <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n        <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.details\\\\\\\", [\\\\\\\"shopDomain\\\\\\\" => $shop->shopify_domain,\\\\n        \\\\\\\"vendorTitle\\\\\\\"=>$vendorTitle, \\\\\\\"action\\\\\\\"=>\\\\\\\"products\\\\\\\"]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" id=\\\\\\\"search_product_form\\\\\\\"\\\\n        class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\"\\\\n        source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: left;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n                <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search Product\\\\\\\" id=\\\\\\\"st_search_product\\\\\\\" name=\\\\\\\"search_product\\\\\\\"\\\\n                class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n                <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$tags}}\\\\\\\" id=\\\\\\\"st_search_product_by_tag\\\\\\\" name=\\\\\\\"search_product_by_tag\\\\\\\">\\\\n            </div>\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: right;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control u-label\\\\\\\" style=\\\\\\\"margin-left: auto;\\\\\\\">Sort By</label>\\\\n                <select name=\\\\\\\"sort_by\\\\\\\" id=\\\\\\\"st_product_list_sort_by\\\\\\\" class=\\\\\\\"filters-toolbar__input\\\\\\\" aria-describedby=\\\\\\\"a11y-refresh-page-message \\\\n                a11y-selection-message\\\\\\\" data-default-sortby=\\\\\\\"title-descending\\\\\\\">\\\\n                    <option value=\\\\\\\"title-ascending\\\\\\\" {{$orderBy == \\\\\\\"title-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, A-Z</option>\\\\n                    <option value=\\\\\\\"title-descending\\\\\\\" {{$orderBy == \\\\\\\"title-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, Z-A</option>\\\\n                    <option value=\\\\\\\"price-ascending\\\\\\\" {{$orderBy == \\\\\\\"price-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price , Low To High</option>\\\\n                    <option value=\\\\\\\"price-descending\\\\\\\" {{$orderBy == \\\\\\\"price-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price, High To Low</option>\\\\n                    <option value=\\\\\\\"best-selling\\\\\\\" {{$orderBy == \\\\\\\"best-selling\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Best Selling</option>\\\\n                    <option value=\\\\\\\"date-ascending\\\\\\\" {{$orderBy == \\\\\\\"date-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, New To Old</option>\\\\n                    <option value=\\\\\\\"date-descending\\\\\\\" {{$orderBy == \\\\\\\"date-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, Old To New</option>\\\\n                </select>\\\\n            </div>\\\\n            <div style=\\\\\\\"clear: both;\\\\\\\"></div>\\\\n        </form>\\\\n    </div>\\\\n    <div class=\\\\\\\"u-products u-products-1\\\\\\\">\\\\n        <div class=\\\\\\\"loader hide\\\\\\\"></div>\\\\n        @if ($products && sizeof($products) > 0)\\\\n        <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n            @foreach($products as $product)\\\\n                <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                    <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/products/{{$product->handle}}\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2\\\\\\\">\\\\n                            <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1\\\\\\\" \\\\n                            src=\\\\\\\"{{$product->image}}\\\\\\\">\\\\n                            @if($parentCompany->handle_out_of_stock_products == \\\\\\\"list_out_of_stock_products_with_out_of_stock_label\\\\\\\" && $product->isOutOfStock())\\\\n                                <p class=\\\\\\\"hidden-text u-out-of-stock-text\\\\\\\">OUT OF STOCK</p>\\\\n                            @endif\\\\n\\\\n                            <div class=\\\\\\\"u-product-control u-product-price u-product-price-1\\\\\\\">\\\\n                                <div class=\\\\\\\"u-price-wrapper u-spacing-10\\\\\\\">\\\\n                                    <div class=\\\\\\\"u-price u-text-palette-2-base\\\\\\\" style=\\\\\\\"font-weight: 700;\\\\\\\">\\\\n                                        <p class=\\\\\\\"u-product-title text-muted\\\\\\\" style=\\\\\\\"text-decoration: none;\\\\\\\">\\\\n                                            {{$product->title}}\\\\n                                        </p>\\\\n                                        @if($product->has_only_default_variant)\\\\n                                        {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                         $product->shop->currency}} \\\\n                                        {{$product->lowestPricedVariant->first() ? $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\"}}\\\\n                                        @else\\\\n                                        From: {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                        $product->shop->currency}} {{ $product->lowestPricedVariant->first() ?\\\\n                                        $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\" }}\\\\n                                        @endif\\\\n                                    </div>\\\\n                                </div>\\\\n                            </div>\\\\n                        </div>\\\\n                    </a>\\\\n                </div>\\\\n            @endforeach\\\\n        </div>\\\\n        <div>\\\\n            {{ $products->links() }}\\\\n        </div>\\\\n        @else\\\\n        <div style=\\\\\\\"margin: auto;\\\\\\\">\\\\n            <h3>No Products Found</h3>\\\\n        </div>\\\\n        @endif\\\\n    </div>\\\\n</div>\\\",\\\"about_us_template\\\":\\\"<div class=\\\\\\\"u-aboutus-container\\\\\\\"> <div class=\\\\\\\"u-aboutus-row\\\\\\\"> {!! $aboutus !!} </div></div>\\\",\\\"policy_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">{!! $policy !!}</div>\\\\n</div>\\\",\\\"contact_us_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-left-cell u-size-30 u-layout-cell-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-container-layout-10\\\\\\\">\\\\n                <h2 class=\\\\\\\"u-text u-text-grey-70 u-text-8\\\\\\\">Contact us</h2>\\\\n                <h6 class=\\\\\\\"u-text u-text-grey-50 u-text-9\\\\\\\">{{$company->brand_name}}</h6>\\\\n                @if ($parentCompany->display_vendor_location)\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10\\\\\\\">{{ $company->address_line_1 ? $company->address_line_1.\\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\" }} {{ $company->address_line_2 ? $company->address_line_2 : \\\\\\\"\\\\\\\" }} <br>\\\\n                    {{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}                                        \\\\n                    </p>\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                @endif\\\\n                <div class=\\\\\\\"u-social-icons u-spacing-20 u-social-icons-1\\\\\\\">\\\\n                @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-facebook u-social-icon u-icon-2\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-50ee\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-50ee\\\\\\\"><path d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-twitter u-icon-3\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-d346\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-d346\\\\\\\"><path d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-instagram u-icon-4\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-dd2a\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-dd2a\\\\\\\"><path d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path><path d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path><path d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif                \\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-30 u-layout-cell-2\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-valign-middle u-container-layout-11\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-form u-form-2\\\\\\\">\\\\n                <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.contact\\\\\\\") }}\\\\\\\" id=\\\\\\\"st_vendor_contact_form\\\\\\\" method=\\\\\\\"POST\\\\\\\" class=\\\\\\\"u-clearfix u-form-spacing-24 u-form-vertical u-inner-form\\\\\\\" style=\\\\\\\"padding: 24px;\\\\\\\" source=\\\\\\\"custom\\\\\\\" name=\\\\\\\"form\\\\\\\">\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$shop->id}}\\\\\\\" name=\\\\\\\"shop_id\\\\\\\" >\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\" name=\\\\\\\"company_id\\\\\\\" >\\\\n                    <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_name\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Name</label>\\\\n                        <input type=\\\\\\\"text\\\\\\\" placeholder=\\\\\\\"Enter your Name\\\\\\\" id=\\\\\\\"st_contact_form_name\\\\\\\" name=\\\\\\\"name\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-4\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-email u-form-group\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_email\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Email</label>\\\\n                        <input type=\\\\\\\"email\\\\\\\" placeholder=\\\\\\\"Enter a valid email address\\\\\\\" id=\\\\\\\"st_contact_form_email\\\\\\\" name=\\\\\\\"email\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-5\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-group u-form-message\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_message\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Message</label>\\\\n                        <textarea placeholder=\\\\\\\"Enter your message\\\\\\\" rows=\\\\\\\"4\\\\\\\" cols=\\\\\\\"50\\\\\\\" id=\\\\\\\"st_contact_form_message\\\\\\\" name=\\\\\\\"message\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-6\\\\\\\" required=\\\\\\\"\\\\\\\"></textarea>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-form-group u-form-submit\\\\\\\">       \\\\n                        <input type=\\\\\\\"submit\\\\\\\" value=\\\\\\\"submit\\\\\\\" class=\\\\\\\"u-form-control\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-send-message u-form-send-success\\\\\\\"> Thank you! Your message has been sent. </div>\\\\n                    <div class=\\\\\\\"u-form-send-error u-form-send-message\\\\\\\"> Unable to send your message. Please fix errors then try again. </div>\\\\n                </form>\\\\n            </div>\\\\n    </div>\\\\n        </div>\\\\n    </div>\\\\n</div>\\\"},\\\"unpublished_theme1_template\\\":{\\\"main_page_template\\\":\\\"<div id=\\\\\\\"vendor-detail-page\\\\\\\">\\\\n    <input type=\\\\\\\"hidden\\\\\\\" id=\\\\\\\"company_id\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\">\\\\n    @if ($company->banner_link)\\\\n    <section class=\\\\\\\"u-clearfix u-section-1 bck-banner-img\\\\\\\" id=\\\\\\\"sec-44b5\\\\\\\" style=\\\\\\\"background-image: url({{$company->banner_link}});\\\\\\\">\\\\n    </section>\\\\n    @endif\\\\n    <div class=\\\\\\\"u-clearfix u-sheet u-valign-middle u-sheet-1\\\\\\\" style=\\\\\\\"min-height: 250px;\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-expanded-width u-gutter-0 u-layout-wrap u-layout-wrap-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-layout\\\\\\\">\\\\n                <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n                    <div class=\\\\\\\"u-align-center u-container-style u-layout-cell u-left-cell u-size-23 u-layout-cell-1\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\" style=\\\\\\\"height:max-content; display: flex; flex-direction: column; align-items: center; padding-right: 4rem; padding-top: 1.5rem;\\\\\\\">\\\\n                            <img alt=\\\\\\\"{{$company->title}}\\\\\\\" class=\\\\\\\"u-image u-image-circle\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\" data-image-width=\\\\\\\"150\\\\\\\" data-image-height=\\\\\\\"150\\\\\\\" style=\\\\\\\"width: 80%;\\\\\\\">\\\\n                            </img>\\\\n                             <div class=\\\\\\\"social-media-links\\\\\\\">\\\\n                            @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                            <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\">\\\\n                                    <svg class=\\\\\\\"u-svg-content\\\\\\\"  x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-0214\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#3B5998\\\\\\\" d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\">\\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-3589\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#55ACEE\\\\\\\" d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\">        \\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-d986\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                        </div>\\\\n                            @if ($parentCompany->display_vendor_location)\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-1\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}\\\\n                            </p>\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                            @endif\\\\n                        </div>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n                            <h2 style=\\\\\\\"margin-bottom: 0;\\\\\\\" class=\\\\\\\"u-text\\\\\\\">{{$company->brand_name}}</h2>\\\\n                            <p class=\\\\\\\"u-text u-text-3\\\\\\\">\\\\n                                {!! $company->about_us !!}\\\\n                            </p>\\\\n                        </div>\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </div>\\\\n    \\\\n    {{-- Tabs --}}\\\\n    <section class=\\\\\\\"u-align-center u-clearfix u-section-2\\\\\\\" id=\\\\\\\"carousel_37bc\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-tab-links-align-justify u-tabs u-tabs-1\\\\\\\" id=\\\\\\\"u-tabs\\\\\\\">\\\\n                <ul class=\\\\\\\"u-tab-list u-unstyled\\\\\\\" role=\\\\\\\"tablist\\\\\\\">\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_products_tab)\\\\n                    <li class=\\\\\\\"u-tab-item\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"active u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-1\\\\\\\" id=\\\\\\\"link-tab-products\\\\\\\" href=\\\\\\\"#tab-products\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-products\\\\\\\" aria-selected=\\\\\\\"true\\\\\\\">Products</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_policy_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-2\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-2\\\\\\\" id=\\\\\\\"link-tab-policy\\\\\\\" href=\\\\\\\"#tab-policy\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-policy\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Policy</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_about_us_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-aboutus\\\\\\\" href=\\\\\\\"#tab-aboutus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-aboutus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">About Us<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_events_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\"\\\\n                             id=\\\\\\\"link-tab-events\\\\\\\" href=\\\\\\\"#tab-events\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-events\\\\\\\"\\\\n                              aria-selected=\\\\\\\"false\\\\\\\">Events<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_contact_us_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-contactus\\\\\\\" href=\\\\\\\"#tab-contactus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-contactus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Contact Us<br>\\\\n                        </a>\\\\n                    </li>\\\\n                    @endif\\\\n                </ul>\\\\n                <div class=\\\\\\\"u-tab-content\\\\\\\">\\\\n                    <div class=\\\\\\\"u-container-style u-tab-active u-tab-pane u-white u-tab-pane-1\\\\\\\" id=\\\\\\\"tab-products\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-products\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-container-style u-tab-pane u-white u-tab-pane-2\\\\\\\" id=\\\\\\\"tab-policy\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-policy\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-aboutus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-aboutus\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-events\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-events\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white u-tab-pane-5\\\\\\\" id=\\\\\\\"tab-contactus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-contactus\\\\\\\">\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </section>\\\\n</div>\\\",\\\"product_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\">\\\\n    <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n        <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.details\\\\\\\", [\\\\\\\"shopDomain\\\\\\\" => $shop->shopify_domain,\\\\n        \\\\\\\"vendorTitle\\\\\\\"=>$vendorTitle, \\\\\\\"action\\\\\\\"=>\\\\\\\"products\\\\\\\"]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" id=\\\\\\\"search_product_form\\\\\\\"\\\\n        class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\"\\\\n        source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: left;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n                <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search Product\\\\\\\" id=\\\\\\\"st_search_product\\\\\\\" name=\\\\\\\"search_product\\\\\\\"\\\\n                class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n                <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$tags}}\\\\\\\" id=\\\\\\\"st_search_product_by_tag\\\\\\\" name=\\\\\\\"search_product_by_tag\\\\\\\">\\\\n            </div>\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: right;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control u-label\\\\\\\" style=\\\\\\\"margin-left: auto;\\\\\\\">Sort By</label>\\\\n                <select name=\\\\\\\"sort_by\\\\\\\" id=\\\\\\\"st_product_list_sort_by\\\\\\\" class=\\\\\\\"filters-toolbar__input\\\\\\\" aria-describedby=\\\\\\\"a11y-refresh-page-message \\\\n                a11y-selection-message\\\\\\\" data-default-sortby=\\\\\\\"title-descending\\\\\\\">\\\\n                    <option value=\\\\\\\"title-ascending\\\\\\\" {{$orderBy == \\\\\\\"title-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, A-Z</option>\\\\n                    <option value=\\\\\\\"title-descending\\\\\\\" {{$orderBy == \\\\\\\"title-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, Z-A</option>\\\\n                    <option value=\\\\\\\"price-ascending\\\\\\\" {{$orderBy == \\\\\\\"price-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price , Low To High</option>\\\\n                    <option value=\\\\\\\"price-descending\\\\\\\" {{$orderBy == \\\\\\\"price-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price, High To Low</option>\\\\n                    <option value=\\\\\\\"best-selling\\\\\\\" {{$orderBy == \\\\\\\"best-selling\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Best Selling</option>\\\\n                    <option value=\\\\\\\"date-ascending\\\\\\\" {{$orderBy == \\\\\\\"date-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, New To Old</option>\\\\n                    <option value=\\\\\\\"date-descending\\\\\\\" {{$orderBy == \\\\\\\"date-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, Old To New</option>\\\\n                </select>\\\\n            </div>\\\\n            <div style=\\\\\\\"clear: both;\\\\\\\"></div>\\\\n        </form>\\\\n    </div>\\\\n    <div class=\\\\\\\"u-products u-products-1\\\\\\\">\\\\n        <div class=\\\\\\\"loader hide\\\\\\\"></div>\\\\n        @if ($products && sizeof($products) > 0)\\\\n        <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n            @foreach($products as $product)\\\\n                <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                    <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/products/{{$product->handle}}\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2\\\\\\\">\\\\n                            <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1\\\\\\\" \\\\n                            src=\\\\\\\"{{$product->image}}\\\\\\\">\\\\n                            @if($parentCompany->handle_out_of_stock_products == \\\\\\\"list_out_of_stock_products_with_out_of_stock_label\\\\\\\" && $product->isOutOfStock())\\\\n                                <p class=\\\\\\\"hidden-text u-out-of-stock-text\\\\\\\">OUT OF STOCK</p>\\\\n                            @endif\\\\n\\\\n                            <div class=\\\\\\\"u-product-control u-product-price u-product-price-1\\\\\\\">\\\\n                                <div class=\\\\\\\"u-price-wrapper u-spacing-10\\\\\\\">\\\\n                                    <div class=\\\\\\\"u-price u-text-palette-2-base\\\\\\\" style=\\\\\\\"font-weight: 700;\\\\\\\">\\\\n                                        <p class=\\\\\\\"u-product-title text-muted\\\\\\\" style=\\\\\\\"text-decoration: none;\\\\\\\">\\\\n                                            {{$product->title}}\\\\n                                        </p>\\\\n                                        @if($product->has_only_default_variant)\\\\n                                        {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                         $product->shop->currency}} \\\\n                                        {{$product->lowestPricedVariant->first() ? $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\"}}\\\\n                                        @else\\\\n                                        From: {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                        $product->shop->currency}} {{ $product->lowestPricedVariant->first() ?\\\\n                                        $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\" }}\\\\n                                        @endif\\\\n                                    </div>\\\\n                                </div>\\\\n                            </div>\\\\n                        </div>\\\\n                    </a>\\\\n                </div>\\\\n            @endforeach\\\\n        </div>\\\\n        <div>\\\\n            {{ $products->links() }}\\\\n        </div>\\\\n        @else\\\\n        <div style=\\\\\\\"margin: auto;\\\\\\\">\\\\n            <h3>No Products Found</h3>\\\\n        </div>\\\\n        @endif\\\\n    </div>\\\\n</div>\\\",\\\"about_us_template\\\":\\\"<div class=\\\\\\\"u-aboutus-container\\\\\\\"> <div class=\\\\\\\"u-aboutus-row\\\\\\\"> {!! $aboutus !!} </div></div>\\\",\\\"policy_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">{!! $policy !!}</div>\\\\n</div>\\\",\\\"contact_us_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-left-cell u-size-30 u-layout-cell-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-container-layout-10\\\\\\\">\\\\n                <h2 class=\\\\\\\"u-text u-text-grey-70 u-text-8\\\\\\\">Contact us</h2>\\\\n                <h6 class=\\\\\\\"u-text u-text-grey-50 u-text-9\\\\\\\">{{$company->brand_name}}</h6>\\\\n                @if ($parentCompany->display_vendor_location)\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10\\\\\\\">{{ $company->address_line_1 ? $company->address_line_1.\\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\" }} {{ $company->address_line_2 ? $company->address_line_2 : \\\\\\\"\\\\\\\" }} <br>\\\\n                    {{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}                                        \\\\n                    </p>\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                @endif\\\\n                <div class=\\\\\\\"u-social-icons u-spacing-20 u-social-icons-1\\\\\\\">\\\\n                @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-facebook u-social-icon u-icon-2\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-50ee\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-50ee\\\\\\\"><path d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-twitter u-icon-3\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-d346\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-d346\\\\\\\"><path d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-instagram u-icon-4\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-dd2a\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-dd2a\\\\\\\"><path d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path><path d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path><path d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif                \\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-30 u-layout-cell-2\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-valign-middle u-container-layout-11\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-form u-form-2\\\\\\\">\\\\n                <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.contact\\\\\\\") }}\\\\\\\" id=\\\\\\\"st_vendor_contact_form\\\\\\\" method=\\\\\\\"POST\\\\\\\" class=\\\\\\\"u-clearfix u-form-spacing-24 u-form-vertical u-inner-form\\\\\\\" style=\\\\\\\"padding: 24px;\\\\\\\" source=\\\\\\\"custom\\\\\\\" name=\\\\\\\"form\\\\\\\">\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$shop->id}}\\\\\\\" name=\\\\\\\"shop_id\\\\\\\" >\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\" name=\\\\\\\"company_id\\\\\\\" >\\\\n                    <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_name\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Name</label>\\\\n                        <input type=\\\\\\\"text\\\\\\\" placeholder=\\\\\\\"Enter your Name\\\\\\\" id=\\\\\\\"st_contact_form_name\\\\\\\" name=\\\\\\\"name\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-4\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-email u-form-group\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_email\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Email</label>\\\\n                        <input type=\\\\\\\"email\\\\\\\" placeholder=\\\\\\\"Enter a valid email address\\\\\\\" id=\\\\\\\"st_contact_form_email\\\\\\\" name=\\\\\\\"email\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-5\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-group u-form-message\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_message\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Message</label>\\\\n                        <textarea placeholder=\\\\\\\"Enter your message\\\\\\\" rows=\\\\\\\"4\\\\\\\" cols=\\\\\\\"50\\\\\\\" id=\\\\\\\"st_contact_form_message\\\\\\\" name=\\\\\\\"message\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-6\\\\\\\" required=\\\\\\\"\\\\\\\"></textarea>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-form-group u-form-submit\\\\\\\">       \\\\n                        <input type=\\\\\\\"submit\\\\\\\" value=\\\\\\\"submit\\\\\\\" class=\\\\\\\"u-form-control\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-send-message u-form-send-success\\\\\\\"> Thank you! Your message has been sent. </div>\\\\n                    <div class=\\\\\\\"u-form-send-error u-form-send-message\\\\\\\"> Unable to send your message. Please fix errors then try again. </div>\\\\n                </form>\\\\n            </div>\\\\n    </div>\\\\n        </div>\\\\n    </div>\\\\n</div>\\\"},\\\"published_theme1_css\\\":null,\\\"unpublished_theme1_css\\\":null,\\\"published_vendor_list_template\\\":\\\"<div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2 u-section-2\\\\\\\">\\\\n    <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n      <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n        <h1 class=\\\\\\\"u-text u-text-default u-text-1\\\\\\\">{{$parentCompany->name_of_the_vendor_listing_page}}</h1>\\\\n        <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n          <form id=\\\\\\\"vendor_search_form\\\\\\\" action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.list\\\\\\\", [\\\\\\\"shop\\\\\\\" => $shop->shopify_domain]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\" source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n              <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n              <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search\\\\\\\" id=\\\\\\\"search_vendor\\\\\\\" name=\\\\\\\"search_vendor\\\\\\\" class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n            </div>\\\\n          </form>\\\\n        </div>\\\\n        <div class=\\\\\\\"loader\\\\\\\" ></div>\\\\n        <div class=\\\\\\\"u-container-layout-2 u-container-layout-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-products u-products-1\\\\\\\">                \\\\n                <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n                    @foreach($companies as $company)\\\\n                      <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2 container\\\\\\\">\\\\n                                  <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1 image-hover\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\">\\\\n                                  <h1 class=\\\\\\\"u-align-center u-product-control u-text u-text-1\\\\\\\">\\\\n                                      <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                                          {{$company->title}}\\\\n                                      </a>\\\\n                                      @if ($parentCompany->display_vendor_category && $company->vendor_category != \\\\\\\"\\\\\\\")\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->vendor_category}} </p>\\\\n                                      @endif\\\\n                                      @if ($parentCompany->display_vendor_location)\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}</p>\\\\n                                      @endif\\\\n                                  </h1>\\\\n                              </div>\\\\n                          </a>\\\\n                          @if ($parentCompany->display_vendor_short_description)\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"st-middle\\\\\\\">\\\\n                                  <div class=\\\\\\\"short-description st-white-text-overlay\\\\\\\" style=\\\\\\\"height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.4);\\\\\\\">\\\\n                                      {!! $company->short_description !!}\\\\n                                  </div>\\\\n                              </div>\\\\n                          </a>\\\\n                          @endif\\\\n                      </div>\\\\n                    @endforeach\\\\n                </div>\\\\n                <div>\\\\n                  {{ $companies->links() }}\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n      </div>\\\\n    </div>\\\\n  </div>\\\",\\\"unpublished_vendor_list_template\\\":\\\"<div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2 u-section-2\\\\\\\">\\\\n    <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n      <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n        <h1 class=\\\\\\\"u-text u-text-default u-text-1\\\\\\\">{{$parentCompany->name_of_the_vendor_listing_page}}</h1>\\\\n        <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n          <form id=\\\\\\\"vendor_search_form\\\\\\\" action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.list\\\\\\\", [\\\\\\\"shop\\\\\\\" => $shop->shopify_domain]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\" source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n              <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n              <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search\\\\\\\" id=\\\\\\\"search_vendor\\\\\\\" name=\\\\\\\"search_vendor\\\\\\\" class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n            </div>\\\\n          </form>\\\\n        </div>\\\\n        <div class=\\\\\\\"loader\\\\\\\" ></div>\\\\n        <div class=\\\\\\\"u-container-layout-2 u-container-layout-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-products u-products-1\\\\\\\">                \\\\n                <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n                    @foreach($companies as $company)\\\\n                      <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2 container\\\\\\\">\\\\n                                  <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1 image-hover\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\">\\\\n                                  <h1 class=\\\\\\\"u-align-center u-product-control u-text u-text-1\\\\\\\">\\\\n                                      <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                                          {{$company->title}}\\\\n                                      </a>\\\\n                                      @if ($parentCompany->display_vendor_category && $company->vendor_category != \\\\\\\"\\\\\\\")\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->vendor_category}} </p>\\\\n                                      @endif\\\\n                                      @if ($parentCompany->display_vendor_location)\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}</p>\\\\n                                      @endif\\\\n                                  </h1>\\\\n                              </div>\\\\n                          </a>\\\\n                          @if ($parentCompany->display_vendor_short_description)\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"st-middle\\\\\\\">\\\\n                                  <div class=\\\\\\\"short-description st-white-text-overlay\\\\\\\" style=\\\\\\\"height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.4);\\\\\\\">\\\\n                                      {!! $company->short_description !!}\\\\n                                  </div>\\\\n                              </div>\\\\n                          </a>\\\\n                          @endif\\\\n                      </div>\\\\n                    @endforeach\\\\n                </div>\\\\n                <div>\\\\n                  {{ $companies->links() }}\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n      </div>\\\\n    </div>\\\\n  </div>\\\",\\\"publish_pending\\\":false}\",\n                    \"published_and_unpublished_theme1_code_last_version\": \"{\\\"published_theme1_css\\\":null,\\\"published_theme1_template\\\":{\\\"main_page_template\\\":\\\"<div id=\\\\\\\"vendor-detail-page\\\\\\\">\\\\n    <input type=\\\\\\\"hidden\\\\\\\" id=\\\\\\\"company_id\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\">\\\\n    @if ($company->banner_link)\\\\n    <section class=\\\\\\\"u-clearfix u-section-1 bck-banner-img\\\\\\\" id=\\\\\\\"sec-44b5\\\\\\\" style=\\\\\\\"background-image: url({{$company->banner_link}});\\\\\\\">\\\\n    </section>\\\\n    @endif\\\\n    <div class=\\\\\\\"u-clearfix u-sheet u-valign-middle u-sheet-1\\\\\\\" style=\\\\\\\"min-height: 250px;\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-expanded-width u-gutter-0 u-layout-wrap u-layout-wrap-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-layout\\\\\\\">\\\\n                <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n                    <div class=\\\\\\\"u-align-center u-container-style u-layout-cell u-left-cell u-size-23 u-layout-cell-1\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\" style=\\\\\\\"height:max-content; display: flex; flex-direction: column; align-items: center; padding-right: 4rem; padding-top: 1.5rem;\\\\\\\">\\\\n                            <img alt=\\\\\\\"{{$company->title}}\\\\\\\" class=\\\\\\\"u-image u-image-circle\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\" data-image-width=\\\\\\\"150\\\\\\\" data-image-height=\\\\\\\"150\\\\\\\" style=\\\\\\\"width: 80%;\\\\\\\">\\\\n                            </img>\\\\n                             <div class=\\\\\\\"social-media-links\\\\\\\">\\\\n                            @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                            <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\">\\\\n                                    <svg class=\\\\\\\"u-svg-content\\\\\\\"  x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-0214\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#3B5998\\\\\\\" d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\">\\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-3589\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#55ACEE\\\\\\\" d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\">        \\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-d986\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                        </div>\\\\n                            @if ($parentCompany->display_vendor_location)\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-1\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}\\\\n                            </p>\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                            @endif\\\\n                        </div>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n                            <h2 style=\\\\\\\"margin-bottom: 0;\\\\\\\" class=\\\\\\\"u-text\\\\\\\">{{$company->brand_name}}</h2>\\\\n                            <p class=\\\\\\\"u-text u-text-3\\\\\\\">\\\\n                                {!! $company->about_us !!}\\\\n                            </p>\\\\n                        </div>\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </div>\\\\n    \\\\n    {{-- Tabs --}}\\\\n    <section class=\\\\\\\"u-align-center u-clearfix u-section-2\\\\\\\" id=\\\\\\\"carousel_37bc\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-tab-links-align-justify u-tabs u-tabs-1\\\\\\\" id=\\\\\\\"u-tabs\\\\\\\">\\\\n                <ul class=\\\\\\\"u-tab-list u-unstyled\\\\\\\" role=\\\\\\\"tablist\\\\\\\">\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_products_tab)\\\\n                    <li class=\\\\\\\"u-tab-item\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"active u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-1\\\\\\\" id=\\\\\\\"link-tab-products\\\\\\\" href=\\\\\\\"#tab-products\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-products\\\\\\\" aria-selected=\\\\\\\"true\\\\\\\">Products</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_policy_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-2\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-2\\\\\\\" id=\\\\\\\"link-tab-policy\\\\\\\" href=\\\\\\\"#tab-policy\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-policy\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Policy</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_about_us_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-aboutus\\\\\\\" href=\\\\\\\"#tab-aboutus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-aboutus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">About Us<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_events_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\"\\\\n                             id=\\\\\\\"link-tab-events\\\\\\\" href=\\\\\\\"#tab-events\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-events\\\\\\\"\\\\n                              aria-selected=\\\\\\\"false\\\\\\\">Events<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_contact_us_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-contactus\\\\\\\" href=\\\\\\\"#tab-contactus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-contactus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Contact Us<br>\\\\n                        </a>\\\\n                    </li>\\\\n                    @endif\\\\n                </ul>\\\\n                <div class=\\\\\\\"u-tab-content\\\\\\\">\\\\n                    <div class=\\\\\\\"u-container-style u-tab-active u-tab-pane u-white u-tab-pane-1\\\\\\\" id=\\\\\\\"tab-products\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-products\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-container-style u-tab-pane u-white u-tab-pane-2\\\\\\\" id=\\\\\\\"tab-policy\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-policy\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-aboutus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-aboutus\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-events\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-events\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white u-tab-pane-5\\\\\\\" id=\\\\\\\"tab-contactus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-contactus\\\\\\\">\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </section>\\\\n</div>\\\",\\\"product_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\">\\\\n    <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n        <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.details\\\\\\\", [\\\\\\\"shopDomain\\\\\\\" => $shop->shopify_domain,\\\\n        \\\\\\\"vendorTitle\\\\\\\"=>$vendorTitle, \\\\\\\"action\\\\\\\"=>\\\\\\\"products\\\\\\\"]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" id=\\\\\\\"search_product_form\\\\\\\"\\\\n        class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\"\\\\n        source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: left;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n                <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search Product\\\\\\\" id=\\\\\\\"st_search_product\\\\\\\" name=\\\\\\\"search_product\\\\\\\"\\\\n                class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n                <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$tags}}\\\\\\\" id=\\\\\\\"st_search_product_by_tag\\\\\\\" name=\\\\\\\"search_product_by_tag\\\\\\\">\\\\n            </div>\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: right;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control u-label\\\\\\\" style=\\\\\\\"margin-left: auto;\\\\\\\">Sort By</label>\\\\n                <select name=\\\\\\\"sort_by\\\\\\\" id=\\\\\\\"st_product_list_sort_by\\\\\\\" class=\\\\\\\"filters-toolbar__input\\\\\\\" aria-describedby=\\\\\\\"a11y-refresh-page-message \\\\n                a11y-selection-message\\\\\\\" data-default-sortby=\\\\\\\"title-descending\\\\\\\">\\\\n                    <option value=\\\\\\\"title-ascending\\\\\\\" {{$orderBy == \\\\\\\"title-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, A-Z</option>\\\\n                    <option value=\\\\\\\"title-descending\\\\\\\" {{$orderBy == \\\\\\\"title-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, Z-A</option>\\\\n                    <option value=\\\\\\\"price-ascending\\\\\\\" {{$orderBy == \\\\\\\"price-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price , Low To High</option>\\\\n                    <option value=\\\\\\\"price-descending\\\\\\\" {{$orderBy == \\\\\\\"price-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price, High To Low</option>\\\\n                    <option value=\\\\\\\"best-selling\\\\\\\" {{$orderBy == \\\\\\\"best-selling\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Best Selling</option>\\\\n                    <option value=\\\\\\\"date-ascending\\\\\\\" {{$orderBy == \\\\\\\"date-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, New To Old</option>\\\\n                    <option value=\\\\\\\"date-descending\\\\\\\" {{$orderBy == \\\\\\\"date-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, Old To New</option>\\\\n                </select>\\\\n            </div>\\\\n            <div style=\\\\\\\"clear: both;\\\\\\\"></div>\\\\n        </form>\\\\n    </div>\\\\n    <div class=\\\\\\\"u-products u-products-1\\\\\\\">\\\\n        <div class=\\\\\\\"loader hide\\\\\\\"></div>\\\\n        @if ($products && sizeof($products) > 0)\\\\n        <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n            @foreach($products as $product)\\\\n                <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                    <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/products/{{$product->handle}}\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2\\\\\\\">\\\\n                            <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1\\\\\\\" \\\\n                            src=\\\\\\\"{{$product->image}}\\\\\\\">\\\\n                            @if($parentCompany->handle_out_of_stock_products == \\\\\\\"list_out_of_stock_products_with_out_of_stock_label\\\\\\\" && $product->isOutOfStock())\\\\n                                <p class=\\\\\\\"hidden-text u-out-of-stock-text\\\\\\\">OUT OF STOCK</p>\\\\n                            @endif\\\\n\\\\n                            <div class=\\\\\\\"u-product-control u-product-price u-product-price-1\\\\\\\">\\\\n                                <div class=\\\\\\\"u-price-wrapper u-spacing-10\\\\\\\">\\\\n                                    <div class=\\\\\\\"u-price u-text-palette-2-base\\\\\\\" style=\\\\\\\"font-weight: 700;\\\\\\\">\\\\n                                        <p class=\\\\\\\"u-product-title text-muted\\\\\\\" style=\\\\\\\"text-decoration: none;\\\\\\\">\\\\n                                            {{$product->title}}\\\\n                                        </p>\\\\n                                        @if($product->has_only_default_variant)\\\\n                                        {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                         $product->shop->currency}} \\\\n                                        {{$product->lowestPricedVariant->first() ? $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\"}}\\\\n                                        @else\\\\n                                        From: {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                        $product->shop->currency}} {{ $product->lowestPricedVariant->first() ?\\\\n                                        $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\" }}\\\\n                                        @endif\\\\n                                    </div>\\\\n                                </div>\\\\n                            </div>\\\\n                        </div>\\\\n                    </a>\\\\n                </div>\\\\n            @endforeach\\\\n        </div>\\\\n        <div>\\\\n            {{ $products->links() }}\\\\n        </div>\\\\n        @else\\\\n        <div style=\\\\\\\"margin: auto;\\\\\\\">\\\\n            <h3>No Products Found</h3>\\\\n        </div>\\\\n        @endif\\\\n    </div>\\\\n</div>\\\",\\\"about_us_template\\\":\\\"<div class=\\\\\\\"u-aboutus-container\\\\\\\"> <div class=\\\\\\\"u-aboutus-row\\\\\\\"> {!! $aboutus !!} </div></div>\\\",\\\"policy_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">{!! $policy !!}</div>\\\\n</div>\\\",\\\"contact_us_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-left-cell u-size-30 u-layout-cell-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-container-layout-10\\\\\\\">\\\\n                <h2 class=\\\\\\\"u-text u-text-grey-70 u-text-8\\\\\\\">Contact us</h2>\\\\n                <h6 class=\\\\\\\"u-text u-text-grey-50 u-text-9\\\\\\\">{{$company->brand_name}}</h6>\\\\n                @if ($parentCompany->display_vendor_location)\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10\\\\\\\">{{ $company->address_line_1 ? $company->address_line_1.\\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\" }} {{ $company->address_line_2 ? $company->address_line_2 : \\\\\\\"\\\\\\\" }} <br>\\\\n                    {{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}                                        \\\\n                    </p>\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                @endif\\\\n                <div class=\\\\\\\"u-social-icons u-spacing-20 u-social-icons-1\\\\\\\">\\\\n                @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-facebook u-social-icon u-icon-2\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-50ee\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-50ee\\\\\\\"><path d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-twitter u-icon-3\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-d346\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-d346\\\\\\\"><path d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-instagram u-icon-4\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-dd2a\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-dd2a\\\\\\\"><path d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path><path d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path><path d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif                \\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-30 u-layout-cell-2\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-valign-middle u-container-layout-11\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-form u-form-2\\\\\\\">\\\\n                <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.contact\\\\\\\") }}\\\\\\\" id=\\\\\\\"st_vendor_contact_form\\\\\\\" method=\\\\\\\"POST\\\\\\\" class=\\\\\\\"u-clearfix u-form-spacing-24 u-form-vertical u-inner-form\\\\\\\" style=\\\\\\\"padding: 24px;\\\\\\\" source=\\\\\\\"custom\\\\\\\" name=\\\\\\\"form\\\\\\\">\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$shop->id}}\\\\\\\" name=\\\\\\\"shop_id\\\\\\\" >\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\" name=\\\\\\\"company_id\\\\\\\" >\\\\n                    <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_name\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Name</label>\\\\n                        <input type=\\\\\\\"text\\\\\\\" placeholder=\\\\\\\"Enter your Name\\\\\\\" id=\\\\\\\"st_contact_form_name\\\\\\\" name=\\\\\\\"name\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-4\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-email u-form-group\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_email\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Email</label>\\\\n                        <input type=\\\\\\\"email\\\\\\\" placeholder=\\\\\\\"Enter a valid email address\\\\\\\" id=\\\\\\\"st_contact_form_email\\\\\\\" name=\\\\\\\"email\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-5\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-group u-form-message\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_message\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Message</label>\\\\n                        <textarea placeholder=\\\\\\\"Enter your message\\\\\\\" rows=\\\\\\\"4\\\\\\\" cols=\\\\\\\"50\\\\\\\" id=\\\\\\\"st_contact_form_message\\\\\\\" name=\\\\\\\"message\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-6\\\\\\\" required=\\\\\\\"\\\\\\\"></textarea>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-form-group u-form-submit\\\\\\\">       \\\\n                        <input type=\\\\\\\"submit\\\\\\\" value=\\\\\\\"submit\\\\\\\" class=\\\\\\\"u-form-control\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-send-message u-form-send-success\\\\\\\"> Thank you! Your message has been sent. </div>\\\\n                    <div class=\\\\\\\"u-form-send-error u-form-send-message\\\\\\\"> Unable to send your message. Please fix errors then try again. </div>\\\\n                </form>\\\\n            </div>\\\\n    </div>\\\\n        </div>\\\\n    </div>\\\\n</div>\\\"},\\\"published_vendor_list_template\\\":\\\"<div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2 u-section-2\\\\\\\">\\\\n    <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n      <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n        <h1 class=\\\\\\\"u-text u-text-default u-text-1\\\\\\\">{{$parentCompany->name_of_the_vendor_listing_page}}</h1>\\\\n        <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n          <form id=\\\\\\\"vendor_search_form\\\\\\\" action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.list\\\\\\\", [\\\\\\\"shop\\\\\\\" => $shop->shopify_domain]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\" source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n              <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n              <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search\\\\\\\" id=\\\\\\\"search_vendor\\\\\\\" name=\\\\\\\"search_vendor\\\\\\\" class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n            </div>\\\\n          </form>\\\\n        </div>\\\\n        <div class=\\\\\\\"loader\\\\\\\" ></div>\\\\n        <div class=\\\\\\\"u-container-layout-2 u-container-layout-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-products u-products-1\\\\\\\">                \\\\n                <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n                    @foreach($companies as $company)\\\\n                      <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2 container\\\\\\\">\\\\n                                  <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1 image-hover\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\">\\\\n                                  <h1 class=\\\\\\\"u-align-center u-product-control u-text u-text-1\\\\\\\">\\\\n                                      <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                                          {{$company->title}}\\\\n                                      </a>\\\\n                                      @if ($parentCompany->display_vendor_category && $company->vendor_category != \\\\\\\"\\\\\\\")\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->vendor_category}} </p>\\\\n                                      @endif\\\\n                                      @if ($parentCompany->display_vendor_location)\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}</p>\\\\n                                      @endif\\\\n                                  </h1>\\\\n                              </div>\\\\n                          </a>\\\\n                          @if ($parentCompany->display_vendor_short_description)\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"st-middle\\\\\\\">\\\\n                                  <div class=\\\\\\\"short-description st-white-text-overlay\\\\\\\" style=\\\\\\\"height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.4);\\\\\\\">\\\\n                                      {!! $company->short_description !!}\\\\n                                  </div>\\\\n                              </div>\\\\n                          </a>\\\\n                          @endif\\\\n                      </div>\\\\n                    @endforeach\\\\n                </div>\\\\n                <div>\\\\n                  {{ $companies->links() }}\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n      </div>\\\\n    </div>\\\\n  </div>\\\"}\",\n                    \"left_days_14_day_trial\": null,\n                    \"currency_country\": {\n                        \"id\": 98,\n                        \"name\": \"India\",\n                        \"code\": \"IN\",\n                        \"dial_code\": \"+91\",\n                        \"currency_name\": \"Indian rupee\",\n                        \"currency_symbol\": \"Rs.\",\n                        \"currency_code\": \"INR\",\n                        \"created_at\": null,\n                        \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                        \"name_with_symbole\": \"Indian rupee - Rs.\"\n                    }\n                }\n            }\n        ],\n        \"company\": {\n            \"id\": 212741,\n            \"company_name\": null,\n            \"brand_name\": \"indigoplants\",\n            \"company_logo\": null,\n            \"contact_name\": null,\n            \"phone_number\": null,\n            \"email\": \"cjbwj@gmail.com\",\n            \"address_line_1\": \"hgshsvcj\",\n            \"address_line_2\": \"sdcjbwjww\",\n            \"pin_code\": null,\n            \"city\": \"dcd\",\n            \"created_at\": \"2023-05-29T10:50:41.000000Z\",\n            \"updated_at\": \"2024-01-01T08:32:49.000000Z\",\n            \"state_id\": null,\n            \"gstin_number\": null,\n            \"invoice_prefix\": null,\n            \"starting_invoice_number\": \"3\",\n            \"terms_and_conditions\": null,\n            \"bank_account_beneficiary_name\": null,\n            \"bank_account_name\": null,\n            \"ifsc_code\": null,\n            \"label_company_name\": null,\n            \"label_contact_name\": null,\n            \"label_phone\": null,\n            \"label_email_address\": null,\n            \"label_address_line_1\": null,\n            \"label_address_line_2\": null,\n            \"label_pin_code\": null,\n            \"label_city\": null,\n            \"label_state\": null,\n            \"signature\": null,\n            \"currency\": null,\n            \"weight\": null,\n            \"measurement\": null,\n            \"gst_enabled\": false,\n            \"override_channel_product_weight_enabled\": false,\n            \"label_details_same_as_company\": true,\n            \"multi_vendor_invoicing_enabled\": true,\n            \"multi_vendor_shipping_enabled\": true,\n            \"is_master\": null,\n            \"invoice_number_same_as_order_number\": true,\n            \"enable_disable_cod_reconciliation\": false,\n            \"enable_disable_freight_reconciliation\": false,\n            \"cod_tolerance\": null,\n            \"freight_tolerance\": null,\n            \"is_multi_vendor_enabled\": true,\n            \"invoice_message\": null,\n            \"inclusive_exclusive\": null,\n            \"is_tax_on_shipping\": \"no\",\n            \"tax_on_shipping\": null,\n            \"primary_color\": \"#f18024\",\n            \"secondary_color\": null,\n            \"display_hsn\": true,\n            \"website\": null,\n            \"country\": \"AS\",\n            \"type_of_vendor\": \"dropshipper\",\n            \"invoice_message_2\": null,\n            \"title\": \"indigoplants\",\n            \"parent_id\": 212738,\n            \"extra_information\": null,\n            \"invoice_date\": \"invoice_creation_date\",\n            \"number_of_digits\": \"0\",\n            \"invoice_message_1\": null,\n            \"created_by\": null,\n            \"updated_by\": 28344,\n            \"invoice_contact_name\": null,\n            \"invoice_address_1\": \"hgshsvcj\",\n            \"invoice_address_2\": \"sdcjbwjww\",\n            \"invoice_postal_code\": null,\n            \"invoice_city\": \"dcd\",\n            \"invoice_phone_number\": \"44641461651\",\n            \"invoice_tin\": null,\n            \"timezone\": \"Asia/Kolkata\",\n            \"hand_delivered_enabled\": true,\n            \"other_courier_partner_enabled\": true,\n            \"billing_address_same_as_company_details\": false,\n            \"deactivated_at\": null,\n            \"state_code\": null,\n            \"automatically_sync_vendor_name_from_store\": true,\n            \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n            \"automatically_route_all_orders_to_vendor_dashboard\": true,\n            \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n            \"correct_all_errors_in_order\": false,\n            \"generate_shipping_labels_for_orders\": false,\n            \"generate_invoices_for_dropship_orders\": false,\n            \"can_vendor_enable_disable_product\": false,\n            \"can_vendor_edit_quantity_product\": false,\n            \"can_vendor_edit_weight_dimension_product\": false,\n            \"can_vendor_edit_tax_product\": true,\n            \"set_vendor_level_commission\": false,\n            \"commission\": null,\n            \"discount_shared_by_vendor\": null,\n            \"commission_calculated_on_product_price_discounted_price\": null,\n            \"set_vendor_level_shared_discount\": false,\n            \"set_vendor_level_commissoin_calculated_on\": false,\n            \"use_shop_channel_values_to_set_commission\": true,\n            \"can_vendor_generate_invoice\": false,\n            \"can_vendor_process_shippings\": false,\n            \"can_vendor_edit_hsn_tax\": false,\n            \"can_vendor_add_courier_provider\": false,\n            \"default_vendor_type\": \"dropshipper\",\n            \"no_of_deciaml_digits\": 2,\n            \"credits\": 0,\n            \"plan_id\": null,\n            \"requested_plan_id\": null,\n            \"override_invoice_permissions\": false,\n            \"override_product_permissions\": false,\n            \"override_order_routing_permissions\": false,\n            \"override_shipping_permissions\": false,\n            \"slug\": \"indigoplants-212741\",\n            \"commission_calculated_tax_type\": \"exclusive_of_tax\",\n            \"shipping_charge_commission_type\": \"fixed\",\n            \"shipping_charge_commission\": 0,\n            \"override_commission_calculated_tax_type\": false,\n            \"override_shipping_charge_commission_type\": false,\n            \"override_shipping_charge_commission\": 0,\n            \"auto_email_to_vendor\": false,\n            \"fixed_commission\": 0,\n            \"service_charge\": 0,\n            \"can_vendor_edit_price\": false,\n            \"can_vendor_delete_product\": false,\n            \"show_logo_in_awb\": false,\n            \"hide_pick_address_in_awb\": true,\n            \"hide_customer_info_in_awb\": true,\n            \"hide_price_in_awb\": false,\n            \"hide_customer_information_on_vendor_dashboards\": false,\n            \"allow_merchant_to_generate_invoice\": false,\n            \"show_merchant_logo_in_invoice\": false,\n            \"locale\": \"en\",\n            \"use_custom_waybill\": false,\n            \"redirect_url\": \"dashboard\",\n            \"invoice_state_code\": null,\n            \"invoice_country_code\": \"AS\",\n            \"stripe_account_id\": null,\n            \"url_to_redirect_vendor_is_registered\": null,\n            \"enable_app_shipping_profile_on_shopify\": \"0\",\n            \"policy\": null,\n            \"css\": null,\n            \"vendor_profile_color\": \"#f18024\",\n            \"about_us\": null,\n            \"facebook_link\": null,\n            \"twitter_link\": null,\n            \"instagram_link\": null,\n            \"auto_fulfill_digital_orders\": false,\n            \"use_default_warehouse_for_all_orders\": false,\n            \"invoice_label_header_title\": null,\n            \"invoice_place_of_supply\": null,\n            \"invoice_cin_key_title\": null,\n            \"invoice_cin\": null,\n            \"give_vendor_access_to_merchant_shipper\": false,\n            \"auto_generate_order_invoices_to_customers\": false,\n            \"auto_email_order_invoices_to_customers\": false,\n            \"treat_manual_payment_mode_as_cod\": false,\n            \"fulfill_order_after_confirm\": false,\n            \"add_notes_before_confirming_orders\": false,\n            \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n            \"note_at_the_top_of_invoice\": null,\n            \"vendor_shop_id\": null,\n            \"vendor_category\": null,\n            \"vendor_location\": null,\n            \"short_description\": null,\n            \"display_vendor_category\": false,\n            \"display_vendor_location\": false,\n            \"display_vendor_short_description\": false,\n            \"name_of_the_vendor_listing_page\": null,\n            \"sync_settings\": {\n                \"update_settings\": {\n                    \"sku\": true,\n                    \"tags\": true,\n                    \"media\": true,\n                    \"price\": false,\n                    \"title\": true,\n                    \"weight\": true,\n                    \"barcode\": true,\n                    \"quantity\": true,\n                    \"description\": true,\n                    \"product_type\": true,\n                    \"variant_name\": true,\n                    \"publish_status\": true,\n                    \"compare_at_price\": true,\n                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                },\n                \"create_settings\": {\n                    \"sku\": true,\n                    \"tags\": true,\n                    \"media\": true,\n                    \"price\": false,\n                    \"title\": true,\n                    \"weight\": true,\n                    \"barcode\": true,\n                    \"quantity\": true,\n                    \"description\": true,\n                    \"product_type\": true,\n                    \"variant_name\": true,\n                    \"publish_status\": true,\n                    \"compare_at_price\": true,\n                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                },\n                \"override_product_status_at_create\": true,\n                \"product_status\": \"as_per_vendor_product\",\n                \"enable_order_sync\": true,\n                \"push_only_if_order_paid\": false,\n                \"push_unsynced_product_order\": true,\n                \"auto_add_variant\": true,\n                \"auto_remove_variant\": true,\n                \"strictKeyCheck\": false,\n                \"on_product_delete\": \"do_nothing\",\n                \"on_product_unmapped\": \"do_nothing\",\n                \"push_only_if_product_connected\": true\n            },\n            \"override_hide_customer_information_permissions\": false,\n            \"can_vendor_cancel_an_order\": false,\n            \"hide_shipping_charges\": false,\n            \"add_insurance_to_shipment\": 0,\n            \"meta_title\": null,\n            \"registration_link\": null,\n            \"auto_approval_of_products_from_vendor\": true,\n            \"ignore_selling_price_for_commission\": 0,\n            \"shipping_label_check\": {\n                \"email\": false,\n                \"phone\": false,\n                \"address_line_1\": false,\n                \"address_line_2\": false,\n                \"address_line_1_minimum\": null,\n                \"address_line_1_maximum\": null,\n                \"address_line_2_minimum\": null,\n                \"address_line_2_maximum\": null\n            },\n            \"shipping_label_size\": \"smalllabel\",\n            \"paypal_email\": null,\n            \"use_custom_email_driver\": false,\n            \"ignore_order_splitting\": false,\n            \"hide_customer_information_on_vendor_dashboard\": {\n                \"name\": false,\n                \"phone\": true,\n                \"address\": true,\n                \"email\": true,\n                \"city\": false,\n                \"state\": false\n            },\n            \"hide_customer_information_in_awb\": {\n                \"name\": false,\n                \"phone\": true,\n                \"address\": true,\n                \"email\": true,\n                \"city\": false,\n                \"state\": false,\n                \"line_items\": false,\n                \"vendor_name\": false,\n                \"sku\": false,\n                \"weight_dimension\": false\n            },\n            \"hide_customer_information_in_invoice\": {\n                \"name\": false,\n                \"phone\": true,\n                \"address\": true,\n                \"email\": true,\n                \"city\": false,\n                \"state\": false\n            },\n            \"vendor_profile_settings\": {\n                \"seller_products_tab\": true,\n                \"seller_policy_tab\": true,\n                \"seller_contact_us_tab\": true\n            },\n            \"challan_message_1\": null,\n            \"challan_message_2\": null,\n            \"challan_prefix\": null,\n            \"challan_number_same_as_invoice_number\": true,\n            \"default_label_size_for_all_vendors\": false,\n            \"hide_customer_information_in_export\": {\n                \"name\": false,\n                \"phone\": true,\n                \"address\": true,\n                \"email\": true,\n                \"city\": false,\n                \"state\": false\n            },\n            \"product_permissions\": null,\n            \"hide_product_details_in_awb\": false,\n            \"hide_invoice_details_in_awb\": false,\n            \"company_note\": null,\n            \"meta_data\": null,\n            \"color_theme_field\": \"light.orange\",\n            \"change_tracking_url\": false,\n            \"ship_to_address_as_merchants_default_warehouse\": false,\n            \"can_vendor_hold_an_order\": false,\n            \"handle_out_of_stock_products\": null,\n            \"allow_vendors_to_change_vendor_profile_details\": false,\n            \"whatsapp_account\": null,\n            \"vendor_profile_theme_choosen\": \"theme-1\",\n            \"whatsapp_credit\": 100,\n            \"test_whatsapp_number\": null,\n            \"spoc_email_sending_method\": null,\n            \"connected_vendor_shops\": null,\n            \"events\": null,\n            \"commission_automation_set\": null,\n            \"auto_confirmation_using_tags_settings\": {\n                \"tags_settings_status\": true,\n                \"paid\": true,\n                \"tags_for_paid\": [],\n                \"cod_or_partially_paid\": false,\n                \"tags_for_cod_or_partially_paid\": [],\n                \"Exceptions_for_paid\": false,\n                \"Exceptions_for_paid_tags\": [],\n                \"Exceptions_for_cod_or_partially_paid\": false,\n                \"Exceptions_for_cod_or_partially_paid_tags\": []\n            },\n            \"preferred_location\": null,\n            \"email_credit\": 1000,\n            \"logo\": null,\n            \"logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n            \"is_general_setting_done\": true,\n            \"is_invoice_setting_done\": true,\n            \"is_label_setting_done\": false,\n            \"is_gst_enabled\": false,\n            \"billing_detail\": \"dcd</br>AmericanSamoa\",\n            \"warehouse_address\": \"dcd</br>AS\",\n            \"contact_information\": \"cjbwj@gmail.com</br>\",\n            \"status\": \"Active\",\n            \"global_commission\": \"15\",\n            \"global_discount_shared_by_vendor\": \"0\",\n            \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n            \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n            \"global_shipping_charge_commission_type\": \"fixed\",\n            \"global_shipping_charge_commission\": 50,\n            \"global_fixed_commission\": 10,\n            \"is_drop_shipper\": true,\n            \"state\": null,\n            \"first_email\": [\n                \"cjbwj@gmail.com\"\n            ],\n            \"invoice_state\": null,\n            \"banner\": null,\n            \"banner_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n            \"frontend_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n            \"navbar_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n            \"email_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n            \"invoice_country_detail\": {\n                \"id\": 242,\n                \"name\": \"American Samoa\",\n                \"code\": \"AS\",\n                \"dial_code\": null,\n                \"currency_name\": null,\n                \"currency_symbol\": \"$\",\n                \"currency_code\": \"USD\",\n                \"created_at\": \"2020-08-26T03:11:10.000000Z\",\n                \"updated_at\": \"2020-08-26T03:11:10.000000Z\",\n                \"name_with_symbole\": \" - $\"\n            },\n            \"commission_tags\": null,\n            \"parent\": {\n                \"id\": 212738,\n                \"company_name\": \"kapil\",\n                \"brand_name\": \"violetplants\",\n                \"company_logo\": null,\n                \"contact_name\": \"Chahar\",\n                \"phone_number\": null,\n                \"email\": \"het.shipturtle@gmail.com\",\n                \"address_line_1\": \"Est\",\n                \"address_line_2\": \"Test\",\n                \"pin_code\": \"411018\",\n                \"city\": \"Pune\",\n                \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                \"updated_at\": \"2024-01-02T05:32:03.000000Z\",\n                \"state_id\": null,\n                \"gstin_number\": \"1234\",\n                \"invoice_prefix\": \"Invoice\",\n                \"starting_invoice_number\": \"26\",\n                \"terms_and_conditions\": null,\n                \"bank_account_beneficiary_name\": null,\n                \"bank_account_name\": null,\n                \"ifsc_code\": null,\n                \"label_company_name\": null,\n                \"label_contact_name\": null,\n                \"label_phone\": null,\n                \"label_email_address\": null,\n                \"label_address_line_1\": null,\n                \"label_address_line_2\": null,\n                \"label_pin_code\": null,\n                \"label_city\": null,\n                \"label_state\": null,\n                \"signature\": null,\n                \"currency\": \"INR\",\n                \"weight\": null,\n                \"measurement\": null,\n                \"gst_enabled\": true,\n                \"override_channel_product_weight_enabled\": true,\n                \"label_details_same_as_company\": true,\n                \"multi_vendor_invoicing_enabled\": false,\n                \"multi_vendor_shipping_enabled\": false,\n                \"is_master\": \"1\",\n                \"invoice_number_same_as_order_number\": true,\n                \"enable_disable_cod_reconciliation\": true,\n                \"enable_disable_freight_reconciliation\": true,\n                \"cod_tolerance\": \"5\",\n                \"freight_tolerance\": \"2\",\n                \"is_multi_vendor_enabled\": true,\n                \"invoice_message\": null,\n                \"inclusive_exclusive\": null,\n                \"is_tax_on_shipping\": \"no\",\n                \"tax_on_shipping\": null,\n                \"primary_color\": \"#222F3D\",\n                \"secondary_color\": null,\n                \"display_hsn\": true,\n                \"website\": \"https://app.shipturtle.com/\",\n                \"country\": \"IN\",\n                \"type_of_vendor\": \"marketplace\",\n                \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                \"title\": \"violetplants\",\n                \"parent_id\": 212738,\n                \"extra_information\": null,\n                \"invoice_date\": \"invoice_creation_date\",\n                \"number_of_digits\": \"0\",\n                \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                \"created_by\": null,\n                \"updated_by\": 28411,\n                \"invoice_contact_name\": \"Hussain\",\n                \"invoice_address_1\": \"dahod\",\n                \"invoice_address_2\": \"dahod\",\n                \"invoice_postal_code\": \"380005\",\n                \"invoice_city\": \"Ahmedabad\",\n                \"invoice_phone_number\": \"09173038104\",\n                \"invoice_tin\": null,\n                \"timezone\": \"America/Phoenix\",\n                \"hand_delivered_enabled\": true,\n                \"other_courier_partner_enabled\": true,\n                \"billing_address_same_as_company_details\": false,\n                \"deactivated_at\": null,\n                \"state_code\": \"GJ\",\n                \"automatically_sync_vendor_name_from_store\": true,\n                \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                \"correct_all_errors_in_order\": false,\n                \"generate_shipping_labels_for_orders\": false,\n                \"generate_invoices_for_dropship_orders\": false,\n                \"can_vendor_enable_disable_product\": false,\n                \"can_vendor_edit_quantity_product\": false,\n                \"can_vendor_edit_weight_dimension_product\": false,\n                \"can_vendor_edit_tax_product\": true,\n                \"set_vendor_level_commission\": false,\n                \"commission\": \"15\",\n                \"discount_shared_by_vendor\": \"0\",\n                \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                \"set_vendor_level_shared_discount\": false,\n                \"set_vendor_level_commissoin_calculated_on\": false,\n                \"use_shop_channel_values_to_set_commission\": false,\n                \"can_vendor_generate_invoice\": true,\n                \"can_vendor_process_shippings\": true,\n                \"can_vendor_edit_hsn_tax\": true,\n                \"can_vendor_add_courier_provider\": true,\n                \"default_vendor_type\": \"dropshipper\",\n                \"no_of_deciaml_digits\": 2,\n                \"credits\": 299840,\n                \"plan_id\": 4,\n                \"requested_plan_id\": null,\n                \"override_invoice_permissions\": false,\n                \"override_product_permissions\": false,\n                \"override_order_routing_permissions\": false,\n                \"override_shipping_permissions\": false,\n                \"slug\": \"violetplants-212738\",\n                \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                \"shipping_charge_commission_type\": \"fixed\",\n                \"shipping_charge_commission\": 50,\n                \"override_commission_calculated_tax_type\": false,\n                \"override_shipping_charge_commission_type\": false,\n                \"override_shipping_charge_commission\": 0,\n                \"auto_email_to_vendor\": true,\n                \"fixed_commission\": 10,\n                \"service_charge\": 0,\n                \"can_vendor_edit_price\": false,\n                \"can_vendor_delete_product\": false,\n                \"show_logo_in_awb\": false,\n                \"hide_pick_address_in_awb\": false,\n                \"hide_customer_info_in_awb\": true,\n                \"hide_price_in_awb\": false,\n                \"hide_customer_information_on_vendor_dashboards\": false,\n                \"allow_merchant_to_generate_invoice\": false,\n                \"show_merchant_logo_in_invoice\": true,\n                \"locale\": \"en\",\n                \"use_custom_waybill\": false,\n                \"redirect_url\": \"dashboard\",\n                \"invoice_state_code\": \"GJ\",\n                \"invoice_country_code\": \"IN\",\n                \"stripe_account_id\": null,\n                \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                \"enable_app_shipping_profile_on_shopify\": \"0\",\n                \"policy\": null,\n                \"css\": null,\n                \"vendor_profile_color\": \"#f18024\",\n                \"about_us\": null,\n                \"facebook_link\": null,\n                \"twitter_link\": null,\n                \"instagram_link\": null,\n                \"auto_fulfill_digital_orders\": true,\n                \"use_default_warehouse_for_all_orders\": false,\n                \"invoice_label_header_title\": null,\n                \"invoice_place_of_supply\": null,\n                \"invoice_cin_key_title\": null,\n                \"invoice_cin\": null,\n                \"give_vendor_access_to_merchant_shipper\": false,\n                \"auto_generate_order_invoices_to_customers\": true,\n                \"auto_email_order_invoices_to_customers\": true,\n                \"treat_manual_payment_mode_as_cod\": false,\n                \"fulfill_order_after_confirm\": false,\n                \"add_notes_before_confirming_orders\": false,\n                \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                \"note_at_the_top_of_invoice\": null,\n                \"vendor_shop_id\": null,\n                \"vendor_category\": null,\n                \"vendor_location\": null,\n                \"short_description\": null,\n                \"display_vendor_category\": true,\n                \"display_vendor_location\": true,\n                \"display_vendor_short_description\": true,\n                \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                \"sync_settings\": {\n                    \"update_settings\": {\n                        \"sku\": true,\n                        \"tags\": true,\n                        \"media\": true,\n                        \"price\": false,\n                        \"title\": true,\n                        \"weight\": true,\n                        \"barcode\": true,\n                        \"quantity\": true,\n                        \"description\": true,\n                        \"product_type\": true,\n                        \"variant_name\": true,\n                        \"publish_status\": true,\n                        \"compare_at_price\": true,\n                        \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                    },\n                    \"create_settings\": {\n                        \"sku\": true,\n                        \"tags\": true,\n                        \"media\": true,\n                        \"price\": false,\n                        \"title\": true,\n                        \"weight\": true,\n                        \"barcode\": true,\n                        \"quantity\": true,\n                        \"description\": true,\n                        \"product_type\": true,\n                        \"variant_name\": true,\n                        \"publish_status\": true,\n                        \"compare_at_price\": true,\n                        \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                    },\n                    \"override_product_status_at_create\": true,\n                    \"product_status\": \"as_per_vendor_product\",\n                    \"enable_order_sync\": true,\n                    \"push_only_if_order_paid\": false,\n                    \"push_unsynced_product_order\": true,\n                    \"auto_add_variant\": true,\n                    \"auto_remove_variant\": true,\n                    \"strictKeyCheck\": false,\n                    \"on_product_delete\": \"do_nothing\",\n                    \"on_product_unmapped\": \"do_nothing\",\n                    \"push_only_if_product_connected\": true\n                },\n                \"override_hide_customer_information_permissions\": false,\n                \"can_vendor_cancel_an_order\": false,\n                \"hide_shipping_charges\": false,\n                \"add_insurance_to_shipment\": 0,\n                \"meta_title\": null,\n                \"registration_link\": null,\n                \"auto_approval_of_products_from_vendor\": true,\n                \"ignore_selling_price_for_commission\": 0,\n                \"shipping_label_check\": {\n                    \"email\": false,\n                    \"phone\": false,\n                    \"address_line_1\": false,\n                    \"address_line_2\": false,\n                    \"address_line_1_minimum\": null,\n                    \"address_line_1_maximum\": null,\n                    \"address_line_2_minimum\": null,\n                    \"address_line_2_maximum\": null\n                },\n                \"shipping_label_size\": \"smalllabel\",\n                \"paypal_email\": null,\n                \"use_custom_email_driver\": false,\n                \"ignore_order_splitting\": false,\n                \"hide_customer_information_on_vendor_dashboard\": {\n                    \"name\": false,\n                    \"phone\": true,\n                    \"address\": true,\n                    \"email\": true,\n                    \"city\": false,\n                    \"state\": false\n                },\n                \"hide_customer_information_in_awb\": {\n                    \"name\": false,\n                    \"phone\": true,\n                    \"address\": true,\n                    \"email\": true,\n                    \"city\": false,\n                    \"state\": false,\n                    \"line_items\": false,\n                    \"vendor_name\": false,\n                    \"sku\": false,\n                    \"weight_dimension\": false\n                },\n                \"hide_customer_information_in_invoice\": {\n                    \"name\": false,\n                    \"phone\": true,\n                    \"address\": true,\n                    \"email\": true,\n                    \"city\": false,\n                    \"state\": false\n                },\n                \"vendor_profile_settings\": {\n                    \"seller_products_tab\": true,\n                    \"seller_policy_tab\": true,\n                    \"seller_contact_us_tab\": true,\n                    \"seller_events_tab\": true,\n                    \"seller_reviews_tab\": false,\n                    \"seller_about_us_tab\": true\n                },\n                \"challan_message_1\": null,\n                \"challan_message_2\": null,\n                \"challan_prefix\": \"Invoice\",\n                \"challan_number_same_as_invoice_number\": true,\n                \"default_label_size_for_all_vendors\": false,\n                \"hide_customer_information_in_export\": {\n                    \"name\": false,\n                    \"phone\": true,\n                    \"address\": true,\n                    \"email\": true,\n                    \"city\": false,\n                    \"state\": false\n                },\n                \"product_permissions\": null,\n                \"hide_product_details_in_awb\": false,\n                \"hide_invoice_details_in_awb\": false,\n                \"company_note\": \"<p>sdfasdfab</p>\",\n                \"meta_data\": \"[{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                \"color_theme_field\": \"light.orange\",\n                \"change_tracking_url\": false,\n                \"ship_to_address_as_merchants_default_warehouse\": false,\n                \"can_vendor_hold_an_order\": false,\n                \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                \"allow_vendors_to_change_vendor_profile_details\": true,\n                \"whatsapp_account\": \"use_company_account\",\n                \"vendor_profile_theme_choosen\": \"theme-1\",\n                \"whatsapp_credit\": 54,\n                \"test_whatsapp_number\": \"+918849193468\",\n                \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                \"connected_vendor_shops\": [\n                    \"vendorsynctesting5.myshopify.com\",\n                    \"testing-for-vendorsync.myshopify.com\",\n                    \"purpleplants.myshopify.com\",\n                    \"https://st-wpdemo.com/\",\n                    \"test-store-webkul-112.myshopify.com\",\n                    \"https://st-wpdemo.com/\",\n                    \"purpleplants.myshopify.com/\",\n                    \"https://st-wpdemo.com/\",\n                    \"purpleplants.myshopify.com\",\n                    \"channelteststore5.myshopify.com\",\n                    \"https://st-wpdemo.com/newtestclient/\",\n                    \"purpleplants.myshopify.com\",\n                    \"purpleplants.myshopify.com\",\n                    \"vendorsynctesting.myshopify.com\",\n                    \"vendorsynctesting.myshopify.com\"\n                ],\n                \"events\": null,\n                \"commission_automation_set\": {\n                    \"commission_automation\": true,\n                    \"commission_automation_rules\": true,\n                    \"commission_automation_date_range\": true,\n                    \"commission_automation_schedule_option\": \"on_order_receipt\",\n                    \"time_buffer_for_commission_automation\": \"4\",\n                    \"order_status_for_commission_automation\": \"pending\",\n                    \"invoice_number_for_commission_automation\": 277,\n                    \"date_Range_days_for_commission_automation\": \"4\"\n                },\n                \"auto_confirmation_using_tags_settings\": {\n                    \"tags_settings_status\": true,\n                    \"paid\": true,\n                    \"tags_for_paid\": [],\n                    \"cod_or_partially_paid\": false,\n                    \"tags_for_cod_or_partially_paid\": [],\n                    \"Exceptions_for_paid\": false,\n                    \"Exceptions_for_paid_tags\": [],\n                    \"Exceptions_for_cod_or_partially_paid\": false,\n                    \"Exceptions_for_cod_or_partially_paid_tags\": []\n                },\n                \"preferred_location\": null,\n                \"email_credit\": 4775,\n                \"logo\": null,\n                \"logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                \"is_general_setting_done\": true,\n                \"is_invoice_setting_done\": true,\n                \"is_label_setting_done\": false,\n                \"is_gst_enabled\": true,\n                \"billing_detail\": \"Pune</br>Gujarat</br>India\",\n                \"warehouse_address\": \"Pune</br>IN\",\n                \"contact_information\": \"Chahar</br>het.shipturtle@gmail.com</br>\",\n                \"status\": \"Active\",\n                \"global_commission\": \"15\",\n                \"global_discount_shared_by_vendor\": \"0\",\n                \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                \"global_shipping_charge_commission_type\": \"fixed\",\n                \"global_shipping_charge_commission\": 50,\n                \"global_fixed_commission\": 10,\n                \"is_drop_shipper\": false,\n                \"state\": {\n                    \"id\": 13,\n                    \"code\": \"GJ\",\n                    \"tin\": 24,\n                    \"title\": \"Gujarat\",\n                    \"created_at\": \"2019-08-03T17:48:42.000000Z\",\n                    \"updated_at\": \"2020-03-28T04:51:45.000000Z\",\n                    \"deleted_at\": null,\n                    \"country_code\": \"IN\"\n                },\n                \"first_email\": [\n                    \"het.shipturtle@gmail.com\"\n                ],\n                \"invoice_state\": {\n                    \"id\": 13,\n                    \"code\": \"GJ\",\n                    \"tin\": 24,\n                    \"title\": \"Gujarat\",\n                    \"created_at\": \"2019-08-03T17:48:42.000000Z\",\n                    \"updated_at\": \"2020-03-28T04:51:45.000000Z\",\n                    \"deleted_at\": null,\n                    \"country_code\": \"IN\"\n                },\n                \"banner\": null,\n                \"banner_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                \"frontend_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                \"navbar_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                \"email_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                \"invoice_country_detail\": {\n                    \"id\": 98,\n                    \"name\": \"India\",\n                    \"code\": \"IN\",\n                    \"dial_code\": \"+91\",\n                    \"currency_name\": \"Indian rupee\",\n                    \"currency_symbol\": \"Rs.\",\n                    \"currency_code\": \"INR\",\n                    \"created_at\": null,\n                    \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                    \"name_with_symbole\": \"Indian rupee - Rs.\"\n                },\n                \"commission_tags\": {\n                    \"company_id\": 212738,\n                    \"override_commission\": true\n                },\n                \"media\": [],\n                \"country_detail\": {\n                    \"id\": 98,\n                    \"name\": \"India\",\n                    \"code\": \"IN\",\n                    \"dial_code\": \"+91\",\n                    \"currency_name\": \"Indian rupee\",\n                    \"currency_symbol\": \"Rs.\",\n                    \"currency_code\": \"INR\",\n                    \"created_at\": null,\n                    \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                    \"name_with_symbole\": \"Indian rupee - Rs.\"\n                }\n            },\n            \"media\": [],\n            \"country_detail\": {\n                \"id\": 5,\n                \"name\": \"AmericanSamoa\",\n                \"code\": \"AS\",\n                \"dial_code\": \"+1684\",\n                \"currency_name\": \"\",\n                \"currency_symbol\": \"\",\n                \"currency_code\": \"\",\n                \"created_at\": null,\n                \"updated_at\": null,\n                \"name_with_symbole\": \" - \"\n            }\n        },\n        \"currency_country\": {\n            \"currency_code\": \"INR\",\n            \"currency_symbol\": \"Rs.\",\n            \"name_with_symbole\": \" - Rs.\"\n        },\n        \"shop\": {\n            \"weight_unit\": \"gm\",\n            \"name\": \"violetplants\",\n            \"id\": 4147,\n            \"override_taxes\": false,\n            \"dimension_unit\": \"inch\",\n            \"left_days_14_day_trial\": 14,\n            \"country\": null,\n            \"currency_country\": null\n        },\n        \"warehouses\": [\n            {\n                \"company_id\": 212741,\n                \"shop_id\": null,\n                \"id\": 22745,\n                \"is_default\": false,\n                \"title\": \"indigoplants\",\n                \"warehouse_address\": \"indigoplants</br>\",\n                \"shipper_address\": \"indigoplants</br>\",\n                \"country_title\": null,\n                \"default\": \"no\",\n                \"state\": null,\n                \"return_country_title\": null,\n                \"return_state\": null,\n                \"country\": null,\n                \"return_country\": null\n            }\n        ],\n        \"shipping_service_provider\": null,\n        \"warehouse\": {\n            \"id\": 22745,\n            \"title\": \"indigoplants\",\n            \"created_at\": \"2023-10-23T11:37:30.000000Z\",\n            \"updated_at\": \"2023-10-25T12:34:48.000000Z\",\n            \"contact_name\": null,\n            \"phone\": \"undefined\",\n            \"email\": \"cjbwj@gmail.com\",\n            \"address_line_1\": \"hgshsvcj\",\n            \"address_line_2\": \"sdcjbwjww\",\n            \"pincode\": \"152462\",\n            \"city\": \"dcd\",\n            \"province\": \"AP\",\n            \"country_code\": \"IN\",\n            \"company_id\": 212741,\n            \"is_default\": false,\n            \"office_close_time\": null,\n            \"channel_id\": null,\n            \"channel\": null,\n            \"deleted_at\": null,\n            \"shop_id\": null,\n            \"warehouse_details_same_as_company_details\": false,\n            \"parent_id\": null,\n            \"return_contact_name\": null,\n            \"return_email\": null,\n            \"return_address_line_1\": \"Avani Complex\",\n            \"return_address_line_2\": \"Opp Naranpura\",\n            \"return_phone\": null,\n            \"return_pincode\": \"380013\",\n            \"return_city\": \"Ahmedabad\",\n            \"return_province\": null,\n            \"return_country_code\": null,\n            \"return_details_same_as_pickup_details\": false,\n            \"return_title\": null,\n            \"meta_info\": null,\n            \"warehouse_address\": \"indigoplants</br>dcd</br>Andhra Pradesh</br>India\",\n            \"shipper_address\": \"indigoplants</br>hgshsvcj,sdcjbwjww</br>152462,dcd</br>cjbwj@gmail.com</br>undefined</br>\",\n            \"country_title\": \"India\",\n            \"default\": \"no\",\n            \"state\": {\n                \"id\": 2,\n                \"code\": \"AP\",\n                \"tin\": 28,\n                \"title\": \"Andhra Pradesh\",\n                \"created_at\": \"2019-08-03T17:46:12.000000Z\",\n                \"updated_at\": \"2020-03-28T04:51:45.000000Z\",\n                \"deleted_at\": null,\n                \"country_code\": \"IN\"\n            },\n            \"return_country_title\": null,\n            \"return_state\": null,\n            \"country\": {\n                \"id\": 98,\n                \"name\": \"India\",\n                \"code\": \"IN\",\n                \"dial_code\": \"+91\",\n                \"currency_name\": \"Indian rupee\",\n                \"currency_symbol\": \"Rs.\",\n                \"currency_code\": \"INR\",\n                \"created_at\": null,\n                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                \"name_with_symbole\": \"Indian rupee - Rs.\"\n            },\n            \"return_country\": null\n        }\n    }\n}"}],"_postman_id":"a3b6c6c3-26dc-4b84-b70f-41306fae5385"},{"name":"create-return-order","id":"322645c4-f42d-4941-9d96-faef5f759ecb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"processed_at","value":"2024-01-02 00:36:21","description":"<p>current time stamp</p>\n","type":"text"},{"key":"shop_id","value":"4147","description":"<p>shop id</p>\n","type":"text"},{"key":"shipping_price","value":"0","description":"<p>shipping price</p>\n","type":"text"},{"key":"name","value":"#2925","description":"<p>name as order id</p>\n","type":"text"},{"key":"email","value":"abc@gmail.com","description":"<p>customer email id</p>\n","type":"text"},{"key":"number","value":"1925","type":"text"},{"key":"note","value":"null","type":"text"},{"key":"token","value":"c89d507eacf398fab7146f9e3b81f14e","type":"text"},{"key":"gateway","value":"manual","type":"text"},{"key":"order_id","value":"1925031522652","description":"<p>unique order id</p>\n","type":"text"},{"key":"test","value":"0","type":"text"},{"key":"line_items","value":"[{\"id\":9258755,\"variant_id\":21219938,\"title\":\"1000x10001\",\"quantity\":1,\"sku\":\"Test_11\",\"variant_title\":\"M / Blue\",\"vendor\":\"Madhukar\",\"fulfillment_service\":\"manual\",\"product_id\":8301351371055,\"requires_shipping\":1,\"taxable\":1,\"gift_card\":\"0\",\"name\":\"1000x10001 - M / Blue\",\"variant_inventory_management\":\"shopify\",\"product_exists\":1,\"fulfillable_quantity\":1,\"grams\":0,\"price\":100,\"total_discount\":0,\"fulfillment_status\":null,\"tax_lines\":[{\"rate\":0.11,\"price\":\"11.00\",\"title\":\"IGST\",\"price_set\":{\"shop_money\":{\"amount\":\"11.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"11.00\",\"currency_code\":\"INR\"}},\"channel_liable\":false}],\"total_discount_set\":\"{\\\"shop_money\\\":{\\\"amount\\\":\\\"0.00\\\",\\\"currency_code\\\":\\\"INR\\\"},\\\"presentment_money\\\":{\\\"amount\\\":\\\"0.00\\\",\\\"currency_code\\\":\\\"INR\\\"}}\",\"price_set\":\"\\\"{\\\\\\\"shop_money\\\\\\\":{\\\\\\\"amount\\\\\\\":\\\\\\\"100.00\\\\\\\",\\\\\\\"currency_code\\\\\\\":\\\\\\\"INR\\\\\\\"},\\\\\\\"presentment_money\\\\\\\":{\\\\\\\"amount\\\\\\\":\\\\\\\"100.00\\\\\\\",\\\\\\\"currency_code\\\\\\\":\\\\\\\"INR\\\\\\\"}}\\\"\",\"vendor_id\":null,\"vendor_order_id\":6578938,\"order_id\":1925031522652,\"status\":null,\"awb\":null,\"status_sequence\":null,\"shipping_label\":null,\"admin_graphql_api_id\":null,\"discount_allocations\":null,\"properties\":[],\"origin_location\":null,\"created_at\":\"2023-12-26T13:01:50.000000Z\",\"updated_at\":\"2023-12-26T13:01:51.000000Z\",\"deleted_at\":null,\"line_item_id\":4417178658515,\"tax_percentage\":0.11,\"total_value_excluding_tax\":0,\"cost_price\":0,\"order_discount\":0,\"purchase_price\":0,\"company_id\":212739,\"shipping_price\":\"0\",\"shop_id\":4147,\"total_tax\":11,\"shipping_tax\":\"0\",\"tax_id\":null,\"value\":\"100\",\"channel\":null,\"tax_value\":\"0\",\"o_line_price\":\"100\",\"o_line_discount\":\"0\",\"o_line_taxable_value\":\"100\",\"o_line_tax_value\":\"11\",\"o_line_total_value\":\"111\",\"tax_information\":[{\"rate\":0.11,\"price\":\"11.00\",\"title\":\"IGST\",\"price_set\":{\"shop_money\":{\"amount\":\"11.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"11.00\",\"currency_code\":\"INR\"}},\"channel_liable\":false}],\"provider_id\":14355097485615,\"fulfilled_quantity\":0,\"billable_quantity\":1,\"fulfillment_order_id\":6547221545263,\"fulfillment_lineitem_id\":14495304843567,\"product_meta_data\":null,\"variant_meta_data\":null,\"fulfillment_id\":null,\"total_outstanding\":111,\"total_value_including_tax\":111,\"taxable_price\":100,\"line_item_tax\":11,\"sku_barcode\":\"Test_11</br>210302 439280\",\"variant\":{\"id\":21219938,\"barcode\":\"210302 439280\",\"tax_id\":null,\"actual_product_weight\":\"0\",\"grams\":\"0\",\"image\":null,\"channel_id\":\"45087029854511\",\"company_id\":212739,\"product_id\":7552686,\"option1\":\"M\",\"option2\":\"Blue\",\"option3\":null,\"sku\":\"Test_11\",\"title\":\"M / Blue\",\"image_link\":null,\"overridden_commission_level\":\"global\",\"overridden_commission\":\"15\",\"overridden_fixed_commission\":10,\"file_history\":null,\"tax\":null,\"product\":{\"id\":7552686,\"title\":\"1000x10001\",\"body_html\":\"\",\"vendor\":\"Madhukar\",\"product_type\":{\"id\":134846,\"channel\":\"shopify\",\"shop_id\":4147,\"title\":\"Test_13\",\"commission\":null,\"created_at\":\"2023-10-07T08:23:58.000000Z\",\"updated_at\":\"2023-10-07T08:23:58.000000Z\",\"fixed_commission\":0,\"override_commission\":false,\"overridden_commission_level\":\"global\",\"overridden_commission\":\"15\",\"overridden_fixed_commission\":10,\"global_commission_level\":\"global\",\"global_commission\":\"15\",\"global_fixed_commission\":10},\"handle\":\"1000x10001\",\"published_at\":null,\"template_suffix\":null,\"tags\":\"Test_1\",\"published_scope\":null,\"admin_graphql_api_id\":\"gid://shopify/Product/8301351371055\",\"image\":null,\"created_at\":\"2023-10-07T08:23:57.000000Z\",\"updated_at\":\"2023-12-26T13:01:54.000000Z\",\"deleted_at\":null,\"vendor_id\":212739,\"provider\":null,\"company_id\":212739,\"channel_id\":\"8301351371055\",\"store_id\":null,\"product_image_link\":null,\"channel_product_id\":7545946,\"channel\":\"shopify\",\"sku\":null,\"shop_id\":4147,\"tax_id\":null,\"product_type_id\":134846,\"parent_id\":212738,\"images\":[],\"options\":[{\"id\":10527354093871,\"name\":\"Size\",\"values\":[\"M\"],\"position\":1,\"product_id\":8301351371055},{\"id\":10527354126639,\"name\":\"Color\",\"values\":[\"Blue\"],\"position\":2,\"product_id\":8301351371055}],\"has_only_default_variant\":false,\"meta_data\":null,\"status\":\"active\",\"vendor_shop_product_id\":null,\"shopify_meta_data\":null,\"image_link\":null,\"images_link\":null,\"uploaded_images\":[],\"media\":[]},\"company\":{\"id\":212739,\"company_name\":null,\"brand_name\":\"Madhukar\",\"company_logo\":null,\"contact_name\":null,\"phone_number\":null,\"email\":null,\"address_line_1\":null,\"address_line_2\":null,\"pin_code\":null,\"city\":null,\"created_at\":\"2023-05-29T10:50:40.000000Z\",\"updated_at\":\"2024-01-01T08:32:49.000000Z\",\"state_id\":null,\"gstin_number\":null,\"invoice_prefix\":null,\"starting_invoice_number\":null,\"terms_and_conditions\":null,\"bank_account_beneficiary_name\":null,\"bank_account_name\":null,\"ifsc_code\":null,\"label_company_name\":null,\"label_contact_name\":null,\"label_phone\":null,\"label_email_address\":null,\"label_address_line_1\":null,\"label_address_line_2\":null,\"label_pin_code\":null,\"label_city\":null,\"label_state\":null,\"signature\":null,\"currency\":null,\"weight\":null,\"measurement\":null,\"gst_enabled\":false,\"override_channel_product_weight_enabled\":false,\"label_details_same_as_company\":true,\"multi_vendor_invoicing_enabled\":true,\"multi_vendor_shipping_enabled\":true,\"is_master\":null,\"invoice_number_same_as_order_number\":true,\"enable_disable_cod_reconciliation\":false,\"enable_disable_freight_reconciliation\":false,\"cod_tolerance\":null,\"freight_tolerance\":null,\"is_multi_vendor_enabled\":true,\"invoice_message\":null,\"inclusive_exclusive\":null,\"is_tax_on_shipping\":\"no\",\"tax_on_shipping\":null,\"primary_color\":\"#f18024\",\"secondary_color\":null,\"display_hsn\":true,\"website\":null,\"country\":null,\"type_of_vendor\":\"dropshipper\",\"invoice_message_2\":null,\"title\":\"Madhukar\",\"parent_id\":212738,\"extra_information\":null,\"invoice_date\":\"invoice_creation_date\",\"number_of_digits\":\"0\",\"invoice_message_1\":null,\"created_by\":null,\"updated_by\":28344,\"invoice_contact_name\":null,\"invoice_address_1\":null,\"invoice_address_2\":null,\"invoice_postal_code\":null,\"invoice_city\":null,\"invoice_phone_number\":null,\"invoice_tin\":null,\"timezone\":\"Asia/Kolkata\",\"hand_delivered_enabled\":true,\"other_courier_partner_enabled\":true,\"billing_address_same_as_company_details\":true,\"deactivated_at\":null,\"state_code\":null,\"automatically_sync_vendor_name_from_store\":true,\"automatically_assign_vendor_name_and_vendor_price_to_product\":true,\"automatically_route_all_orders_to_vendor_dashboard\":true,\"order_confirmation_before_routing_orders_to_vendor_dashboard\":true,\"correct_all_errors_in_order\":false,\"generate_shipping_labels_for_orders\":false,\"generate_invoices_for_dropship_orders\":false,\"can_vendor_enable_disable_product\":false,\"can_vendor_edit_quantity_product\":false,\"can_vendor_edit_weight_dimension_product\":false,\"can_vendor_edit_tax_product\":true,\"set_vendor_level_commission\":false,\"commission\":null,\"discount_shared_by_vendor\":null,\"commission_calculated_on_product_price_discounted_price\":null,\"set_vendor_level_shared_discount\":false,\"set_vendor_level_commissoin_calculated_on\":false,\"use_shop_channel_values_to_set_commission\":true,\"can_vendor_generate_invoice\":false,\"can_vendor_process_shippings\":false,\"can_vendor_edit_hsn_tax\":false,\"can_vendor_add_courier_provider\":false,\"default_vendor_type\":\"dropshipper\",\"no_of_deciaml_digits\":2,\"credits\":0,\"plan_id\":null,\"requested_plan_id\":null,\"override_invoice_permissions\":false,\"override_product_permissions\":false,\"override_order_routing_permissions\":false,\"override_shipping_permissions\":false,\"slug\":\"madhukar-212739\",\"commission_calculated_tax_type\":\"exclusive_of_tax\",\"shipping_charge_commission_type\":\"fixed\",\"shipping_charge_commission\":0,\"override_commission_calculated_tax_type\":false,\"override_shipping_charge_commission_type\":false,\"override_shipping_charge_commission\":0,\"auto_email_to_vendor\":false,\"fixed_commission\":0,\"service_charge\":0,\"can_vendor_edit_price\":false,\"can_vendor_delete_product\":false,\"show_logo_in_awb\":false,\"hide_pick_address_in_awb\":true,\"hide_customer_info_in_awb\":true,\"hide_price_in_awb\":false,\"hide_customer_information_on_vendor_dashboards\":false,\"allow_merchant_to_generate_invoice\":false,\"show_merchant_logo_in_invoice\":false,\"locale\":\"en\",\"use_custom_waybill\":false,\"redirect_url\":\"dashboard\",\"invoice_state_code\":null,\"invoice_country_code\":null,\"stripe_account_id\":null,\"url_to_redirect_vendor_is_registered\":null,\"enable_app_shipping_profile_on_shopify\":\"0\",\"policy\":\"<p>The policy is real</p>\",\"css\":null,\"vendor_profile_color\":null,\"about_us\":null,\"facebook_link\":null,\"twitter_link\":null,\"instagram_link\":null,\"auto_fulfill_digital_orders\":false,\"use_default_warehouse_for_all_orders\":false,\"invoice_label_header_title\":null,\"invoice_place_of_supply\":null,\"invoice_cin_key_title\":null,\"invoice_cin\":null,\"give_vendor_access_to_merchant_shipper\":false,\"auto_generate_order_invoices_to_customers\":false,\"auto_email_order_invoices_to_customers\":false,\"treat_manual_payment_mode_as_cod\":false,\"fulfill_order_after_confirm\":false,\"add_notes_before_confirming_orders\":false,\"auto_approve_vendors_who_register_to_sell_on_your_store\":false,\"note_at_the_top_of_invoice\":null,\"vendor_shop_id\":null,\"vendor_category\":null,\"vendor_location\":null,\"short_description\":null,\"display_vendor_category\":false,\"display_vendor_location\":false,\"display_vendor_short_description\":false,\"name_of_the_vendor_listing_page\":null,\"sync_settings\":{\"update_settings\":{\"sku\":true,\"tags\":true,\"media\":true,\"price\":false,\"title\":true,\"weight\":true,\"barcode\":true,\"quantity\":true,\"description\":true,\"product_type\":true,\"variant_name\":true,\"publish_status\":true,\"compare_at_price\":true,\"track_quantity_and_continue_selling_when_out_of_stock\":true},\"create_settings\":{\"sku\":true,\"tags\":true,\"media\":true,\"price\":false,\"title\":true,\"weight\":true,\"barcode\":true,\"quantity\":true,\"description\":true,\"product_type\":true,\"variant_name\":true,\"publish_status\":true,\"compare_at_price\":true,\"track_quantity_and_continue_selling_when_out_of_stock\":true},\"override_product_status_at_create\":true,\"product_status\":\"as_per_vendor_product\",\"enable_order_sync\":true,\"push_only_if_order_paid\":false,\"push_unsynced_product_order\":true,\"auto_add_variant\":true,\"auto_remove_variant\":true,\"strictKeyCheck\":false,\"on_product_delete\":\"do_nothing\",\"on_product_unmapped\":\"do_nothing\",\"push_only_if_product_connected\":true},\"override_hide_customer_information_permissions\":false,\"can_vendor_cancel_an_order\":false,\"hide_shipping_charges\":false,\"add_insurance_to_shipment\":0,\"meta_title\":null,\"registration_link\":null,\"auto_approval_of_products_from_vendor\":true,\"ignore_selling_price_for_commission\":0,\"shipping_label_check\":{\"email\":false,\"phone\":false,\"address_line_1\":false,\"address_line_2\":false,\"address_line_1_minimum\":null,\"address_line_1_maximum\":null,\"address_line_2_minimum\":null,\"address_line_2_maximum\":null},\"shipping_label_size\":\"smalllabel\",\"paypal_email\":null,\"use_custom_email_driver\":false,\"ignore_order_splitting\":false,\"hide_customer_information_on_vendor_dashboard\":{\"name\":false,\"phone\":true,\"address\":true,\"email\":true,\"city\":false,\"state\":false},\"hide_customer_information_in_awb\":{\"name\":false,\"phone\":true,\"address\":true,\"email\":true,\"city\":false,\"state\":false,\"line_items\":false,\"vendor_name\":false,\"sku\":false,\"weight_dimension\":false},\"hide_customer_information_in_invoice\":{\"name\":false,\"phone\":true,\"address\":true,\"email\":true,\"city\":false,\"state\":false},\"vendor_profile_settings\":{\"seller_products_tab\":true,\"seller_policy_tab\":true,\"seller_contact_us_tab\":true},\"challan_message_1\":null,\"challan_message_2\":null,\"challan_prefix\":null,\"challan_number_same_as_invoice_number\":true,\"default_label_size_for_all_vendors\":false,\"hide_customer_information_in_export\":{\"name\":false,\"phone\":true,\"address\":true,\"email\":true,\"city\":false,\"state\":false},\"product_permissions\":null,\"hide_product_details_in_awb\":false,\"hide_invoice_details_in_awb\":false,\"company_note\":null,\"meta_data\":null,\"color_theme_field\":\"light.orange\",\"change_tracking_url\":false,\"ship_to_address_as_merchants_default_warehouse\":false,\"can_vendor_hold_an_order\":false,\"handle_out_of_stock_products\":null,\"allow_vendors_to_change_vendor_profile_details\":false,\"whatsapp_account\":null,\"vendor_profile_theme_choosen\":\"theme-1\",\"whatsapp_credit\":100,\"test_whatsapp_number\":null,\"spoc_email_sending_method\":null,\"connected_vendor_shops\":null,\"events\":null,\"commission_automation_set\":null,\"auto_confirmation_using_tags_settings\":{\"tags_settings_status\":true,\"paid\":true,\"tags_for_paid\":[],\"cod_or_partially_paid\":false,\"tags_for_cod_or_partially_paid\":[],\"Exceptions_for_paid\":false,\"Exceptions_for_paid_tags\":[],\"Exceptions_for_cod_or_partially_paid\":false,\"Exceptions_for_cod_or_partially_paid_tags\":[]},\"preferred_location\":null,\"email_credit\":1000,\"logo\":null,\"logo_link\":\"https://api.shipturtle.com/assets/no-logo.jpeg\",\"is_general_setting_done\":true,\"is_invoice_setting_done\":true,\"is_label_setting_done\":false,\"is_gst_enabled\":false,\"billing_detail\":\"\",\"warehouse_address\":\"</br>\",\"contact_information\":\"\",\"status\":\"Active\",\"global_commission\":\"15\",\"global_discount_shared_by_vendor\":\"0\",\"global_commission_calculated_on_product_price_discounted_price\":\"on_discounted_price\",\"global_commission_calculated_tax_type\":\"inclusive_of_tax\",\"global_shipping_charge_commission_type\":\"fixed\",\"global_shipping_charge_commission\":50,\"global_fixed_commission\":10,\"is_drop_shipper\":true,\"state\":null,\"first_email\":[\"het.shipturtle@gmail.com\"],\"invoice_state\":null,\"banner\":null,\"banner_link\":\"https://api.shipturtle.com/assets/no-logo.jpeg\",\"frontend_logo_link\":\"https://api.shipturtle.com/assets/no-logo.jpeg\",\"navbar_logo_link\":\"https://api.shipturtle.com/assets/no-logo.jpeg\",\"email_logo_link\":\"https://api.shipturtle.com/assets/no-logo.jpeg\",\"invoice_country_detail\":null,\"commission_tags\":null,\"parent\":{\"id\":212738,\"company_name\":\"kapil\",\"brand_name\":\"violetplants\",\"company_logo\":null,\"contact_name\":\"Chahar\",\"phone_number\":null,\"email\":\"het.shipturtle@gmail.com\",\"address_line_1\":\"Est\",\"address_line_2\":\"Test\",\"pin_code\":\"411018\",\"city\":\"Pune\",\"created_at\":\"2023-05-29T10:50:33.000000Z\",\"updated_at\":\"2024-01-02T06:05:06.000000Z\",\"state_id\":null,\"gstin_number\":\"1234\",\"invoice_prefix\":\"Invoice\",\"starting_invoice_number\":\"26\",\"terms_and_conditions\":null,\"bank_account_beneficiary_name\":null,\"bank_account_name\":null,\"ifsc_code\":null,\"label_company_name\":null,\"label_contact_name\":null,\"label_phone\":null,\"label_email_address\":null,\"label_address_line_1\":null,\"label_address_line_2\":null,\"label_pin_code\":null,\"label_city\":null,\"label_state\":null,\"signature\":null,\"currency\":\"INR\",\"weight\":null,\"measurement\":null,\"gst_enabled\":true,\"override_channel_product_weight_enabled\":true,\"label_details_same_as_company\":true,\"multi_vendor_invoicing_enabled\":false,\"multi_vendor_shipping_enabled\":false,\"is_master\":\"1\",\"invoice_number_same_as_order_number\":true,\"enable_disable_cod_reconciliation\":true,\"enable_disable_freight_reconciliation\":true,\"cod_tolerance\":\"5\",\"freight_tolerance\":\"2\",\"is_multi_vendor_enabled\":true,\"invoice_message\":null,\"inclusive_exclusive\":null,\"is_tax_on_shipping\":\"no\",\"tax_on_shipping\":null,\"primary_color\":\"#222F3D\",\"secondary_color\":null,\"display_hsn\":true,\"website\":\"https://app.shipturtle.com/\",\"country\":\"IN\",\"type_of_vendor\":\"marketplace\",\"invoice_message_2\":\"<p>hussainhifi</p>\",\"title\":\"violetplants\",\"parent_id\":212738,\"extra_information\":null,\"invoice_date\":\"invoice_creation_date\",\"number_of_digits\":\"0\",\"invoice_message_1\":\"<p>The goods sold are intended for end user consumption and not for resale</p>\",\"created_by\":null,\"updated_by\":28344,\"invoice_contact_name\":\"Hussain\",\"invoice_address_1\":\"dahod\",\"invoice_address_2\":\"dahod\",\"invoice_postal_code\":\"380005\",\"invoice_city\":\"Ahmedabad\",\"invoice_phone_number\":\"09173038104\",\"invoice_tin\":null,\"timezone\":\"America/Phoenix\",\"hand_delivered_enabled\":true,\"other_courier_partner_enabled\":true,\"billing_address_same_as_company_details\":false,\"deactivated_at\":null,\"state_code\":\"GJ\",\"automatically_sync_vendor_name_from_store\":true,\"automatically_assign_vendor_name_and_vendor_price_to_product\":true,\"automatically_route_all_orders_to_vendor_dashboard\":true,\"order_confirmation_before_routing_orders_to_vendor_dashboard\":true,\"correct_all_errors_in_order\":false,\"generate_shipping_labels_for_orders\":false,\"generate_invoices_for_dropship_orders\":false,\"can_vendor_enable_disable_product\":false,\"can_vendor_edit_quantity_product\":false,\"can_vendor_edit_weight_dimension_product\":false,\"can_vendor_edit_tax_product\":true,\"set_vendor_level_commission\":false,\"commission\":\"15\",\"discount_shared_by_vendor\":\"0\",\"commission_calculated_on_product_price_discounted_price\":\"on_discounted_price\",\"set_vendor_level_shared_discount\":false,\"set_vendor_level_commissoin_calculated_on\":false,\"use_shop_channel_values_to_set_commission\":false,\"can_vendor_generate_invoice\":true,\"can_vendor_process_shippings\":true,\"can_vendor_edit_hsn_tax\":true,\"can_vendor_add_courier_provider\":true,\"default_vendor_type\":\"dropshipper\",\"no_of_deciaml_digits\":2,\"credits\":299838,\"plan_id\":4,\"requested_plan_id\":null,\"override_invoice_permissions\":false,\"override_product_permissions\":false,\"override_order_routing_permissions\":false,\"override_shipping_permissions\":false,\"slug\":\"violetplants-212738\",\"commission_calculated_tax_type\":\"inclusive_of_tax\",\"shipping_charge_commission_type\":\"fixed\",\"shipping_charge_commission\":50,\"override_commission_calculated_tax_type\":false,\"override_shipping_charge_commission_type\":false,\"override_shipping_charge_commission\":0,\"auto_email_to_vendor\":true,\"fixed_commission\":10,\"service_charge\":0,\"can_vendor_edit_price\":false,\"can_vendor_delete_product\":false,\"show_logo_in_awb\":false,\"hide_pick_address_in_awb\":false,\"hide_customer_info_in_awb\":true,\"hide_price_in_awb\":false,\"hide_customer_information_on_vendor_dashboards\":false,\"allow_merchant_to_generate_invoice\":false,\"show_merchant_logo_in_invoice\":true,\"locale\":\"en\",\"use_custom_waybill\":false,\"redirect_url\":\"dashboard\",\"invoice_state_code\":\"GJ\",\"invoice_country_code\":\"IN\",\"stripe_account_id\":null,\"url_to_redirect_vendor_is_registered\":\"https://violetplants.myshopify.com/pages/thank-you\",\"enable_app_shipping_profile_on_shopify\":\"0\",\"policy\":null,\"css\":null,\"vendor_profile_color\":\"#f18024\",\"about_us\":null,\"facebook_link\":null,\"twitter_link\":null,\"instagram_link\":null,\"auto_fulfill_digital_orders\":true,\"use_default_warehouse_for_all_orders\":false,\"invoice_label_header_title\":null,\"invoice_place_of_supply\":null,\"invoice_cin_key_title\":null,\"invoice_cin\":null,\"give_vendor_access_to_merchant_shipper\":false,\"auto_generate_order_invoices_to_customers\":true,\"auto_email_order_invoices_to_customers\":true,\"treat_manual_payment_mode_as_cod\":false,\"fulfill_order_after_confirm\":false,\"add_notes_before_confirming_orders\":false,\"auto_approve_vendors_who_register_to_sell_on_your_store\":false,\"note_at_the_top_of_invoice\":null,\"vendor_shop_id\":null,\"vendor_category\":null,\"vendor_location\":null,\"short_description\":null,\"display_vendor_category\":true,\"display_vendor_location\":true,\"display_vendor_short_description\":true,\"name_of_the_vendor_listing_page\":\"seller profile page\",\"sync_settings\":{\"update_settings\":{\"sku\":true,\"tags\":true,\"media\":true,\"price\":false,\"title\":true,\"weight\":true,\"barcode\":true,\"quantity\":true,\"description\":true,\"product_type\":true,\"variant_name\":true,\"publish_status\":true,\"compare_at_price\":true,\"track_quantity_and_continue_selling_when_out_of_stock\":true},\"create_settings\":{\"sku\":true,\"tags\":true,\"media\":true,\"price\":false,\"title\":true,\"weight\":true,\"barcode\":true,\"quantity\":true,\"description\":true,\"product_type\":true,\"variant_name\":true,\"publish_status\":true,\"compare_at_price\":true,\"track_quantity_and_continue_selling_when_out_of_stock\":true},\"override_product_status_at_create\":true,\"product_status\":\"as_per_vendor_product\",\"enable_order_sync\":true,\"push_only_if_order_paid\":false,\"push_unsynced_product_order\":true,\"auto_add_variant\":true,\"auto_remove_variant\":true,\"strictKeyCheck\":false,\"on_product_delete\":\"do_nothing\",\"on_product_unmapped\":\"do_nothing\",\"push_only_if_product_connected\":true},\"override_hide_customer_information_permissions\":false,\"can_vendor_cancel_an_order\":false,\"hide_shipping_charges\":false,\"add_insurance_to_shipment\":0,\"meta_title\":null,\"registration_link\":null,\"auto_approval_of_products_from_vendor\":true,\"ignore_selling_price_for_commission\":0,\"shipping_label_check\":{\"email\":false,\"phone\":false,\"address_line_1\":false,\"address_line_2\":false,\"address_line_1_minimum\":null,\"address_line_1_maximum\":null,\"address_line_2_minimum\":null,\"address_line_2_maximum\":null},\"shipping_label_size\":\"smalllabel\",\"paypal_email\":null,\"use_custom_email_driver\":false,\"ignore_order_splitting\":false,\"hide_customer_information_on_vendor_dashboard\":{\"name\":false,\"phone\":true,\"address\":true,\"email\":true,\"city\":false,\"state\":false},\"hide_customer_information_in_awb\":{\"name\":false,\"phone\":true,\"address\":true,\"email\":true,\"city\":false,\"state\":false,\"line_items\":false,\"vendor_name\":false,\"sku\":false,\"weight_dimension\":false},\"hide_customer_information_in_invoice\":{\"name\":false,\"phone\":true,\"address\":true,\"email\":true,\"city\":false,\"state\":false},\"vendor_profile_settings\":{\"seller_products_tab\":true,\"seller_policy_tab\":true,\"seller_contact_us_tab\":true,\"seller_events_tab\":true,\"seller_reviews_tab\":false,\"seller_about_us_tab\":true},\"challan_message_1\":null,\"challan_message_2\":null,\"challan_prefix\":\"Invoice\",\"challan_number_same_as_invoice_number\":true,\"default_label_size_for_all_vendors\":false,\"hide_customer_information_in_export\":{\"name\":false,\"phone\":true,\"address\":true,\"email\":true,\"city\":false,\"state\":false},\"product_permissions\":null,\"hide_product_details_in_awb\":false,\"hide_invoice_details_in_awb\":false,\"company_note\":\"<p>sdfasdfab</p>\",\"meta_data\":\"[{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\"color_theme_field\":\"light.orange\",\"change_tracking_url\":false,\"ship_to_address_as_merchants_default_warehouse\":false,\"can_vendor_hold_an_order\":false,\"handle_out_of_stock_products\":\"list_out_of_stock_products_with_out_of_stock_label\",\"allow_vendors_to_change_vendor_profile_details\":true,\"whatsapp_account\":\"use_company_account\",\"vendor_profile_theme_choosen\":\"theme-1\",\"whatsapp_credit\":54,\"test_whatsapp_number\":\"+918849193468\",\"spoc_email_sending_method\":\"\\\"single_consolidated_email_at_eod\\\"\",\"connected_vendor_shops\":[\"vendorsynctesting5.myshopify.com\",\"testing-for-vendorsync.myshopify.com\",\"purpleplants.myshopify.com\",\"https://st-wpdemo.com/\",\"test-store-webkul-112.myshopify.com\",\"https://st-wpdemo.com/\",\"purpleplants.myshopify.com/\",\"https://st-wpdemo.com/\",\"purpleplants.myshopify.com\",\"channelteststore5.myshopify.com\",\"https://st-wpdemo.com/newtestclient/\",\"purpleplants.myshopify.com\",\"purpleplants.myshopify.com\",\"vendorsynctesting.myshopify.com\",\"vendorsynctesting.myshopify.com\"],\"events\":null,\"commission_automation_set\":{\"commission_automation\":true,\"commission_automation_rules\":true,\"commission_automation_date_range\":true,\"commission_automation_schedule_option\":\"on_order_receipt\",\"time_buffer_for_commission_automation\":\"4\",\"order_status_for_commission_automation\":\"pending\",\"invoice_number_for_commission_automation\":277,\"date_Range_days_for_commission_automation\":\"4\"},\"auto_confirmation_using_tags_settings\":{\"tags_settings_status\":true,\"paid\":true,\"tags_for_paid\":[],\"cod_or_partially_paid\":false,\"tags_for_cod_or_partially_paid\":[],\"Exceptions_for_paid\":false,\"Exceptions_for_paid_tags\":[],\"Exceptions_for_cod_or_partially_paid\":false,\"Exceptions_for_cod_or_partially_paid_tags\":[]},\"preferred_location\":null,\"email_credit\":4769,\"logo\":null,\"logo_link\":\"https://api.shipturtle.com/assets/no-logo.jpeg\",\"is_general_setting_done\":true,\"is_invoice_setting_done\":true,\"is_label_setting_done\":false,\"is_gst_enabled\":true,\"billing_detail\":\"Pune</br>Gujarat</br>India\",\"warehouse_address\":\"Pune</br>IN\",\"contact_information\":\"Chahar</br>het.shipturtle@gmail.com</br>\",\"status\":\"Active\",\"global_commission\":\"15\",\"global_discount_shared_by_vendor\":\"0\",\"global_commission_calculated_on_product_price_discounted_price\":\"on_discounted_price\",\"global_commission_calculated_tax_type\":\"inclusive_of_tax\",\"global_shipping_charge_commission_type\":\"fixed\",\"global_shipping_charge_commission\":50,\"global_fixed_commission\":10,\"is_drop_shipper\":false,\"state\":{\"id\":13,\"code\":\"GJ\",\"tin\":24,\"title\":\"Gujarat\",\"created_at\":\"2019-08-03T17:48:42.000000Z\",\"updated_at\":\"2020-03-28T04:51:45.000000Z\",\"deleted_at\":null,\"country_code\":\"IN\"},\"first_email\":[\"het.shipturtle@gmail.com\"],\"invoice_state\":{\"id\":13,\"code\":\"GJ\",\"tin\":24,\"title\":\"Gujarat\",\"created_at\":\"2019-08-03T17:48:42.000000Z\",\"updated_at\":\"2020-03-28T04:51:45.000000Z\",\"deleted_at\":null,\"country_code\":\"IN\"},\"banner\":null,\"banner_link\":\"https://api.shipturtle.com/assets/no-logo.jpeg\",\"frontend_logo_link\":\"https://api.shipturtle.com/assets/no-logo.jpeg\",\"navbar_logo_link\":\"https://api.shipturtle.com/assets/no-logo.jpeg\",\"email_logo_link\":\"https://api.shipturtle.com/assets/no-logo.jpeg\",\"invoice_country_detail\":{\"id\":98,\"name\":\"India\",\"code\":\"IN\",\"dial_code\":\"+91\",\"currency_name\":\"Indian rupee\",\"currency_symbol\":\"Rs.\",\"currency_code\":\"INR\",\"created_at\":null,\"updated_at\":\"2020-08-19T20:32:46.000000Z\",\"name_with_symbole\":\"Indian rupee - Rs.\"},\"commission_tags\":{\"company_id\":212738,\"override_commission\":true},\"media\":[],\"country_detail\":{\"id\":98,\"name\":\"India\",\"code\":\"IN\",\"dial_code\":\"+91\",\"currency_name\":\"Indian rupee\",\"currency_symbol\":\"Rs.\",\"currency_code\":\"INR\",\"created_at\":null,\"updated_at\":\"2020-08-19T20:32:46.000000Z\",\"name_with_symbole\":\"Indian rupee - Rs.\"}},\"media\":[]}},\"shop\":{\"id\":4147,\"shopify_domain\":\"violetplants.myshopify.com\",\"shopify_token\":null,\"created_at\":\"2023-07-13T10:19:49.000000Z\",\"updated_at\":\"2024-01-01T13:07:55.000000Z\",\"grandfathered\":false,\"deleted_at\":null,\"namespace\":null,\"plan_id\":621,\"freemium\":false,\"name\":\"violetplants\",\"email\":\"violetplants123@gmail.com\",\"province\":\"WB\",\"country\":{\"id\":98,\"name\":\"India\",\"code\":\"IN\",\"dial_code\":\"+91\",\"currency_name\":\"Indian rupee\",\"currency_symbol\":\"Rs.\",\"currency_code\":\"INR\",\"created_at\":null,\"updated_at\":\"2020-08-19T20:32:46.000000Z\",\"name_with_symbole\":\"Indian rupee - Rs.\"},\"address1\":\"123 Old Court House Street Lal Dighi B.B.D. Bagh\",\"zip\":\"700001\",\"city\":\"Kolkata\",\"source\":null,\"phone\":\"12345678\",\"latitude\":\"22.5685769\",\"longitude\":\"88.3492417\",\"primary_locale\":\"en\",\"address2\":\"\",\"country_code\":\"IN\",\"country_name\":\"India\",\"currency\":\"INR\",\"customer_email\":\"violetplants123@gmail.com\",\"timezone\":\"(GMT+05:30) Asia/Kolkata\",\"iana_timezone\":\"Asia/Kolkata\",\"shop_owner\":\"Sharad Kabra\",\"money_format\":\"Rs. {{amount}}\",\"money_with_currency_format\":\"Rs. {{amount}}\",\"weight_unit\":\"gm\",\"province_code\":\"WB\",\"taxes_included\":false,\"tax_shipping\":false,\"county_taxes\":true,\"plan_display_name\":\"Basic Shopify\",\"plan_name\":\"basic\",\"has_discounts\":\"1\",\"has_gift_cards\":\"1\",\"money_in_emails_format\":\"Rs. {{amount}}\",\"money_with_currency_in_emails_format\":\"Rs. {{amount}}\",\"eligible_for_payments\":\"0\",\"requires_extra_payments_agreement\":\"0\",\"primary_location_id\":\"94960419119\",\"multi_location_enabled\":\"1\",\"channel_id\":null,\"company_id\":212738,\"user_id\":28343,\"verifying_plan\":967,\"dimension_unit\":\"inch\",\"override_taxes\":false,\"provider\":\"shopify\",\"maintain_hs_information_in_shipturtle\":false,\"automatically_update_order_status_on_shopify\":true,\"charge_tax\":\"0\",\"enable_tax_on_shipping\":false,\"tax_on_shipping\":0,\"automatically_update_product_status_on_shopify\":true,\"parent_id\":null,\"setup_pending\":false,\"product_types_sold_on_store\":\"physical_products_only\",\"carrier_service_id\":null,\"extra_info\":\"{\\\"location_sync_status\\\":[true,\\\"2023-05-29 10:50:37\\\"],\\\"product_sync_status\\\":[true,\\\"2023-05-29 10:51:10\\\"],\\\"inventory_level_sync_status\\\":[true,\\\"2023-05-29 10:51:13\\\"],\\\"order_sync_status\\\":[true,\\\"2023-05-29 10:53:11\\\"]}\",\"payment_method_settings\":{\"0\":null,\"payu_in_paisa\":\"paid\",\"cash_on_delivery\":\"paid\",\"manual\":\"paid\",\"cashfree\":\"paid\",\"Cash on Delivery (COD)\":\"cod\",\"gift_card\":\"paid\",\"paytm\":\"paid\",\"stripe\":\"paid\",\"payu_india\":\"paid\",\"razorpay_cards_upi_netbanking_wallets_\":\"paid\",\"neft\":\"paid\",\"paypal\":\"paid\",\"shopify_payments\":\"paid\",\"amazon_payments\":\"paid\",\"razorpay_all_cards_netbanking_wallets_\":\"paid\",\"Etsy\":\"paid\",\"clearpay\":\"paid\",\"Bank Deposit/Mobile Transfer\":\"paid\",\"E-Transfer\":\"paid\",\"cash\":\"cod\",\"eBay/PayPal\":\"paid\",\"amazon_marketplace\":\"paid\",\"ccavenue\":\"paid\",\"payu_in\":\"paid\",\"bogus\":\"paid\",\"\":null,\"money_order\":\"cod\",\"bank_deposit\":null},\"enable_payment_settings\":false,\"script_js_id\":\"234600726831\",\"shopify_namespace\":\"shipturtle\",\"password\":\"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\",\"password_updated_at\":\"2023-12-19\",\"domain\":null,\"shopify_freemium\":0,\"plan_id_onetime\":null,\"shipment_movement\":\"on_shipment\",\"14_day_trial_expired\":true,\"keep_credits\":0,\"change_base\":1,\"shop_setup_instructions\":\"{\\\"store_type\\\":\\\"market_place\\\"}\",\"store_setup\":\"{\\\"is_setup_complete\\\":null,\\\"step\\\":\\\"1\\\"}\",\"published_and_unpublished_theme1_code\":\"{\\\"published_theme1_template\\\":{\\\"main_page_template\\\":\\\"<div id=\\\\\\\"vendor-detail-page\\\\\\\">\\\\n    <input type=\\\\\\\"hidden\\\\\\\" id=\\\\\\\"company_id\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\">\\\\n    @if ($company->banner_link)\\\\n    <section class=\\\\\\\"u-clearfix u-section-1 bck-banner-img\\\\\\\" id=\\\\\\\"sec-44b5\\\\\\\" style=\\\\\\\"background-image: url({{$company->banner_link}});\\\\\\\">\\\\n    </section>\\\\n    @endif\\\\n    <div class=\\\\\\\"u-clearfix u-sheet u-valign-middle u-sheet-1\\\\\\\" style=\\\\\\\"min-height: 250px;\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-expanded-width u-gutter-0 u-layout-wrap u-layout-wrap-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-layout\\\\\\\">\\\\n                <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n                    <div class=\\\\\\\"u-align-center u-container-style u-layout-cell u-left-cell u-size-23 u-layout-cell-1\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\" style=\\\\\\\"height:max-content; display: flex; flex-direction: column; align-items: center; padding-right: 4rem; padding-top: 1.5rem;\\\\\\\">\\\\n                            <img alt=\\\\\\\"{{$company->title}}\\\\\\\" class=\\\\\\\"u-image u-image-circle\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\" data-image-width=\\\\\\\"150\\\\\\\" data-image-height=\\\\\\\"150\\\\\\\" style=\\\\\\\"width: 80%;\\\\\\\">\\\\n                            </img>\\\\n                             <div class=\\\\\\\"social-media-links\\\\\\\">\\\\n                            @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                            <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\">\\\\n                                    <svg class=\\\\\\\"u-svg-content\\\\\\\"  x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-0214\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#3B5998\\\\\\\" d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\">\\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-3589\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#55ACEE\\\\\\\" d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\">        \\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-d986\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                        </div>\\\\n                            @if ($parentCompany->display_vendor_location)\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-1\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}\\\\n                            </p>\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                            @endif\\\\n                        </div>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n                            <h2 style=\\\\\\\"margin-bottom: 0;\\\\\\\" class=\\\\\\\"u-text\\\\\\\">{{$company->brand_name}}</h2>\\\\n                            <p class=\\\\\\\"u-text u-text-3\\\\\\\">\\\\n                                {!! $company->about_us !!}\\\\n                            </p>\\\\n                        </div>\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </div>\\\\n    \\\\n    {{-- Tabs --}}\\\\n    <section class=\\\\\\\"u-align-center u-clearfix u-section-2\\\\\\\" id=\\\\\\\"carousel_37bc\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-tab-links-align-justify u-tabs u-tabs-1\\\\\\\" id=\\\\\\\"u-tabs\\\\\\\">\\\\n                <ul class=\\\\\\\"u-tab-list u-unstyled\\\\\\\" role=\\\\\\\"tablist\\\\\\\">\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_products_tab)\\\\n                    <li class=\\\\\\\"u-tab-item\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"active u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-1\\\\\\\" id=\\\\\\\"link-tab-products\\\\\\\" href=\\\\\\\"#tab-products\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-products\\\\\\\" aria-selected=\\\\\\\"true\\\\\\\">Products</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_policy_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-2\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-2\\\\\\\" id=\\\\\\\"link-tab-policy\\\\\\\" href=\\\\\\\"#tab-policy\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-policy\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Policy</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_about_us_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-aboutus\\\\\\\" href=\\\\\\\"#tab-aboutus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-aboutus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">About Us<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_events_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\"\\\\n                             id=\\\\\\\"link-tab-events\\\\\\\" href=\\\\\\\"#tab-events\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-events\\\\\\\"\\\\n                              aria-selected=\\\\\\\"false\\\\\\\">Events<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_contact_us_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-contactus\\\\\\\" href=\\\\\\\"#tab-contactus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-contactus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Contact Us<br>\\\\n                        </a>\\\\n                    </li>\\\\n                    @endif\\\\n                </ul>\\\\n                <div class=\\\\\\\"u-tab-content\\\\\\\">\\\\n                    <div class=\\\\\\\"u-container-style u-tab-active u-tab-pane u-white u-tab-pane-1\\\\\\\" id=\\\\\\\"tab-products\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-products\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-container-style u-tab-pane u-white u-tab-pane-2\\\\\\\" id=\\\\\\\"tab-policy\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-policy\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-aboutus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-aboutus\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-events\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-events\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white u-tab-pane-5\\\\\\\" id=\\\\\\\"tab-contactus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-contactus\\\\\\\">\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </section>\\\\n</div>\\\",\\\"product_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\">\\\\n    <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n        <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.details\\\\\\\", [\\\\\\\"shopDomain\\\\\\\" => $shop->shopify_domain,\\\\n        \\\\\\\"vendorTitle\\\\\\\"=>$vendorTitle, \\\\\\\"action\\\\\\\"=>\\\\\\\"products\\\\\\\"]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" id=\\\\\\\"search_product_form\\\\\\\"\\\\n        class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\"\\\\n        source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: left;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n                <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search Product\\\\\\\" id=\\\\\\\"st_search_product\\\\\\\" name=\\\\\\\"search_product\\\\\\\"\\\\n                class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n                <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$tags}}\\\\\\\" id=\\\\\\\"st_search_product_by_tag\\\\\\\" name=\\\\\\\"search_product_by_tag\\\\\\\">\\\\n            </div>\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: right;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control u-label\\\\\\\" style=\\\\\\\"margin-left: auto;\\\\\\\">Sort By</label>\\\\n                <select name=\\\\\\\"sort_by\\\\\\\" id=\\\\\\\"st_product_list_sort_by\\\\\\\" class=\\\\\\\"filters-toolbar__input\\\\\\\" aria-describedby=\\\\\\\"a11y-refresh-page-message \\\\n                a11y-selection-message\\\\\\\" data-default-sortby=\\\\\\\"title-descending\\\\\\\">\\\\n                    <option value=\\\\\\\"title-ascending\\\\\\\" {{$orderBy == \\\\\\\"title-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, A-Z</option>\\\\n                    <option value=\\\\\\\"title-descending\\\\\\\" {{$orderBy == \\\\\\\"title-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, Z-A</option>\\\\n                    <option value=\\\\\\\"price-ascending\\\\\\\" {{$orderBy == \\\\\\\"price-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price , Low To High</option>\\\\n                    <option value=\\\\\\\"price-descending\\\\\\\" {{$orderBy == \\\\\\\"price-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price, High To Low</option>\\\\n                    <option value=\\\\\\\"best-selling\\\\\\\" {{$orderBy == \\\\\\\"best-selling\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Best Selling</option>\\\\n                    <option value=\\\\\\\"date-ascending\\\\\\\" {{$orderBy == \\\\\\\"date-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, New To Old</option>\\\\n                    <option value=\\\\\\\"date-descending\\\\\\\" {{$orderBy == \\\\\\\"date-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, Old To New</option>\\\\n                </select>\\\\n            </div>\\\\n            <div style=\\\\\\\"clear: both;\\\\\\\"></div>\\\\n        </form>\\\\n    </div>\\\\n    <div class=\\\\\\\"u-products u-products-1\\\\\\\">\\\\n        <div class=\\\\\\\"loader hide\\\\\\\"></div>\\\\n        @if ($products && sizeof($products) > 0)\\\\n        <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n            @foreach($products as $product)\\\\n                <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                    <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/products/{{$product->handle}}\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2\\\\\\\">\\\\n                            <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1\\\\\\\" \\\\n                            src=\\\\\\\"{{$product->image}}\\\\\\\">\\\\n                            @if($parentCompany->handle_out_of_stock_products == \\\\\\\"list_out_of_stock_products_with_out_of_stock_label\\\\\\\" && $product->isOutOfStock())\\\\n                                <p class=\\\\\\\"hidden-text u-out-of-stock-text\\\\\\\">OUT OF STOCK</p>\\\\n                            @endif\\\\n\\\\n                            <div class=\\\\\\\"u-product-control u-product-price u-product-price-1\\\\\\\">\\\\n                                <div class=\\\\\\\"u-price-wrapper u-spacing-10\\\\\\\">\\\\n                                    <div class=\\\\\\\"u-price u-text-palette-2-base\\\\\\\" style=\\\\\\\"font-weight: 700;\\\\\\\">\\\\n                                        <p class=\\\\\\\"u-product-title text-muted\\\\\\\" style=\\\\\\\"text-decoration: none;\\\\\\\">\\\\n                                            {{$product->title}}\\\\n                                        </p>\\\\n                                        @if($product->has_only_default_variant)\\\\n                                        {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                         $product->shop->currency}} \\\\n                                        {{$product->lowestPricedVariant->first() ? $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\"}}\\\\n                                        @else\\\\n                                        From: {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                        $product->shop->currency}} {{ $product->lowestPricedVariant->first() ?\\\\n                                        $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\" }}\\\\n                                        @endif\\\\n                                    </div>\\\\n                                </div>\\\\n                            </div>\\\\n                        </div>\\\\n                    </a>\\\\n                </div>\\\\n            @endforeach\\\\n        </div>\\\\n        <div>\\\\n            {{ $products->links() }}\\\\n        </div>\\\\n        @else\\\\n        <div style=\\\\\\\"margin: auto;\\\\\\\">\\\\n            <h3>No Products Found</h3>\\\\n        </div>\\\\n        @endif\\\\n    </div>\\\\n</div>\\\",\\\"about_us_template\\\":\\\"<div class=\\\\\\\"u-aboutus-container\\\\\\\"> <div class=\\\\\\\"u-aboutus-row\\\\\\\"> {!! $aboutus !!} </div></div>\\\",\\\"policy_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">{!! $policy !!}</div>\\\\n</div>\\\",\\\"contact_us_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-left-cell u-size-30 u-layout-cell-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-container-layout-10\\\\\\\">\\\\n                <h2 class=\\\\\\\"u-text u-text-grey-70 u-text-8\\\\\\\">Contact us</h2>\\\\n                <h6 class=\\\\\\\"u-text u-text-grey-50 u-text-9\\\\\\\">{{$company->brand_name}}</h6>\\\\n                @if ($parentCompany->display_vendor_location)\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10\\\\\\\">{{ $company->address_line_1 ? $company->address_line_1.\\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\" }} {{ $company->address_line_2 ? $company->address_line_2 : \\\\\\\"\\\\\\\" }} <br>\\\\n                    {{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}                                        \\\\n                    </p>\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                @endif\\\\n                <div class=\\\\\\\"u-social-icons u-spacing-20 u-social-icons-1\\\\\\\">\\\\n                @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-facebook u-social-icon u-icon-2\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-50ee\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-50ee\\\\\\\"><path d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-twitter u-icon-3\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-d346\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-d346\\\\\\\"><path d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-instagram u-icon-4\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-dd2a\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-dd2a\\\\\\\"><path d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path><path d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path><path d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif                \\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-30 u-layout-cell-2\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-valign-middle u-container-layout-11\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-form u-form-2\\\\\\\">\\\\n                <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.contact\\\\\\\") }}\\\\\\\" id=\\\\\\\"st_vendor_contact_form\\\\\\\" method=\\\\\\\"POST\\\\\\\" class=\\\\\\\"u-clearfix u-form-spacing-24 u-form-vertical u-inner-form\\\\\\\" style=\\\\\\\"padding: 24px;\\\\\\\" source=\\\\\\\"custom\\\\\\\" name=\\\\\\\"form\\\\\\\">\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$shop->id}}\\\\\\\" name=\\\\\\\"shop_id\\\\\\\" >\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\" name=\\\\\\\"company_id\\\\\\\" >\\\\n                    <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_name\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Name</label>\\\\n                        <input type=\\\\\\\"text\\\\\\\" placeholder=\\\\\\\"Enter your Name\\\\\\\" id=\\\\\\\"st_contact_form_name\\\\\\\" name=\\\\\\\"name\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-4\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-email u-form-group\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_email\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Email</label>\\\\n                        <input type=\\\\\\\"email\\\\\\\" placeholder=\\\\\\\"Enter a valid email address\\\\\\\" id=\\\\\\\"st_contact_form_email\\\\\\\" name=\\\\\\\"email\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-5\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-group u-form-message\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_message\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Message</label>\\\\n                        <textarea placeholder=\\\\\\\"Enter your message\\\\\\\" rows=\\\\\\\"4\\\\\\\" cols=\\\\\\\"50\\\\\\\" id=\\\\\\\"st_contact_form_message\\\\\\\" name=\\\\\\\"message\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-6\\\\\\\" required=\\\\\\\"\\\\\\\"></textarea>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-form-group u-form-submit\\\\\\\">       \\\\n                        <input type=\\\\\\\"submit\\\\\\\" value=\\\\\\\"submit\\\\\\\" class=\\\\\\\"u-form-control\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-send-message u-form-send-success\\\\\\\"> Thank you! Your message has been sent. </div>\\\\n                    <div class=\\\\\\\"u-form-send-error u-form-send-message\\\\\\\"> Unable to send your message. Please fix errors then try again. </div>\\\\n                </form>\\\\n            </div>\\\\n    </div>\\\\n        </div>\\\\n    </div>\\\\n</div>\\\"},\\\"unpublished_theme1_template\\\":{\\\"main_page_template\\\":\\\"<div id=\\\\\\\"vendor-detail-page\\\\\\\">\\\\n    <input type=\\\\\\\"hidden\\\\\\\" id=\\\\\\\"company_id\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\">\\\\n    @if ($company->banner_link)\\\\n    <section class=\\\\\\\"u-clearfix u-section-1 bck-banner-img\\\\\\\" id=\\\\\\\"sec-44b5\\\\\\\" style=\\\\\\\"background-image: url({{$company->banner_link}});\\\\\\\">\\\\n    </section>\\\\n    @endif\\\\n    <div class=\\\\\\\"u-clearfix u-sheet u-valign-middle u-sheet-1\\\\\\\" style=\\\\\\\"min-height: 250px;\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-expanded-width u-gutter-0 u-layout-wrap u-layout-wrap-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-layout\\\\\\\">\\\\n                <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n                    <div class=\\\\\\\"u-align-center u-container-style u-layout-cell u-left-cell u-size-23 u-layout-cell-1\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\" style=\\\\\\\"height:max-content; display: flex; flex-direction: column; align-items: center; padding-right: 4rem; padding-top: 1.5rem;\\\\\\\">\\\\n                            <img alt=\\\\\\\"{{$company->title}}\\\\\\\" class=\\\\\\\"u-image u-image-circle\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\" data-image-width=\\\\\\\"150\\\\\\\" data-image-height=\\\\\\\"150\\\\\\\" style=\\\\\\\"width: 80%;\\\\\\\">\\\\n                            </img>\\\\n                             <div class=\\\\\\\"social-media-links\\\\\\\">\\\\n                            @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                            <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\">\\\\n                                    <svg class=\\\\\\\"u-svg-content\\\\\\\"  x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-0214\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#3B5998\\\\\\\" d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\">\\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-3589\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#55ACEE\\\\\\\" d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\">        \\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-d986\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                        </div>\\\\n                            @if ($parentCompany->display_vendor_location)\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-1\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}\\\\n                            </p>\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                            @endif\\\\n                        </div>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n                            <h2 style=\\\\\\\"margin-bottom: 0;\\\\\\\" class=\\\\\\\"u-text\\\\\\\">{{$company->brand_name}}</h2>\\\\n                            <p class=\\\\\\\"u-text u-text-3\\\\\\\">\\\\n                                {!! $company->about_us !!}\\\\n                            </p>\\\\n                        </div>\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </div>\\\\n    \\\\n    {{-- Tabs --}}\\\\n    <section class=\\\\\\\"u-align-center u-clearfix u-section-2\\\\\\\" id=\\\\\\\"carousel_37bc\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-tab-links-align-justify u-tabs u-tabs-1\\\\\\\" id=\\\\\\\"u-tabs\\\\\\\">\\\\n                <ul class=\\\\\\\"u-tab-list u-unstyled\\\\\\\" role=\\\\\\\"tablist\\\\\\\">\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_products_tab)\\\\n                    <li class=\\\\\\\"u-tab-item\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"active u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-1\\\\\\\" id=\\\\\\\"link-tab-products\\\\\\\" href=\\\\\\\"#tab-products\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-products\\\\\\\" aria-selected=\\\\\\\"true\\\\\\\">Products</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_policy_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-2\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-2\\\\\\\" id=\\\\\\\"link-tab-policy\\\\\\\" href=\\\\\\\"#tab-policy\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-policy\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Policy</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_about_us_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-aboutus\\\\\\\" href=\\\\\\\"#tab-aboutus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-aboutus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">About Us<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_events_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\"\\\\n                             id=\\\\\\\"link-tab-events\\\\\\\" href=\\\\\\\"#tab-events\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-events\\\\\\\"\\\\n                              aria-selected=\\\\\\\"false\\\\\\\">Events<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_contact_us_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-contactus\\\\\\\" href=\\\\\\\"#tab-contactus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-contactus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Contact Us<br>\\\\n                        </a>\\\\n                    </li>\\\\n                    @endif\\\\n                </ul>\\\\n                <div class=\\\\\\\"u-tab-content\\\\\\\">\\\\n                    <div class=\\\\\\\"u-container-style u-tab-active u-tab-pane u-white u-tab-pane-1\\\\\\\" id=\\\\\\\"tab-products\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-products\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-container-style u-tab-pane u-white u-tab-pane-2\\\\\\\" id=\\\\\\\"tab-policy\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-policy\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-aboutus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-aboutus\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-events\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-events\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white u-tab-pane-5\\\\\\\" id=\\\\\\\"tab-contactus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-contactus\\\\\\\">\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </section>\\\\n</div>\\\",\\\"product_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\">\\\\n    <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n        <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.details\\\\\\\", [\\\\\\\"shopDomain\\\\\\\" => $shop->shopify_domain,\\\\n        \\\\\\\"vendorTitle\\\\\\\"=>$vendorTitle, \\\\\\\"action\\\\\\\"=>\\\\\\\"products\\\\\\\"]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" id=\\\\\\\"search_product_form\\\\\\\"\\\\n        class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\"\\\\n        source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: left;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n                <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search Product\\\\\\\" id=\\\\\\\"st_search_product\\\\\\\" name=\\\\\\\"search_product\\\\\\\"\\\\n                class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n                <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$tags}}\\\\\\\" id=\\\\\\\"st_search_product_by_tag\\\\\\\" name=\\\\\\\"search_product_by_tag\\\\\\\">\\\\n            </div>\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: right;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control u-label\\\\\\\" style=\\\\\\\"margin-left: auto;\\\\\\\">Sort By</label>\\\\n                <select name=\\\\\\\"sort_by\\\\\\\" id=\\\\\\\"st_product_list_sort_by\\\\\\\" class=\\\\\\\"filters-toolbar__input\\\\\\\" aria-describedby=\\\\\\\"a11y-refresh-page-message \\\\n                a11y-selection-message\\\\\\\" data-default-sortby=\\\\\\\"title-descending\\\\\\\">\\\\n                    <option value=\\\\\\\"title-ascending\\\\\\\" {{$orderBy == \\\\\\\"title-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, A-Z</option>\\\\n                    <option value=\\\\\\\"title-descending\\\\\\\" {{$orderBy == \\\\\\\"title-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, Z-A</option>\\\\n                    <option value=\\\\\\\"price-ascending\\\\\\\" {{$orderBy == \\\\\\\"price-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price , Low To High</option>\\\\n                    <option value=\\\\\\\"price-descending\\\\\\\" {{$orderBy == \\\\\\\"price-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price, High To Low</option>\\\\n                    <option value=\\\\\\\"best-selling\\\\\\\" {{$orderBy == \\\\\\\"best-selling\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Best Selling</option>\\\\n                    <option value=\\\\\\\"date-ascending\\\\\\\" {{$orderBy == \\\\\\\"date-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, New To Old</option>\\\\n                    <option value=\\\\\\\"date-descending\\\\\\\" {{$orderBy == \\\\\\\"date-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, Old To New</option>\\\\n                </select>\\\\n            </div>\\\\n            <div style=\\\\\\\"clear: both;\\\\\\\"></div>\\\\n        </form>\\\\n    </div>\\\\n    <div class=\\\\\\\"u-products u-products-1\\\\\\\">\\\\n        <div class=\\\\\\\"loader hide\\\\\\\"></div>\\\\n        @if ($products && sizeof($products) > 0)\\\\n        <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n            @foreach($products as $product)\\\\n                <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                    <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/products/{{$product->handle}}\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2\\\\\\\">\\\\n                            <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1\\\\\\\" \\\\n                            src=\\\\\\\"{{$product->image}}\\\\\\\">\\\\n                            @if($parentCompany->handle_out_of_stock_products == \\\\\\\"list_out_of_stock_products_with_out_of_stock_label\\\\\\\" && $product->isOutOfStock())\\\\n                                <p class=\\\\\\\"hidden-text u-out-of-stock-text\\\\\\\">OUT OF STOCK</p>\\\\n                            @endif\\\\n\\\\n                            <div class=\\\\\\\"u-product-control u-product-price u-product-price-1\\\\\\\">\\\\n                                <div class=\\\\\\\"u-price-wrapper u-spacing-10\\\\\\\">\\\\n                                    <div class=\\\\\\\"u-price u-text-palette-2-base\\\\\\\" style=\\\\\\\"font-weight: 700;\\\\\\\">\\\\n                                        <p class=\\\\\\\"u-product-title text-muted\\\\\\\" style=\\\\\\\"text-decoration: none;\\\\\\\">\\\\n                                            {{$product->title}}\\\\n                                        </p>\\\\n                                        @if($product->has_only_default_variant)\\\\n                                        {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                         $product->shop->currency}} \\\\n                                        {{$product->lowestPricedVariant->first() ? $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\"}}\\\\n                                        @else\\\\n                                        From: {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                        $product->shop->currency}} {{ $product->lowestPricedVariant->first() ?\\\\n                                        $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\" }}\\\\n                                        @endif\\\\n                                    </div>\\\\n                                </div>\\\\n                            </div>\\\\n                        </div>\\\\n                    </a>\\\\n                </div>\\\\n            @endforeach\\\\n        </div>\\\\n        <div>\\\\n            {{ $products->links() }}\\\\n        </div>\\\\n        @else\\\\n        <div style=\\\\\\\"margin: auto;\\\\\\\">\\\\n            <h3>No Products Found</h3>\\\\n        </div>\\\\n        @endif\\\\n    </div>\\\\n</div>\\\",\\\"about_us_template\\\":\\\"<div class=\\\\\\\"u-aboutus-container\\\\\\\"> <div class=\\\\\\\"u-aboutus-row\\\\\\\"> {!! $aboutus !!} </div></div>\\\",\\\"policy_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">{!! $policy !!}</div>\\\\n</div>\\\",\\\"contact_us_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-left-cell u-size-30 u-layout-cell-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-container-layout-10\\\\\\\">\\\\n                <h2 class=\\\\\\\"u-text u-text-grey-70 u-text-8\\\\\\\">Contact us</h2>\\\\n                <h6 class=\\\\\\\"u-text u-text-grey-50 u-text-9\\\\\\\">{{$company->brand_name}}</h6>\\\\n                @if ($parentCompany->display_vendor_location)\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10\\\\\\\">{{ $company->address_line_1 ? $company->address_line_1.\\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\" }} {{ $company->address_line_2 ? $company->address_line_2 : \\\\\\\"\\\\\\\" }} <br>\\\\n                    {{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}                                        \\\\n                    </p>\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                @endif\\\\n                <div class=\\\\\\\"u-social-icons u-spacing-20 u-social-icons-1\\\\\\\">\\\\n                @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-facebook u-social-icon u-icon-2\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-50ee\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-50ee\\\\\\\"><path d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-twitter u-icon-3\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-d346\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-d346\\\\\\\"><path d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-instagram u-icon-4\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-dd2a\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-dd2a\\\\\\\"><path d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path><path d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path><path d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif                \\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-30 u-layout-cell-2\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-valign-middle u-container-layout-11\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-form u-form-2\\\\\\\">\\\\n                <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.contact\\\\\\\") }}\\\\\\\" id=\\\\\\\"st_vendor_contact_form\\\\\\\" method=\\\\\\\"POST\\\\\\\" class=\\\\\\\"u-clearfix u-form-spacing-24 u-form-vertical u-inner-form\\\\\\\" style=\\\\\\\"padding: 24px;\\\\\\\" source=\\\\\\\"custom\\\\\\\" name=\\\\\\\"form\\\\\\\">\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$shop->id}}\\\\\\\" name=\\\\\\\"shop_id\\\\\\\" >\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\" name=\\\\\\\"company_id\\\\\\\" >\\\\n                    <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_name\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Name</label>\\\\n                        <input type=\\\\\\\"text\\\\\\\" placeholder=\\\\\\\"Enter your Name\\\\\\\" id=\\\\\\\"st_contact_form_name\\\\\\\" name=\\\\\\\"name\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-4\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-email u-form-group\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_email\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Email</label>\\\\n                        <input type=\\\\\\\"email\\\\\\\" placeholder=\\\\\\\"Enter a valid email address\\\\\\\" id=\\\\\\\"st_contact_form_email\\\\\\\" name=\\\\\\\"email\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-5\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-group u-form-message\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_message\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Message</label>\\\\n                        <textarea placeholder=\\\\\\\"Enter your message\\\\\\\" rows=\\\\\\\"4\\\\\\\" cols=\\\\\\\"50\\\\\\\" id=\\\\\\\"st_contact_form_message\\\\\\\" name=\\\\\\\"message\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-6\\\\\\\" required=\\\\\\\"\\\\\\\"></textarea>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-form-group u-form-submit\\\\\\\">       \\\\n                        <input type=\\\\\\\"submit\\\\\\\" value=\\\\\\\"submit\\\\\\\" class=\\\\\\\"u-form-control\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-send-message u-form-send-success\\\\\\\"> Thank you! Your message has been sent. </div>\\\\n                    <div class=\\\\\\\"u-form-send-error u-form-send-message\\\\\\\"> Unable to send your message. Please fix errors then try again. </div>\\\\n                </form>\\\\n            </div>\\\\n    </div>\\\\n        </div>\\\\n    </div>\\\\n</div>\\\"},\\\"published_theme1_css\\\":null,\\\"unpublished_theme1_css\\\":null,\\\"published_vendor_list_template\\\":\\\"<div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2 u-section-2\\\\\\\">\\\\n    <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n      <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n        <h1 class=\\\\\\\"u-text u-text-default u-text-1\\\\\\\">{{$parentCompany->name_of_the_vendor_listing_page}}</h1>\\\\n        <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n          <form id=\\\\\\\"vendor_search_form\\\\\\\" action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.list\\\\\\\", [\\\\\\\"shop\\\\\\\" => $shop->shopify_domain]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\" source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n              <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n              <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search\\\\\\\" id=\\\\\\\"search_vendor\\\\\\\" name=\\\\\\\"search_vendor\\\\\\\" class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n            </div>\\\\n          </form>\\\\n        </div>\\\\n        <div class=\\\\\\\"loader\\\\\\\" ></div>\\\\n        <div class=\\\\\\\"u-container-layout-2 u-container-layout-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-products u-products-1\\\\\\\">                \\\\n                <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n                    @foreach($companies as $company)\\\\n                      <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2 container\\\\\\\">\\\\n                                  <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1 image-hover\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\">\\\\n                                  <h1 class=\\\\\\\"u-align-center u-product-control u-text u-text-1\\\\\\\">\\\\n                                      <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                                          {{$company->title}}\\\\n                                      </a>\\\\n                                      @if ($parentCompany->display_vendor_category && $company->vendor_category != \\\\\\\"\\\\\\\")\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->vendor_category}} </p>\\\\n                                      @endif\\\\n                                      @if ($parentCompany->display_vendor_location)\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}</p>\\\\n                                      @endif\\\\n                                  </h1>\\\\n                              </div>\\\\n                          </a>\\\\n                          @if ($parentCompany->display_vendor_short_description)\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"st-middle\\\\\\\">\\\\n                                  <div class=\\\\\\\"short-description st-white-text-overlay\\\\\\\" style=\\\\\\\"height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.4);\\\\\\\">\\\\n                                      {!! $company->short_description !!}\\\\n                                  </div>\\\\n                              </div>\\\\n                          </a>\\\\n                          @endif\\\\n                      </div>\\\\n                    @endforeach\\\\n                </div>\\\\n                <div>\\\\n                  {{ $companies->links() }}\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n      </div>\\\\n    </div>\\\\n  </div>\\\",\\\"unpublished_vendor_list_template\\\":\\\"<div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2 u-section-2\\\\\\\">\\\\n    <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n      <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n        <h1 class=\\\\\\\"u-text u-text-default u-text-1\\\\\\\">{{$parentCompany->name_of_the_vendor_listing_page}}</h1>\\\\n        <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n          <form id=\\\\\\\"vendor_search_form\\\\\\\" action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.list\\\\\\\", [\\\\\\\"shop\\\\\\\" => $shop->shopify_domain]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\" source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n              <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n              <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search\\\\\\\" id=\\\\\\\"search_vendor\\\\\\\" name=\\\\\\\"search_vendor\\\\\\\" class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n            </div>\\\\n          </form>\\\\n        </div>\\\\n        <div class=\\\\\\\"loader\\\\\\\" ></div>\\\\n        <div class=\\\\\\\"u-container-layout-2 u-container-layout-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-products u-products-1\\\\\\\">                \\\\n                <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n                    @foreach($companies as $company)\\\\n                      <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2 container\\\\\\\">\\\\n                                  <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1 image-hover\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\">\\\\n                                  <h1 class=\\\\\\\"u-align-center u-product-control u-text u-text-1\\\\\\\">\\\\n                                      <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                                          {{$company->title}}\\\\n                                      </a>\\\\n                                      @if ($parentCompany->display_vendor_category && $company->vendor_category != \\\\\\\"\\\\\\\")\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->vendor_category}} </p>\\\\n                                      @endif\\\\n                                      @if ($parentCompany->display_vendor_location)\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}</p>\\\\n                                      @endif\\\\n                                  </h1>\\\\n                              </div>\\\\n                          </a>\\\\n                          @if ($parentCompany->display_vendor_short_description)\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"st-middle\\\\\\\">\\\\n                                  <div class=\\\\\\\"short-description st-white-text-overlay\\\\\\\" style=\\\\\\\"height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.4);\\\\\\\">\\\\n                                      {!! $company->short_description !!}\\\\n                                  </div>\\\\n                              </div>\\\\n                          </a>\\\\n                          @endif\\\\n                      </div>\\\\n                    @endforeach\\\\n                </div>\\\\n                <div>\\\\n                  {{ $companies->links() }}\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n      </div>\\\\n    </div>\\\\n  </div>\\\",\\\"publish_pending\\\":false}\",\"published_and_unpublished_theme1_code_last_version\":\"{\\\"published_theme1_css\\\":null,\\\"published_theme1_template\\\":{\\\"main_page_template\\\":\\\"<div id=\\\\\\\"vendor-detail-page\\\\\\\">\\\\n    <input type=\\\\\\\"hidden\\\\\\\" id=\\\\\\\"company_id\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\">\\\\n    @if ($company->banner_link)\\\\n    <section class=\\\\\\\"u-clearfix u-section-1 bck-banner-img\\\\\\\" id=\\\\\\\"sec-44b5\\\\\\\" style=\\\\\\\"background-image: url({{$company->banner_link}});\\\\\\\">\\\\n    </section>\\\\n    @endif\\\\n    <div class=\\\\\\\"u-clearfix u-sheet u-valign-middle u-sheet-1\\\\\\\" style=\\\\\\\"min-height: 250px;\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-expanded-width u-gutter-0 u-layout-wrap u-layout-wrap-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-layout\\\\\\\">\\\\n                <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n                    <div class=\\\\\\\"u-align-center u-container-style u-layout-cell u-left-cell u-size-23 u-layout-cell-1\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\" style=\\\\\\\"height:max-content; display: flex; flex-direction: column; align-items: center; padding-right: 4rem; padding-top: 1.5rem;\\\\\\\">\\\\n                            <img alt=\\\\\\\"{{$company->title}}\\\\\\\" class=\\\\\\\"u-image u-image-circle\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\" data-image-width=\\\\\\\"150\\\\\\\" data-image-height=\\\\\\\"150\\\\\\\" style=\\\\\\\"width: 80%;\\\\\\\">\\\\n                            </img>\\\\n                             <div class=\\\\\\\"social-media-links\\\\\\\">\\\\n                            @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                            <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\">\\\\n                                    <svg class=\\\\\\\"u-svg-content\\\\\\\"  x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-0214\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#3B5998\\\\\\\" d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\">\\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-3589\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#55ACEE\\\\\\\" d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\">        \\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-d986\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                        </div>\\\\n                            @if ($parentCompany->display_vendor_location)\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-1\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}\\\\n                            </p>\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                            @endif\\\\n                        </div>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n                            <h2 style=\\\\\\\"margin-bottom: 0;\\\\\\\" class=\\\\\\\"u-text\\\\\\\">{{$company->brand_name}}</h2>\\\\n                            <p class=\\\\\\\"u-text u-text-3\\\\\\\">\\\\n                                {!! $company->about_us !!}\\\\n                            </p>\\\\n                        </div>\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </div>\\\\n    \\\\n    {{-- Tabs --}}\\\\n    <section class=\\\\\\\"u-align-center u-clearfix u-section-2\\\\\\\" id=\\\\\\\"carousel_37bc\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-tab-links-align-justify u-tabs u-tabs-1\\\\\\\" id=\\\\\\\"u-tabs\\\\\\\">\\\\n                <ul class=\\\\\\\"u-tab-list u-unstyled\\\\\\\" role=\\\\\\\"tablist\\\\\\\">\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_products_tab)\\\\n                    <li class=\\\\\\\"u-tab-item\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"active u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-1\\\\\\\" id=\\\\\\\"link-tab-products\\\\\\\" href=\\\\\\\"#tab-products\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-products\\\\\\\" aria-selected=\\\\\\\"true\\\\\\\">Products</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_policy_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-2\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-2\\\\\\\" id=\\\\\\\"link-tab-policy\\\\\\\" href=\\\\\\\"#tab-policy\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-policy\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Policy</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_about_us_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-aboutus\\\\\\\" href=\\\\\\\"#tab-aboutus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-aboutus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">About Us<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_events_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\"\\\\n                             id=\\\\\\\"link-tab-events\\\\\\\" href=\\\\\\\"#tab-events\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-events\\\\\\\"\\\\n                              aria-selected=\\\\\\\"false\\\\\\\">Events<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_contact_us_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-contactus\\\\\\\" href=\\\\\\\"#tab-contactus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-contactus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Contact Us<br>\\\\n                        </a>\\\\n                    </li>\\\\n                    @endif\\\\n                </ul>\\\\n                <div class=\\\\\\\"u-tab-content\\\\\\\">\\\\n                    <div class=\\\\\\\"u-container-style u-tab-active u-tab-pane u-white u-tab-pane-1\\\\\\\" id=\\\\\\\"tab-products\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-products\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-container-style u-tab-pane u-white u-tab-pane-2\\\\\\\" id=\\\\\\\"tab-policy\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-policy\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-aboutus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-aboutus\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-events\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-events\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white u-tab-pane-5\\\\\\\" id=\\\\\\\"tab-contactus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-contactus\\\\\\\">\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </section>\\\\n</div>\\\",\\\"product_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\">\\\\n    <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n        <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.details\\\\\\\", [\\\\\\\"shopDomain\\\\\\\" => $shop->shopify_domain,\\\\n        \\\\\\\"vendorTitle\\\\\\\"=>$vendorTitle, \\\\\\\"action\\\\\\\"=>\\\\\\\"products\\\\\\\"]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" id=\\\\\\\"search_product_form\\\\\\\"\\\\n        class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\"\\\\n        source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: left;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n                <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search Product\\\\\\\" id=\\\\\\\"st_search_product\\\\\\\" name=\\\\\\\"search_product\\\\\\\"\\\\n                class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n                <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$tags}}\\\\\\\" id=\\\\\\\"st_search_product_by_tag\\\\\\\" name=\\\\\\\"search_product_by_tag\\\\\\\">\\\\n            </div>\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: right;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control u-label\\\\\\\" style=\\\\\\\"margin-left: auto;\\\\\\\">Sort By</label>\\\\n                <select name=\\\\\\\"sort_by\\\\\\\" id=\\\\\\\"st_product_list_sort_by\\\\\\\" class=\\\\\\\"filters-toolbar__input\\\\\\\" aria-describedby=\\\\\\\"a11y-refresh-page-message \\\\n                a11y-selection-message\\\\\\\" data-default-sortby=\\\\\\\"title-descending\\\\\\\">\\\\n                    <option value=\\\\\\\"title-ascending\\\\\\\" {{$orderBy == \\\\\\\"title-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, A-Z</option>\\\\n                    <option value=\\\\\\\"title-descending\\\\\\\" {{$orderBy == \\\\\\\"title-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, Z-A</option>\\\\n                    <option value=\\\\\\\"price-ascending\\\\\\\" {{$orderBy == \\\\\\\"price-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price , Low To High</option>\\\\n                    <option value=\\\\\\\"price-descending\\\\\\\" {{$orderBy == \\\\\\\"price-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price, High To Low</option>\\\\n                    <option value=\\\\\\\"best-selling\\\\\\\" {{$orderBy == \\\\\\\"best-selling\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Best Selling</option>\\\\n                    <option value=\\\\\\\"date-ascending\\\\\\\" {{$orderBy == \\\\\\\"date-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, New To Old</option>\\\\n                    <option value=\\\\\\\"date-descending\\\\\\\" {{$orderBy == \\\\\\\"date-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, Old To New</option>\\\\n                </select>\\\\n            </div>\\\\n            <div style=\\\\\\\"clear: both;\\\\\\\"></div>\\\\n        </form>\\\\n    </div>\\\\n    <div class=\\\\\\\"u-products u-products-1\\\\\\\">\\\\n        <div class=\\\\\\\"loader hide\\\\\\\"></div>\\\\n        @if ($products && sizeof($products) > 0)\\\\n        <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n            @foreach($products as $product)\\\\n                <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                    <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/products/{{$product->handle}}\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2\\\\\\\">\\\\n                            <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1\\\\\\\" \\\\n                            src=\\\\\\\"{{$product->image}}\\\\\\\">\\\\n                            @if($parentCompany->handle_out_of_stock_products == \\\\\\\"list_out_of_stock_products_with_out_of_stock_label\\\\\\\" && $product->isOutOfStock())\\\\n                                <p class=\\\\\\\"hidden-text u-out-of-stock-text\\\\\\\">OUT OF STOCK</p>\\\\n                            @endif\\\\n\\\\n                            <div class=\\\\\\\"u-product-control u-product-price u-product-price-1\\\\\\\">\\\\n                                <div class=\\\\\\\"u-price-wrapper u-spacing-10\\\\\\\">\\\\n                                    <div class=\\\\\\\"u-price u-text-palette-2-base\\\\\\\" style=\\\\\\\"font-weight: 700;\\\\\\\">\\\\n                                        <p class=\\\\\\\"u-product-title text-muted\\\\\\\" style=\\\\\\\"text-decoration: none;\\\\\\\">\\\\n                                            {{$product->title}}\\\\n                                        </p>\\\\n                                        @if($product->has_only_default_variant)\\\\n                                        {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                         $product->shop->currency}} \\\\n                                        {{$product->lowestPricedVariant->first() ? $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\"}}\\\\n                                        @else\\\\n                                        From: {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                        $product->shop->currency}} {{ $product->lowestPricedVariant->first() ?\\\\n                                        $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\" }}\\\\n                                        @endif\\\\n                                    </div>\\\\n                                </div>\\\\n                            </div>\\\\n                        </div>\\\\n                    </a>\\\\n                </div>\\\\n            @endforeach\\\\n        </div>\\\\n        <div>\\\\n            {{ $products->links() }}\\\\n        </div>\\\\n        @else\\\\n        <div style=\\\\\\\"margin: auto;\\\\\\\">\\\\n            <h3>No Products Found</h3>\\\\n        </div>\\\\n        @endif\\\\n    </div>\\\\n</div>\\\",\\\"about_us_template\\\":\\\"<div class=\\\\\\\"u-aboutus-container\\\\\\\"> <div class=\\\\\\\"u-aboutus-row\\\\\\\"> {!! $aboutus !!} </div></div>\\\",\\\"policy_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">{!! $policy !!}</div>\\\\n</div>\\\",\\\"contact_us_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-left-cell u-size-30 u-layout-cell-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-container-layout-10\\\\\\\">\\\\n                <h2 class=\\\\\\\"u-text u-text-grey-70 u-text-8\\\\\\\">Contact us</h2>\\\\n                <h6 class=\\\\\\\"u-text u-text-grey-50 u-text-9\\\\\\\">{{$company->brand_name}}</h6>\\\\n                @if ($parentCompany->display_vendor_location)\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10\\\\\\\">{{ $company->address_line_1 ? $company->address_line_1.\\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\" }} {{ $company->address_line_2 ? $company->address_line_2 : \\\\\\\"\\\\\\\" }} <br>\\\\n                    {{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}                                        \\\\n                    </p>\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                @endif\\\\n                <div class=\\\\\\\"u-social-icons u-spacing-20 u-social-icons-1\\\\\\\">\\\\n                @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-facebook u-social-icon u-icon-2\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-50ee\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-50ee\\\\\\\"><path d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-twitter u-icon-3\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-d346\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-d346\\\\\\\"><path d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-instagram u-icon-4\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-dd2a\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-dd2a\\\\\\\"><path d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path><path d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path><path d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif                \\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-30 u-layout-cell-2\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-valign-middle u-container-layout-11\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-form u-form-2\\\\\\\">\\\\n                <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.contact\\\\\\\") }}\\\\\\\" id=\\\\\\\"st_vendor_contact_form\\\\\\\" method=\\\\\\\"POST\\\\\\\" class=\\\\\\\"u-clearfix u-form-spacing-24 u-form-vertical u-inner-form\\\\\\\" style=\\\\\\\"padding: 24px;\\\\\\\" source=\\\\\\\"custom\\\\\\\" name=\\\\\\\"form\\\\\\\">\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$shop->id}}\\\\\\\" name=\\\\\\\"shop_id\\\\\\\" >\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\" name=\\\\\\\"company_id\\\\\\\" >\\\\n                    <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_name\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Name</label>\\\\n                        <input type=\\\\\\\"text\\\\\\\" placeholder=\\\\\\\"Enter your Name\\\\\\\" id=\\\\\\\"st_contact_form_name\\\\\\\" name=\\\\\\\"name\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-4\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-email u-form-group\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_email\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Email</label>\\\\n                        <input type=\\\\\\\"email\\\\\\\" placeholder=\\\\\\\"Enter a valid email address\\\\\\\" id=\\\\\\\"st_contact_form_email\\\\\\\" name=\\\\\\\"email\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-5\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-group u-form-message\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_message\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Message</label>\\\\n                        <textarea placeholder=\\\\\\\"Enter your message\\\\\\\" rows=\\\\\\\"4\\\\\\\" cols=\\\\\\\"50\\\\\\\" id=\\\\\\\"st_contact_form_message\\\\\\\" name=\\\\\\\"message\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-6\\\\\\\" required=\\\\\\\"\\\\\\\"></textarea>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-form-group u-form-submit\\\\\\\">       \\\\n                        <input type=\\\\\\\"submit\\\\\\\" value=\\\\\\\"submit\\\\\\\" class=\\\\\\\"u-form-control\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-send-message u-form-send-success\\\\\\\"> Thank you! Your message has been sent. </div>\\\\n                    <div class=\\\\\\\"u-form-send-error u-form-send-message\\\\\\\"> Unable to send your message. Please fix errors then try again. </div>\\\\n                </form>\\\\n            </div>\\\\n    </div>\\\\n        </div>\\\\n    </div>\\\\n</div>\\\"},\\\"published_vendor_list_template\\\":\\\"<div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2 u-section-2\\\\\\\">\\\\n    <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n      <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n        <h1 class=\\\\\\\"u-text u-text-default u-text-1\\\\\\\">{{$parentCompany->name_of_the_vendor_listing_page}}</h1>\\\\n        <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n          <form id=\\\\\\\"vendor_search_form\\\\\\\" action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.list\\\\\\\", [\\\\\\\"shop\\\\\\\" => $shop->shopify_domain]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\" source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n              <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n              <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search\\\\\\\" id=\\\\\\\"search_vendor\\\\\\\" name=\\\\\\\"search_vendor\\\\\\\" class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n            </div>\\\\n          </form>\\\\n        </div>\\\\n        <div class=\\\\\\\"loader\\\\\\\" ></div>\\\\n        <div class=\\\\\\\"u-container-layout-2 u-container-layout-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-products u-products-1\\\\\\\">                \\\\n                <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n                    @foreach($companies as $company)\\\\n                      <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2 container\\\\\\\">\\\\n                                  <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1 image-hover\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\">\\\\n                                  <h1 class=\\\\\\\"u-align-center u-product-control u-text u-text-1\\\\\\\">\\\\n                                      <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                                          {{$company->title}}\\\\n                                      </a>\\\\n                                      @if ($parentCompany->display_vendor_category && $company->vendor_category != \\\\\\\"\\\\\\\")\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->vendor_category}} </p>\\\\n                                      @endif\\\\n                                      @if ($parentCompany->display_vendor_location)\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}</p>\\\\n                                      @endif\\\\n                                  </h1>\\\\n                              </div>\\\\n                          </a>\\\\n                          @if ($parentCompany->display_vendor_short_description)\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"st-middle\\\\\\\">\\\\n                                  <div class=\\\\\\\"short-description st-white-text-overlay\\\\\\\" style=\\\\\\\"height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.4);\\\\\\\">\\\\n                                      {!! $company->short_description !!}\\\\n                                  </div>\\\\n                              </div>\\\\n                          </a>\\\\n                          @endif\\\\n                      </div>\\\\n                    @endforeach\\\\n                </div>\\\\n                <div>\\\\n                  {{ $companies->links() }}\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n      </div>\\\\n    </div>\\\\n  </div>\\\"}\",\"left_days_14_day_trial\":null,\"currency_country\":{\"id\":98,\"name\":\"India\",\"code\":\"IN\",\"dial_code\":\"+91\",\"currency_name\":\"Indian rupee\",\"currency_symbol\":\"Rs.\",\"currency_code\":\"INR\",\"created_at\":null,\"updated_at\":\"2020-08-19T20:32:46.000000Z\",\"name_with_symbole\":\"Indian rupee - Rs.\"}}}]\n","description":"<p>line items to be returning</p>\n","type":"text"},{"key":"pickup_address","value":"{\"zip\":\"380002\",\"city\":\"Ahmedabad\",\"name\":\"het pansara\",\"email\":\"abcd@gmail.com\",\"phone\":\"\",\"country\":\"India\",\"address1\":\"\",\"address2\":\"\",\"province\":\"Gujarat\",\"last_name\":\"pansara\",\"first_name\":\"het\",\"unique_name\":\"#2925_Madhukar\",\"country_code\":\"IN\",\"province_code\":\"GJ\",\"default_address\":{\"name\":\"het pansara\"}}","description":"<p>customer address for pickup order</p>\n","type":"text"},{"key":"shipping_address","value":"{\"name\":\"varshil-test\",\"zip\":\"380004\",\"email\":\"varshil@gmail.com\",\"city\":\"Ahmedabad\",\"phone\":\"4567891230\",\"address1\":\"shipturtle\",\"address2\":\"shipturtle\",\"province\":\"Gujarat\",\"country\":\"India\",\"province_code\":\"GJ\",\"country_code\":\"IN\"}","description":"<p>warehouse address</p>\n","type":"text"},{"key":"type_of_order","value":"return_order","description":"<p>type of order</p>\n","type":"text"},{"key":"id","value":"6578938","type":"text"},{"key":"unique_name","value":"#2925_Madhukar_Return","description":"<p>unique order name that for retirn order</p>\n","type":"text"},{"key":"return_reason","value":"undefined","description":"<p>reason for returning order</p>\n","type":"text"}]},"url":"https://api-v2.shipturtle.com/api/v1/orders/store-initiate-order","description":"<p>This HTTP POST request is used to generate a return order in the store. The request should be sent to <a href=\"https://api-v2.shipturtle.com/api/v1%5B/orders/store-initiate-order%5D(https://api.shipturtle.com/api/v1/orders/store-initiate-order)\">https://api-v2.shipturtle.com/api/v1<a href=\"https://api.shipturtle.com/api/v1/orders/store-initiate-order\">/orders/store-initiate-order</a></a> with a form-data request body. The parameters for the form-data request body are mentioned at Body form-data.</p>\n<p>Remember to include all these parameters in the form-data request body when making the POST request to initiate an order in the store.</p>\n<h3 id=\"status-code\">Status code</h3>\n<p>200 - Success / OK</p>\n<p>201 - Created</p>\n<p>202 - Accepted</p>\n<p>204 - No Content</p>\n<p>400 - Bad request</p>\n<p>401 - Unauthorized error</p>\n<p>500 - Internal server error</p>\n","urlObject":{"protocol":"https","path":["api","v1","orders","store-initiate-order"],"host":["api-v2","shipturtle","com"],"query":[],"variable":[]}},"response":[{"id":"7b4b8d6e-6fb8-4bdf-87df-8a113a85ab2d","name":"create-return-order","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"processed_at","value":"2024-01-02 00:36:21","type":"text"},{"key":"shop_id","value":"4147","type":"text"},{"key":"shipping_price","value":"0","type":"text"},{"key":"name","value":"#2925","type":"text"},{"key":"email","value":"abc@gmail.com","type":"text"},{"key":"number","value":"1925","type":"text"},{"key":"note","value":"null","type":"text"},{"key":"token","value":"c89d507eacf398fab7146f9e3b81f14e","type":"text"},{"key":"gateway","value":"manual","type":"text"},{"key":"order_id","value":"1925031522652","type":"text"},{"key":"test","value":"0","type":"text"},{"key":"line_items","value":"[{\"id\":9258755,\"variant_id\":21219938,\"title\":\"1000x10001\",\"quantity\":1,\"sku\":\"Test_11\",\"variant_title\":\"M / Blue\",\"vendor\":\"Madhukar\",\"fulfillment_service\":\"manual\",\"product_id\":8301351371055,\"requires_shipping\":1,\"taxable\":1,\"gift_card\":\"0\",\"name\":\"1000x10001 - M / Blue\",\"variant_inventory_management\":\"shopify\",\"product_exists\":1,\"fulfillable_quantity\":1,\"grams\":0,\"price\":100,\"total_discount\":0,\"fulfillment_status\":null,\"tax_lines\":[{\"rate\":0.11,\"price\":\"11.00\",\"title\":\"IGST\",\"price_set\":{\"shop_money\":{\"amount\":\"11.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"11.00\",\"currency_code\":\"INR\"}},\"channel_liable\":false}],\"total_discount_set\":\"{\\\"shop_money\\\":{\\\"amount\\\":\\\"0.00\\\",\\\"currency_code\\\":\\\"INR\\\"},\\\"presentment_money\\\":{\\\"amount\\\":\\\"0.00\\\",\\\"currency_code\\\":\\\"INR\\\"}}\",\"price_set\":\"\\\"{\\\\\\\"shop_money\\\\\\\":{\\\\\\\"amount\\\\\\\":\\\\\\\"100.00\\\\\\\",\\\\\\\"currency_code\\\\\\\":\\\\\\\"INR\\\\\\\"},\\\\\\\"presentment_money\\\\\\\":{\\\\\\\"amount\\\\\\\":\\\\\\\"100.00\\\\\\\",\\\\\\\"currency_code\\\\\\\":\\\\\\\"INR\\\\\\\"}}\\\"\",\"vendor_id\":null,\"vendor_order_id\":6578938,\"order_id\":1925031522652,\"status\":null,\"awb\":null,\"status_sequence\":null,\"shipping_label\":null,\"admin_graphql_api_id\":null,\"discount_allocations\":null,\"properties\":[],\"origin_location\":null,\"created_at\":\"2023-12-26T13:01:50.000000Z\",\"updated_at\":\"2023-12-26T13:01:51.000000Z\",\"deleted_at\":null,\"line_item_id\":4417178658515,\"tax_percentage\":0.11,\"total_value_excluding_tax\":0,\"cost_price\":0,\"order_discount\":0,\"purchase_price\":0,\"company_id\":212739,\"shipping_price\":\"0\",\"shop_id\":4147,\"total_tax\":11,\"shipping_tax\":\"0\",\"tax_id\":null,\"value\":\"100\",\"channel\":null,\"tax_value\":\"0\",\"o_line_price\":\"100\",\"o_line_discount\":\"0\",\"o_line_taxable_value\":\"100\",\"o_line_tax_value\":\"11\",\"o_line_total_value\":\"111\",\"tax_information\":[{\"rate\":0.11,\"price\":\"11.00\",\"title\":\"IGST\",\"price_set\":{\"shop_money\":{\"amount\":\"11.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"11.00\",\"currency_code\":\"INR\"}},\"channel_liable\":false}],\"provider_id\":14355097485615,\"fulfilled_quantity\":0,\"billable_quantity\":1,\"fulfillment_order_id\":6547221545263,\"fulfillment_lineitem_id\":14495304843567,\"product_meta_data\":null,\"variant_meta_data\":null,\"fulfillment_id\":null,\"total_outstanding\":111,\"total_value_including_tax\":111,\"taxable_price\":100,\"line_item_tax\":11,\"sku_barcode\":\"Test_11</br>210302 439280\",\"variant\":{\"id\":21219938,\"barcode\":\"210302 439280\",\"tax_id\":null,\"actual_product_weight\":\"0\",\"grams\":\"0\",\"image\":null,\"channel_id\":\"45087029854511\",\"company_id\":212739,\"product_id\":7552686,\"option1\":\"M\",\"option2\":\"Blue\",\"option3\":null,\"sku\":\"Test_11\",\"title\":\"M / Blue\",\"image_link\":null,\"overridden_commission_level\":\"global\",\"overridden_commission\":\"15\",\"overridden_fixed_commission\":10,\"file_history\":null,\"tax\":null,\"product\":{\"id\":7552686,\"title\":\"1000x10001\",\"body_html\":\"\",\"vendor\":\"Madhukar\",\"product_type\":{\"id\":134846,\"channel\":\"shopify\",\"shop_id\":4147,\"title\":\"Test_13\",\"commission\":null,\"created_at\":\"2023-10-07T08:23:58.000000Z\",\"updated_at\":\"2023-10-07T08:23:58.000000Z\",\"fixed_commission\":0,\"override_commission\":false,\"overridden_commission_level\":\"global\",\"overridden_commission\":\"15\",\"overridden_fixed_commission\":10,\"global_commission_level\":\"global\",\"global_commission\":\"15\",\"global_fixed_commission\":10},\"handle\":\"1000x10001\",\"published_at\":null,\"template_suffix\":null,\"tags\":\"Test_1\",\"published_scope\":null,\"admin_graphql_api_id\":\"gid://shopify/Product/8301351371055\",\"image\":null,\"created_at\":\"2023-10-07T08:23:57.000000Z\",\"updated_at\":\"2023-12-26T13:01:54.000000Z\",\"deleted_at\":null,\"vendor_id\":212739,\"provider\":null,\"company_id\":212739,\"channel_id\":\"8301351371055\",\"store_id\":null,\"product_image_link\":null,\"channel_product_id\":7545946,\"channel\":\"shopify\",\"sku\":null,\"shop_id\":4147,\"tax_id\":null,\"product_type_id\":134846,\"parent_id\":212738,\"images\":[],\"options\":[{\"id\":10527354093871,\"name\":\"Size\",\"values\":[\"M\"],\"position\":1,\"product_id\":8301351371055},{\"id\":10527354126639,\"name\":\"Color\",\"values\":[\"Blue\"],\"position\":2,\"product_id\":8301351371055}],\"has_only_default_variant\":false,\"meta_data\":null,\"status\":\"active\",\"vendor_shop_product_id\":null,\"shopify_meta_data\":null,\"image_link\":null,\"images_link\":null,\"uploaded_images\":[],\"media\":[]},\"company\":{\"id\":212739,\"company_name\":null,\"brand_name\":\"Madhukar\",\"company_logo\":null,\"contact_name\":null,\"phone_number\":null,\"email\":null,\"address_line_1\":null,\"address_line_2\":null,\"pin_code\":null,\"city\":null,\"created_at\":\"2023-05-29T10:50:40.000000Z\",\"updated_at\":\"2024-01-01T08:32:49.000000Z\",\"state_id\":null,\"gstin_number\":null,\"invoice_prefix\":null,\"starting_invoice_number\":null,\"terms_and_conditions\":null,\"bank_account_beneficiary_name\":null,\"bank_account_name\":null,\"ifsc_code\":null,\"label_company_name\":null,\"label_contact_name\":null,\"label_phone\":null,\"label_email_address\":null,\"label_address_line_1\":null,\"label_address_line_2\":null,\"label_pin_code\":null,\"label_city\":null,\"label_state\":null,\"signature\":null,\"currency\":null,\"weight\":null,\"measurement\":null,\"gst_enabled\":false,\"override_channel_product_weight_enabled\":false,\"label_details_same_as_company\":true,\"multi_vendor_invoicing_enabled\":true,\"multi_vendor_shipping_enabled\":true,\"is_master\":null,\"invoice_number_same_as_order_number\":true,\"enable_disable_cod_reconciliation\":false,\"enable_disable_freight_reconciliation\":false,\"cod_tolerance\":null,\"freight_tolerance\":null,\"is_multi_vendor_enabled\":true,\"invoice_message\":null,\"inclusive_exclusive\":null,\"is_tax_on_shipping\":\"no\",\"tax_on_shipping\":null,\"primary_color\":\"#f18024\",\"secondary_color\":null,\"display_hsn\":true,\"website\":null,\"country\":null,\"type_of_vendor\":\"dropshipper\",\"invoice_message_2\":null,\"title\":\"Madhukar\",\"parent_id\":212738,\"extra_information\":null,\"invoice_date\":\"invoice_creation_date\",\"number_of_digits\":\"0\",\"invoice_message_1\":null,\"created_by\":null,\"updated_by\":28344,\"invoice_contact_name\":null,\"invoice_address_1\":null,\"invoice_address_2\":null,\"invoice_postal_code\":null,\"invoice_city\":null,\"invoice_phone_number\":null,\"invoice_tin\":null,\"timezone\":\"Asia/Kolkata\",\"hand_delivered_enabled\":true,\"other_courier_partner_enabled\":true,\"billing_address_same_as_company_details\":true,\"deactivated_at\":null,\"state_code\":null,\"automatically_sync_vendor_name_from_store\":true,\"automatically_assign_vendor_name_and_vendor_price_to_product\":true,\"automatically_route_all_orders_to_vendor_dashboard\":true,\"order_confirmation_before_routing_orders_to_vendor_dashboard\":true,\"correct_all_errors_in_order\":false,\"generate_shipping_labels_for_orders\":false,\"generate_invoices_for_dropship_orders\":false,\"can_vendor_enable_disable_product\":false,\"can_vendor_edit_quantity_product\":false,\"can_vendor_edit_weight_dimension_product\":false,\"can_vendor_edit_tax_product\":true,\"set_vendor_level_commission\":false,\"commission\":null,\"discount_shared_by_vendor\":null,\"commission_calculated_on_product_price_discounted_price\":null,\"set_vendor_level_shared_discount\":false,\"set_vendor_level_commissoin_calculated_on\":false,\"use_shop_channel_values_to_set_commission\":true,\"can_vendor_generate_invoice\":false,\"can_vendor_process_shippings\":false,\"can_vendor_edit_hsn_tax\":false,\"can_vendor_add_courier_provider\":false,\"default_vendor_type\":\"dropshipper\",\"no_of_deciaml_digits\":2,\"credits\":0,\"plan_id\":null,\"requested_plan_id\":null,\"override_invoice_permissions\":false,\"override_product_permissions\":false,\"override_order_routing_permissions\":false,\"override_shipping_permissions\":false,\"slug\":\"madhukar-212739\",\"commission_calculated_tax_type\":\"exclusive_of_tax\",\"shipping_charge_commission_type\":\"fixed\",\"shipping_charge_commission\":0,\"override_commission_calculated_tax_type\":false,\"override_shipping_charge_commission_type\":false,\"override_shipping_charge_commission\":0,\"auto_email_to_vendor\":false,\"fixed_commission\":0,\"service_charge\":0,\"can_vendor_edit_price\":false,\"can_vendor_delete_product\":false,\"show_logo_in_awb\":false,\"hide_pick_address_in_awb\":true,\"hide_customer_info_in_awb\":true,\"hide_price_in_awb\":false,\"hide_customer_information_on_vendor_dashboards\":false,\"allow_merchant_to_generate_invoice\":false,\"show_merchant_logo_in_invoice\":false,\"locale\":\"en\",\"use_custom_waybill\":false,\"redirect_url\":\"dashboard\",\"invoice_state_code\":null,\"invoice_country_code\":null,\"stripe_account_id\":null,\"url_to_redirect_vendor_is_registered\":null,\"enable_app_shipping_profile_on_shopify\":\"0\",\"policy\":\"<p>The policy is real</p>\",\"css\":null,\"vendor_profile_color\":null,\"about_us\":null,\"facebook_link\":null,\"twitter_link\":null,\"instagram_link\":null,\"auto_fulfill_digital_orders\":false,\"use_default_warehouse_for_all_orders\":false,\"invoice_label_header_title\":null,\"invoice_place_of_supply\":null,\"invoice_cin_key_title\":null,\"invoice_cin\":null,\"give_vendor_access_to_merchant_shipper\":false,\"auto_generate_order_invoices_to_customers\":false,\"auto_email_order_invoices_to_customers\":false,\"treat_manual_payment_mode_as_cod\":false,\"fulfill_order_after_confirm\":false,\"add_notes_before_confirming_orders\":false,\"auto_approve_vendors_who_register_to_sell_on_your_store\":false,\"note_at_the_top_of_invoice\":null,\"vendor_shop_id\":null,\"vendor_category\":null,\"vendor_location\":null,\"short_description\":null,\"display_vendor_category\":false,\"display_vendor_location\":false,\"display_vendor_short_description\":false,\"name_of_the_vendor_listing_page\":null,\"sync_settings\":{\"update_settings\":{\"sku\":true,\"tags\":true,\"media\":true,\"price\":false,\"title\":true,\"weight\":true,\"barcode\":true,\"quantity\":true,\"description\":true,\"product_type\":true,\"variant_name\":true,\"publish_status\":true,\"compare_at_price\":true,\"track_quantity_and_continue_selling_when_out_of_stock\":true},\"create_settings\":{\"sku\":true,\"tags\":true,\"media\":true,\"price\":false,\"title\":true,\"weight\":true,\"barcode\":true,\"quantity\":true,\"description\":true,\"product_type\":true,\"variant_name\":true,\"publish_status\":true,\"compare_at_price\":true,\"track_quantity_and_continue_selling_when_out_of_stock\":true},\"override_product_status_at_create\":true,\"product_status\":\"as_per_vendor_product\",\"enable_order_sync\":true,\"push_only_if_order_paid\":false,\"push_unsynced_product_order\":true,\"auto_add_variant\":true,\"auto_remove_variant\":true,\"strictKeyCheck\":false,\"on_product_delete\":\"do_nothing\",\"on_product_unmapped\":\"do_nothing\",\"push_only_if_product_connected\":true},\"override_hide_customer_information_permissions\":false,\"can_vendor_cancel_an_order\":false,\"hide_shipping_charges\":false,\"add_insurance_to_shipment\":0,\"meta_title\":null,\"registration_link\":null,\"auto_approval_of_products_from_vendor\":true,\"ignore_selling_price_for_commission\":0,\"shipping_label_check\":{\"email\":false,\"phone\":false,\"address_line_1\":false,\"address_line_2\":false,\"address_line_1_minimum\":null,\"address_line_1_maximum\":null,\"address_line_2_minimum\":null,\"address_line_2_maximum\":null},\"shipping_label_size\":\"smalllabel\",\"paypal_email\":null,\"use_custom_email_driver\":false,\"ignore_order_splitting\":false,\"hide_customer_information_on_vendor_dashboard\":{\"name\":false,\"phone\":true,\"address\":true,\"email\":true,\"city\":false,\"state\":false},\"hide_customer_information_in_awb\":{\"name\":false,\"phone\":true,\"address\":true,\"email\":true,\"city\":false,\"state\":false,\"line_items\":false,\"vendor_name\":false,\"sku\":false,\"weight_dimension\":false},\"hide_customer_information_in_invoice\":{\"name\":false,\"phone\":true,\"address\":true,\"email\":true,\"city\":false,\"state\":false},\"vendor_profile_settings\":{\"seller_products_tab\":true,\"seller_policy_tab\":true,\"seller_contact_us_tab\":true},\"challan_message_1\":null,\"challan_message_2\":null,\"challan_prefix\":null,\"challan_number_same_as_invoice_number\":true,\"default_label_size_for_all_vendors\":false,\"hide_customer_information_in_export\":{\"name\":false,\"phone\":true,\"address\":true,\"email\":true,\"city\":false,\"state\":false},\"product_permissions\":null,\"hide_product_details_in_awb\":false,\"hide_invoice_details_in_awb\":false,\"company_note\":null,\"meta_data\":null,\"color_theme_field\":\"light.orange\",\"change_tracking_url\":false,\"ship_to_address_as_merchants_default_warehouse\":false,\"can_vendor_hold_an_order\":false,\"handle_out_of_stock_products\":null,\"allow_vendors_to_change_vendor_profile_details\":false,\"whatsapp_account\":null,\"vendor_profile_theme_choosen\":\"theme-1\",\"whatsapp_credit\":100,\"test_whatsapp_number\":null,\"spoc_email_sending_method\":null,\"connected_vendor_shops\":null,\"events\":null,\"commission_automation_set\":null,\"auto_confirmation_using_tags_settings\":{\"tags_settings_status\":true,\"paid\":true,\"tags_for_paid\":[],\"cod_or_partially_paid\":false,\"tags_for_cod_or_partially_paid\":[],\"Exceptions_for_paid\":false,\"Exceptions_for_paid_tags\":[],\"Exceptions_for_cod_or_partially_paid\":false,\"Exceptions_for_cod_or_partially_paid_tags\":[]},\"preferred_location\":null,\"email_credit\":1000,\"logo\":null,\"logo_link\":\"https://api.shipturtle.com/assets/no-logo.jpeg\",\"is_general_setting_done\":true,\"is_invoice_setting_done\":true,\"is_label_setting_done\":false,\"is_gst_enabled\":false,\"billing_detail\":\"\",\"warehouse_address\":\"</br>\",\"contact_information\":\"\",\"status\":\"Active\",\"global_commission\":\"15\",\"global_discount_shared_by_vendor\":\"0\",\"global_commission_calculated_on_product_price_discounted_price\":\"on_discounted_price\",\"global_commission_calculated_tax_type\":\"inclusive_of_tax\",\"global_shipping_charge_commission_type\":\"fixed\",\"global_shipping_charge_commission\":50,\"global_fixed_commission\":10,\"is_drop_shipper\":true,\"state\":null,\"first_email\":[\"het.shipturtle@gmail.com\"],\"invoice_state\":null,\"banner\":null,\"banner_link\":\"https://api.shipturtle.com/assets/no-logo.jpeg\",\"frontend_logo_link\":\"https://api.shipturtle.com/assets/no-logo.jpeg\",\"navbar_logo_link\":\"https://api.shipturtle.com/assets/no-logo.jpeg\",\"email_logo_link\":\"https://api.shipturtle.com/assets/no-logo.jpeg\",\"invoice_country_detail\":null,\"commission_tags\":null,\"parent\":{\"id\":212738,\"company_name\":\"kapil\",\"brand_name\":\"violetplants\",\"company_logo\":null,\"contact_name\":\"Chahar\",\"phone_number\":null,\"email\":\"het.shipturtle@gmail.com\",\"address_line_1\":\"Est\",\"address_line_2\":\"Test\",\"pin_code\":\"411018\",\"city\":\"Pune\",\"created_at\":\"2023-05-29T10:50:33.000000Z\",\"updated_at\":\"2024-01-02T06:05:06.000000Z\",\"state_id\":null,\"gstin_number\":\"1234\",\"invoice_prefix\":\"Invoice\",\"starting_invoice_number\":\"26\",\"terms_and_conditions\":null,\"bank_account_beneficiary_name\":null,\"bank_account_name\":null,\"ifsc_code\":null,\"label_company_name\":null,\"label_contact_name\":null,\"label_phone\":null,\"label_email_address\":null,\"label_address_line_1\":null,\"label_address_line_2\":null,\"label_pin_code\":null,\"label_city\":null,\"label_state\":null,\"signature\":null,\"currency\":\"INR\",\"weight\":null,\"measurement\":null,\"gst_enabled\":true,\"override_channel_product_weight_enabled\":true,\"label_details_same_as_company\":true,\"multi_vendor_invoicing_enabled\":false,\"multi_vendor_shipping_enabled\":false,\"is_master\":\"1\",\"invoice_number_same_as_order_number\":true,\"enable_disable_cod_reconciliation\":true,\"enable_disable_freight_reconciliation\":true,\"cod_tolerance\":\"5\",\"freight_tolerance\":\"2\",\"is_multi_vendor_enabled\":true,\"invoice_message\":null,\"inclusive_exclusive\":null,\"is_tax_on_shipping\":\"no\",\"tax_on_shipping\":null,\"primary_color\":\"#222F3D\",\"secondary_color\":null,\"display_hsn\":true,\"website\":\"https://app.shipturtle.com/\",\"country\":\"IN\",\"type_of_vendor\":\"marketplace\",\"invoice_message_2\":\"<p>hussainhifi</p>\",\"title\":\"violetplants\",\"parent_id\":212738,\"extra_information\":null,\"invoice_date\":\"invoice_creation_date\",\"number_of_digits\":\"0\",\"invoice_message_1\":\"<p>The goods sold are intended for end user consumption and not for resale</p>\",\"created_by\":null,\"updated_by\":28344,\"invoice_contact_name\":\"Hussain\",\"invoice_address_1\":\"dahod\",\"invoice_address_2\":\"dahod\",\"invoice_postal_code\":\"380005\",\"invoice_city\":\"Ahmedabad\",\"invoice_phone_number\":\"09173038104\",\"invoice_tin\":null,\"timezone\":\"America/Phoenix\",\"hand_delivered_enabled\":true,\"other_courier_partner_enabled\":true,\"billing_address_same_as_company_details\":false,\"deactivated_at\":null,\"state_code\":\"GJ\",\"automatically_sync_vendor_name_from_store\":true,\"automatically_assign_vendor_name_and_vendor_price_to_product\":true,\"automatically_route_all_orders_to_vendor_dashboard\":true,\"order_confirmation_before_routing_orders_to_vendor_dashboard\":true,\"correct_all_errors_in_order\":false,\"generate_shipping_labels_for_orders\":false,\"generate_invoices_for_dropship_orders\":false,\"can_vendor_enable_disable_product\":false,\"can_vendor_edit_quantity_product\":false,\"can_vendor_edit_weight_dimension_product\":false,\"can_vendor_edit_tax_product\":true,\"set_vendor_level_commission\":false,\"commission\":\"15\",\"discount_shared_by_vendor\":\"0\",\"commission_calculated_on_product_price_discounted_price\":\"on_discounted_price\",\"set_vendor_level_shared_discount\":false,\"set_vendor_level_commissoin_calculated_on\":false,\"use_shop_channel_values_to_set_commission\":false,\"can_vendor_generate_invoice\":true,\"can_vendor_process_shippings\":true,\"can_vendor_edit_hsn_tax\":true,\"can_vendor_add_courier_provider\":true,\"default_vendor_type\":\"dropshipper\",\"no_of_deciaml_digits\":2,\"credits\":299838,\"plan_id\":4,\"requested_plan_id\":null,\"override_invoice_permissions\":false,\"override_product_permissions\":false,\"override_order_routing_permissions\":false,\"override_shipping_permissions\":false,\"slug\":\"violetplants-212738\",\"commission_calculated_tax_type\":\"inclusive_of_tax\",\"shipping_charge_commission_type\":\"fixed\",\"shipping_charge_commission\":50,\"override_commission_calculated_tax_type\":false,\"override_shipping_charge_commission_type\":false,\"override_shipping_charge_commission\":0,\"auto_email_to_vendor\":true,\"fixed_commission\":10,\"service_charge\":0,\"can_vendor_edit_price\":false,\"can_vendor_delete_product\":false,\"show_logo_in_awb\":false,\"hide_pick_address_in_awb\":false,\"hide_customer_info_in_awb\":true,\"hide_price_in_awb\":false,\"hide_customer_information_on_vendor_dashboards\":false,\"allow_merchant_to_generate_invoice\":false,\"show_merchant_logo_in_invoice\":true,\"locale\":\"en\",\"use_custom_waybill\":false,\"redirect_url\":\"dashboard\",\"invoice_state_code\":\"GJ\",\"invoice_country_code\":\"IN\",\"stripe_account_id\":null,\"url_to_redirect_vendor_is_registered\":\"https://violetplants.myshopify.com/pages/thank-you\",\"enable_app_shipping_profile_on_shopify\":\"0\",\"policy\":null,\"css\":null,\"vendor_profile_color\":\"#f18024\",\"about_us\":null,\"facebook_link\":null,\"twitter_link\":null,\"instagram_link\":null,\"auto_fulfill_digital_orders\":true,\"use_default_warehouse_for_all_orders\":false,\"invoice_label_header_title\":null,\"invoice_place_of_supply\":null,\"invoice_cin_key_title\":null,\"invoice_cin\":null,\"give_vendor_access_to_merchant_shipper\":false,\"auto_generate_order_invoices_to_customers\":true,\"auto_email_order_invoices_to_customers\":true,\"treat_manual_payment_mode_as_cod\":false,\"fulfill_order_after_confirm\":false,\"add_notes_before_confirming_orders\":false,\"auto_approve_vendors_who_register_to_sell_on_your_store\":false,\"note_at_the_top_of_invoice\":null,\"vendor_shop_id\":null,\"vendor_category\":null,\"vendor_location\":null,\"short_description\":null,\"display_vendor_category\":true,\"display_vendor_location\":true,\"display_vendor_short_description\":true,\"name_of_the_vendor_listing_page\":\"seller profile page\",\"sync_settings\":{\"update_settings\":{\"sku\":true,\"tags\":true,\"media\":true,\"price\":false,\"title\":true,\"weight\":true,\"barcode\":true,\"quantity\":true,\"description\":true,\"product_type\":true,\"variant_name\":true,\"publish_status\":true,\"compare_at_price\":true,\"track_quantity_and_continue_selling_when_out_of_stock\":true},\"create_settings\":{\"sku\":true,\"tags\":true,\"media\":true,\"price\":false,\"title\":true,\"weight\":true,\"barcode\":true,\"quantity\":true,\"description\":true,\"product_type\":true,\"variant_name\":true,\"publish_status\":true,\"compare_at_price\":true,\"track_quantity_and_continue_selling_when_out_of_stock\":true},\"override_product_status_at_create\":true,\"product_status\":\"as_per_vendor_product\",\"enable_order_sync\":true,\"push_only_if_order_paid\":false,\"push_unsynced_product_order\":true,\"auto_add_variant\":true,\"auto_remove_variant\":true,\"strictKeyCheck\":false,\"on_product_delete\":\"do_nothing\",\"on_product_unmapped\":\"do_nothing\",\"push_only_if_product_connected\":true},\"override_hide_customer_information_permissions\":false,\"can_vendor_cancel_an_order\":false,\"hide_shipping_charges\":false,\"add_insurance_to_shipment\":0,\"meta_title\":null,\"registration_link\":null,\"auto_approval_of_products_from_vendor\":true,\"ignore_selling_price_for_commission\":0,\"shipping_label_check\":{\"email\":false,\"phone\":false,\"address_line_1\":false,\"address_line_2\":false,\"address_line_1_minimum\":null,\"address_line_1_maximum\":null,\"address_line_2_minimum\":null,\"address_line_2_maximum\":null},\"shipping_label_size\":\"smalllabel\",\"paypal_email\":null,\"use_custom_email_driver\":false,\"ignore_order_splitting\":false,\"hide_customer_information_on_vendor_dashboard\":{\"name\":false,\"phone\":true,\"address\":true,\"email\":true,\"city\":false,\"state\":false},\"hide_customer_information_in_awb\":{\"name\":false,\"phone\":true,\"address\":true,\"email\":true,\"city\":false,\"state\":false,\"line_items\":false,\"vendor_name\":false,\"sku\":false,\"weight_dimension\":false},\"hide_customer_information_in_invoice\":{\"name\":false,\"phone\":true,\"address\":true,\"email\":true,\"city\":false,\"state\":false},\"vendor_profile_settings\":{\"seller_products_tab\":true,\"seller_policy_tab\":true,\"seller_contact_us_tab\":true,\"seller_events_tab\":true,\"seller_reviews_tab\":false,\"seller_about_us_tab\":true},\"challan_message_1\":null,\"challan_message_2\":null,\"challan_prefix\":\"Invoice\",\"challan_number_same_as_invoice_number\":true,\"default_label_size_for_all_vendors\":false,\"hide_customer_information_in_export\":{\"name\":false,\"phone\":true,\"address\":true,\"email\":true,\"city\":false,\"state\":false},\"product_permissions\":null,\"hide_product_details_in_awb\":false,\"hide_invoice_details_in_awb\":false,\"company_note\":\"<p>sdfasdfab</p>\",\"meta_data\":\"[{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\"color_theme_field\":\"light.orange\",\"change_tracking_url\":false,\"ship_to_address_as_merchants_default_warehouse\":false,\"can_vendor_hold_an_order\":false,\"handle_out_of_stock_products\":\"list_out_of_stock_products_with_out_of_stock_label\",\"allow_vendors_to_change_vendor_profile_details\":true,\"whatsapp_account\":\"use_company_account\",\"vendor_profile_theme_choosen\":\"theme-1\",\"whatsapp_credit\":54,\"test_whatsapp_number\":\"+918849193468\",\"spoc_email_sending_method\":\"\\\"single_consolidated_email_at_eod\\\"\",\"connected_vendor_shops\":[\"vendorsynctesting5.myshopify.com\",\"testing-for-vendorsync.myshopify.com\",\"purpleplants.myshopify.com\",\"https://st-wpdemo.com/\",\"test-store-webkul-112.myshopify.com\",\"https://st-wpdemo.com/\",\"purpleplants.myshopify.com/\",\"https://st-wpdemo.com/\",\"purpleplants.myshopify.com\",\"channelteststore5.myshopify.com\",\"https://st-wpdemo.com/newtestclient/\",\"purpleplants.myshopify.com\",\"purpleplants.myshopify.com\",\"vendorsynctesting.myshopify.com\",\"vendorsynctesting.myshopify.com\"],\"events\":null,\"commission_automation_set\":{\"commission_automation\":true,\"commission_automation_rules\":true,\"commission_automation_date_range\":true,\"commission_automation_schedule_option\":\"on_order_receipt\",\"time_buffer_for_commission_automation\":\"4\",\"order_status_for_commission_automation\":\"pending\",\"invoice_number_for_commission_automation\":277,\"date_Range_days_for_commission_automation\":\"4\"},\"auto_confirmation_using_tags_settings\":{\"tags_settings_status\":true,\"paid\":true,\"tags_for_paid\":[],\"cod_or_partially_paid\":false,\"tags_for_cod_or_partially_paid\":[],\"Exceptions_for_paid\":false,\"Exceptions_for_paid_tags\":[],\"Exceptions_for_cod_or_partially_paid\":false,\"Exceptions_for_cod_or_partially_paid_tags\":[]},\"preferred_location\":null,\"email_credit\":4769,\"logo\":null,\"logo_link\":\"https://api.shipturtle.com/assets/no-logo.jpeg\",\"is_general_setting_done\":true,\"is_invoice_setting_done\":true,\"is_label_setting_done\":false,\"is_gst_enabled\":true,\"billing_detail\":\"Pune</br>Gujarat</br>India\",\"warehouse_address\":\"Pune</br>IN\",\"contact_information\":\"Chahar</br>het.shipturtle@gmail.com</br>\",\"status\":\"Active\",\"global_commission\":\"15\",\"global_discount_shared_by_vendor\":\"0\",\"global_commission_calculated_on_product_price_discounted_price\":\"on_discounted_price\",\"global_commission_calculated_tax_type\":\"inclusive_of_tax\",\"global_shipping_charge_commission_type\":\"fixed\",\"global_shipping_charge_commission\":50,\"global_fixed_commission\":10,\"is_drop_shipper\":false,\"state\":{\"id\":13,\"code\":\"GJ\",\"tin\":24,\"title\":\"Gujarat\",\"created_at\":\"2019-08-03T17:48:42.000000Z\",\"updated_at\":\"2020-03-28T04:51:45.000000Z\",\"deleted_at\":null,\"country_code\":\"IN\"},\"first_email\":[\"het.shipturtle@gmail.com\"],\"invoice_state\":{\"id\":13,\"code\":\"GJ\",\"tin\":24,\"title\":\"Gujarat\",\"created_at\":\"2019-08-03T17:48:42.000000Z\",\"updated_at\":\"2020-03-28T04:51:45.000000Z\",\"deleted_at\":null,\"country_code\":\"IN\"},\"banner\":null,\"banner_link\":\"https://api.shipturtle.com/assets/no-logo.jpeg\",\"frontend_logo_link\":\"https://api.shipturtle.com/assets/no-logo.jpeg\",\"navbar_logo_link\":\"https://api.shipturtle.com/assets/no-logo.jpeg\",\"email_logo_link\":\"https://api.shipturtle.com/assets/no-logo.jpeg\",\"invoice_country_detail\":{\"id\":98,\"name\":\"India\",\"code\":\"IN\",\"dial_code\":\"+91\",\"currency_name\":\"Indian rupee\",\"currency_symbol\":\"Rs.\",\"currency_code\":\"INR\",\"created_at\":null,\"updated_at\":\"2020-08-19T20:32:46.000000Z\",\"name_with_symbole\":\"Indian rupee - Rs.\"},\"commission_tags\":{\"company_id\":212738,\"override_commission\":true},\"media\":[],\"country_detail\":{\"id\":98,\"name\":\"India\",\"code\":\"IN\",\"dial_code\":\"+91\",\"currency_name\":\"Indian rupee\",\"currency_symbol\":\"Rs.\",\"currency_code\":\"INR\",\"created_at\":null,\"updated_at\":\"2020-08-19T20:32:46.000000Z\",\"name_with_symbole\":\"Indian rupee - Rs.\"}},\"media\":[]}},\"shop\":{\"id\":4147,\"shopify_domain\":\"violetplants.myshopify.com\",\"shopify_token\":null,\"created_at\":\"2023-07-13T10:19:49.000000Z\",\"updated_at\":\"2024-01-01T13:07:55.000000Z\",\"grandfathered\":false,\"deleted_at\":null,\"namespace\":null,\"plan_id\":621,\"freemium\":false,\"name\":\"violetplants\",\"email\":\"violetplants123@gmail.com\",\"province\":\"WB\",\"country\":{\"id\":98,\"name\":\"India\",\"code\":\"IN\",\"dial_code\":\"+91\",\"currency_name\":\"Indian rupee\",\"currency_symbol\":\"Rs.\",\"currency_code\":\"INR\",\"created_at\":null,\"updated_at\":\"2020-08-19T20:32:46.000000Z\",\"name_with_symbole\":\"Indian rupee - Rs.\"},\"address1\":\"123 Old Court House Street Lal Dighi B.B.D. Bagh\",\"zip\":\"700001\",\"city\":\"Kolkata\",\"source\":null,\"phone\":\"12345678\",\"latitude\":\"22.5685769\",\"longitude\":\"88.3492417\",\"primary_locale\":\"en\",\"address2\":\"\",\"country_code\":\"IN\",\"country_name\":\"India\",\"currency\":\"INR\",\"customer_email\":\"violetplants123@gmail.com\",\"timezone\":\"(GMT+05:30) Asia/Kolkata\",\"iana_timezone\":\"Asia/Kolkata\",\"shop_owner\":\"Sharad Kabra\",\"money_format\":\"Rs. {{amount}}\",\"money_with_currency_format\":\"Rs. {{amount}}\",\"weight_unit\":\"gm\",\"province_code\":\"WB\",\"taxes_included\":false,\"tax_shipping\":false,\"county_taxes\":true,\"plan_display_name\":\"Basic Shopify\",\"plan_name\":\"basic\",\"has_discounts\":\"1\",\"has_gift_cards\":\"1\",\"money_in_emails_format\":\"Rs. {{amount}}\",\"money_with_currency_in_emails_format\":\"Rs. {{amount}}\",\"eligible_for_payments\":\"0\",\"requires_extra_payments_agreement\":\"0\",\"primary_location_id\":\"94960419119\",\"multi_location_enabled\":\"1\",\"channel_id\":null,\"company_id\":212738,\"user_id\":28343,\"verifying_plan\":967,\"dimension_unit\":\"inch\",\"override_taxes\":false,\"provider\":\"shopify\",\"maintain_hs_information_in_shipturtle\":false,\"automatically_update_order_status_on_shopify\":true,\"charge_tax\":\"0\",\"enable_tax_on_shipping\":false,\"tax_on_shipping\":0,\"automatically_update_product_status_on_shopify\":true,\"parent_id\":null,\"setup_pending\":false,\"product_types_sold_on_store\":\"physical_products_only\",\"carrier_service_id\":null,\"extra_info\":\"{\\\"location_sync_status\\\":[true,\\\"2023-05-29 10:50:37\\\"],\\\"product_sync_status\\\":[true,\\\"2023-05-29 10:51:10\\\"],\\\"inventory_level_sync_status\\\":[true,\\\"2023-05-29 10:51:13\\\"],\\\"order_sync_status\\\":[true,\\\"2023-05-29 10:53:11\\\"]}\",\"payment_method_settings\":{\"0\":null,\"payu_in_paisa\":\"paid\",\"cash_on_delivery\":\"paid\",\"manual\":\"paid\",\"cashfree\":\"paid\",\"Cash on Delivery (COD)\":\"cod\",\"gift_card\":\"paid\",\"paytm\":\"paid\",\"stripe\":\"paid\",\"payu_india\":\"paid\",\"razorpay_cards_upi_netbanking_wallets_\":\"paid\",\"neft\":\"paid\",\"paypal\":\"paid\",\"shopify_payments\":\"paid\",\"amazon_payments\":\"paid\",\"razorpay_all_cards_netbanking_wallets_\":\"paid\",\"Etsy\":\"paid\",\"clearpay\":\"paid\",\"Bank Deposit/Mobile Transfer\":\"paid\",\"E-Transfer\":\"paid\",\"cash\":\"cod\",\"eBay/PayPal\":\"paid\",\"amazon_marketplace\":\"paid\",\"ccavenue\":\"paid\",\"payu_in\":\"paid\",\"bogus\":\"paid\",\"\":null,\"money_order\":\"cod\",\"bank_deposit\":null},\"enable_payment_settings\":false,\"script_js_id\":\"234600726831\",\"shopify_namespace\":\"shipturtle\",\"password\":\"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\",\"password_updated_at\":\"2023-12-19\",\"domain\":null,\"shopify_freemium\":0,\"plan_id_onetime\":null,\"shipment_movement\":\"on_shipment\",\"14_day_trial_expired\":true,\"keep_credits\":0,\"change_base\":1,\"shop_setup_instructions\":\"{\\\"store_type\\\":\\\"market_place\\\"}\",\"store_setup\":\"{\\\"is_setup_complete\\\":null,\\\"step\\\":\\\"1\\\"}\",\"published_and_unpublished_theme1_code\":\"{\\\"published_theme1_template\\\":{\\\"main_page_template\\\":\\\"<div id=\\\\\\\"vendor-detail-page\\\\\\\">\\\\n    <input type=\\\\\\\"hidden\\\\\\\" id=\\\\\\\"company_id\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\">\\\\n    @if ($company->banner_link)\\\\n    <section class=\\\\\\\"u-clearfix u-section-1 bck-banner-img\\\\\\\" id=\\\\\\\"sec-44b5\\\\\\\" style=\\\\\\\"background-image: url({{$company->banner_link}});\\\\\\\">\\\\n    </section>\\\\n    @endif\\\\n    <div class=\\\\\\\"u-clearfix u-sheet u-valign-middle u-sheet-1\\\\\\\" style=\\\\\\\"min-height: 250px;\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-expanded-width u-gutter-0 u-layout-wrap u-layout-wrap-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-layout\\\\\\\">\\\\n                <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n                    <div class=\\\\\\\"u-align-center u-container-style u-layout-cell u-left-cell u-size-23 u-layout-cell-1\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\" style=\\\\\\\"height:max-content; display: flex; flex-direction: column; align-items: center; padding-right: 4rem; padding-top: 1.5rem;\\\\\\\">\\\\n                            <img alt=\\\\\\\"{{$company->title}}\\\\\\\" class=\\\\\\\"u-image u-image-circle\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\" data-image-width=\\\\\\\"150\\\\\\\" data-image-height=\\\\\\\"150\\\\\\\" style=\\\\\\\"width: 80%;\\\\\\\">\\\\n                            </img>\\\\n                             <div class=\\\\\\\"social-media-links\\\\\\\">\\\\n                            @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                            <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\">\\\\n                                    <svg class=\\\\\\\"u-svg-content\\\\\\\"  x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-0214\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#3B5998\\\\\\\" d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\">\\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-3589\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#55ACEE\\\\\\\" d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\">        \\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-d986\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                        </div>\\\\n                            @if ($parentCompany->display_vendor_location)\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-1\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}\\\\n                            </p>\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                            @endif\\\\n                        </div>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n                            <h2 style=\\\\\\\"margin-bottom: 0;\\\\\\\" class=\\\\\\\"u-text\\\\\\\">{{$company->brand_name}}</h2>\\\\n                            <p class=\\\\\\\"u-text u-text-3\\\\\\\">\\\\n                                {!! $company->about_us !!}\\\\n                            </p>\\\\n                        </div>\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </div>\\\\n    \\\\n    {{-- Tabs --}}\\\\n    <section class=\\\\\\\"u-align-center u-clearfix u-section-2\\\\\\\" id=\\\\\\\"carousel_37bc\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-tab-links-align-justify u-tabs u-tabs-1\\\\\\\" id=\\\\\\\"u-tabs\\\\\\\">\\\\n                <ul class=\\\\\\\"u-tab-list u-unstyled\\\\\\\" role=\\\\\\\"tablist\\\\\\\">\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_products_tab)\\\\n                    <li class=\\\\\\\"u-tab-item\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"active u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-1\\\\\\\" id=\\\\\\\"link-tab-products\\\\\\\" href=\\\\\\\"#tab-products\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-products\\\\\\\" aria-selected=\\\\\\\"true\\\\\\\">Products</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_policy_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-2\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-2\\\\\\\" id=\\\\\\\"link-tab-policy\\\\\\\" href=\\\\\\\"#tab-policy\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-policy\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Policy</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_about_us_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-aboutus\\\\\\\" href=\\\\\\\"#tab-aboutus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-aboutus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">About Us<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_events_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\"\\\\n                             id=\\\\\\\"link-tab-events\\\\\\\" href=\\\\\\\"#tab-events\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-events\\\\\\\"\\\\n                              aria-selected=\\\\\\\"false\\\\\\\">Events<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_contact_us_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-contactus\\\\\\\" href=\\\\\\\"#tab-contactus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-contactus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Contact Us<br>\\\\n                        </a>\\\\n                    </li>\\\\n                    @endif\\\\n                </ul>\\\\n                <div class=\\\\\\\"u-tab-content\\\\\\\">\\\\n                    <div class=\\\\\\\"u-container-style u-tab-active u-tab-pane u-white u-tab-pane-1\\\\\\\" id=\\\\\\\"tab-products\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-products\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-container-style u-tab-pane u-white u-tab-pane-2\\\\\\\" id=\\\\\\\"tab-policy\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-policy\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-aboutus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-aboutus\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-events\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-events\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white u-tab-pane-5\\\\\\\" id=\\\\\\\"tab-contactus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-contactus\\\\\\\">\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </section>\\\\n</div>\\\",\\\"product_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\">\\\\n    <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n        <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.details\\\\\\\", [\\\\\\\"shopDomain\\\\\\\" => $shop->shopify_domain,\\\\n        \\\\\\\"vendorTitle\\\\\\\"=>$vendorTitle, \\\\\\\"action\\\\\\\"=>\\\\\\\"products\\\\\\\"]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" id=\\\\\\\"search_product_form\\\\\\\"\\\\n        class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\"\\\\n        source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: left;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n                <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search Product\\\\\\\" id=\\\\\\\"st_search_product\\\\\\\" name=\\\\\\\"search_product\\\\\\\"\\\\n                class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n                <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$tags}}\\\\\\\" id=\\\\\\\"st_search_product_by_tag\\\\\\\" name=\\\\\\\"search_product_by_tag\\\\\\\">\\\\n            </div>\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: right;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control u-label\\\\\\\" style=\\\\\\\"margin-left: auto;\\\\\\\">Sort By</label>\\\\n                <select name=\\\\\\\"sort_by\\\\\\\" id=\\\\\\\"st_product_list_sort_by\\\\\\\" class=\\\\\\\"filters-toolbar__input\\\\\\\" aria-describedby=\\\\\\\"a11y-refresh-page-message \\\\n                a11y-selection-message\\\\\\\" data-default-sortby=\\\\\\\"title-descending\\\\\\\">\\\\n                    <option value=\\\\\\\"title-ascending\\\\\\\" {{$orderBy == \\\\\\\"title-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, A-Z</option>\\\\n                    <option value=\\\\\\\"title-descending\\\\\\\" {{$orderBy == \\\\\\\"title-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, Z-A</option>\\\\n                    <option value=\\\\\\\"price-ascending\\\\\\\" {{$orderBy == \\\\\\\"price-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price , Low To High</option>\\\\n                    <option value=\\\\\\\"price-descending\\\\\\\" {{$orderBy == \\\\\\\"price-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price, High To Low</option>\\\\n                    <option value=\\\\\\\"best-selling\\\\\\\" {{$orderBy == \\\\\\\"best-selling\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Best Selling</option>\\\\n                    <option value=\\\\\\\"date-ascending\\\\\\\" {{$orderBy == \\\\\\\"date-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, New To Old</option>\\\\n                    <option value=\\\\\\\"date-descending\\\\\\\" {{$orderBy == \\\\\\\"date-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, Old To New</option>\\\\n                </select>\\\\n            </div>\\\\n            <div style=\\\\\\\"clear: both;\\\\\\\"></div>\\\\n        </form>\\\\n    </div>\\\\n    <div class=\\\\\\\"u-products u-products-1\\\\\\\">\\\\n        <div class=\\\\\\\"loader hide\\\\\\\"></div>\\\\n        @if ($products && sizeof($products) > 0)\\\\n        <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n            @foreach($products as $product)\\\\n                <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                    <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/products/{{$product->handle}}\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2\\\\\\\">\\\\n                            <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1\\\\\\\" \\\\n                            src=\\\\\\\"{{$product->image}}\\\\\\\">\\\\n                            @if($parentCompany->handle_out_of_stock_products == \\\\\\\"list_out_of_stock_products_with_out_of_stock_label\\\\\\\" && $product->isOutOfStock())\\\\n                                <p class=\\\\\\\"hidden-text u-out-of-stock-text\\\\\\\">OUT OF STOCK</p>\\\\n                            @endif\\\\n\\\\n                            <div class=\\\\\\\"u-product-control u-product-price u-product-price-1\\\\\\\">\\\\n                                <div class=\\\\\\\"u-price-wrapper u-spacing-10\\\\\\\">\\\\n                                    <div class=\\\\\\\"u-price u-text-palette-2-base\\\\\\\" style=\\\\\\\"font-weight: 700;\\\\\\\">\\\\n                                        <p class=\\\\\\\"u-product-title text-muted\\\\\\\" style=\\\\\\\"text-decoration: none;\\\\\\\">\\\\n                                            {{$product->title}}\\\\n                                        </p>\\\\n                                        @if($product->has_only_default_variant)\\\\n                                        {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                         $product->shop->currency}} \\\\n                                        {{$product->lowestPricedVariant->first() ? $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\"}}\\\\n                                        @else\\\\n                                        From: {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                        $product->shop->currency}} {{ $product->lowestPricedVariant->first() ?\\\\n                                        $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\" }}\\\\n                                        @endif\\\\n                                    </div>\\\\n                                </div>\\\\n                            </div>\\\\n                        </div>\\\\n                    </a>\\\\n                </div>\\\\n            @endforeach\\\\n        </div>\\\\n        <div>\\\\n            {{ $products->links() }}\\\\n        </div>\\\\n        @else\\\\n        <div style=\\\\\\\"margin: auto;\\\\\\\">\\\\n            <h3>No Products Found</h3>\\\\n        </div>\\\\n        @endif\\\\n    </div>\\\\n</div>\\\",\\\"about_us_template\\\":\\\"<div class=\\\\\\\"u-aboutus-container\\\\\\\"> <div class=\\\\\\\"u-aboutus-row\\\\\\\"> {!! $aboutus !!} </div></div>\\\",\\\"policy_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">{!! $policy !!}</div>\\\\n</div>\\\",\\\"contact_us_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-left-cell u-size-30 u-layout-cell-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-container-layout-10\\\\\\\">\\\\n                <h2 class=\\\\\\\"u-text u-text-grey-70 u-text-8\\\\\\\">Contact us</h2>\\\\n                <h6 class=\\\\\\\"u-text u-text-grey-50 u-text-9\\\\\\\">{{$company->brand_name}}</h6>\\\\n                @if ($parentCompany->display_vendor_location)\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10\\\\\\\">{{ $company->address_line_1 ? $company->address_line_1.\\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\" }} {{ $company->address_line_2 ? $company->address_line_2 : \\\\\\\"\\\\\\\" }} <br>\\\\n                    {{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}                                        \\\\n                    </p>\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                @endif\\\\n                <div class=\\\\\\\"u-social-icons u-spacing-20 u-social-icons-1\\\\\\\">\\\\n                @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-facebook u-social-icon u-icon-2\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-50ee\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-50ee\\\\\\\"><path d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-twitter u-icon-3\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-d346\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-d346\\\\\\\"><path d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-instagram u-icon-4\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-dd2a\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-dd2a\\\\\\\"><path d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path><path d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path><path d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif                \\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-30 u-layout-cell-2\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-valign-middle u-container-layout-11\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-form u-form-2\\\\\\\">\\\\n                <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.contact\\\\\\\") }}\\\\\\\" id=\\\\\\\"st_vendor_contact_form\\\\\\\" method=\\\\\\\"POST\\\\\\\" class=\\\\\\\"u-clearfix u-form-spacing-24 u-form-vertical u-inner-form\\\\\\\" style=\\\\\\\"padding: 24px;\\\\\\\" source=\\\\\\\"custom\\\\\\\" name=\\\\\\\"form\\\\\\\">\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$shop->id}}\\\\\\\" name=\\\\\\\"shop_id\\\\\\\" >\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\" name=\\\\\\\"company_id\\\\\\\" >\\\\n                    <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_name\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Name</label>\\\\n                        <input type=\\\\\\\"text\\\\\\\" placeholder=\\\\\\\"Enter your Name\\\\\\\" id=\\\\\\\"st_contact_form_name\\\\\\\" name=\\\\\\\"name\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-4\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-email u-form-group\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_email\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Email</label>\\\\n                        <input type=\\\\\\\"email\\\\\\\" placeholder=\\\\\\\"Enter a valid email address\\\\\\\" id=\\\\\\\"st_contact_form_email\\\\\\\" name=\\\\\\\"email\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-5\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-group u-form-message\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_message\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Message</label>\\\\n                        <textarea placeholder=\\\\\\\"Enter your message\\\\\\\" rows=\\\\\\\"4\\\\\\\" cols=\\\\\\\"50\\\\\\\" id=\\\\\\\"st_contact_form_message\\\\\\\" name=\\\\\\\"message\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-6\\\\\\\" required=\\\\\\\"\\\\\\\"></textarea>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-form-group u-form-submit\\\\\\\">       \\\\n                        <input type=\\\\\\\"submit\\\\\\\" value=\\\\\\\"submit\\\\\\\" class=\\\\\\\"u-form-control\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-send-message u-form-send-success\\\\\\\"> Thank you! Your message has been sent. </div>\\\\n                    <div class=\\\\\\\"u-form-send-error u-form-send-message\\\\\\\"> Unable to send your message. Please fix errors then try again. </div>\\\\n                </form>\\\\n            </div>\\\\n    </div>\\\\n        </div>\\\\n    </div>\\\\n</div>\\\"},\\\"unpublished_theme1_template\\\":{\\\"main_page_template\\\":\\\"<div id=\\\\\\\"vendor-detail-page\\\\\\\">\\\\n    <input type=\\\\\\\"hidden\\\\\\\" id=\\\\\\\"company_id\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\">\\\\n    @if ($company->banner_link)\\\\n    <section class=\\\\\\\"u-clearfix u-section-1 bck-banner-img\\\\\\\" id=\\\\\\\"sec-44b5\\\\\\\" style=\\\\\\\"background-image: url({{$company->banner_link}});\\\\\\\">\\\\n    </section>\\\\n    @endif\\\\n    <div class=\\\\\\\"u-clearfix u-sheet u-valign-middle u-sheet-1\\\\\\\" style=\\\\\\\"min-height: 250px;\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-expanded-width u-gutter-0 u-layout-wrap u-layout-wrap-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-layout\\\\\\\">\\\\n                <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n                    <div class=\\\\\\\"u-align-center u-container-style u-layout-cell u-left-cell u-size-23 u-layout-cell-1\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\" style=\\\\\\\"height:max-content; display: flex; flex-direction: column; align-items: center; padding-right: 4rem; padding-top: 1.5rem;\\\\\\\">\\\\n                            <img alt=\\\\\\\"{{$company->title}}\\\\\\\" class=\\\\\\\"u-image u-image-circle\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\" data-image-width=\\\\\\\"150\\\\\\\" data-image-height=\\\\\\\"150\\\\\\\" style=\\\\\\\"width: 80%;\\\\\\\">\\\\n                            </img>\\\\n                             <div class=\\\\\\\"social-media-links\\\\\\\">\\\\n                            @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                            <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\">\\\\n                                    <svg class=\\\\\\\"u-svg-content\\\\\\\"  x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-0214\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#3B5998\\\\\\\" d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\">\\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-3589\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#55ACEE\\\\\\\" d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\">        \\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-d986\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                        </div>\\\\n                            @if ($parentCompany->display_vendor_location)\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-1\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}\\\\n                            </p>\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                            @endif\\\\n                        </div>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n                            <h2 style=\\\\\\\"margin-bottom: 0;\\\\\\\" class=\\\\\\\"u-text\\\\\\\">{{$company->brand_name}}</h2>\\\\n                            <p class=\\\\\\\"u-text u-text-3\\\\\\\">\\\\n                                {!! $company->about_us !!}\\\\n                            </p>\\\\n                        </div>\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </div>\\\\n    \\\\n    {{-- Tabs --}}\\\\n    <section class=\\\\\\\"u-align-center u-clearfix u-section-2\\\\\\\" id=\\\\\\\"carousel_37bc\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-tab-links-align-justify u-tabs u-tabs-1\\\\\\\" id=\\\\\\\"u-tabs\\\\\\\">\\\\n                <ul class=\\\\\\\"u-tab-list u-unstyled\\\\\\\" role=\\\\\\\"tablist\\\\\\\">\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_products_tab)\\\\n                    <li class=\\\\\\\"u-tab-item\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"active u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-1\\\\\\\" id=\\\\\\\"link-tab-products\\\\\\\" href=\\\\\\\"#tab-products\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-products\\\\\\\" aria-selected=\\\\\\\"true\\\\\\\">Products</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_policy_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-2\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-2\\\\\\\" id=\\\\\\\"link-tab-policy\\\\\\\" href=\\\\\\\"#tab-policy\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-policy\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Policy</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_about_us_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-aboutus\\\\\\\" href=\\\\\\\"#tab-aboutus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-aboutus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">About Us<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_events_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\"\\\\n                             id=\\\\\\\"link-tab-events\\\\\\\" href=\\\\\\\"#tab-events\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-events\\\\\\\"\\\\n                              aria-selected=\\\\\\\"false\\\\\\\">Events<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_contact_us_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-contactus\\\\\\\" href=\\\\\\\"#tab-contactus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-contactus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Contact Us<br>\\\\n                        </a>\\\\n                    </li>\\\\n                    @endif\\\\n                </ul>\\\\n                <div class=\\\\\\\"u-tab-content\\\\\\\">\\\\n                    <div class=\\\\\\\"u-container-style u-tab-active u-tab-pane u-white u-tab-pane-1\\\\\\\" id=\\\\\\\"tab-products\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-products\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-container-style u-tab-pane u-white u-tab-pane-2\\\\\\\" id=\\\\\\\"tab-policy\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-policy\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-aboutus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-aboutus\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-events\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-events\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white u-tab-pane-5\\\\\\\" id=\\\\\\\"tab-contactus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-contactus\\\\\\\">\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </section>\\\\n</div>\\\",\\\"product_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\">\\\\n    <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n        <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.details\\\\\\\", [\\\\\\\"shopDomain\\\\\\\" => $shop->shopify_domain,\\\\n        \\\\\\\"vendorTitle\\\\\\\"=>$vendorTitle, \\\\\\\"action\\\\\\\"=>\\\\\\\"products\\\\\\\"]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" id=\\\\\\\"search_product_form\\\\\\\"\\\\n        class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\"\\\\n        source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: left;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n                <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search Product\\\\\\\" id=\\\\\\\"st_search_product\\\\\\\" name=\\\\\\\"search_product\\\\\\\"\\\\n                class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n                <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$tags}}\\\\\\\" id=\\\\\\\"st_search_product_by_tag\\\\\\\" name=\\\\\\\"search_product_by_tag\\\\\\\">\\\\n            </div>\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: right;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control u-label\\\\\\\" style=\\\\\\\"margin-left: auto;\\\\\\\">Sort By</label>\\\\n                <select name=\\\\\\\"sort_by\\\\\\\" id=\\\\\\\"st_product_list_sort_by\\\\\\\" class=\\\\\\\"filters-toolbar__input\\\\\\\" aria-describedby=\\\\\\\"a11y-refresh-page-message \\\\n                a11y-selection-message\\\\\\\" data-default-sortby=\\\\\\\"title-descending\\\\\\\">\\\\n                    <option value=\\\\\\\"title-ascending\\\\\\\" {{$orderBy == \\\\\\\"title-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, A-Z</option>\\\\n                    <option value=\\\\\\\"title-descending\\\\\\\" {{$orderBy == \\\\\\\"title-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, Z-A</option>\\\\n                    <option value=\\\\\\\"price-ascending\\\\\\\" {{$orderBy == \\\\\\\"price-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price , Low To High</option>\\\\n                    <option value=\\\\\\\"price-descending\\\\\\\" {{$orderBy == \\\\\\\"price-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price, High To Low</option>\\\\n                    <option value=\\\\\\\"best-selling\\\\\\\" {{$orderBy == \\\\\\\"best-selling\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Best Selling</option>\\\\n                    <option value=\\\\\\\"date-ascending\\\\\\\" {{$orderBy == \\\\\\\"date-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, New To Old</option>\\\\n                    <option value=\\\\\\\"date-descending\\\\\\\" {{$orderBy == \\\\\\\"date-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, Old To New</option>\\\\n                </select>\\\\n            </div>\\\\n            <div style=\\\\\\\"clear: both;\\\\\\\"></div>\\\\n        </form>\\\\n    </div>\\\\n    <div class=\\\\\\\"u-products u-products-1\\\\\\\">\\\\n        <div class=\\\\\\\"loader hide\\\\\\\"></div>\\\\n        @if ($products && sizeof($products) > 0)\\\\n        <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n            @foreach($products as $product)\\\\n                <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                    <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/products/{{$product->handle}}\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2\\\\\\\">\\\\n                            <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1\\\\\\\" \\\\n                            src=\\\\\\\"{{$product->image}}\\\\\\\">\\\\n                            @if($parentCompany->handle_out_of_stock_products == \\\\\\\"list_out_of_stock_products_with_out_of_stock_label\\\\\\\" && $product->isOutOfStock())\\\\n                                <p class=\\\\\\\"hidden-text u-out-of-stock-text\\\\\\\">OUT OF STOCK</p>\\\\n                            @endif\\\\n\\\\n                            <div class=\\\\\\\"u-product-control u-product-price u-product-price-1\\\\\\\">\\\\n                                <div class=\\\\\\\"u-price-wrapper u-spacing-10\\\\\\\">\\\\n                                    <div class=\\\\\\\"u-price u-text-palette-2-base\\\\\\\" style=\\\\\\\"font-weight: 700;\\\\\\\">\\\\n                                        <p class=\\\\\\\"u-product-title text-muted\\\\\\\" style=\\\\\\\"text-decoration: none;\\\\\\\">\\\\n                                            {{$product->title}}\\\\n                                        </p>\\\\n                                        @if($product->has_only_default_variant)\\\\n                                        {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                         $product->shop->currency}} \\\\n                                        {{$product->lowestPricedVariant->first() ? $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\"}}\\\\n                                        @else\\\\n                                        From: {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                        $product->shop->currency}} {{ $product->lowestPricedVariant->first() ?\\\\n                                        $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\" }}\\\\n                                        @endif\\\\n                                    </div>\\\\n                                </div>\\\\n                            </div>\\\\n                        </div>\\\\n                    </a>\\\\n                </div>\\\\n            @endforeach\\\\n        </div>\\\\n        <div>\\\\n            {{ $products->links() }}\\\\n        </div>\\\\n        @else\\\\n        <div style=\\\\\\\"margin: auto;\\\\\\\">\\\\n            <h3>No Products Found</h3>\\\\n        </div>\\\\n        @endif\\\\n    </div>\\\\n</div>\\\",\\\"about_us_template\\\":\\\"<div class=\\\\\\\"u-aboutus-container\\\\\\\"> <div class=\\\\\\\"u-aboutus-row\\\\\\\"> {!! $aboutus !!} </div></div>\\\",\\\"policy_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">{!! $policy !!}</div>\\\\n</div>\\\",\\\"contact_us_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-left-cell u-size-30 u-layout-cell-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-container-layout-10\\\\\\\">\\\\n                <h2 class=\\\\\\\"u-text u-text-grey-70 u-text-8\\\\\\\">Contact us</h2>\\\\n                <h6 class=\\\\\\\"u-text u-text-grey-50 u-text-9\\\\\\\">{{$company->brand_name}}</h6>\\\\n                @if ($parentCompany->display_vendor_location)\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10\\\\\\\">{{ $company->address_line_1 ? $company->address_line_1.\\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\" }} {{ $company->address_line_2 ? $company->address_line_2 : \\\\\\\"\\\\\\\" }} <br>\\\\n                    {{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}                                        \\\\n                    </p>\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                @endif\\\\n                <div class=\\\\\\\"u-social-icons u-spacing-20 u-social-icons-1\\\\\\\">\\\\n                @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-facebook u-social-icon u-icon-2\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-50ee\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-50ee\\\\\\\"><path d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-twitter u-icon-3\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-d346\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-d346\\\\\\\"><path d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-instagram u-icon-4\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-dd2a\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-dd2a\\\\\\\"><path d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path><path d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path><path d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif                \\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-30 u-layout-cell-2\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-valign-middle u-container-layout-11\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-form u-form-2\\\\\\\">\\\\n                <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.contact\\\\\\\") }}\\\\\\\" id=\\\\\\\"st_vendor_contact_form\\\\\\\" method=\\\\\\\"POST\\\\\\\" class=\\\\\\\"u-clearfix u-form-spacing-24 u-form-vertical u-inner-form\\\\\\\" style=\\\\\\\"padding: 24px;\\\\\\\" source=\\\\\\\"custom\\\\\\\" name=\\\\\\\"form\\\\\\\">\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$shop->id}}\\\\\\\" name=\\\\\\\"shop_id\\\\\\\" >\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\" name=\\\\\\\"company_id\\\\\\\" >\\\\n                    <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_name\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Name</label>\\\\n                        <input type=\\\\\\\"text\\\\\\\" placeholder=\\\\\\\"Enter your Name\\\\\\\" id=\\\\\\\"st_contact_form_name\\\\\\\" name=\\\\\\\"name\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-4\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-email u-form-group\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_email\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Email</label>\\\\n                        <input type=\\\\\\\"email\\\\\\\" placeholder=\\\\\\\"Enter a valid email address\\\\\\\" id=\\\\\\\"st_contact_form_email\\\\\\\" name=\\\\\\\"email\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-5\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-group u-form-message\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_message\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Message</label>\\\\n                        <textarea placeholder=\\\\\\\"Enter your message\\\\\\\" rows=\\\\\\\"4\\\\\\\" cols=\\\\\\\"50\\\\\\\" id=\\\\\\\"st_contact_form_message\\\\\\\" name=\\\\\\\"message\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-6\\\\\\\" required=\\\\\\\"\\\\\\\"></textarea>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-form-group u-form-submit\\\\\\\">       \\\\n                        <input type=\\\\\\\"submit\\\\\\\" value=\\\\\\\"submit\\\\\\\" class=\\\\\\\"u-form-control\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-send-message u-form-send-success\\\\\\\"> Thank you! Your message has been sent. </div>\\\\n                    <div class=\\\\\\\"u-form-send-error u-form-send-message\\\\\\\"> Unable to send your message. Please fix errors then try again. </div>\\\\n                </form>\\\\n            </div>\\\\n    </div>\\\\n        </div>\\\\n    </div>\\\\n</div>\\\"},\\\"published_theme1_css\\\":null,\\\"unpublished_theme1_css\\\":null,\\\"published_vendor_list_template\\\":\\\"<div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2 u-section-2\\\\\\\">\\\\n    <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n      <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n        <h1 class=\\\\\\\"u-text u-text-default u-text-1\\\\\\\">{{$parentCompany->name_of_the_vendor_listing_page}}</h1>\\\\n        <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n          <form id=\\\\\\\"vendor_search_form\\\\\\\" action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.list\\\\\\\", [\\\\\\\"shop\\\\\\\" => $shop->shopify_domain]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\" source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n              <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n              <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search\\\\\\\" id=\\\\\\\"search_vendor\\\\\\\" name=\\\\\\\"search_vendor\\\\\\\" class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n            </div>\\\\n          </form>\\\\n        </div>\\\\n        <div class=\\\\\\\"loader\\\\\\\" ></div>\\\\n        <div class=\\\\\\\"u-container-layout-2 u-container-layout-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-products u-products-1\\\\\\\">                \\\\n                <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n                    @foreach($companies as $company)\\\\n                      <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2 container\\\\\\\">\\\\n                                  <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1 image-hover\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\">\\\\n                                  <h1 class=\\\\\\\"u-align-center u-product-control u-text u-text-1\\\\\\\">\\\\n                                      <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                                          {{$company->title}}\\\\n                                      </a>\\\\n                                      @if ($parentCompany->display_vendor_category && $company->vendor_category != \\\\\\\"\\\\\\\")\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->vendor_category}} </p>\\\\n                                      @endif\\\\n                                      @if ($parentCompany->display_vendor_location)\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}</p>\\\\n                                      @endif\\\\n                                  </h1>\\\\n                              </div>\\\\n                          </a>\\\\n                          @if ($parentCompany->display_vendor_short_description)\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"st-middle\\\\\\\">\\\\n                                  <div class=\\\\\\\"short-description st-white-text-overlay\\\\\\\" style=\\\\\\\"height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.4);\\\\\\\">\\\\n                                      {!! $company->short_description !!}\\\\n                                  </div>\\\\n                              </div>\\\\n                          </a>\\\\n                          @endif\\\\n                      </div>\\\\n                    @endforeach\\\\n                </div>\\\\n                <div>\\\\n                  {{ $companies->links() }}\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n      </div>\\\\n    </div>\\\\n  </div>\\\",\\\"unpublished_vendor_list_template\\\":\\\"<div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2 u-section-2\\\\\\\">\\\\n    <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n      <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n        <h1 class=\\\\\\\"u-text u-text-default u-text-1\\\\\\\">{{$parentCompany->name_of_the_vendor_listing_page}}</h1>\\\\n        <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n          <form id=\\\\\\\"vendor_search_form\\\\\\\" action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.list\\\\\\\", [\\\\\\\"shop\\\\\\\" => $shop->shopify_domain]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\" source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n              <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n              <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search\\\\\\\" id=\\\\\\\"search_vendor\\\\\\\" name=\\\\\\\"search_vendor\\\\\\\" class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n            </div>\\\\n          </form>\\\\n        </div>\\\\n        <div class=\\\\\\\"loader\\\\\\\" ></div>\\\\n        <div class=\\\\\\\"u-container-layout-2 u-container-layout-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-products u-products-1\\\\\\\">                \\\\n                <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n                    @foreach($companies as $company)\\\\n                      <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2 container\\\\\\\">\\\\n                                  <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1 image-hover\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\">\\\\n                                  <h1 class=\\\\\\\"u-align-center u-product-control u-text u-text-1\\\\\\\">\\\\n                                      <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                                          {{$company->title}}\\\\n                                      </a>\\\\n                                      @if ($parentCompany->display_vendor_category && $company->vendor_category != \\\\\\\"\\\\\\\")\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->vendor_category}} </p>\\\\n                                      @endif\\\\n                                      @if ($parentCompany->display_vendor_location)\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}</p>\\\\n                                      @endif\\\\n                                  </h1>\\\\n                              </div>\\\\n                          </a>\\\\n                          @if ($parentCompany->display_vendor_short_description)\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"st-middle\\\\\\\">\\\\n                                  <div class=\\\\\\\"short-description st-white-text-overlay\\\\\\\" style=\\\\\\\"height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.4);\\\\\\\">\\\\n                                      {!! $company->short_description !!}\\\\n                                  </div>\\\\n                              </div>\\\\n                          </a>\\\\n                          @endif\\\\n                      </div>\\\\n                    @endforeach\\\\n                </div>\\\\n                <div>\\\\n                  {{ $companies->links() }}\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n      </div>\\\\n    </div>\\\\n  </div>\\\",\\\"publish_pending\\\":false}\",\"published_and_unpublished_theme1_code_last_version\":\"{\\\"published_theme1_css\\\":null,\\\"published_theme1_template\\\":{\\\"main_page_template\\\":\\\"<div id=\\\\\\\"vendor-detail-page\\\\\\\">\\\\n    <input type=\\\\\\\"hidden\\\\\\\" id=\\\\\\\"company_id\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\">\\\\n    @if ($company->banner_link)\\\\n    <section class=\\\\\\\"u-clearfix u-section-1 bck-banner-img\\\\\\\" id=\\\\\\\"sec-44b5\\\\\\\" style=\\\\\\\"background-image: url({{$company->banner_link}});\\\\\\\">\\\\n    </section>\\\\n    @endif\\\\n    <div class=\\\\\\\"u-clearfix u-sheet u-valign-middle u-sheet-1\\\\\\\" style=\\\\\\\"min-height: 250px;\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-expanded-width u-gutter-0 u-layout-wrap u-layout-wrap-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-layout\\\\\\\">\\\\n                <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n                    <div class=\\\\\\\"u-align-center u-container-style u-layout-cell u-left-cell u-size-23 u-layout-cell-1\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\" style=\\\\\\\"height:max-content; display: flex; flex-direction: column; align-items: center; padding-right: 4rem; padding-top: 1.5rem;\\\\\\\">\\\\n                            <img alt=\\\\\\\"{{$company->title}}\\\\\\\" class=\\\\\\\"u-image u-image-circle\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\" data-image-width=\\\\\\\"150\\\\\\\" data-image-height=\\\\\\\"150\\\\\\\" style=\\\\\\\"width: 80%;\\\\\\\">\\\\n                            </img>\\\\n                             <div class=\\\\\\\"social-media-links\\\\\\\">\\\\n                            @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                            <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\">\\\\n                                    <svg class=\\\\\\\"u-svg-content\\\\\\\"  x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-0214\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#3B5998\\\\\\\" d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\">\\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-3589\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#55ACEE\\\\\\\" d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\">        \\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-d986\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                        </div>\\\\n                            @if ($parentCompany->display_vendor_location)\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-1\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}\\\\n                            </p>\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                            @endif\\\\n                        </div>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n                            <h2 style=\\\\\\\"margin-bottom: 0;\\\\\\\" class=\\\\\\\"u-text\\\\\\\">{{$company->brand_name}}</h2>\\\\n                            <p class=\\\\\\\"u-text u-text-3\\\\\\\">\\\\n                                {!! $company->about_us !!}\\\\n                            </p>\\\\n                        </div>\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </div>\\\\n    \\\\n    {{-- Tabs --}}\\\\n    <section class=\\\\\\\"u-align-center u-clearfix u-section-2\\\\\\\" id=\\\\\\\"carousel_37bc\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-tab-links-align-justify u-tabs u-tabs-1\\\\\\\" id=\\\\\\\"u-tabs\\\\\\\">\\\\n                <ul class=\\\\\\\"u-tab-list u-unstyled\\\\\\\" role=\\\\\\\"tablist\\\\\\\">\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_products_tab)\\\\n                    <li class=\\\\\\\"u-tab-item\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"active u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-1\\\\\\\" id=\\\\\\\"link-tab-products\\\\\\\" href=\\\\\\\"#tab-products\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-products\\\\\\\" aria-selected=\\\\\\\"true\\\\\\\">Products</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_policy_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-2\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-2\\\\\\\" id=\\\\\\\"link-tab-policy\\\\\\\" href=\\\\\\\"#tab-policy\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-policy\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Policy</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_about_us_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-aboutus\\\\\\\" href=\\\\\\\"#tab-aboutus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-aboutus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">About Us<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_events_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\"\\\\n                             id=\\\\\\\"link-tab-events\\\\\\\" href=\\\\\\\"#tab-events\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-events\\\\\\\"\\\\n                              aria-selected=\\\\\\\"false\\\\\\\">Events<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_contact_us_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-contactus\\\\\\\" href=\\\\\\\"#tab-contactus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-contactus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Contact Us<br>\\\\n                        </a>\\\\n                    </li>\\\\n                    @endif\\\\n                </ul>\\\\n                <div class=\\\\\\\"u-tab-content\\\\\\\">\\\\n                    <div class=\\\\\\\"u-container-style u-tab-active u-tab-pane u-white u-tab-pane-1\\\\\\\" id=\\\\\\\"tab-products\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-products\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-container-style u-tab-pane u-white u-tab-pane-2\\\\\\\" id=\\\\\\\"tab-policy\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-policy\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-aboutus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-aboutus\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-events\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-events\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white u-tab-pane-5\\\\\\\" id=\\\\\\\"tab-contactus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-contactus\\\\\\\">\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </section>\\\\n</div>\\\",\\\"product_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\">\\\\n    <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n        <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.details\\\\\\\", [\\\\\\\"shopDomain\\\\\\\" => $shop->shopify_domain,\\\\n        \\\\\\\"vendorTitle\\\\\\\"=>$vendorTitle, \\\\\\\"action\\\\\\\"=>\\\\\\\"products\\\\\\\"]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" id=\\\\\\\"search_product_form\\\\\\\"\\\\n        class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\"\\\\n        source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: left;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n                <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search Product\\\\\\\" id=\\\\\\\"st_search_product\\\\\\\" name=\\\\\\\"search_product\\\\\\\"\\\\n                class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n                <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$tags}}\\\\\\\" id=\\\\\\\"st_search_product_by_tag\\\\\\\" name=\\\\\\\"search_product_by_tag\\\\\\\">\\\\n            </div>\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: right;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control u-label\\\\\\\" style=\\\\\\\"margin-left: auto;\\\\\\\">Sort By</label>\\\\n                <select name=\\\\\\\"sort_by\\\\\\\" id=\\\\\\\"st_product_list_sort_by\\\\\\\" class=\\\\\\\"filters-toolbar__input\\\\\\\" aria-describedby=\\\\\\\"a11y-refresh-page-message \\\\n                a11y-selection-message\\\\\\\" data-default-sortby=\\\\\\\"title-descending\\\\\\\">\\\\n                    <option value=\\\\\\\"title-ascending\\\\\\\" {{$orderBy == \\\\\\\"title-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, A-Z</option>\\\\n                    <option value=\\\\\\\"title-descending\\\\\\\" {{$orderBy == \\\\\\\"title-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, Z-A</option>\\\\n                    <option value=\\\\\\\"price-ascending\\\\\\\" {{$orderBy == \\\\\\\"price-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price , Low To High</option>\\\\n                    <option value=\\\\\\\"price-descending\\\\\\\" {{$orderBy == \\\\\\\"price-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price, High To Low</option>\\\\n                    <option value=\\\\\\\"best-selling\\\\\\\" {{$orderBy == \\\\\\\"best-selling\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Best Selling</option>\\\\n                    <option value=\\\\\\\"date-ascending\\\\\\\" {{$orderBy == \\\\\\\"date-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, New To Old</option>\\\\n                    <option value=\\\\\\\"date-descending\\\\\\\" {{$orderBy == \\\\\\\"date-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, Old To New</option>\\\\n                </select>\\\\n            </div>\\\\n            <div style=\\\\\\\"clear: both;\\\\\\\"></div>\\\\n        </form>\\\\n    </div>\\\\n    <div class=\\\\\\\"u-products u-products-1\\\\\\\">\\\\n        <div class=\\\\\\\"loader hide\\\\\\\"></div>\\\\n        @if ($products && sizeof($products) > 0)\\\\n        <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n            @foreach($products as $product)\\\\n                <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                    <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/products/{{$product->handle}}\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2\\\\\\\">\\\\n                            <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1\\\\\\\" \\\\n                            src=\\\\\\\"{{$product->image}}\\\\\\\">\\\\n                            @if($parentCompany->handle_out_of_stock_products == \\\\\\\"list_out_of_stock_products_with_out_of_stock_label\\\\\\\" && $product->isOutOfStock())\\\\n                                <p class=\\\\\\\"hidden-text u-out-of-stock-text\\\\\\\">OUT OF STOCK</p>\\\\n                            @endif\\\\n\\\\n                            <div class=\\\\\\\"u-product-control u-product-price u-product-price-1\\\\\\\">\\\\n                                <div class=\\\\\\\"u-price-wrapper u-spacing-10\\\\\\\">\\\\n                                    <div class=\\\\\\\"u-price u-text-palette-2-base\\\\\\\" style=\\\\\\\"font-weight: 700;\\\\\\\">\\\\n                                        <p class=\\\\\\\"u-product-title text-muted\\\\\\\" style=\\\\\\\"text-decoration: none;\\\\\\\">\\\\n                                            {{$product->title}}\\\\n                                        </p>\\\\n                                        @if($product->has_only_default_variant)\\\\n                                        {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                         $product->shop->currency}} \\\\n                                        {{$product->lowestPricedVariant->first() ? $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\"}}\\\\n                                        @else\\\\n                                        From: {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                        $product->shop->currency}} {{ $product->lowestPricedVariant->first() ?\\\\n                                        $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\" }}\\\\n                                        @endif\\\\n                                    </div>\\\\n                                </div>\\\\n                            </div>\\\\n                        </div>\\\\n                    </a>\\\\n                </div>\\\\n            @endforeach\\\\n        </div>\\\\n        <div>\\\\n            {{ $products->links() }}\\\\n        </div>\\\\n        @else\\\\n        <div style=\\\\\\\"margin: auto;\\\\\\\">\\\\n            <h3>No Products Found</h3>\\\\n        </div>\\\\n        @endif\\\\n    </div>\\\\n</div>\\\",\\\"about_us_template\\\":\\\"<div class=\\\\\\\"u-aboutus-container\\\\\\\"> <div class=\\\\\\\"u-aboutus-row\\\\\\\"> {!! $aboutus !!} </div></div>\\\",\\\"policy_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">{!! $policy !!}</div>\\\\n</div>\\\",\\\"contact_us_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-left-cell u-size-30 u-layout-cell-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-container-layout-10\\\\\\\">\\\\n                <h2 class=\\\\\\\"u-text u-text-grey-70 u-text-8\\\\\\\">Contact us</h2>\\\\n                <h6 class=\\\\\\\"u-text u-text-grey-50 u-text-9\\\\\\\">{{$company->brand_name}}</h6>\\\\n                @if ($parentCompany->display_vendor_location)\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10\\\\\\\">{{ $company->address_line_1 ? $company->address_line_1.\\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\" }} {{ $company->address_line_2 ? $company->address_line_2 : \\\\\\\"\\\\\\\" }} <br>\\\\n                    {{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}                                        \\\\n                    </p>\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                @endif\\\\n                <div class=\\\\\\\"u-social-icons u-spacing-20 u-social-icons-1\\\\\\\">\\\\n                @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-facebook u-social-icon u-icon-2\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-50ee\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-50ee\\\\\\\"><path d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-twitter u-icon-3\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-d346\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-d346\\\\\\\"><path d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-instagram u-icon-4\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-dd2a\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-dd2a\\\\\\\"><path d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path><path d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path><path d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif                \\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-30 u-layout-cell-2\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-valign-middle u-container-layout-11\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-form u-form-2\\\\\\\">\\\\n                <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.contact\\\\\\\") }}\\\\\\\" id=\\\\\\\"st_vendor_contact_form\\\\\\\" method=\\\\\\\"POST\\\\\\\" class=\\\\\\\"u-clearfix u-form-spacing-24 u-form-vertical u-inner-form\\\\\\\" style=\\\\\\\"padding: 24px;\\\\\\\" source=\\\\\\\"custom\\\\\\\" name=\\\\\\\"form\\\\\\\">\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$shop->id}}\\\\\\\" name=\\\\\\\"shop_id\\\\\\\" >\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\" name=\\\\\\\"company_id\\\\\\\" >\\\\n                    <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_name\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Name</label>\\\\n                        <input type=\\\\\\\"text\\\\\\\" placeholder=\\\\\\\"Enter your Name\\\\\\\" id=\\\\\\\"st_contact_form_name\\\\\\\" name=\\\\\\\"name\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-4\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-email u-form-group\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_email\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Email</label>\\\\n                        <input type=\\\\\\\"email\\\\\\\" placeholder=\\\\\\\"Enter a valid email address\\\\\\\" id=\\\\\\\"st_contact_form_email\\\\\\\" name=\\\\\\\"email\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-5\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-group u-form-message\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_message\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Message</label>\\\\n                        <textarea placeholder=\\\\\\\"Enter your message\\\\\\\" rows=\\\\\\\"4\\\\\\\" cols=\\\\\\\"50\\\\\\\" id=\\\\\\\"st_contact_form_message\\\\\\\" name=\\\\\\\"message\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-6\\\\\\\" required=\\\\\\\"\\\\\\\"></textarea>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-form-group u-form-submit\\\\\\\">       \\\\n                        <input type=\\\\\\\"submit\\\\\\\" value=\\\\\\\"submit\\\\\\\" class=\\\\\\\"u-form-control\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-send-message u-form-send-success\\\\\\\"> Thank you! Your message has been sent. </div>\\\\n                    <div class=\\\\\\\"u-form-send-error u-form-send-message\\\\\\\"> Unable to send your message. Please fix errors then try again. </div>\\\\n                </form>\\\\n            </div>\\\\n    </div>\\\\n        </div>\\\\n    </div>\\\\n</div>\\\"},\\\"published_vendor_list_template\\\":\\\"<div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2 u-section-2\\\\\\\">\\\\n    <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n      <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n        <h1 class=\\\\\\\"u-text u-text-default u-text-1\\\\\\\">{{$parentCompany->name_of_the_vendor_listing_page}}</h1>\\\\n        <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n          <form id=\\\\\\\"vendor_search_form\\\\\\\" action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.list\\\\\\\", [\\\\\\\"shop\\\\\\\" => $shop->shopify_domain]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\" source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n              <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n              <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search\\\\\\\" id=\\\\\\\"search_vendor\\\\\\\" name=\\\\\\\"search_vendor\\\\\\\" class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n            </div>\\\\n          </form>\\\\n        </div>\\\\n        <div class=\\\\\\\"loader\\\\\\\" ></div>\\\\n        <div class=\\\\\\\"u-container-layout-2 u-container-layout-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-products u-products-1\\\\\\\">                \\\\n                <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n                    @foreach($companies as $company)\\\\n                      <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2 container\\\\\\\">\\\\n                                  <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1 image-hover\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\">\\\\n                                  <h1 class=\\\\\\\"u-align-center u-product-control u-text u-text-1\\\\\\\">\\\\n                                      <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                                          {{$company->title}}\\\\n                                      </a>\\\\n                                      @if ($parentCompany->display_vendor_category && $company->vendor_category != \\\\\\\"\\\\\\\")\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->vendor_category}} </p>\\\\n                                      @endif\\\\n                                      @if ($parentCompany->display_vendor_location)\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}</p>\\\\n                                      @endif\\\\n                                  </h1>\\\\n                              </div>\\\\n                          </a>\\\\n                          @if ($parentCompany->display_vendor_short_description)\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"st-middle\\\\\\\">\\\\n                                  <div class=\\\\\\\"short-description st-white-text-overlay\\\\\\\" style=\\\\\\\"height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.4);\\\\\\\">\\\\n                                      {!! $company->short_description !!}\\\\n                                  </div>\\\\n                              </div>\\\\n                          </a>\\\\n                          @endif\\\\n                      </div>\\\\n                    @endforeach\\\\n                </div>\\\\n                <div>\\\\n                  {{ $companies->links() }}\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n      </div>\\\\n    </div>\\\\n  </div>\\\"}\",\"left_days_14_day_trial\":null,\"currency_country\":{\"id\":98,\"name\":\"India\",\"code\":\"IN\",\"dial_code\":\"+91\",\"currency_name\":\"Indian rupee\",\"currency_symbol\":\"Rs.\",\"currency_code\":\"INR\",\"created_at\":null,\"updated_at\":\"2020-08-19T20:32:46.000000Z\",\"name_with_symbole\":\"Indian rupee - Rs.\"}}}]\n","type":"text"},{"key":"pickup_address","value":"{\"zip\":\"380002\",\"city\":\"Ahmedabad\",\"name\":\"het pansara\",\"email\":\"abcd@gmail.com\",\"phone\":\"\",\"country\":\"India\",\"address1\":\"\",\"address2\":\"\",\"province\":\"Gujarat\",\"last_name\":\"pansara\",\"first_name\":\"het\",\"unique_name\":\"#2925_Madhukar\",\"country_code\":\"IN\",\"province_code\":\"GJ\",\"default_address\":{\"name\":\"het pansara\"}}","type":"text"},{"key":"shipping_address","value":"{\"name\":\"varshil-test\",\"zip\":\"380004\",\"email\":\"varshil@gmail.com\",\"city\":\"Ahmedabad\",\"phone\":\"4567891230\",\"address1\":\"shipturtle\",\"address2\":\"shipturtle\",\"province\":\"Gujarat\",\"country\":\"India\",\"province_code\":\"GJ\",\"country_code\":\"IN\"}","type":"text"},{"key":"type_of_order","value":"return_order","type":"text"},{"key":"id","value":"6578938","type":"text"},{"key":"unique_name","value":"#2925_Madhukar_Return","type":"text"},{"key":"return_reason","value":"undefined","type":"text"}]},"url":"https://api.shipturtle.com/api/v1/orders/store-initiate-order"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Jan 2024 06:14:04 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"Vary","value":"Origin,Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"provider_id\": 5599920980271,\n        \"email\": \"abcd@gmail.com\",\n        \"closed_at\": null,\n        \"number\": 1925,\n        \"note\": null,\n        \"token\": \"c89d507eacf398fab7146f9e3b81f14e\",\n        \"gateway\": \"manual\",\n        \"test\": \"0\",\n        \"total_price\": 111,\n        \"subtotal_price\": 100,\n        \"total_weight\": 0,\n        \"total_tax\": 11,\n        \"taxes_included\": \"0\",\n        \"currency\": \"INR\",\n        \"financial_status\": \"pending\",\n        \"confirmed\": \"1\",\n        \"total_discounts\": 0,\n        \"total_line_items_price\": 100,\n        \"cart_token\": null,\n        \"buyer_accepts_marketing\": \"0\",\n        \"name\": \"#2925\",\n        \"total_price_usd\": null,\n        \"user_id\": 92574581039,\n        \"location_id\": null,\n        \"processed_at\": \"2023-12-26 18:17:05\",\n        \"device_id\": null,\n        \"phone\": \"911234567890\",\n        \"customer_locale\": \"en\",\n        \"app_id\": \"1354745\",\n        \"browser_ip\": \"14.139.122.17\",\n        \"order_number\": \"2925\",\n        \"processing_method\": null,\n        \"checkout_id\": 37164534300975,\n        \"source_name\": \"shopify_draft_order\",\n        \"contact_email\": \"abcd@gmail.com\",\n        \"order_status_url\": \"https://violetplants.myshopify.com/72559657263/orders/c89d507eacf398fab7146f9e3b81f14e/authenticate?key=b5ec52aaedaaee73ed4722db3b169038\",\n        \"total_tip_received\": 0,\n        \"admin_graphql_api_id\": \"gid://shopify/Order/5599920980271\",\n        \"created_at\": \"2023-12-26T13:01:50.000000Z\",\n        \"updated_at\": \"2023-12-26T13:01:50.000000Z\",\n        \"deleted_at\": null,\n        \"shipping_address_id\": null,\n        \"billing_address_id\": null,\n        \"status\": \"New Orders\",\n        \"status_sequence\": 1,\n        \"shipping_price\": \"0\",\n        \"shipping_lines\": null,\n        \"total_line_items_price_set\": \"{\\\"shop_money\\\":{\\\"amount\\\":\\\"100.00\\\",\\\"currency_code\\\":\\\"INR\\\"},\\\"presentment_money\\\":{\\\"amount\\\":\\\"100.00\\\",\\\"currency_code\\\":\\\"INR\\\"}}\",\n        \"payment_gateway_names\": \"[\\\"manual\\\"]\",\n        \"discount_codes\": null,\n        \"total_discounts_set\": \"{\\\"shop_money\\\":{\\\"amount\\\":\\\"0.00\\\",\\\"currency_code\\\":\\\"INR\\\"},\\\"presentment_money\\\":{\\\"amount\\\":\\\"0.00\\\",\\\"currency_code\\\":\\\"INR\\\"}}\",\n        \"store_id\": 4147,\n        \"company_id\": 212738,\n        \"provider\": \"shopify\",\n        \"id\": 1925031522652,\n        \"original_shipping_address\": {\n            \"zip\": null,\n            \"city\": \"\",\n            \"name\": \"het pansara\",\n            \"email\": \"abcd@gmail.com\",\n            \"phone\": null,\n            \"company\": null,\n            \"country\": \"India\",\n            \"address1\": \"\",\n            \"address2\": null,\n            \"latitude\": null,\n            \"province\": \"Andaman and Nicobar Islands\",\n            \"last_name\": \"pansara\",\n            \"longitude\": null,\n            \"first_name\": \"het\",\n            \"country_code\": \"IN\",\n            \"province_code\": \"AN\"\n        },\n        \"original_billing_address\": {\n            \"zip\": null,\n            \"city\": \"\",\n            \"name\": \"het pansara\",\n            \"phone\": null,\n            \"company\": null,\n            \"country\": \"India\",\n            \"address1\": \"\",\n            \"address2\": null,\n            \"latitude\": null,\n            \"province\": \"Andaman and Nicobar Islands\",\n            \"last_name\": \"pansara\",\n            \"longitude\": null,\n            \"first_name\": \"het\",\n            \"country_code\": \"IN\",\n            \"province_code\": \"AN\"\n        },\n        \"original_line_items\": [\n            {\n                \"id\": 14355097485615,\n                \"sku\": \"Test_11\",\n                \"name\": \"1000x10001 - M / Blue\",\n                \"grams\": 0,\n                \"price\": \"100.00\",\n                \"title\": \"1000x10001\",\n                \"duties\": [],\n                \"vendor\": \"Madhukar\",\n                \"taxable\": true,\n                \"quantity\": 1,\n                \"gift_card\": false,\n                \"price_set\": {\n                    \"shop_money\": {\n                        \"amount\": \"100.00\",\n                        \"currency_code\": \"INR\"\n                    },\n                    \"presentment_money\": {\n                        \"amount\": \"100.00\",\n                        \"currency_code\": \"INR\"\n                    }\n                },\n                \"tax_lines\": [\n                    {\n                        \"rate\": 0.11,\n                        \"price\": \"11.00\",\n                        \"title\": \"IGST\",\n                        \"price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"11.00\",\n                                \"currency_code\": \"INR\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"11.00\",\n                                \"currency_code\": \"INR\"\n                            }\n                        },\n                        \"channel_liable\": false\n                    }\n                ],\n                \"product_id\": 8301351371055,\n                \"properties\": [],\n                \"variant_id\": 45087029854511,\n                \"variant_title\": \"M / Blue\",\n                \"product_exists\": true,\n                \"total_discount\": \"0.00\",\n                \"requires_shipping\": true,\n                \"fulfillment_status\": null,\n                \"total_discount_set\": {\n                    \"shop_money\": {\n                        \"amount\": \"0.00\",\n                        \"currency_code\": \"INR\"\n                    },\n                    \"presentment_money\": {\n                        \"amount\": \"0.00\",\n                        \"currency_code\": \"INR\"\n                    }\n                },\n                \"fulfillment_service\": \"manual\",\n                \"admin_graphql_api_id\": \"gid://shopify/LineItem/14355097485615\",\n                \"discount_allocations\": [],\n                \"fulfillable_quantity\": 1,\n                \"variant_inventory_management\": \"shopify\"\n            }\n        ],\n        \"tax_included\": null,\n        \"discount_applications\": null,\n        \"tax_lines\": \"[{\\\"rate\\\": 0.11, \\\"price\\\": \\\"11.00\\\", \\\"title\\\": \\\"IGST\\\", \\\"price_set\\\": {\\\"shop_money\\\": {\\\"amount\\\": \\\"11.00\\\", \\\"currency_code\\\": \\\"INR\\\"}, \\\"presentment_money\\\": {\\\"amount\\\": \\\"11.00\\\", \\\"currency_code\\\": \\\"INR\\\"}}, \\\"channel_liable\\\": false}]\",\n        \"total_shipping_price_set\": \"{\\\"shop_money\\\": {\\\"amount\\\": \\\"0.00\\\", \\\"currency_code\\\": \\\"INR\\\"}, \\\"presentment_money\\\": {\\\"amount\\\": \\\"0.00\\\", \\\"currency_code\\\": \\\"INR\\\"}}\",\n        \"subtotal_price_set\": \"{\\\"shop_money\\\": {\\\"amount\\\": \\\"100.00\\\", \\\"currency_code\\\": \\\"INR\\\"}, \\\"presentment_money\\\": {\\\"amount\\\": \\\"100.00\\\", \\\"currency_code\\\": \\\"INR\\\"}}\",\n        \"total_price_set\": \"{\\\"shop_money\\\": {\\\"amount\\\": \\\"111.00\\\", \\\"currency_code\\\": \\\"INR\\\"}, \\\"presentment_money\\\": {\\\"amount\\\": \\\"111.00\\\", \\\"currency_code\\\": \\\"INR\\\"}}\",\n        \"total_tax_set\": \"{\\\"shop_money\\\": {\\\"amount\\\": \\\"11.00\\\", \\\"currency_code\\\": \\\"INR\\\"}, \\\"presentment_money\\\": {\\\"amount\\\": \\\"11.00\\\", \\\"currency_code\\\": \\\"INR\\\"}}\",\n        \"fulfillments\": null,\n        \"customer\": \"{\\\"id\\\": 7630784266543, \\\"note\\\": null, \\\"tags\\\": \\\"\\\", \\\"email\\\": \\\"abcd@gmail.com\\\", \\\"phone\\\": \\\"+911234567890\\\", \\\"state\\\": \\\"disabled\\\", \\\"currency\\\": \\\"INR\\\", \\\"last_name\\\": \\\"joshi\\\", \\\"created_at\\\": \\\"2023-10-11T15:14:50+05:30\\\", \\\"first_name\\\": \\\"varshil\\\", \\\"tax_exempt\\\": false, \\\"updated_at\\\": \\\"2023-12-26T18:17:06+05:30\\\", \\\"tax_exemptions\\\": [], \\\"verified_email\\\": true, \\\"default_address\\\": {\\\"id\\\": 9782726361391, \\\"zip\\\": null, \\\"city\\\": \\\"\\\", \\\"name\\\": \\\"het pansara\\\", \\\"phone\\\": null, \\\"company\\\": null, \\\"country\\\": \\\"India\\\", \\\"default\\\": true, \\\"address1\\\": \\\"\\\", \\\"address2\\\": null, \\\"province\\\": \\\"Andaman and Nicobar Islands\\\", \\\"last_name\\\": \\\"pansara\\\", \\\"first_name\\\": \\\"het\\\", \\\"customer_id\\\": 7630784266543, \\\"country_code\\\": \\\"IN\\\", \\\"country_name\\\": \\\"India\\\", \\\"province_code\\\": \\\"AN\\\"}, \\\"accepts_marketing\\\": false, \\\"admin_graphql_api_id\\\": \\\"gid://shopify/Customer/7630784266543\\\", \\\"multipass_identifier\\\": null, \\\"sms_marketing_consent\\\": {\\\"state\\\": \\\"not_subscribed\\\", \\\"opt_in_level\\\": \\\"single_opt_in\\\", \\\"consent_updated_at\\\": null, \\\"consent_collected_from\\\": \\\"SHOPIFY\\\"}, \\\"marketing_opt_in_level\\\": null, \\\"email_marketing_consent\\\": {\\\"state\\\": \\\"not_subscribed\\\", \\\"opt_in_level\\\": \\\"single_opt_in\\\", \\\"consent_updated_at\\\": null}, \\\"accepts_marketing_updated_at\\\": \\\"2023-12-20T14:08:55+05:30\\\"}\",\n        \"total_discount\": \"0\",\n        \"shop_id\": 4147,\n        \"order_discount\": null,\n        \"cancelled_at\": null,\n        \"label\": null,\n        \"current_total_discounts\": 0,\n        \"current_total_discounts_set\": {\n            \"shop_money\": {\n                \"amount\": \"0.00\",\n                \"currency_code\": \"INR\"\n            },\n            \"presentment_money\": {\n                \"amount\": \"0.00\",\n                \"currency_code\": \"INR\"\n            }\n        },\n        \"current_total_duties_set\": null,\n        \"current_total_price\": 111,\n        \"current_total_price_set\": {\n            \"shop_money\": {\n                \"amount\": \"111.00\",\n                \"currency_code\": \"INR\"\n            },\n            \"presentment_money\": {\n                \"amount\": \"111.00\",\n                \"currency_code\": \"INR\"\n            }\n        },\n        \"current_subtotal_price\": 100,\n        \"current_subtotal_price_set\": {\n            \"shop_money\": {\n                \"amount\": \"100.00\",\n                \"currency_code\": \"INR\"\n            },\n            \"presentment_money\": {\n                \"amount\": \"100.00\",\n                \"currency_code\": \"INR\"\n            }\n        },\n        \"current_total_tax\": 11,\n        \"current_total_tax_set\": {\n            \"shop_money\": {\n                \"amount\": \"11.00\",\n                \"currency_code\": \"INR\"\n            },\n            \"presentment_money\": {\n                \"amount\": \"11.00\",\n                \"currency_code\": \"INR\"\n            }\n        },\n        \"note_attributes\": null,\n        \"tags\": \"duplicate\",\n        \"pickup_address\": null,\n        \"type_of_order\": \"forward_order\",\n        \"total_outstanding\": 111,\n        \"shipping_address\": null,\n        \"billing_address\": null,\n        \"shop\": {\n            \"id\": 4147,\n            \"shopify_domain\": \"violetplants.myshopify.com\",\n            \"shopify_token\": null,\n            \"created_at\": \"2023-07-13T10:19:49.000000Z\",\n            \"updated_at\": \"2024-01-01T13:07:55.000000Z\",\n            \"grandfathered\": false,\n            \"deleted_at\": null,\n            \"namespace\": null,\n            \"plan_id\": 621,\n            \"freemium\": false,\n            \"name\": \"violetplants\",\n            \"email\": \"violetplants123@gmail.com\",\n            \"province\": \"WB\",\n            \"country\": {\n                \"id\": 98,\n                \"name\": \"India\",\n                \"code\": \"IN\",\n                \"dial_code\": \"+91\",\n                \"currency_name\": \"Indian rupee\",\n                \"currency_symbol\": \"Rs.\",\n                \"currency_code\": \"INR\",\n                \"created_at\": null,\n                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                \"name_with_symbole\": \"Indian rupee - Rs.\"\n            },\n            \"address1\": \"123 Old Court House Street Lal Dighi B.B.D. Bagh\",\n            \"zip\": \"700001\",\n            \"city\": \"Kolkata\",\n            \"source\": null,\n            \"phone\": \"12345678\",\n            \"latitude\": \"22.5685769\",\n            \"longitude\": \"88.3492417\",\n            \"primary_locale\": \"en\",\n            \"address2\": \"\",\n            \"country_code\": \"IN\",\n            \"country_name\": \"India\",\n            \"currency\": \"INR\",\n            \"customer_email\": \"violetplants123@gmail.com\",\n            \"timezone\": \"(GMT+05:30) Asia/Kolkata\",\n            \"iana_timezone\": \"Asia/Kolkata\",\n            \"shop_owner\": \"Sharad Kabra\",\n            \"money_format\": \"Rs. {{amount}}\",\n            \"money_with_currency_format\": \"Rs. {{amount}}\",\n            \"weight_unit\": \"gm\",\n            \"province_code\": \"WB\",\n            \"taxes_included\": false,\n            \"tax_shipping\": false,\n            \"county_taxes\": true,\n            \"plan_display_name\": \"Basic Shopify\",\n            \"plan_name\": \"basic\",\n            \"has_discounts\": \"1\",\n            \"has_gift_cards\": \"1\",\n            \"money_in_emails_format\": \"Rs. {{amount}}\",\n            \"money_with_currency_in_emails_format\": \"Rs. {{amount}}\",\n            \"eligible_for_payments\": \"0\",\n            \"requires_extra_payments_agreement\": \"0\",\n            \"primary_location_id\": \"94960419119\",\n            \"multi_location_enabled\": \"1\",\n            \"channel_id\": null,\n            \"company_id\": 212738,\n            \"user_id\": 28343,\n            \"verifying_plan\": 967,\n            \"dimension_unit\": \"inch\",\n            \"override_taxes\": false,\n            \"provider\": \"shopify\",\n            \"maintain_hs_information_in_shipturtle\": false,\n            \"automatically_update_order_status_on_shopify\": true,\n            \"charge_tax\": \"0\",\n            \"enable_tax_on_shipping\": false,\n            \"tax_on_shipping\": 0,\n            \"automatically_update_product_status_on_shopify\": true,\n            \"parent_id\": null,\n            \"setup_pending\": false,\n            \"product_types_sold_on_store\": \"physical_products_only\",\n            \"carrier_service_id\": null,\n            \"extra_info\": \"{\\\"location_sync_status\\\":[true,\\\"2023-05-29 10:50:37\\\"],\\\"product_sync_status\\\":[true,\\\"2023-05-29 10:51:10\\\"],\\\"inventory_level_sync_status\\\":[true,\\\"2023-05-29 10:51:13\\\"],\\\"order_sync_status\\\":[true,\\\"2023-05-29 10:53:11\\\"]}\",\n            \"payment_method_settings\": {\n                \"0\": null,\n                \"payu_in_paisa\": \"paid\",\n                \"cash_on_delivery\": \"paid\",\n                \"manual\": \"paid\",\n                \"cashfree\": \"paid\",\n                \"Cash on Delivery (COD)\": \"cod\",\n                \"gift_card\": \"paid\",\n                \"paytm\": \"paid\",\n                \"stripe\": \"paid\",\n                \"payu_india\": \"paid\",\n                \"razorpay_cards_upi_netbanking_wallets_\": \"paid\",\n                \"neft\": \"paid\",\n                \"paypal\": \"paid\",\n                \"shopify_payments\": \"paid\",\n                \"amazon_payments\": \"paid\",\n                \"razorpay_all_cards_netbanking_wallets_\": \"paid\",\n                \"Etsy\": \"paid\",\n                \"clearpay\": \"paid\",\n                \"Bank Deposit/Mobile Transfer\": \"paid\",\n                \"E-Transfer\": \"paid\",\n                \"cash\": \"cod\",\n                \"eBay/PayPal\": \"paid\",\n                \"amazon_marketplace\": \"paid\",\n                \"ccavenue\": \"paid\",\n                \"payu_in\": \"paid\",\n                \"bogus\": \"paid\",\n                \"\": null,\n                \"money_order\": \"cod\",\n                \"bank_deposit\": null\n            },\n            \"enable_payment_settings\": false,\n            \"script_js_id\": \"234600726831\",\n            \"shopify_namespace\": \"shipturtle\",\n            \"password\": \"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\",\n            \"password_updated_at\": \"2023-12-19\",\n            \"domain\": null,\n            \"shopify_freemium\": 0,\n            \"plan_id_onetime\": null,\n            \"shipment_movement\": \"on_shipment\",\n            \"14_day_trial_expired\": true,\n            \"keep_credits\": 0,\n            \"change_base\": 1,\n            \"shop_setup_instructions\": \"{\\\"store_type\\\":\\\"market_place\\\"}\",\n            \"store_setup\": \"{\\\"is_setup_complete\\\":null,\\\"step\\\":\\\"1\\\"}\",\n            \"published_and_unpublished_theme1_code\": \"{\\\"published_theme1_template\\\":{\\\"main_page_template\\\":\\\"<div id=\\\\\\\"vendor-detail-page\\\\\\\">\\\\n    <input type=\\\\\\\"hidden\\\\\\\" id=\\\\\\\"company_id\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\">\\\\n    @if ($company->banner_link)\\\\n    <section class=\\\\\\\"u-clearfix u-section-1 bck-banner-img\\\\\\\" id=\\\\\\\"sec-44b5\\\\\\\" style=\\\\\\\"background-image: url({{$company->banner_link}});\\\\\\\">\\\\n    </section>\\\\n    @endif\\\\n    <div class=\\\\\\\"u-clearfix u-sheet u-valign-middle u-sheet-1\\\\\\\" style=\\\\\\\"min-height: 250px;\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-expanded-width u-gutter-0 u-layout-wrap u-layout-wrap-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-layout\\\\\\\">\\\\n                <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n                    <div class=\\\\\\\"u-align-center u-container-style u-layout-cell u-left-cell u-size-23 u-layout-cell-1\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\" style=\\\\\\\"height:max-content; display: flex; flex-direction: column; align-items: center; padding-right: 4rem; padding-top: 1.5rem;\\\\\\\">\\\\n                            <img alt=\\\\\\\"{{$company->title}}\\\\\\\" class=\\\\\\\"u-image u-image-circle\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\" data-image-width=\\\\\\\"150\\\\\\\" data-image-height=\\\\\\\"150\\\\\\\" style=\\\\\\\"width: 80%;\\\\\\\">\\\\n                            </img>\\\\n                             <div class=\\\\\\\"social-media-links\\\\\\\">\\\\n                            @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                            <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\">\\\\n                                    <svg class=\\\\\\\"u-svg-content\\\\\\\"  x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-0214\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#3B5998\\\\\\\" d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\">\\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-3589\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#55ACEE\\\\\\\" d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\">        \\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-d986\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                        </div>\\\\n                            @if ($parentCompany->display_vendor_location)\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-1\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}\\\\n                            </p>\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                            @endif\\\\n                        </div>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n                            <h2 style=\\\\\\\"margin-bottom: 0;\\\\\\\" class=\\\\\\\"u-text\\\\\\\">{{$company->brand_name}}</h2>\\\\n                            <p class=\\\\\\\"u-text u-text-3\\\\\\\">\\\\n                                {!! $company->about_us !!}\\\\n                            </p>\\\\n                        </div>\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </div>\\\\n    \\\\n    {{-- Tabs --}}\\\\n    <section class=\\\\\\\"u-align-center u-clearfix u-section-2\\\\\\\" id=\\\\\\\"carousel_37bc\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-tab-links-align-justify u-tabs u-tabs-1\\\\\\\" id=\\\\\\\"u-tabs\\\\\\\">\\\\n                <ul class=\\\\\\\"u-tab-list u-unstyled\\\\\\\" role=\\\\\\\"tablist\\\\\\\">\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_products_tab)\\\\n                    <li class=\\\\\\\"u-tab-item\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"active u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-1\\\\\\\" id=\\\\\\\"link-tab-products\\\\\\\" href=\\\\\\\"#tab-products\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-products\\\\\\\" aria-selected=\\\\\\\"true\\\\\\\">Products</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_policy_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-2\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-2\\\\\\\" id=\\\\\\\"link-tab-policy\\\\\\\" href=\\\\\\\"#tab-policy\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-policy\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Policy</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_about_us_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-aboutus\\\\\\\" href=\\\\\\\"#tab-aboutus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-aboutus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">About Us<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_events_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\"\\\\n                             id=\\\\\\\"link-tab-events\\\\\\\" href=\\\\\\\"#tab-events\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-events\\\\\\\"\\\\n                              aria-selected=\\\\\\\"false\\\\\\\">Events<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_contact_us_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-contactus\\\\\\\" href=\\\\\\\"#tab-contactus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-contactus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Contact Us<br>\\\\n                        </a>\\\\n                    </li>\\\\n                    @endif\\\\n                </ul>\\\\n                <div class=\\\\\\\"u-tab-content\\\\\\\">\\\\n                    <div class=\\\\\\\"u-container-style u-tab-active u-tab-pane u-white u-tab-pane-1\\\\\\\" id=\\\\\\\"tab-products\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-products\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-container-style u-tab-pane u-white u-tab-pane-2\\\\\\\" id=\\\\\\\"tab-policy\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-policy\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-aboutus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-aboutus\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-events\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-events\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white u-tab-pane-5\\\\\\\" id=\\\\\\\"tab-contactus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-contactus\\\\\\\">\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </section>\\\\n</div>\\\",\\\"product_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\">\\\\n    <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n        <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.details\\\\\\\", [\\\\\\\"shopDomain\\\\\\\" => $shop->shopify_domain,\\\\n        \\\\\\\"vendorTitle\\\\\\\"=>$vendorTitle, \\\\\\\"action\\\\\\\"=>\\\\\\\"products\\\\\\\"]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" id=\\\\\\\"search_product_form\\\\\\\"\\\\n        class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\"\\\\n        source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: left;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n                <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search Product\\\\\\\" id=\\\\\\\"st_search_product\\\\\\\" name=\\\\\\\"search_product\\\\\\\"\\\\n                class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n                <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$tags}}\\\\\\\" id=\\\\\\\"st_search_product_by_tag\\\\\\\" name=\\\\\\\"search_product_by_tag\\\\\\\">\\\\n            </div>\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: right;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control u-label\\\\\\\" style=\\\\\\\"margin-left: auto;\\\\\\\">Sort By</label>\\\\n                <select name=\\\\\\\"sort_by\\\\\\\" id=\\\\\\\"st_product_list_sort_by\\\\\\\" class=\\\\\\\"filters-toolbar__input\\\\\\\" aria-describedby=\\\\\\\"a11y-refresh-page-message \\\\n                a11y-selection-message\\\\\\\" data-default-sortby=\\\\\\\"title-descending\\\\\\\">\\\\n                    <option value=\\\\\\\"title-ascending\\\\\\\" {{$orderBy == \\\\\\\"title-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, A-Z</option>\\\\n                    <option value=\\\\\\\"title-descending\\\\\\\" {{$orderBy == \\\\\\\"title-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, Z-A</option>\\\\n                    <option value=\\\\\\\"price-ascending\\\\\\\" {{$orderBy == \\\\\\\"price-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price , Low To High</option>\\\\n                    <option value=\\\\\\\"price-descending\\\\\\\" {{$orderBy == \\\\\\\"price-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price, High To Low</option>\\\\n                    <option value=\\\\\\\"best-selling\\\\\\\" {{$orderBy == \\\\\\\"best-selling\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Best Selling</option>\\\\n                    <option value=\\\\\\\"date-ascending\\\\\\\" {{$orderBy == \\\\\\\"date-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, New To Old</option>\\\\n                    <option value=\\\\\\\"date-descending\\\\\\\" {{$orderBy == \\\\\\\"date-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, Old To New</option>\\\\n                </select>\\\\n            </div>\\\\n            <div style=\\\\\\\"clear: both;\\\\\\\"></div>\\\\n        </form>\\\\n    </div>\\\\n    <div class=\\\\\\\"u-products u-products-1\\\\\\\">\\\\n        <div class=\\\\\\\"loader hide\\\\\\\"></div>\\\\n        @if ($products && sizeof($products) > 0)\\\\n        <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n            @foreach($products as $product)\\\\n                <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                    <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/products/{{$product->handle}}\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2\\\\\\\">\\\\n                            <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1\\\\\\\" \\\\n                            src=\\\\\\\"{{$product->image}}\\\\\\\">\\\\n                            @if($parentCompany->handle_out_of_stock_products == \\\\\\\"list_out_of_stock_products_with_out_of_stock_label\\\\\\\" && $product->isOutOfStock())\\\\n                                <p class=\\\\\\\"hidden-text u-out-of-stock-text\\\\\\\">OUT OF STOCK</p>\\\\n                            @endif\\\\n\\\\n                            <div class=\\\\\\\"u-product-control u-product-price u-product-price-1\\\\\\\">\\\\n                                <div class=\\\\\\\"u-price-wrapper u-spacing-10\\\\\\\">\\\\n                                    <div class=\\\\\\\"u-price u-text-palette-2-base\\\\\\\" style=\\\\\\\"font-weight: 700;\\\\\\\">\\\\n                                        <p class=\\\\\\\"u-product-title text-muted\\\\\\\" style=\\\\\\\"text-decoration: none;\\\\\\\">\\\\n                                            {{$product->title}}\\\\n                                        </p>\\\\n                                        @if($product->has_only_default_variant)\\\\n                                        {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                         $product->shop->currency}} \\\\n                                        {{$product->lowestPricedVariant->first() ? $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\"}}\\\\n                                        @else\\\\n                                        From: {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                        $product->shop->currency}} {{ $product->lowestPricedVariant->first() ?\\\\n                                        $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\" }}\\\\n                                        @endif\\\\n                                    </div>\\\\n                                </div>\\\\n                            </div>\\\\n                        </div>\\\\n                    </a>\\\\n                </div>\\\\n            @endforeach\\\\n        </div>\\\\n        <div>\\\\n            {{ $products->links() }}\\\\n        </div>\\\\n        @else\\\\n        <div style=\\\\\\\"margin: auto;\\\\\\\">\\\\n            <h3>No Products Found</h3>\\\\n        </div>\\\\n        @endif\\\\n    </div>\\\\n</div>\\\",\\\"about_us_template\\\":\\\"<div class=\\\\\\\"u-aboutus-container\\\\\\\"> <div class=\\\\\\\"u-aboutus-row\\\\\\\"> {!! $aboutus !!} </div></div>\\\",\\\"policy_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">{!! $policy !!}</div>\\\\n</div>\\\",\\\"contact_us_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-left-cell u-size-30 u-layout-cell-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-container-layout-10\\\\\\\">\\\\n                <h2 class=\\\\\\\"u-text u-text-grey-70 u-text-8\\\\\\\">Contact us</h2>\\\\n                <h6 class=\\\\\\\"u-text u-text-grey-50 u-text-9\\\\\\\">{{$company->brand_name}}</h6>\\\\n                @if ($parentCompany->display_vendor_location)\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10\\\\\\\">{{ $company->address_line_1 ? $company->address_line_1.\\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\" }} {{ $company->address_line_2 ? $company->address_line_2 : \\\\\\\"\\\\\\\" }} <br>\\\\n                    {{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}                                        \\\\n                    </p>\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                @endif\\\\n                <div class=\\\\\\\"u-social-icons u-spacing-20 u-social-icons-1\\\\\\\">\\\\n                @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-facebook u-social-icon u-icon-2\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-50ee\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-50ee\\\\\\\"><path d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-twitter u-icon-3\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-d346\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-d346\\\\\\\"><path d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-instagram u-icon-4\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-dd2a\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-dd2a\\\\\\\"><path d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path><path d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path><path d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif                \\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-30 u-layout-cell-2\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-valign-middle u-container-layout-11\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-form u-form-2\\\\\\\">\\\\n                <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.contact\\\\\\\") }}\\\\\\\" id=\\\\\\\"st_vendor_contact_form\\\\\\\" method=\\\\\\\"POST\\\\\\\" class=\\\\\\\"u-clearfix u-form-spacing-24 u-form-vertical u-inner-form\\\\\\\" style=\\\\\\\"padding: 24px;\\\\\\\" source=\\\\\\\"custom\\\\\\\" name=\\\\\\\"form\\\\\\\">\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$shop->id}}\\\\\\\" name=\\\\\\\"shop_id\\\\\\\" >\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\" name=\\\\\\\"company_id\\\\\\\" >\\\\n                    <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_name\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Name</label>\\\\n                        <input type=\\\\\\\"text\\\\\\\" placeholder=\\\\\\\"Enter your Name\\\\\\\" id=\\\\\\\"st_contact_form_name\\\\\\\" name=\\\\\\\"name\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-4\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-email u-form-group\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_email\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Email</label>\\\\n                        <input type=\\\\\\\"email\\\\\\\" placeholder=\\\\\\\"Enter a valid email address\\\\\\\" id=\\\\\\\"st_contact_form_email\\\\\\\" name=\\\\\\\"email\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-5\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-group u-form-message\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_message\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Message</label>\\\\n                        <textarea placeholder=\\\\\\\"Enter your message\\\\\\\" rows=\\\\\\\"4\\\\\\\" cols=\\\\\\\"50\\\\\\\" id=\\\\\\\"st_contact_form_message\\\\\\\" name=\\\\\\\"message\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-6\\\\\\\" required=\\\\\\\"\\\\\\\"></textarea>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-form-group u-form-submit\\\\\\\">       \\\\n                        <input type=\\\\\\\"submit\\\\\\\" value=\\\\\\\"submit\\\\\\\" class=\\\\\\\"u-form-control\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-send-message u-form-send-success\\\\\\\"> Thank you! Your message has been sent. </div>\\\\n                    <div class=\\\\\\\"u-form-send-error u-form-send-message\\\\\\\"> Unable to send your message. Please fix errors then try again. </div>\\\\n                </form>\\\\n            </div>\\\\n    </div>\\\\n        </div>\\\\n    </div>\\\\n</div>\\\"},\\\"unpublished_theme1_template\\\":{\\\"main_page_template\\\":\\\"<div id=\\\\\\\"vendor-detail-page\\\\\\\">\\\\n    <input type=\\\\\\\"hidden\\\\\\\" id=\\\\\\\"company_id\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\">\\\\n    @if ($company->banner_link)\\\\n    <section class=\\\\\\\"u-clearfix u-section-1 bck-banner-img\\\\\\\" id=\\\\\\\"sec-44b5\\\\\\\" style=\\\\\\\"background-image: url({{$company->banner_link}});\\\\\\\">\\\\n    </section>\\\\n    @endif\\\\n    <div class=\\\\\\\"u-clearfix u-sheet u-valign-middle u-sheet-1\\\\\\\" style=\\\\\\\"min-height: 250px;\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-expanded-width u-gutter-0 u-layout-wrap u-layout-wrap-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-layout\\\\\\\">\\\\n                <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n                    <div class=\\\\\\\"u-align-center u-container-style u-layout-cell u-left-cell u-size-23 u-layout-cell-1\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\" style=\\\\\\\"height:max-content; display: flex; flex-direction: column; align-items: center; padding-right: 4rem; padding-top: 1.5rem;\\\\\\\">\\\\n                            <img alt=\\\\\\\"{{$company->title}}\\\\\\\" class=\\\\\\\"u-image u-image-circle\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\" data-image-width=\\\\\\\"150\\\\\\\" data-image-height=\\\\\\\"150\\\\\\\" style=\\\\\\\"width: 80%;\\\\\\\">\\\\n                            </img>\\\\n                             <div class=\\\\\\\"social-media-links\\\\\\\">\\\\n                            @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                            <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\">\\\\n                                    <svg class=\\\\\\\"u-svg-content\\\\\\\"  x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-0214\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#3B5998\\\\\\\" d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\">\\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-3589\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#55ACEE\\\\\\\" d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\">        \\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-d986\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                        </div>\\\\n                            @if ($parentCompany->display_vendor_location)\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-1\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}\\\\n                            </p>\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                            @endif\\\\n                        </div>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n                            <h2 style=\\\\\\\"margin-bottom: 0;\\\\\\\" class=\\\\\\\"u-text\\\\\\\">{{$company->brand_name}}</h2>\\\\n                            <p class=\\\\\\\"u-text u-text-3\\\\\\\">\\\\n                                {!! $company->about_us !!}\\\\n                            </p>\\\\n                        </div>\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </div>\\\\n    \\\\n    {{-- Tabs --}}\\\\n    <section class=\\\\\\\"u-align-center u-clearfix u-section-2\\\\\\\" id=\\\\\\\"carousel_37bc\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-tab-links-align-justify u-tabs u-tabs-1\\\\\\\" id=\\\\\\\"u-tabs\\\\\\\">\\\\n                <ul class=\\\\\\\"u-tab-list u-unstyled\\\\\\\" role=\\\\\\\"tablist\\\\\\\">\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_products_tab)\\\\n                    <li class=\\\\\\\"u-tab-item\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"active u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-1\\\\\\\" id=\\\\\\\"link-tab-products\\\\\\\" href=\\\\\\\"#tab-products\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-products\\\\\\\" aria-selected=\\\\\\\"true\\\\\\\">Products</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_policy_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-2\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-2\\\\\\\" id=\\\\\\\"link-tab-policy\\\\\\\" href=\\\\\\\"#tab-policy\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-policy\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Policy</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_about_us_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-aboutus\\\\\\\" href=\\\\\\\"#tab-aboutus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-aboutus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">About Us<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_events_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\"\\\\n                             id=\\\\\\\"link-tab-events\\\\\\\" href=\\\\\\\"#tab-events\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-events\\\\\\\"\\\\n                              aria-selected=\\\\\\\"false\\\\\\\">Events<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_contact_us_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-contactus\\\\\\\" href=\\\\\\\"#tab-contactus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-contactus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Contact Us<br>\\\\n                        </a>\\\\n                    </li>\\\\n                    @endif\\\\n                </ul>\\\\n                <div class=\\\\\\\"u-tab-content\\\\\\\">\\\\n                    <div class=\\\\\\\"u-container-style u-tab-active u-tab-pane u-white u-tab-pane-1\\\\\\\" id=\\\\\\\"tab-products\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-products\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-container-style u-tab-pane u-white u-tab-pane-2\\\\\\\" id=\\\\\\\"tab-policy\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-policy\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-aboutus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-aboutus\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-events\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-events\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white u-tab-pane-5\\\\\\\" id=\\\\\\\"tab-contactus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-contactus\\\\\\\">\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </section>\\\\n</div>\\\",\\\"product_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\">\\\\n    <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n        <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.details\\\\\\\", [\\\\\\\"shopDomain\\\\\\\" => $shop->shopify_domain,\\\\n        \\\\\\\"vendorTitle\\\\\\\"=>$vendorTitle, \\\\\\\"action\\\\\\\"=>\\\\\\\"products\\\\\\\"]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" id=\\\\\\\"search_product_form\\\\\\\"\\\\n        class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\"\\\\n        source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: left;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n                <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search Product\\\\\\\" id=\\\\\\\"st_search_product\\\\\\\" name=\\\\\\\"search_product\\\\\\\"\\\\n                class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n                <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$tags}}\\\\\\\" id=\\\\\\\"st_search_product_by_tag\\\\\\\" name=\\\\\\\"search_product_by_tag\\\\\\\">\\\\n            </div>\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: right;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control u-label\\\\\\\" style=\\\\\\\"margin-left: auto;\\\\\\\">Sort By</label>\\\\n                <select name=\\\\\\\"sort_by\\\\\\\" id=\\\\\\\"st_product_list_sort_by\\\\\\\" class=\\\\\\\"filters-toolbar__input\\\\\\\" aria-describedby=\\\\\\\"a11y-refresh-page-message \\\\n                a11y-selection-message\\\\\\\" data-default-sortby=\\\\\\\"title-descending\\\\\\\">\\\\n                    <option value=\\\\\\\"title-ascending\\\\\\\" {{$orderBy == \\\\\\\"title-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, A-Z</option>\\\\n                    <option value=\\\\\\\"title-descending\\\\\\\" {{$orderBy == \\\\\\\"title-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, Z-A</option>\\\\n                    <option value=\\\\\\\"price-ascending\\\\\\\" {{$orderBy == \\\\\\\"price-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price , Low To High</option>\\\\n                    <option value=\\\\\\\"price-descending\\\\\\\" {{$orderBy == \\\\\\\"price-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price, High To Low</option>\\\\n                    <option value=\\\\\\\"best-selling\\\\\\\" {{$orderBy == \\\\\\\"best-selling\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Best Selling</option>\\\\n                    <option value=\\\\\\\"date-ascending\\\\\\\" {{$orderBy == \\\\\\\"date-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, New To Old</option>\\\\n                    <option value=\\\\\\\"date-descending\\\\\\\" {{$orderBy == \\\\\\\"date-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, Old To New</option>\\\\n                </select>\\\\n            </div>\\\\n            <div style=\\\\\\\"clear: both;\\\\\\\"></div>\\\\n        </form>\\\\n    </div>\\\\n    <div class=\\\\\\\"u-products u-products-1\\\\\\\">\\\\n        <div class=\\\\\\\"loader hide\\\\\\\"></div>\\\\n        @if ($products && sizeof($products) > 0)\\\\n        <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n            @foreach($products as $product)\\\\n                <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                    <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/products/{{$product->handle}}\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2\\\\\\\">\\\\n                            <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1\\\\\\\" \\\\n                            src=\\\\\\\"{{$product->image}}\\\\\\\">\\\\n                            @if($parentCompany->handle_out_of_stock_products == \\\\\\\"list_out_of_stock_products_with_out_of_stock_label\\\\\\\" && $product->isOutOfStock())\\\\n                                <p class=\\\\\\\"hidden-text u-out-of-stock-text\\\\\\\">OUT OF STOCK</p>\\\\n                            @endif\\\\n\\\\n                            <div class=\\\\\\\"u-product-control u-product-price u-product-price-1\\\\\\\">\\\\n                                <div class=\\\\\\\"u-price-wrapper u-spacing-10\\\\\\\">\\\\n                                    <div class=\\\\\\\"u-price u-text-palette-2-base\\\\\\\" style=\\\\\\\"font-weight: 700;\\\\\\\">\\\\n                                        <p class=\\\\\\\"u-product-title text-muted\\\\\\\" style=\\\\\\\"text-decoration: none;\\\\\\\">\\\\n                                            {{$product->title}}\\\\n                                        </p>\\\\n                                        @if($product->has_only_default_variant)\\\\n                                        {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                         $product->shop->currency}} \\\\n                                        {{$product->lowestPricedVariant->first() ? $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\"}}\\\\n                                        @else\\\\n                                        From: {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                        $product->shop->currency}} {{ $product->lowestPricedVariant->first() ?\\\\n                                        $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\" }}\\\\n                                        @endif\\\\n                                    </div>\\\\n                                </div>\\\\n                            </div>\\\\n                        </div>\\\\n                    </a>\\\\n                </div>\\\\n            @endforeach\\\\n        </div>\\\\n        <div>\\\\n            {{ $products->links() }}\\\\n        </div>\\\\n        @else\\\\n        <div style=\\\\\\\"margin: auto;\\\\\\\">\\\\n            <h3>No Products Found</h3>\\\\n        </div>\\\\n        @endif\\\\n    </div>\\\\n</div>\\\",\\\"about_us_template\\\":\\\"<div class=\\\\\\\"u-aboutus-container\\\\\\\"> <div class=\\\\\\\"u-aboutus-row\\\\\\\"> {!! $aboutus !!} </div></div>\\\",\\\"policy_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">{!! $policy !!}</div>\\\\n</div>\\\",\\\"contact_us_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-left-cell u-size-30 u-layout-cell-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-container-layout-10\\\\\\\">\\\\n                <h2 class=\\\\\\\"u-text u-text-grey-70 u-text-8\\\\\\\">Contact us</h2>\\\\n                <h6 class=\\\\\\\"u-text u-text-grey-50 u-text-9\\\\\\\">{{$company->brand_name}}</h6>\\\\n                @if ($parentCompany->display_vendor_location)\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10\\\\\\\">{{ $company->address_line_1 ? $company->address_line_1.\\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\" }} {{ $company->address_line_2 ? $company->address_line_2 : \\\\\\\"\\\\\\\" }} <br>\\\\n                    {{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}                                        \\\\n                    </p>\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                @endif\\\\n                <div class=\\\\\\\"u-social-icons u-spacing-20 u-social-icons-1\\\\\\\">\\\\n                @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-facebook u-social-icon u-icon-2\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-50ee\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-50ee\\\\\\\"><path d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-twitter u-icon-3\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-d346\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-d346\\\\\\\"><path d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-instagram u-icon-4\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-dd2a\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-dd2a\\\\\\\"><path d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path><path d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path><path d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif                \\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-30 u-layout-cell-2\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-valign-middle u-container-layout-11\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-form u-form-2\\\\\\\">\\\\n                <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.contact\\\\\\\") }}\\\\\\\" id=\\\\\\\"st_vendor_contact_form\\\\\\\" method=\\\\\\\"POST\\\\\\\" class=\\\\\\\"u-clearfix u-form-spacing-24 u-form-vertical u-inner-form\\\\\\\" style=\\\\\\\"padding: 24px;\\\\\\\" source=\\\\\\\"custom\\\\\\\" name=\\\\\\\"form\\\\\\\">\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$shop->id}}\\\\\\\" name=\\\\\\\"shop_id\\\\\\\" >\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\" name=\\\\\\\"company_id\\\\\\\" >\\\\n                    <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_name\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Name</label>\\\\n                        <input type=\\\\\\\"text\\\\\\\" placeholder=\\\\\\\"Enter your Name\\\\\\\" id=\\\\\\\"st_contact_form_name\\\\\\\" name=\\\\\\\"name\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-4\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-email u-form-group\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_email\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Email</label>\\\\n                        <input type=\\\\\\\"email\\\\\\\" placeholder=\\\\\\\"Enter a valid email address\\\\\\\" id=\\\\\\\"st_contact_form_email\\\\\\\" name=\\\\\\\"email\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-5\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-group u-form-message\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_message\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Message</label>\\\\n                        <textarea placeholder=\\\\\\\"Enter your message\\\\\\\" rows=\\\\\\\"4\\\\\\\" cols=\\\\\\\"50\\\\\\\" id=\\\\\\\"st_contact_form_message\\\\\\\" name=\\\\\\\"message\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-6\\\\\\\" required=\\\\\\\"\\\\\\\"></textarea>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-form-group u-form-submit\\\\\\\">       \\\\n                        <input type=\\\\\\\"submit\\\\\\\" value=\\\\\\\"submit\\\\\\\" class=\\\\\\\"u-form-control\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-send-message u-form-send-success\\\\\\\"> Thank you! Your message has been sent. </div>\\\\n                    <div class=\\\\\\\"u-form-send-error u-form-send-message\\\\\\\"> Unable to send your message. Please fix errors then try again. </div>\\\\n                </form>\\\\n            </div>\\\\n    </div>\\\\n        </div>\\\\n    </div>\\\\n</div>\\\"},\\\"published_theme1_css\\\":null,\\\"unpublished_theme1_css\\\":null,\\\"published_vendor_list_template\\\":\\\"<div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2 u-section-2\\\\\\\">\\\\n    <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n      <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n        <h1 class=\\\\\\\"u-text u-text-default u-text-1\\\\\\\">{{$parentCompany->name_of_the_vendor_listing_page}}</h1>\\\\n        <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n          <form id=\\\\\\\"vendor_search_form\\\\\\\" action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.list\\\\\\\", [\\\\\\\"shop\\\\\\\" => $shop->shopify_domain]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\" source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n              <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n              <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search\\\\\\\" id=\\\\\\\"search_vendor\\\\\\\" name=\\\\\\\"search_vendor\\\\\\\" class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n            </div>\\\\n          </form>\\\\n        </div>\\\\n        <div class=\\\\\\\"loader\\\\\\\" ></div>\\\\n        <div class=\\\\\\\"u-container-layout-2 u-container-layout-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-products u-products-1\\\\\\\">                \\\\n                <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n                    @foreach($companies as $company)\\\\n                      <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2 container\\\\\\\">\\\\n                                  <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1 image-hover\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\">\\\\n                                  <h1 class=\\\\\\\"u-align-center u-product-control u-text u-text-1\\\\\\\">\\\\n                                      <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                                          {{$company->title}}\\\\n                                      </a>\\\\n                                      @if ($parentCompany->display_vendor_category && $company->vendor_category != \\\\\\\"\\\\\\\")\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->vendor_category}} </p>\\\\n                                      @endif\\\\n                                      @if ($parentCompany->display_vendor_location)\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}</p>\\\\n                                      @endif\\\\n                                  </h1>\\\\n                              </div>\\\\n                          </a>\\\\n                          @if ($parentCompany->display_vendor_short_description)\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"st-middle\\\\\\\">\\\\n                                  <div class=\\\\\\\"short-description st-white-text-overlay\\\\\\\" style=\\\\\\\"height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.4);\\\\\\\">\\\\n                                      {!! $company->short_description !!}\\\\n                                  </div>\\\\n                              </div>\\\\n                          </a>\\\\n                          @endif\\\\n                      </div>\\\\n                    @endforeach\\\\n                </div>\\\\n                <div>\\\\n                  {{ $companies->links() }}\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n      </div>\\\\n    </div>\\\\n  </div>\\\",\\\"unpublished_vendor_list_template\\\":\\\"<div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2 u-section-2\\\\\\\">\\\\n    <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n      <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n        <h1 class=\\\\\\\"u-text u-text-default u-text-1\\\\\\\">{{$parentCompany->name_of_the_vendor_listing_page}}</h1>\\\\n        <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n          <form id=\\\\\\\"vendor_search_form\\\\\\\" action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.list\\\\\\\", [\\\\\\\"shop\\\\\\\" => $shop->shopify_domain]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\" source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n              <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n              <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search\\\\\\\" id=\\\\\\\"search_vendor\\\\\\\" name=\\\\\\\"search_vendor\\\\\\\" class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n            </div>\\\\n          </form>\\\\n        </div>\\\\n        <div class=\\\\\\\"loader\\\\\\\" ></div>\\\\n        <div class=\\\\\\\"u-container-layout-2 u-container-layout-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-products u-products-1\\\\\\\">                \\\\n                <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n                    @foreach($companies as $company)\\\\n                      <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2 container\\\\\\\">\\\\n                                  <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1 image-hover\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\">\\\\n                                  <h1 class=\\\\\\\"u-align-center u-product-control u-text u-text-1\\\\\\\">\\\\n                                      <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                                          {{$company->title}}\\\\n                                      </a>\\\\n                                      @if ($parentCompany->display_vendor_category && $company->vendor_category != \\\\\\\"\\\\\\\")\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->vendor_category}} </p>\\\\n                                      @endif\\\\n                                      @if ($parentCompany->display_vendor_location)\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}</p>\\\\n                                      @endif\\\\n                                  </h1>\\\\n                              </div>\\\\n                          </a>\\\\n                          @if ($parentCompany->display_vendor_short_description)\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"st-middle\\\\\\\">\\\\n                                  <div class=\\\\\\\"short-description st-white-text-overlay\\\\\\\" style=\\\\\\\"height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.4);\\\\\\\">\\\\n                                      {!! $company->short_description !!}\\\\n                                  </div>\\\\n                              </div>\\\\n                          </a>\\\\n                          @endif\\\\n                      </div>\\\\n                    @endforeach\\\\n                </div>\\\\n                <div>\\\\n                  {{ $companies->links() }}\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n      </div>\\\\n    </div>\\\\n  </div>\\\",\\\"publish_pending\\\":false}\",\n            \"published_and_unpublished_theme1_code_last_version\": \"{\\\"published_theme1_css\\\":null,\\\"published_theme1_template\\\":{\\\"main_page_template\\\":\\\"<div id=\\\\\\\"vendor-detail-page\\\\\\\">\\\\n    <input type=\\\\\\\"hidden\\\\\\\" id=\\\\\\\"company_id\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\">\\\\n    @if ($company->banner_link)\\\\n    <section class=\\\\\\\"u-clearfix u-section-1 bck-banner-img\\\\\\\" id=\\\\\\\"sec-44b5\\\\\\\" style=\\\\\\\"background-image: url({{$company->banner_link}});\\\\\\\">\\\\n    </section>\\\\n    @endif\\\\n    <div class=\\\\\\\"u-clearfix u-sheet u-valign-middle u-sheet-1\\\\\\\" style=\\\\\\\"min-height: 250px;\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-expanded-width u-gutter-0 u-layout-wrap u-layout-wrap-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-layout\\\\\\\">\\\\n                <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n                    <div class=\\\\\\\"u-align-center u-container-style u-layout-cell u-left-cell u-size-23 u-layout-cell-1\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\" style=\\\\\\\"height:max-content; display: flex; flex-direction: column; align-items: center; padding-right: 4rem; padding-top: 1.5rem;\\\\\\\">\\\\n                            <img alt=\\\\\\\"{{$company->title}}\\\\\\\" class=\\\\\\\"u-image u-image-circle\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\" data-image-width=\\\\\\\"150\\\\\\\" data-image-height=\\\\\\\"150\\\\\\\" style=\\\\\\\"width: 80%;\\\\\\\">\\\\n                            </img>\\\\n                             <div class=\\\\\\\"social-media-links\\\\\\\">\\\\n                            @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                            <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\">\\\\n                                    <svg class=\\\\\\\"u-svg-content\\\\\\\"  x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-0214\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#3B5998\\\\\\\" d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\">\\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-3589\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#55ACEE\\\\\\\" d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\">        \\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-d986\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                        </div>\\\\n                            @if ($parentCompany->display_vendor_location)\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-1\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}\\\\n                            </p>\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                            @endif\\\\n                        </div>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n                            <h2 style=\\\\\\\"margin-bottom: 0;\\\\\\\" class=\\\\\\\"u-text\\\\\\\">{{$company->brand_name}}</h2>\\\\n                            <p class=\\\\\\\"u-text u-text-3\\\\\\\">\\\\n                                {!! $company->about_us !!}\\\\n                            </p>\\\\n                        </div>\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </div>\\\\n    \\\\n    {{-- Tabs --}}\\\\n    <section class=\\\\\\\"u-align-center u-clearfix u-section-2\\\\\\\" id=\\\\\\\"carousel_37bc\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-tab-links-align-justify u-tabs u-tabs-1\\\\\\\" id=\\\\\\\"u-tabs\\\\\\\">\\\\n                <ul class=\\\\\\\"u-tab-list u-unstyled\\\\\\\" role=\\\\\\\"tablist\\\\\\\">\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_products_tab)\\\\n                    <li class=\\\\\\\"u-tab-item\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"active u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-1\\\\\\\" id=\\\\\\\"link-tab-products\\\\\\\" href=\\\\\\\"#tab-products\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-products\\\\\\\" aria-selected=\\\\\\\"true\\\\\\\">Products</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_policy_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-2\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-2\\\\\\\" id=\\\\\\\"link-tab-policy\\\\\\\" href=\\\\\\\"#tab-policy\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-policy\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Policy</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_about_us_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-aboutus\\\\\\\" href=\\\\\\\"#tab-aboutus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-aboutus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">About Us<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_events_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\"\\\\n                             id=\\\\\\\"link-tab-events\\\\\\\" href=\\\\\\\"#tab-events\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-events\\\\\\\"\\\\n                              aria-selected=\\\\\\\"false\\\\\\\">Events<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_contact_us_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-contactus\\\\\\\" href=\\\\\\\"#tab-contactus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-contactus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Contact Us<br>\\\\n                        </a>\\\\n                    </li>\\\\n                    @endif\\\\n                </ul>\\\\n                <div class=\\\\\\\"u-tab-content\\\\\\\">\\\\n                    <div class=\\\\\\\"u-container-style u-tab-active u-tab-pane u-white u-tab-pane-1\\\\\\\" id=\\\\\\\"tab-products\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-products\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-container-style u-tab-pane u-white u-tab-pane-2\\\\\\\" id=\\\\\\\"tab-policy\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-policy\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-aboutus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-aboutus\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-events\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-events\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white u-tab-pane-5\\\\\\\" id=\\\\\\\"tab-contactus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-contactus\\\\\\\">\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </section>\\\\n</div>\\\",\\\"product_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\">\\\\n    <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n        <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.details\\\\\\\", [\\\\\\\"shopDomain\\\\\\\" => $shop->shopify_domain,\\\\n        \\\\\\\"vendorTitle\\\\\\\"=>$vendorTitle, \\\\\\\"action\\\\\\\"=>\\\\\\\"products\\\\\\\"]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" id=\\\\\\\"search_product_form\\\\\\\"\\\\n        class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\"\\\\n        source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: left;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n                <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search Product\\\\\\\" id=\\\\\\\"st_search_product\\\\\\\" name=\\\\\\\"search_product\\\\\\\"\\\\n                class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n                <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$tags}}\\\\\\\" id=\\\\\\\"st_search_product_by_tag\\\\\\\" name=\\\\\\\"search_product_by_tag\\\\\\\">\\\\n            </div>\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: right;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control u-label\\\\\\\" style=\\\\\\\"margin-left: auto;\\\\\\\">Sort By</label>\\\\n                <select name=\\\\\\\"sort_by\\\\\\\" id=\\\\\\\"st_product_list_sort_by\\\\\\\" class=\\\\\\\"filters-toolbar__input\\\\\\\" aria-describedby=\\\\\\\"a11y-refresh-page-message \\\\n                a11y-selection-message\\\\\\\" data-default-sortby=\\\\\\\"title-descending\\\\\\\">\\\\n                    <option value=\\\\\\\"title-ascending\\\\\\\" {{$orderBy == \\\\\\\"title-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, A-Z</option>\\\\n                    <option value=\\\\\\\"title-descending\\\\\\\" {{$orderBy == \\\\\\\"title-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, Z-A</option>\\\\n                    <option value=\\\\\\\"price-ascending\\\\\\\" {{$orderBy == \\\\\\\"price-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price , Low To High</option>\\\\n                    <option value=\\\\\\\"price-descending\\\\\\\" {{$orderBy == \\\\\\\"price-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price, High To Low</option>\\\\n                    <option value=\\\\\\\"best-selling\\\\\\\" {{$orderBy == \\\\\\\"best-selling\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Best Selling</option>\\\\n                    <option value=\\\\\\\"date-ascending\\\\\\\" {{$orderBy == \\\\\\\"date-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, New To Old</option>\\\\n                    <option value=\\\\\\\"date-descending\\\\\\\" {{$orderBy == \\\\\\\"date-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, Old To New</option>\\\\n                </select>\\\\n            </div>\\\\n            <div style=\\\\\\\"clear: both;\\\\\\\"></div>\\\\n        </form>\\\\n    </div>\\\\n    <div class=\\\\\\\"u-products u-products-1\\\\\\\">\\\\n        <div class=\\\\\\\"loader hide\\\\\\\"></div>\\\\n        @if ($products && sizeof($products) > 0)\\\\n        <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n            @foreach($products as $product)\\\\n                <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                    <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/products/{{$product->handle}}\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2\\\\\\\">\\\\n                            <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1\\\\\\\" \\\\n                            src=\\\\\\\"{{$product->image}}\\\\\\\">\\\\n                            @if($parentCompany->handle_out_of_stock_products == \\\\\\\"list_out_of_stock_products_with_out_of_stock_label\\\\\\\" && $product->isOutOfStock())\\\\n                                <p class=\\\\\\\"hidden-text u-out-of-stock-text\\\\\\\">OUT OF STOCK</p>\\\\n                            @endif\\\\n\\\\n                            <div class=\\\\\\\"u-product-control u-product-price u-product-price-1\\\\\\\">\\\\n                                <div class=\\\\\\\"u-price-wrapper u-spacing-10\\\\\\\">\\\\n                                    <div class=\\\\\\\"u-price u-text-palette-2-base\\\\\\\" style=\\\\\\\"font-weight: 700;\\\\\\\">\\\\n                                        <p class=\\\\\\\"u-product-title text-muted\\\\\\\" style=\\\\\\\"text-decoration: none;\\\\\\\">\\\\n                                            {{$product->title}}\\\\n                                        </p>\\\\n                                        @if($product->has_only_default_variant)\\\\n                                        {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                         $product->shop->currency}} \\\\n                                        {{$product->lowestPricedVariant->first() ? $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\"}}\\\\n                                        @else\\\\n                                        From: {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                        $product->shop->currency}} {{ $product->lowestPricedVariant->first() ?\\\\n                                        $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\" }}\\\\n                                        @endif\\\\n                                    </div>\\\\n                                </div>\\\\n                            </div>\\\\n                        </div>\\\\n                    </a>\\\\n                </div>\\\\n            @endforeach\\\\n        </div>\\\\n        <div>\\\\n            {{ $products->links() }}\\\\n        </div>\\\\n        @else\\\\n        <div style=\\\\\\\"margin: auto;\\\\\\\">\\\\n            <h3>No Products Found</h3>\\\\n        </div>\\\\n        @endif\\\\n    </div>\\\\n</div>\\\",\\\"about_us_template\\\":\\\"<div class=\\\\\\\"u-aboutus-container\\\\\\\"> <div class=\\\\\\\"u-aboutus-row\\\\\\\"> {!! $aboutus !!} </div></div>\\\",\\\"policy_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">{!! $policy !!}</div>\\\\n</div>\\\",\\\"contact_us_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-left-cell u-size-30 u-layout-cell-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-container-layout-10\\\\\\\">\\\\n                <h2 class=\\\\\\\"u-text u-text-grey-70 u-text-8\\\\\\\">Contact us</h2>\\\\n                <h6 class=\\\\\\\"u-text u-text-grey-50 u-text-9\\\\\\\">{{$company->brand_name}}</h6>\\\\n                @if ($parentCompany->display_vendor_location)\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10\\\\\\\">{{ $company->address_line_1 ? $company->address_line_1.\\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\" }} {{ $company->address_line_2 ? $company->address_line_2 : \\\\\\\"\\\\\\\" }} <br>\\\\n                    {{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}                                        \\\\n                    </p>\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                @endif\\\\n                <div class=\\\\\\\"u-social-icons u-spacing-20 u-social-icons-1\\\\\\\">\\\\n                @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-facebook u-social-icon u-icon-2\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-50ee\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-50ee\\\\\\\"><path d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-twitter u-icon-3\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-d346\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-d346\\\\\\\"><path d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-instagram u-icon-4\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-dd2a\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-dd2a\\\\\\\"><path d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path><path d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path><path d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif                \\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-30 u-layout-cell-2\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-valign-middle u-container-layout-11\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-form u-form-2\\\\\\\">\\\\n                <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.contact\\\\\\\") }}\\\\\\\" id=\\\\\\\"st_vendor_contact_form\\\\\\\" method=\\\\\\\"POST\\\\\\\" class=\\\\\\\"u-clearfix u-form-spacing-24 u-form-vertical u-inner-form\\\\\\\" style=\\\\\\\"padding: 24px;\\\\\\\" source=\\\\\\\"custom\\\\\\\" name=\\\\\\\"form\\\\\\\">\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$shop->id}}\\\\\\\" name=\\\\\\\"shop_id\\\\\\\" >\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\" name=\\\\\\\"company_id\\\\\\\" >\\\\n                    <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_name\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Name</label>\\\\n                        <input type=\\\\\\\"text\\\\\\\" placeholder=\\\\\\\"Enter your Name\\\\\\\" id=\\\\\\\"st_contact_form_name\\\\\\\" name=\\\\\\\"name\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-4\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-email u-form-group\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_email\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Email</label>\\\\n                        <input type=\\\\\\\"email\\\\\\\" placeholder=\\\\\\\"Enter a valid email address\\\\\\\" id=\\\\\\\"st_contact_form_email\\\\\\\" name=\\\\\\\"email\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-5\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-group u-form-message\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_message\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Message</label>\\\\n                        <textarea placeholder=\\\\\\\"Enter your message\\\\\\\" rows=\\\\\\\"4\\\\\\\" cols=\\\\\\\"50\\\\\\\" id=\\\\\\\"st_contact_form_message\\\\\\\" name=\\\\\\\"message\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-6\\\\\\\" required=\\\\\\\"\\\\\\\"></textarea>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-form-group u-form-submit\\\\\\\">       \\\\n                        <input type=\\\\\\\"submit\\\\\\\" value=\\\\\\\"submit\\\\\\\" class=\\\\\\\"u-form-control\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-send-message u-form-send-success\\\\\\\"> Thank you! Your message has been sent. </div>\\\\n                    <div class=\\\\\\\"u-form-send-error u-form-send-message\\\\\\\"> Unable to send your message. Please fix errors then try again. </div>\\\\n                </form>\\\\n            </div>\\\\n    </div>\\\\n        </div>\\\\n    </div>\\\\n</div>\\\"},\\\"published_vendor_list_template\\\":\\\"<div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2 u-section-2\\\\\\\">\\\\n    <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n      <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n        <h1 class=\\\\\\\"u-text u-text-default u-text-1\\\\\\\">{{$parentCompany->name_of_the_vendor_listing_page}}</h1>\\\\n        <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n          <form id=\\\\\\\"vendor_search_form\\\\\\\" action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.list\\\\\\\", [\\\\\\\"shop\\\\\\\" => $shop->shopify_domain]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\" source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n              <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n              <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search\\\\\\\" id=\\\\\\\"search_vendor\\\\\\\" name=\\\\\\\"search_vendor\\\\\\\" class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n            </div>\\\\n          </form>\\\\n        </div>\\\\n        <div class=\\\\\\\"loader\\\\\\\" ></div>\\\\n        <div class=\\\\\\\"u-container-layout-2 u-container-layout-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-products u-products-1\\\\\\\">                \\\\n                <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n                    @foreach($companies as $company)\\\\n                      <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2 container\\\\\\\">\\\\n                                  <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1 image-hover\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\">\\\\n                                  <h1 class=\\\\\\\"u-align-center u-product-control u-text u-text-1\\\\\\\">\\\\n                                      <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                                          {{$company->title}}\\\\n                                      </a>\\\\n                                      @if ($parentCompany->display_vendor_category && $company->vendor_category != \\\\\\\"\\\\\\\")\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->vendor_category}} </p>\\\\n                                      @endif\\\\n                                      @if ($parentCompany->display_vendor_location)\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}</p>\\\\n                                      @endif\\\\n                                  </h1>\\\\n                              </div>\\\\n                          </a>\\\\n                          @if ($parentCompany->display_vendor_short_description)\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"st-middle\\\\\\\">\\\\n                                  <div class=\\\\\\\"short-description st-white-text-overlay\\\\\\\" style=\\\\\\\"height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.4);\\\\\\\">\\\\n                                      {!! $company->short_description !!}\\\\n                                  </div>\\\\n                              </div>\\\\n                          </a>\\\\n                          @endif\\\\n                      </div>\\\\n                    @endforeach\\\\n                </div>\\\\n                <div>\\\\n                  {{ $companies->links() }}\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n      </div>\\\\n    </div>\\\\n  </div>\\\"}\",\n            \"left_days_14_day_trial\": null,\n            \"currency_country\": {\n                \"id\": 98,\n                \"name\": \"India\",\n                \"code\": \"IN\",\n                \"dial_code\": \"+91\",\n                \"currency_name\": \"Indian rupee\",\n                \"currency_symbol\": \"Rs.\",\n                \"currency_code\": \"INR\",\n                \"created_at\": null,\n                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                \"name_with_symbole\": \"Indian rupee - Rs.\"\n            },\n            \"company\": {\n                \"id\": 212738,\n                \"company_name\": \"kapil\",\n                \"brand_name\": \"violetplants\",\n                \"company_logo\": null,\n                \"contact_name\": \"Chahar\",\n                \"phone_number\": null,\n                \"email\": \"het.shipturtle@gmail.com\",\n                \"address_line_1\": \"Est\",\n                \"address_line_2\": \"Test\",\n                \"pin_code\": \"411018\",\n                \"city\": \"Pune\",\n                \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                \"updated_at\": \"2024-01-02T06:14:04.000000Z\",\n                \"state_id\": null,\n                \"gstin_number\": \"1234\",\n                \"invoice_prefix\": \"Invoice\",\n                \"starting_invoice_number\": \"26\",\n                \"terms_and_conditions\": null,\n                \"bank_account_beneficiary_name\": null,\n                \"bank_account_name\": null,\n                \"ifsc_code\": null,\n                \"label_company_name\": null,\n                \"label_contact_name\": null,\n                \"label_phone\": null,\n                \"label_email_address\": null,\n                \"label_address_line_1\": null,\n                \"label_address_line_2\": null,\n                \"label_pin_code\": null,\n                \"label_city\": null,\n                \"label_state\": null,\n                \"signature\": null,\n                \"currency\": \"INR\",\n                \"weight\": null,\n                \"measurement\": null,\n                \"gst_enabled\": true,\n                \"override_channel_product_weight_enabled\": true,\n                \"label_details_same_as_company\": true,\n                \"multi_vendor_invoicing_enabled\": false,\n                \"multi_vendor_shipping_enabled\": false,\n                \"is_master\": \"1\",\n                \"invoice_number_same_as_order_number\": true,\n                \"enable_disable_cod_reconciliation\": true,\n                \"enable_disable_freight_reconciliation\": true,\n                \"cod_tolerance\": \"5\",\n                \"freight_tolerance\": \"2\",\n                \"is_multi_vendor_enabled\": true,\n                \"invoice_message\": null,\n                \"inclusive_exclusive\": null,\n                \"is_tax_on_shipping\": \"no\",\n                \"tax_on_shipping\": null,\n                \"primary_color\": \"#222F3D\",\n                \"secondary_color\": null,\n                \"display_hsn\": true,\n                \"website\": \"https://app.shipturtle.com/\",\n                \"country\": \"IN\",\n                \"type_of_vendor\": \"marketplace\",\n                \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                \"title\": \"violetplants\",\n                \"parent_id\": 212738,\n                \"extra_information\": null,\n                \"invoice_date\": \"invoice_creation_date\",\n                \"number_of_digits\": \"0\",\n                \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                \"created_by\": null,\n                \"updated_by\": 28344,\n                \"invoice_contact_name\": \"Hussain\",\n                \"invoice_address_1\": \"dahod\",\n                \"invoice_address_2\": \"dahod\",\n                \"invoice_postal_code\": \"380005\",\n                \"invoice_city\": \"Ahmedabad\",\n                \"invoice_phone_number\": \"09173038104\",\n                \"invoice_tin\": null,\n                \"timezone\": \"America/Phoenix\",\n                \"hand_delivered_enabled\": true,\n                \"other_courier_partner_enabled\": true,\n                \"billing_address_same_as_company_details\": false,\n                \"deactivated_at\": null,\n                \"state_code\": \"GJ\",\n                \"automatically_sync_vendor_name_from_store\": true,\n                \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                \"correct_all_errors_in_order\": false,\n                \"generate_shipping_labels_for_orders\": false,\n                \"generate_invoices_for_dropship_orders\": false,\n                \"can_vendor_enable_disable_product\": false,\n                \"can_vendor_edit_quantity_product\": false,\n                \"can_vendor_edit_weight_dimension_product\": false,\n                \"can_vendor_edit_tax_product\": true,\n                \"set_vendor_level_commission\": false,\n                \"commission\": \"15\",\n                \"discount_shared_by_vendor\": \"0\",\n                \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                \"set_vendor_level_shared_discount\": false,\n                \"set_vendor_level_commissoin_calculated_on\": false,\n                \"use_shop_channel_values_to_set_commission\": false,\n                \"can_vendor_generate_invoice\": true,\n                \"can_vendor_process_shippings\": true,\n                \"can_vendor_edit_hsn_tax\": true,\n                \"can_vendor_add_courier_provider\": true,\n                \"default_vendor_type\": \"dropshipper\",\n                \"no_of_deciaml_digits\": 2,\n                \"credits\": 299836,\n                \"plan_id\": 4,\n                \"requested_plan_id\": null,\n                \"override_invoice_permissions\": false,\n                \"override_product_permissions\": false,\n                \"override_order_routing_permissions\": false,\n                \"override_shipping_permissions\": false,\n                \"slug\": \"violetplants-212738\",\n                \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                \"shipping_charge_commission_type\": \"fixed\",\n                \"shipping_charge_commission\": 50,\n                \"override_commission_calculated_tax_type\": false,\n                \"override_shipping_charge_commission_type\": false,\n                \"override_shipping_charge_commission\": 0,\n                \"auto_email_to_vendor\": true,\n                \"fixed_commission\": 10,\n                \"service_charge\": 0,\n                \"can_vendor_edit_price\": false,\n                \"can_vendor_delete_product\": false,\n                \"show_logo_in_awb\": false,\n                \"hide_pick_address_in_awb\": false,\n                \"hide_customer_info_in_awb\": true,\n                \"hide_price_in_awb\": false,\n                \"hide_customer_information_on_vendor_dashboards\": false,\n                \"allow_merchant_to_generate_invoice\": false,\n                \"show_merchant_logo_in_invoice\": true,\n                \"locale\": \"en\",\n                \"use_custom_waybill\": false,\n                \"redirect_url\": \"dashboard\",\n                \"invoice_state_code\": \"GJ\",\n                \"invoice_country_code\": \"IN\",\n                \"stripe_account_id\": null,\n                \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                \"enable_app_shipping_profile_on_shopify\": \"0\",\n                \"policy\": null,\n                \"css\": null,\n                \"vendor_profile_color\": \"#f18024\",\n                \"about_us\": null,\n                \"facebook_link\": null,\n                \"twitter_link\": null,\n                \"instagram_link\": null,\n                \"auto_fulfill_digital_orders\": true,\n                \"use_default_warehouse_for_all_orders\": false,\n                \"invoice_label_header_title\": null,\n                \"invoice_place_of_supply\": null,\n                \"invoice_cin_key_title\": null,\n                \"invoice_cin\": null,\n                \"give_vendor_access_to_merchant_shipper\": false,\n                \"auto_generate_order_invoices_to_customers\": true,\n                \"auto_email_order_invoices_to_customers\": true,\n                \"treat_manual_payment_mode_as_cod\": false,\n                \"fulfill_order_after_confirm\": false,\n                \"add_notes_before_confirming_orders\": false,\n                \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                \"note_at_the_top_of_invoice\": null,\n                \"vendor_shop_id\": null,\n                \"vendor_category\": null,\n                \"vendor_location\": null,\n                \"short_description\": null,\n                \"display_vendor_category\": true,\n                \"display_vendor_location\": true,\n                \"display_vendor_short_description\": true,\n                \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                \"sync_settings\": {\n                    \"update_settings\": {\n                        \"sku\": true,\n                        \"tags\": true,\n                        \"media\": true,\n                        \"price\": false,\n                        \"title\": true,\n                        \"weight\": true,\n                        \"barcode\": true,\n                        \"quantity\": true,\n                        \"description\": true,\n                        \"product_type\": true,\n                        \"variant_name\": true,\n                        \"publish_status\": true,\n                        \"compare_at_price\": true,\n                        \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                    },\n                    \"create_settings\": {\n                        \"sku\": true,\n                        \"tags\": true,\n                        \"media\": true,\n                        \"price\": false,\n                        \"title\": true,\n                        \"weight\": true,\n                        \"barcode\": true,\n                        \"quantity\": true,\n                        \"description\": true,\n                        \"product_type\": true,\n                        \"variant_name\": true,\n                        \"publish_status\": true,\n                        \"compare_at_price\": true,\n                        \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                    },\n                    \"override_product_status_at_create\": true,\n                    \"product_status\": \"as_per_vendor_product\",\n                    \"enable_order_sync\": true,\n                    \"push_only_if_order_paid\": false,\n                    \"push_unsynced_product_order\": true,\n                    \"auto_add_variant\": true,\n                    \"auto_remove_variant\": true,\n                    \"strictKeyCheck\": false,\n                    \"on_product_delete\": \"do_nothing\",\n                    \"on_product_unmapped\": \"do_nothing\",\n                    \"push_only_if_product_connected\": true\n                },\n                \"override_hide_customer_information_permissions\": false,\n                \"can_vendor_cancel_an_order\": false,\n                \"hide_shipping_charges\": false,\n                \"add_insurance_to_shipment\": 0,\n                \"meta_title\": null,\n                \"registration_link\": null,\n                \"auto_approval_of_products_from_vendor\": true,\n                \"ignore_selling_price_for_commission\": 0,\n                \"shipping_label_check\": {\n                    \"email\": false,\n                    \"phone\": false,\n                    \"address_line_1\": false,\n                    \"address_line_2\": false,\n                    \"address_line_1_minimum\": null,\n                    \"address_line_1_maximum\": null,\n                    \"address_line_2_minimum\": null,\n                    \"address_line_2_maximum\": null\n                },\n                \"shipping_label_size\": \"smalllabel\",\n                \"paypal_email\": null,\n                \"use_custom_email_driver\": false,\n                \"ignore_order_splitting\": false,\n                \"hide_customer_information_on_vendor_dashboard\": {\n                    \"name\": false,\n                    \"phone\": true,\n                    \"address\": true,\n                    \"email\": true,\n                    \"city\": false,\n                    \"state\": false\n                },\n                \"hide_customer_information_in_awb\": {\n                    \"name\": false,\n                    \"phone\": true,\n                    \"address\": true,\n                    \"email\": true,\n                    \"city\": false,\n                    \"state\": false,\n                    \"line_items\": false,\n                    \"vendor_name\": false,\n                    \"sku\": false,\n                    \"weight_dimension\": false\n                },\n                \"hide_customer_information_in_invoice\": {\n                    \"name\": false,\n                    \"phone\": true,\n                    \"address\": true,\n                    \"email\": true,\n                    \"city\": false,\n                    \"state\": false\n                },\n                \"vendor_profile_settings\": {\n                    \"seller_products_tab\": true,\n                    \"seller_policy_tab\": true,\n                    \"seller_contact_us_tab\": true,\n                    \"seller_events_tab\": true,\n                    \"seller_reviews_tab\": false,\n                    \"seller_about_us_tab\": true\n                },\n                \"challan_message_1\": null,\n                \"challan_message_2\": null,\n                \"challan_prefix\": \"Invoice\",\n                \"challan_number_same_as_invoice_number\": true,\n                \"default_label_size_for_all_vendors\": false,\n                \"hide_customer_information_in_export\": {\n                    \"name\": false,\n                    \"phone\": true,\n                    \"address\": true,\n                    \"email\": true,\n                    \"city\": false,\n                    \"state\": false\n                },\n                \"product_permissions\": null,\n                \"hide_product_details_in_awb\": false,\n                \"hide_invoice_details_in_awb\": false,\n                \"company_note\": \"<p>sdfasdfab</p>\",\n                \"meta_data\": \"[{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                \"color_theme_field\": \"light.orange\",\n                \"change_tracking_url\": false,\n                \"ship_to_address_as_merchants_default_warehouse\": false,\n                \"can_vendor_hold_an_order\": false,\n                \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                \"allow_vendors_to_change_vendor_profile_details\": true,\n                \"whatsapp_account\": \"use_company_account\",\n                \"vendor_profile_theme_choosen\": \"theme-1\",\n                \"whatsapp_credit\": 54,\n                \"test_whatsapp_number\": \"+918849193468\",\n                \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                \"connected_vendor_shops\": [\n                    \"vendorsynctesting5.myshopify.com\",\n                    \"testing-for-vendorsync.myshopify.com\",\n                    \"purpleplants.myshopify.com\",\n                    \"https://st-wpdemo.com/\",\n                    \"test-store-webkul-112.myshopify.com\",\n                    \"https://st-wpdemo.com/\",\n                    \"purpleplants.myshopify.com/\",\n                    \"https://st-wpdemo.com/\",\n                    \"purpleplants.myshopify.com\",\n                    \"channelteststore5.myshopify.com\",\n                    \"https://st-wpdemo.com/newtestclient/\",\n                    \"purpleplants.myshopify.com\",\n                    \"purpleplants.myshopify.com\",\n                    \"vendorsynctesting.myshopify.com\",\n                    \"vendorsynctesting.myshopify.com\"\n                ],\n                \"events\": null,\n                \"commission_automation_set\": {\n                    \"commission_automation\": true,\n                    \"commission_automation_rules\": true,\n                    \"commission_automation_date_range\": true,\n                    \"commission_automation_schedule_option\": \"on_order_receipt\",\n                    \"time_buffer_for_commission_automation\": \"4\",\n                    \"order_status_for_commission_automation\": \"pending\",\n                    \"invoice_number_for_commission_automation\": 277,\n                    \"date_Range_days_for_commission_automation\": \"4\"\n                },\n                \"auto_confirmation_using_tags_settings\": {\n                    \"tags_settings_status\": true,\n                    \"paid\": true,\n                    \"tags_for_paid\": [],\n                    \"cod_or_partially_paid\": false,\n                    \"tags_for_cod_or_partially_paid\": [],\n                    \"Exceptions_for_paid\": false,\n                    \"Exceptions_for_paid_tags\": [],\n                    \"Exceptions_for_cod_or_partially_paid\": false,\n                    \"Exceptions_for_cod_or_partially_paid_tags\": []\n                },\n                \"preferred_location\": null,\n                \"email_credit\": 4766,\n                \"logo\": null,\n                \"logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                \"is_general_setting_done\": true,\n                \"is_invoice_setting_done\": true,\n                \"is_label_setting_done\": false,\n                \"is_gst_enabled\": true,\n                \"billing_detail\": \"Pune</br>Gujarat</br>India\",\n                \"warehouse_address\": \"Pune</br>IN\",\n                \"contact_information\": \"Chahar</br>het.shipturtle@gmail.com</br>\",\n                \"status\": \"Active\",\n                \"global_commission\": \"15\",\n                \"global_discount_shared_by_vendor\": \"0\",\n                \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                \"global_shipping_charge_commission_type\": \"fixed\",\n                \"global_shipping_charge_commission\": 50,\n                \"global_fixed_commission\": 10,\n                \"is_drop_shipper\": false,\n                \"state\": {\n                    \"id\": 13,\n                    \"code\": \"GJ\",\n                    \"tin\": 24,\n                    \"title\": \"Gujarat\",\n                    \"created_at\": \"2019-08-03T17:48:42.000000Z\",\n                    \"updated_at\": \"2020-03-28T04:51:45.000000Z\",\n                    \"deleted_at\": null,\n                    \"country_code\": \"IN\"\n                },\n                \"first_email\": [\n                    \"het.shipturtle@gmail.com\"\n                ],\n                \"invoice_state\": {\n                    \"id\": 13,\n                    \"code\": \"GJ\",\n                    \"tin\": 24,\n                    \"title\": \"Gujarat\",\n                    \"created_at\": \"2019-08-03T17:48:42.000000Z\",\n                    \"updated_at\": \"2020-03-28T04:51:45.000000Z\",\n                    \"deleted_at\": null,\n                    \"country_code\": \"IN\"\n                },\n                \"banner\": null,\n                \"banner_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                \"frontend_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                \"navbar_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                \"email_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                \"invoice_country_detail\": {\n                    \"id\": 98,\n                    \"name\": \"India\",\n                    \"code\": \"IN\",\n                    \"dial_code\": \"+91\",\n                    \"currency_name\": \"Indian rupee\",\n                    \"currency_symbol\": \"Rs.\",\n                    \"currency_code\": \"INR\",\n                    \"created_at\": null,\n                    \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                    \"name_with_symbole\": \"Indian rupee - Rs.\"\n                },\n                \"commission_tags\": {\n                    \"company_id\": 212738,\n                    \"override_commission\": true\n                },\n                \"media\": [],\n                \"country_detail\": {\n                    \"id\": 98,\n                    \"name\": \"India\",\n                    \"code\": \"IN\",\n                    \"dial_code\": \"+91\",\n                    \"currency_name\": \"Indian rupee\",\n                    \"currency_symbol\": \"Rs.\",\n                    \"currency_code\": \"INR\",\n                    \"created_at\": null,\n                    \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                    \"name_with_symbole\": \"Indian rupee - Rs.\"\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"322645c4-f42d-4941-9d96-faef5f759ecb"}],"id":"9f41b72e-3dad-4bfa-bb41-b7675facbede","_postman_id":"9f41b72e-3dad-4bfa-bb41-b7675facbede","description":""},{"name":"Products","item":[{"name":"fetch-products-by-id","id":"a3581428-aa12-4195-81ff-14abc5da70d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.shipturtle.com/api/v1/products/fetch-product/8283939","description":"<p>This API endpoint is used to fetch a specific product based on its ID. The ID of the product to be fetched is provided as a parameter in the URL.</p>\n<p>Please note that the response provided in the example is a placeholder and may not contain actual values for the properties. The actual response will depend on the product and shop being fetched.</p>\n<h3 id=\"status-code\">Status code</h3>\n<p>200 - Success / OK</p>\n<p>201 - Created</p>\n<p>202 - Accepted</p>\n<p>204 - No Content</p>\n<p>400 - Bad request</p>\n<p>401 - Unauthorized error</p>\n<p>500 - Internal server error</p>\n","urlObject":{"protocol":"https","path":["api","v1","products","fetch-product","8283939"],"host":["api","shipturtle","com"],"query":[],"variable":[]}},"response":[{"id":"f107061e-7e79-43ab-950c-052f755b6006","name":"fetch-products","originalRequest":{"method":"GET","header":[],"url":"https://api.shipturtle.com/api/v1/products/fetch-product/7510900"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 07 Dec 2023 12:44:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"Vary","value":"Origin,Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"product_json\": {\n        \"title\": \"GREY HOODIE\",\n        \"body_html\": \"<p>GREY HOODIE</p>\\n\",\n        \"handle\": \"grey-hoodie-1\",\n        \"admin_graphql_api_id\": \"gid://shopify/Product/9135398027567\",\n        \"published_scope\": \"\",\n        \"template_suffix\": \"\",\n        \"vendor\": \"vendorsync\",\n        \"product_type\": \"\",\n        \"sku\": \"GREY-HOODIE\",\n        \"published_at\": null,\n        \"status\": \"active\",\n        \"images\": [\n            {\n                \"id\": 43021679558959,\n                \"src\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/hoodie_4_front_8f655b2e-7e47-4994-aa7d-2e1e6e9c4d0a.jpg?v=1695884549\",\n                \"name\": null,\n                \"size\": 0,\n                \"type\": \"image/png\",\n                \"uuid\": 43021679558959\n            },\n            {\n                \"id\": 43021679526191,\n                \"src\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/hoodie_4_front_cfc7f06c-c3db-48e9-a255-82aed2f47a74.jpg?v=1695884549\",\n                \"name\": null,\n                \"size\": 0,\n                \"type\": \"image/png\",\n                \"uuid\": 43021679526191\n            },\n            {\n                \"id\": 43021679591727,\n                \"src\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/hoodie_4_back_ec6bf421-8a34-453d-91cc-6460a0b5cfd1.jpg?v=1695884549\",\n                \"name\": null,\n                \"size\": 0,\n                \"type\": \"image/png\",\n                \"uuid\": 43021679591727\n            }\n        ],\n        \"old_images\": [\n            {\n                \"id\": 43021679558959,\n                \"src\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/hoodie_4_front_8f655b2e-7e47-4994-aa7d-2e1e6e9c4d0a.jpg?v=1695884549\",\n                \"name\": null,\n                \"size\": 0,\n                \"type\": \"image/png\",\n                \"uuid\": 43021679558959\n            },\n            {\n                \"id\": 43021679526191,\n                \"src\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/hoodie_4_front_cfc7f06c-c3db-48e9-a255-82aed2f47a74.jpg?v=1695884549\",\n                \"name\": null,\n                \"size\": 0,\n                \"type\": \"image/png\",\n                \"uuid\": 43021679526191\n            },\n            {\n                \"id\": 43021679591727,\n                \"src\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/hoodie_4_back_ec6bf421-8a34-453d-91cc-6460a0b5cfd1.jpg?v=1695884549\",\n                \"name\": null,\n                \"size\": 0,\n                \"type\": \"image/png\",\n                \"uuid\": 43021679591727\n            }\n        ],\n        \"tags\": [],\n        \"options\": [],\n        \"default_variant_id\": \"gid://shopify/ProductVariant/47420328149295\",\n        \"requires_shipping\": true,\n        \"weight\": \"0\",\n        \"weight_unit\": \"kg\",\n        \"price\": \"300.00\",\n        \"compare_at_price\": \"450.00\",\n        \"taxable\": true,\n        \"barcode\": \"\",\n        \"height\": null,\n        \"cost\": \"0.00\",\n        \"width\": null,\n        \"length\": null,\n        \"hsn_tax\": null,\n        \"tax\": null,\n        \"tax_id\": null,\n        \"tax_percentage\": null,\n        \"override_commission\": false,\n        \"fixed_commission\": 0,\n        \"commission\": null,\n        \"hsn_tax_display\": null,\n        \"inventory_quantity\": \"10\",\n        \"inventory_policy\": false,\n        \"inventory_management\": false,\n        \"old_inventory_quantity\": \"10\",\n        \"vendor_shop_variant_id\": null,\n        \"variants\": [],\n        \"shop_id\": 4147,\n        \"shop_name\": \"violetplants\"\n    },\n    \"shop\": {\n        \"id\": 4147,\n        \"shopify_domain\": \"violetplants.myshopify.com\",\n        \"shopify_token\": null,\n        \"created_at\": \"2023-07-13T10:19:49.000000Z\",\n        \"updated_at\": \"2023-12-07T09:32:56.000000Z\",\n        \"grandfathered\": false,\n        \"deleted_at\": null,\n        \"namespace\": null,\n        \"plan_id\": 621,\n        \"freemium\": false,\n        \"name\": \"violetplants\",\n        \"email\": \"violetplants123@gmail.com\",\n        \"province\": \"WB\",\n        \"country\": {\n            \"id\": 98,\n            \"name\": \"India\",\n            \"code\": \"IN\",\n            \"dial_code\": \"+91\",\n            \"currency_name\": \"Indian rupee\",\n            \"currency_symbol\": \"Rs.\",\n            \"currency_code\": \"INR\",\n            \"created_at\": null,\n            \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n            \"name_with_symbole\": \"Indian rupee - Rs.\"\n        },\n        \"address1\": \"123 Old Court House Street Lal Dighi B.B.D. Bagh\",\n        \"zip\": \"700001\",\n        \"city\": \"Kolkata\",\n        \"source\": null,\n        \"phone\": \"12345678\",\n        \"latitude\": \"22.5685769\",\n        \"longitude\": \"88.3492417\",\n        \"primary_locale\": \"en\",\n        \"address2\": \"\",\n        \"country_code\": \"IN\",\n        \"country_name\": \"India\",\n        \"currency\": \"INR\",\n        \"customer_email\": \"violetplants123@gmail.com\",\n        \"timezone\": \"(GMT+05:30) Asia/Kolkata\",\n        \"iana_timezone\": \"Asia/Kolkata\",\n        \"shop_owner\": \"Sharad Kabra\",\n        \"money_format\": \"Rs. {{amount}}\",\n        \"money_with_currency_format\": \"Rs. {{amount}}\",\n        \"weight_unit\": \"gm\",\n        \"province_code\": \"WB\",\n        \"taxes_included\": false,\n        \"tax_shipping\": false,\n        \"county_taxes\": true,\n        \"plan_display_name\": \"Basic Shopify\",\n        \"plan_name\": \"basic\",\n        \"has_discounts\": \"1\",\n        \"has_gift_cards\": \"1\",\n        \"money_in_emails_format\": \"Rs. {{amount}}\",\n        \"money_with_currency_in_emails_format\": \"Rs. {{amount}}\",\n        \"eligible_for_payments\": \"0\",\n        \"requires_extra_payments_agreement\": \"0\",\n        \"primary_location_id\": \"78698905903\",\n        \"multi_location_enabled\": \"1\",\n        \"channel_id\": null,\n        \"company_id\": 212738,\n        \"user_id\": 28343,\n        \"verifying_plan\": null,\n        \"dimension_unit\": \"inch\",\n        \"override_taxes\": false,\n        \"provider\": \"shopify\",\n        \"maintain_hs_information_in_shipturtle\": false,\n        \"automatically_update_order_status_on_shopify\": true,\n        \"charge_tax\": \"0\",\n        \"enable_tax_on_shipping\": false,\n        \"tax_on_shipping\": 0,\n        \"automatically_update_product_status_on_shopify\": true,\n        \"parent_id\": null,\n        \"setup_pending\": false,\n        \"product_types_sold_on_store\": \"physical_products_only\",\n        \"carrier_service_id\": null,\n        \"extra_info\": \"{\\\"location_sync_status\\\":[true,\\\"2023-05-29 10:50:37\\\"],\\\"product_sync_status\\\":[true,\\\"2023-05-29 10:51:10\\\"],\\\"inventory_level_sync_status\\\":[true,\\\"2023-05-29 10:51:13\\\"],\\\"order_sync_status\\\":[true,\\\"2023-05-29 10:53:11\\\"]}\",\n        \"payment_method_settings\": {\n            \"payu_in_paisa\": \"paid\",\n            \"cash_on_delivery\": \"paid\",\n            \"manual\": \"paid\",\n            \"cashfree\": \"paid\",\n            \"Cash on Delivery (COD)\": \"cod\",\n            \"gift_card\": \"paid\",\n            \"paytm\": \"paid\",\n            \"stripe\": \"paid\",\n            \"payu_india\": \"paid\",\n            \"razorpay_cards_upi_netbanking_wallets_\": \"paid\",\n            \"neft\": \"paid\",\n            \"paypal\": \"paid\",\n            \"shopify_payments\": \"paid\",\n            \"amazon_payments\": \"paid\",\n            \"razorpay_all_cards_netbanking_wallets_\": \"paid\",\n            \"Etsy\": \"paid\",\n            \"clearpay\": \"paid\",\n            \"Bank Deposit/Mobile Transfer\": \"paid\",\n            \"E-Transfer\": \"paid\",\n            \"cash\": \"cod\",\n            \"eBay/PayPal\": \"paid\",\n            \"amazon_marketplace\": \"paid\",\n            \"ccavenue\": \"paid\",\n            \"payu_in\": \"paid\",\n            \"bogus\": \"paid\",\n            \"\": null,\n            \"money_order\": \"cod\",\n            \"bank_deposit\": null\n        },\n        \"enable_payment_settings\": false,\n        \"script_js_id\": \"233564635439\",\n        \"shopify_namespace\": \"shipturtle\",\n        \"password\": \"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\",\n        \"password_updated_at\": \"2023-12-07\",\n        \"domain\": null,\n        \"shopify_freemium\": 0,\n        \"plan_id_onetime\": null,\n        \"shipment_movement\": \"on_shipment\",\n        \"14_day_trial_expired\": false,\n        \"keep_credits\": 0,\n        \"change_base\": 0,\n        \"shop_setup_instructions\": \"{\\\"store_type\\\":\\\"market_place\\\"}\",\n        \"store_setup\": \"{\\\"is_setup_complete\\\":null,\\\"step\\\":\\\"7\\\"}\",\n        \"published_and_unpublished_theme1_code\": \"null\",\n        \"left_days_14_day_trial\": null,\n        \"currency_country\": {\n            \"id\": 98,\n            \"name\": \"India\",\n            \"code\": \"IN\",\n            \"dial_code\": \"+91\",\n            \"currency_name\": \"Indian rupee\",\n            \"currency_symbol\": \"Rs.\",\n            \"currency_code\": \"INR\",\n            \"created_at\": null,\n            \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n            \"name_with_symbole\": \"Indian rupee - Rs.\"\n        }\n    }\n}"}],"_postman_id":"a3581428-aa12-4195-81ff-14abc5da70d5"},{"name":"fetch-all-products","id":"a4818a9c-e903-4b6c-a849-f400023849de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.shipturtle.com/api/v1/products/fetchData/parent?query={\"text_filter\":\"Destination\",\"vendor\":\"violetplants\",\"category\":\"Canvas\",\"vendor_shop\":\"unmapped\"}&limit=10&ascending=0&page=1&byColumn=1","description":"<p>In order to obtain product data from the Shipturtle API, this endpoint sends an HTTP GET request. A query parameter including the Product Title , Vedor, Category, Vendor Shop Status are included in the request, along with pagination settings such byColumn, limit, ascending, and page.</p>\n<p>The user may use this API to retrieve a specific set of Products by providing the required query parameters. Then, using the response data, the user can further process and analyse the products.</p>\n<p>See Example Request and Response for more information.</p>\n<h3 id=\"status-code\">Status code</h3>\n<p>200 - Success / OK</p>\n<p>201 - Created</p>\n<p>202 - Accepted</p>\n<p>204 - No Content</p>\n<p>400 - Bad request</p>\n<p>401 - Unauthorized error</p>\n<p>500 - Internal server error</p>\n","urlObject":{"protocol":"https","path":["api","v1","products","fetchData","parent"],"host":["api","shipturtle","com"],"query":[{"description":{"content":"<p>Filter inputs for Product Title, Vendor, Category, and Vendor Shop Status are included in this field</p>\n","type":"text/plain"},"key":"query","value":"{\"text_filter\":\"Destination\",\"vendor\":\"violetplants\",\"category\":\"Canvas\",\"vendor_shop\":\"unmapped\"}"},{"description":{"content":"<p>defines the most records that can appear on a single page of a paginated response</p>\n","type":"text/plain"},"key":"limit","value":"10"},{"description":{"content":"<p>used to regulate the records sorting order. Put the value in <code>0</code> for descending order and <code>1</code> for ascending order</p>\n","type":"text/plain"},"key":"ascending","value":"0"},{"description":{"content":"<p>gives the paginated response's page number</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>The column name that will be used to sort the orders. 1 means there is no sorting</p>\n","type":"text/plain"},"key":"byColumn","value":"1"}],"variable":[]}},"response":[{"id":"0ec68dce-6919-4364-98bf-f25450919085","name":"fetch-all-products","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.shipturtle.com/api/v1/products/fetchData/parent?query={\"text_filter\":\"Destination\",\"vendor\":\"violetplants\",\"category\":\"Canvas\",\"vendor_shop\":\"unmapped\"}&limit=10&ascending=0&page=1&byColumn=1","protocol":"https","host":["api","shipturtle","com"],"path":["api","v1","products","fetchData","parent"],"query":[{"key":"query","value":"{\"text_filter\":\"Destination\",\"vendor\":\"violetplants\",\"category\":\"Canvas\",\"vendor_shop\":\"unmapped\"}","description":"Filter inputs for Product Title, Vendor, Category, and Vendor Shop Status are included in this field"},{"key":"limit","value":"10","description":"defines the most records that can appear on a single page of a paginated response"},{"key":"ascending","value":"0","description":"used to regulate the records sorting order. Put the value in `0` for descending order and `1` for ascending order"},{"key":"page","value":"1","description":"gives the paginated response's page number"},{"key":"byColumn","value":"1","description":"The column name that will be used to sort the orders. 1 means there is no sorting"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 22 Dec 2023 05:51:56 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"Vary","value":"Origin,Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 8057554,\n            \"channel\": \"shopify\",\n            \"company_id\": 212738,\n            \"title\": \"Destination\",\n            \"product_type\": \"Canvas\",\n            \"vendor\": \"violetplants\",\n            \"tags\": \"New, Tags\",\n            \"status\": \"active\",\n            \"handle\": \"destination\",\n            \"shop_id\": 4147,\n            \"image\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-10_a32adabe-d2b2-44e1-9941-711ad1c2ca98.jpg?v=1703156637\",\n            \"deleted_at\": null,\n            \"vendor_shop_product_id\": null,\n            \"image_link\": null,\n            \"images_link\": null,\n            \"uploaded_images\": [],\n            \"product_type_title\": null,\n            \"variant_inventory_count\": {\n                \"quantity\": 378,\n                \"length\": 27\n            },\n            \"shop\": {\n                \"currency\": \"INR\",\n                \"weight_unit\": \"gm\",\n                \"name\": \"violetplants\",\n                \"id\": 4147,\n                \"override_taxes\": false,\n                \"dimension_unit\": \"inch\",\n                \"shopify_domain\": \"violetplants.myshopify.com\",\n                \"left_days_14_day_trial\": 14,\n                \"country\": null,\n                \"currency_country\": {\n                    \"id\": 98,\n                    \"name\": \"India\",\n                    \"code\": \"IN\",\n                    \"dial_code\": \"+91\",\n                    \"currency_name\": \"Indian rupee\",\n                    \"currency_symbol\": \"Rs.\",\n                    \"currency_code\": \"INR\",\n                    \"created_at\": null,\n                    \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                    \"name_with_symbole\": \"Indian rupee - Rs.\"\n                }\n            },\n            \"variants\": [\n                {\n                    \"id\": 22397081,\n                    \"commission\": null,\n                    \"fixed_commission\": 0,\n                    \"company_id\": 212738,\n                    \"product_id\": 8057554,\n                    \"image\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-10_a32adabe-d2b2-44e1-9941-711ad1c2ca98.jpg?v=1703156637\",\n                    \"channel_variant_id\": \"22530915\",\n                    \"compare_at_price\": \"0.00\",\n                    \"deleted_at\": null,\n                    \"deactivated_at\": true,\n                    \"grams\": \"0\",\n                    \"height\": null,\n                    \"image_id\": null,\n                    \"inventory_item_id\": \"50352894411055\",\n                    \"inventory_management\": \"shopify\",\n                    \"inventory_policy\": \"deny\",\n                    \"inventory_quantity\": \"1\",\n                    \"length\": null,\n                    \"old_inventory_quantity\": null,\n                    \"option1\": \"RED\",\n                    \"option2\": \"S\",\n                    \"option3\": \"Title1\",\n                    \"price\": \"2010.00\",\n                    \"provider\": null,\n                    \"requires_shipping\": null,\n                    \"shop_id\": 4147,\n                    \"sku\": \"NEW-DESTINATION\",\n                    \"tax_id\": null,\n                    \"title\": \"RED / S / Title1\",\n                    \"updated_at\": \"2023-12-21T11:04:04.000000Z\",\n                    \"weight\": \"0\",\n                    \"weight_unit\": \"kg\",\n                    \"width\": null,\n                    \"parent_id\": 212738,\n                    \"override_commission\": false,\n                    \"vendor_shop_variant_id\": null,\n                    \"barcode\": \"\",\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/48308473004335\",\n                    \"overridden_commission_level\": \"global\",\n                    \"overridden_commission\": \"15\",\n                    \"overridden_fixed_commission\": 10,\n                    \"file_history\": null,\n                    \"company\": {\n                        \"id\": 212738,\n                        \"title\": \"violetplants\",\n                        \"parent_id\": 212738,\n                        \"commission\": \"15\",\n                        \"fixed_commission\": 10,\n                        \"set_vendor_level_commission\": false,\n                        \"global_commission\": \"15\",\n                        \"global_discount_shared_by_vendor\": \"0\",\n                        \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                        \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                        \"global_shipping_charge_commission_type\": \"fixed\",\n                        \"global_shipping_charge_commission\": 50,\n                        \"global_fixed_commission\": 10,\n                        \"invoice_country_detail\": null,\n                        \"commission_tags\": {\n                            \"company_id\": 212738,\n                            \"override_commission\": true\n                        },\n                        \"parent\": {\n                            \"id\": 212738,\n                            \"company_name\": \"kapil\",\n                            \"brand_name\": \"violetplants\",\n                            \"company_logo\": null,\n                            \"contact_name\": null,\n                            \"phone_number\": null,\n                            \"email\": \"varshil.shipturtle@gmail.com\",\n                            \"address_line_1\": null,\n                            \"address_line_2\": \"gj 23\",\n                            \"pin_code\": \"380009\",\n                            \"city\": \"Ahmedabad\",\n                            \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                            \"updated_at\": \"2023-12-21T12:23:57.000000Z\",\n                            \"state_id\": null,\n                            \"gstin_number\": \"1234\",\n                            \"invoice_prefix\": \"Invoice\",\n                            \"starting_invoice_number\": \"22\",\n                            \"terms_and_conditions\": null,\n                            \"bank_account_beneficiary_name\": null,\n                            \"bank_account_name\": null,\n                            \"ifsc_code\": null,\n                            \"label_company_name\": null,\n                            \"label_contact_name\": null,\n                            \"label_phone\": null,\n                            \"label_email_address\": null,\n                            \"label_address_line_1\": null,\n                            \"label_address_line_2\": null,\n                            \"label_pin_code\": null,\n                            \"label_city\": null,\n                            \"label_state\": null,\n                            \"signature\": null,\n                            \"currency\": \"INR\",\n                            \"weight\": null,\n                            \"measurement\": null,\n                            \"gst_enabled\": true,\n                            \"override_channel_product_weight_enabled\": true,\n                            \"label_details_same_as_company\": true,\n                            \"multi_vendor_invoicing_enabled\": false,\n                            \"multi_vendor_shipping_enabled\": false,\n                            \"is_master\": \"1\",\n                            \"invoice_number_same_as_order_number\": true,\n                            \"enable_disable_cod_reconciliation\": true,\n                            \"enable_disable_freight_reconciliation\": true,\n                            \"cod_tolerance\": \"5\",\n                            \"freight_tolerance\": \"2\",\n                            \"is_multi_vendor_enabled\": true,\n                            \"invoice_message\": null,\n                            \"inclusive_exclusive\": null,\n                            \"is_tax_on_shipping\": \"no\",\n                            \"tax_on_shipping\": null,\n                            \"primary_color\": \"#222F3D\",\n                            \"secondary_color\": null,\n                            \"display_hsn\": true,\n                            \"website\": \"https://app.shipturtle.com/\",\n                            \"country\": \"IN\",\n                            \"type_of_vendor\": \"marketplace\",\n                            \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                            \"title\": \"violetplants\",\n                            \"parent_id\": 212738,\n                            \"extra_information\": null,\n                            \"invoice_date\": \"invoice_creation_date\",\n                            \"number_of_digits\": \"0\",\n                            \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                            \"created_by\": null,\n                            \"updated_by\": 28344,\n                            \"invoice_contact_name\": \"Hussain\",\n                            \"invoice_address_1\": \"dahod\",\n                            \"invoice_address_2\": \"dahod\",\n                            \"invoice_postal_code\": \"380005\",\n                            \"invoice_city\": \"Ahmedabad\",\n                            \"invoice_phone_number\": \"09173038104\",\n                            \"invoice_tin\": null,\n                            \"timezone\": \"America/Phoenix\",\n                            \"hand_delivered_enabled\": true,\n                            \"other_courier_partner_enabled\": true,\n                            \"billing_address_same_as_company_details\": false,\n                            \"deactivated_at\": null,\n                            \"state_code\": \"GJ\",\n                            \"automatically_sync_vendor_name_from_store\": true,\n                            \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                            \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                            \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                            \"correct_all_errors_in_order\": false,\n                            \"generate_shipping_labels_for_orders\": false,\n                            \"generate_invoices_for_dropship_orders\": false,\n                            \"can_vendor_enable_disable_product\": false,\n                            \"can_vendor_edit_quantity_product\": false,\n                            \"can_vendor_edit_weight_dimension_product\": false,\n                            \"can_vendor_edit_tax_product\": true,\n                            \"set_vendor_level_commission\": false,\n                            \"commission\": \"15\",\n                            \"discount_shared_by_vendor\": \"0\",\n                            \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"set_vendor_level_shared_discount\": false,\n                            \"set_vendor_level_commissoin_calculated_on\": false,\n                            \"use_shop_channel_values_to_set_commission\": false,\n                            \"can_vendor_generate_invoice\": true,\n                            \"can_vendor_process_shippings\": true,\n                            \"can_vendor_edit_hsn_tax\": true,\n                            \"can_vendor_add_courier_provider\": true,\n                            \"default_vendor_type\": \"marketplace\",\n                            \"no_of_deciaml_digits\": 2,\n                            \"credits\": 299956,\n                            \"plan_id\": 4,\n                            \"requested_plan_id\": null,\n                            \"override_invoice_permissions\": false,\n                            \"override_product_permissions\": false,\n                            \"override_order_routing_permissions\": false,\n                            \"override_shipping_permissions\": false,\n                            \"slug\": \"violetplants-212738\",\n                            \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"shipping_charge_commission_type\": \"fixed\",\n                            \"shipping_charge_commission\": 50,\n                            \"override_commission_calculated_tax_type\": false,\n                            \"override_shipping_charge_commission_type\": false,\n                            \"override_shipping_charge_commission\": 0,\n                            \"auto_email_to_vendor\": true,\n                            \"fixed_commission\": 10,\n                            \"service_charge\": 0,\n                            \"can_vendor_edit_price\": false,\n                            \"can_vendor_delete_product\": false,\n                            \"show_logo_in_awb\": false,\n                            \"hide_pick_address_in_awb\": false,\n                            \"hide_customer_info_in_awb\": true,\n                            \"hide_price_in_awb\": false,\n                            \"hide_customer_information_on_vendor_dashboards\": false,\n                            \"allow_merchant_to_generate_invoice\": false,\n                            \"show_merchant_logo_in_invoice\": true,\n                            \"locale\": \"en\",\n                            \"use_custom_waybill\": true,\n                            \"redirect_url\": \"dashboard\",\n                            \"invoice_state_code\": \"GJ\",\n                            \"invoice_country_code\": \"IN\",\n                            \"stripe_account_id\": null,\n                            \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                            \"enable_app_shipping_profile_on_shopify\": \"0\",\n                            \"policy\": null,\n                            \"css\": null,\n                            \"vendor_profile_color\": \"#f18024\",\n                            \"about_us\": null,\n                            \"facebook_link\": null,\n                            \"twitter_link\": null,\n                            \"instagram_link\": null,\n                            \"auto_fulfill_digital_orders\": true,\n                            \"use_default_warehouse_for_all_orders\": false,\n                            \"invoice_label_header_title\": null,\n                            \"invoice_place_of_supply\": null,\n                            \"invoice_cin_key_title\": null,\n                            \"invoice_cin\": null,\n                            \"give_vendor_access_to_merchant_shipper\": false,\n                            \"auto_generate_order_invoices_to_customers\": true,\n                            \"auto_email_order_invoices_to_customers\": true,\n                            \"treat_manual_payment_mode_as_cod\": false,\n                            \"fulfill_order_after_confirm\": false,\n                            \"add_notes_before_confirming_orders\": false,\n                            \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                            \"note_at_the_top_of_invoice\": null,\n                            \"vendor_shop_id\": null,\n                            \"vendor_category\": null,\n                            \"vendor_location\": null,\n                            \"short_description\": null,\n                            \"display_vendor_category\": true,\n                            \"display_vendor_location\": true,\n                            \"display_vendor_short_description\": true,\n                            \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                            \"sync_settings\": {\n                                \"update_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": true,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"create_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": true,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"override_product_status_at_create\": true,\n                                \"product_status\": \"as_per_vendor_product\",\n                                \"enable_order_sync\": true,\n                                \"push_only_if_order_paid\": false,\n                                \"push_unsynced_product_order\": true,\n                                \"auto_add_variant\": true,\n                                \"auto_remove_variant\": true,\n                                \"strictKeyCheck\": false,\n                                \"on_product_delete\": \"do_nothing\",\n                                \"on_product_unmapped\": \"do_nothing\",\n                                \"push_only_if_product_connected\": true\n                            },\n                            \"override_hide_customer_information_permissions\": false,\n                            \"can_vendor_cancel_an_order\": false,\n                            \"hide_shipping_charges\": false,\n                            \"add_insurance_to_shipment\": 0,\n                            \"meta_title\": null,\n                            \"registration_link\": null,\n                            \"auto_approval_of_products_from_vendor\": true,\n                            \"ignore_selling_price_for_commission\": 0,\n                            \"shipping_label_check\": {\n                                \"email\": false,\n                                \"phone\": false,\n                                \"address_line_1\": false,\n                                \"address_line_2\": false,\n                                \"address_line_1_minimum\": null,\n                                \"address_line_1_maximum\": null,\n                                \"address_line_2_minimum\": null,\n                                \"address_line_2_maximum\": null\n                            },\n                            \"shipping_label_size\": \"smalllabel\",\n                            \"paypal_email\": null,\n                            \"use_custom_email_driver\": true,\n                            \"ignore_order_splitting\": false,\n                            \"hide_customer_information_on_vendor_dashboard\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"hide_customer_information_in_awb\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false,\n                                \"line_items\": false,\n                                \"vendor_name\": false,\n                                \"sku\": false,\n                                \"weight_dimension\": false\n                            },\n                            \"hide_customer_information_in_invoice\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"vendor_profile_settings\": {\n                                \"seller_products_tab\": true,\n                                \"seller_policy_tab\": true,\n                                \"seller_contact_us_tab\": true,\n                                \"seller_events_tab\": true,\n                                \"seller_reviews_tab\": false,\n                                \"seller_about_us_tab\": true\n                            },\n                            \"challan_message_1\": null,\n                            \"challan_message_2\": null,\n                            \"challan_prefix\": \"Invoice\",\n                            \"challan_number_same_as_invoice_number\": true,\n                            \"default_label_size_for_all_vendors\": true,\n                            \"hide_customer_information_in_export\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"product_permissions\": null,\n                            \"hide_product_details_in_awb\": false,\n                            \"hide_invoice_details_in_awb\": false,\n                            \"company_note\": \"<p>sdfasdfab</p>\",\n                            \"meta_data\": \"[{\\\"uuid\\\":\\\"e95a7b2d-5210-4e7b-988f-7fbde7acf198\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/601990/dashboard-mockup-for-c2c.xlsx\\\",\\\"size\\\":102609,\\\"name\\\":\\\"Dashboard Mockup for C2C.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"50844059-549d-4bcc-88bf-a023fd46bd29\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/604572/28344-1690206866.xlsx\\\",\\\"size\\\":7389,\\\"name\\\":\\\"28344-1690206866.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3ad73d68-08a3-46b5-9afc-3d1ac5df398f\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655061/lable_cancelled_order_amazon.xlsx\\\",\\\"size\\\":26214,\\\"name\\\":\\\"Lable Cancelled Order Amazon.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                            \"color_theme_field\": \"light.blue\",\n                            \"change_tracking_url\": false,\n                            \"ship_to_address_as_merchants_default_warehouse\": false,\n                            \"can_vendor_hold_an_order\": false,\n                            \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                            \"allow_vendors_to_change_vendor_profile_details\": true,\n                            \"whatsapp_account\": \"use_company_account\",\n                            \"vendor_profile_theme_choosen\": \"theme-1\",\n                            \"whatsapp_credit\": 54,\n                            \"test_whatsapp_number\": \"+918849193468\",\n                            \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                            \"connected_vendor_shops\": [\n                                \"vendorsynctesting5.myshopify.com\",\n                                \"testing-for-vendorsync.myshopify.com\",\n                                \"purpleplants.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"test-store-webkul-112.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com/\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com\",\n                                \"channelteststore5.myshopify.com\",\n                                \"https://st-wpdemo.com/newtestclient/\",\n                                \"purpleplants.myshopify.com\",\n                                \"purpleplants.myshopify.com\"\n                            ],\n                            \"events\": null,\n                            \"commission_automation_set\": {\n                                \"commission_automation\": true,\n                                \"commission_automation_rules\": true,\n                                \"commission_automation_date_range\": true,\n                                \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                \"time_buffer_for_commission_automation\": \"4\",\n                                \"order_status_for_commission_automation\": \"pending\",\n                                \"invoice_number_for_commission_automation\": 277,\n                                \"date_Range_days_for_commission_automation\": \"4\"\n                            },\n                            \"auto_confirmation_using_tags_settings\": {\n                                \"tags_settings_status\": true,\n                                \"paid\": true,\n                                \"tags_for_paid\": [],\n                                \"cod_or_partially_paid\": false,\n                                \"tags_for_cod_or_partially_paid\": [],\n                                \"Exceptions_for_paid\": false,\n                                \"Exceptions_for_paid_tags\": [],\n                                \"Exceptions_for_cod_or_partially_paid\": false,\n                                \"Exceptions_for_cod_or_partially_paid_tags\": []\n                            },\n                            \"preferred_location\": null,\n                            \"email_credit\": 4853,\n                            \"global_commission\": \"15\",\n                            \"global_discount_shared_by_vendor\": \"0\",\n                            \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"global_shipping_charge_commission_type\": \"fixed\",\n                            \"global_shipping_charge_commission\": 50,\n                            \"global_fixed_commission\": 10,\n                            \"invoice_country_detail\": {\n                                \"id\": 98,\n                                \"name\": \"India\",\n                                \"code\": \"IN\",\n                                \"dial_code\": \"+91\",\n                                \"currency_name\": \"Indian rupee\",\n                                \"currency_symbol\": \"Rs.\",\n                                \"currency_code\": \"INR\",\n                                \"created_at\": null,\n                                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                \"name_with_symbole\": \"Indian rupee - Rs.\"\n                            },\n                            \"commission_tags\": {\n                                \"company_id\": 212738,\n                                \"override_commission\": true\n                            }\n                        }\n                    },\n                    \"tax\": null,\n                    \"inventory_item\": {\n                        \"id\": 13164386,\n                        \"sku\": \"NEW-DESTINATION\",\n                        \"requires_shipping\": true,\n                        \"cost\": \"10.00\",\n                        \"admin_graphql_api_id\": \"gid://shopify/InventoryItem/50352894411055\",\n                        \"created_at\": \"2023-12-21T11:03:54.000000Z\",\n                        \"updated_at\": \"2023-12-21T11:03:54.000000Z\",\n                        \"shop_id\": 4147,\n                        \"channel_id\": \"50352894411055\",\n                        \"variant_id\": null,\n                        \"channel\": null,\n                        \"country_harmonized_system_codes\": null,\n                        \"harmonized_system_code\": null,\n                        \"deleted_at\": null\n                    },\n                    \"product\": {\n                        \"id\": 8057554,\n                        \"product_type_id\": 145003,\n                        \"image_link\": null,\n                        \"images_link\": null,\n                        \"uploaded_images\": [],\n                        \"product_type_title\": \"Canvas\",\n                        \"variant_inventory_count\": {\n                            \"quantity\": 378,\n                            \"length\": 27\n                        },\n                        \"product_type\": {\n                            \"id\": 145003,\n                            \"channel\": \"shopify\",\n                            \"shop_id\": 4147,\n                            \"title\": \"Canvas\",\n                            \"commission\": null,\n                            \"created_at\": \"2023-11-30T06:49:18.000000Z\",\n                            \"updated_at\": \"2023-11-30T06:49:18.000000Z\",\n                            \"fixed_commission\": 0,\n                            \"override_commission\": false,\n                            \"overridden_commission_level\": \"global\",\n                            \"overridden_commission\": \"15\",\n                            \"overridden_fixed_commission\": 10,\n                            \"global_commission_level\": \"global\",\n                            \"global_commission\": \"15\",\n                            \"global_fixed_commission\": 10\n                        },\n                        \"media\": []\n                    },\n                    \"alien_variant\": null\n                },\n                {\n                    \"id\": 22397082,\n                    \"commission\": null,\n                    \"fixed_commission\": 0,\n                    \"company_id\": 212738,\n                    \"product_id\": 8057554,\n                    \"image\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-11_641fc4d6-2781-422b-be62-084e7b5b855c.jpg?v=1703156636\",\n                    \"channel_variant_id\": \"22530916\",\n                    \"compare_at_price\": \"0.00\",\n                    \"deleted_at\": null,\n                    \"deactivated_at\": true,\n                    \"grams\": \"0\",\n                    \"height\": null,\n                    \"image_id\": null,\n                    \"inventory_item_id\": \"50352894443823\",\n                    \"inventory_management\": \"shopify\",\n                    \"inventory_policy\": \"deny\",\n                    \"inventory_quantity\": \"2\",\n                    \"length\": null,\n                    \"old_inventory_quantity\": null,\n                    \"option1\": \"BLUE\",\n                    \"option2\": \"S\",\n                    \"option3\": \"Title1\",\n                    \"price\": \"2010.00\",\n                    \"provider\": null,\n                    \"requires_shipping\": null,\n                    \"shop_id\": 4147,\n                    \"sku\": \"NEW-DESTINATION\",\n                    \"tax_id\": null,\n                    \"title\": \"BLUE / S / Title1\",\n                    \"updated_at\": \"2023-12-21T11:04:01.000000Z\",\n                    \"weight\": \"0\",\n                    \"weight_unit\": \"kg\",\n                    \"width\": null,\n                    \"parent_id\": 212738,\n                    \"override_commission\": false,\n                    \"vendor_shop_variant_id\": null,\n                    \"barcode\": \"\",\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/48308473037103\",\n                    \"overridden_commission_level\": \"global\",\n                    \"overridden_commission\": \"15\",\n                    \"overridden_fixed_commission\": 10,\n                    \"file_history\": null,\n                    \"company\": {\n                        \"id\": 212738,\n                        \"title\": \"violetplants\",\n                        \"parent_id\": 212738,\n                        \"commission\": \"15\",\n                        \"fixed_commission\": 10,\n                        \"set_vendor_level_commission\": false,\n                        \"global_commission\": \"15\",\n                        \"global_discount_shared_by_vendor\": \"0\",\n                        \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                        \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                        \"global_shipping_charge_commission_type\": \"fixed\",\n                        \"global_shipping_charge_commission\": 50,\n                        \"global_fixed_commission\": 10,\n                        \"invoice_country_detail\": null,\n                        \"commission_tags\": {\n                            \"company_id\": 212738,\n                            \"override_commission\": true\n                        },\n                        \"parent\": {\n                            \"id\": 212738,\n                            \"company_name\": \"kapil\",\n                            \"brand_name\": \"violetplants\",\n                            \"company_logo\": null,\n                            \"contact_name\": null,\n                            \"phone_number\": null,\n                            \"email\": \"varshil.shipturtle@gmail.com\",\n                            \"address_line_1\": null,\n                            \"address_line_2\": \"gj 23\",\n                            \"pin_code\": \"380009\",\n                            \"city\": \"Ahmedabad\",\n                            \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                            \"updated_at\": \"2023-12-21T12:23:57.000000Z\",\n                            \"state_id\": null,\n                            \"gstin_number\": \"1234\",\n                            \"invoice_prefix\": \"Invoice\",\n                            \"starting_invoice_number\": \"22\",\n                            \"terms_and_conditions\": null,\n                            \"bank_account_beneficiary_name\": null,\n                            \"bank_account_name\": null,\n                            \"ifsc_code\": null,\n                            \"label_company_name\": null,\n                            \"label_contact_name\": null,\n                            \"label_phone\": null,\n                            \"label_email_address\": null,\n                            \"label_address_line_1\": null,\n                            \"label_address_line_2\": null,\n                            \"label_pin_code\": null,\n                            \"label_city\": null,\n                            \"label_state\": null,\n                            \"signature\": null,\n                            \"currency\": \"INR\",\n                            \"weight\": null,\n                            \"measurement\": null,\n                            \"gst_enabled\": true,\n                            \"override_channel_product_weight_enabled\": true,\n                            \"label_details_same_as_company\": true,\n                            \"multi_vendor_invoicing_enabled\": false,\n                            \"multi_vendor_shipping_enabled\": false,\n                            \"is_master\": \"1\",\n                            \"invoice_number_same_as_order_number\": true,\n                            \"enable_disable_cod_reconciliation\": true,\n                            \"enable_disable_freight_reconciliation\": true,\n                            \"cod_tolerance\": \"5\",\n                            \"freight_tolerance\": \"2\",\n                            \"is_multi_vendor_enabled\": true,\n                            \"invoice_message\": null,\n                            \"inclusive_exclusive\": null,\n                            \"is_tax_on_shipping\": \"no\",\n                            \"tax_on_shipping\": null,\n                            \"primary_color\": \"#222F3D\",\n                            \"secondary_color\": null,\n                            \"display_hsn\": true,\n                            \"website\": \"https://app.shipturtle.com/\",\n                            \"country\": \"IN\",\n                            \"type_of_vendor\": \"marketplace\",\n                            \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                            \"title\": \"violetplants\",\n                            \"parent_id\": 212738,\n                            \"extra_information\": null,\n                            \"invoice_date\": \"invoice_creation_date\",\n                            \"number_of_digits\": \"0\",\n                            \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                            \"created_by\": null,\n                            \"updated_by\": 28344,\n                            \"invoice_contact_name\": \"Hussain\",\n                            \"invoice_address_1\": \"dahod\",\n                            \"invoice_address_2\": \"dahod\",\n                            \"invoice_postal_code\": \"380005\",\n                            \"invoice_city\": \"Ahmedabad\",\n                            \"invoice_phone_number\": \"09173038104\",\n                            \"invoice_tin\": null,\n                            \"timezone\": \"America/Phoenix\",\n                            \"hand_delivered_enabled\": true,\n                            \"other_courier_partner_enabled\": true,\n                            \"billing_address_same_as_company_details\": false,\n                            \"deactivated_at\": null,\n                            \"state_code\": \"GJ\",\n                            \"automatically_sync_vendor_name_from_store\": true,\n                            \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                            \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                            \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                            \"correct_all_errors_in_order\": false,\n                            \"generate_shipping_labels_for_orders\": false,\n                            \"generate_invoices_for_dropship_orders\": false,\n                            \"can_vendor_enable_disable_product\": false,\n                            \"can_vendor_edit_quantity_product\": false,\n                            \"can_vendor_edit_weight_dimension_product\": false,\n                            \"can_vendor_edit_tax_product\": true,\n                            \"set_vendor_level_commission\": false,\n                            \"commission\": \"15\",\n                            \"discount_shared_by_vendor\": \"0\",\n                            \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"set_vendor_level_shared_discount\": false,\n                            \"set_vendor_level_commissoin_calculated_on\": false,\n                            \"use_shop_channel_values_to_set_commission\": false,\n                            \"can_vendor_generate_invoice\": true,\n                            \"can_vendor_process_shippings\": true,\n                            \"can_vendor_edit_hsn_tax\": true,\n                            \"can_vendor_add_courier_provider\": true,\n                            \"default_vendor_type\": \"marketplace\",\n                            \"no_of_deciaml_digits\": 2,\n                            \"credits\": 299956,\n                            \"plan_id\": 4,\n                            \"requested_plan_id\": null,\n                            \"override_invoice_permissions\": false,\n                            \"override_product_permissions\": false,\n                            \"override_order_routing_permissions\": false,\n                            \"override_shipping_permissions\": false,\n                            \"slug\": \"violetplants-212738\",\n                            \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"shipping_charge_commission_type\": \"fixed\",\n                            \"shipping_charge_commission\": 50,\n                            \"override_commission_calculated_tax_type\": false,\n                            \"override_shipping_charge_commission_type\": false,\n                            \"override_shipping_charge_commission\": 0,\n                            \"auto_email_to_vendor\": true,\n                            \"fixed_commission\": 10,\n                            \"service_charge\": 0,\n                            \"can_vendor_edit_price\": false,\n                            \"can_vendor_delete_product\": false,\n                            \"show_logo_in_awb\": false,\n                            \"hide_pick_address_in_awb\": false,\n                            \"hide_customer_info_in_awb\": true,\n                            \"hide_price_in_awb\": false,\n                            \"hide_customer_information_on_vendor_dashboards\": false,\n                            \"allow_merchant_to_generate_invoice\": false,\n                            \"show_merchant_logo_in_invoice\": true,\n                            \"locale\": \"en\",\n                            \"use_custom_waybill\": true,\n                            \"redirect_url\": \"dashboard\",\n                            \"invoice_state_code\": \"GJ\",\n                            \"invoice_country_code\": \"IN\",\n                            \"stripe_account_id\": null,\n                            \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                            \"enable_app_shipping_profile_on_shopify\": \"0\",\n                            \"policy\": null,\n                            \"css\": null,\n                            \"vendor_profile_color\": \"#f18024\",\n                            \"about_us\": null,\n                            \"facebook_link\": null,\n                            \"twitter_link\": null,\n                            \"instagram_link\": null,\n                            \"auto_fulfill_digital_orders\": true,\n                            \"use_default_warehouse_for_all_orders\": false,\n                            \"invoice_label_header_title\": null,\n                            \"invoice_place_of_supply\": null,\n                            \"invoice_cin_key_title\": null,\n                            \"invoice_cin\": null,\n                            \"give_vendor_access_to_merchant_shipper\": false,\n                            \"auto_generate_order_invoices_to_customers\": true,\n                            \"auto_email_order_invoices_to_customers\": true,\n                            \"treat_manual_payment_mode_as_cod\": false,\n                            \"fulfill_order_after_confirm\": false,\n                            \"add_notes_before_confirming_orders\": false,\n                            \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                            \"note_at_the_top_of_invoice\": null,\n                            \"vendor_shop_id\": null,\n                            \"vendor_category\": null,\n                            \"vendor_location\": null,\n                            \"short_description\": null,\n                            \"display_vendor_category\": true,\n                            \"display_vendor_location\": true,\n                            \"display_vendor_short_description\": true,\n                            \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                            \"sync_settings\": {\n                                \"update_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": true,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"create_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": true,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"override_product_status_at_create\": true,\n                                \"product_status\": \"as_per_vendor_product\",\n                                \"enable_order_sync\": true,\n                                \"push_only_if_order_paid\": false,\n                                \"push_unsynced_product_order\": true,\n                                \"auto_add_variant\": true,\n                                \"auto_remove_variant\": true,\n                                \"strictKeyCheck\": false,\n                                \"on_product_delete\": \"do_nothing\",\n                                \"on_product_unmapped\": \"do_nothing\",\n                                \"push_only_if_product_connected\": true\n                            },\n                            \"override_hide_customer_information_permissions\": false,\n                            \"can_vendor_cancel_an_order\": false,\n                            \"hide_shipping_charges\": false,\n                            \"add_insurance_to_shipment\": 0,\n                            \"meta_title\": null,\n                            \"registration_link\": null,\n                            \"auto_approval_of_products_from_vendor\": true,\n                            \"ignore_selling_price_for_commission\": 0,\n                            \"shipping_label_check\": {\n                                \"email\": false,\n                                \"phone\": false,\n                                \"address_line_1\": false,\n                                \"address_line_2\": false,\n                                \"address_line_1_minimum\": null,\n                                \"address_line_1_maximum\": null,\n                                \"address_line_2_minimum\": null,\n                                \"address_line_2_maximum\": null\n                            },\n                            \"shipping_label_size\": \"smalllabel\",\n                            \"paypal_email\": null,\n                            \"use_custom_email_driver\": true,\n                            \"ignore_order_splitting\": false,\n                            \"hide_customer_information_on_vendor_dashboard\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"hide_customer_information_in_awb\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false,\n                                \"line_items\": false,\n                                \"vendor_name\": false,\n                                \"sku\": false,\n                                \"weight_dimension\": false\n                            },\n                            \"hide_customer_information_in_invoice\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"vendor_profile_settings\": {\n                                \"seller_products_tab\": true,\n                                \"seller_policy_tab\": true,\n                                \"seller_contact_us_tab\": true,\n                                \"seller_events_tab\": true,\n                                \"seller_reviews_tab\": false,\n                                \"seller_about_us_tab\": true\n                            },\n                            \"challan_message_1\": null,\n                            \"challan_message_2\": null,\n                            \"challan_prefix\": \"Invoice\",\n                            \"challan_number_same_as_invoice_number\": true,\n                            \"default_label_size_for_all_vendors\": true,\n                            \"hide_customer_information_in_export\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"product_permissions\": null,\n                            \"hide_product_details_in_awb\": false,\n                            \"hide_invoice_details_in_awb\": false,\n                            \"company_note\": \"<p>sdfasdfab</p>\",\n                            \"meta_data\": \"[{\\\"uuid\\\":\\\"e95a7b2d-5210-4e7b-988f-7fbde7acf198\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/601990/dashboard-mockup-for-c2c.xlsx\\\",\\\"size\\\":102609,\\\"name\\\":\\\"Dashboard Mockup for C2C.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"50844059-549d-4bcc-88bf-a023fd46bd29\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/604572/28344-1690206866.xlsx\\\",\\\"size\\\":7389,\\\"name\\\":\\\"28344-1690206866.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3ad73d68-08a3-46b5-9afc-3d1ac5df398f\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655061/lable_cancelled_order_amazon.xlsx\\\",\\\"size\\\":26214,\\\"name\\\":\\\"Lable Cancelled Order Amazon.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                            \"color_theme_field\": \"light.blue\",\n                            \"change_tracking_url\": false,\n                            \"ship_to_address_as_merchants_default_warehouse\": false,\n                            \"can_vendor_hold_an_order\": false,\n                            \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                            \"allow_vendors_to_change_vendor_profile_details\": true,\n                            \"whatsapp_account\": \"use_company_account\",\n                            \"vendor_profile_theme_choosen\": \"theme-1\",\n                            \"whatsapp_credit\": 54,\n                            \"test_whatsapp_number\": \"+918849193468\",\n                            \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                            \"connected_vendor_shops\": [\n                                \"vendorsynctesting5.myshopify.com\",\n                                \"testing-for-vendorsync.myshopify.com\",\n                                \"purpleplants.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"test-store-webkul-112.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com/\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com\",\n                                \"channelteststore5.myshopify.com\",\n                                \"https://st-wpdemo.com/newtestclient/\",\n                                \"purpleplants.myshopify.com\",\n                                \"purpleplants.myshopify.com\"\n                            ],\n                            \"events\": null,\n                            \"commission_automation_set\": {\n                                \"commission_automation\": true,\n                                \"commission_automation_rules\": true,\n                                \"commission_automation_date_range\": true,\n                                \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                \"time_buffer_for_commission_automation\": \"4\",\n                                \"order_status_for_commission_automation\": \"pending\",\n                                \"invoice_number_for_commission_automation\": 277,\n                                \"date_Range_days_for_commission_automation\": \"4\"\n                            },\n                            \"auto_confirmation_using_tags_settings\": {\n                                \"tags_settings_status\": true,\n                                \"paid\": true,\n                                \"tags_for_paid\": [],\n                                \"cod_or_partially_paid\": false,\n                                \"tags_for_cod_or_partially_paid\": [],\n                                \"Exceptions_for_paid\": false,\n                                \"Exceptions_for_paid_tags\": [],\n                                \"Exceptions_for_cod_or_partially_paid\": false,\n                                \"Exceptions_for_cod_or_partially_paid_tags\": []\n                            },\n                            \"preferred_location\": null,\n                            \"email_credit\": 4853,\n                            \"global_commission\": \"15\",\n                            \"global_discount_shared_by_vendor\": \"0\",\n                            \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"global_shipping_charge_commission_type\": \"fixed\",\n                            \"global_shipping_charge_commission\": 50,\n                            \"global_fixed_commission\": 10,\n                            \"invoice_country_detail\": {\n                                \"id\": 98,\n                                \"name\": \"India\",\n                                \"code\": \"IN\",\n                                \"dial_code\": \"+91\",\n                                \"currency_name\": \"Indian rupee\",\n                                \"currency_symbol\": \"Rs.\",\n                                \"currency_code\": \"INR\",\n                                \"created_at\": null,\n                                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                \"name_with_symbole\": \"Indian rupee - Rs.\"\n                            },\n                            \"commission_tags\": {\n                                \"company_id\": 212738,\n                                \"override_commission\": true\n                            }\n                        }\n                    },\n                    \"tax\": null,\n                    \"inventory_item\": {\n                        \"id\": 13164389,\n                        \"sku\": \"NEW-DESTINATION\",\n                        \"requires_shipping\": true,\n                        \"cost\": \"10.00\",\n                        \"admin_graphql_api_id\": \"gid://shopify/InventoryItem/50352894443823\",\n                        \"created_at\": \"2023-12-21T11:03:55.000000Z\",\n                        \"updated_at\": \"2023-12-21T11:03:55.000000Z\",\n                        \"shop_id\": 4147,\n                        \"channel_id\": \"50352894443823\",\n                        \"variant_id\": null,\n                        \"channel\": null,\n                        \"country_harmonized_system_codes\": null,\n                        \"harmonized_system_code\": null,\n                        \"deleted_at\": null\n                    },\n                    \"product\": {\n                        \"id\": 8057554,\n                        \"product_type_id\": 145003,\n                        \"image_link\": null,\n                        \"images_link\": null,\n                        \"uploaded_images\": [],\n                        \"product_type_title\": \"Canvas\",\n                        \"variant_inventory_count\": {\n                            \"quantity\": 378,\n                            \"length\": 27\n                        },\n                        \"product_type\": {\n                            \"id\": 145003,\n                            \"channel\": \"shopify\",\n                            \"shop_id\": 4147,\n                            \"title\": \"Canvas\",\n                            \"commission\": null,\n                            \"created_at\": \"2023-11-30T06:49:18.000000Z\",\n                            \"updated_at\": \"2023-11-30T06:49:18.000000Z\",\n                            \"fixed_commission\": 0,\n                            \"override_commission\": false,\n                            \"companyObject\": {\n                                \"id\": 212738,\n                                \"company_name\": \"kapil\",\n                                \"brand_name\": \"violetplants\",\n                                \"company_logo\": null,\n                                \"contact_name\": null,\n                                \"phone_number\": null,\n                                \"email\": \"varshil.shipturtle@gmail.com\",\n                                \"address_line_1\": null,\n                                \"address_line_2\": \"gj 23\",\n                                \"pin_code\": \"380009\",\n                                \"city\": \"Ahmedabad\",\n                                \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                                \"updated_at\": \"2023-12-21T12:23:57.000000Z\",\n                                \"state_id\": null,\n                                \"gstin_number\": \"1234\",\n                                \"invoice_prefix\": \"Invoice\",\n                                \"starting_invoice_number\": \"22\",\n                                \"terms_and_conditions\": null,\n                                \"bank_account_beneficiary_name\": null,\n                                \"bank_account_name\": null,\n                                \"ifsc_code\": null,\n                                \"label_company_name\": null,\n                                \"label_contact_name\": null,\n                                \"label_phone\": null,\n                                \"label_email_address\": null,\n                                \"label_address_line_1\": null,\n                                \"label_address_line_2\": null,\n                                \"label_pin_code\": null,\n                                \"label_city\": null,\n                                \"label_state\": null,\n                                \"signature\": null,\n                                \"currency\": \"INR\",\n                                \"weight\": null,\n                                \"measurement\": null,\n                                \"gst_enabled\": true,\n                                \"override_channel_product_weight_enabled\": true,\n                                \"label_details_same_as_company\": true,\n                                \"multi_vendor_invoicing_enabled\": false,\n                                \"multi_vendor_shipping_enabled\": false,\n                                \"is_master\": \"1\",\n                                \"invoice_number_same_as_order_number\": true,\n                                \"enable_disable_cod_reconciliation\": true,\n                                \"enable_disable_freight_reconciliation\": true,\n                                \"cod_tolerance\": \"5\",\n                                \"freight_tolerance\": \"2\",\n                                \"is_multi_vendor_enabled\": true,\n                                \"invoice_message\": null,\n                                \"inclusive_exclusive\": null,\n                                \"is_tax_on_shipping\": \"no\",\n                                \"tax_on_shipping\": null,\n                                \"primary_color\": \"#222F3D\",\n                                \"secondary_color\": null,\n                                \"display_hsn\": true,\n                                \"website\": \"https://app.shipturtle.com/\",\n                                \"country\": \"IN\",\n                                \"type_of_vendor\": \"marketplace\",\n                                \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                                \"title\": \"violetplants\",\n                                \"parent_id\": 212738,\n                                \"extra_information\": null,\n                                \"invoice_date\": \"invoice_creation_date\",\n                                \"number_of_digits\": \"0\",\n                                \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                                \"created_by\": null,\n                                \"updated_by\": 28344,\n                                \"invoice_contact_name\": \"Hussain\",\n                                \"invoice_address_1\": \"dahod\",\n                                \"invoice_address_2\": \"dahod\",\n                                \"invoice_postal_code\": \"380005\",\n                                \"invoice_city\": \"Ahmedabad\",\n                                \"invoice_phone_number\": \"09173038104\",\n                                \"invoice_tin\": null,\n                                \"timezone\": \"America/Phoenix\",\n                                \"hand_delivered_enabled\": true,\n                                \"other_courier_partner_enabled\": true,\n                                \"billing_address_same_as_company_details\": false,\n                                \"deactivated_at\": null,\n                                \"state_code\": \"GJ\",\n                                \"automatically_sync_vendor_name_from_store\": true,\n                                \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                                \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                                \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                                \"correct_all_errors_in_order\": false,\n                                \"generate_shipping_labels_for_orders\": false,\n                                \"generate_invoices_for_dropship_orders\": false,\n                                \"can_vendor_enable_disable_product\": false,\n                                \"can_vendor_edit_quantity_product\": false,\n                                \"can_vendor_edit_weight_dimension_product\": false,\n                                \"can_vendor_edit_tax_product\": true,\n                                \"set_vendor_level_commission\": false,\n                                \"commission\": \"15\",\n                                \"discount_shared_by_vendor\": \"0\",\n                                \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                \"set_vendor_level_shared_discount\": false,\n                                \"set_vendor_level_commissoin_calculated_on\": false,\n                                \"use_shop_channel_values_to_set_commission\": false,\n                                \"can_vendor_generate_invoice\": true,\n                                \"can_vendor_process_shippings\": true,\n                                \"can_vendor_edit_hsn_tax\": true,\n                                \"can_vendor_add_courier_provider\": true,\n                                \"default_vendor_type\": \"marketplace\",\n                                \"no_of_deciaml_digits\": 2,\n                                \"credits\": 299956,\n                                \"plan_id\": 4,\n                                \"requested_plan_id\": null,\n                                \"override_invoice_permissions\": false,\n                                \"override_product_permissions\": false,\n                                \"override_order_routing_permissions\": false,\n                                \"override_shipping_permissions\": false,\n                                \"slug\": \"violetplants-212738\",\n                                \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                \"shipping_charge_commission_type\": \"fixed\",\n                                \"shipping_charge_commission\": 50,\n                                \"override_commission_calculated_tax_type\": false,\n                                \"override_shipping_charge_commission_type\": false,\n                                \"override_shipping_charge_commission\": 0,\n                                \"auto_email_to_vendor\": true,\n                                \"fixed_commission\": 10,\n                                \"service_charge\": 0,\n                                \"can_vendor_edit_price\": false,\n                                \"can_vendor_delete_product\": false,\n                                \"show_logo_in_awb\": false,\n                                \"hide_pick_address_in_awb\": false,\n                                \"hide_customer_info_in_awb\": true,\n                                \"hide_price_in_awb\": false,\n                                \"hide_customer_information_on_vendor_dashboards\": false,\n                                \"allow_merchant_to_generate_invoice\": false,\n                                \"show_merchant_logo_in_invoice\": true,\n                                \"locale\": \"en\",\n                                \"use_custom_waybill\": true,\n                                \"redirect_url\": \"dashboard\",\n                                \"invoice_state_code\": \"GJ\",\n                                \"invoice_country_code\": \"IN\",\n                                \"stripe_account_id\": null,\n                                \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                                \"enable_app_shipping_profile_on_shopify\": \"0\",\n                                \"policy\": null,\n                                \"css\": null,\n                                \"vendor_profile_color\": \"#f18024\",\n                                \"about_us\": null,\n                                \"facebook_link\": null,\n                                \"twitter_link\": null,\n                                \"instagram_link\": null,\n                                \"auto_fulfill_digital_orders\": true,\n                                \"use_default_warehouse_for_all_orders\": false,\n                                \"invoice_label_header_title\": null,\n                                \"invoice_place_of_supply\": null,\n                                \"invoice_cin_key_title\": null,\n                                \"invoice_cin\": null,\n                                \"give_vendor_access_to_merchant_shipper\": false,\n                                \"auto_generate_order_invoices_to_customers\": true,\n                                \"auto_email_order_invoices_to_customers\": true,\n                                \"treat_manual_payment_mode_as_cod\": false,\n                                \"fulfill_order_after_confirm\": false,\n                                \"add_notes_before_confirming_orders\": false,\n                                \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                                \"note_at_the_top_of_invoice\": null,\n                                \"vendor_shop_id\": null,\n                                \"vendor_category\": null,\n                                \"vendor_location\": null,\n                                \"short_description\": null,\n                                \"display_vendor_category\": true,\n                                \"display_vendor_location\": true,\n                                \"display_vendor_short_description\": true,\n                                \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                                \"sync_settings\": {\n                                    \"update_settings\": {\n                                        \"sku\": true,\n                                        \"tags\": true,\n                                        \"media\": true,\n                                        \"price\": true,\n                                        \"title\": true,\n                                        \"weight\": true,\n                                        \"barcode\": true,\n                                        \"quantity\": true,\n                                        \"description\": true,\n                                        \"product_type\": true,\n                                        \"variant_name\": true,\n                                        \"publish_status\": true,\n                                        \"compare_at_price\": true,\n                                        \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                    },\n                                    \"create_settings\": {\n                                        \"sku\": true,\n                                        \"tags\": true,\n                                        \"media\": true,\n                                        \"price\": true,\n                                        \"title\": true,\n                                        \"weight\": true,\n                                        \"barcode\": true,\n                                        \"quantity\": true,\n                                        \"description\": true,\n                                        \"product_type\": true,\n                                        \"variant_name\": true,\n                                        \"publish_status\": true,\n                                        \"compare_at_price\": true,\n                                        \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                    },\n                                    \"override_product_status_at_create\": true,\n                                    \"product_status\": \"as_per_vendor_product\",\n                                    \"enable_order_sync\": true,\n                                    \"push_only_if_order_paid\": false,\n                                    \"push_unsynced_product_order\": true,\n                                    \"auto_add_variant\": true,\n                                    \"auto_remove_variant\": true,\n                                    \"strictKeyCheck\": false,\n                                    \"on_product_delete\": \"do_nothing\",\n                                    \"on_product_unmapped\": \"do_nothing\",\n                                    \"push_only_if_product_connected\": true\n                                },\n                                \"override_hide_customer_information_permissions\": false,\n                                \"can_vendor_cancel_an_order\": false,\n                                \"hide_shipping_charges\": false,\n                                \"add_insurance_to_shipment\": 0,\n                                \"meta_title\": null,\n                                \"registration_link\": null,\n                                \"auto_approval_of_products_from_vendor\": true,\n                                \"ignore_selling_price_for_commission\": 0,\n                                \"shipping_label_check\": {\n                                    \"email\": false,\n                                    \"phone\": false,\n                                    \"address_line_1\": false,\n                                    \"address_line_2\": false,\n                                    \"address_line_1_minimum\": null,\n                                    \"address_line_1_maximum\": null,\n                                    \"address_line_2_minimum\": null,\n                                    \"address_line_2_maximum\": null\n                                },\n                                \"shipping_label_size\": \"smalllabel\",\n                                \"paypal_email\": null,\n                                \"use_custom_email_driver\": true,\n                                \"ignore_order_splitting\": false,\n                                \"hide_customer_information_on_vendor_dashboard\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false\n                                },\n                                \"hide_customer_information_in_awb\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false,\n                                    \"line_items\": false,\n                                    \"vendor_name\": false,\n                                    \"sku\": false,\n                                    \"weight_dimension\": false\n                                },\n                                \"hide_customer_information_in_invoice\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false\n                                },\n                                \"vendor_profile_settings\": {\n                                    \"seller_products_tab\": true,\n                                    \"seller_policy_tab\": true,\n                                    \"seller_contact_us_tab\": true,\n                                    \"seller_events_tab\": true,\n                                    \"seller_reviews_tab\": false,\n                                    \"seller_about_us_tab\": true\n                                },\n                                \"challan_message_1\": null,\n                                \"challan_message_2\": null,\n                                \"challan_prefix\": \"Invoice\",\n                                \"challan_number_same_as_invoice_number\": true,\n                                \"default_label_size_for_all_vendors\": true,\n                                \"hide_customer_information_in_export\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false\n                                },\n                                \"product_permissions\": null,\n                                \"hide_product_details_in_awb\": false,\n                                \"hide_invoice_details_in_awb\": false,\n                                \"company_note\": \"<p>sdfasdfab</p>\",\n                                \"meta_data\": \"[{\\\"uuid\\\":\\\"e95a7b2d-5210-4e7b-988f-7fbde7acf198\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/601990/dashboard-mockup-for-c2c.xlsx\\\",\\\"size\\\":102609,\\\"name\\\":\\\"Dashboard Mockup for C2C.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"50844059-549d-4bcc-88bf-a023fd46bd29\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/604572/28344-1690206866.xlsx\\\",\\\"size\\\":7389,\\\"name\\\":\\\"28344-1690206866.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3ad73d68-08a3-46b5-9afc-3d1ac5df398f\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655061/lable_cancelled_order_amazon.xlsx\\\",\\\"size\\\":26214,\\\"name\\\":\\\"Lable Cancelled Order Amazon.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                                \"color_theme_field\": \"light.blue\",\n                                \"change_tracking_url\": false,\n                                \"ship_to_address_as_merchants_default_warehouse\": false,\n                                \"can_vendor_hold_an_order\": false,\n                                \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                                \"allow_vendors_to_change_vendor_profile_details\": true,\n                                \"whatsapp_account\": \"use_company_account\",\n                                \"vendor_profile_theme_choosen\": \"theme-1\",\n                                \"whatsapp_credit\": 54,\n                                \"test_whatsapp_number\": \"+918849193468\",\n                                \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                                \"connected_vendor_shops\": [\n                                    \"vendorsynctesting5.myshopify.com\",\n                                    \"testing-for-vendorsync.myshopify.com\",\n                                    \"purpleplants.myshopify.com\",\n                                    \"https://st-wpdemo.com/\",\n                                    \"test-store-webkul-112.myshopify.com\",\n                                    \"https://st-wpdemo.com/\",\n                                    \"purpleplants.myshopify.com/\",\n                                    \"https://st-wpdemo.com/\",\n                                    \"purpleplants.myshopify.com\",\n                                    \"channelteststore5.myshopify.com\",\n                                    \"https://st-wpdemo.com/newtestclient/\",\n                                    \"purpleplants.myshopify.com\",\n                                    \"purpleplants.myshopify.com\"\n                                ],\n                                \"events\": null,\n                                \"commission_automation_set\": {\n                                    \"commission_automation\": true,\n                                    \"commission_automation_rules\": true,\n                                    \"commission_automation_date_range\": true,\n                                    \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                    \"time_buffer_for_commission_automation\": \"4\",\n                                    \"order_status_for_commission_automation\": \"pending\",\n                                    \"invoice_number_for_commission_automation\": 277,\n                                    \"date_Range_days_for_commission_automation\": \"4\"\n                                },\n                                \"auto_confirmation_using_tags_settings\": {\n                                    \"tags_settings_status\": true,\n                                    \"paid\": true,\n                                    \"tags_for_paid\": [],\n                                    \"cod_or_partially_paid\": false,\n                                    \"tags_for_cod_or_partially_paid\": [],\n                                    \"Exceptions_for_paid\": false,\n                                    \"Exceptions_for_paid_tags\": [],\n                                    \"Exceptions_for_cod_or_partially_paid\": false,\n                                    \"Exceptions_for_cod_or_partially_paid_tags\": []\n                                },\n                                \"preferred_location\": null,\n                                \"email_credit\": 4853,\n                                \"global_commission\": \"15\",\n                                \"global_discount_shared_by_vendor\": \"0\",\n                                \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                \"global_shipping_charge_commission_type\": \"fixed\",\n                                \"global_shipping_charge_commission\": 50,\n                                \"global_fixed_commission\": 10,\n                                \"invoice_country_detail\": {\n                                    \"id\": 98,\n                                    \"name\": \"India\",\n                                    \"code\": \"IN\",\n                                    \"dial_code\": \"+91\",\n                                    \"currency_name\": \"Indian rupee\",\n                                    \"currency_symbol\": \"Rs.\",\n                                    \"currency_code\": \"INR\",\n                                    \"created_at\": null,\n                                    \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                    \"name_with_symbole\": \"Indian rupee - Rs.\"\n                                },\n                                \"commission_tags\": {\n                                    \"company_id\": 212738,\n                                    \"override_commission\": true\n                                },\n                                \"parent\": {\n                                    \"id\": 212738,\n                                    \"company_name\": \"kapil\",\n                                    \"brand_name\": \"violetplants\",\n                                    \"company_logo\": null,\n                                    \"contact_name\": null,\n                                    \"phone_number\": null,\n                                    \"email\": \"varshil.shipturtle@gmail.com\",\n                                    \"address_line_1\": null,\n                                    \"address_line_2\": \"gj 23\",\n                                    \"pin_code\": \"380009\",\n                                    \"city\": \"Ahmedabad\",\n                                    \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                                    \"updated_at\": \"2023-12-21T12:23:57.000000Z\",\n                                    \"state_id\": null,\n                                    \"gstin_number\": \"1234\",\n                                    \"invoice_prefix\": \"Invoice\",\n                                    \"starting_invoice_number\": \"22\",\n                                    \"terms_and_conditions\": null,\n                                    \"bank_account_beneficiary_name\": null,\n                                    \"bank_account_name\": null,\n                                    \"ifsc_code\": null,\n                                    \"label_company_name\": null,\n                                    \"label_contact_name\": null,\n                                    \"label_phone\": null,\n                                    \"label_email_address\": null,\n                                    \"label_address_line_1\": null,\n                                    \"label_address_line_2\": null,\n                                    \"label_pin_code\": null,\n                                    \"label_city\": null,\n                                    \"label_state\": null,\n                                    \"signature\": null,\n                                    \"currency\": \"INR\",\n                                    \"weight\": null,\n                                    \"measurement\": null,\n                                    \"gst_enabled\": true,\n                                    \"override_channel_product_weight_enabled\": true,\n                                    \"label_details_same_as_company\": true,\n                                    \"multi_vendor_invoicing_enabled\": false,\n                                    \"multi_vendor_shipping_enabled\": false,\n                                    \"is_master\": \"1\",\n                                    \"invoice_number_same_as_order_number\": true,\n                                    \"enable_disable_cod_reconciliation\": true,\n                                    \"enable_disable_freight_reconciliation\": true,\n                                    \"cod_tolerance\": \"5\",\n                                    \"freight_tolerance\": \"2\",\n                                    \"is_multi_vendor_enabled\": true,\n                                    \"invoice_message\": null,\n                                    \"inclusive_exclusive\": null,\n                                    \"is_tax_on_shipping\": \"no\",\n                                    \"tax_on_shipping\": null,\n                                    \"primary_color\": \"#222F3D\",\n                                    \"secondary_color\": null,\n                                    \"display_hsn\": true,\n                                    \"website\": \"https://app.shipturtle.com/\",\n                                    \"country\": \"IN\",\n                                    \"type_of_vendor\": \"marketplace\",\n                                    \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                                    \"title\": \"violetplants\",\n                                    \"parent_id\": 212738,\n                                    \"extra_information\": null,\n                                    \"invoice_date\": \"invoice_creation_date\",\n                                    \"number_of_digits\": \"0\",\n                                    \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                                    \"created_by\": null,\n                                    \"updated_by\": 28344,\n                                    \"invoice_contact_name\": \"Hussain\",\n                                    \"invoice_address_1\": \"dahod\",\n                                    \"invoice_address_2\": \"dahod\",\n                                    \"invoice_postal_code\": \"380005\",\n                                    \"invoice_city\": \"Ahmedabad\",\n                                    \"invoice_phone_number\": \"09173038104\",\n                                    \"invoice_tin\": null,\n                                    \"timezone\": \"America/Phoenix\",\n                                    \"hand_delivered_enabled\": true,\n                                    \"other_courier_partner_enabled\": true,\n                                    \"billing_address_same_as_company_details\": false,\n                                    \"deactivated_at\": null,\n                                    \"state_code\": \"GJ\",\n                                    \"automatically_sync_vendor_name_from_store\": true,\n                                    \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                                    \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                                    \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                                    \"correct_all_errors_in_order\": false,\n                                    \"generate_shipping_labels_for_orders\": false,\n                                    \"generate_invoices_for_dropship_orders\": false,\n                                    \"can_vendor_enable_disable_product\": false,\n                                    \"can_vendor_edit_quantity_product\": false,\n                                    \"can_vendor_edit_weight_dimension_product\": false,\n                                    \"can_vendor_edit_tax_product\": true,\n                                    \"set_vendor_level_commission\": false,\n                                    \"commission\": \"15\",\n                                    \"discount_shared_by_vendor\": \"0\",\n                                    \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                    \"set_vendor_level_shared_discount\": false,\n                                    \"set_vendor_level_commissoin_calculated_on\": false,\n                                    \"use_shop_channel_values_to_set_commission\": false,\n                                    \"can_vendor_generate_invoice\": true,\n                                    \"can_vendor_process_shippings\": true,\n                                    \"can_vendor_edit_hsn_tax\": true,\n                                    \"can_vendor_add_courier_provider\": true,\n                                    \"default_vendor_type\": \"marketplace\",\n                                    \"no_of_deciaml_digits\": 2,\n                                    \"credits\": 299956,\n                                    \"plan_id\": 4,\n                                    \"requested_plan_id\": null,\n                                    \"override_invoice_permissions\": false,\n                                    \"override_product_permissions\": false,\n                                    \"override_order_routing_permissions\": false,\n                                    \"override_shipping_permissions\": false,\n                                    \"slug\": \"violetplants-212738\",\n                                    \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                    \"shipping_charge_commission_type\": \"fixed\",\n                                    \"shipping_charge_commission\": 50,\n                                    \"override_commission_calculated_tax_type\": false,\n                                    \"override_shipping_charge_commission_type\": false,\n                                    \"override_shipping_charge_commission\": 0,\n                                    \"auto_email_to_vendor\": true,\n                                    \"fixed_commission\": 10,\n                                    \"service_charge\": 0,\n                                    \"can_vendor_edit_price\": false,\n                                    \"can_vendor_delete_product\": false,\n                                    \"show_logo_in_awb\": false,\n                                    \"hide_pick_address_in_awb\": false,\n                                    \"hide_customer_info_in_awb\": true,\n                                    \"hide_price_in_awb\": false,\n                                    \"hide_customer_information_on_vendor_dashboards\": false,\n                                    \"allow_merchant_to_generate_invoice\": false,\n                                    \"show_merchant_logo_in_invoice\": true,\n                                    \"locale\": \"en\",\n                                    \"use_custom_waybill\": true,\n                                    \"redirect_url\": \"dashboard\",\n                                    \"invoice_state_code\": \"GJ\",\n                                    \"invoice_country_code\": \"IN\",\n                                    \"stripe_account_id\": null,\n                                    \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                                    \"enable_app_shipping_profile_on_shopify\": \"0\",\n                                    \"policy\": null,\n                                    \"css\": null,\n                                    \"vendor_profile_color\": \"#f18024\",\n                                    \"about_us\": null,\n                                    \"facebook_link\": null,\n                                    \"twitter_link\": null,\n                                    \"instagram_link\": null,\n                                    \"auto_fulfill_digital_orders\": true,\n                                    \"use_default_warehouse_for_all_orders\": false,\n                                    \"invoice_label_header_title\": null,\n                                    \"invoice_place_of_supply\": null,\n                                    \"invoice_cin_key_title\": null,\n                                    \"invoice_cin\": null,\n                                    \"give_vendor_access_to_merchant_shipper\": false,\n                                    \"auto_generate_order_invoices_to_customers\": true,\n                                    \"auto_email_order_invoices_to_customers\": true,\n                                    \"treat_manual_payment_mode_as_cod\": false,\n                                    \"fulfill_order_after_confirm\": false,\n                                    \"add_notes_before_confirming_orders\": false,\n                                    \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                                    \"note_at_the_top_of_invoice\": null,\n                                    \"vendor_shop_id\": null,\n                                    \"vendor_category\": null,\n                                    \"vendor_location\": null,\n                                    \"short_description\": null,\n                                    \"display_vendor_category\": true,\n                                    \"display_vendor_location\": true,\n                                    \"display_vendor_short_description\": true,\n                                    \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                                    \"sync_settings\": {\n                                        \"update_settings\": {\n                                            \"sku\": true,\n                                            \"tags\": true,\n                                            \"media\": true,\n                                            \"price\": true,\n                                            \"title\": true,\n                                            \"weight\": true,\n                                            \"barcode\": true,\n                                            \"quantity\": true,\n                                            \"description\": true,\n                                            \"product_type\": true,\n                                            \"variant_name\": true,\n                                            \"publish_status\": true,\n                                            \"compare_at_price\": true,\n                                            \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                        },\n                                        \"create_settings\": {\n                                            \"sku\": true,\n                                            \"tags\": true,\n                                            \"media\": true,\n                                            \"price\": true,\n                                            \"title\": true,\n                                            \"weight\": true,\n                                            \"barcode\": true,\n                                            \"quantity\": true,\n                                            \"description\": true,\n                                            \"product_type\": true,\n                                            \"variant_name\": true,\n                                            \"publish_status\": true,\n                                            \"compare_at_price\": true,\n                                            \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                        },\n                                        \"override_product_status_at_create\": true,\n                                        \"product_status\": \"as_per_vendor_product\",\n                                        \"enable_order_sync\": true,\n                                        \"push_only_if_order_paid\": false,\n                                        \"push_unsynced_product_order\": true,\n                                        \"auto_add_variant\": true,\n                                        \"auto_remove_variant\": true,\n                                        \"strictKeyCheck\": false,\n                                        \"on_product_delete\": \"do_nothing\",\n                                        \"on_product_unmapped\": \"do_nothing\",\n                                        \"push_only_if_product_connected\": true\n                                    },\n                                    \"override_hide_customer_information_permissions\": false,\n                                    \"can_vendor_cancel_an_order\": false,\n                                    \"hide_shipping_charges\": false,\n                                    \"add_insurance_to_shipment\": 0,\n                                    \"meta_title\": null,\n                                    \"registration_link\": null,\n                                    \"auto_approval_of_products_from_vendor\": true,\n                                    \"ignore_selling_price_for_commission\": 0,\n                                    \"shipping_label_check\": {\n                                        \"email\": false,\n                                        \"phone\": false,\n                                        \"address_line_1\": false,\n                                        \"address_line_2\": false,\n                                        \"address_line_1_minimum\": null,\n                                        \"address_line_1_maximum\": null,\n                                        \"address_line_2_minimum\": null,\n                                        \"address_line_2_maximum\": null\n                                    },\n                                    \"shipping_label_size\": \"smalllabel\",\n                                    \"paypal_email\": null,\n                                    \"use_custom_email_driver\": true,\n                                    \"ignore_order_splitting\": false,\n                                    \"hide_customer_information_on_vendor_dashboard\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false\n                                    },\n                                    \"hide_customer_information_in_awb\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false,\n                                        \"line_items\": false,\n                                        \"vendor_name\": false,\n                                        \"sku\": false,\n                                        \"weight_dimension\": false\n                                    },\n                                    \"hide_customer_information_in_invoice\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false\n                                    },\n                                    \"vendor_profile_settings\": {\n                                        \"seller_products_tab\": true,\n                                        \"seller_policy_tab\": true,\n                                        \"seller_contact_us_tab\": true,\n                                        \"seller_events_tab\": true,\n                                        \"seller_reviews_tab\": false,\n                                        \"seller_about_us_tab\": true\n                                    },\n                                    \"challan_message_1\": null,\n                                    \"challan_message_2\": null,\n                                    \"challan_prefix\": \"Invoice\",\n                                    \"challan_number_same_as_invoice_number\": true,\n                                    \"default_label_size_for_all_vendors\": true,\n                                    \"hide_customer_information_in_export\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false\n                                    },\n                                    \"product_permissions\": null,\n                                    \"hide_product_details_in_awb\": false,\n                                    \"hide_invoice_details_in_awb\": false,\n                                    \"company_note\": \"<p>sdfasdfab</p>\",\n                                    \"meta_data\": \"[{\\\"uuid\\\":\\\"e95a7b2d-5210-4e7b-988f-7fbde7acf198\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/601990/dashboard-mockup-for-c2c.xlsx\\\",\\\"size\\\":102609,\\\"name\\\":\\\"Dashboard Mockup for C2C.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"50844059-549d-4bcc-88bf-a023fd46bd29\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/604572/28344-1690206866.xlsx\\\",\\\"size\\\":7389,\\\"name\\\":\\\"28344-1690206866.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3ad73d68-08a3-46b5-9afc-3d1ac5df398f\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655061/lable_cancelled_order_amazon.xlsx\\\",\\\"size\\\":26214,\\\"name\\\":\\\"Lable Cancelled Order Amazon.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                                    \"color_theme_field\": \"light.blue\",\n                                    \"change_tracking_url\": false,\n                                    \"ship_to_address_as_merchants_default_warehouse\": false,\n                                    \"can_vendor_hold_an_order\": false,\n                                    \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                                    \"allow_vendors_to_change_vendor_profile_details\": true,\n                                    \"whatsapp_account\": \"use_company_account\",\n                                    \"vendor_profile_theme_choosen\": \"theme-1\",\n                                    \"whatsapp_credit\": 54,\n                                    \"test_whatsapp_number\": \"+918849193468\",\n                                    \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                                    \"connected_vendor_shops\": [\n                                        \"vendorsynctesting5.myshopify.com\",\n                                        \"testing-for-vendorsync.myshopify.com\",\n                                        \"purpleplants.myshopify.com\",\n                                        \"https://st-wpdemo.com/\",\n                                        \"test-store-webkul-112.myshopify.com\",\n                                        \"https://st-wpdemo.com/\",\n                                        \"purpleplants.myshopify.com/\",\n                                        \"https://st-wpdemo.com/\",\n                                        \"purpleplants.myshopify.com\",\n                                        \"channelteststore5.myshopify.com\",\n                                        \"https://st-wpdemo.com/newtestclient/\",\n                                        \"purpleplants.myshopify.com\",\n                                        \"purpleplants.myshopify.com\"\n                                    ],\n                                    \"events\": null,\n                                    \"commission_automation_set\": {\n                                        \"commission_automation\": true,\n                                        \"commission_automation_rules\": true,\n                                        \"commission_automation_date_range\": true,\n                                        \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                        \"time_buffer_for_commission_automation\": \"4\",\n                                        \"order_status_for_commission_automation\": \"pending\",\n                                        \"invoice_number_for_commission_automation\": 277,\n                                        \"date_Range_days_for_commission_automation\": \"4\"\n                                    },\n                                    \"auto_confirmation_using_tags_settings\": {\n                                        \"tags_settings_status\": true,\n                                        \"paid\": true,\n                                        \"tags_for_paid\": [],\n                                        \"cod_or_partially_paid\": false,\n                                        \"tags_for_cod_or_partially_paid\": [],\n                                        \"Exceptions_for_paid\": false,\n                                        \"Exceptions_for_paid_tags\": [],\n                                        \"Exceptions_for_cod_or_partially_paid\": false,\n                                        \"Exceptions_for_cod_or_partially_paid_tags\": []\n                                    },\n                                    \"preferred_location\": null,\n                                    \"email_credit\": 4853,\n                                    \"global_commission\": \"15\",\n                                    \"global_discount_shared_by_vendor\": \"0\",\n                                    \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                    \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                    \"global_shipping_charge_commission_type\": \"fixed\",\n                                    \"global_shipping_charge_commission\": 50,\n                                    \"global_fixed_commission\": 10,\n                                    \"invoice_country_detail\": {\n                                        \"id\": 98,\n                                        \"name\": \"India\",\n                                        \"code\": \"IN\",\n                                        \"dial_code\": \"+91\",\n                                        \"currency_name\": \"Indian rupee\",\n                                        \"currency_symbol\": \"Rs.\",\n                                        \"currency_code\": \"INR\",\n                                        \"created_at\": null,\n                                        \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                        \"name_with_symbole\": \"Indian rupee - Rs.\"\n                                    },\n                                    \"commission_tags\": {\n                                        \"company_id\": 212738,\n                                        \"override_commission\": true\n                                    }\n                                }\n                            },\n                            \"overridden_commission_level\": \"global\",\n                            \"overridden_commission\": \"15\",\n                            \"overridden_fixed_commission\": 10,\n                            \"global_commission_level\": \"global\",\n                            \"global_commission\": \"15\",\n                            \"global_fixed_commission\": 10\n                        },\n                        \"media\": []\n                    },\n                    \"alien_variant\": null\n                },\n                {\n                    \"id\": 22397083,\n                    \"commission\": null,\n                    \"fixed_commission\": 0,\n                    \"company_id\": 212738,\n                    \"product_id\": 8057554,\n                    \"image\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-3_8739415b-05c4-4156-8f2b-5066821ae6bf.jpg?v=1703156637\",\n                    \"channel_variant_id\": \"22530917\",\n                    \"compare_at_price\": \"0.00\",\n                    \"deleted_at\": null,\n                    \"deactivated_at\": true,\n                    \"grams\": \"0\",\n                    \"height\": null,\n                    \"image_id\": null,\n                    \"inventory_item_id\": \"50352894476591\",\n                    \"inventory_management\": \"shopify\",\n                    \"inventory_policy\": \"deny\",\n                    \"inventory_quantity\": \"3\",\n                    \"length\": null,\n                    \"old_inventory_quantity\": null,\n                    \"option1\": \"GREEN\",\n                    \"option2\": \"S\",\n                    \"option3\": \"Title1\",\n                    \"price\": \"2010.00\",\n                    \"provider\": null,\n                    \"requires_shipping\": null,\n                    \"shop_id\": 4147,\n                    \"sku\": \"NEW-DESTINATION\",\n                    \"tax_id\": null,\n                    \"title\": \"GREEN / S / Title1\",\n                    \"updated_at\": \"2023-12-21T11:04:04.000000Z\",\n                    \"weight\": \"0\",\n                    \"weight_unit\": \"kg\",\n                    \"width\": null,\n                    \"parent_id\": 212738,\n                    \"override_commission\": false,\n                    \"vendor_shop_variant_id\": null,\n                    \"barcode\": \"\",\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/48308473069871\",\n                    \"overridden_commission_level\": \"global\",\n                    \"overridden_commission\": \"15\",\n                    \"overridden_fixed_commission\": 10,\n                    \"file_history\": null,\n                    \"company\": {\n                        \"id\": 212738,\n                        \"title\": \"violetplants\",\n                        \"parent_id\": 212738,\n                        \"commission\": \"15\",\n                        \"fixed_commission\": 10,\n                        \"set_vendor_level_commission\": false,\n                        \"global_commission\": \"15\",\n                        \"global_discount_shared_by_vendor\": \"0\",\n                        \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                        \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                        \"global_shipping_charge_commission_type\": \"fixed\",\n                        \"global_shipping_charge_commission\": 50,\n                        \"global_fixed_commission\": 10,\n                        \"invoice_country_detail\": null,\n                        \"commission_tags\": {\n                            \"company_id\": 212738,\n                            \"override_commission\": true\n                        },\n                        \"parent\": {\n                            \"id\": 212738,\n                            \"company_name\": \"kapil\",\n                            \"brand_name\": \"violetplants\",\n                            \"company_logo\": null,\n                            \"contact_name\": null,\n                            \"phone_number\": null,\n                            \"email\": \"varshil.shipturtle@gmail.com\",\n                            \"address_line_1\": null,\n                            \"address_line_2\": \"gj 23\",\n                            \"pin_code\": \"380009\",\n                            \"city\": \"Ahmedabad\",\n                            \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                            \"updated_at\": \"2023-12-21T12:23:57.000000Z\",\n                            \"state_id\": null,\n                            \"gstin_number\": \"1234\",\n                            \"invoice_prefix\": \"Invoice\",\n                            \"starting_invoice_number\": \"22\",\n                            \"terms_and_conditions\": null,\n                            \"bank_account_beneficiary_name\": null,\n                            \"bank_account_name\": null,\n                            \"ifsc_code\": null,\n                            \"label_company_name\": null,\n                            \"label_contact_name\": null,\n                            \"label_phone\": null,\n                            \"label_email_address\": null,\n                            \"label_address_line_1\": null,\n                            \"label_address_line_2\": null,\n                            \"label_pin_code\": null,\n                            \"label_city\": null,\n                            \"label_state\": null,\n                            \"signature\": null,\n                            \"currency\": \"INR\",\n                            \"weight\": null,\n                            \"measurement\": null,\n                            \"gst_enabled\": true,\n                            \"override_channel_product_weight_enabled\": true,\n                            \"label_details_same_as_company\": true,\n                            \"multi_vendor_invoicing_enabled\": false,\n                            \"multi_vendor_shipping_enabled\": false,\n                            \"is_master\": \"1\",\n                            \"invoice_number_same_as_order_number\": true,\n                            \"enable_disable_cod_reconciliation\": true,\n                            \"enable_disable_freight_reconciliation\": true,\n                            \"cod_tolerance\": \"5\",\n                            \"freight_tolerance\": \"2\",\n                            \"is_multi_vendor_enabled\": true,\n                            \"invoice_message\": null,\n                            \"inclusive_exclusive\": null,\n                            \"is_tax_on_shipping\": \"no\",\n                            \"tax_on_shipping\": null,\n                            \"primary_color\": \"#222F3D\",\n                            \"secondary_color\": null,\n                            \"display_hsn\": true,\n                            \"website\": \"https://app.shipturtle.com/\",\n                            \"country\": \"IN\",\n                            \"type_of_vendor\": \"marketplace\",\n                            \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                            \"title\": \"violetplants\",\n                            \"parent_id\": 212738,\n                            \"extra_information\": null,\n                            \"invoice_date\": \"invoice_creation_date\",\n                            \"number_of_digits\": \"0\",\n                            \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                            \"created_by\": null,\n                            \"updated_by\": 28344,\n                            \"invoice_contact_name\": \"Hussain\",\n                            \"invoice_address_1\": \"dahod\",\n                            \"invoice_address_2\": \"dahod\",\n                            \"invoice_postal_code\": \"380005\",\n                            \"invoice_city\": \"Ahmedabad\",\n                            \"invoice_phone_number\": \"09173038104\",\n                            \"invoice_tin\": null,\n                            \"timezone\": \"America/Phoenix\",\n                            \"hand_delivered_enabled\": true,\n                            \"other_courier_partner_enabled\": true,\n                            \"billing_address_same_as_company_details\": false,\n                            \"deactivated_at\": null,\n                            \"state_code\": \"GJ\",\n                            \"automatically_sync_vendor_name_from_store\": true,\n                            \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                            \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                            \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                            \"correct_all_errors_in_order\": false,\n                            \"generate_shipping_labels_for_orders\": false,\n                            \"generate_invoices_for_dropship_orders\": false,\n                            \"can_vendor_enable_disable_product\": false,\n                            \"can_vendor_edit_quantity_product\": false,\n                            \"can_vendor_edit_weight_dimension_product\": false,\n                            \"can_vendor_edit_tax_product\": true,\n                            \"set_vendor_level_commission\": false,\n                            \"commission\": \"15\",\n                            \"discount_shared_by_vendor\": \"0\",\n                            \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"set_vendor_level_shared_discount\": false,\n                            \"set_vendor_level_commissoin_calculated_on\": false,\n                            \"use_shop_channel_values_to_set_commission\": false,\n                            \"can_vendor_generate_invoice\": true,\n                            \"can_vendor_process_shippings\": true,\n                            \"can_vendor_edit_hsn_tax\": true,\n                            \"can_vendor_add_courier_provider\": true,\n                            \"default_vendor_type\": \"marketplace\",\n                            \"no_of_deciaml_digits\": 2,\n                            \"credits\": 299956,\n                            \"plan_id\": 4,\n                            \"requested_plan_id\": null,\n                            \"override_invoice_permissions\": false,\n                            \"override_product_permissions\": false,\n                            \"override_order_routing_permissions\": false,\n                            \"override_shipping_permissions\": false,\n                            \"slug\": \"violetplants-212738\",\n                            \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"shipping_charge_commission_type\": \"fixed\",\n                            \"shipping_charge_commission\": 50,\n                            \"override_commission_calculated_tax_type\": false,\n                            \"override_shipping_charge_commission_type\": false,\n                            \"override_shipping_charge_commission\": 0,\n                            \"auto_email_to_vendor\": true,\n                            \"fixed_commission\": 10,\n                            \"service_charge\": 0,\n                            \"can_vendor_edit_price\": false,\n                            \"can_vendor_delete_product\": false,\n                            \"show_logo_in_awb\": false,\n                            \"hide_pick_address_in_awb\": false,\n                            \"hide_customer_info_in_awb\": true,\n                            \"hide_price_in_awb\": false,\n                            \"hide_customer_information_on_vendor_dashboards\": false,\n                            \"allow_merchant_to_generate_invoice\": false,\n                            \"show_merchant_logo_in_invoice\": true,\n                            \"locale\": \"en\",\n                            \"use_custom_waybill\": true,\n                            \"redirect_url\": \"dashboard\",\n                            \"invoice_state_code\": \"GJ\",\n                            \"invoice_country_code\": \"IN\",\n                            \"stripe_account_id\": null,\n                            \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                            \"enable_app_shipping_profile_on_shopify\": \"0\",\n                            \"policy\": null,\n                            \"css\": null,\n                            \"vendor_profile_color\": \"#f18024\",\n                            \"about_us\": null,\n                            \"facebook_link\": null,\n                            \"twitter_link\": null,\n                            \"instagram_link\": null,\n                            \"auto_fulfill_digital_orders\": true,\n                            \"use_default_warehouse_for_all_orders\": false,\n                            \"invoice_label_header_title\": null,\n                            \"invoice_place_of_supply\": null,\n                            \"invoice_cin_key_title\": null,\n                            \"invoice_cin\": null,\n                            \"give_vendor_access_to_merchant_shipper\": false,\n                            \"auto_generate_order_invoices_to_customers\": true,\n                            \"auto_email_order_invoices_to_customers\": true,\n                            \"treat_manual_payment_mode_as_cod\": false,\n                            \"fulfill_order_after_confirm\": false,\n                            \"add_notes_before_confirming_orders\": false,\n                            \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                            \"note_at_the_top_of_invoice\": null,\n                            \"vendor_shop_id\": null,\n                            \"vendor_category\": null,\n                            \"vendor_location\": null,\n                            \"short_description\": null,\n                            \"display_vendor_category\": true,\n                            \"display_vendor_location\": true,\n                            \"display_vendor_short_description\": true,\n                            \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                            \"sync_settings\": {\n                                \"update_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": true,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"create_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": true,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"override_product_status_at_create\": true,\n                                \"product_status\": \"as_per_vendor_product\",\n                                \"enable_order_sync\": true,\n                                \"push_only_if_order_paid\": false,\n                                \"push_unsynced_product_order\": true,\n                                \"auto_add_variant\": true,\n                                \"auto_remove_variant\": true,\n                                \"strictKeyCheck\": false,\n                                \"on_product_delete\": \"do_nothing\",\n                                \"on_product_unmapped\": \"do_nothing\",\n                                \"push_only_if_product_connected\": true\n                            },\n                            \"override_hide_customer_information_permissions\": false,\n                            \"can_vendor_cancel_an_order\": false,\n                            \"hide_shipping_charges\": false,\n                            \"add_insurance_to_shipment\": 0,\n                            \"meta_title\": null,\n                            \"registration_link\": null,\n                            \"auto_approval_of_products_from_vendor\": true,\n                            \"ignore_selling_price_for_commission\": 0,\n                            \"shipping_label_check\": {\n                                \"email\": false,\n                                \"phone\": false,\n                                \"address_line_1\": false,\n                                \"address_line_2\": false,\n                                \"address_line_1_minimum\": null,\n                                \"address_line_1_maximum\": null,\n                                \"address_line_2_minimum\": null,\n                                \"address_line_2_maximum\": null\n                            },\n                            \"shipping_label_size\": \"smalllabel\",\n                            \"paypal_email\": null,\n                            \"use_custom_email_driver\": true,\n                            \"ignore_order_splitting\": false,\n                            \"hide_customer_information_on_vendor_dashboard\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"hide_customer_information_in_awb\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false,\n                                \"line_items\": false,\n                                \"vendor_name\": false,\n                                \"sku\": false,\n                                \"weight_dimension\": false\n                            },\n                            \"hide_customer_information_in_invoice\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"vendor_profile_settings\": {\n                                \"seller_products_tab\": true,\n                                \"seller_policy_tab\": true,\n                                \"seller_contact_us_tab\": true,\n                                \"seller_events_tab\": true,\n                                \"seller_reviews_tab\": false,\n                                \"seller_about_us_tab\": true\n                            },\n                            \"challan_message_1\": null,\n                            \"challan_message_2\": null,\n                            \"challan_prefix\": \"Invoice\",\n                            \"challan_number_same_as_invoice_number\": true,\n                            \"default_label_size_for_all_vendors\": true,\n                            \"hide_customer_information_in_export\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"product_permissions\": null,\n                            \"hide_product_details_in_awb\": false,\n                            \"hide_invoice_details_in_awb\": false,\n                            \"company_note\": \"<p>sdfasdfab</p>\",\n                            \"meta_data\": \"[{\\\"uuid\\\":\\\"e95a7b2d-5210-4e7b-988f-7fbde7acf198\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/601990/dashboard-mockup-for-c2c.xlsx\\\",\\\"size\\\":102609,\\\"name\\\":\\\"Dashboard Mockup for C2C.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"50844059-549d-4bcc-88bf-a023fd46bd29\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/604572/28344-1690206866.xlsx\\\",\\\"size\\\":7389,\\\"name\\\":\\\"28344-1690206866.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3ad73d68-08a3-46b5-9afc-3d1ac5df398f\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655061/lable_cancelled_order_amazon.xlsx\\\",\\\"size\\\":26214,\\\"name\\\":\\\"Lable Cancelled Order Amazon.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                            \"color_theme_field\": \"light.blue\",\n                            \"change_tracking_url\": false,\n                            \"ship_to_address_as_merchants_default_warehouse\": false,\n                            \"can_vendor_hold_an_order\": false,\n                            \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                            \"allow_vendors_to_change_vendor_profile_details\": true,\n                            \"whatsapp_account\": \"use_company_account\",\n                            \"vendor_profile_theme_choosen\": \"theme-1\",\n                            \"whatsapp_credit\": 54,\n                            \"test_whatsapp_number\": \"+918849193468\",\n                            \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                            \"connected_vendor_shops\": [\n                                \"vendorsynctesting5.myshopify.com\",\n                                \"testing-for-vendorsync.myshopify.com\",\n                                \"purpleplants.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"test-store-webkul-112.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com/\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com\",\n                                \"channelteststore5.myshopify.com\",\n                                \"https://st-wpdemo.com/newtestclient/\",\n                                \"purpleplants.myshopify.com\",\n                                \"purpleplants.myshopify.com\"\n                            ],\n                            \"events\": null,\n                            \"commission_automation_set\": {\n                                \"commission_automation\": true,\n                                \"commission_automation_rules\": true,\n                                \"commission_automation_date_range\": true,\n                                \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                \"time_buffer_for_commission_automation\": \"4\",\n                                \"order_status_for_commission_automation\": \"pending\",\n                                \"invoice_number_for_commission_automation\": 277,\n                                \"date_Range_days_for_commission_automation\": \"4\"\n                            },\n                            \"auto_confirmation_using_tags_settings\": {\n                                \"tags_settings_status\": true,\n                                \"paid\": true,\n                                \"tags_for_paid\": [],\n                                \"cod_or_partially_paid\": false,\n                                \"tags_for_cod_or_partially_paid\": [],\n                                \"Exceptions_for_paid\": false,\n                                \"Exceptions_for_paid_tags\": [],\n                                \"Exceptions_for_cod_or_partially_paid\": false,\n                                \"Exceptions_for_cod_or_partially_paid_tags\": []\n                            },\n                            \"preferred_location\": null,\n                            \"email_credit\": 4853,\n                            \"global_commission\": \"15\",\n                            \"global_discount_shared_by_vendor\": \"0\",\n                            \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"global_shipping_charge_commission_type\": \"fixed\",\n                            \"global_shipping_charge_commission\": 50,\n                            \"global_fixed_commission\": 10,\n                            \"invoice_country_detail\": {\n                                \"id\": 98,\n                                \"name\": \"India\",\n                                \"code\": \"IN\",\n                                \"dial_code\": \"+91\",\n                                \"currency_name\": \"Indian rupee\",\n                                \"currency_symbol\": \"Rs.\",\n                                \"currency_code\": \"INR\",\n                                \"created_at\": null,\n                                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                \"name_with_symbole\": \"Indian rupee - Rs.\"\n                            },\n                            \"commission_tags\": {\n                                \"company_id\": 212738,\n                                \"override_commission\": true\n                            }\n                        }\n                    },\n                    \"tax\": null,\n                    \"inventory_item\": {\n                        \"id\": 13164407,\n                        \"sku\": \"NEW-DESTINATION\",\n                        \"requires_shipping\": true,\n                        \"cost\": \"10.00\",\n                        \"admin_graphql_api_id\": \"gid://shopify/InventoryItem/50352894476591\",\n                        \"created_at\": \"2023-12-21T11:03:58.000000Z\",\n                        \"updated_at\": \"2023-12-21T11:03:58.000000Z\",\n                        \"shop_id\": 4147,\n                        \"channel_id\": \"50352894476591\",\n                        \"variant_id\": null,\n                        \"channel\": null,\n                        \"country_harmonized_system_codes\": null,\n                        \"harmonized_system_code\": null,\n                        \"deleted_at\": null\n                    },\n                    \"product\": {\n                        \"id\": 8057554,\n                        \"product_type_id\": 145003,\n                        \"image_link\": null,\n                        \"images_link\": null,\n                        \"uploaded_images\": [],\n                        \"product_type_title\": \"Canvas\",\n                        \"variant_inventory_count\": {\n                            \"quantity\": 378,\n                            \"length\": 27\n                        },\n                        \"product_type\": {\n                            \"id\": 145003,\n                            \"channel\": \"shopify\",\n                            \"shop_id\": 4147,\n                            \"title\": \"Canvas\",\n                            \"commission\": null,\n                            \"created_at\": \"2023-11-30T06:49:18.000000Z\",\n                            \"updated_at\": \"2023-11-30T06:49:18.000000Z\",\n                            \"fixed_commission\": 0,\n                            \"override_commission\": false,\n                            \"companyObject\": {\n                                \"id\": 212738,\n                                \"company_name\": \"kapil\",\n                                \"brand_name\": \"violetplants\",\n                                \"company_logo\": null,\n                                \"contact_name\": null,\n                                \"phone_number\": null,\n                                \"email\": \"varshil.shipturtle@gmail.com\",\n                                \"address_line_1\": null,\n                                \"address_line_2\": \"gj 23\",\n                                \"pin_code\": \"380009\",\n                                \"city\": \"Ahmedabad\",\n                                \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                                \"updated_at\": \"2023-12-21T12:23:57.000000Z\",\n                                \"state_id\": null,\n                                \"gstin_number\": \"1234\",\n                                \"invoice_prefix\": \"Invoice\",\n                                \"starting_invoice_number\": \"22\",\n                                \"terms_and_conditions\": null,\n                                \"bank_account_beneficiary_name\": null,\n                                \"bank_account_name\": null,\n                                \"ifsc_code\": null,\n                                \"label_company_name\": null,\n                                \"label_contact_name\": null,\n                                \"label_phone\": null,\n                                \"label_email_address\": null,\n                                \"label_address_line_1\": null,\n                                \"label_address_line_2\": null,\n                                \"label_pin_code\": null,\n                                \"label_city\": null,\n                                \"label_state\": null,\n                                \"signature\": null,\n                                \"currency\": \"INR\",\n                                \"weight\": null,\n                                \"measurement\": null,\n                                \"gst_enabled\": true,\n                                \"override_channel_product_weight_enabled\": true,\n                                \"label_details_same_as_company\": true,\n                                \"multi_vendor_invoicing_enabled\": false,\n                                \"multi_vendor_shipping_enabled\": false,\n                                \"is_master\": \"1\",\n                                \"invoice_number_same_as_order_number\": true,\n                                \"enable_disable_cod_reconciliation\": true,\n                                \"enable_disable_freight_reconciliation\": true,\n                                \"cod_tolerance\": \"5\",\n                                \"freight_tolerance\": \"2\",\n                                \"is_multi_vendor_enabled\": true,\n                                \"invoice_message\": null,\n                                \"inclusive_exclusive\": null,\n                                \"is_tax_on_shipping\": \"no\",\n                                \"tax_on_shipping\": null,\n                                \"primary_color\": \"#222F3D\",\n                                \"secondary_color\": null,\n                                \"display_hsn\": true,\n                                \"website\": \"https://app.shipturtle.com/\",\n                                \"country\": \"IN\",\n                                \"type_of_vendor\": \"marketplace\",\n                                \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                                \"title\": \"violetplants\",\n                                \"parent_id\": 212738,\n                                \"extra_information\": null,\n                                \"invoice_date\": \"invoice_creation_date\",\n                                \"number_of_digits\": \"0\",\n                                \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                                \"created_by\": null,\n                                \"updated_by\": 28344,\n                                \"invoice_contact_name\": \"Hussain\",\n                                \"invoice_address_1\": \"dahod\",\n                                \"invoice_address_2\": \"dahod\",\n                                \"invoice_postal_code\": \"380005\",\n                                \"invoice_city\": \"Ahmedabad\",\n                                \"invoice_phone_number\": \"09173038104\",\n                                \"invoice_tin\": null,\n                                \"timezone\": \"America/Phoenix\",\n                                \"hand_delivered_enabled\": true,\n                                \"other_courier_partner_enabled\": true,\n                                \"billing_address_same_as_company_details\": false,\n                                \"deactivated_at\": null,\n                                \"state_code\": \"GJ\",\n                                \"automatically_sync_vendor_name_from_store\": true,\n                                \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                                \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                                \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                                \"correct_all_errors_in_order\": false,\n                                \"generate_shipping_labels_for_orders\": false,\n                                \"generate_invoices_for_dropship_orders\": false,\n                                \"can_vendor_enable_disable_product\": false,\n                                \"can_vendor_edit_quantity_product\": false,\n                                \"can_vendor_edit_weight_dimension_product\": false,\n                                \"can_vendor_edit_tax_product\": true,\n                                \"set_vendor_level_commission\": false,\n                                \"commission\": \"15\",\n                                \"discount_shared_by_vendor\": \"0\",\n                                \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                \"set_vendor_level_shared_discount\": false,\n                                \"set_vendor_level_commissoin_calculated_on\": false,\n                                \"use_shop_channel_values_to_set_commission\": false,\n                                \"can_vendor_generate_invoice\": true,\n                                \"can_vendor_process_shippings\": true,\n                                \"can_vendor_edit_hsn_tax\": true,\n                                \"can_vendor_add_courier_provider\": true,\n                                \"default_vendor_type\": \"marketplace\",\n                                \"no_of_deciaml_digits\": 2,\n                                \"credits\": 299956,\n                                \"plan_id\": 4,\n                                \"requested_plan_id\": null,\n                                \"override_invoice_permissions\": false,\n                                \"override_product_permissions\": false,\n                                \"override_order_routing_permissions\": false,\n                                \"override_shipping_permissions\": false,\n                                \"slug\": \"violetplants-212738\",\n                                \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                \"shipping_charge_commission_type\": \"fixed\",\n                                \"shipping_charge_commission\": 50,\n                                \"override_commission_calculated_tax_type\": false,\n                                \"override_shipping_charge_commission_type\": false,\n                                \"override_shipping_charge_commission\": 0,\n                                \"auto_email_to_vendor\": true,\n                                \"fixed_commission\": 10,\n                                \"service_charge\": 0,\n                                \"can_vendor_edit_price\": false,\n                                \"can_vendor_delete_product\": false,\n                                \"show_logo_in_awb\": false,\n                                \"hide_pick_address_in_awb\": false,\n                                \"hide_customer_info_in_awb\": true,\n                                \"hide_price_in_awb\": false,\n                                \"hide_customer_information_on_vendor_dashboards\": false,\n                                \"allow_merchant_to_generate_invoice\": false,\n                                \"show_merchant_logo_in_invoice\": true,\n                                \"locale\": \"en\",\n                                \"use_custom_waybill\": true,\n                                \"redirect_url\": \"dashboard\",\n                                \"invoice_state_code\": \"GJ\",\n                                \"invoice_country_code\": \"IN\",\n                                \"stripe_account_id\": null,\n                                \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                                \"enable_app_shipping_profile_on_shopify\": \"0\",\n                                \"policy\": null,\n                                \"css\": null,\n                                \"vendor_profile_color\": \"#f18024\",\n                                \"about_us\": null,\n                                \"facebook_link\": null,\n                                \"twitter_link\": null,\n                                \"instagram_link\": null,\n                                \"auto_fulfill_digital_orders\": true,\n                                \"use_default_warehouse_for_all_orders\": false,\n                                \"invoice_label_header_title\": null,\n                                \"invoice_place_of_supply\": null,\n                                \"invoice_cin_key_title\": null,\n                                \"invoice_cin\": null,\n                                \"give_vendor_access_to_merchant_shipper\": false,\n                                \"auto_generate_order_invoices_to_customers\": true,\n                                \"auto_email_order_invoices_to_customers\": true,\n                                \"treat_manual_payment_mode_as_cod\": false,\n                                \"fulfill_order_after_confirm\": false,\n                                \"add_notes_before_confirming_orders\": false,\n                                \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                                \"note_at_the_top_of_invoice\": null,\n                                \"vendor_shop_id\": null,\n                                \"vendor_category\": null,\n                                \"vendor_location\": null,\n                                \"short_description\": null,\n                                \"display_vendor_category\": true,\n                                \"display_vendor_location\": true,\n                                \"display_vendor_short_description\": true,\n                                \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                                \"sync_settings\": {\n                                    \"update_settings\": {\n                                        \"sku\": true,\n                                        \"tags\": true,\n                                        \"media\": true,\n                                        \"price\": true,\n                                        \"title\": true,\n                                        \"weight\": true,\n                                        \"barcode\": true,\n                                        \"quantity\": true,\n                                        \"description\": true,\n                                        \"product_type\": true,\n                                        \"variant_name\": true,\n                                        \"publish_status\": true,\n                                        \"compare_at_price\": true,\n                                        \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                    },\n                                    \"create_settings\": {\n                                        \"sku\": true,\n                                        \"tags\": true,\n                                        \"media\": true,\n                                        \"price\": true,\n                                        \"title\": true,\n                                        \"weight\": true,\n                                        \"barcode\": true,\n                                        \"quantity\": true,\n                                        \"description\": true,\n                                        \"product_type\": true,\n                                        \"variant_name\": true,\n                                        \"publish_status\": true,\n                                        \"compare_at_price\": true,\n                                        \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                    },\n                                    \"override_product_status_at_create\": true,\n                                    \"product_status\": \"as_per_vendor_product\",\n                                    \"enable_order_sync\": true,\n                                    \"push_only_if_order_paid\": false,\n                                    \"push_unsynced_product_order\": true,\n                                    \"auto_add_variant\": true,\n                                    \"auto_remove_variant\": true,\n                                    \"strictKeyCheck\": false,\n                                    \"on_product_delete\": \"do_nothing\",\n                                    \"on_product_unmapped\": \"do_nothing\",\n                                    \"push_only_if_product_connected\": true\n                                },\n                                \"override_hide_customer_information_permissions\": false,\n                                \"can_vendor_cancel_an_order\": false,\n                                \"hide_shipping_charges\": false,\n                                \"add_insurance_to_shipment\": 0,\n                                \"meta_title\": null,\n                                \"registration_link\": null,\n                                \"auto_approval_of_products_from_vendor\": true,\n                                \"ignore_selling_price_for_commission\": 0,\n                                \"shipping_label_check\": {\n                                    \"email\": false,\n                                    \"phone\": false,\n                                    \"address_line_1\": false,\n                                    \"address_line_2\": false,\n                                    \"address_line_1_minimum\": null,\n                                    \"address_line_1_maximum\": null,\n                                    \"address_line_2_minimum\": null,\n                                    \"address_line_2_maximum\": null\n                                },\n                                \"shipping_label_size\": \"smalllabel\",\n                                \"paypal_email\": null,\n                                \"use_custom_email_driver\": true,\n                                \"ignore_order_splitting\": false,\n                                \"hide_customer_information_on_vendor_dashboard\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false\n                                },\n                                \"hide_customer_information_in_awb\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false,\n                                    \"line_items\": false,\n                                    \"vendor_name\": false,\n                                    \"sku\": false,\n                                    \"weight_dimension\": false\n                                },\n                                \"hide_customer_information_in_invoice\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false\n                                },\n                                \"vendor_profile_settings\": {\n                                    \"seller_products_tab\": true,\n                                    \"seller_policy_tab\": true,\n                                    \"seller_contact_us_tab\": true,\n                                    \"seller_events_tab\": true,\n                                    \"seller_reviews_tab\": false,\n                                    \"seller_about_us_tab\": true\n                                },\n                                \"challan_message_1\": null,\n                                \"challan_message_2\": null,\n                                \"challan_prefix\": \"Invoice\",\n                                \"challan_number_same_as_invoice_number\": true,\n                                \"default_label_size_for_all_vendors\": true,\n                                \"hide_customer_information_in_export\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false\n                                },\n                                \"product_permissions\": null,\n                                \"hide_product_details_in_awb\": false,\n                                \"hide_invoice_details_in_awb\": false,\n                                \"company_note\": \"<p>sdfasdfab</p>\",\n                                \"meta_data\": \"[{\\\"uuid\\\":\\\"e95a7b2d-5210-4e7b-988f-7fbde7acf198\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/601990/dashboard-mockup-for-c2c.xlsx\\\",\\\"size\\\":102609,\\\"name\\\":\\\"Dashboard Mockup for C2C.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"50844059-549d-4bcc-88bf-a023fd46bd29\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/604572/28344-1690206866.xlsx\\\",\\\"size\\\":7389,\\\"name\\\":\\\"28344-1690206866.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3ad73d68-08a3-46b5-9afc-3d1ac5df398f\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655061/lable_cancelled_order_amazon.xlsx\\\",\\\"size\\\":26214,\\\"name\\\":\\\"Lable Cancelled Order Amazon.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                                \"color_theme_field\": \"light.blue\",\n                                \"change_tracking_url\": false,\n                                \"ship_to_address_as_merchants_default_warehouse\": false,\n                                \"can_vendor_hold_an_order\": false,\n                                \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                                \"allow_vendors_to_change_vendor_profile_details\": true,\n                                \"whatsapp_account\": \"use_company_account\",\n                                \"vendor_profile_theme_choosen\": \"theme-1\",\n                                \"whatsapp_credit\": 54,\n                                \"test_whatsapp_number\": \"+918849193468\",\n                                \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                                \"connected_vendor_shops\": [\n                                    \"vendorsynctesting5.myshopify.com\",\n                                    \"testing-for-vendorsync.myshopify.com\",\n                                    \"purpleplants.myshopify.com\",\n                                    \"https://st-wpdemo.com/\",\n                                    \"test-store-webkul-112.myshopify.com\",\n                                    \"https://st-wpdemo.com/\",\n                                    \"purpleplants.myshopify.com/\",\n                                    \"https://st-wpdemo.com/\",\n                                    \"purpleplants.myshopify.com\",\n                                    \"channelteststore5.myshopify.com\",\n                                    \"https://st-wpdemo.com/newtestclient/\",\n                                    \"purpleplants.myshopify.com\",\n                                    \"purpleplants.myshopify.com\"\n                                ],\n                                \"events\": null,\n                                \"commission_automation_set\": {\n                                    \"commission_automation\": true,\n                                    \"commission_automation_rules\": true,\n                                    \"commission_automation_date_range\": true,\n                                    \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                    \"time_buffer_for_commission_automation\": \"4\",\n                                    \"order_status_for_commission_automation\": \"pending\",\n                                    \"invoice_number_for_commission_automation\": 277,\n                                    \"date_Range_days_for_commission_automation\": \"4\"\n                                },\n                                \"auto_confirmation_using_tags_settings\": {\n                                    \"tags_settings_status\": true,\n                                    \"paid\": true,\n                                    \"tags_for_paid\": [],\n                                    \"cod_or_partially_paid\": false,\n                                    \"tags_for_cod_or_partially_paid\": [],\n                                    \"Exceptions_for_paid\": false,\n                                    \"Exceptions_for_paid_tags\": [],\n                                    \"Exceptions_for_cod_or_partially_paid\": false,\n                                    \"Exceptions_for_cod_or_partially_paid_tags\": []\n                                },\n                                \"preferred_location\": null,\n                                \"email_credit\": 4853,\n                                \"global_commission\": \"15\",\n                                \"global_discount_shared_by_vendor\": \"0\",\n                                \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                \"global_shipping_charge_commission_type\": \"fixed\",\n                                \"global_shipping_charge_commission\": 50,\n                                \"global_fixed_commission\": 10,\n                                \"invoice_country_detail\": {\n                                    \"id\": 98,\n                                    \"name\": \"India\",\n                                    \"code\": \"IN\",\n                                    \"dial_code\": \"+91\",\n                                    \"currency_name\": \"Indian rupee\",\n                                    \"currency_symbol\": \"Rs.\",\n                                    \"currency_code\": \"INR\",\n                                    \"created_at\": null,\n                                    \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                    \"name_with_symbole\": \"Indian rupee - Rs.\"\n                                },\n                                \"commission_tags\": {\n                                    \"company_id\": 212738,\n                                    \"override_commission\": true\n                                },\n                                \"parent\": {\n                                    \"id\": 212738,\n                                    \"company_name\": \"kapil\",\n                                    \"brand_name\": \"violetplants\",\n                                    \"company_logo\": null,\n                                    \"contact_name\": null,\n                                    \"phone_number\": null,\n                                    \"email\": \"varshil.shipturtle@gmail.com\",\n                                    \"address_line_1\": null,\n                                    \"address_line_2\": \"gj 23\",\n                                    \"pin_code\": \"380009\",\n                                    \"city\": \"Ahmedabad\",\n                                    \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                                    \"updated_at\": \"2023-12-21T12:23:57.000000Z\",\n                                    \"state_id\": null,\n                                    \"gstin_number\": \"1234\",\n                                    \"invoice_prefix\": \"Invoice\",\n                                    \"starting_invoice_number\": \"22\",\n                                    \"terms_and_conditions\": null,\n                                    \"bank_account_beneficiary_name\": null,\n                                    \"bank_account_name\": null,\n                                    \"ifsc_code\": null,\n                                    \"label_company_name\": null,\n                                    \"label_contact_name\": null,\n                                    \"label_phone\": null,\n                                    \"label_email_address\": null,\n                                    \"label_address_line_1\": null,\n                                    \"label_address_line_2\": null,\n                                    \"label_pin_code\": null,\n                                    \"label_city\": null,\n                                    \"label_state\": null,\n                                    \"signature\": null,\n                                    \"currency\": \"INR\",\n                                    \"weight\": null,\n                                    \"measurement\": null,\n                                    \"gst_enabled\": true,\n                                    \"override_channel_product_weight_enabled\": true,\n                                    \"label_details_same_as_company\": true,\n                                    \"multi_vendor_invoicing_enabled\": false,\n                                    \"multi_vendor_shipping_enabled\": false,\n                                    \"is_master\": \"1\",\n                                    \"invoice_number_same_as_order_number\": true,\n                                    \"enable_disable_cod_reconciliation\": true,\n                                    \"enable_disable_freight_reconciliation\": true,\n                                    \"cod_tolerance\": \"5\",\n                                    \"freight_tolerance\": \"2\",\n                                    \"is_multi_vendor_enabled\": true,\n                                    \"invoice_message\": null,\n                                    \"inclusive_exclusive\": null,\n                                    \"is_tax_on_shipping\": \"no\",\n                                    \"tax_on_shipping\": null,\n                                    \"primary_color\": \"#222F3D\",\n                                    \"secondary_color\": null,\n                                    \"display_hsn\": true,\n                                    \"website\": \"https://app.shipturtle.com/\",\n                                    \"country\": \"IN\",\n                                    \"type_of_vendor\": \"marketplace\",\n                                    \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                                    \"title\": \"violetplants\",\n                                    \"parent_id\": 212738,\n                                    \"extra_information\": null,\n                                    \"invoice_date\": \"invoice_creation_date\",\n                                    \"number_of_digits\": \"0\",\n                                    \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                                    \"created_by\": null,\n                                    \"updated_by\": 28344,\n                                    \"invoice_contact_name\": \"Hussain\",\n                                    \"invoice_address_1\": \"dahod\",\n                                    \"invoice_address_2\": \"dahod\",\n                                    \"invoice_postal_code\": \"380005\",\n                                    \"invoice_city\": \"Ahmedabad\",\n                                    \"invoice_phone_number\": \"09173038104\",\n                                    \"invoice_tin\": null,\n                                    \"timezone\": \"America/Phoenix\",\n                                    \"hand_delivered_enabled\": true,\n                                    \"other_courier_partner_enabled\": true,\n                                    \"billing_address_same_as_company_details\": false,\n                                    \"deactivated_at\": null,\n                                    \"state_code\": \"GJ\",\n                                    \"automatically_sync_vendor_name_from_store\": true,\n                                    \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                                    \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                                    \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                                    \"correct_all_errors_in_order\": false,\n                                    \"generate_shipping_labels_for_orders\": false,\n                                    \"generate_invoices_for_dropship_orders\": false,\n                                    \"can_vendor_enable_disable_product\": false,\n                                    \"can_vendor_edit_quantity_product\": false,\n                                    \"can_vendor_edit_weight_dimension_product\": false,\n                                    \"can_vendor_edit_tax_product\": true,\n                                    \"set_vendor_level_commission\": false,\n                                    \"commission\": \"15\",\n                                    \"discount_shared_by_vendor\": \"0\",\n                                    \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                    \"set_vendor_level_shared_discount\": false,\n                                    \"set_vendor_level_commissoin_calculated_on\": false,\n                                    \"use_shop_channel_values_to_set_commission\": false,\n                                    \"can_vendor_generate_invoice\": true,\n                                    \"can_vendor_process_shippings\": true,\n                                    \"can_vendor_edit_hsn_tax\": true,\n                                    \"can_vendor_add_courier_provider\": true,\n                                    \"default_vendor_type\": \"marketplace\",\n                                    \"no_of_deciaml_digits\": 2,\n                                    \"credits\": 299956,\n                                    \"plan_id\": 4,\n                                    \"requested_plan_id\": null,\n                                    \"override_invoice_permissions\": false,\n                                    \"override_product_permissions\": false,\n                                    \"override_order_routing_permissions\": false,\n                                    \"override_shipping_permissions\": false,\n                                    \"slug\": \"violetplants-212738\",\n                                    \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                    \"shipping_charge_commission_type\": \"fixed\",\n                                    \"shipping_charge_commission\": 50,\n                                    \"override_commission_calculated_tax_type\": false,\n                                    \"override_shipping_charge_commission_type\": false,\n                                    \"override_shipping_charge_commission\": 0,\n                                    \"auto_email_to_vendor\": true,\n                                    \"fixed_commission\": 10,\n                                    \"service_charge\": 0,\n                                    \"can_vendor_edit_price\": false,\n                                    \"can_vendor_delete_product\": false,\n                                    \"show_logo_in_awb\": false,\n                                    \"hide_pick_address_in_awb\": false,\n                                    \"hide_customer_info_in_awb\": true,\n                                    \"hide_price_in_awb\": false,\n                                    \"hide_customer_information_on_vendor_dashboards\": false,\n                                    \"allow_merchant_to_generate_invoice\": false,\n                                    \"show_merchant_logo_in_invoice\": true,\n                                    \"locale\": \"en\",\n                                    \"use_custom_waybill\": true,\n                                    \"redirect_url\": \"dashboard\",\n                                    \"invoice_state_code\": \"GJ\",\n                                    \"invoice_country_code\": \"IN\",\n                                    \"stripe_account_id\": null,\n                                    \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                                    \"enable_app_shipping_profile_on_shopify\": \"0\",\n                                    \"policy\": null,\n                                    \"css\": null,\n                                    \"vendor_profile_color\": \"#f18024\",\n                                    \"about_us\": null,\n                                    \"facebook_link\": null,\n                                    \"twitter_link\": null,\n                                    \"instagram_link\": null,\n                                    \"auto_fulfill_digital_orders\": true,\n                                    \"use_default_warehouse_for_all_orders\": false,\n                                    \"invoice_label_header_title\": null,\n                                    \"invoice_place_of_supply\": null,\n                                    \"invoice_cin_key_title\": null,\n                                    \"invoice_cin\": null,\n                                    \"give_vendor_access_to_merchant_shipper\": false,\n                                    \"auto_generate_order_invoices_to_customers\": true,\n                                    \"auto_email_order_invoices_to_customers\": true,\n                                    \"treat_manual_payment_mode_as_cod\": false,\n                                    \"fulfill_order_after_confirm\": false,\n                                    \"add_notes_before_confirming_orders\": false,\n                                    \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                                    \"note_at_the_top_of_invoice\": null,\n                                    \"vendor_shop_id\": null,\n                                    \"vendor_category\": null,\n                                    \"vendor_location\": null,\n                                    \"short_description\": null,\n                                    \"display_vendor_category\": true,\n                                    \"display_vendor_location\": true,\n                                    \"display_vendor_short_description\": true,\n                                    \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                                    \"sync_settings\": {\n                                        \"update_settings\": {\n                                            \"sku\": true,\n                                            \"tags\": true,\n                                            \"media\": true,\n                                            \"price\": true,\n                                            \"title\": true,\n                                            \"weight\": true,\n                                            \"barcode\": true,\n                                            \"quantity\": true,\n                                            \"description\": true,\n                                            \"product_type\": true,\n                                            \"variant_name\": true,\n                                            \"publish_status\": true,\n                                            \"compare_at_price\": true,\n                                            \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                        },\n                                        \"create_settings\": {\n                                            \"sku\": true,\n                                            \"tags\": true,\n                                            \"media\": true,\n                                            \"price\": true,\n                                            \"title\": true,\n                                            \"weight\": true,\n                                            \"barcode\": true,\n                                            \"quantity\": true,\n                                            \"description\": true,\n                                            \"product_type\": true,\n                                            \"variant_name\": true,\n                                            \"publish_status\": true,\n                                            \"compare_at_price\": true,\n                                            \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                        },\n                                        \"override_product_status_at_create\": true,\n                                        \"product_status\": \"as_per_vendor_product\",\n                                        \"enable_order_sync\": true,\n                                        \"push_only_if_order_paid\": false,\n                                        \"push_unsynced_product_order\": true,\n                                        \"auto_add_variant\": true,\n                                        \"auto_remove_variant\": true,\n                                        \"strictKeyCheck\": false,\n                                        \"on_product_delete\": \"do_nothing\",\n                                        \"on_product_unmapped\": \"do_nothing\",\n                                        \"push_only_if_product_connected\": true\n                                    },\n                                    \"override_hide_customer_information_permissions\": false,\n                                    \"can_vendor_cancel_an_order\": false,\n                                    \"hide_shipping_charges\": false,\n                                    \"add_insurance_to_shipment\": 0,\n                                    \"meta_title\": null,\n                                    \"registration_link\": null,\n                                    \"auto_approval_of_products_from_vendor\": true,\n                                    \"ignore_selling_price_for_commission\": 0,\n                                    \"shipping_label_check\": {\n                                        \"email\": false,\n                                        \"phone\": false,\n                                        \"address_line_1\": false,\n                                        \"address_line_2\": false,\n                                        \"address_line_1_minimum\": null,\n                                        \"address_line_1_maximum\": null,\n                                        \"address_line_2_minimum\": null,\n                                        \"address_line_2_maximum\": null\n                                    },\n                                    \"shipping_label_size\": \"smalllabel\",\n                                    \"paypal_email\": null,\n                                    \"use_custom_email_driver\": true,\n                                    \"ignore_order_splitting\": false,\n                                    \"hide_customer_information_on_vendor_dashboard\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false\n                                    },\n                                    \"hide_customer_information_in_awb\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false,\n                                        \"line_items\": false,\n                                        \"vendor_name\": false,\n                                        \"sku\": false,\n                                        \"weight_dimension\": false\n                                    },\n                                    \"hide_customer_information_in_invoice\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false\n                                    },\n                                    \"vendor_profile_settings\": {\n                                        \"seller_products_tab\": true,\n                                        \"seller_policy_tab\": true,\n                                        \"seller_contact_us_tab\": true,\n                                        \"seller_events_tab\": true,\n                                        \"seller_reviews_tab\": false,\n                                        \"seller_about_us_tab\": true\n                                    },\n                                    \"challan_message_1\": null,\n                                    \"challan_message_2\": null,\n                                    \"challan_prefix\": \"Invoice\",\n                                    \"challan_number_same_as_invoice_number\": true,\n                                    \"default_label_size_for_all_vendors\": true,\n                                    \"hide_customer_information_in_export\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false\n                                    },\n                                    \"product_permissions\": null,\n                                    \"hide_product_details_in_awb\": false,\n                                    \"hide_invoice_details_in_awb\": false,\n                                    \"company_note\": \"<p>sdfasdfab</p>\",\n                                    \"meta_data\": \"[{\\\"uuid\\\":\\\"e95a7b2d-5210-4e7b-988f-7fbde7acf198\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/601990/dashboard-mockup-for-c2c.xlsx\\\",\\\"size\\\":102609,\\\"name\\\":\\\"Dashboard Mockup for C2C.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"50844059-549d-4bcc-88bf-a023fd46bd29\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/604572/28344-1690206866.xlsx\\\",\\\"size\\\":7389,\\\"name\\\":\\\"28344-1690206866.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3ad73d68-08a3-46b5-9afc-3d1ac5df398f\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655061/lable_cancelled_order_amazon.xlsx\\\",\\\"size\\\":26214,\\\"name\\\":\\\"Lable Cancelled Order Amazon.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                                    \"color_theme_field\": \"light.blue\",\n                                    \"change_tracking_url\": false,\n                                    \"ship_to_address_as_merchants_default_warehouse\": false,\n                                    \"can_vendor_hold_an_order\": false,\n                                    \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                                    \"allow_vendors_to_change_vendor_profile_details\": true,\n                                    \"whatsapp_account\": \"use_company_account\",\n                                    \"vendor_profile_theme_choosen\": \"theme-1\",\n                                    \"whatsapp_credit\": 54,\n                                    \"test_whatsapp_number\": \"+918849193468\",\n                                    \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                                    \"connected_vendor_shops\": [\n                                        \"vendorsynctesting5.myshopify.com\",\n                                        \"testing-for-vendorsync.myshopify.com\",\n                                        \"purpleplants.myshopify.com\",\n                                        \"https://st-wpdemo.com/\",\n                                        \"test-store-webkul-112.myshopify.com\",\n                                        \"https://st-wpdemo.com/\",\n                                        \"purpleplants.myshopify.com/\",\n                                        \"https://st-wpdemo.com/\",\n                                        \"purpleplants.myshopify.com\",\n                                        \"channelteststore5.myshopify.com\",\n                                        \"https://st-wpdemo.com/newtestclient/\",\n                                        \"purpleplants.myshopify.com\",\n                                        \"purpleplants.myshopify.com\"\n                                    ],\n                                    \"events\": null,\n                                    \"commission_automation_set\": {\n                                        \"commission_automation\": true,\n                                        \"commission_automation_rules\": true,\n                                        \"commission_automation_date_range\": true,\n                                        \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                        \"time_buffer_for_commission_automation\": \"4\",\n                                        \"order_status_for_commission_automation\": \"pending\",\n                                        \"invoice_number_for_commission_automation\": 277,\n                                        \"date_Range_days_for_commission_automation\": \"4\"\n                                    },\n                                    \"auto_confirmation_using_tags_settings\": {\n                                        \"tags_settings_status\": true,\n                                        \"paid\": true,\n                                        \"tags_for_paid\": [],\n                                        \"cod_or_partially_paid\": false,\n                                        \"tags_for_cod_or_partially_paid\": [],\n                                        \"Exceptions_for_paid\": false,\n                                        \"Exceptions_for_paid_tags\": [],\n                                        \"Exceptions_for_cod_or_partially_paid\": false,\n                                        \"Exceptions_for_cod_or_partially_paid_tags\": []\n                                    },\n                                    \"preferred_location\": null,\n                                    \"email_credit\": 4853,\n                                    \"global_commission\": \"15\",\n                                    \"global_discount_shared_by_vendor\": \"0\",\n                                    \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                    \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                    \"global_shipping_charge_commission_type\": \"fixed\",\n                                    \"global_shipping_charge_commission\": 50,\n                                    \"global_fixed_commission\": 10,\n                                    \"invoice_country_detail\": {\n                                        \"id\": 98,\n                                        \"name\": \"India\",\n                                        \"code\": \"IN\",\n                                        \"dial_code\": \"+91\",\n                                        \"currency_name\": \"Indian rupee\",\n                                        \"currency_symbol\": \"Rs.\",\n                                        \"currency_code\": \"INR\",\n                                        \"created_at\": null,\n                                        \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                        \"name_with_symbole\": \"Indian rupee - Rs.\"\n                                    },\n                                    \"commission_tags\": {\n                                        \"company_id\": 212738,\n                                        \"override_commission\": true\n                                    }\n                                }\n                            },\n                            \"overridden_commission_level\": \"global\",\n                            \"overridden_commission\": \"15\",\n                            \"overridden_fixed_commission\": 10,\n                            \"global_commission_level\": \"global\",\n                            \"global_commission\": \"15\",\n                            \"global_fixed_commission\": 10\n                        },\n                        \"media\": []\n                    },\n                    \"alien_variant\": null\n                },\n                {\n                    \"id\": 22397084,\n                    \"commission\": null,\n                    \"fixed_commission\": 0,\n                    \"company_id\": 212738,\n                    \"product_id\": 8057554,\n                    \"image\": null,\n                    \"channel_variant_id\": \"22530918\",\n                    \"compare_at_price\": \"0.00\",\n                    \"deleted_at\": null,\n                    \"deactivated_at\": true,\n                    \"grams\": \"0\",\n                    \"height\": null,\n                    \"image_id\": null,\n                    \"inventory_item_id\": \"50352894509359\",\n                    \"inventory_management\": \"shopify\",\n                    \"inventory_policy\": \"deny\",\n                    \"inventory_quantity\": \"4\",\n                    \"length\": null,\n                    \"old_inventory_quantity\": null,\n                    \"option1\": \"RED\",\n                    \"option2\": \"M\",\n                    \"option3\": \"Title1\",\n                    \"price\": \"2010.00\",\n                    \"provider\": null,\n                    \"requires_shipping\": null,\n                    \"shop_id\": 4147,\n                    \"sku\": \"NEW-DESTINATION\",\n                    \"tax_id\": null,\n                    \"title\": \"RED / M / Title1\",\n                    \"updated_at\": \"2023-12-21T11:03:56.000000Z\",\n                    \"weight\": \"0\",\n                    \"weight_unit\": \"kg\",\n                    \"width\": null,\n                    \"parent_id\": 212738,\n                    \"override_commission\": false,\n                    \"vendor_shop_variant_id\": null,\n                    \"barcode\": \"\",\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/48308473102639\",\n                    \"overridden_commission_level\": \"global\",\n                    \"overridden_commission\": \"15\",\n                    \"overridden_fixed_commission\": 10,\n                    \"file_history\": null,\n                    \"company\": {\n                        \"id\": 212738,\n                        \"title\": \"violetplants\",\n                        \"parent_id\": 212738,\n                        \"commission\": \"15\",\n                        \"fixed_commission\": 10,\n                        \"set_vendor_level_commission\": false,\n                        \"global_commission\": \"15\",\n                        \"global_discount_shared_by_vendor\": \"0\",\n                        \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                        \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                        \"global_shipping_charge_commission_type\": \"fixed\",\n                        \"global_shipping_charge_commission\": 50,\n                        \"global_fixed_commission\": 10,\n                        \"invoice_country_detail\": null,\n                        \"commission_tags\": {\n                            \"company_id\": 212738,\n                            \"override_commission\": true\n                        },\n                        \"parent\": {\n                            \"id\": 212738,\n                            \"company_name\": \"kapil\",\n                            \"brand_name\": \"violetplants\",\n                            \"company_logo\": null,\n                            \"contact_name\": null,\n                            \"phone_number\": null,\n                            \"email\": \"varshil.shipturtle@gmail.com\",\n                            \"address_line_1\": null,\n                            \"address_line_2\": \"gj 23\",\n                            \"pin_code\": \"380009\",\n                            \"city\": \"Ahmedabad\",\n                            \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                            \"updated_at\": \"2023-12-21T12:23:57.000000Z\",\n                            \"state_id\": null,\n                            \"gstin_number\": \"1234\",\n                            \"invoice_prefix\": \"Invoice\",\n                            \"starting_invoice_number\": \"22\",\n                            \"terms_and_conditions\": null,\n                            \"bank_account_beneficiary_name\": null,\n                            \"bank_account_name\": null,\n                            \"ifsc_code\": null,\n                            \"label_company_name\": null,\n                            \"label_contact_name\": null,\n                            \"label_phone\": null,\n                            \"label_email_address\": null,\n                            \"label_address_line_1\": null,\n                            \"label_address_line_2\": null,\n                            \"label_pin_code\": null,\n                            \"label_city\": null,\n                            \"label_state\": null,\n                            \"signature\": null,\n                            \"currency\": \"INR\",\n                            \"weight\": null,\n                            \"measurement\": null,\n                            \"gst_enabled\": true,\n                            \"override_channel_product_weight_enabled\": true,\n                            \"label_details_same_as_company\": true,\n                            \"multi_vendor_invoicing_enabled\": false,\n                            \"multi_vendor_shipping_enabled\": false,\n                            \"is_master\": \"1\",\n                            \"invoice_number_same_as_order_number\": true,\n                            \"enable_disable_cod_reconciliation\": true,\n                            \"enable_disable_freight_reconciliation\": true,\n                            \"cod_tolerance\": \"5\",\n                            \"freight_tolerance\": \"2\",\n                            \"is_multi_vendor_enabled\": true,\n                            \"invoice_message\": null,\n                            \"inclusive_exclusive\": null,\n                            \"is_tax_on_shipping\": \"no\",\n                            \"tax_on_shipping\": null,\n                            \"primary_color\": \"#222F3D\",\n                            \"secondary_color\": null,\n                            \"display_hsn\": true,\n                            \"website\": \"https://app.shipturtle.com/\",\n                            \"country\": \"IN\",\n                            \"type_of_vendor\": \"marketplace\",\n                            \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                            \"title\": \"violetplants\",\n                            \"parent_id\": 212738,\n                            \"extra_information\": null,\n                            \"invoice_date\": \"invoice_creation_date\",\n                            \"number_of_digits\": \"0\",\n                            \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                            \"created_by\": null,\n                            \"updated_by\": 28344,\n                            \"invoice_contact_name\": \"Hussain\",\n                            \"invoice_address_1\": \"dahod\",\n                            \"invoice_address_2\": \"dahod\",\n                            \"invoice_postal_code\": \"380005\",\n                            \"invoice_city\": \"Ahmedabad\",\n                            \"invoice_phone_number\": \"09173038104\",\n                            \"invoice_tin\": null,\n                            \"timezone\": \"America/Phoenix\",\n                            \"hand_delivered_enabled\": true,\n                            \"other_courier_partner_enabled\": true,\n                            \"billing_address_same_as_company_details\": false,\n                            \"deactivated_at\": null,\n                            \"state_code\": \"GJ\",\n                            \"automatically_sync_vendor_name_from_store\": true,\n                            \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                            \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                            \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                            \"correct_all_errors_in_order\": false,\n                            \"generate_shipping_labels_for_orders\": false,\n                            \"generate_invoices_for_dropship_orders\": false,\n                            \"can_vendor_enable_disable_product\": false,\n                            \"can_vendor_edit_quantity_product\": false,\n                            \"can_vendor_edit_weight_dimension_product\": false,\n                            \"can_vendor_edit_tax_product\": true,\n                            \"set_vendor_level_commission\": false,\n                            \"commission\": \"15\",\n                            \"discount_shared_by_vendor\": \"0\",\n                            \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"set_vendor_level_shared_discount\": false,\n                            \"set_vendor_level_commissoin_calculated_on\": false,\n                            \"use_shop_channel_values_to_set_commission\": false,\n                            \"can_vendor_generate_invoice\": true,\n                            \"can_vendor_process_shippings\": true,\n                            \"can_vendor_edit_hsn_tax\": true,\n                            \"can_vendor_add_courier_provider\": true,\n                            \"default_vendor_type\": \"marketplace\",\n                            \"no_of_deciaml_digits\": 2,\n                            \"credits\": 299956,\n                            \"plan_id\": 4,\n                            \"requested_plan_id\": null,\n                            \"override_invoice_permissions\": false,\n                            \"override_product_permissions\": false,\n                            \"override_order_routing_permissions\": false,\n                            \"override_shipping_permissions\": false,\n                            \"slug\": \"violetplants-212738\",\n                            \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"shipping_charge_commission_type\": \"fixed\",\n                            \"shipping_charge_commission\": 50,\n                            \"override_commission_calculated_tax_type\": false,\n                            \"override_shipping_charge_commission_type\": false,\n                            \"override_shipping_charge_commission\": 0,\n                            \"auto_email_to_vendor\": true,\n                            \"fixed_commission\": 10,\n                            \"service_charge\": 0,\n                            \"can_vendor_edit_price\": false,\n                            \"can_vendor_delete_product\": false,\n                            \"show_logo_in_awb\": false,\n                            \"hide_pick_address_in_awb\": false,\n                            \"hide_customer_info_in_awb\": true,\n                            \"hide_price_in_awb\": false,\n                            \"hide_customer_information_on_vendor_dashboards\": false,\n                            \"allow_merchant_to_generate_invoice\": false,\n                            \"show_merchant_logo_in_invoice\": true,\n                            \"locale\": \"en\",\n                            \"use_custom_waybill\": true,\n                            \"redirect_url\": \"dashboard\",\n                            \"invoice_state_code\": \"GJ\",\n                            \"invoice_country_code\": \"IN\",\n                            \"stripe_account_id\": null,\n                            \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                            \"enable_app_shipping_profile_on_shopify\": \"0\",\n                            \"policy\": null,\n                            \"css\": null,\n                            \"vendor_profile_color\": \"#f18024\",\n                            \"about_us\": null,\n                            \"facebook_link\": null,\n                            \"twitter_link\": null,\n                            \"instagram_link\": null,\n                            \"auto_fulfill_digital_orders\": true,\n                            \"use_default_warehouse_for_all_orders\": false,\n                            \"invoice_label_header_title\": null,\n                            \"invoice_place_of_supply\": null,\n                            \"invoice_cin_key_title\": null,\n                            \"invoice_cin\": null,\n                            \"give_vendor_access_to_merchant_shipper\": false,\n                            \"auto_generate_order_invoices_to_customers\": true,\n                            \"auto_email_order_invoices_to_customers\": true,\n                            \"treat_manual_payment_mode_as_cod\": false,\n                            \"fulfill_order_after_confirm\": false,\n                            \"add_notes_before_confirming_orders\": false,\n                            \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                            \"note_at_the_top_of_invoice\": null,\n                            \"vendor_shop_id\": null,\n                            \"vendor_category\": null,\n                            \"vendor_location\": null,\n                            \"short_description\": null,\n                            \"display_vendor_category\": true,\n                            \"display_vendor_location\": true,\n                            \"display_vendor_short_description\": true,\n                            \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                            \"sync_settings\": {\n                                \"update_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": true,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"create_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": true,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"override_product_status_at_create\": true,\n                                \"product_status\": \"as_per_vendor_product\",\n                                \"enable_order_sync\": true,\n                                \"push_only_if_order_paid\": false,\n                                \"push_unsynced_product_order\": true,\n                                \"auto_add_variant\": true,\n                                \"auto_remove_variant\": true,\n                                \"strictKeyCheck\": false,\n                                \"on_product_delete\": \"do_nothing\",\n                                \"on_product_unmapped\": \"do_nothing\",\n                                \"push_only_if_product_connected\": true\n                            },\n                            \"override_hide_customer_information_permissions\": false,\n                            \"can_vendor_cancel_an_order\": false,\n                            \"hide_shipping_charges\": false,\n                            \"add_insurance_to_shipment\": 0,\n                            \"meta_title\": null,\n                            \"registration_link\": null,\n                            \"auto_approval_of_products_from_vendor\": true,\n                            \"ignore_selling_price_for_commission\": 0,\n                            \"shipping_label_check\": {\n                                \"email\": false,\n                                \"phone\": false,\n                                \"address_line_1\": false,\n                                \"address_line_2\": false,\n                                \"address_line_1_minimum\": null,\n                                \"address_line_1_maximum\": null,\n                                \"address_line_2_minimum\": null,\n                                \"address_line_2_maximum\": null\n                            },\n                            \"shipping_label_size\": \"smalllabel\",\n                            \"paypal_email\": null,\n                            \"use_custom_email_driver\": true,\n                            \"ignore_order_splitting\": false,\n                            \"hide_customer_information_on_vendor_dashboard\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"hide_customer_information_in_awb\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false,\n                                \"line_items\": false,\n                                \"vendor_name\": false,\n                                \"sku\": false,\n                                \"weight_dimension\": false\n                            },\n                            \"hide_customer_information_in_invoice\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"vendor_profile_settings\": {\n                                \"seller_products_tab\": true,\n                                \"seller_policy_tab\": true,\n                                \"seller_contact_us_tab\": true,\n                                \"seller_events_tab\": true,\n                                \"seller_reviews_tab\": false,\n                                \"seller_about_us_tab\": true\n                            },\n                            \"challan_message_1\": null,\n                            \"challan_message_2\": null,\n                            \"challan_prefix\": \"Invoice\",\n                            \"challan_number_same_as_invoice_number\": true,\n                            \"default_label_size_for_all_vendors\": true,\n                            \"hide_customer_information_in_export\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"product_permissions\": null,\n                            \"hide_product_details_in_awb\": false,\n                            \"hide_invoice_details_in_awb\": false,\n                            \"company_note\": \"<p>sdfasdfab</p>\",\n                            \"meta_data\": \"[{\\\"uuid\\\":\\\"e95a7b2d-5210-4e7b-988f-7fbde7acf198\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/601990/dashboard-mockup-for-c2c.xlsx\\\",\\\"size\\\":102609,\\\"name\\\":\\\"Dashboard Mockup for C2C.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"50844059-549d-4bcc-88bf-a023fd46bd29\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/604572/28344-1690206866.xlsx\\\",\\\"size\\\":7389,\\\"name\\\":\\\"28344-1690206866.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3ad73d68-08a3-46b5-9afc-3d1ac5df398f\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655061/lable_cancelled_order_amazon.xlsx\\\",\\\"size\\\":26214,\\\"name\\\":\\\"Lable Cancelled Order Amazon.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                            \"color_theme_field\": \"light.blue\",\n                            \"change_tracking_url\": false,\n                            \"ship_to_address_as_merchants_default_warehouse\": false,\n                            \"can_vendor_hold_an_order\": false,\n                            \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                            \"allow_vendors_to_change_vendor_profile_details\": true,\n                            \"whatsapp_account\": \"use_company_account\",\n                            \"vendor_profile_theme_choosen\": \"theme-1\",\n                            \"whatsapp_credit\": 54,\n                            \"test_whatsapp_number\": \"+918849193468\",\n                            \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                            \"connected_vendor_shops\": [\n                                \"vendorsynctesting5.myshopify.com\",\n                                \"testing-for-vendorsync.myshopify.com\",\n                                \"purpleplants.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"test-store-webkul-112.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com/\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com\",\n                                \"channelteststore5.myshopify.com\",\n                                \"https://st-wpdemo.com/newtestclient/\",\n                                \"purpleplants.myshopify.com\",\n                                \"purpleplants.myshopify.com\"\n                            ],\n                            \"events\": null,\n                            \"commission_automation_set\": {\n                                \"commission_automation\": true,\n                                \"commission_automation_rules\": true,\n                                \"commission_automation_date_range\": true,\n                                \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                \"time_buffer_for_commission_automation\": \"4\",\n                                \"order_status_for_commission_automation\": \"pending\",\n                                \"invoice_number_for_commission_automation\": 277,\n                                \"date_Range_days_for_commission_automation\": \"4\"\n                            },\n                            \"auto_confirmation_using_tags_settings\": {\n                                \"tags_settings_status\": true,\n                                \"paid\": true,\n                                \"tags_for_paid\": [],\n                                \"cod_or_partially_paid\": false,\n                                \"tags_for_cod_or_partially_paid\": [],\n                                \"Exceptions_for_paid\": false,\n                                \"Exceptions_for_paid_tags\": [],\n                                \"Exceptions_for_cod_or_partially_paid\": false,\n                                \"Exceptions_for_cod_or_partially_paid_tags\": []\n                            },\n                            \"preferred_location\": null,\n                            \"email_credit\": 4853,\n                            \"global_commission\": \"15\",\n                            \"global_discount_shared_by_vendor\": \"0\",\n                            \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"global_shipping_charge_commission_type\": \"fixed\",\n                            \"global_shipping_charge_commission\": 50,\n                            \"global_fixed_commission\": 10,\n                            \"invoice_country_detail\": {\n                                \"id\": 98,\n                                \"name\": \"India\",\n                                \"code\": \"IN\",\n                                \"dial_code\": \"+91\",\n                                \"currency_name\": \"Indian rupee\",\n                                \"currency_symbol\": \"Rs.\",\n                                \"currency_code\": \"INR\",\n                                \"created_at\": null,\n                                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                \"name_with_symbole\": \"Indian rupee - Rs.\"\n                            },\n                            \"commission_tags\": {\n                                \"company_id\": 212738,\n                                \"override_commission\": true\n                            }\n                        }\n                    },\n                    \"tax\": null,\n                    \"inventory_item\": {\n                        \"id\": 13164403,\n                        \"sku\": \"NEW-DESTINATION\",\n                        \"requires_shipping\": true,\n                        \"cost\": \"10.00\",\n                        \"admin_graphql_api_id\": \"gid://shopify/InventoryItem/50352894509359\",\n                        \"created_at\": \"2023-12-21T11:03:57.000000Z\",\n                        \"updated_at\": \"2023-12-21T11:03:57.000000Z\",\n                        \"shop_id\": 4147,\n                        \"channel_id\": \"50352894509359\",\n                        \"variant_id\": null,\n                        \"channel\": null,\n                        \"country_harmonized_system_codes\": null,\n                        \"harmonized_system_code\": null,\n                        \"deleted_at\": null\n                    },\n                    \"product\": {\n                        \"id\": 8057554,\n                        \"product_type_id\": 145003,\n                        \"image_link\": null,\n                        \"images_link\": null,\n                        \"uploaded_images\": [],\n                        \"product_type_title\": \"Canvas\",\n                        \"variant_inventory_count\": {\n                            \"quantity\": 378,\n                            \"length\": 27\n                        },\n                        \"product_type\": {\n                            \"id\": 145003,\n                            \"channel\": \"shopify\",\n                            \"shop_id\": 4147,\n                            \"title\": \"Canvas\",\n                            \"commission\": null,\n                            \"created_at\": \"2023-11-30T06:49:18.000000Z\",\n                            \"updated_at\": \"2023-11-30T06:49:18.000000Z\",\n                            \"fixed_commission\": 0,\n                            \"override_commission\": false,\n                            \"companyObject\": {\n                                \"id\": 212738,\n                                \"company_name\": \"kapil\",\n                                \"brand_name\": \"violetplants\",\n                                \"company_logo\": null,\n                                \"contact_name\": null,\n                                \"phone_number\": null,\n                                \"email\": \"varshil.shipturtle@gmail.com\",\n                                \"address_line_1\": null,\n                                \"address_line_2\": \"gj 23\",\n                                \"pin_code\": \"380009\",\n                                \"city\": \"Ahmedabad\",\n                                \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                                \"updated_at\": \"2023-12-21T12:23:57.000000Z\",\n                                \"state_id\": null,\n                                \"gstin_number\": \"1234\",\n                                \"invoice_prefix\": \"Invoice\",\n                                \"starting_invoice_number\": \"22\",\n                                \"terms_and_conditions\": null,\n                                \"bank_account_beneficiary_name\": null,\n                                \"bank_account_name\": null,\n                                \"ifsc_code\": null,\n                                \"label_company_name\": null,\n                                \"label_contact_name\": null,\n                                \"label_phone\": null,\n                                \"label_email_address\": null,\n                                \"label_address_line_1\": null,\n                                \"label_address_line_2\": null,\n                                \"label_pin_code\": null,\n                                \"label_city\": null,\n                                \"label_state\": null,\n                                \"signature\": null,\n                                \"currency\": \"INR\",\n                                \"weight\": null,\n                                \"measurement\": null,\n                                \"gst_enabled\": true,\n                                \"override_channel_product_weight_enabled\": true,\n                                \"label_details_same_as_company\": true,\n                                \"multi_vendor_invoicing_enabled\": false,\n                                \"multi_vendor_shipping_enabled\": false,\n                                \"is_master\": \"1\",\n                                \"invoice_number_same_as_order_number\": true,\n                                \"enable_disable_cod_reconciliation\": true,\n                                \"enable_disable_freight_reconciliation\": true,\n                                \"cod_tolerance\": \"5\",\n                                \"freight_tolerance\": \"2\",\n                                \"is_multi_vendor_enabled\": true,\n                                \"invoice_message\": null,\n                                \"inclusive_exclusive\": null,\n                                \"is_tax_on_shipping\": \"no\",\n                                \"tax_on_shipping\": null,\n                                \"primary_color\": \"#222F3D\",\n                                \"secondary_color\": null,\n                                \"display_hsn\": true,\n                                \"website\": \"https://app.shipturtle.com/\",\n                                \"country\": \"IN\",\n                                \"type_of_vendor\": \"marketplace\",\n                                \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                                \"title\": \"violetplants\",\n                                \"parent_id\": 212738,\n                                \"extra_information\": null,\n                                \"invoice_date\": \"invoice_creation_date\",\n                                \"number_of_digits\": \"0\",\n                                \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                                \"created_by\": null,\n                                \"updated_by\": 28344,\n                                \"invoice_contact_name\": \"Hussain\",\n                                \"invoice_address_1\": \"dahod\",\n                                \"invoice_address_2\": \"dahod\",\n                                \"invoice_postal_code\": \"380005\",\n                                \"invoice_city\": \"Ahmedabad\",\n                                \"invoice_phone_number\": \"09173038104\",\n                                \"invoice_tin\": null,\n                                \"timezone\": \"America/Phoenix\",\n                                \"hand_delivered_enabled\": true,\n                                \"other_courier_partner_enabled\": true,\n                                \"billing_address_same_as_company_details\": false,\n                                \"deactivated_at\": null,\n                                \"state_code\": \"GJ\",\n                                \"automatically_sync_vendor_name_from_store\": true,\n                                \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                                \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                                \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                                \"correct_all_errors_in_order\": false,\n                                \"generate_shipping_labels_for_orders\": false,\n                                \"generate_invoices_for_dropship_orders\": false,\n                                \"can_vendor_enable_disable_product\": false,\n                                \"can_vendor_edit_quantity_product\": false,\n                                \"can_vendor_edit_weight_dimension_product\": false,\n                                \"can_vendor_edit_tax_product\": true,\n                                \"set_vendor_level_commission\": false,\n                                \"commission\": \"15\",\n                                \"discount_shared_by_vendor\": \"0\",\n                                \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                \"set_vendor_level_shared_discount\": false,\n                                \"set_vendor_level_commissoin_calculated_on\": false,\n                                \"use_shop_channel_values_to_set_commission\": false,\n                                \"can_vendor_generate_invoice\": true,\n                                \"can_vendor_process_shippings\": true,\n                                \"can_vendor_edit_hsn_tax\": true,\n                                \"can_vendor_add_courier_provider\": true,\n                                \"default_vendor_type\": \"marketplace\",\n                                \"no_of_deciaml_digits\": 2,\n                                \"credits\": 299956,\n                                \"plan_id\": 4,\n                                \"requested_plan_id\": null,\n                                \"override_invoice_permissions\": false,\n                                \"override_product_permissions\": false,\n                                \"override_order_routing_permissions\": false,\n                                \"override_shipping_permissions\": false,\n                                \"slug\": \"violetplants-212738\",\n                                \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                \"shipping_charge_commission_type\": \"fixed\",\n                                \"shipping_charge_commission\": 50,\n                                \"override_commission_calculated_tax_type\": false,\n                                \"override_shipping_charge_commission_type\": false,\n                                \"override_shipping_charge_commission\": 0,\n                                \"auto_email_to_vendor\": true,\n                                \"fixed_commission\": 10,\n                                \"service_charge\": 0,\n                                \"can_vendor_edit_price\": false,\n                                \"can_vendor_delete_product\": false,\n                                \"show_logo_in_awb\": false,\n                                \"hide_pick_address_in_awb\": false,\n                                \"hide_customer_info_in_awb\": true,\n                                \"hide_price_in_awb\": false,\n                                \"hide_customer_information_on_vendor_dashboards\": false,\n                                \"allow_merchant_to_generate_invoice\": false,\n                                \"show_merchant_logo_in_invoice\": true,\n                                \"locale\": \"en\",\n                                \"use_custom_waybill\": true,\n                                \"redirect_url\": \"dashboard\",\n                                \"invoice_state_code\": \"GJ\",\n                                \"invoice_country_code\": \"IN\",\n                                \"stripe_account_id\": null,\n                                \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                                \"enable_app_shipping_profile_on_shopify\": \"0\",\n                                \"policy\": null,\n                                \"css\": null,\n                                \"vendor_profile_color\": \"#f18024\",\n                                \"about_us\": null,\n                                \"facebook_link\": null,\n                                \"twitter_link\": null,\n                                \"instagram_link\": null,\n                                \"auto_fulfill_digital_orders\": true,\n                                \"use_default_warehouse_for_all_orders\": false,\n                                \"invoice_label_header_title\": null,\n                                \"invoice_place_of_supply\": null,\n                                \"invoice_cin_key_title\": null,\n                                \"invoice_cin\": null,\n                                \"give_vendor_access_to_merchant_shipper\": false,\n                                \"auto_generate_order_invoices_to_customers\": true,\n                                \"auto_email_order_invoices_to_customers\": true,\n                                \"treat_manual_payment_mode_as_cod\": false,\n                                \"fulfill_order_after_confirm\": false,\n                                \"add_notes_before_confirming_orders\": false,\n                                \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                                \"note_at_the_top_of_invoice\": null,\n                                \"vendor_shop_id\": null,\n                                \"vendor_category\": null,\n                                \"vendor_location\": null,\n                                \"short_description\": null,\n                                \"display_vendor_category\": true,\n                                \"display_vendor_location\": true,\n                                \"display_vendor_short_description\": true,\n                                \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                                \"sync_settings\": {\n                                    \"update_settings\": {\n                                        \"sku\": true,\n                                        \"tags\": true,\n                                        \"media\": true,\n                                        \"price\": true,\n                                        \"title\": true,\n                                        \"weight\": true,\n                                        \"barcode\": true,\n                                        \"quantity\": true,\n                                        \"description\": true,\n                                        \"product_type\": true,\n                                        \"variant_name\": true,\n                                        \"publish_status\": true,\n                                        \"compare_at_price\": true,\n                                        \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                    },\n                                    \"create_settings\": {\n                                        \"sku\": true,\n                                        \"tags\": true,\n                                        \"media\": true,\n                                        \"price\": true,\n                                        \"title\": true,\n                                        \"weight\": true,\n                                        \"barcode\": true,\n                                        \"quantity\": true,\n                                        \"description\": true,\n                                        \"product_type\": true,\n                                        \"variant_name\": true,\n                                        \"publish_status\": true,\n                                        \"compare_at_price\": true,\n                                        \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                    },\n                                    \"override_product_status_at_create\": true,\n                                    \"product_status\": \"as_per_vendor_product\",\n                                    \"enable_order_sync\": true,\n                                    \"push_only_if_order_paid\": false,\n                                    \"push_unsynced_product_order\": true,\n                                    \"auto_add_variant\": true,\n                                    \"auto_remove_variant\": true,\n                                    \"strictKeyCheck\": false,\n                                    \"on_product_delete\": \"do_nothing\",\n                                    \"on_product_unmapped\": \"do_nothing\",\n                                    \"push_only_if_product_connected\": true\n                                },\n                                \"override_hide_customer_information_permissions\": false,\n                                \"can_vendor_cancel_an_order\": false,\n                                \"hide_shipping_charges\": false,\n                                \"add_insurance_to_shipment\": 0,\n                                \"meta_title\": null,\n                                \"registration_link\": null,\n                                \"auto_approval_of_products_from_vendor\": true,\n                                \"ignore_selling_price_for_commission\": 0,\n                                \"shipping_label_check\": {\n                                    \"email\": false,\n                                    \"phone\": false,\n                                    \"address_line_1\": false,\n                                    \"address_line_2\": false,\n                                    \"address_line_1_minimum\": null,\n                                    \"address_line_1_maximum\": null,\n                                    \"address_line_2_minimum\": null,\n                                    \"address_line_2_maximum\": null\n                                },\n                                \"shipping_label_size\": \"smalllabel\",\n                                \"paypal_email\": null,\n                                \"use_custom_email_driver\": true,\n                                \"ignore_order_splitting\": false,\n                                \"hide_customer_information_on_vendor_dashboard\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false\n                                },\n                                \"hide_customer_information_in_awb\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false,\n                                    \"line_items\": false,\n                                    \"vendor_name\": false,\n                                    \"sku\": false,\n                                    \"weight_dimension\": false\n                                },\n                                \"hide_customer_information_in_invoice\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false\n                                },\n                                \"vendor_profile_settings\": {\n                                    \"seller_products_tab\": true,\n                                    \"seller_policy_tab\": true,\n                                    \"seller_contact_us_tab\": true,\n                                    \"seller_events_tab\": true,\n                                    \"seller_reviews_tab\": false,\n                                    \"seller_about_us_tab\": true\n                                },\n                                \"challan_message_1\": null,\n                                \"challan_message_2\": null,\n                                \"challan_prefix\": \"Invoice\",\n                                \"challan_number_same_as_invoice_number\": true,\n                                \"default_label_size_for_all_vendors\": true,\n                                \"hide_customer_information_in_export\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false\n                                },\n                                \"product_permissions\": null,\n                                \"hide_product_details_in_awb\": false,\n                                \"hide_invoice_details_in_awb\": false,\n                                \"company_note\": \"<p>sdfasdfab</p>\",\n                                \"meta_data\": \"[{\\\"uuid\\\":\\\"e95a7b2d-5210-4e7b-988f-7fbde7acf198\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/601990/dashboard-mockup-for-c2c.xlsx\\\",\\\"size\\\":102609,\\\"name\\\":\\\"Dashboard Mockup for C2C.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"50844059-549d-4bcc-88bf-a023fd46bd29\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/604572/28344-1690206866.xlsx\\\",\\\"size\\\":7389,\\\"name\\\":\\\"28344-1690206866.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3ad73d68-08a3-46b5-9afc-3d1ac5df398f\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655061/lable_cancelled_order_amazon.xlsx\\\",\\\"size\\\":26214,\\\"name\\\":\\\"Lable Cancelled Order Amazon.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                                \"color_theme_field\": \"light.blue\",\n                                \"change_tracking_url\": false,\n                                \"ship_to_address_as_merchants_default_warehouse\": false,\n                                \"can_vendor_hold_an_order\": false,\n                                \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                                \"allow_vendors_to_change_vendor_profile_details\": true,\n                                \"whatsapp_account\": \"use_company_account\",\n                                \"vendor_profile_theme_choosen\": \"theme-1\",\n                                \"whatsapp_credit\": 54,\n                                \"test_whatsapp_number\": \"+918849193468\",\n                                \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                                \"connected_vendor_shops\": [\n                                    \"vendorsynctesting5.myshopify.com\",\n                                    \"testing-for-vendorsync.myshopify.com\",\n                                    \"purpleplants.myshopify.com\",\n                                    \"https://st-wpdemo.com/\",\n                                    \"test-store-webkul-112.myshopify.com\",\n                                    \"https://st-wpdemo.com/\",\n                                    \"purpleplants.myshopify.com/\",\n                                    \"https://st-wpdemo.com/\",\n                                    \"purpleplants.myshopify.com\",\n                                    \"channelteststore5.myshopify.com\",\n                                    \"https://st-wpdemo.com/newtestclient/\",\n                                    \"purpleplants.myshopify.com\",\n                                    \"purpleplants.myshopify.com\"\n                                ],\n                                \"events\": null,\n                                \"commission_automation_set\": {\n                                    \"commission_automation\": true,\n                                    \"commission_automation_rules\": true,\n                                    \"commission_automation_date_range\": true,\n                                    \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                    \"time_buffer_for_commission_automation\": \"4\",\n                                    \"order_status_for_commission_automation\": \"pending\",\n                                    \"invoice_number_for_commission_automation\": 277,\n                                    \"date_Range_days_for_commission_automation\": \"4\"\n                                },\n                                \"auto_confirmation_using_tags_settings\": {\n                                    \"tags_settings_status\": true,\n                                    \"paid\": true,\n                                    \"tags_for_paid\": [],\n                                    \"cod_or_partially_paid\": false,\n                                    \"tags_for_cod_or_partially_paid\": [],\n                                    \"Exceptions_for_paid\": false,\n                                    \"Exceptions_for_paid_tags\": [],\n                                    \"Exceptions_for_cod_or_partially_paid\": false,\n                                    \"Exceptions_for_cod_or_partially_paid_tags\": []\n                                },\n                                \"preferred_location\": null,\n                                \"email_credit\": 4853,\n                                \"global_commission\": \"15\",\n                                \"global_discount_shared_by_vendor\": \"0\",\n                                \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                \"global_shipping_charge_commission_type\": \"fixed\",\n                                \"global_shipping_charge_commission\": 50,\n                                \"global_fixed_commission\": 10,\n                                \"invoice_country_detail\": {\n                                    \"id\": 98,\n                                    \"name\": \"India\",\n                                    \"code\": \"IN\",\n                                    \"dial_code\": \"+91\",\n                                    \"currency_name\": \"Indian rupee\",\n                                    \"currency_symbol\": \"Rs.\",\n                                    \"currency_code\": \"INR\",\n                                    \"created_at\": null,\n                                    \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                    \"name_with_symbole\": \"Indian rupee - Rs.\"\n                                },\n                                \"commission_tags\": {\n                                    \"company_id\": 212738,\n                                    \"override_commission\": true\n                                },\n                                \"parent\": {\n                                    \"id\": 212738,\n                                    \"company_name\": \"kapil\",\n                                    \"brand_name\": \"violetplants\",\n                                    \"company_logo\": null,\n                                    \"contact_name\": null,\n                                    \"phone_number\": null,\n                                    \"email\": \"varshil.shipturtle@gmail.com\",\n                                    \"address_line_1\": null,\n                                    \"address_line_2\": \"gj 23\",\n                                    \"pin_code\": \"380009\",\n                                    \"city\": \"Ahmedabad\",\n                                    \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                                    \"updated_at\": \"2023-12-21T12:23:57.000000Z\",\n                                    \"state_id\": null,\n                                    \"gstin_number\": \"1234\",\n                                    \"invoice_prefix\": \"Invoice\",\n                                    \"starting_invoice_number\": \"22\",\n                                    \"terms_and_conditions\": null,\n                                    \"bank_account_beneficiary_name\": null,\n                                    \"bank_account_name\": null,\n                                    \"ifsc_code\": null,\n                                    \"label_company_name\": null,\n                                    \"label_contact_name\": null,\n                                    \"label_phone\": null,\n                                    \"label_email_address\": null,\n                                    \"label_address_line_1\": null,\n                                    \"label_address_line_2\": null,\n                                    \"label_pin_code\": null,\n                                    \"label_city\": null,\n                                    \"label_state\": null,\n                                    \"signature\": null,\n                                    \"currency\": \"INR\",\n                                    \"weight\": null,\n                                    \"measurement\": null,\n                                    \"gst_enabled\": true,\n                                    \"override_channel_product_weight_enabled\": true,\n                                    \"label_details_same_as_company\": true,\n                                    \"multi_vendor_invoicing_enabled\": false,\n                                    \"multi_vendor_shipping_enabled\": false,\n                                    \"is_master\": \"1\",\n                                    \"invoice_number_same_as_order_number\": true,\n                                    \"enable_disable_cod_reconciliation\": true,\n                                    \"enable_disable_freight_reconciliation\": true,\n                                    \"cod_tolerance\": \"5\",\n                                    \"freight_tolerance\": \"2\",\n                                    \"is_multi_vendor_enabled\": true,\n                                    \"invoice_message\": null,\n                                    \"inclusive_exclusive\": null,\n                                    \"is_tax_on_shipping\": \"no\",\n                                    \"tax_on_shipping\": null,\n                                    \"primary_color\": \"#222F3D\",\n                                    \"secondary_color\": null,\n                                    \"display_hsn\": true,\n                                    \"website\": \"https://app.shipturtle.com/\",\n                                    \"country\": \"IN\",\n                                    \"type_of_vendor\": \"marketplace\",\n                                    \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                                    \"title\": \"violetplants\",\n                                    \"parent_id\": 212738,\n                                    \"extra_information\": null,\n                                    \"invoice_date\": \"invoice_creation_date\",\n                                    \"number_of_digits\": \"0\",\n                                    \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                                    \"created_by\": null,\n                                    \"updated_by\": 28344,\n                                    \"invoice_contact_name\": \"Hussain\",\n                                    \"invoice_address_1\": \"dahod\",\n                                    \"invoice_address_2\": \"dahod\",\n                                    \"invoice_postal_code\": \"380005\",\n                                    \"invoice_city\": \"Ahmedabad\",\n                                    \"invoice_phone_number\": \"09173038104\",\n                                    \"invoice_tin\": null,\n                                    \"timezone\": \"America/Phoenix\",\n                                    \"hand_delivered_enabled\": true,\n                                    \"other_courier_partner_enabled\": true,\n                                    \"billing_address_same_as_company_details\": false,\n                                    \"deactivated_at\": null,\n                                    \"state_code\": \"GJ\",\n                                    \"automatically_sync_vendor_name_from_store\": true,\n                                    \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                                    \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                                    \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                                    \"correct_all_errors_in_order\": false,\n                                    \"generate_shipping_labels_for_orders\": false,\n                                    \"generate_invoices_for_dropship_orders\": false,\n                                    \"can_vendor_enable_disable_product\": false,\n                                    \"can_vendor_edit_quantity_product\": false,\n                                    \"can_vendor_edit_weight_dimension_product\": false,\n                                    \"can_vendor_edit_tax_product\": true,\n                                    \"set_vendor_level_commission\": false,\n                                    \"commission\": \"15\",\n                                    \"discount_shared_by_vendor\": \"0\",\n                                    \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                    \"set_vendor_level_shared_discount\": false,\n                                    \"set_vendor_level_commissoin_calculated_on\": false,\n                                    \"use_shop_channel_values_to_set_commission\": false,\n                                    \"can_vendor_generate_invoice\": true,\n                                    \"can_vendor_process_shippings\": true,\n                                    \"can_vendor_edit_hsn_tax\": true,\n                                    \"can_vendor_add_courier_provider\": true,\n                                    \"default_vendor_type\": \"marketplace\",\n                                    \"no_of_deciaml_digits\": 2,\n                                    \"credits\": 299956,\n                                    \"plan_id\": 4,\n                                    \"requested_plan_id\": null,\n                                    \"override_invoice_permissions\": false,\n                                    \"override_product_permissions\": false,\n                                    \"override_order_routing_permissions\": false,\n                                    \"override_shipping_permissions\": false,\n                                    \"slug\": \"violetplants-212738\",\n                                    \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                    \"shipping_charge_commission_type\": \"fixed\",\n                                    \"shipping_charge_commission\": 50,\n                                    \"override_commission_calculated_tax_type\": false,\n                                    \"override_shipping_charge_commission_type\": false,\n                                    \"override_shipping_charge_commission\": 0,\n                                    \"auto_email_to_vendor\": true,\n                                    \"fixed_commission\": 10,\n                                    \"service_charge\": 0,\n                                    \"can_vendor_edit_price\": false,\n                                    \"can_vendor_delete_product\": false,\n                                    \"show_logo_in_awb\": false,\n                                    \"hide_pick_address_in_awb\": false,\n                                    \"hide_customer_info_in_awb\": true,\n                                    \"hide_price_in_awb\": false,\n                                    \"hide_customer_information_on_vendor_dashboards\": false,\n                                    \"allow_merchant_to_generate_invoice\": false,\n                                    \"show_merchant_logo_in_invoice\": true,\n                                    \"locale\": \"en\",\n                                    \"use_custom_waybill\": true,\n                                    \"redirect_url\": \"dashboard\",\n                                    \"invoice_state_code\": \"GJ\",\n                                    \"invoice_country_code\": \"IN\",\n                                    \"stripe_account_id\": null,\n                                    \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                                    \"enable_app_shipping_profile_on_shopify\": \"0\",\n                                    \"policy\": null,\n                                    \"css\": null,\n                                    \"vendor_profile_color\": \"#f18024\",\n                                    \"about_us\": null,\n                                    \"facebook_link\": null,\n                                    \"twitter_link\": null,\n                                    \"instagram_link\": null,\n                                    \"auto_fulfill_digital_orders\": true,\n                                    \"use_default_warehouse_for_all_orders\": false,\n                                    \"invoice_label_header_title\": null,\n                                    \"invoice_place_of_supply\": null,\n                                    \"invoice_cin_key_title\": null,\n                                    \"invoice_cin\": null,\n                                    \"give_vendor_access_to_merchant_shipper\": false,\n                                    \"auto_generate_order_invoices_to_customers\": true,\n                                    \"auto_email_order_invoices_to_customers\": true,\n                                    \"treat_manual_payment_mode_as_cod\": false,\n                                    \"fulfill_order_after_confirm\": false,\n                                    \"add_notes_before_confirming_orders\": false,\n                                    \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                                    \"note_at_the_top_of_invoice\": null,\n                                    \"vendor_shop_id\": null,\n                                    \"vendor_category\": null,\n                                    \"vendor_location\": null,\n                                    \"short_description\": null,\n                                    \"display_vendor_category\": true,\n                                    \"display_vendor_location\": true,\n                                    \"display_vendor_short_description\": true,\n                                    \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                                    \"sync_settings\": {\n                                        \"update_settings\": {\n                                            \"sku\": true,\n                                            \"tags\": true,\n                                            \"media\": true,\n                                            \"price\": true,\n                                            \"title\": true,\n                                            \"weight\": true,\n                                            \"barcode\": true,\n                                            \"quantity\": true,\n                                            \"description\": true,\n                                            \"product_type\": true,\n                                            \"variant_name\": true,\n                                            \"publish_status\": true,\n                                            \"compare_at_price\": true,\n                                            \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                        },\n                                        \"create_settings\": {\n                                            \"sku\": true,\n                                            \"tags\": true,\n                                            \"media\": true,\n                                            \"price\": true,\n                                            \"title\": true,\n                                            \"weight\": true,\n                                            \"barcode\": true,\n                                            \"quantity\": true,\n                                            \"description\": true,\n                                            \"product_type\": true,\n                                            \"variant_name\": true,\n                                            \"publish_status\": true,\n                                            \"compare_at_price\": true,\n                                            \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                        },\n                                        \"override_product_status_at_create\": true,\n                                        \"product_status\": \"as_per_vendor_product\",\n                                        \"enable_order_sync\": true,\n                                        \"push_only_if_order_paid\": false,\n                                        \"push_unsynced_product_order\": true,\n                                        \"auto_add_variant\": true,\n                                        \"auto_remove_variant\": true,\n                                        \"strictKeyCheck\": false,\n                                        \"on_product_delete\": \"do_nothing\",\n                                        \"on_product_unmapped\": \"do_nothing\",\n                                        \"push_only_if_product_connected\": true\n                                    },\n                                    \"override_hide_customer_information_permissions\": false,\n                                    \"can_vendor_cancel_an_order\": false,\n                                    \"hide_shipping_charges\": false,\n                                    \"add_insurance_to_shipment\": 0,\n                                    \"meta_title\": null,\n                                    \"registration_link\": null,\n                                    \"auto_approval_of_products_from_vendor\": true,\n                                    \"ignore_selling_price_for_commission\": 0,\n                                    \"shipping_label_check\": {\n                                        \"email\": false,\n                                        \"phone\": false,\n                                        \"address_line_1\": false,\n                                        \"address_line_2\": false,\n                                        \"address_line_1_minimum\": null,\n                                        \"address_line_1_maximum\": null,\n                                        \"address_line_2_minimum\": null,\n                                        \"address_line_2_maximum\": null\n                                    },\n                                    \"shipping_label_size\": \"smalllabel\",\n                                    \"paypal_email\": null,\n                                    \"use_custom_email_driver\": true,\n                                    \"ignore_order_splitting\": false,\n                                    \"hide_customer_information_on_vendor_dashboard\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false\n                                    },\n                                    \"hide_customer_information_in_awb\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false,\n                                        \"line_items\": false,\n                                        \"vendor_name\": false,\n                                        \"sku\": false,\n                                        \"weight_dimension\": false\n                                    },\n                                    \"hide_customer_information_in_invoice\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false\n                                    },\n                                    \"vendor_profile_settings\": {\n                                        \"seller_products_tab\": true,\n                                        \"seller_policy_tab\": true,\n                                        \"seller_contact_us_tab\": true,\n                                        \"seller_events_tab\": true,\n                                        \"seller_reviews_tab\": false,\n                                        \"seller_about_us_tab\": true\n                                    },\n                                    \"challan_message_1\": null,\n                                    \"challan_message_2\": null,\n                                    \"challan_prefix\": \"Invoice\",\n                                    \"challan_number_same_as_invoice_number\": true,\n                                    \"default_label_size_for_all_vendors\": true,\n                                    \"hide_customer_information_in_export\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false\n                                    },\n                                    \"product_permissions\": null,\n                                    \"hide_product_details_in_awb\": false,\n                                    \"hide_invoice_details_in_awb\": false,\n                                    \"company_note\": \"<p>sdfasdfab</p>\",\n                                    \"meta_data\": \"[{\\\"uuid\\\":\\\"e95a7b2d-5210-4e7b-988f-7fbde7acf198\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/601990/dashboard-mockup-for-c2c.xlsx\\\",\\\"size\\\":102609,\\\"name\\\":\\\"Dashboard Mockup for C2C.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"50844059-549d-4bcc-88bf-a023fd46bd29\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/604572/28344-1690206866.xlsx\\\",\\\"size\\\":7389,\\\"name\\\":\\\"28344-1690206866.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3ad73d68-08a3-46b5-9afc-3d1ac5df398f\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655061/lable_cancelled_order_amazon.xlsx\\\",\\\"size\\\":26214,\\\"name\\\":\\\"Lable Cancelled Order Amazon.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                                    \"color_theme_field\": \"light.blue\",\n                                    \"change_tracking_url\": false,\n                                    \"ship_to_address_as_merchants_default_warehouse\": false,\n                                    \"can_vendor_hold_an_order\": false,\n                                    \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                                    \"allow_vendors_to_change_vendor_profile_details\": true,\n                                    \"whatsapp_account\": \"use_company_account\",\n                                    \"vendor_profile_theme_choosen\": \"theme-1\",\n                                    \"whatsapp_credit\": 54,\n                                    \"test_whatsapp_number\": \"+918849193468\",\n                                    \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                                    \"connected_vendor_shops\": [\n                                        \"vendorsynctesting5.myshopify.com\",\n                                        \"testing-for-vendorsync.myshopify.com\",\n                                        \"purpleplants.myshopify.com\",\n                                        \"https://st-wpdemo.com/\",\n                                        \"test-store-webkul-112.myshopify.com\",\n                                        \"https://st-wpdemo.com/\",\n                                        \"purpleplants.myshopify.com/\",\n                                        \"https://st-wpdemo.com/\",\n                                        \"purpleplants.myshopify.com\",\n                                        \"channelteststore5.myshopify.com\",\n                                        \"https://st-wpdemo.com/newtestclient/\",\n                                        \"purpleplants.myshopify.com\",\n                                        \"purpleplants.myshopify.com\"\n                                    ],\n                                    \"events\": null,\n                                    \"commission_automation_set\": {\n                                        \"commission_automation\": true,\n                                        \"commission_automation_rules\": true,\n                                        \"commission_automation_date_range\": true,\n                                        \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                        \"time_buffer_for_commission_automation\": \"4\",\n                                        \"order_status_for_commission_automation\": \"pending\",\n                                        \"invoice_number_for_commission_automation\": 277,\n                                        \"date_Range_days_for_commission_automation\": \"4\"\n                                    },\n                                    \"auto_confirmation_using_tags_settings\": {\n                                        \"tags_settings_status\": true,\n                                        \"paid\": true,\n                                        \"tags_for_paid\": [],\n                                        \"cod_or_partially_paid\": false,\n                                        \"tags_for_cod_or_partially_paid\": [],\n                                        \"Exceptions_for_paid\": false,\n                                        \"Exceptions_for_paid_tags\": [],\n                                        \"Exceptions_for_cod_or_partially_paid\": false,\n                                        \"Exceptions_for_cod_or_partially_paid_tags\": []\n                                    },\n                                    \"preferred_location\": null,\n                                    \"email_credit\": 4853,\n                                    \"global_commission\": \"15\",\n                                    \"global_discount_shared_by_vendor\": \"0\",\n                                    \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                    \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                    \"global_shipping_charge_commission_type\": \"fixed\",\n                                    \"global_shipping_charge_commission\": 50,\n                                    \"global_fixed_commission\": 10,\n                                    \"invoice_country_detail\": {\n                                        \"id\": 98,\n                                        \"name\": \"India\",\n                                        \"code\": \"IN\",\n                                        \"dial_code\": \"+91\",\n                                        \"currency_name\": \"Indian rupee\",\n                                        \"currency_symbol\": \"Rs.\",\n                                        \"currency_code\": \"INR\",\n                                        \"created_at\": null,\n                                        \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                        \"name_with_symbole\": \"Indian rupee - Rs.\"\n                                    },\n                                    \"commission_tags\": {\n                                        \"company_id\": 212738,\n                                        \"override_commission\": true\n                                    }\n                                }\n                            },\n                            \"overridden_commission_level\": \"global\",\n                            \"overridden_commission\": \"15\",\n                            \"overridden_fixed_commission\": 10,\n                            \"global_commission_level\": \"global\",\n                            \"global_commission\": \"15\",\n                            \"global_fixed_commission\": 10\n                        },\n                        \"media\": []\n                    },\n                    \"alien_variant\": null\n                },\n                {\n                    \"id\": 22397085,\n                    \"commission\": null,\n                    \"fixed_commission\": 0,\n                    \"company_id\": 212738,\n                    \"product_id\": 8057554,\n                    \"image\": null,\n                    \"channel_variant_id\": \"22530919\",\n                    \"compare_at_price\": \"0.00\",\n                    \"deleted_at\": null,\n                    \"deactivated_at\": true,\n                    \"grams\": \"0\",\n                    \"height\": null,\n                    \"image_id\": null,\n                    \"inventory_item_id\": \"50352894542127\",\n                    \"inventory_management\": \"shopify\",\n                    \"inventory_policy\": \"deny\",\n                    \"inventory_quantity\": \"5\",\n                    \"length\": null,\n                    \"old_inventory_quantity\": null,\n                    \"option1\": \"BLUE\",\n                    \"option2\": \"M\",\n                    \"option3\": \"Title1\",\n                    \"price\": \"2010.00\",\n                    \"provider\": null,\n                    \"requires_shipping\": null,\n                    \"shop_id\": 4147,\n                    \"sku\": \"NEW-DESTINATION\",\n                    \"tax_id\": null,\n                    \"title\": \"BLUE / M / Title1\",\n                    \"updated_at\": \"2023-12-21T11:03:56.000000Z\",\n                    \"weight\": \"0\",\n                    \"weight_unit\": \"kg\",\n                    \"width\": null,\n                    \"parent_id\": 212738,\n                    \"override_commission\": false,\n                    \"vendor_shop_variant_id\": null,\n                    \"barcode\": \"\",\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/48308473135407\",\n                    \"overridden_commission_level\": \"global\",\n                    \"overridden_commission\": \"15\",\n                    \"overridden_fixed_commission\": 10,\n                    \"file_history\": null,\n                    \"company\": {\n                        \"id\": 212738,\n                        \"title\": \"violetplants\",\n                        \"parent_id\": 212738,\n                        \"commission\": \"15\",\n                        \"fixed_commission\": 10,\n                        \"set_vendor_level_commission\": false,\n                        \"global_commission\": \"15\",\n                        \"global_discount_shared_by_vendor\": \"0\",\n                        \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                        \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                        \"global_shipping_charge_commission_type\": \"fixed\",\n                        \"global_shipping_charge_commission\": 50,\n                        \"global_fixed_commission\": 10,\n                        \"invoice_country_detail\": null,\n                        \"commission_tags\": {\n                            \"company_id\": 212738,\n                            \"override_commission\": true\n                        },\n                        \"parent\": {\n                            \"id\": 212738,\n                            \"company_name\": \"kapil\",\n                            \"brand_name\": \"violetplants\",\n                            \"company_logo\": null,\n                            \"contact_name\": null,\n                            \"phone_number\": null,\n                            \"email\": \"varshil.shipturtle@gmail.com\",\n                            \"address_line_1\": null,\n                            \"address_line_2\": \"gj 23\",\n                            \"pin_code\": \"380009\",\n                            \"city\": \"Ahmedabad\",\n                            \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                            \"updated_at\": \"2023-12-21T12:23:57.000000Z\",\n                            \"state_id\": null,\n                            \"gstin_number\": \"1234\",\n                            \"invoice_prefix\": \"Invoice\",\n                            \"starting_invoice_number\": \"22\",\n                            \"terms_and_conditions\": null,\n                            \"bank_account_beneficiary_name\": null,\n                            \"bank_account_name\": null,\n                            \"ifsc_code\": null,\n                            \"label_company_name\": null,\n                            \"label_contact_name\": null,\n                            \"label_phone\": null,\n                            \"label_email_address\": null,\n                            \"label_address_line_1\": null,\n                            \"label_address_line_2\": null,\n                            \"label_pin_code\": null,\n                            \"label_city\": null,\n                            \"label_state\": null,\n                            \"signature\": null,\n                            \"currency\": \"INR\",\n                            \"weight\": null,\n                            \"measurement\": null,\n                            \"gst_enabled\": true,\n                            \"override_channel_product_weight_enabled\": true,\n                            \"label_details_same_as_company\": true,\n                            \"multi_vendor_invoicing_enabled\": false,\n                            \"multi_vendor_shipping_enabled\": false,\n                            \"is_master\": \"1\",\n                            \"invoice_number_same_as_order_number\": true,\n                            \"enable_disable_cod_reconciliation\": true,\n                            \"enable_disable_freight_reconciliation\": true,\n                            \"cod_tolerance\": \"5\",\n                            \"freight_tolerance\": \"2\",\n                            \"is_multi_vendor_enabled\": true,\n                            \"invoice_message\": null,\n                            \"inclusive_exclusive\": null,\n                            \"is_tax_on_shipping\": \"no\",\n                            \"tax_on_shipping\": null,\n                            \"primary_color\": \"#222F3D\",\n                            \"secondary_color\": null,\n                            \"display_hsn\": true,\n                            \"website\": \"https://app.shipturtle.com/\",\n                            \"country\": \"IN\",\n                            \"type_of_vendor\": \"marketplace\",\n                            \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                            \"title\": \"violetplants\",\n                            \"parent_id\": 212738,\n                            \"extra_information\": null,\n                            \"invoice_date\": \"invoice_creation_date\",\n                            \"number_of_digits\": \"0\",\n                            \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                            \"created_by\": null,\n                            \"updated_by\": 28344,\n                            \"invoice_contact_name\": \"Hussain\",\n                            \"invoice_address_1\": \"dahod\",\n                            \"invoice_address_2\": \"dahod\",\n                            \"invoice_postal_code\": \"380005\",\n                            \"invoice_city\": \"Ahmedabad\",\n                            \"invoice_phone_number\": \"09173038104\",\n                            \"invoice_tin\": null,\n                            \"timezone\": \"America/Phoenix\",\n                            \"hand_delivered_enabled\": true,\n                            \"other_courier_partner_enabled\": true,\n                            \"billing_address_same_as_company_details\": false,\n                            \"deactivated_at\": null,\n                            \"state_code\": \"GJ\",\n                            \"automatically_sync_vendor_name_from_store\": true,\n                            \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                            \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                            \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                            \"correct_all_errors_in_order\": false,\n                            \"generate_shipping_labels_for_orders\": false,\n                            \"generate_invoices_for_dropship_orders\": false,\n                            \"can_vendor_enable_disable_product\": false,\n                            \"can_vendor_edit_quantity_product\": false,\n                            \"can_vendor_edit_weight_dimension_product\": false,\n                            \"can_vendor_edit_tax_product\": true,\n                            \"set_vendor_level_commission\": false,\n                            \"commission\": \"15\",\n                            \"discount_shared_by_vendor\": \"0\",\n                            \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"set_vendor_level_shared_discount\": false,\n                            \"set_vendor_level_commissoin_calculated_on\": false,\n                            \"use_shop_channel_values_to_set_commission\": false,\n                            \"can_vendor_generate_invoice\": true,\n                            \"can_vendor_process_shippings\": true,\n                            \"can_vendor_edit_hsn_tax\": true,\n                            \"can_vendor_add_courier_provider\": true,\n                            \"default_vendor_type\": \"marketplace\",\n                            \"no_of_deciaml_digits\": 2,\n                            \"credits\": 299956,\n                            \"plan_id\": 4,\n                            \"requested_plan_id\": null,\n                            \"override_invoice_permissions\": false,\n                            \"override_product_permissions\": false,\n                            \"override_order_routing_permissions\": false,\n                            \"override_shipping_permissions\": false,\n                            \"slug\": \"violetplants-212738\",\n                            \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"shipping_charge_commission_type\": \"fixed\",\n                            \"shipping_charge_commission\": 50,\n                            \"override_commission_calculated_tax_type\": false,\n                            \"override_shipping_charge_commission_type\": false,\n                            \"override_shipping_charge_commission\": 0,\n                            \"auto_email_to_vendor\": true,\n                            \"fixed_commission\": 10,\n                            \"service_charge\": 0,\n                            \"can_vendor_edit_price\": false,\n                            \"can_vendor_delete_product\": false,\n                            \"show_logo_in_awb\": false,\n                            \"hide_pick_address_in_awb\": false,\n                            \"hide_customer_info_in_awb\": true,\n                            \"hide_price_in_awb\": false,\n                            \"hide_customer_information_on_vendor_dashboards\": false,\n                            \"allow_merchant_to_generate_invoice\": false,\n                            \"show_merchant_logo_in_invoice\": true,\n                            \"locale\": \"en\",\n                            \"use_custom_waybill\": true,\n                            \"redirect_url\": \"dashboard\",\n                            \"invoice_state_code\": \"GJ\",\n                            \"invoice_country_code\": \"IN\",\n                            \"stripe_account_id\": null,\n                            \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                            \"enable_app_shipping_profile_on_shopify\": \"0\",\n                            \"policy\": null,\n                            \"css\": null,\n                            \"vendor_profile_color\": \"#f18024\",\n                            \"about_us\": null,\n                            \"facebook_link\": null,\n                            \"twitter_link\": null,\n                            \"instagram_link\": null,\n                            \"auto_fulfill_digital_orders\": true,\n                            \"use_default_warehouse_for_all_orders\": false,\n                            \"invoice_label_header_title\": null,\n                            \"invoice_place_of_supply\": null,\n                            \"invoice_cin_key_title\": null,\n                            \"invoice_cin\": null,\n                            \"give_vendor_access_to_merchant_shipper\": false,\n                            \"auto_generate_order_invoices_to_customers\": true,\n                            \"auto_email_order_invoices_to_customers\": true,\n                            \"treat_manual_payment_mode_as_cod\": false,\n                            \"fulfill_order_after_confirm\": false,\n                            \"add_notes_before_confirming_orders\": false,\n                            \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                            \"note_at_the_top_of_invoice\": null,\n                            \"vendor_shop_id\": null,\n                            \"vendor_category\": null,\n                            \"vendor_location\": null,\n                            \"short_description\": null,\n                            \"display_vendor_category\": true,\n                            \"display_vendor_location\": true,\n                            \"display_vendor_short_description\": true,\n                            \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                            \"sync_settings\": {\n                                \"update_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": true,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"create_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": true,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"override_product_status_at_create\": true,\n                                \"product_status\": \"as_per_vendor_product\",\n                                \"enable_order_sync\": true,\n                                \"push_only_if_order_paid\": false,\n                                \"push_unsynced_product_order\": true,\n                                \"auto_add_variant\": true,\n                                \"auto_remove_variant\": true,\n                                \"strictKeyCheck\": false,\n                                \"on_product_delete\": \"do_nothing\",\n                                \"on_product_unmapped\": \"do_nothing\",\n                                \"push_only_if_product_connected\": true\n                            },\n                            \"override_hide_customer_information_permissions\": false,\n                            \"can_vendor_cancel_an_order\": false,\n                            \"hide_shipping_charges\": false,\n                            \"add_insurance_to_shipment\": 0,\n                            \"meta_title\": null,\n                            \"registration_link\": null,\n                            \"auto_approval_of_products_from_vendor\": true,\n                            \"ignore_selling_price_for_commission\": 0,\n                            \"shipping_label_check\": {\n                                \"email\": false,\n                                \"phone\": false,\n                                \"address_line_1\": false,\n                                \"address_line_2\": false,\n                                \"address_line_1_minimum\": null,\n                                \"address_line_1_maximum\": null,\n                                \"address_line_2_minimum\": null,\n                                \"address_line_2_maximum\": null\n                            },\n                            \"shipping_label_size\": \"smalllabel\",\n                            \"paypal_email\": null,\n                            \"use_custom_email_driver\": true,\n                            \"ignore_order_splitting\": false,\n                            \"hide_customer_information_on_vendor_dashboard\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"hide_customer_information_in_awb\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false,\n                                \"line_items\": false,\n                                \"vendor_name\": false,\n                                \"sku\": false,\n                                \"weight_dimension\": false\n                            },\n                            \"hide_customer_information_in_invoice\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"vendor_profile_settings\": {\n                                \"seller_products_tab\": true,\n                                \"seller_policy_tab\": true,\n                                \"seller_contact_us_tab\": true,\n                                \"seller_events_tab\": true,\n                                \"seller_reviews_tab\": false,\n                                \"seller_about_us_tab\": true\n                            },\n                            \"challan_message_1\": null,\n                            \"challan_message_2\": null,\n                            \"challan_prefix\": \"Invoice\",\n                            \"challan_number_same_as_invoice_number\": true,\n                            \"default_label_size_for_all_vendors\": true,\n                            \"hide_customer_information_in_export\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"product_permissions\": null,\n                            \"hide_product_details_in_awb\": false,\n                            \"hide_invoice_details_in_awb\": false,\n                            \"company_note\": \"<p>sdfasdfab</p>\",\n                            \"meta_data\": \"[{\\\"uuid\\\":\\\"e95a7b2d-5210-4e7b-988f-7fbde7acf198\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/601990/dashboard-mockup-for-c2c.xlsx\\\",\\\"size\\\":102609,\\\"name\\\":\\\"Dashboard Mockup for C2C.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"50844059-549d-4bcc-88bf-a023fd46bd29\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/604572/28344-1690206866.xlsx\\\",\\\"size\\\":7389,\\\"name\\\":\\\"28344-1690206866.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3ad73d68-08a3-46b5-9afc-3d1ac5df398f\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655061/lable_cancelled_order_amazon.xlsx\\\",\\\"size\\\":26214,\\\"name\\\":\\\"Lable Cancelled Order Amazon.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                            \"color_theme_field\": \"light.blue\",\n                            \"change_tracking_url\": false,\n                            \"ship_to_address_as_merchants_default_warehouse\": false,\n                            \"can_vendor_hold_an_order\": false,\n                            \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                            \"allow_vendors_to_change_vendor_profile_details\": true,\n                            \"whatsapp_account\": \"use_company_account\",\n                            \"vendor_profile_theme_choosen\": \"theme-1\",\n                            \"whatsapp_credit\": 54,\n                            \"test_whatsapp_number\": \"+918849193468\",\n                            \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                            \"connected_vendor_shops\": [\n                                \"vendorsynctesting5.myshopify.com\",\n                                \"testing-for-vendorsync.myshopify.com\",\n                                \"purpleplants.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"test-store-webkul-112.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com/\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com\",\n                                \"channelteststore5.myshopify.com\",\n                                \"https://st-wpdemo.com/newtestclient/\",\n                                \"purpleplants.myshopify.com\",\n                                \"purpleplants.myshopify.com\"\n                            ],\n                            \"events\": null,\n                            \"commission_automation_set\": {\n                                \"commission_automation\": true,\n                                \"commission_automation_rules\": true,\n                                \"commission_automation_date_range\": true,\n                                \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                \"time_buffer_for_commission_automation\": \"4\",\n                                \"order_status_for_commission_automation\": \"pending\",\n                                \"invoice_number_for_commission_automation\": 277,\n                                \"date_Range_days_for_commission_automation\": \"4\"\n                            },\n                            \"auto_confirmation_using_tags_settings\": {\n                                \"tags_settings_status\": true,\n                                \"paid\": true,\n                                \"tags_for_paid\": [],\n                                \"cod_or_partially_paid\": false,\n                                \"tags_for_cod_or_partially_paid\": [],\n                                \"Exceptions_for_paid\": false,\n                                \"Exceptions_for_paid_tags\": [],\n                                \"Exceptions_for_cod_or_partially_paid\": false,\n                                \"Exceptions_for_cod_or_partially_paid_tags\": []\n                            },\n                            \"preferred_location\": null,\n                            \"email_credit\": 4853,\n                            \"global_commission\": \"15\",\n                            \"global_discount_shared_by_vendor\": \"0\",\n                            \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"global_shipping_charge_commission_type\": \"fixed\",\n                            \"global_shipping_charge_commission\": 50,\n                            \"global_fixed_commission\": 10,\n                            \"invoice_country_detail\": {\n                                \"id\": 98,\n                                \"name\": \"India\",\n                                \"code\": \"IN\",\n                                \"dial_code\": \"+91\",\n                                \"currency_name\": \"Indian rupee\",\n                                \"currency_symbol\": \"Rs.\",\n                                \"currency_code\": \"INR\",\n                                \"created_at\": null,\n                                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                \"name_with_symbole\": \"Indian rupee - Rs.\"\n                            },\n                            \"commission_tags\": {\n                                \"company_id\": 212738,\n                                \"override_commission\": true\n                            }\n                        }\n                    },\n                    \"tax\": null,\n                    \"inventory_item\": {\n                        \"id\": 13164408,\n                        \"sku\": \"NEW-DESTINATION\",\n                        \"requires_shipping\": true,\n                        \"cost\": \"10.00\",\n                        \"admin_graphql_api_id\": \"gid://shopify/InventoryItem/50352894542127\",\n                        \"created_at\": \"2023-12-21T11:03:58.000000Z\",\n                        \"updated_at\": \"2023-12-21T11:03:58.000000Z\",\n                        \"shop_id\": 4147,\n                        \"channel_id\": \"50352894542127\",\n                        \"variant_id\": null,\n                        \"channel\": null,\n                        \"country_harmonized_system_codes\": null,\n                        \"harmonized_system_code\": null,\n                        \"deleted_at\": null\n                    },\n                    \"product\": {\n                        \"id\": 8057554,\n                        \"product_type_id\": 145003,\n                        \"image_link\": null,\n                        \"images_link\": null,\n                        \"uploaded_images\": [],\n                        \"product_type_title\": \"Canvas\",\n                        \"variant_inventory_count\": {\n                            \"quantity\": 378,\n                            \"length\": 27\n                        },\n                        \"product_type\": {\n                            \"id\": 145003,\n                            \"channel\": \"shopify\",\n                            \"shop_id\": 4147,\n                            \"title\": \"Canvas\",\n                            \"commission\": null,\n                            \"created_at\": \"2023-11-30T06:49:18.000000Z\",\n                            \"updated_at\": \"2023-11-30T06:49:18.000000Z\",\n                            \"fixed_commission\": 0,\n                            \"override_commission\": false,\n                            \"companyObject\": {\n                                \"id\": 212738,\n                                \"company_name\": \"kapil\",\n                                \"brand_name\": \"violetplants\",\n                                \"company_logo\": null,\n                                \"contact_name\": null,\n                                \"phone_number\": null,\n                                \"email\": \"varshil.shipturtle@gmail.com\",\n                                \"address_line_1\": null,\n                                \"address_line_2\": \"gj 23\",\n                                \"pin_code\": \"380009\",\n                                \"city\": \"Ahmedabad\",\n                                \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                                \"updated_at\": \"2023-12-21T12:23:57.000000Z\",\n                                \"state_id\": null,\n                                \"gstin_number\": \"1234\",\n                                \"invoice_prefix\": \"Invoice\",\n                                \"starting_invoice_number\": \"22\",\n                                \"terms_and_conditions\": null,\n                                \"bank_account_beneficiary_name\": null,\n                                \"bank_account_name\": null,\n                                \"ifsc_code\": null,\n                                \"label_company_name\": null,\n                                \"label_contact_name\": null,\n                                \"label_phone\": null,\n                                \"label_email_address\": null,\n                                \"label_address_line_1\": null,\n                                \"label_address_line_2\": null,\n                                \"label_pin_code\": null,\n                                \"label_city\": null,\n                                \"label_state\": null,\n                                \"signature\": null,\n                                \"currency\": \"INR\",\n                                \"weight\": null,\n                                \"measurement\": null,\n                                \"gst_enabled\": true,\n                                \"override_channel_product_weight_enabled\": true,\n                                \"label_details_same_as_company\": true,\n                                \"multi_vendor_invoicing_enabled\": false,\n                                \"multi_vendor_shipping_enabled\": false,\n                                \"is_master\": \"1\",\n                                \"invoice_number_same_as_order_number\": true,\n                                \"enable_disable_cod_reconciliation\": true,\n                                \"enable_disable_freight_reconciliation\": true,\n                                \"cod_tolerance\": \"5\",\n                                \"freight_tolerance\": \"2\",\n                                \"is_multi_vendor_enabled\": true,\n                                \"invoice_message\": null,\n                                \"inclusive_exclusive\": null,\n                                \"is_tax_on_shipping\": \"no\",\n                                \"tax_on_shipping\": null,\n                                \"primary_color\": \"#222F3D\",\n                                \"secondary_color\": null,\n                                \"display_hsn\": true,\n                                \"website\": \"https://app.shipturtle.com/\",\n                                \"country\": \"IN\",\n                                \"type_of_vendor\": \"marketplace\",\n                                \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                                \"title\": \"violetplants\",\n                                \"parent_id\": 212738,\n                                \"extra_information\": null,\n                                \"invoice_date\": \"invoice_creation_date\",\n                                \"number_of_digits\": \"0\",\n                                \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                                \"created_by\": null,\n                                \"updated_by\": 28344,\n                                \"invoice_contact_name\": \"Hussain\",\n                                \"invoice_address_1\": \"dahod\",\n                                \"invoice_address_2\": \"dahod\",\n                                \"invoice_postal_code\": \"380005\",\n                                \"invoice_city\": \"Ahmedabad\",\n                                \"invoice_phone_number\": \"09173038104\",\n                                \"invoice_tin\": null,\n                                \"timezone\": \"America/Phoenix\",\n                                \"hand_delivered_enabled\": true,\n                                \"other_courier_partner_enabled\": true,\n                                \"billing_address_same_as_company_details\": false,\n                                \"deactivated_at\": null,\n                                \"state_code\": \"GJ\",\n                                \"automatically_sync_vendor_name_from_store\": true,\n                                \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                                \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                                \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                                \"correct_all_errors_in_order\": false,\n                                \"generate_shipping_labels_for_orders\": false,\n                                \"generate_invoices_for_dropship_orders\": false,\n                                \"can_vendor_enable_disable_product\": false,\n                                \"can_vendor_edit_quantity_product\": false,\n                                \"can_vendor_edit_weight_dimension_product\": false,\n                                \"can_vendor_edit_tax_product\": true,\n                                \"set_vendor_level_commission\": false,\n                                \"commission\": \"15\",\n                                \"discount_shared_by_vendor\": \"0\",\n                                \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                \"set_vendor_level_shared_discount\": false,\n                                \"set_vendor_level_commissoin_calculated_on\": false,\n                                \"use_shop_channel_values_to_set_commission\": false,\n                                \"can_vendor_generate_invoice\": true,\n                                \"can_vendor_process_shippings\": true,\n                                \"can_vendor_edit_hsn_tax\": true,\n                                \"can_vendor_add_courier_provider\": true,\n                                \"default_vendor_type\": \"marketplace\",\n                                \"no_of_deciaml_digits\": 2,\n                                \"credits\": 299956,\n                                \"plan_id\": 4,\n                                \"requested_plan_id\": null,\n                                \"override_invoice_permissions\": false,\n                                \"override_product_permissions\": false,\n                                \"override_order_routing_permissions\": false,\n                                \"override_shipping_permissions\": false,\n                                \"slug\": \"violetplants-212738\",\n                                \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                \"shipping_charge_commission_type\": \"fixed\",\n                                \"shipping_charge_commission\": 50,\n                                \"override_commission_calculated_tax_type\": false,\n                                \"override_shipping_charge_commission_type\": false,\n                                \"override_shipping_charge_commission\": 0,\n                                \"auto_email_to_vendor\": true,\n                                \"fixed_commission\": 10,\n                                \"service_charge\": 0,\n                                \"can_vendor_edit_price\": false,\n                                \"can_vendor_delete_product\": false,\n                                \"show_logo_in_awb\": false,\n                                \"hide_pick_address_in_awb\": false,\n                                \"hide_customer_info_in_awb\": true,\n                                \"hide_price_in_awb\": false,\n                                \"hide_customer_information_on_vendor_dashboards\": false,\n                                \"allow_merchant_to_generate_invoice\": false,\n                                \"show_merchant_logo_in_invoice\": true,\n                                \"locale\": \"en\",\n                                \"use_custom_waybill\": true,\n                                \"redirect_url\": \"dashboard\",\n                                \"invoice_state_code\": \"GJ\",\n                                \"invoice_country_code\": \"IN\",\n                                \"stripe_account_id\": null,\n                                \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                                \"enable_app_shipping_profile_on_shopify\": \"0\",\n                                \"policy\": null,\n                                \"css\": null,\n                                \"vendor_profile_color\": \"#f18024\",\n                                \"about_us\": null,\n                                \"facebook_link\": null,\n                                \"twitter_link\": null,\n                                \"instagram_link\": null,\n                                \"auto_fulfill_digital_orders\": true,\n                                \"use_default_warehouse_for_all_orders\": false,\n                                \"invoice_label_header_title\": null,\n                                \"invoice_place_of_supply\": null,\n                                \"invoice_cin_key_title\": null,\n                                \"invoice_cin\": null,\n                                \"give_vendor_access_to_merchant_shipper\": false,\n                                \"auto_generate_order_invoices_to_customers\": true,\n                                \"auto_email_order_invoices_to_customers\": true,\n                                \"treat_manual_payment_mode_as_cod\": false,\n                                \"fulfill_order_after_confirm\": false,\n                                \"add_notes_before_confirming_orders\": false,\n                                \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                                \"note_at_the_top_of_invoice\": null,\n                                \"vendor_shop_id\": null,\n                                \"vendor_category\": null,\n                                \"vendor_location\": null,\n                                \"short_description\": null,\n                                \"display_vendor_category\": true,\n                                \"display_vendor_location\": true,\n                                \"display_vendor_short_description\": true,\n                                \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                                \"sync_settings\": {\n                                    \"update_settings\": {\n                                        \"sku\": true,\n                                        \"tags\": true,\n                                        \"media\": true,\n                                        \"price\": true,\n                                        \"title\": true,\n                                        \"weight\": true,\n                                        \"barcode\": true,\n                                        \"quantity\": true,\n                                        \"description\": true,\n                                        \"product_type\": true,\n                                        \"variant_name\": true,\n                                        \"publish_status\": true,\n                                        \"compare_at_price\": true,\n                                        \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                    },\n                                    \"create_settings\": {\n                                        \"sku\": true,\n                                        \"tags\": true,\n                                        \"media\": true,\n                                        \"price\": true,\n                                        \"title\": true,\n                                        \"weight\": true,\n                                        \"barcode\": true,\n                                        \"quantity\": true,\n                                        \"description\": true,\n                                        \"product_type\": true,\n                                        \"variant_name\": true,\n                                        \"publish_status\": true,\n                                        \"compare_at_price\": true,\n                                        \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                    },\n                                    \"override_product_status_at_create\": true,\n                                    \"product_status\": \"as_per_vendor_product\",\n                                    \"enable_order_sync\": true,\n                                    \"push_only_if_order_paid\": false,\n                                    \"push_unsynced_product_order\": true,\n                                    \"auto_add_variant\": true,\n                                    \"auto_remove_variant\": true,\n                                    \"strictKeyCheck\": false,\n                                    \"on_product_delete\": \"do_nothing\",\n                                    \"on_product_unmapped\": \"do_nothing\",\n                                    \"push_only_if_product_connected\": true\n                                },\n                                \"override_hide_customer_information_permissions\": false,\n                                \"can_vendor_cancel_an_order\": false,\n                                \"hide_shipping_charges\": false,\n                                \"add_insurance_to_shipment\": 0,\n                                \"meta_title\": null,\n                                \"registration_link\": null,\n                                \"auto_approval_of_products_from_vendor\": true,\n                                \"ignore_selling_price_for_commission\": 0,\n                                \"shipping_label_check\": {\n                                    \"email\": false,\n                                    \"phone\": false,\n                                    \"address_line_1\": false,\n                                    \"address_line_2\": false,\n                                    \"address_line_1_minimum\": null,\n                                    \"address_line_1_maximum\": null,\n                                    \"address_line_2_minimum\": null,\n                                    \"address_line_2_maximum\": null\n                                },\n                                \"shipping_label_size\": \"smalllabel\",\n                                \"paypal_email\": null,\n                                \"use_custom_email_driver\": true,\n                                \"ignore_order_splitting\": false,\n                                \"hide_customer_information_on_vendor_dashboard\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false\n                                },\n                                \"hide_customer_information_in_awb\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false,\n                                    \"line_items\": false,\n                                    \"vendor_name\": false,\n                                    \"sku\": false,\n                                    \"weight_dimension\": false\n                                },\n                                \"hide_customer_information_in_invoice\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false\n                                },\n                                \"vendor_profile_settings\": {\n                                    \"seller_products_tab\": true,\n                                    \"seller_policy_tab\": true,\n                                    \"seller_contact_us_tab\": true,\n                                    \"seller_events_tab\": true,\n                                    \"seller_reviews_tab\": false,\n                                    \"seller_about_us_tab\": true\n                                },\n                                \"challan_message_1\": null,\n                                \"challan_message_2\": null,\n                                \"challan_prefix\": \"Invoice\",\n                                \"challan_number_same_as_invoice_number\": true,\n                                \"default_label_size_for_all_vendors\": true,\n                                \"hide_customer_information_in_export\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false\n                                },\n                                \"product_permissions\": null,\n                                \"hide_product_details_in_awb\": false,\n                                \"hide_invoice_details_in_awb\": false,\n                                \"company_note\": \"<p>sdfasdfab</p>\",\n                                \"meta_data\": \"[{\\\"uuid\\\":\\\"e95a7b2d-5210-4e7b-988f-7fbde7acf198\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/601990/dashboard-mockup-for-c2c.xlsx\\\",\\\"size\\\":102609,\\\"name\\\":\\\"Dashboard Mockup for C2C.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"50844059-549d-4bcc-88bf-a023fd46bd29\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/604572/28344-1690206866.xlsx\\\",\\\"size\\\":7389,\\\"name\\\":\\\"28344-1690206866.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3ad73d68-08a3-46b5-9afc-3d1ac5df398f\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655061/lable_cancelled_order_amazon.xlsx\\\",\\\"size\\\":26214,\\\"name\\\":\\\"Lable Cancelled Order Amazon.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                                \"color_theme_field\": \"light.blue\",\n                                \"change_tracking_url\": false,\n                                \"ship_to_address_as_merchants_default_warehouse\": false,\n                                \"can_vendor_hold_an_order\": false,\n                                \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                                \"allow_vendors_to_change_vendor_profile_details\": true,\n                                \"whatsapp_account\": \"use_company_account\",\n                                \"vendor_profile_theme_choosen\": \"theme-1\",\n                                \"whatsapp_credit\": 54,\n                                \"test_whatsapp_number\": \"+918849193468\",\n                                \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                                \"connected_vendor_shops\": [\n                                    \"vendorsynctesting5.myshopify.com\",\n                                    \"testing-for-vendorsync.myshopify.com\",\n                                    \"purpleplants.myshopify.com\",\n                                    \"https://st-wpdemo.com/\",\n                                    \"test-store-webkul-112.myshopify.com\",\n                                    \"https://st-wpdemo.com/\",\n                                    \"purpleplants.myshopify.com/\",\n                                    \"https://st-wpdemo.com/\",\n                                    \"purpleplants.myshopify.com\",\n                                    \"channelteststore5.myshopify.com\",\n                                    \"https://st-wpdemo.com/newtestclient/\",\n                                    \"purpleplants.myshopify.com\",\n                                    \"purpleplants.myshopify.com\"\n                                ],\n                                \"events\": null,\n                                \"commission_automation_set\": {\n                                    \"commission_automation\": true,\n                                    \"commission_automation_rules\": true,\n                                    \"commission_automation_date_range\": true,\n                                    \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                    \"time_buffer_for_commission_automation\": \"4\",\n                                    \"order_status_for_commission_automation\": \"pending\",\n                                    \"invoice_number_for_commission_automation\": 277,\n                                    \"date_Range_days_for_commission_automation\": \"4\"\n                                },\n                                \"auto_confirmation_using_tags_settings\": {\n                                    \"tags_settings_status\": true,\n                                    \"paid\": true,\n                                    \"tags_for_paid\": [],\n                                    \"cod_or_partially_paid\": false,\n                                    \"tags_for_cod_or_partially_paid\": [],\n                                    \"Exceptions_for_paid\": false,\n                                    \"Exceptions_for_paid_tags\": [],\n                                    \"Exceptions_for_cod_or_partially_paid\": false,\n                                    \"Exceptions_for_cod_or_partially_paid_tags\": []\n                                },\n                                \"preferred_location\": null,\n                                \"email_credit\": 4853,\n                                \"global_commission\": \"15\",\n                                \"global_discount_shared_by_vendor\": \"0\",\n                                \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                \"global_shipping_charge_commission_type\": \"fixed\",\n                                \"global_shipping_charge_commission\": 50,\n                                \"global_fixed_commission\": 10,\n                                \"invoice_country_detail\": {\n                                    \"id\": 98,\n                                    \"name\": \"India\",\n                                    \"code\": \"IN\",\n                                    \"dial_code\": \"+91\",\n                                    \"currency_name\": \"Indian rupee\",\n                                    \"currency_symbol\": \"Rs.\",\n                                    \"currency_code\": \"INR\",\n                                    \"created_at\": null,\n                                    \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                    \"name_with_symbole\": \"Indian rupee - Rs.\"\n                                },\n                                \"commission_tags\": {\n                                    \"company_id\": 212738,\n                                    \"override_commission\": true\n                                },\n                                \"parent\": {\n                                    \"id\": 212738,\n                                    \"company_name\": \"kapil\",\n                                    \"brand_name\": \"violetplants\",\n                                    \"company_logo\": null,\n                                    \"contact_name\": null,\n                                    \"phone_number\": null,\n                                    \"email\": \"varshil.shipturtle@gmail.com\",\n                                    \"address_line_1\": null,\n                                    \"address_line_2\": \"gj 23\",\n                                    \"pin_code\": \"380009\",\n                                    \"city\": \"Ahmedabad\",\n                                    \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                                    \"updated_at\": \"2023-12-21T12:23:57.000000Z\",\n                                    \"state_id\": null,\n                                    \"gstin_number\": \"1234\",\n                                    \"invoice_prefix\": \"Invoice\",\n                                    \"starting_invoice_number\": \"22\",\n                                    \"terms_and_conditions\": null,\n                                    \"bank_account_beneficiary_name\": null,\n                                    \"bank_account_name\": null,\n                                    \"ifsc_code\": null,\n                                    \"label_company_name\": null,\n                                    \"label_contact_name\": null,\n                                    \"label_phone\": null,\n                                    \"label_email_address\": null,\n                                    \"label_address_line_1\": null,\n                                    \"label_address_line_2\": null,\n                                    \"label_pin_code\": null,\n                                    \"label_city\": null,\n                                    \"label_state\": null,\n                                    \"signature\": null,\n                                    \"currency\": \"INR\",\n                                    \"weight\": null,\n                                    \"measurement\": null,\n                                    \"gst_enabled\": true,\n                                    \"override_channel_product_weight_enabled\": true,\n                                    \"label_details_same_as_company\": true,\n                                    \"multi_vendor_invoicing_enabled\": false,\n                                    \"multi_vendor_shipping_enabled\": false,\n                                    \"is_master\": \"1\",\n                                    \"invoice_number_same_as_order_number\": true,\n                                    \"enable_disable_cod_reconciliation\": true,\n                                    \"enable_disable_freight_reconciliation\": true,\n                                    \"cod_tolerance\": \"5\",\n                                    \"freight_tolerance\": \"2\",\n                                    \"is_multi_vendor_enabled\": true,\n                                    \"invoice_message\": null,\n                                    \"inclusive_exclusive\": null,\n                                    \"is_tax_on_shipping\": \"no\",\n                                    \"tax_on_shipping\": null,\n                                    \"primary_color\": \"#222F3D\",\n                                    \"secondary_color\": null,\n                                    \"display_hsn\": true,\n                                    \"website\": \"https://app.shipturtle.com/\",\n                                    \"country\": \"IN\",\n                                    \"type_of_vendor\": \"marketplace\",\n                                    \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                                    \"title\": \"violetplants\",\n                                    \"parent_id\": 212738,\n                                    \"extra_information\": null,\n                                    \"invoice_date\": \"invoice_creation_date\",\n                                    \"number_of_digits\": \"0\",\n                                    \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                                    \"created_by\": null,\n                                    \"updated_by\": 28344,\n                                    \"invoice_contact_name\": \"Hussain\",\n                                    \"invoice_address_1\": \"dahod\",\n                                    \"invoice_address_2\": \"dahod\",\n                                    \"invoice_postal_code\": \"380005\",\n                                    \"invoice_city\": \"Ahmedabad\",\n                                    \"invoice_phone_number\": \"09173038104\",\n                                    \"invoice_tin\": null,\n                                    \"timezone\": \"America/Phoenix\",\n                                    \"hand_delivered_enabled\": true,\n                                    \"other_courier_partner_enabled\": true,\n                                    \"billing_address_same_as_company_details\": false,\n                                    \"deactivated_at\": null,\n                                    \"state_code\": \"GJ\",\n                                    \"automatically_sync_vendor_name_from_store\": true,\n                                    \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                                    \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                                    \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                                    \"correct_all_errors_in_order\": false,\n                                    \"generate_shipping_labels_for_orders\": false,\n                                    \"generate_invoices_for_dropship_orders\": false,\n                                    \"can_vendor_enable_disable_product\": false,\n                                    \"can_vendor_edit_quantity_product\": false,\n                                    \"can_vendor_edit_weight_dimension_product\": false,\n                                    \"can_vendor_edit_tax_product\": true,\n                                    \"set_vendor_level_commission\": false,\n                                    \"commission\": \"15\",\n                                    \"discount_shared_by_vendor\": \"0\",\n                                    \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                    \"set_vendor_level_shared_discount\": false,\n                                    \"set_vendor_level_commissoin_calculated_on\": false,\n                                    \"use_shop_channel_values_to_set_commission\": false,\n                                    \"can_vendor_generate_invoice\": true,\n                                    \"can_vendor_process_shippings\": true,\n                                    \"can_vendor_edit_hsn_tax\": true,\n                                    \"can_vendor_add_courier_provider\": true,\n                                    \"default_vendor_type\": \"marketplace\",\n                                    \"no_of_deciaml_digits\": 2,\n                                    \"credits\": 299956,\n                                    \"plan_id\": 4,\n                                    \"requested_plan_id\": null,\n                                    \"override_invoice_permissions\": false,\n                                    \"override_product_permissions\": false,\n                                    \"override_order_routing_permissions\": false,\n                                    \"override_shipping_permissions\": false,\n                                    \"slug\": \"violetplants-212738\",\n                                    \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                    \"shipping_charge_commission_type\": \"fixed\",\n                                    \"shipping_charge_commission\": 50,\n                                    \"override_commission_calculated_tax_type\": false,\n                                    \"override_shipping_charge_commission_type\": false,\n                                    \"override_shipping_charge_commission\": 0,\n                                    \"auto_email_to_vendor\": true,\n                                    \"fixed_commission\": 10,\n                                    \"service_charge\": 0,\n                                    \"can_vendor_edit_price\": false,\n                                    \"can_vendor_delete_product\": false,\n                                    \"show_logo_in_awb\": false,\n                                    \"hide_pick_address_in_awb\": false,\n                                    \"hide_customer_info_in_awb\": true,\n                                    \"hide_price_in_awb\": false,\n                                    \"hide_customer_information_on_vendor_dashboards\": false,\n                                    \"allow_merchant_to_generate_invoice\": false,\n                                    \"show_merchant_logo_in_invoice\": true,\n                                    \"locale\": \"en\",\n                                    \"use_custom_waybill\": true,\n                                    \"redirect_url\": \"dashboard\",\n                                    \"invoice_state_code\": \"GJ\",\n                                    \"invoice_country_code\": \"IN\",\n                                    \"stripe_account_id\": null,\n                                    \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                                    \"enable_app_shipping_profile_on_shopify\": \"0\",\n                                    \"policy\": null,\n                                    \"css\": null,\n                                    \"vendor_profile_color\": \"#f18024\",\n                                    \"about_us\": null,\n                                    \"facebook_link\": null,\n                                    \"twitter_link\": null,\n                                    \"instagram_link\": null,\n                                    \"auto_fulfill_digital_orders\": true,\n                                    \"use_default_warehouse_for_all_orders\": false,\n                                    \"invoice_label_header_title\": null,\n                                    \"invoice_place_of_supply\": null,\n                                    \"invoice_cin_key_title\": null,\n                                    \"invoice_cin\": null,\n                                    \"give_vendor_access_to_merchant_shipper\": false,\n                                    \"auto_generate_order_invoices_to_customers\": true,\n                                    \"auto_email_order_invoices_to_customers\": true,\n                                    \"treat_manual_payment_mode_as_cod\": false,\n                                    \"fulfill_order_after_confirm\": false,\n                                    \"add_notes_before_confirming_orders\": false,\n                                    \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                                    \"note_at_the_top_of_invoice\": null,\n                                    \"vendor_shop_id\": null,\n                                    \"vendor_category\": null,\n                                    \"vendor_location\": null,\n                                    \"short_description\": null,\n                                    \"display_vendor_category\": true,\n                                    \"display_vendor_location\": true,\n                                    \"display_vendor_short_description\": true,\n                                    \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                                    \"sync_settings\": {\n                                        \"update_settings\": {\n                                            \"sku\": true,\n                                            \"tags\": true,\n                                            \"media\": true,\n                                            \"price\": true,\n                                            \"title\": true,\n                                            \"weight\": true,\n                                            \"barcode\": true,\n                                            \"quantity\": true,\n                                            \"description\": true,\n                                            \"product_type\": true,\n                                            \"variant_name\": true,\n                                            \"publish_status\": true,\n                                            \"compare_at_price\": true,\n                                            \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                        },\n                                        \"create_settings\": {\n                                            \"sku\": true,\n                                            \"tags\": true,\n                                            \"media\": true,\n                                            \"price\": true,\n                                            \"title\": true,\n                                            \"weight\": true,\n                                            \"barcode\": true,\n                                            \"quantity\": true,\n                                            \"description\": true,\n                                            \"product_type\": true,\n                                            \"variant_name\": true,\n                                            \"publish_status\": true,\n                                            \"compare_at_price\": true,\n                                            \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                        },\n                                        \"override_product_status_at_create\": true,\n                                        \"product_status\": \"as_per_vendor_product\",\n                                        \"enable_order_sync\": true,\n                                        \"push_only_if_order_paid\": false,\n                                        \"push_unsynced_product_order\": true,\n                                        \"auto_add_variant\": true,\n                                        \"auto_remove_variant\": true,\n                                        \"strictKeyCheck\": false,\n                                        \"on_product_delete\": \"do_nothing\",\n                                        \"on_product_unmapped\": \"do_nothing\",\n                                        \"push_only_if_product_connected\": true\n                                    },\n                                    \"override_hide_customer_information_permissions\": false,\n                                    \"can_vendor_cancel_an_order\": false,\n                                    \"hide_shipping_charges\": false,\n                                    \"add_insurance_to_shipment\": 0,\n                                    \"meta_title\": null,\n                                    \"registration_link\": null,\n                                    \"auto_approval_of_products_from_vendor\": true,\n                                    \"ignore_selling_price_for_commission\": 0,\n                                    \"shipping_label_check\": {\n                                        \"email\": false,\n                                        \"phone\": false,\n                                        \"address_line_1\": false,\n                                        \"address_line_2\": false,\n                                        \"address_line_1_minimum\": null,\n                                        \"address_line_1_maximum\": null,\n                                        \"address_line_2_minimum\": null,\n                                        \"address_line_2_maximum\": null\n                                    },\n                                    \"shipping_label_size\": \"smalllabel\",\n                                    \"paypal_email\": null,\n                                    \"use_custom_email_driver\": true,\n                                    \"ignore_order_splitting\": false,\n                                    \"hide_customer_information_on_vendor_dashboard\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false\n                                    },\n                                    \"hide_customer_information_in_awb\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false,\n                                        \"line_items\": false,\n                                        \"vendor_name\": false,\n                                        \"sku\": false,\n                                        \"weight_dimension\": false\n                                    },\n                                    \"hide_customer_information_in_invoice\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false\n                                    },\n                                    \"vendor_profile_settings\": {\n                                        \"seller_products_tab\": true,\n                                        \"seller_policy_tab\": true,\n                                        \"seller_contact_us_tab\": true,\n                                        \"seller_events_tab\": true,\n                                        \"seller_reviews_tab\": false,\n                                        \"seller_about_us_tab\": true\n                                    },\n                                    \"challan_message_1\": null,\n                                    \"challan_message_2\": null,\n                                    \"challan_prefix\": \"Invoice\",\n                                    \"challan_number_same_as_invoice_number\": true,\n                                    \"default_label_size_for_all_vendors\": true,\n                                    \"hide_customer_information_in_export\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false\n                                    },\n                                    \"product_permissions\": null,\n                                    \"hide_product_details_in_awb\": false,\n                                    \"hide_invoice_details_in_awb\": false,\n                                    \"company_note\": \"<p>sdfasdfab</p>\",\n                                    \"meta_data\": \"[{\\\"uuid\\\":\\\"e95a7b2d-5210-4e7b-988f-7fbde7acf198\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/601990/dashboard-mockup-for-c2c.xlsx\\\",\\\"size\\\":102609,\\\"name\\\":\\\"Dashboard Mockup for C2C.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"50844059-549d-4bcc-88bf-a023fd46bd29\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/604572/28344-1690206866.xlsx\\\",\\\"size\\\":7389,\\\"name\\\":\\\"28344-1690206866.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3ad73d68-08a3-46b5-9afc-3d1ac5df398f\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655061/lable_cancelled_order_amazon.xlsx\\\",\\\"size\\\":26214,\\\"name\\\":\\\"Lable Cancelled Order Amazon.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                                    \"color_theme_field\": \"light.blue\",\n                                    \"change_tracking_url\": false,\n                                    \"ship_to_address_as_merchants_default_warehouse\": false,\n                                    \"can_vendor_hold_an_order\": false,\n                                    \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                                    \"allow_vendors_to_change_vendor_profile_details\": true,\n                                    \"whatsapp_account\": \"use_company_account\",\n                                    \"vendor_profile_theme_choosen\": \"theme-1\",\n                                    \"whatsapp_credit\": 54,\n                                    \"test_whatsapp_number\": \"+918849193468\",\n                                    \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                                    \"connected_vendor_shops\": [\n                                        \"vendorsynctesting5.myshopify.com\",\n                                        \"testing-for-vendorsync.myshopify.com\",\n                                        \"purpleplants.myshopify.com\",\n                                        \"https://st-wpdemo.com/\",\n                                        \"test-store-webkul-112.myshopify.com\",\n                                        \"https://st-wpdemo.com/\",\n                                        \"purpleplants.myshopify.com/\",\n                                        \"https://st-wpdemo.com/\",\n                                        \"purpleplants.myshopify.com\",\n                                        \"channelteststore5.myshopify.com\",\n                                        \"https://st-wpdemo.com/newtestclient/\",\n                                        \"purpleplants.myshopify.com\",\n                                        \"purpleplants.myshopify.com\"\n                                    ],\n                                    \"events\": null,\n                                    \"commission_automation_set\": {\n                                        \"commission_automation\": true,\n                                        \"commission_automation_rules\": true,\n                                        \"commission_automation_date_range\": true,\n                                        \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                        \"time_buffer_for_commission_automation\": \"4\",\n                                        \"order_status_for_commission_automation\": \"pending\",\n                                        \"invoice_number_for_commission_automation\": 277,\n                                        \"date_Range_days_for_commission_automation\": \"4\"\n                                    },\n                                    \"auto_confirmation_using_tags_settings\": {\n                                        \"tags_settings_status\": true,\n                                        \"paid\": true,\n                                        \"tags_for_paid\": [],\n                                        \"cod_or_partially_paid\": false,\n                                        \"tags_for_cod_or_partially_paid\": [],\n                                        \"Exceptions_for_paid\": false,\n                                        \"Exceptions_for_paid_tags\": [],\n                                        \"Exceptions_for_cod_or_partially_paid\": false,\n                                        \"Exceptions_for_cod_or_partially_paid_tags\": []\n                                    },\n                                    \"preferred_location\": null,\n                                    \"email_credit\": 4853,\n                                    \"global_commission\": \"15\",\n                                    \"global_discount_shared_by_vendor\": \"0\",\n                                    \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                    \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                    \"global_shipping_charge_commission_type\": \"fixed\",\n                                    \"global_shipping_charge_commission\": 50,\n                                    \"global_fixed_commission\": 10,\n                                    \"invoice_country_detail\": {\n                                        \"id\": 98,\n                                        \"name\": \"India\",\n                                        \"code\": \"IN\",\n                                        \"dial_code\": \"+91\",\n                                        \"currency_name\": \"Indian rupee\",\n                                        \"currency_symbol\": \"Rs.\",\n                                        \"currency_code\": \"INR\",\n                                        \"created_at\": null,\n                                        \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                        \"name_with_symbole\": \"Indian rupee - Rs.\"\n                                    },\n                                    \"commission_tags\": {\n                                        \"company_id\": 212738,\n                                        \"override_commission\": true\n                                    }\n                                }\n                            },\n                            \"overridden_commission_level\": \"global\",\n                            \"overridden_commission\": \"15\",\n                            \"overridden_fixed_commission\": 10,\n                            \"global_commission_level\": \"global\",\n                            \"global_commission\": \"15\",\n                            \"global_fixed_commission\": 10\n                        },\n                        \"media\": []\n                    },\n                    \"alien_variant\": null\n                },\n                {\n                    \"id\": 22397086,\n                    \"commission\": null,\n                    \"fixed_commission\": 0,\n                    \"company_id\": 212738,\n                    \"product_id\": 8057554,\n                    \"image\": null,\n                    \"channel_variant_id\": \"22530920\",\n                    \"compare_at_price\": \"0.00\",\n                    \"deleted_at\": null,\n                    \"deactivated_at\": true,\n                    \"grams\": \"0\",\n                    \"height\": null,\n                    \"image_id\": null,\n                    \"inventory_item_id\": \"50352894574895\",\n                    \"inventory_management\": \"shopify\",\n                    \"inventory_policy\": \"deny\",\n                    \"inventory_quantity\": \"6\",\n                    \"length\": null,\n                    \"old_inventory_quantity\": null,\n                    \"option1\": \"GREEN\",\n                    \"option2\": \"M\",\n                    \"option3\": \"Title1\",\n                    \"price\": \"2010.00\",\n                    \"provider\": null,\n                    \"requires_shipping\": null,\n                    \"shop_id\": 4147,\n                    \"sku\": \"NEW-DESTINATION\",\n                    \"tax_id\": null,\n                    \"title\": \"GREEN / M / Title1\",\n                    \"updated_at\": \"2023-12-21T11:03:56.000000Z\",\n                    \"weight\": \"0\",\n                    \"weight_unit\": \"kg\",\n                    \"width\": null,\n                    \"parent_id\": 212738,\n                    \"override_commission\": false,\n                    \"vendor_shop_variant_id\": null,\n                    \"barcode\": \"\",\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/48308473168175\",\n                    \"overridden_commission_level\": \"global\",\n                    \"overridden_commission\": \"15\",\n                    \"overridden_fixed_commission\": 10,\n                    \"file_history\": null,\n                    \"company\": {\n                        \"id\": 212738,\n                        \"title\": \"violetplants\",\n                        \"parent_id\": 212738,\n                        \"commission\": \"15\",\n                        \"fixed_commission\": 10,\n                        \"set_vendor_level_commission\": false,\n                        \"global_commission\": \"15\",\n                        \"global_discount_shared_by_vendor\": \"0\",\n                        \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                        \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                        \"global_shipping_charge_commission_type\": \"fixed\",\n                        \"global_shipping_charge_commission\": 50,\n                        \"global_fixed_commission\": 10,\n                        \"invoice_country_detail\": null,\n                        \"commission_tags\": {\n                            \"company_id\": 212738,\n                            \"override_commission\": true\n                        },\n                        \"parent\": {\n                            \"id\": 212738,\n                            \"company_name\": \"kapil\",\n                            \"brand_name\": \"violetplants\",\n                            \"company_logo\": null,\n                            \"contact_name\": null,\n                            \"phone_number\": null,\n                            \"email\": \"varshil.shipturtle@gmail.com\",\n                            \"address_line_1\": null,\n                            \"address_line_2\": \"gj 23\",\n                            \"pin_code\": \"380009\",\n                            \"city\": \"Ahmedabad\",\n                            \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                            \"updated_at\": \"2023-12-21T12:23:57.000000Z\",\n                            \"state_id\": null,\n                            \"gstin_number\": \"1234\",\n                            \"invoice_prefix\": \"Invoice\",\n                            \"starting_invoice_number\": \"22\",\n                            \"terms_and_conditions\": null,\n                            \"bank_account_beneficiary_name\": null,\n                            \"bank_account_name\": null,\n                            \"ifsc_code\": null,\n                            \"label_company_name\": null,\n                            \"label_contact_name\": null,\n                            \"label_phone\": null,\n                            \"label_email_address\": null,\n                            \"label_address_line_1\": null,\n                            \"label_address_line_2\": null,\n                            \"label_pin_code\": null,\n                            \"label_city\": null,\n                            \"label_state\": null,\n                            \"signature\": null,\n                            \"currency\": \"INR\",\n                            \"weight\": null,\n                            \"measurement\": null,\n                            \"gst_enabled\": true,\n                            \"override_channel_product_weight_enabled\": true,\n                            \"label_details_same_as_company\": true,\n                            \"multi_vendor_invoicing_enabled\": false,\n                            \"multi_vendor_shipping_enabled\": false,\n                            \"is_master\": \"1\",\n                            \"invoice_number_same_as_order_number\": true,\n                            \"enable_disable_cod_reconciliation\": true,\n                            \"enable_disable_freight_reconciliation\": true,\n                            \"cod_tolerance\": \"5\",\n                            \"freight_tolerance\": \"2\",\n                            \"is_multi_vendor_enabled\": true,\n                            \"invoice_message\": null,\n                            \"inclusive_exclusive\": null,\n                            \"is_tax_on_shipping\": \"no\",\n                            \"tax_on_shipping\": null,\n                            \"primary_color\": \"#222F3D\",\n                            \"secondary_color\": null,\n                            \"display_hsn\": true,\n                            \"website\": \"https://app.shipturtle.com/\",\n                            \"country\": \"IN\",\n                            \"type_of_vendor\": \"marketplace\",\n                            \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                            \"title\": \"violetplants\",\n                            \"parent_id\": 212738,\n                            \"extra_information\": null,\n                            \"invoice_date\": \"invoice_creation_date\",\n                            \"number_of_digits\": \"0\",\n                            \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                            \"created_by\": null,\n                            \"updated_by\": 28344,\n                            \"invoice_contact_name\": \"Hussain\",\n                            \"invoice_address_1\": \"dahod\",\n                            \"invoice_address_2\": \"dahod\",\n                            \"invoice_postal_code\": \"380005\",\n                            \"invoice_city\": \"Ahmedabad\",\n                            \"invoice_phone_number\": \"09173038104\",\n                            \"invoice_tin\": null,\n                            \"timezone\": \"America/Phoenix\",\n                            \"hand_delivered_enabled\": true,\n                            \"other_courier_partner_enabled\": true,\n                            \"billing_address_same_as_company_details\": false,\n                            \"deactivated_at\": null,\n                            \"state_code\": \"GJ\",\n                            \"automatically_sync_vendor_name_from_store\": true,\n                            \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                            \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                            \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                            \"correct_all_errors_in_order\": false,\n                            \"generate_shipping_labels_for_orders\": false,\n                            \"generate_invoices_for_dropship_orders\": false,\n                            \"can_vendor_enable_disable_product\": false,\n                            \"can_vendor_edit_quantity_product\": false,\n                            \"can_vendor_edit_weight_dimension_product\": false,\n                            \"can_vendor_edit_tax_product\": true,\n                            \"set_vendor_level_commission\": false,\n                            \"commission\": \"15\",\n                            \"discount_shared_by_vendor\": \"0\",\n                            \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"set_vendor_level_shared_discount\": false,\n                            \"set_vendor_level_commissoin_calculated_on\": false,\n                            \"use_shop_channel_values_to_set_commission\": false,\n                            \"can_vendor_generate_invoice\": true,\n                            \"can_vendor_process_shippings\": true,\n                            \"can_vendor_edit_hsn_tax\": true,\n                            \"can_vendor_add_courier_provider\": true,\n                            \"default_vendor_type\": \"marketplace\",\n                            \"no_of_deciaml_digits\": 2,\n                            \"credits\": 299956,\n                            \"plan_id\": 4,\n                            \"requested_plan_id\": null,\n                            \"override_invoice_permissions\": false,\n                            \"override_product_permissions\": false,\n                            \"override_order_routing_permissions\": false,\n                            \"override_shipping_permissions\": false,\n                            \"slug\": \"violetplants-212738\",\n                            \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"shipping_charge_commission_type\": \"fixed\",\n                            \"shipping_charge_commission\": 50,\n                            \"override_commission_calculated_tax_type\": false,\n                            \"override_shipping_charge_commission_type\": false,\n                            \"override_shipping_charge_commission\": 0,\n                            \"auto_email_to_vendor\": true,\n                            \"fixed_commission\": 10,\n                            \"service_charge\": 0,\n                            \"can_vendor_edit_price\": false,\n                            \"can_vendor_delete_product\": false,\n                            \"show_logo_in_awb\": false,\n                            \"hide_pick_address_in_awb\": false,\n                            \"hide_customer_info_in_awb\": true,\n                            \"hide_price_in_awb\": false,\n                            \"hide_customer_information_on_vendor_dashboards\": false,\n                            \"allow_merchant_to_generate_invoice\": false,\n                            \"show_merchant_logo_in_invoice\": true,\n                            \"locale\": \"en\",\n                            \"use_custom_waybill\": true,\n                            \"redirect_url\": \"dashboard\",\n                            \"invoice_state_code\": \"GJ\",\n                            \"invoice_country_code\": \"IN\",\n                            \"stripe_account_id\": null,\n                            \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                            \"enable_app_shipping_profile_on_shopify\": \"0\",\n                            \"policy\": null,\n                            \"css\": null,\n                            \"vendor_profile_color\": \"#f18024\",\n                            \"about_us\": null,\n                            \"facebook_link\": null,\n                            \"twitter_link\": null,\n                            \"instagram_link\": null,\n                            \"auto_fulfill_digital_orders\": true,\n                            \"use_default_warehouse_for_all_orders\": false,\n                            \"invoice_label_header_title\": null,\n                            \"invoice_place_of_supply\": null,\n                            \"invoice_cin_key_title\": null,\n                            \"invoice_cin\": null,\n                            \"give_vendor_access_to_merchant_shipper\": false,\n                            \"auto_generate_order_invoices_to_customers\": true,\n                            \"auto_email_order_invoices_to_customers\": true,\n                            \"treat_manual_payment_mode_as_cod\": false,\n                            \"fulfill_order_after_confirm\": false,\n                            \"add_notes_before_confirming_orders\": false,\n                            \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                            \"note_at_the_top_of_invoice\": null,\n                            \"vendor_shop_id\": null,\n                            \"vendor_category\": null,\n                            \"vendor_location\": null,\n                            \"short_description\": null,\n                            \"display_vendor_category\": true,\n                            \"display_vendor_location\": true,\n                            \"display_vendor_short_description\": true,\n                            \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                            \"sync_settings\": {\n                                \"update_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": true,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"create_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": true,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"override_product_status_at_create\": true,\n                                \"product_status\": \"as_per_vendor_product\",\n                                \"enable_order_sync\": true,\n                                \"push_only_if_order_paid\": false,\n                                \"push_unsynced_product_order\": true,\n                                \"auto_add_variant\": true,\n                                \"auto_remove_variant\": true,\n                                \"strictKeyCheck\": false,\n                                \"on_product_delete\": \"do_nothing\",\n                                \"on_product_unmapped\": \"do_nothing\",\n                                \"push_only_if_product_connected\": true\n                            },\n                            \"override_hide_customer_information_permissions\": false,\n                            \"can_vendor_cancel_an_order\": false,\n                            \"hide_shipping_charges\": false,\n                            \"add_insurance_to_shipment\": 0,\n                            \"meta_title\": null,\n                            \"registration_link\": null,\n                            \"auto_approval_of_products_from_vendor\": true,\n                            \"ignore_selling_price_for_commission\": 0,\n                            \"shipping_label_check\": {\n                                \"email\": false,\n                                \"phone\": false,\n                                \"address_line_1\": false,\n                                \"address_line_2\": false,\n                                \"address_line_1_minimum\": null,\n                                \"address_line_1_maximum\": null,\n                                \"address_line_2_minimum\": null,\n                                \"address_line_2_maximum\": null\n                            },\n                            \"shipping_label_size\": \"smalllabel\",\n                            \"paypal_email\": null,\n                            \"use_custom_email_driver\": true,\n                            \"ignore_order_splitting\": false,\n                            \"hide_customer_information_on_vendor_dashboard\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"hide_customer_information_in_awb\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false,\n                                \"line_items\": false,\n                                \"vendor_name\": false,\n                                \"sku\": false,\n                                \"weight_dimension\": false\n                            },\n                            \"hide_customer_information_in_invoice\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"vendor_profile_settings\": {\n                                \"seller_products_tab\": true,\n                                \"seller_policy_tab\": true,\n                                \"seller_contact_us_tab\": true,\n                                \"seller_events_tab\": true,\n                                \"seller_reviews_tab\": false,\n                                \"seller_about_us_tab\": true\n                            },\n                            \"challan_message_1\": null,\n                            \"challan_message_2\": null,\n                            \"challan_prefix\": \"Invoice\",\n                            \"challan_number_same_as_invoice_number\": true,\n                            \"default_label_size_for_all_vendors\": true,\n                            \"hide_customer_information_in_export\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"product_permissions\": null,\n                            \"hide_product_details_in_awb\": false,\n                            \"hide_invoice_details_in_awb\": false,\n                            \"company_note\": \"<p>sdfasdfab</p>\",\n                            \"meta_data\": \"[{\\\"uuid\\\":\\\"e95a7b2d-5210-4e7b-988f-7fbde7acf198\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/601990/dashboard-mockup-for-c2c.xlsx\\\",\\\"size\\\":102609,\\\"name\\\":\\\"Dashboard Mockup for C2C.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"50844059-549d-4bcc-88bf-a023fd46bd29\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/604572/28344-1690206866.xlsx\\\",\\\"size\\\":7389,\\\"name\\\":\\\"28344-1690206866.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3ad73d68-08a3-46b5-9afc-3d1ac5df398f\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655061/lable_cancelled_order_amazon.xlsx\\\",\\\"size\\\":26214,\\\"name\\\":\\\"Lable Cancelled Order Amazon.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                            \"color_theme_field\": \"light.blue\",\n                            \"change_tracking_url\": false,\n                            \"ship_to_address_as_merchants_default_warehouse\": false,\n                            \"can_vendor_hold_an_order\": false,\n                            \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                            \"allow_vendors_to_change_vendor_profile_details\": true,\n                            \"whatsapp_account\": \"use_company_account\",\n                            \"vendor_profile_theme_choosen\": \"theme-1\",\n                            \"whatsapp_credit\": 54,\n                            \"test_whatsapp_number\": \"+918849193468\",\n                            \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                            \"connected_vendor_shops\": [\n                                \"vendorsynctesting5.myshopify.com\",\n                                \"testing-for-vendorsync.myshopify.com\",\n                                \"purpleplants.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"test-store-webkul-112.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com/\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com\",\n                                \"channelteststore5.myshopify.com\",\n                                \"https://st-wpdemo.com/newtestclient/\",\n                                \"purpleplants.myshopify.com\",\n                                \"purpleplants.myshopify.com\"\n                            ],\n                            \"events\": null,\n                            \"commission_automation_set\": {\n                                \"commission_automation\": true,\n                                \"commission_automation_rules\": true,\n                                \"commission_automation_date_range\": true,\n                                \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                \"time_buffer_for_commission_automation\": \"4\",\n                                \"order_status_for_commission_automation\": \"pending\",\n                                \"invoice_number_for_commission_automation\": 277,\n                                \"date_Range_days_for_commission_automation\": \"4\"\n                            },\n                            \"auto_confirmation_using_tags_settings\": {\n                                \"tags_settings_status\": true,\n                                \"paid\": true,\n                                \"tags_for_paid\": [],\n                                \"cod_or_partially_paid\": false,\n                                \"tags_for_cod_or_partially_paid\": [],\n                                \"Exceptions_for_paid\": false,\n                                \"Exceptions_for_paid_tags\": [],\n                                \"Exceptions_for_cod_or_partially_paid\": false,\n                                \"Exceptions_for_cod_or_partially_paid_tags\": []\n                            },\n                            \"preferred_location\": null,\n                            \"email_credit\": 4853,\n                            \"global_commission\": \"15\",\n                            \"global_discount_shared_by_vendor\": \"0\",\n                            \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"global_shipping_charge_commission_type\": \"fixed\",\n                            \"global_shipping_charge_commission\": 50,\n                            \"global_fixed_commission\": 10,\n                            \"invoice_country_detail\": {\n                                \"id\": 98,\n                                \"name\": \"India\",\n                                \"code\": \"IN\",\n                                \"dial_code\": \"+91\",\n                                \"currency_name\": \"Indian rupee\",\n                                \"currency_symbol\": \"Rs.\",\n                                \"currency_code\": \"INR\",\n                                \"created_at\": null,\n                                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                \"name_with_symbole\": \"Indian rupee - Rs.\"\n                            },\n                            \"commission_tags\": {\n                                \"company_id\": 212738,\n                                \"override_commission\": true\n                            }\n                        }\n                    },\n                    \"tax\": null,\n                    \"inventory_item\": {\n                        \"id\": 13164387,\n                        \"sku\": \"NEW-DESTINATION\",\n                        \"requires_shipping\": true,\n                        \"cost\": \"10.00\",\n                        \"admin_graphql_api_id\": \"gid://shopify/InventoryItem/50352894574895\",\n                        \"created_at\": \"2023-12-21T11:03:55.000000Z\",\n                        \"updated_at\": \"2023-12-21T11:03:55.000000Z\",\n                        \"shop_id\": 4147,\n                        \"channel_id\": \"50352894574895\",\n                        \"variant_id\": null,\n                        \"channel\": null,\n                        \"country_harmonized_system_codes\": null,\n                        \"harmonized_system_code\": null,\n                        \"deleted_at\": null\n                    },\n                    \"product\": {\n                        \"id\": 8057554,\n                        \"product_type_id\": 145003,\n                        \"image_link\": null,\n                        \"images_link\": null,\n                        \"uploaded_images\": [],\n                        \"product_type_title\": \"Canvas\",\n                        \"variant_inventory_count\": {\n                            \"quantity\": 378,\n                            \"length\": 27\n                        },\n                        \"product_type\": {\n                            \"id\": 145003,\n                            \"channel\": \"shopify\",\n                            \"shop_id\": 4147,\n                            \"title\": \"Canvas\",\n                            \"commission\": null,\n                            \"created_at\": \"2023-11-30T06:49:18.000000Z\",\n                            \"updated_at\": \"2023-11-30T06:49:18.000000Z\",\n                            \"fixed_commission\": 0,\n                            \"override_commission\": false,\n                            \"companyObject\": {\n                                \"id\": 212738,\n                                \"company_name\": \"kapil\",\n                                \"brand_name\": \"violetplants\",\n                                \"company_logo\": null,\n                                \"contact_name\": null,\n                                \"phone_number\": null,\n                                \"email\": \"varshil.shipturtle@gmail.com\",\n                                \"address_line_1\": null,\n                                \"address_line_2\": \"gj 23\",\n                                \"pin_code\": \"380009\",\n                                \"city\": \"Ahmedabad\",\n                                \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                                \"updated_at\": \"2023-12-21T12:23:57.000000Z\",\n                                \"state_id\": null,\n                                \"gstin_number\": \"1234\",\n                                \"invoice_prefix\": \"Invoice\",\n                                \"starting_invoice_number\": \"22\",\n                                \"terms_and_conditions\": null,\n                                \"bank_account_beneficiary_name\": null,\n                                \"bank_account_name\": null,\n                                \"ifsc_code\": null,\n                                \"label_company_name\": null,\n                                \"label_contact_name\": null,\n                                \"label_phone\": null,\n                                \"label_email_address\": null,\n                                \"label_address_line_1\": null,\n                                \"label_address_line_2\": null,\n                                \"label_pin_code\": null,\n                                \"label_city\": null,\n                                \"label_state\": null,\n                                \"signature\": null,\n                                \"currency\": \"INR\",\n                                \"weight\": null,\n                                \"measurement\": null,\n                                \"gst_enabled\": true,\n                                \"override_channel_product_weight_enabled\": true,\n                                \"label_details_same_as_company\": true,\n                                \"multi_vendor_invoicing_enabled\": false,\n                                \"multi_vendor_shipping_enabled\": false,\n                                \"is_master\": \"1\",\n                                \"invoice_number_same_as_order_number\": true,\n                                \"enable_disable_cod_reconciliation\": true,\n                                \"enable_disable_freight_reconciliation\": true,\n                                \"cod_tolerance\": \"5\",\n                                \"freight_tolerance\": \"2\",\n                                \"is_multi_vendor_enabled\": true,\n                                \"invoice_message\": null,\n                                \"inclusive_exclusive\": null,\n                                \"is_tax_on_shipping\": \"no\",\n                                \"tax_on_shipping\": null,\n                                \"primary_color\": \"#222F3D\",\n                                \"secondary_color\": null,\n                                \"display_hsn\": true,\n                                \"website\": \"https://app.shipturtle.com/\",\n                                \"country\": \"IN\",\n                                \"type_of_vendor\": \"marketplace\",\n                                \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                                \"title\": \"violetplants\",\n                                \"parent_id\": 212738,\n                                \"extra_information\": null,\n                                \"invoice_date\": \"invoice_creation_date\",\n                                \"number_of_digits\": \"0\",\n                                \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                                \"created_by\": null,\n                                \"updated_by\": 28344,\n                                \"invoice_contact_name\": \"Hussain\",\n                                \"invoice_address_1\": \"dahod\",\n                                \"invoice_address_2\": \"dahod\",\n                                \"invoice_postal_code\": \"380005\",\n                                \"invoice_city\": \"Ahmedabad\",\n                                \"invoice_phone_number\": \"09173038104\",\n                                \"invoice_tin\": null,\n                                \"timezone\": \"America/Phoenix\",\n                                \"hand_delivered_enabled\": true,\n                                \"other_courier_partner_enabled\": true,\n                                \"billing_address_same_as_company_details\": false,\n                                \"deactivated_at\": null,\n                                \"state_code\": \"GJ\",\n                                \"automatically_sync_vendor_name_from_store\": true,\n                                \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                                \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                                \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                                \"correct_all_errors_in_order\": false,\n                                \"generate_shipping_labels_for_orders\": false,\n                                \"generate_invoices_for_dropship_orders\": false,\n                                \"can_vendor_enable_disable_product\": false,\n                                \"can_vendor_edit_quantity_product\": false,\n                                \"can_vendor_edit_weight_dimension_product\": false,\n                                \"can_vendor_edit_tax_product\": true,\n                                \"set_vendor_level_commission\": false,\n                                \"commission\": \"15\",\n                                \"discount_shared_by_vendor\": \"0\",\n                                \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                \"set_vendor_level_shared_discount\": false,\n                                \"set_vendor_level_commissoin_calculated_on\": false,\n                                \"use_shop_channel_values_to_set_commission\": false,\n                                \"can_vendor_generate_invoice\": true,\n                                \"can_vendor_process_shippings\": true,\n                                \"can_vendor_edit_hsn_tax\": true,\n                                \"can_vendor_add_courier_provider\": true,\n                                \"default_vendor_type\": \"marketplace\",\n                                \"no_of_deciaml_digits\": 2,\n                                \"credits\": 299956,\n                                \"plan_id\": 4,\n                                \"requested_plan_id\": null,\n                                \"override_invoice_permissions\": false,\n                                \"override_product_permissions\": false,\n                                \"override_order_routing_permissions\": false,\n                                \"override_shipping_permissions\": false,\n                                \"slug\": \"violetplants-212738\",\n                                \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                \"shipping_charge_commission_type\": \"fixed\",\n                                \"shipping_charge_commission\": 50,\n                                \"override_commission_calculated_tax_type\": false,\n                                \"override_shipping_charge_commission_type\": false,\n                                \"override_shipping_charge_commission\": 0,\n                                \"auto_email_to_vendor\": true,\n                                \"fixed_commission\": 10,\n                                \"service_charge\": 0,\n                                \"can_vendor_edit_price\": false,\n                                \"can_vendor_delete_product\": false,\n                                \"show_logo_in_awb\": false,\n                                \"hide_pick_address_in_awb\": false,\n                                \"hide_customer_info_in_awb\": true,\n                                \"hide_price_in_awb\": false,\n                                \"hide_customer_information_on_vendor_dashboards\": false,\n                                \"allow_merchant_to_generate_invoice\": false,\n                                \"show_merchant_logo_in_invoice\": true,\n                                \"locale\": \"en\",\n                                \"use_custom_waybill\": true,\n                                \"redirect_url\": \"dashboard\",\n                                \"invoice_state_code\": \"GJ\",\n                                \"invoice_country_code\": \"IN\",\n                                \"stripe_account_id\": null,\n                                \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                                \"enable_app_shipping_profile_on_shopify\": \"0\",\n                                \"policy\": null,\n                                \"css\": null,\n                                \"vendor_profile_color\": \"#f18024\",\n                                \"about_us\": null,\n                                \"facebook_link\": null,\n                                \"twitter_link\": null,\n                                \"instagram_link\": null,\n                                \"auto_fulfill_digital_orders\": true,\n                                \"use_default_warehouse_for_all_orders\": false,\n                                \"invoice_label_header_title\": null,\n                                \"invoice_place_of_supply\": null,\n                                \"invoice_cin_key_title\": null,\n                                \"invoice_cin\": null,\n                                \"give_vendor_access_to_merchant_shipper\": false,\n                                \"auto_generate_order_invoices_to_customers\": true,\n                                \"auto_email_order_invoices_to_customers\": true,\n                                \"treat_manual_payment_mode_as_cod\": false,\n                                \"fulfill_order_after_confirm\": false,\n                                \"add_notes_before_confirming_orders\": false,\n                                \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                                \"note_at_the_top_of_invoice\": null,\n                                \"vendor_shop_id\": null,\n                                \"vendor_category\": null,\n                                \"vendor_location\": null,\n                                \"short_description\": null,\n                                \"display_vendor_category\": true,\n                                \"display_vendor_location\": true,\n                                \"display_vendor_short_description\": true,\n                                \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                                \"sync_settings\": {\n                                    \"update_settings\": {\n                                        \"sku\": true,\n                                        \"tags\": true,\n                                        \"media\": true,\n                                        \"price\": true,\n                                        \"title\": true,\n                                        \"weight\": true,\n                                        \"barcode\": true,\n                                        \"quantity\": true,\n                                        \"description\": true,\n                                        \"product_type\": true,\n                                        \"variant_name\": true,\n                                        \"publish_status\": true,\n                                        \"compare_at_price\": true,\n                                        \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                    },\n                                    \"create_settings\": {\n                                        \"sku\": true,\n                                        \"tags\": true,\n                                        \"media\": true,\n                                        \"price\": true,\n                                        \"title\": true,\n                                        \"weight\": true,\n                                        \"barcode\": true,\n                                        \"quantity\": true,\n                                        \"description\": true,\n                                        \"product_type\": true,\n                                        \"variant_name\": true,\n                                        \"publish_status\": true,\n                                        \"compare_at_price\": true,\n                                        \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                    },\n                                    \"override_product_status_at_create\": true,\n                                    \"product_status\": \"as_per_vendor_product\",\n                                    \"enable_order_sync\": true,\n                                    \"push_only_if_order_paid\": false,\n                                    \"push_unsynced_product_order\": true,\n                                    \"auto_add_variant\": true,\n                                    \"auto_remove_variant\": true,\n                                    \"strictKeyCheck\": false,\n                                    \"on_product_delete\": \"do_nothing\",\n                                    \"on_product_unmapped\": \"do_nothing\",\n                                    \"push_only_if_product_connected\": true\n                                },\n                                \"override_hide_customer_information_permissions\": false,\n                                \"can_vendor_cancel_an_order\": false,\n                                \"hide_shipping_charges\": false,\n                                \"add_insurance_to_shipment\": 0,\n                                \"meta_title\": null,\n                                \"registration_link\": null,\n                                \"auto_approval_of_products_from_vendor\": true,\n                                \"ignore_selling_price_for_commission\": 0,\n                                \"shipping_label_check\": {\n                                    \"email\": false,\n                                    \"phone\": false,\n                                    \"address_line_1\": false,\n                                    \"address_line_2\": false,\n                                    \"address_line_1_minimum\": null,\n                                    \"address_line_1_maximum\": null,\n                                    \"address_line_2_minimum\": null,\n                                    \"address_line_2_maximum\": null\n                                },\n                                \"shipping_label_size\": \"smalllabel\",\n                                \"paypal_email\": null,\n                                \"use_custom_email_driver\": true,\n                                \"ignore_order_splitting\": false,\n                                \"hide_customer_information_on_vendor_dashboard\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false\n                                },\n                                \"hide_customer_information_in_awb\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false,\n                                    \"line_items\": false,\n                                    \"vendor_name\": false,\n                                    \"sku\": false,\n                                    \"weight_dimension\": false\n                                },\n                                \"hide_customer_information_in_invoice\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false\n                                },\n                                \"vendor_profile_settings\": {\n                                    \"seller_products_tab\": true,\n                                    \"seller_policy_tab\": true,\n                                    \"seller_contact_us_tab\": true,\n                                    \"seller_events_tab\": true,\n                                    \"seller_reviews_tab\": false,\n                                    \"seller_about_us_tab\": true\n                                },\n                                \"challan_message_1\": null,\n                                \"challan_message_2\": null,\n                                \"challan_prefix\": \"Invoice\",\n                                \"challan_number_same_as_invoice_number\": true,\n                                \"default_label_size_for_all_vendors\": true,\n                                \"hide_customer_information_in_export\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false\n                                },\n                                \"product_permissions\": null,\n                                \"hide_product_details_in_awb\": false,\n                                \"hide_invoice_details_in_awb\": false,\n                                \"company_note\": \"<p>sdfasdfab</p>\",\n                                \"meta_data\": \"[{\\\"uuid\\\":\\\"e95a7b2d-5210-4e7b-988f-7fbde7acf198\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/601990/dashboard-mockup-for-c2c.xlsx\\\",\\\"size\\\":102609,\\\"name\\\":\\\"Dashboard Mockup for C2C.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"50844059-549d-4bcc-88bf-a023fd46bd29\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/604572/28344-1690206866.xlsx\\\",\\\"size\\\":7389,\\\"name\\\":\\\"28344-1690206866.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3ad73d68-08a3-46b5-9afc-3d1ac5df398f\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655061/lable_cancelled_order_amazon.xlsx\\\",\\\"size\\\":26214,\\\"name\\\":\\\"Lable Cancelled Order Amazon.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                                \"color_theme_field\": \"light.blue\",\n                                \"change_tracking_url\": false,\n                                \"ship_to_address_as_merchants_default_warehouse\": false,\n                                \"can_vendor_hold_an_order\": false,\n                                \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                                \"allow_vendors_to_change_vendor_profile_details\": true,\n                                \"whatsapp_account\": \"use_company_account\",\n                                \"vendor_profile_theme_choosen\": \"theme-1\",\n                                \"whatsapp_credit\": 54,\n                                \"test_whatsapp_number\": \"+918849193468\",\n                                \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                                \"connected_vendor_shops\": [\n                                    \"vendorsynctesting5.myshopify.com\",\n                                    \"testing-for-vendorsync.myshopify.com\",\n                                    \"purpleplants.myshopify.com\",\n                                    \"https://st-wpdemo.com/\",\n                                    \"test-store-webkul-112.myshopify.com\",\n                                    \"https://st-wpdemo.com/\",\n                                    \"purpleplants.myshopify.com/\",\n                                    \"https://st-wpdemo.com/\",\n                                    \"purpleplants.myshopify.com\",\n                                    \"channelteststore5.myshopify.com\",\n                                    \"https://st-wpdemo.com/newtestclient/\",\n                                    \"purpleplants.myshopify.com\",\n                                    \"purpleplants.myshopify.com\"\n                                ],\n                                \"events\": null,\n                                \"commission_automation_set\": {\n                                    \"commission_automation\": true,\n                                    \"commission_automation_rules\": true,\n                                    \"commission_automation_date_range\": true,\n                                    \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                    \"time_buffer_for_commission_automation\": \"4\",\n                                    \"order_status_for_commission_automation\": \"pending\",\n                                    \"invoice_number_for_commission_automation\": 277,\n                                    \"date_Range_days_for_commission_automation\": \"4\"\n                                },\n                                \"auto_confirmation_using_tags_settings\": {\n                                    \"tags_settings_status\": true,\n                                    \"paid\": true,\n                                    \"tags_for_paid\": [],\n                                    \"cod_or_partially_paid\": false,\n                                    \"tags_for_cod_or_partially_paid\": [],\n                                    \"Exceptions_for_paid\": false,\n                                    \"Exceptions_for_paid_tags\": [],\n                                    \"Exceptions_for_cod_or_partially_paid\": false,\n                                    \"Exceptions_for_cod_or_partially_paid_tags\": []\n                                },\n                                \"preferred_location\": null,\n                                \"email_credit\": 4853,\n                                \"global_commission\": \"15\",\n                                \"global_discount_shared_by_vendor\": \"0\",\n                                \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                \"global_shipping_charge_commission_type\": \"fixed\",\n                                \"global_shipping_charge_commission\": 50,\n                                \"global_fixed_commission\": 10,\n                                \"invoice_country_detail\": {\n                                    \"id\": 98,\n                                    \"name\": \"India\",\n                                    \"code\": \"IN\",\n                                    \"dial_code\": \"+91\",\n                                    \"currency_name\": \"Indian rupee\",\n                                    \"currency_symbol\": \"Rs.\",\n                                    \"currency_code\": \"INR\",\n                                    \"created_at\": null,\n                                    \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                    \"name_with_symbole\": \"Indian rupee - Rs.\"\n                                },\n                                \"commission_tags\": {\n                                    \"company_id\": 212738,\n                                    \"override_commission\": true\n                                },\n                                \"parent\": {\n                                    \"id\": 212738,\n                                    \"company_name\": \"kapil\",\n                                    \"brand_name\": \"violetplants\",\n                                    \"company_logo\": null,\n                                    \"contact_name\": null,\n                                    \"phone_number\": null,\n                                    \"email\": \"varshil.shipturtle@gmail.com\",\n                                    \"address_line_1\": null,\n                                    \"address_line_2\": \"gj 23\",\n                                    \"pin_code\": \"380009\",\n                                    \"city\": \"Ahmedabad\",\n                                    \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                                    \"updated_at\": \"2023-12-21T12:23:57.000000Z\",\n                                    \"state_id\": null,\n                                    \"gstin_number\": \"1234\",\n                                    \"invoice_prefix\": \"Invoice\",\n                                    \"starting_invoice_number\": \"22\",\n                                    \"terms_and_conditions\": null,\n                                    \"bank_account_beneficiary_name\": null,\n                                    \"bank_account_name\": null,\n                                    \"ifsc_code\": null,\n                                    \"label_company_name\": null,\n                                    \"label_contact_name\": null,\n                                    \"label_phone\": null,\n                                    \"label_email_address\": null,\n                                    \"label_address_line_1\": null,\n                                    \"label_address_line_2\": null,\n                                    \"label_pin_code\": null,\n                                    \"label_city\": null,\n                                    \"label_state\": null,\n                                    \"signature\": null,\n                                    \"currency\": \"INR\",\n                                    \"weight\": null,\n                                    \"measurement\": null,\n                                    \"gst_enabled\": true,\n                                    \"override_channel_product_weight_enabled\": true,\n                                    \"label_details_same_as_company\": true,\n                                    \"multi_vendor_invoicing_enabled\": false,\n                                    \"multi_vendor_shipping_enabled\": false,\n                                    \"is_master\": \"1\",\n                                    \"invoice_number_same_as_order_number\": true,\n                                    \"enable_disable_cod_reconciliation\": true,\n                                    \"enable_disable_freight_reconciliation\": true,\n                                    \"cod_tolerance\": \"5\",\n                                    \"freight_tolerance\": \"2\",\n                                    \"is_multi_vendor_enabled\": true,\n                                    \"invoice_message\": null,\n                                    \"inclusive_exclusive\": null,\n                                    \"is_tax_on_shipping\": \"no\",\n                                    \"tax_on_shipping\": null,\n                                    \"primary_color\": \"#222F3D\",\n                                    \"secondary_color\": null,\n                                    \"display_hsn\": true,\n                                    \"website\": \"https://app.shipturtle.com/\",\n                                    \"country\": \"IN\",\n                                    \"type_of_vendor\": \"marketplace\",\n                                    \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                                    \"title\": \"violetplants\",\n                                    \"parent_id\": 212738,\n                                    \"extra_information\": null,\n                                    \"invoice_date\": \"invoice_creation_date\",\n                                    \"number_of_digits\": \"0\",\n                                    \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                                    \"created_by\": null,\n                                    \"updated_by\": 28344,\n                                    \"invoice_contact_name\": \"Hussain\",\n                                    \"invoice_address_1\": \"dahod\",\n                                    \"invoice_address_2\": \"dahod\",\n                                    \"invoice_postal_code\": \"380005\",\n                                    \"invoice_city\": \"Ahmedabad\",\n                                    \"invoice_phone_number\": \"09173038104\",\n                                    \"invoice_tin\": null,\n                                    \"timezone\": \"America/Phoenix\",\n                                    \"hand_delivered_enabled\": true,\n                                    \"other_courier_partner_enabled\": true,\n                                    \"billing_address_same_as_company_details\": false,\n                                    \"deactivated_at\": null,\n                                    \"state_code\": \"GJ\",\n                                    \"automatically_sync_vendor_name_from_store\": true,\n                                    \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                                    \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                                    \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                                    \"correct_all_errors_in_order\": false,\n                                    \"generate_shipping_labels_for_orders\": false,\n                                    \"generate_invoices_for_dropship_orders\": false,\n                                    \"can_vendor_enable_disable_product\": false,\n                                    \"can_vendor_edit_quantity_product\": false,\n                                    \"can_vendor_edit_weight_dimension_product\": false,\n                                    \"can_vendor_edit_tax_product\": true,\n                                    \"set_vendor_level_commission\": false,\n                                    \"commission\": \"15\",\n                                    \"discount_shared_by_vendor\": \"0\",\n                                    \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                    \"set_vendor_level_shared_discount\": false,\n                                    \"set_vendor_level_commissoin_calculated_on\": false,\n                                    \"use_shop_channel_values_to_set_commission\": false,\n                                    \"can_vendor_generate_invoice\": true,\n                                    \"can_vendor_process_shippings\": true,\n                                    \"can_vendor_edit_hsn_tax\": true,\n                                    \"can_vendor_add_courier_provider\": true,\n                                    \"default_vendor_type\": \"marketplace\",\n                                    \"no_of_deciaml_digits\": 2,\n                                    \"credits\": 299956,\n                                    \"plan_id\": 4,\n                                    \"requested_plan_id\": null,\n                                    \"override_invoice_permissions\": false,\n                                    \"override_product_permissions\": false,\n                                    \"override_order_routing_permissions\": false,\n                                    \"override_shipping_permissions\": false,\n                                    \"slug\": \"violetplants-212738\",\n                                    \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                    \"shipping_charge_commission_type\": \"fixed\",\n                                    \"shipping_charge_commission\": 50,\n                                    \"override_commission_calculated_tax_type\": false,\n                                    \"override_shipping_charge_commission_type\": false,\n                                    \"override_shipping_charge_commission\": 0,\n                                    \"auto_email_to_vendor\": true,\n                                    \"fixed_commission\": 10,\n                                    \"service_charge\": 0,\n                                    \"can_vendor_edit_price\": false,\n                                    \"can_vendor_delete_product\": false,\n                                    \"show_logo_in_awb\": false,\n                                    \"hide_pick_address_in_awb\": false,\n                                    \"hide_customer_info_in_awb\": true,\n                                    \"hide_price_in_awb\": false,\n                                    \"hide_customer_information_on_vendor_dashboards\": false,\n                                    \"allow_merchant_to_generate_invoice\": false,\n                                    \"show_merchant_logo_in_invoice\": true,\n                                    \"locale\": \"en\",\n                                    \"use_custom_waybill\": true,\n                                    \"redirect_url\": \"dashboard\",\n                                    \"invoice_state_code\": \"GJ\",\n                                    \"invoice_country_code\": \"IN\",\n                                    \"stripe_account_id\": null,\n                                    \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                                    \"enable_app_shipping_profile_on_shopify\": \"0\",\n                                    \"policy\": null,\n                                    \"css\": null,\n                                    \"vendor_profile_color\": \"#f18024\",\n                                    \"about_us\": null,\n                                    \"facebook_link\": null,\n                                    \"twitter_link\": null,\n                                    \"instagram_link\": null,\n                                    \"auto_fulfill_digital_orders\": true,\n                                    \"use_default_warehouse_for_all_orders\": false,\n                                    \"invoice_label_header_title\": null,\n                                    \"invoice_place_of_supply\": null,\n                                    \"invoice_cin_key_title\": null,\n                                    \"invoice_cin\": null,\n                                    \"give_vendor_access_to_merchant_shipper\": false,\n                                    \"auto_generate_order_invoices_to_customers\": true,\n                                    \"auto_email_order_invoices_to_customers\": true,\n                                    \"treat_manual_payment_mode_as_cod\": false,\n                                    \"fulfill_order_after_confirm\": false,\n                                    \"add_notes_before_confirming_orders\": false,\n                                    \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                                    \"note_at_the_top_of_invoice\": null,\n                                    \"vendor_shop_id\": null,\n                                    \"vendor_category\": null,\n                                    \"vendor_location\": null,\n                                    \"short_description\": null,\n                                    \"display_vendor_category\": true,\n                                    \"display_vendor_location\": true,\n                                    \"display_vendor_short_description\": true,\n                                    \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                                    \"sync_settings\": {\n                                        \"update_settings\": {\n                                            \"sku\": true,\n                                            \"tags\": true,\n                                            \"media\": true,\n                                            \"price\": true,\n                                            \"title\": true,\n                                            \"weight\": true,\n                                            \"barcode\": true,\n                                            \"quantity\": true,\n                                            \"description\": true,\n                                            \"product_type\": true,\n                                            \"variant_name\": true,\n                                            \"publish_status\": true,\n                                            \"compare_at_price\": true,\n                                            \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                        },\n                                        \"create_settings\": {\n                                            \"sku\": true,\n                                            \"tags\": true,\n                                            \"media\": true,\n                                            \"price\": true,\n                                            \"title\": true,\n                                            \"weight\": true,\n                                            \"barcode\": true,\n                                            \"quantity\": true,\n                                            \"description\": true,\n                                            \"product_type\": true,\n                                            \"variant_name\": true,\n                                            \"publish_status\": true,\n                                            \"compare_at_price\": true,\n                                            \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                        },\n                                        \"override_product_status_at_create\": true,\n                                        \"product_status\": \"as_per_vendor_product\",\n                                        \"enable_order_sync\": true,\n                                        \"push_only_if_order_paid\": false,\n                                        \"push_unsynced_product_order\": true,\n                                        \"auto_add_variant\": true,\n                                        \"auto_remove_variant\": true,\n                                        \"strictKeyCheck\": false,\n                                        \"on_product_delete\": \"do_nothing\",\n                                        \"on_product_unmapped\": \"do_nothing\",\n                                        \"push_only_if_product_connected\": true\n                                    },\n                                    \"override_hide_customer_information_permissions\": false,\n                                    \"can_vendor_cancel_an_order\": false,\n                                    \"hide_shipping_charges\": false,\n                                    \"add_insurance_to_shipment\": 0,\n                                    \"meta_title\": null,\n                                    \"registration_link\": null,\n                                    \"auto_approval_of_products_from_vendor\": true,\n                                    \"ignore_selling_price_for_commission\": 0,\n                                    \"shipping_label_check\": {\n                                        \"email\": false,\n                                        \"phone\": false,\n                                        \"address_line_1\": false,\n                                        \"address_line_2\": false,\n                                        \"address_line_1_minimum\": null,\n                                        \"address_line_1_maximum\": null,\n                                        \"address_line_2_minimum\": null,\n                                        \"address_line_2_maximum\": null\n                                    },\n                                    \"shipping_label_size\": \"smalllabel\",\n                                    \"paypal_email\": null,\n                                    \"use_custom_email_driver\": true,\n                                    \"ignore_order_splitting\": false,\n                                    \"hide_customer_information_on_vendor_dashboard\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false\n                                    },\n                                    \"hide_customer_information_in_awb\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false,\n                                        \"line_items\": false,\n                                        \"vendor_name\": false,\n                                        \"sku\": false,\n                                        \"weight_dimension\": false\n                                    },\n                                    \"hide_customer_information_in_invoice\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false\n                                    },\n                                    \"vendor_profile_settings\": {\n                                        \"seller_products_tab\": true,\n                                        \"seller_policy_tab\": true,\n                                        \"seller_contact_us_tab\": true,\n                                        \"seller_events_tab\": true,\n                                        \"seller_reviews_tab\": false,\n                                        \"seller_about_us_tab\": true\n                                    },\n                                    \"challan_message_1\": null,\n                                    \"challan_message_2\": null,\n                                    \"challan_prefix\": \"Invoice\",\n                                    \"challan_number_same_as_invoice_number\": true,\n                                    \"default_label_size_for_all_vendors\": true,\n                                    \"hide_customer_information_in_export\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false\n                                    },\n                                    \"product_permissions\": null,\n                                    \"hide_product_details_in_awb\": false,\n                                    \"hide_invoice_details_in_awb\": false,\n                                    \"company_note\": \"<p>sdfasdfab</p>\",\n                                    \"meta_data\": \"[{\\\"uuid\\\":\\\"e95a7b2d-5210-4e7b-988f-7fbde7acf198\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/601990/dashboard-mockup-for-c2c.xlsx\\\",\\\"size\\\":102609,\\\"name\\\":\\\"Dashboard Mockup for C2C.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"50844059-549d-4bcc-88bf-a023fd46bd29\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/604572/28344-1690206866.xlsx\\\",\\\"size\\\":7389,\\\"name\\\":\\\"28344-1690206866.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3ad73d68-08a3-46b5-9afc-3d1ac5df398f\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655061/lable_cancelled_order_amazon.xlsx\\\",\\\"size\\\":26214,\\\"name\\\":\\\"Lable Cancelled Order Amazon.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                                    \"color_theme_field\": \"light.blue\",\n                                    \"change_tracking_url\": false,\n                                    \"ship_to_address_as_merchants_default_warehouse\": false,\n                                    \"can_vendor_hold_an_order\": false,\n                                    \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                                    \"allow_vendors_to_change_vendor_profile_details\": true,\n                                    \"whatsapp_account\": \"use_company_account\",\n                                    \"vendor_profile_theme_choosen\": \"theme-1\",\n                                    \"whatsapp_credit\": 54,\n                                    \"test_whatsapp_number\": \"+918849193468\",\n                                    \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                                    \"connected_vendor_shops\": [\n                                        \"vendorsynctesting5.myshopify.com\",\n                                        \"testing-for-vendorsync.myshopify.com\",\n                                        \"purpleplants.myshopify.com\",\n                                        \"https://st-wpdemo.com/\",\n                                        \"test-store-webkul-112.myshopify.com\",\n                                        \"https://st-wpdemo.com/\",\n                                        \"purpleplants.myshopify.com/\",\n                                        \"https://st-wpdemo.com/\",\n                                        \"purpleplants.myshopify.com\",\n                                        \"channelteststore5.myshopify.com\",\n                                        \"https://st-wpdemo.com/newtestclient/\",\n                                        \"purpleplants.myshopify.com\",\n                                        \"purpleplants.myshopify.com\"\n                                    ],\n                                    \"events\": null,\n                                    \"commission_automation_set\": {\n                                        \"commission_automation\": true,\n                                        \"commission_automation_rules\": true,\n                                        \"commission_automation_date_range\": true,\n                                        \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                        \"time_buffer_for_commission_automation\": \"4\",\n                                        \"order_status_for_commission_automation\": \"pending\",\n                                        \"invoice_number_for_commission_automation\": 277,\n                                        \"date_Range_days_for_commission_automation\": \"4\"\n                                    },\n                                    \"auto_confirmation_using_tags_settings\": {\n                                        \"tags_settings_status\": true,\n                                        \"paid\": true,\n                                        \"tags_for_paid\": [],\n                                        \"cod_or_partially_paid\": false,\n                                        \"tags_for_cod_or_partially_paid\": [],\n                                        \"Exceptions_for_paid\": false,\n                                        \"Exceptions_for_paid_tags\": [],\n                                        \"Exceptions_for_cod_or_partially_paid\": false,\n                                        \"Exceptions_for_cod_or_partially_paid_tags\": []\n                                    },\n                                    \"preferred_location\": null,\n                                    \"email_credit\": 4853,\n                                    \"global_commission\": \"15\",\n                                    \"global_discount_shared_by_vendor\": \"0\",\n                                    \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                    \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                    \"global_shipping_charge_commission_type\": \"fixed\",\n                                    \"global_shipping_charge_commission\": 50,\n                                    \"global_fixed_commission\": 10,\n                                    \"invoice_country_detail\": {\n                                        \"id\": 98,\n                                        \"name\": \"India\",\n                                        \"code\": \"IN\",\n                                        \"dial_code\": \"+91\",\n                                        \"currency_name\": \"Indian rupee\",\n                                        \"currency_symbol\": \"Rs.\",\n                                        \"currency_code\": \"INR\",\n                                        \"created_at\": null,\n                                        \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                        \"name_with_symbole\": \"Indian rupee - Rs.\"\n                                    },\n                                    \"commission_tags\": {\n                                        \"company_id\": 212738,\n                                        \"override_commission\": true\n                                    }\n                                }\n                            },\n                            \"overridden_commission_level\": \"global\",\n                            \"overridden_commission\": \"15\",\n                            \"overridden_fixed_commission\": 10,\n                            \"global_commission_level\": \"global\",\n                            \"global_commission\": \"15\",\n                            \"global_fixed_commission\": 10\n                        },\n                        \"media\": []\n                    },\n                    \"alien_variant\": null\n                },\n                {\n                    \"id\": 22397087,\n                    \"commission\": null,\n                    \"fixed_commission\": 0,\n                    \"company_id\": 212738,\n                    \"product_id\": 8057554,\n                    \"image\": null,\n                    \"channel_variant_id\": \"22530921\",\n                    \"compare_at_price\": \"0.00\",\n                    \"deleted_at\": null,\n                    \"deactivated_at\": true,\n                    \"grams\": \"0\",\n                    \"height\": null,\n                    \"image_id\": null,\n                    \"inventory_item_id\": \"50352894607663\",\n                    \"inventory_management\": \"shopify\",\n                    \"inventory_policy\": \"deny\",\n                    \"inventory_quantity\": \"7\",\n                    \"length\": null,\n                    \"old_inventory_quantity\": null,\n                    \"option1\": \"RED\",\n                    \"option2\": \"L\",\n                    \"option3\": \"Title1\",\n                    \"price\": \"2010.00\",\n                    \"provider\": null,\n                    \"requires_shipping\": null,\n                    \"shop_id\": 4147,\n                    \"sku\": \"NEW-DESTINATION\",\n                    \"tax_id\": null,\n                    \"title\": \"RED / L / Title1\",\n                    \"updated_at\": \"2023-12-21T11:03:56.000000Z\",\n                    \"weight\": \"0\",\n                    \"weight_unit\": \"kg\",\n                    \"width\": null,\n                    \"parent_id\": 212738,\n                    \"override_commission\": false,\n                    \"vendor_shop_variant_id\": null,\n                    \"barcode\": \"\",\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/48308473200943\",\n                    \"overridden_commission_level\": \"global\",\n                    \"overridden_commission\": \"15\",\n                    \"overridden_fixed_commission\": 10,\n                    \"file_history\": null,\n                    \"company\": {\n                        \"id\": 212738,\n                        \"title\": \"violetplants\",\n                        \"parent_id\": 212738,\n                        \"commission\": \"15\",\n                        \"fixed_commission\": 10,\n                        \"set_vendor_level_commission\": false,\n                        \"global_commission\": \"15\",\n                        \"global_discount_shared_by_vendor\": \"0\",\n                        \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                        \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                        \"global_shipping_charge_commission_type\": \"fixed\",\n                        \"global_shipping_charge_commission\": 50,\n                        \"global_fixed_commission\": 10,\n                        \"invoice_country_detail\": null,\n                        \"commission_tags\": {\n                            \"company_id\": 212738,\n                            \"override_commission\": true\n                        },\n                        \"parent\": {\n                            \"id\": 212738,\n                            \"company_name\": \"kapil\",\n                            \"brand_name\": \"violetplants\",\n                            \"company_logo\": null,\n                            \"contact_name\": null,\n                            \"phone_number\": null,\n                            \"email\": \"varshil.shipturtle@gmail.com\",\n                            \"address_line_1\": null,\n                            \"address_line_2\": \"gj 23\",\n                            \"pin_code\": \"380009\",\n                            \"city\": \"Ahmedabad\",\n                            \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                            \"updated_at\": \"2023-12-21T12:23:57.000000Z\",\n                            \"state_id\": null,\n                            \"gstin_number\": \"1234\",\n                            \"invoice_prefix\": \"Invoice\",\n                            \"starting_invoice_number\": \"22\",\n                            \"terms_and_conditions\": null,\n                            \"bank_account_beneficiary_name\": null,\n                            \"bank_account_name\": null,\n                            \"ifsc_code\": null,\n                            \"label_company_name\": null,\n                            \"label_contact_name\": null,\n                            \"label_phone\": null,\n                            \"label_email_address\": null,\n                            \"label_address_line_1\": null,\n                            \"label_address_line_2\": null,\n                            \"label_pin_code\": null,\n                            \"label_city\": null,\n                            \"label_state\": null,\n                            \"signature\": null,\n                            \"currency\": \"INR\",\n                            \"weight\": null,\n                            \"measurement\": null,\n                            \"gst_enabled\": true,\n                            \"override_channel_product_weight_enabled\": true,\n                            \"label_details_same_as_company\": true,\n                            \"multi_vendor_invoicing_enabled\": false,\n                            \"multi_vendor_shipping_enabled\": false,\n                            \"is_master\": \"1\",\n                            \"invoice_number_same_as_order_number\": true,\n                            \"enable_disable_cod_reconciliation\": true,\n                            \"enable_disable_freight_reconciliation\": true,\n                            \"cod_tolerance\": \"5\",\n                            \"freight_tolerance\": \"2\",\n                            \"is_multi_vendor_enabled\": true,\n                            \"invoice_message\": null,\n                            \"inclusive_exclusive\": null,\n                            \"is_tax_on_shipping\": \"no\",\n                            \"tax_on_shipping\": null,\n                            \"primary_color\": \"#222F3D\",\n                            \"secondary_color\": null,\n                            \"display_hsn\": true,\n                            \"website\": \"https://app.shipturtle.com/\",\n                            \"country\": \"IN\",\n                            \"type_of_vendor\": \"marketplace\",\n                            \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                            \"title\": \"violetplants\",\n                            \"parent_id\": 212738,\n                            \"extra_information\": null,\n                            \"invoice_date\": \"invoice_creation_date\",\n                            \"number_of_digits\": \"0\",\n                            \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                            \"created_by\": null,\n                            \"updated_by\": 28344,\n                            \"invoice_contact_name\": \"Hussain\",\n                            \"invoice_address_1\": \"dahod\",\n                            \"invoice_address_2\": \"dahod\",\n                            \"invoice_postal_code\": \"380005\",\n                            \"invoice_city\": \"Ahmedabad\",\n                            \"invoice_phone_number\": \"09173038104\",\n                            \"invoice_tin\": null,\n                            \"timezone\": \"America/Phoenix\",\n                            \"hand_delivered_enabled\": true,\n                            \"other_courier_partner_enabled\": true,\n                            \"billing_address_same_as_company_details\": false,\n                            \"deactivated_at\": null,\n                            \"state_code\": \"GJ\",\n                            \"automatically_sync_vendor_name_from_store\": true,\n                            \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                            \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                            \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                            \"correct_all_errors_in_order\": false,\n                            \"generate_shipping_labels_for_orders\": false,\n                            \"generate_invoices_for_dropship_orders\": false,\n                            \"can_vendor_enable_disable_product\": false,\n                            \"can_vendor_edit_quantity_product\": false,\n                            \"can_vendor_edit_weight_dimension_product\": false,\n                            \"can_vendor_edit_tax_product\": true,\n                            \"set_vendor_level_commission\": false,\n                            \"commission\": \"15\",\n                            \"discount_shared_by_vendor\": \"0\",\n                            \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"set_vendor_level_shared_discount\": false,\n                            \"set_vendor_level_commissoin_calculated_on\": false,\n                            \"use_shop_channel_values_to_set_commission\": false,\n                            \"can_vendor_generate_invoice\": true,\n                            \"can_vendor_process_shippings\": true,\n                            \"can_vendor_edit_hsn_tax\": true,\n                            \"can_vendor_add_courier_provider\": true,\n                            \"default_vendor_type\": \"marketplace\",\n                            \"no_of_deciaml_digits\": 2,\n                            \"credits\": 299956,\n                            \"plan_id\": 4,\n                            \"requested_plan_id\": null,\n                            \"override_invoice_permissions\": false,\n                            \"override_product_permissions\": false,\n                            \"override_order_routing_permissions\": false,\n                            \"override_shipping_permissions\": false,\n                            \"slug\": \"violetplants-212738\",\n                            \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"shipping_charge_commission_type\": \"fixed\",\n                            \"shipping_charge_commission\": 50,\n                            \"override_commission_calculated_tax_type\": false,\n                            \"override_shipping_charge_commission_type\": false,\n                            \"override_shipping_charge_commission\": 0,\n                            \"auto_email_to_vendor\": true,\n                            \"fixed_commission\": 10,\n                            \"service_charge\": 0,\n                            \"can_vendor_edit_price\": false,\n                            \"can_vendor_delete_product\": false,\n                            \"show_logo_in_awb\": false,\n                            \"hide_pick_address_in_awb\": false,\n                            \"hide_customer_info_in_awb\": true,\n                            \"hide_price_in_awb\": false,\n                            \"hide_customer_information_on_vendor_dashboards\": false,\n                            \"allow_merchant_to_generate_invoice\": false,\n                            \"show_merchant_logo_in_invoice\": true,\n                            \"locale\": \"en\",\n                            \"use_custom_waybill\": true,\n                            \"redirect_url\": \"dashboard\",\n                            \"invoice_state_code\": \"GJ\",\n                            \"invoice_country_code\": \"IN\",\n                            \"stripe_account_id\": null,\n                            \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                            \"enable_app_shipping_profile_on_shopify\": \"0\",\n                            \"policy\": null,\n                            \"css\": null,\n                            \"vendor_profile_color\": \"#f18024\",\n                            \"about_us\": null,\n                            \"facebook_link\": null,\n                            \"twitter_link\": null,\n                            \"instagram_link\": null,\n                            \"auto_fulfill_digital_orders\": true,\n                            \"use_default_warehouse_for_all_orders\": false,\n                            \"invoice_label_header_title\": null,\n                            \"invoice_place_of_supply\": null,\n                            \"invoice_cin_key_title\": null,\n                            \"invoice_cin\": null,\n                            \"give_vendor_access_to_merchant_shipper\": false,\n                            \"auto_generate_order_invoices_to_customers\": true,\n                            \"auto_email_order_invoices_to_customers\": true,\n                            \"treat_manual_payment_mode_as_cod\": false,\n                            \"fulfill_order_after_confirm\": false,\n                            \"add_notes_before_confirming_orders\": false,\n                            \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                            \"note_at_the_top_of_invoice\": null,\n                            \"vendor_shop_id\": null,\n                            \"vendor_category\": null,\n                            \"vendor_location\": null,\n                            \"short_description\": null,\n                            \"display_vendor_category\": true,\n                            \"display_vendor_location\": true,\n                            \"display_vendor_short_description\": true,\n                            \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                            \"sync_settings\": {\n                                \"update_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": true,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"create_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": true,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"override_product_status_at_create\": true,\n                                \"product_status\": \"as_per_vendor_product\",\n                                \"enable_order_sync\": true,\n                                \"push_only_if_order_paid\": false,\n                                \"push_unsynced_product_order\": true,\n                                \"auto_add_variant\": true,\n                                \"auto_remove_variant\": true,\n                                \"strictKeyCheck\": false,\n                                \"on_product_delete\": \"do_nothing\",\n                                \"on_product_unmapped\": \"do_nothing\",\n                                \"push_only_if_product_connected\": true\n                            },\n                            \"override_hide_customer_information_permissions\": false,\n                            \"can_vendor_cancel_an_order\": false,\n                            \"hide_shipping_charges\": false,\n                            \"add_insurance_to_shipment\": 0,\n                            \"meta_title\": null,\n                            \"registration_link\": null,\n                            \"auto_approval_of_products_from_vendor\": true,\n                            \"ignore_selling_price_for_commission\": 0,\n                            \"shipping_label_check\": {\n                                \"email\": false,\n                                \"phone\": false,\n                                \"address_line_1\": false,\n                                \"address_line_2\": false,\n                                \"address_line_1_minimum\": null,\n                                \"address_line_1_maximum\": null,\n                                \"address_line_2_minimum\": null,\n                                \"address_line_2_maximum\": null\n                            },\n                            \"shipping_label_size\": \"smalllabel\",\n                            \"paypal_email\": null,\n                            \"use_custom_email_driver\": true,\n                            \"ignore_order_splitting\": false,\n                            \"hide_customer_information_on_vendor_dashboard\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"hide_customer_information_in_awb\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false,\n                                \"line_items\": false,\n                                \"vendor_name\": false,\n                                \"sku\": false,\n                                \"weight_dimension\": false\n                            },\n                            \"hide_customer_information_in_invoice\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"vendor_profile_settings\": {\n                                \"seller_products_tab\": true,\n                                \"seller_policy_tab\": true,\n                                \"seller_contact_us_tab\": true,\n                                \"seller_events_tab\": true,\n                                \"seller_reviews_tab\": false,\n                                \"seller_about_us_tab\": true\n                            },\n                            \"challan_message_1\": null,\n                            \"challan_message_2\": null,\n                            \"challan_prefix\": \"Invoice\",\n                            \"challan_number_same_as_invoice_number\": true,\n                            \"default_label_size_for_all_vendors\": true,\n                            \"hide_customer_information_in_export\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"product_permissions\": null,\n                            \"hide_product_details_in_awb\": false,\n                            \"hide_invoice_details_in_awb\": false,\n                            \"company_note\": \"<p>sdfasdfab</p>\",\n                            \"meta_data\": \"[{\\\"uuid\\\":\\\"e95a7b2d-5210-4e7b-988f-7fbde7acf198\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/601990/dashboard-mockup-for-c2c.xlsx\\\",\\\"size\\\":102609,\\\"name\\\":\\\"Dashboard Mockup for C2C.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"50844059-549d-4bcc-88bf-a023fd46bd29\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/604572/28344-1690206866.xlsx\\\",\\\"size\\\":7389,\\\"name\\\":\\\"28344-1690206866.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3ad73d68-08a3-46b5-9afc-3d1ac5df398f\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655061/lable_cancelled_order_amazon.xlsx\\\",\\\"size\\\":26214,\\\"name\\\":\\\"Lable Cancelled Order Amazon.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                            \"color_theme_field\": \"light.blue\",\n                            \"change_tracking_url\": false,\n                            \"ship_to_address_as_merchants_default_warehouse\": false,\n                            \"can_vendor_hold_an_order\": false,\n                            \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                            \"allow_vendors_to_change_vendor_profile_details\": true,\n                            \"whatsapp_account\": \"use_company_account\",\n                            \"vendor_profile_theme_choosen\": \"theme-1\",\n                            \"whatsapp_credit\": 54,\n                            \"test_whatsapp_number\": \"+918849193468\",\n                            \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                            \"connected_vendor_shops\": [\n                                \"vendorsynctesting5.myshopify.com\",\n                                \"testing-for-vendorsync.myshopify.com\",\n                                \"purpleplants.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"test-store-webkul-112.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com/\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com\",\n                                \"channelteststore5.myshopify.com\",\n                                \"https://st-wpdemo.com/newtestclient/\",\n                                \"purpleplants.myshopify.com\",\n                                \"purpleplants.myshopify.com\"\n                            ],\n                            \"events\": null,\n                            \"commission_automation_set\": {\n                                \"commission_automation\": true,\n                                \"commission_automation_rules\": true,\n                                \"commission_automation_date_range\": true,\n                                \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                \"time_buffer_for_commission_automation\": \"4\",\n                                \"order_status_for_commission_automation\": \"pending\",\n                                \"invoice_number_for_commission_automation\": 277,\n                                \"date_Range_days_for_commission_automation\": \"4\"\n                            },\n                            \"auto_confirmation_using_tags_settings\": {\n                                \"tags_settings_status\": true,\n                                \"paid\": true,\n                                \"tags_for_paid\": [],\n                                \"cod_or_partially_paid\": false,\n                                \"tags_for_cod_or_partially_paid\": [],\n                                \"Exceptions_for_paid\": false,\n                                \"Exceptions_for_paid_tags\": [],\n                                \"Exceptions_for_cod_or_partially_paid\": false,\n                                \"Exceptions_for_cod_or_partially_paid_tags\": []\n                            },\n                            \"preferred_location\": null,\n                            \"email_credit\": 4853,\n                            \"global_commission\": \"15\",\n                            \"global_discount_shared_by_vendor\": \"0\",\n                            \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"global_shipping_charge_commission_type\": \"fixed\",\n                            \"global_shipping_charge_commission\": 50,\n                            \"global_fixed_commission\": 10,\n                            \"invoice_country_detail\": {\n                                \"id\": 98,\n                                \"name\": \"India\",\n                                \"code\": \"IN\",\n                                \"dial_code\": \"+91\",\n                                \"currency_name\": \"Indian rupee\",\n                                \"currency_symbol\": \"Rs.\",\n                                \"currency_code\": \"INR\",\n                                \"created_at\": null,\n                                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                \"name_with_symbole\": \"Indian rupee - Rs.\"\n                            },\n                            \"commission_tags\": {\n                                \"company_id\": 212738,\n                                \"override_commission\": true\n                            }\n                        }\n                    },\n                    \"tax\": null,\n                    \"inventory_item\": {\n                        \"id\": 13164396,\n                        \"sku\": \"NEW-DESTINATION\",\n                        \"requires_shipping\": true,\n                        \"cost\": \"10.00\",\n                        \"admin_graphql_api_id\": \"gid://shopify/InventoryItem/50352894607663\",\n                        \"created_at\": \"2023-12-21T11:03:56.000000Z\",\n                        \"updated_at\": \"2023-12-21T11:03:56.000000Z\",\n                        \"shop_id\": 4147,\n                        \"channel_id\": \"50352894607663\",\n                        \"variant_id\": null,\n                        \"channel\": null,\n                        \"country_harmonized_system_codes\": null,\n                        \"harmonized_system_code\": null,\n                        \"deleted_at\": null\n                    },\n                    \"product\": {\n                        \"id\": 8057554,\n                        \"product_type_id\": 145003,\n                        \"image_link\": null,\n                        \"images_link\": null,\n                        \"uploaded_images\": [],\n                        \"product_type_title\": \"Canvas\",\n                        \"variant_inventory_count\": {\n                            \"quantity\": 378,\n                            \"length\": 27\n                        },\n                        \"product_type\": {\n                            \"id\": 145003,\n                            \"channel\": \"shopify\",\n                            \"shop_id\": 4147,\n                            \"title\": \"Canvas\",\n                            \"commission\": null,\n                            \"created_at\": \"2023-11-30T06:49:18.000000Z\",\n                            \"updated_at\": \"2023-11-30T06:49:18.000000Z\",\n                            \"fixed_commission\": 0,\n                            \"override_commission\": false,\n                            \"companyObject\": {\n                                \"id\": 212738,\n                                \"company_name\": \"kapil\",\n                                \"brand_name\": \"violetplants\",\n                                \"company_logo\": null,\n                                \"contact_name\": null,\n                                \"phone_number\": null,\n                                \"email\": \"varshil.shipturtle@gmail.com\",\n                                \"address_line_1\": null,\n                                \"address_line_2\": \"gj 23\",\n                                \"pin_code\": \"380009\",\n                                \"city\": \"Ahmedabad\",\n                                \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                                \"updated_at\": \"2023-12-21T12:23:57.000000Z\",\n                                \"state_id\": null,\n                                \"gstin_number\": \"1234\",\n                                \"invoice_prefix\": \"Invoice\",\n                                \"starting_invoice_number\": \"22\",\n                                \"terms_and_conditions\": null,\n                                \"bank_account_beneficiary_name\": null,\n                                \"bank_account_name\": null,\n                                \"ifsc_code\": null,\n                                \"label_company_name\": null,\n                                \"label_contact_name\": null,\n                                \"label_phone\": null,\n                                \"label_email_address\": null,\n                                \"label_address_line_1\": null,\n                                \"label_address_line_2\": null,\n                                \"label_pin_code\": null,\n                                \"label_city\": null,\n                                \"label_state\": null,\n                                \"signature\": null,\n                                \"currency\": \"INR\",\n                                \"weight\": null,\n                                \"measurement\": null,\n                                \"gst_enabled\": true,\n                                \"override_channel_product_weight_enabled\": true,\n                                \"label_details_same_as_company\": true,\n                                \"multi_vendor_invoicing_enabled\": false,\n                                \"multi_vendor_shipping_enabled\": false,\n                                \"is_master\": \"1\",\n                                \"invoice_number_same_as_order_number\": true,\n                                \"enable_disable_cod_reconciliation\": true,\n                                \"enable_disable_freight_reconciliation\": true,\n                                \"cod_tolerance\": \"5\",\n                                \"freight_tolerance\": \"2\",\n                                \"is_multi_vendor_enabled\": true,\n                                \"invoice_message\": null,\n                                \"inclusive_exclusive\": null,\n                                \"is_tax_on_shipping\": \"no\",\n                                \"tax_on_shipping\": null,\n                                \"primary_color\": \"#222F3D\",\n                                \"secondary_color\": null,\n                                \"display_hsn\": true,\n                                \"website\": \"https://app.shipturtle.com/\",\n                                \"country\": \"IN\",\n                                \"type_of_vendor\": \"marketplace\",\n                                \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                                \"title\": \"violetplants\",\n                                \"parent_id\": 212738,\n                                \"extra_information\": null,\n                                \"invoice_date\": \"invoice_creation_date\",\n                                \"number_of_digits\": \"0\",\n                                \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                                \"created_by\": null,\n                                \"updated_by\": 28344,\n                                \"invoice_contact_name\": \"Hussain\",\n                                \"invoice_address_1\": \"dahod\",\n                                \"invoice_address_2\": \"dahod\",\n                                \"invoice_postal_code\": \"380005\",\n                                \"invoice_city\": \"Ahmedabad\",\n                                \"invoice_phone_number\": \"09173038104\",\n                                \"invoice_tin\": null,\n                                \"timezone\": \"America/Phoenix\",\n                                \"hand_delivered_enabled\": true,\n                                \"other_courier_partner_enabled\": true,\n                                \"billing_address_same_as_company_details\": false,\n                                \"deactivated_at\": null,\n                                \"state_code\": \"GJ\",\n                                \"automatically_sync_vendor_name_from_store\": true,\n                                \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                                \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                                \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                                \"correct_all_errors_in_order\": false,\n                                \"generate_shipping_labels_for_orders\": false,\n                                \"generate_invoices_for_dropship_orders\": false,\n                                \"can_vendor_enable_disable_product\": false,\n                                \"can_vendor_edit_quantity_product\": false,\n                                \"can_vendor_edit_weight_dimension_product\": false,\n                                \"can_vendor_edit_tax_product\": true,\n                                \"set_vendor_level_commission\": false,\n                                \"commission\": \"15\",\n                                \"discount_shared_by_vendor\": \"0\",\n                                \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                \"set_vendor_level_shared_discount\": false,\n                                \"set_vendor_level_commissoin_calculated_on\": false,\n                                \"use_shop_channel_values_to_set_commission\": false,\n                                \"can_vendor_generate_invoice\": true,\n                                \"can_vendor_process_shippings\": true,\n                                \"can_vendor_edit_hsn_tax\": true,\n                                \"can_vendor_add_courier_provider\": true,\n                                \"default_vendor_type\": \"marketplace\",\n                                \"no_of_deciaml_digits\": 2,\n                                \"credits\": 299956,\n                                \"plan_id\": 4,\n                                \"requested_plan_id\": null,\n                                \"override_invoice_permissions\": false,\n                                \"override_product_permissions\": false,\n                                \"override_order_routing_permissions\": false,\n                                \"override_shipping_permissions\": false,\n                                \"slug\": \"violetplants-212738\",\n                                \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                \"shipping_charge_commission_type\": \"fixed\",\n                                \"shipping_charge_commission\": 50,\n                                \"override_commission_calculated_tax_type\": false,\n                                \"override_shipping_charge_commission_type\": false,\n                                \"override_shipping_charge_commission\": 0,\n                                \"auto_email_to_vendor\": true,\n                                \"fixed_commission\": 10,\n                                \"service_charge\": 0,\n                                \"can_vendor_edit_price\": false,\n                                \"can_vendor_delete_product\": false,\n                                \"show_logo_in_awb\": false,\n                                \"hide_pick_address_in_awb\": false,\n                                \"hide_customer_info_in_awb\": true,\n                                \"hide_price_in_awb\": false,\n                                \"hide_customer_information_on_vendor_dashboards\": false,\n                                \"allow_merchant_to_generate_invoice\": false,\n                                \"show_merchant_logo_in_invoice\": true,\n                                \"locale\": \"en\",\n                                \"use_custom_waybill\": true,\n                                \"redirect_url\": \"dashboard\",\n                                \"invoice_state_code\": \"GJ\",\n                                \"invoice_country_code\": \"IN\",\n                                \"stripe_account_id\": null,\n                                \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                                \"enable_app_shipping_profile_on_shopify\": \"0\",\n                                \"policy\": null,\n                                \"css\": null,\n                                \"vendor_profile_color\": \"#f18024\",\n                                \"about_us\": null,\n                                \"facebook_link\": null,\n                                \"twitter_link\": null,\n                                \"instagram_link\": null,\n                                \"auto_fulfill_digital_orders\": true,\n                                \"use_default_warehouse_for_all_orders\": false,\n                                \"invoice_label_header_title\": null,\n                                \"invoice_place_of_supply\": null,\n                                \"invoice_cin_key_title\": null,\n                                \"invoice_cin\": null,\n                                \"give_vendor_access_to_merchant_shipper\": false,\n                                \"auto_generate_order_invoices_to_customers\": true,\n                                \"auto_email_order_invoices_to_customers\": true,\n                                \"treat_manual_payment_mode_as_cod\": false,\n                                \"fulfill_order_after_confirm\": false,\n                                \"add_notes_before_confirming_orders\": false,\n                                \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                                \"note_at_the_top_of_invoice\": null,\n                                \"vendor_shop_id\": null,\n                                \"vendor_category\": null,\n                                \"vendor_location\": null,\n                                \"short_description\": null,\n                                \"display_vendor_category\": true,\n                                \"display_vendor_location\": true,\n                                \"display_vendor_short_description\": true,\n                                \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                                \"sync_settings\": {\n                                    \"update_settings\": {\n                                        \"sku\": true,\n                                        \"tags\": true,\n                                        \"media\": true,\n                                        \"price\": true,\n                                        \"title\": true,\n                                        \"weight\": true,\n                                        \"barcode\": true,\n                                        \"quantity\": true,\n                                        \"description\": true,\n                                        \"product_type\": true,\n                                        \"variant_name\": true,\n                                        \"publish_status\": true,\n                                        \"compare_at_price\": true,\n                                        \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                    },\n                                    \"create_settings\": {\n                                        \"sku\": true,\n                                        \"tags\": true,\n                                        \"media\": true,\n                                        \"price\": true,\n                                        \"title\": true,\n                                        \"weight\": true,\n                                        \"barcode\": true,\n                                        \"quantity\": true,\n                                        \"description\": true,\n                                        \"product_type\": true,\n                                        \"variant_name\": true,\n                                        \"publish_status\": true,\n                                        \"compare_at_price\": true,\n                                        \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                    },\n                                    \"override_product_status_at_create\": true,\n                                    \"product_status\": \"as_per_vendor_product\",\n                                    \"enable_order_sync\": true,\n                                    \"push_only_if_order_paid\": false,\n                                    \"push_unsynced_product_order\": true,\n                                    \"auto_add_variant\": true,\n                                    \"auto_remove_variant\": true,\n                                    \"strictKeyCheck\": false,\n                                    \"on_product_delete\": \"do_nothing\",\n                                    \"on_product_unmapped\": \"do_nothing\",\n                                    \"push_only_if_product_connected\": true\n                                },\n                                \"override_hide_customer_information_permissions\": false,\n                                \"can_vendor_cancel_an_order\": false,\n                                \"hide_shipping_charges\": false,\n                                \"add_insurance_to_shipment\": 0,\n                                \"meta_title\": null,\n                                \"registration_link\": null,\n                                \"auto_approval_of_products_from_vendor\": true,\n                                \"ignore_selling_price_for_commission\": 0,\n                                \"shipping_label_check\": {\n                                    \"email\": false,\n                                    \"phone\": false,\n                                    \"address_line_1\": false,\n                                    \"address_line_2\": false,\n                                    \"address_line_1_minimum\": null,\n                                    \"address_line_1_maximum\": null,\n                                    \"address_line_2_minimum\": null,\n                                    \"address_line_2_maximum\": null\n                                },\n                                \"shipping_label_size\": \"smalllabel\",\n                                \"paypal_email\": null,\n                                \"use_custom_email_driver\": true,\n                                \"ignore_order_splitting\": false,\n                                \"hide_customer_information_on_vendor_dashboard\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false\n                                },\n                                \"hide_customer_information_in_awb\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false,\n                                    \"line_items\": false,\n                                    \"vendor_name\": false,\n                                    \"sku\": false,\n                                    \"weight_dimension\": false\n                                },\n                                \"hide_customer_information_in_invoice\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false\n                                },\n                                \"vendor_profile_settings\": {\n                                    \"seller_products_tab\": true,\n                                    \"seller_policy_tab\": true,\n                                    \"seller_contact_us_tab\": true,\n                                    \"seller_events_tab\": true,\n                                    \"seller_reviews_tab\": false,\n                                    \"seller_about_us_tab\": true\n                                },\n                                \"challan_message_1\": null,\n                                \"challan_message_2\": null,\n                                \"challan_prefix\": \"Invoice\",\n                                \"challan_number_same_as_invoice_number\": true,\n                                \"default_label_size_for_all_vendors\": true,\n                                \"hide_customer_information_in_export\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false\n                                },\n                                \"product_permissions\": null,\n                                \"hide_product_details_in_awb\": false,\n                                \"hide_invoice_details_in_awb\": false,\n                                \"company_note\": \"<p>sdfasdfab</p>\",\n                                \"meta_data\": \"[{\\\"uuid\\\":\\\"e95a7b2d-5210-4e7b-988f-7fbde7acf198\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/601990/dashboard-mockup-for-c2c.xlsx\\\",\\\"size\\\":102609,\\\"name\\\":\\\"Dashboard Mockup for C2C.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"50844059-549d-4bcc-88bf-a023fd46bd29\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/604572/28344-1690206866.xlsx\\\",\\\"size\\\":7389,\\\"name\\\":\\\"28344-1690206866.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3ad73d68-08a3-46b5-9afc-3d1ac5df398f\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655061/lable_cancelled_order_amazon.xlsx\\\",\\\"size\\\":26214,\\\"name\\\":\\\"Lable Cancelled Order Amazon.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                                \"color_theme_field\": \"light.blue\",\n                                \"change_tracking_url\": false,\n                                \"ship_to_address_as_merchants_default_warehouse\": false,\n                                \"can_vendor_hold_an_order\": false,\n                                \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                                \"allow_vendors_to_change_vendor_profile_details\": true,\n                                \"whatsapp_account\": \"use_company_account\",\n                                \"vendor_profile_theme_choosen\": \"theme-1\",\n                                \"whatsapp_credit\": 54,\n                                \"test_whatsapp_number\": \"+918849193468\",\n                                \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                                \"connected_vendor_shops\": [\n                                    \"vendorsynctesting5.myshopify.com\",\n                                    \"testing-for-vendorsync.myshopify.com\",\n                                    \"purpleplants.myshopify.com\",\n                                    \"https://st-wpdemo.com/\",\n                                    \"test-store-webkul-112.myshopify.com\",\n                                    \"https://st-wpdemo.com/\",\n                                    \"purpleplants.myshopify.com/\",\n                                    \"https://st-wpdemo.com/\",\n                                    \"purpleplants.myshopify.com\",\n                                    \"channelteststore5.myshopify.com\",\n                                    \"https://st-wpdemo.com/newtestclient/\",\n                                    \"purpleplants.myshopify.com\",\n                                    \"purpleplants.myshopify.com\"\n                                ],\n                                \"events\": null,\n                                \"commission_automation_set\": {\n                                    \"commission_automation\": true,\n                                    \"commission_automation_rules\": true,\n                                    \"commission_automation_date_range\": true,\n                                    \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                    \"time_buffer_for_commission_automation\": \"4\",\n                                    \"order_status_for_commission_automation\": \"pending\",\n                                    \"invoice_number_for_commission_automation\": 277,\n                                    \"date_Range_days_for_commission_automation\": \"4\"\n                                },\n                                \"auto_confirmation_using_tags_settings\": {\n                                    \"tags_settings_status\": true,\n                                    \"paid\": true,\n                                    \"tags_for_paid\": [],\n                                    \"cod_or_partially_paid\": false,\n                                    \"tags_for_cod_or_partially_paid\": [],\n                                    \"Exceptions_for_paid\": false,\n                                    \"Exceptions_for_paid_tags\": [],\n                                    \"Exceptions_for_cod_or_partially_paid\": false,\n                                    \"Exceptions_for_cod_or_partially_paid_tags\": []\n                                },\n                                \"preferred_location\": null,\n                                \"email_credit\": 4853,\n                                \"global_commission\": \"15\",\n                                \"global_discount_shared_by_vendor\": \"0\",\n                                \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                \"global_shipping_charge_commission_type\": \"fixed\",\n                                \"global_shipping_charge_commission\": 50,\n                                \"global_fixed_commission\": 10,\n                                \"invoice_country_detail\": {\n                                    \"id\": 98,\n                                    \"name\": \"India\",\n                                    \"code\": \"IN\",\n                                    \"dial_code\": \"+91\",\n                                    \"currency_name\": \"Indian rupee\",\n                                    \"currency_symbol\": \"Rs.\",\n                                    \"currency_code\": \"INR\",\n                                    \"created_at\": null,\n                                    \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                    \"name_with_symbole\": \"Indian rupee - Rs.\"\n                                },\n                                \"commission_tags\": {\n                                    \"company_id\": 212738,\n                                    \"override_commission\": true\n                                },\n                                \"parent\": {\n                                    \"id\": 212738,\n                                    \"company_name\": \"kapil\",\n                                    \"brand_name\": \"violetplants\",\n                                    \"company_logo\": null,\n                                    \"contact_name\": null,\n                                    \"phone_number\": null,\n                                    \"email\": \"varshil.shipturtle@gmail.com\",\n                                    \"address_line_1\": null,\n                                    \"address_line_2\": \"gj 23\",\n                                    \"pin_code\": \"380009\",\n                                    \"city\": \"Ahmedabad\",\n                                    \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                                    \"updated_at\": \"2023-12-21T12:23:57.000000Z\",\n                                    \"state_id\": null,\n                                    \"gstin_number\": \"1234\",\n                                    \"invoice_prefix\": \"Invoice\",\n                                    \"starting_invoice_number\": \"22\",\n                                    \"terms_and_conditions\": null,\n                                    \"bank_account_beneficiary_name\": null,\n                                    \"bank_account_name\": null,\n                                    \"ifsc_code\": null,\n                                    \"label_company_name\": null,\n                                    \"label_contact_name\": null,\n                                    \"label_phone\": null,\n                                    \"label_email_address\": null,\n                                    \"label_address_line_1\": null,\n                                    \"label_address_line_2\": null,\n                                    \"label_pin_code\": null,\n                                    \"label_city\": null,\n                                    \"label_state\": null,\n                                    \"signature\": null,\n                                    \"currency\": \"INR\",\n                                    \"weight\": null,\n                                    \"measurement\": null,\n                                    \"gst_enabled\": true,\n                                    \"override_channel_product_weight_enabled\": true,\n                                    \"label_details_same_as_company\": true,\n                                    \"multi_vendor_invoicing_enabled\": false,\n                                    \"multi_vendor_shipping_enabled\": false,\n                                    \"is_master\": \"1\",\n                                    \"invoice_number_same_as_order_number\": true,\n                                    \"enable_disable_cod_reconciliation\": true,\n                                    \"enable_disable_freight_reconciliation\": true,\n                                    \"cod_tolerance\": \"5\",\n                                    \"freight_tolerance\": \"2\",\n                                    \"is_multi_vendor_enabled\": true,\n                                    \"invoice_message\": null,\n                                    \"inclusive_exclusive\": null,\n                                    \"is_tax_on_shipping\": \"no\",\n                                    \"tax_on_shipping\": null,\n                                    \"primary_color\": \"#222F3D\",\n                                    \"secondary_color\": null,\n                                    \"display_hsn\": true,\n                                    \"website\": \"https://app.shipturtle.com/\",\n                                    \"country\": \"IN\",\n                                    \"type_of_vendor\": \"marketplace\",\n                                    \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                                    \"title\": \"violetplants\",\n                                    \"parent_id\": 212738,\n                                    \"extra_information\": null,\n                                    \"invoice_date\": \"invoice_creation_date\",\n                                    \"number_of_digits\": \"0\",\n                                    \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                                    \"created_by\": null,\n                                    \"updated_by\": 28344,\n                                    \"invoice_contact_name\": \"Hussain\",\n                                    \"invoice_address_1\": \"dahod\",\n                                    \"invoice_address_2\": \"dahod\",\n                                    \"invoice_postal_code\": \"380005\",\n                                    \"invoice_city\": \"Ahmedabad\",\n                                    \"invoice_phone_number\": \"09173038104\",\n                                    \"invoice_tin\": null,\n                                    \"timezone\": \"America/Phoenix\",\n                                    \"hand_delivered_enabled\": true,\n                                    \"other_courier_partner_enabled\": true,\n                                    \"billing_address_same_as_company_details\": false,\n                                    \"deactivated_at\": null,\n                                    \"state_code\": \"GJ\",\n                                    \"automatically_sync_vendor_name_from_store\": true,\n                                    \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                                    \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                                    \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                                    \"correct_all_errors_in_order\": false,\n                                    \"generate_shipping_labels_for_orders\": false,\n                                    \"generate_invoices_for_dropship_orders\": false,\n                                    \"can_vendor_enable_disable_product\": false,\n                                    \"can_vendor_edit_quantity_product\": false,\n                                    \"can_vendor_edit_weight_dimension_product\": false,\n                                    \"can_vendor_edit_tax_product\": true,\n                                    \"set_vendor_level_commission\": false,\n                                    \"commission\": \"15\",\n                                    \"discount_shared_by_vendor\": \"0\",\n                                    \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                    \"set_vendor_level_shared_discount\": false,\n                                    \"set_vendor_level_commissoin_calculated_on\": false,\n                                    \"use_shop_channel_values_to_set_commission\": false,\n                                    \"can_vendor_generate_invoice\": true,\n                                    \"can_vendor_process_shippings\": true,\n                                    \"can_vendor_edit_hsn_tax\": true,\n                                    \"can_vendor_add_courier_provider\": true,\n                                    \"default_vendor_type\": \"marketplace\",\n                                    \"no_of_deciaml_digits\": 2,\n                                    \"credits\": 299956,\n                                    \"plan_id\": 4,\n                                    \"requested_plan_id\": null,\n                                    \"override_invoice_permissions\": false,\n                                    \"override_product_permissions\": false,\n                                    \"override_order_routing_permissions\": false,\n                                    \"override_shipping_permissions\": false,\n                                    \"slug\": \"violetplants-212738\",\n                                    \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                    \"shipping_charge_commission_type\": \"fixed\",\n                                    \"shipping_charge_commission\": 50,\n                                    \"override_commission_calculated_tax_type\": false,\n                                    \"override_shipping_charge_commission_type\": false,\n                                    \"override_shipping_charge_commission\": 0,\n                                    \"auto_email_to_vendor\": true,\n                                    \"fixed_commission\": 10,\n                                    \"service_charge\": 0,\n                                    \"can_vendor_edit_price\": false,\n                                    \"can_vendor_delete_product\": false,\n                                    \"show_logo_in_awb\": false,\n                                    \"hide_pick_address_in_awb\": false,\n                                    \"hide_customer_info_in_awb\": true,\n                                    \"hide_price_in_awb\": false,\n                                    \"hide_customer_information_on_vendor_dashboards\": false,\n                                    \"allow_merchant_to_generate_invoice\": false,\n                                    \"show_merchant_logo_in_invoice\": true,\n                                    \"locale\": \"en\",\n                                    \"use_custom_waybill\": true,\n                                    \"redirect_url\": \"dashboard\",\n                                    \"invoice_state_code\": \"GJ\",\n                                    \"invoice_country_code\": \"IN\",\n                                    \"stripe_account_id\": null,\n                                    \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                                    \"enable_app_shipping_profile_on_shopify\": \"0\",\n                                    \"policy\": null,\n                                    \"css\": null,\n                                    \"vendor_profile_color\": \"#f18024\",\n                                    \"about_us\": null,\n                                    \"facebook_link\": null,\n                                    \"twitter_link\": null,\n                                    \"instagram_link\": null,\n                                    \"auto_fulfill_digital_orders\": true,\n                                    \"use_default_warehouse_for_all_orders\": false,\n                                    \"invoice_label_header_title\": null,\n                                    \"invoice_place_of_supply\": null,\n                                    \"invoice_cin_key_title\": null,\n                                    \"invoice_cin\": null,\n                                    \"give_vendor_access_to_merchant_shipper\": false,\n                                    \"auto_generate_order_invoices_to_customers\": true,\n                                    \"auto_email_order_invoices_to_customers\": true,\n                                    \"treat_manual_payment_mode_as_cod\": false,\n                                    \"fulfill_order_after_confirm\": false,\n                                    \"add_notes_before_confirming_orders\": false,\n                                    \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                                    \"note_at_the_top_of_invoice\": null,\n                                    \"vendor_shop_id\": null,\n                                    \"vendor_category\": null,\n                                    \"vendor_location\": null,\n                                    \"short_description\": null,\n                                    \"display_vendor_category\": true,\n                                    \"display_vendor_location\": true,\n                                    \"display_vendor_short_description\": true,\n                                    \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                                    \"sync_settings\": {\n                                        \"update_settings\": {\n                                            \"sku\": true,\n                                            \"tags\": true,\n                                            \"media\": true,\n                                            \"price\": true,\n                                            \"title\": true,\n                                            \"weight\": true,\n                                            \"barcode\": true,\n                                            \"quantity\": true,\n                                            \"description\": true,\n                                            \"product_type\": true,\n                                            \"variant_name\": true,\n                                            \"publish_status\": true,\n                                            \"compare_at_price\": true,\n                                            \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                        },\n                                        \"create_settings\": {\n                                            \"sku\": true,\n                                            \"tags\": true,\n                                            \"media\": true,\n                                            \"price\": true,\n                                            \"title\": true,\n                                            \"weight\": true,\n                                            \"barcode\": true,\n                                            \"quantity\": true,\n                                            \"description\": true,\n                                            \"product_type\": true,\n                                            \"variant_name\": true,\n                                            \"publish_status\": true,\n                                            \"compare_at_price\": true,\n                                            \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                        },\n                                        \"override_product_status_at_create\": true,\n                                        \"product_status\": \"as_per_vendor_product\",\n                                        \"enable_order_sync\": true,\n                                        \"push_only_if_order_paid\": false,\n                                        \"push_unsynced_product_order\": true,\n                                        \"auto_add_variant\": true,\n                                        \"auto_remove_variant\": true,\n                                        \"strictKeyCheck\": false,\n                                        \"on_product_delete\": \"do_nothing\",\n                                        \"on_product_unmapped\": \"do_nothing\",\n                                        \"push_only_if_product_connected\": true\n                                    },\n                                    \"override_hide_customer_information_permissions\": false,\n                                    \"can_vendor_cancel_an_order\": false,\n                                    \"hide_shipping_charges\": false,\n                                    \"add_insurance_to_shipment\": 0,\n                                    \"meta_title\": null,\n                                    \"registration_link\": null,\n                                    \"auto_approval_of_products_from_vendor\": true,\n                                    \"ignore_selling_price_for_commission\": 0,\n                                    \"shipping_label_check\": {\n                                        \"email\": false,\n                                        \"phone\": false,\n                                        \"address_line_1\": false,\n                                        \"address_line_2\": false,\n                                        \"address_line_1_minimum\": null,\n                                        \"address_line_1_maximum\": null,\n                                        \"address_line_2_minimum\": null,\n                                        \"address_line_2_maximum\": null\n                                    },\n                                    \"shipping_label_size\": \"smalllabel\",\n                                    \"paypal_email\": null,\n                                    \"use_custom_email_driver\": true,\n                                    \"ignore_order_splitting\": false,\n                                    \"hide_customer_information_on_vendor_dashboard\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false\n                                    },\n                                    \"hide_customer_information_in_awb\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false,\n                                        \"line_items\": false,\n                                        \"vendor_name\": false,\n                                        \"sku\": false,\n                                        \"weight_dimension\": false\n                                    },\n                                    \"hide_customer_information_in_invoice\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false\n                                    },\n                                    \"vendor_profile_settings\": {\n                                        \"seller_products_tab\": true,\n                                        \"seller_policy_tab\": true,\n                                        \"seller_contact_us_tab\": true,\n                                        \"seller_events_tab\": true,\n                                        \"seller_reviews_tab\": false,\n                                        \"seller_about_us_tab\": true\n                                    },\n                                    \"challan_message_1\": null,\n                                    \"challan_message_2\": null,\n                                    \"challan_prefix\": \"Invoice\",\n                                    \"challan_number_same_as_invoice_number\": true,\n                                    \"default_label_size_for_all_vendors\": true,\n                                    \"hide_customer_information_in_export\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false\n                                    },\n                                    \"product_permissions\": null,\n                                    \"hide_product_details_in_awb\": false,\n                                    \"hide_invoice_details_in_awb\": false,\n                                    \"company_note\": \"<p>sdfasdfab</p>\",\n                                    \"meta_data\": \"[{\\\"uuid\\\":\\\"e95a7b2d-5210-4e7b-988f-7fbde7acf198\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/601990/dashboard-mockup-for-c2c.xlsx\\\",\\\"size\\\":102609,\\\"name\\\":\\\"Dashboard Mockup for C2C.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"50844059-549d-4bcc-88bf-a023fd46bd29\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/604572/28344-1690206866.xlsx\\\",\\\"size\\\":7389,\\\"name\\\":\\\"28344-1690206866.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3ad73d68-08a3-46b5-9afc-3d1ac5df398f\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655061/lable_cancelled_order_amazon.xlsx\\\",\\\"size\\\":26214,\\\"name\\\":\\\"Lable Cancelled Order Amazon.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                                    \"color_theme_field\": \"light.blue\",\n                                    \"change_tracking_url\": false,\n                                    \"ship_to_address_as_merchants_default_warehouse\": false,\n                                    \"can_vendor_hold_an_order\": false,\n                                    \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                                    \"allow_vendors_to_change_vendor_profile_details\": true,\n                                    \"whatsapp_account\": \"use_company_account\",\n                                    \"vendor_profile_theme_choosen\": \"theme-1\",\n                                    \"whatsapp_credit\": 54,\n                                    \"test_whatsapp_number\": \"+918849193468\",\n                                    \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                                    \"connected_vendor_shops\": [\n                                        \"vendorsynctesting5.myshopify.com\",\n                                        \"testing-for-vendorsync.myshopify.com\",\n                                        \"purpleplants.myshopify.com\",\n                                        \"https://st-wpdemo.com/\",\n                                        \"test-store-webkul-112.myshopify.com\",\n                                        \"https://st-wpdemo.com/\",\n                                        \"purpleplants.myshopify.com/\",\n                                        \"https://st-wpdemo.com/\",\n                                        \"purpleplants.myshopify.com\",\n                                        \"channelteststore5.myshopify.com\",\n                                        \"https://st-wpdemo.com/newtestclient/\",\n                                        \"purpleplants.myshopify.com\",\n                                        \"purpleplants.myshopify.com\"\n                                    ],\n                                    \"events\": null,\n                                    \"commission_automation_set\": {\n                                        \"commission_automation\": true,\n                                        \"commission_automation_rules\": true,\n                                        \"commission_automation_date_range\": true,\n                                        \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                        \"time_buffer_for_commission_automation\": \"4\",\n                                        \"order_status_for_commission_automation\": \"pending\",\n                                        \"invoice_number_for_commission_automation\": 277,\n                                        \"date_Range_days_for_commission_automation\": \"4\"\n                                    },\n                                    \"auto_confirmation_using_tags_settings\": {\n                                        \"tags_settings_status\": true,\n                                        \"paid\": true,\n                                        \"tags_for_paid\": [],\n                                        \"cod_or_partially_paid\": false,\n                                        \"tags_for_cod_or_partially_paid\": [],\n                                        \"Exceptions_for_paid\": false,\n                                        \"Exceptions_for_paid_tags\": [],\n                                        \"Exceptions_for_cod_or_partially_paid\": false,\n                                        \"Exceptions_for_cod_or_partially_paid_tags\": []\n                                    },\n                                    \"preferred_location\": null,\n                                    \"email_credit\": 4853,\n                                    \"global_commission\": \"15\",\n                                    \"global_discount_shared_by_vendor\": \"0\",\n                                    \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                    \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                    \"global_shipping_charge_commission_type\": \"fixed\",\n                                    \"global_shipping_charge_commission\": 50,\n                                    \"global_fixed_commission\": 10,\n                                    \"invoice_country_detail\": {\n                                        \"id\": 98,\n                                        \"name\": \"India\",\n                                        \"code\": \"IN\",\n                                        \"dial_code\": \"+91\",\n                                        \"currency_name\": \"Indian rupee\",\n                                        \"currency_symbol\": \"Rs.\",\n                                        \"currency_code\": \"INR\",\n                                        \"created_at\": null,\n                                        \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                        \"name_with_symbole\": \"Indian rupee - Rs.\"\n                                    },\n                                    \"commission_tags\": {\n                                        \"company_id\": 212738,\n                                        \"override_commission\": true\n                                    }\n                                }\n                            },\n                            \"overridden_commission_level\": \"global\",\n                            \"overridden_commission\": \"15\",\n                            \"overridden_fixed_commission\": 10,\n                            \"global_commission_level\": \"global\",\n                            \"global_commission\": \"15\",\n                            \"global_fixed_commission\": 10\n                        },\n                        \"media\": []\n                    },\n                    \"alien_variant\": null\n                },\n                {\n                    \"id\": 22397088,\n                    \"commission\": null,\n                    \"fixed_commission\": 0,\n                    \"company_id\": 212738,\n                    \"product_id\": 8057554,\n                    \"image\": null,\n                    \"channel_variant_id\": \"22530922\",\n                    \"compare_at_price\": \"0.00\",\n                    \"deleted_at\": null,\n                    \"deactivated_at\": true,\n                    \"grams\": \"0\",\n                    \"height\": null,\n                    \"image_id\": null,\n                    \"inventory_item_id\": \"50352894640431\",\n                    \"inventory_management\": \"shopify\",\n                    \"inventory_policy\": \"deny\",\n                    \"inventory_quantity\": \"8\",\n                    \"length\": null,\n                    \"old_inventory_quantity\": null,\n                    \"option1\": \"BLUE\",\n                    \"option2\": \"L\",\n                    \"option3\": \"Title1\",\n                    \"price\": \"2010.00\",\n                    \"provider\": null,\n                    \"requires_shipping\": null,\n                    \"shop_id\": 4147,\n                    \"sku\": \"NEW-DESTINATION\",\n                    \"tax_id\": null,\n                    \"title\": \"BLUE / L / Title1\",\n                    \"updated_at\": \"2023-12-21T11:03:56.000000Z\",\n                    \"weight\": \"0\",\n                    \"weight_unit\": \"kg\",\n                    \"width\": null,\n                    \"parent_id\": 212738,\n                    \"override_commission\": false,\n                    \"vendor_shop_variant_id\": null,\n                    \"barcode\": \"\",\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/48308473233711\",\n                    \"overridden_commission_level\": \"global\",\n                    \"overridden_commission\": \"15\",\n                    \"overridden_fixed_commission\": 10,\n                    \"file_history\": null,\n                    \"company\": {\n                        \"id\": 212738,\n                        \"title\": \"violetplants\",\n                        \"parent_id\": 212738,\n                        \"commission\": \"15\",\n                        \"fixed_commission\": 10,\n                        \"set_vendor_level_commission\": false,\n                        \"global_commission\": \"15\",\n                        \"global_discount_shared_by_vendor\": \"0\",\n                        \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                        \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                        \"global_shipping_charge_commission_type\": \"fixed\",\n                        \"global_shipping_charge_commission\": 50,\n                        \"global_fixed_commission\": 10,\n                        \"invoice_country_detail\": null,\n                        \"commission_tags\": {\n                            \"company_id\": 212738,\n                            \"override_commission\": true\n                        },\n                        \"parent\": {\n                            \"id\": 212738,\n                            \"company_name\": \"kapil\",\n                            \"brand_name\": \"violetplants\",\n                            \"company_logo\": null,\n                            \"contact_name\": null,\n                            \"phone_number\": null,\n                            \"email\": \"varshil.shipturtle@gmail.com\",\n                            \"address_line_1\": null,\n                            \"address_line_2\": \"gj 23\",\n                            \"pin_code\": \"380009\",\n                            \"city\": \"Ahmedabad\",\n                            \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                            \"updated_at\": \"2023-12-21T12:23:57.000000Z\",\n                            \"state_id\": null,\n                            \"gstin_number\": \"1234\",\n                            \"invoice_prefix\": \"Invoice\",\n                            \"starting_invoice_number\": \"22\",\n                            \"terms_and_conditions\": null,\n                            \"bank_account_beneficiary_name\": null,\n                            \"bank_account_name\": null,\n                            \"ifsc_code\": null,\n                            \"label_company_name\": null,\n                            \"label_contact_name\": null,\n                            \"label_phone\": null,\n                            \"label_email_address\": null,\n                            \"label_address_line_1\": null,\n                            \"label_address_line_2\": null,\n                            \"label_pin_code\": null,\n                            \"label_city\": null,\n                            \"label_state\": null,\n                            \"signature\": null,\n                            \"currency\": \"INR\",\n                            \"weight\": null,\n                            \"measurement\": null,\n                            \"gst_enabled\": true,\n                            \"override_channel_product_weight_enabled\": true,\n                            \"label_details_same_as_company\": true,\n                            \"multi_vendor_invoicing_enabled\": false,\n                            \"multi_vendor_shipping_enabled\": false,\n                            \"is_master\": \"1\",\n                            \"invoice_number_same_as_order_number\": true,\n                            \"enable_disable_cod_reconciliation\": true,\n                            \"enable_disable_freight_reconciliation\": true,\n                            \"cod_tolerance\": \"5\",\n                            \"freight_tolerance\": \"2\",\n                            \"is_multi_vendor_enabled\": true,\n                            \"invoice_message\": null,\n                            \"inclusive_exclusive\": null,\n                            \"is_tax_on_shipping\": \"no\",\n                            \"tax_on_shipping\": null,\n                            \"primary_color\": \"#222F3D\",\n                            \"secondary_color\": null,\n                            \"display_hsn\": true,\n                            \"website\": \"https://app.shipturtle.com/\",\n                            \"country\": \"IN\",\n                            \"type_of_vendor\": \"marketplace\",\n                            \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                            \"title\": \"violetplants\",\n                            \"parent_id\": 212738,\n                            \"extra_information\": null,\n                            \"invoice_date\": \"invoice_creation_date\",\n                            \"number_of_digits\": \"0\",\n                            \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                            \"created_by\": null,\n                            \"updated_by\": 28344,\n                            \"invoice_contact_name\": \"Hussain\",\n                            \"invoice_address_1\": \"dahod\",\n                            \"invoice_address_2\": \"dahod\",\n                            \"invoice_postal_code\": \"380005\",\n                            \"invoice_city\": \"Ahmedabad\",\n                            \"invoice_phone_number\": \"09173038104\",\n                            \"invoice_tin\": null,\n                            \"timezone\": \"America/Phoenix\",\n                            \"hand_delivered_enabled\": true,\n                            \"other_courier_partner_enabled\": true,\n                            \"billing_address_same_as_company_details\": false,\n                            \"deactivated_at\": null,\n                            \"state_code\": \"GJ\",\n                            \"automatically_sync_vendor_name_from_store\": true,\n                            \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                            \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                            \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                            \"correct_all_errors_in_order\": false,\n                            \"generate_shipping_labels_for_orders\": false,\n                            \"generate_invoices_for_dropship_orders\": false,\n                            \"can_vendor_enable_disable_product\": false,\n                            \"can_vendor_edit_quantity_product\": false,\n                            \"can_vendor_edit_weight_dimension_product\": false,\n                            \"can_vendor_edit_tax_product\": true,\n                            \"set_vendor_level_commission\": false,\n                            \"commission\": \"15\",\n                            \"discount_shared_by_vendor\": \"0\",\n                            \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"set_vendor_level_shared_discount\": false,\n                            \"set_vendor_level_commissoin_calculated_on\": false,\n                            \"use_shop_channel_values_to_set_commission\": false,\n                            \"can_vendor_generate_invoice\": true,\n                            \"can_vendor_process_shippings\": true,\n                            \"can_vendor_edit_hsn_tax\": true,\n                            \"can_vendor_add_courier_provider\": true,\n                            \"default_vendor_type\": \"marketplace\",\n                            \"no_of_deciaml_digits\": 2,\n                            \"credits\": 299956,\n                            \"plan_id\": 4,\n                            \"requested_plan_id\": null,\n                            \"override_invoice_permissions\": false,\n                            \"override_product_permissions\": false,\n                            \"override_order_routing_permissions\": false,\n                            \"override_shipping_permissions\": false,\n                            \"slug\": \"violetplants-212738\",\n                            \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"shipping_charge_commission_type\": \"fixed\",\n                            \"shipping_charge_commission\": 50,\n                            \"override_commission_calculated_tax_type\": false,\n                            \"override_shipping_charge_commission_type\": false,\n                            \"override_shipping_charge_commission\": 0,\n                            \"auto_email_to_vendor\": true,\n                            \"fixed_commission\": 10,\n                            \"service_charge\": 0,\n                            \"can_vendor_edit_price\": false,\n                            \"can_vendor_delete_product\": false,\n                            \"show_logo_in_awb\": false,\n                            \"hide_pick_address_in_awb\": false,\n                            \"hide_customer_info_in_awb\": true,\n                            \"hide_price_in_awb\": false,\n                            \"hide_customer_information_on_vendor_dashboards\": false,\n                            \"allow_merchant_to_generate_invoice\": false,\n                            \"show_merchant_logo_in_invoice\": true,\n                            \"locale\": \"en\",\n                            \"use_custom_waybill\": true,\n                            \"redirect_url\": \"dashboard\",\n                            \"invoice_state_code\": \"GJ\",\n                            \"invoice_country_code\": \"IN\",\n                            \"stripe_account_id\": null,\n                            \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                            \"enable_app_shipping_profile_on_shopify\": \"0\",\n                            \"policy\": null,\n                            \"css\": null,\n                            \"vendor_profile_color\": \"#f18024\",\n                            \"about_us\": null,\n                            \"facebook_link\": null,\n                            \"twitter_link\": null,\n                            \"instagram_link\": null,\n                            \"auto_fulfill_digital_orders\": true,\n                            \"use_default_warehouse_for_all_orders\": false,\n                            \"invoice_label_header_title\": null,\n                            \"invoice_place_of_supply\": null,\n                            \"invoice_cin_key_title\": null,\n                            \"invoice_cin\": null,\n                            \"give_vendor_access_to_merchant_shipper\": false,\n                            \"auto_generate_order_invoices_to_customers\": true,\n                            \"auto_email_order_invoices_to_customers\": true,\n                            \"treat_manual_payment_mode_as_cod\": false,\n                            \"fulfill_order_after_confirm\": false,\n                            \"add_notes_before_confirming_orders\": false,\n                            \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                            \"note_at_the_top_of_invoice\": null,\n                            \"vendor_shop_id\": null,\n                            \"vendor_category\": null,\n                            \"vendor_location\": null,\n                            \"short_description\": null,\n                            \"display_vendor_category\": true,\n                            \"display_vendor_location\": true,\n                            \"display_vendor_short_description\": true,\n                            \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                            \"sync_settings\": {\n                                \"update_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": true,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"create_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": true,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"override_product_status_at_create\": true,\n                                \"product_status\": \"as_per_vendor_product\",\n                                \"enable_order_sync\": true,\n                                \"push_only_if_order_paid\": false,\n                                \"push_unsynced_product_order\": true,\n                                \"auto_add_variant\": true,\n                                \"auto_remove_variant\": true,\n                                \"strictKeyCheck\": false,\n                                \"on_product_delete\": \"do_nothing\",\n                                \"on_product_unmapped\": \"do_nothing\",\n                                \"push_only_if_product_connected\": true\n                            },\n                            \"override_hide_customer_information_permissions\": false,\n                            \"can_vendor_cancel_an_order\": false,\n                            \"hide_shipping_charges\": false,\n                            \"add_insurance_to_shipment\": 0,\n                            \"meta_title\": null,\n                            \"registration_link\": null,\n                            \"auto_approval_of_products_from_vendor\": true,\n                            \"ignore_selling_price_for_commission\": 0,\n                            \"shipping_label_check\": {\n                                \"email\": false,\n                                \"phone\": false,\n                                \"address_line_1\": false,\n                                \"address_line_2\": false,\n                                \"address_line_1_minimum\": null,\n                                \"address_line_1_maximum\": null,\n                                \"address_line_2_minimum\": null,\n                                \"address_line_2_maximum\": null\n                            },\n                            \"shipping_label_size\": \"smalllabel\",\n                            \"paypal_email\": null,\n                            \"use_custom_email_driver\": true,\n                            \"ignore_order_splitting\": false,\n                            \"hide_customer_information_on_vendor_dashboard\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"hide_customer_information_in_awb\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false,\n                                \"line_items\": false,\n                                \"vendor_name\": false,\n                                \"sku\": false,\n                                \"weight_dimension\": false\n                            },\n                            \"hide_customer_information_in_invoice\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"vendor_profile_settings\": {\n                                \"seller_products_tab\": true,\n                                \"seller_policy_tab\": true,\n                                \"seller_contact_us_tab\": true,\n                                \"seller_events_tab\": true,\n                                \"seller_reviews_tab\": false,\n                                \"seller_about_us_tab\": true\n                            },\n                            \"challan_message_1\": null,\n                            \"challan_message_2\": null,\n                            \"challan_prefix\": \"Invoice\",\n                            \"challan_number_same_as_invoice_number\": true,\n                            \"default_label_size_for_all_vendors\": true,\n                            \"hide_customer_information_in_export\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"product_permissions\": null,\n                            \"hide_product_details_in_awb\": false,\n                            \"hide_invoice_details_in_awb\": false,\n                            \"company_note\": \"<p>sdfasdfab</p>\",\n                            \"meta_data\": \"[{\\\"uuid\\\":\\\"e95a7b2d-5210-4e7b-988f-7fbde7acf198\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/601990/dashboard-mockup-for-c2c.xlsx\\\",\\\"size\\\":102609,\\\"name\\\":\\\"Dashboard Mockup for C2C.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"50844059-549d-4bcc-88bf-a023fd46bd29\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/604572/28344-1690206866.xlsx\\\",\\\"size\\\":7389,\\\"name\\\":\\\"28344-1690206866.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3ad73d68-08a3-46b5-9afc-3d1ac5df398f\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655061/lable_cancelled_order_amazon.xlsx\\\",\\\"size\\\":26214,\\\"name\\\":\\\"Lable Cancelled Order Amazon.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                            \"color_theme_field\": \"light.blue\",\n                            \"change_tracking_url\": false,\n                            \"ship_to_address_as_merchants_default_warehouse\": false,\n                            \"can_vendor_hold_an_order\": false,\n                            \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                            \"allow_vendors_to_change_vendor_profile_details\": true,\n                            \"whatsapp_account\": \"use_company_account\",\n                            \"vendor_profile_theme_choosen\": \"theme-1\",\n                            \"whatsapp_credit\": 54,\n                            \"test_whatsapp_number\": \"+918849193468\",\n                            \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                            \"connected_vendor_shops\": [\n                                \"vendorsynctesting5.myshopify.com\",\n                                \"testing-for-vendorsync.myshopify.com\",\n                                \"purpleplants.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"test-store-webkul-112.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com/\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com\",\n                                \"channelteststore5.myshopify.com\",\n                                \"https://st-wpdemo.com/newtestclient/\",\n                                \"purpleplants.myshopify.com\",\n                                \"purpleplants.myshopify.com\"\n                            ],\n                            \"events\": null,\n                            \"commission_automation_set\": {\n                                \"commission_automation\": true,\n                                \"commission_automation_rules\": true,\n                                \"commission_automation_date_range\": true,\n                                \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                \"time_buffer_for_commission_automation\": \"4\",\n                                \"order_status_for_commission_automation\": \"pending\",\n                                \"invoice_number_for_commission_automation\": 277,\n                                \"date_Range_days_for_commission_automation\": \"4\"\n                            },\n                            \"auto_confirmation_using_tags_settings\": {\n                                \"tags_settings_status\": true,\n                                \"paid\": true,\n                                \"tags_for_paid\": [],\n                                \"cod_or_partially_paid\": false,\n                                \"tags_for_cod_or_partially_paid\": [],\n                                \"Exceptions_for_paid\": false,\n                                \"Exceptions_for_paid_tags\": [],\n                                \"Exceptions_for_cod_or_partially_paid\": false,\n                                \"Exceptions_for_cod_or_partially_paid_tags\": []\n                            },\n                            \"preferred_location\": null,\n                            \"email_credit\": 4853,\n                            \"global_commission\": \"15\",\n                            \"global_discount_shared_by_vendor\": \"0\",\n                            \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"global_shipping_charge_commission_type\": \"fixed\",\n                            \"global_shipping_charge_commission\": 50,\n                            \"global_fixed_commission\": 10,\n                            \"invoice_country_detail\": {\n                                \"id\": 98,\n                                \"name\": \"India\",\n                                \"code\": \"IN\",\n                                \"dial_code\": \"+91\",\n                                \"currency_name\": \"Indian rupee\",\n                                \"currency_symbol\": \"Rs.\",\n                                \"currency_code\": \"INR\",\n                                \"created_at\": null,\n                                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                \"name_with_symbole\": \"Indian rupee - Rs.\"\n                            },\n                            \"commission_tags\": {\n                                \"company_id\": 212738,\n                                \"override_commission\": true\n                            }\n                        }\n                    },\n                    \"tax\": null,\n                    \"inventory_item\": {\n                        \"id\": 13164397,\n                        \"sku\": \"NEW-DESTINATION\",\n                        \"requires_shipping\": true,\n                        \"cost\": \"10.00\",\n                        \"admin_graphql_api_id\": \"gid://shopify/InventoryItem/50352894640431\",\n                        \"created_at\": \"2023-12-21T11:03:56.000000Z\",\n                        \"updated_at\": \"2023-12-21T11:03:56.000000Z\",\n                        \"shop_id\": 4147,\n                        \"channel_id\": \"50352894640431\",\n                        \"variant_id\": null,\n                        \"channel\": null,\n                        \"country_harmonized_system_codes\": null,\n                        \"harmonized_system_code\": null,\n                        \"deleted_at\": null\n                    },\n                    \"product\": {\n                        \"id\": 8057554,\n                        \"product_type_id\": 145003,\n                        \"image_link\": null,\n                        \"images_link\": null,\n                        \"uploaded_images\": [],\n                        \"product_type_title\": \"Canvas\",\n                        \"variant_inventory_count\": {\n                            \"quantity\": 378,\n                            \"length\": 27\n                        },\n                        \"product_type\": {\n                            \"id\": 145003,\n                            \"channel\": \"shopify\",\n                            \"shop_id\": 4147,\n                            \"title\": \"Canvas\",\n                            \"commission\": null,\n                            \"created_at\": \"2023-11-30T06:49:18.000000Z\",\n                            \"updated_at\": \"2023-11-30T06:49:18.000000Z\",\n                            \"fixed_commission\": 0,\n                            \"override_commission\": false,\n                            \"companyObject\": {\n                                \"id\": 212738,\n                                \"company_name\": \"kapil\",\n                                \"brand_name\": \"violetplants\",\n                                \"company_logo\": null,\n                                \"contact_name\": null,\n                                \"phone_number\": null,\n                                \"email\": \"varshil.shipturtle@gmail.com\",\n                                \"address_line_1\": null,\n                                \"address_line_2\": \"gj 23\",\n                                \"pin_code\": \"380009\",\n                                \"city\": \"Ahmedabad\",\n                                \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                                \"updated_at\": \"2023-12-21T12:23:57.000000Z\",\n                                \"state_id\": null,\n                                \"gstin_number\": \"1234\",\n                                \"invoice_prefix\": \"Invoice\",\n                                \"starting_invoice_number\": \"22\",\n                                \"terms_and_conditions\": null,\n                                \"bank_account_beneficiary_name\": null,\n                                \"bank_account_name\": null,\n                                \"ifsc_code\": null,\n                                \"label_company_name\": null,\n                                \"label_contact_name\": null,\n                                \"label_phone\": null,\n                                \"label_email_address\": null,\n                                \"label_address_line_1\": null,\n                                \"label_address_line_2\": null,\n                                \"label_pin_code\": null,\n                                \"label_city\": null,\n                                \"label_state\": null,\n                                \"signature\": null,\n                                \"currency\": \"INR\",\n                                \"weight\": null,\n                                \"measurement\": null,\n                                \"gst_enabled\": true,\n                                \"override_channel_product_weight_enabled\": true,\n                                \"label_details_same_as_company\": true,\n                                \"multi_vendor_invoicing_enabled\": false,\n                                \"multi_vendor_shipping_enabled\": false,\n                                \"is_master\": \"1\",\n                                \"invoice_number_same_as_order_number\": true,\n                                \"enable_disable_cod_reconciliation\": true,\n                                \"enable_disable_freight_reconciliation\": true,\n                                \"cod_tolerance\": \"5\",\n                                \"freight_tolerance\": \"2\",\n                                \"is_multi_vendor_enabled\": true,\n                                \"invoice_message\": null,\n                                \"inclusive_exclusive\": null,\n                                \"is_tax_on_shipping\": \"no\",\n                                \"tax_on_shipping\": null,\n                                \"primary_color\": \"#222F3D\",\n                                \"secondary_color\": null,\n                                \"display_hsn\": true,\n                                \"website\": \"https://app.shipturtle.com/\",\n                                \"country\": \"IN\",\n                                \"type_of_vendor\": \"marketplace\",\n                                \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                                \"title\": \"violetplants\",\n                                \"parent_id\": 212738,\n                                \"extra_information\": null,\n                                \"invoice_date\": \"invoice_creation_date\",\n                                \"number_of_digits\": \"0\",\n                                \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                                \"created_by\": null,\n                                \"updated_by\": 28344,\n                                \"invoice_contact_name\": \"Hussain\",\n                                \"invoice_address_1\": \"dahod\",\n                                \"invoice_address_2\": \"dahod\",\n                                \"invoice_postal_code\": \"380005\",\n                                \"invoice_city\": \"Ahmedabad\",\n                                \"invoice_phone_number\": \"09173038104\",\n                                \"invoice_tin\": null,\n                                \"timezone\": \"America/Phoenix\",\n                                \"hand_delivered_enabled\": true,\n                                \"other_courier_partner_enabled\": true,\n                                \"billing_address_same_as_company_details\": false,\n                                \"deactivated_at\": null,\n                                \"state_code\": \"GJ\",\n                                \"automatically_sync_vendor_name_from_store\": true,\n                                \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                                \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                                \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                                \"correct_all_errors_in_order\": false,\n                                \"generate_shipping_labels_for_orders\": false,\n                                \"generate_invoices_for_dropship_orders\": false,\n                                \"can_vendor_enable_disable_product\": false,\n                                \"can_vendor_edit_quantity_product\": false,\n                                \"can_vendor_edit_weight_dimension_product\": false,\n                                \"can_vendor_edit_tax_product\": true,\n                                \"set_vendor_level_commission\": false,\n                                \"commission\": \"15\",\n                                \"discount_shared_by_vendor\": \"0\",\n                                \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                \"set_vendor_level_shared_discount\": false,\n                                \"set_vendor_level_commissoin_calculated_on\": false,\n                                \"use_shop_channel_values_to_set_commission\": false,\n                                \"can_vendor_generate_invoice\": true,\n                                \"can_vendor_process_shippings\": true,\n                                \"can_vendor_edit_hsn_tax\": true,\n                                \"can_vendor_add_courier_provider\": true,\n                                \"default_vendor_type\": \"marketplace\",\n                                \"no_of_deciaml_digits\": 2,\n                                \"credits\": 299956,\n                                \"plan_id\": 4,\n                                \"requested_plan_id\": null,\n                                \"override_invoice_permissions\": false,\n                                \"override_product_permissions\": false,\n                                \"override_order_routing_permissions\": false,\n                                \"override_shipping_permissions\": false,\n                                \"slug\": \"violetplants-212738\",\n                                \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                \"shipping_charge_commission_type\": \"fixed\",\n                                \"shipping_charge_commission\": 50,\n                                \"override_commission_calculated_tax_type\": false,\n                                \"override_shipping_charge_commission_type\": false,\n                                \"override_shipping_charge_commission\": 0,\n                                \"auto_email_to_vendor\": true,\n                                \"fixed_commission\": 10,\n                                \"service_charge\": 0,\n                                \"can_vendor_edit_price\": false,\n                                \"can_vendor_delete_product\": false,\n                                \"show_logo_in_awb\": false,\n                                \"hide_pick_address_in_awb\": false,\n                                \"hide_customer_info_in_awb\": true,\n                                \"hide_price_in_awb\": false,\n                                \"hide_customer_information_on_vendor_dashboards\": false,\n                                \"allow_merchant_to_generate_invoice\": false,\n                                \"show_merchant_logo_in_invoice\": true,\n                                \"locale\": \"en\",\n                                \"use_custom_waybill\": true,\n                                \"redirect_url\": \"dashboard\",\n                                \"invoice_state_code\": \"GJ\",\n                                \"invoice_country_code\": \"IN\",\n                                \"stripe_account_id\": null,\n                                \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                                \"enable_app_shipping_profile_on_shopify\": \"0\",\n                                \"policy\": null,\n                                \"css\": null,\n                                \"vendor_profile_color\": \"#f18024\",\n                                \"about_us\": null,\n                                \"facebook_link\": null,\n                                \"twitter_link\": null,\n                                \"instagram_link\": null,\n                                \"auto_fulfill_digital_orders\": true,\n                                \"use_default_warehouse_for_all_orders\": false,\n                                \"invoice_label_header_title\": null,\n                                \"invoice_place_of_supply\": null,\n                                \"invoice_cin_key_title\": null,\n                                \"invoice_cin\": null,\n                                \"give_vendor_access_to_merchant_shipper\": false,\n                                \"auto_generate_order_invoices_to_customers\": true,\n                                \"auto_email_order_invoices_to_customers\": true,\n                                \"treat_manual_payment_mode_as_cod\": false,\n                                \"fulfill_order_after_confirm\": false,\n                                \"add_notes_before_confirming_orders\": false,\n                                \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                                \"note_at_the_top_of_invoice\": null,\n                                \"vendor_shop_id\": null,\n                                \"vendor_category\": null,\n                                \"vendor_location\": null,\n                                \"short_description\": null,\n                                \"display_vendor_category\": true,\n                                \"display_vendor_location\": true,\n                                \"display_vendor_short_description\": true,\n                                \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                                \"sync_settings\": {\n                                    \"update_settings\": {\n                                        \"sku\": true,\n                                        \"tags\": true,\n                                        \"media\": true,\n                                        \"price\": true,\n                                        \"title\": true,\n                                        \"weight\": true,\n                                        \"barcode\": true,\n                                        \"quantity\": true,\n                                        \"description\": true,\n                                        \"product_type\": true,\n                                        \"variant_name\": true,\n                                        \"publish_status\": true,\n                                        \"compare_at_price\": true,\n                                        \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                    },\n                                    \"create_settings\": {\n                                        \"sku\": true,\n                                        \"tags\": true,\n                                        \"media\": true,\n                                        \"price\": true,\n                                        \"title\": true,\n                                        \"weight\": true,\n                                        \"barcode\": true,\n                                        \"quantity\": true,\n                                        \"description\": true,\n                                        \"product_type\": true,\n                                        \"variant_name\": true,\n                                        \"publish_status\": true,\n                                        \"compare_at_price\": true,\n                                        \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                    },\n                                    \"override_product_status_at_create\": true,\n                                    \"product_status\": \"as_per_vendor_product\",\n                                    \"enable_order_sync\": true,\n                                    \"push_only_if_order_paid\": false,\n                                    \"push_unsynced_product_order\": true,\n                                    \"auto_add_variant\": true,\n                                    \"auto_remove_variant\": true,\n                                    \"strictKeyCheck\": false,\n                                    \"on_product_delete\": \"do_nothing\",\n                                    \"on_product_unmapped\": \"do_nothing\",\n                                    \"push_only_if_product_connected\": true\n                                },\n                                \"override_hide_customer_information_permissions\": false,\n                                \"can_vendor_cancel_an_order\": false,\n                                \"hide_shipping_charges\": false,\n                                \"add_insurance_to_shipment\": 0,\n                                \"meta_title\": null,\n                                \"registration_link\": null,\n                                \"auto_approval_of_products_from_vendor\": true,\n                                \"ignore_selling_price_for_commission\": 0,\n                                \"shipping_label_check\": {\n                                    \"email\": false,\n                                    \"phone\": false,\n                                    \"address_line_1\": false,\n                                    \"address_line_2\": false,\n                                    \"address_line_1_minimum\": null,\n                                    \"address_line_1_maximum\": null,\n                                    \"address_line_2_minimum\": null,\n                                    \"address_line_2_maximum\": null\n                                },\n                                \"shipping_label_size\": \"smalllabel\",\n                                \"paypal_email\": null,\n                                \"use_custom_email_driver\": true,\n                                \"ignore_order_splitting\": false,\n                                \"hide_customer_information_on_vendor_dashboard\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false\n                                },\n                                \"hide_customer_information_in_awb\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false,\n                                    \"line_items\": false,\n                                    \"vendor_name\": false,\n                                    \"sku\": false,\n                                    \"weight_dimension\": false\n                                },\n                                \"hide_customer_information_in_invoice\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false\n                                },\n                                \"vendor_profile_settings\": {\n                                    \"seller_products_tab\": true,\n                                    \"seller_policy_tab\": true,\n                                    \"seller_contact_us_tab\": true,\n                                    \"seller_events_tab\": true,\n                                    \"seller_reviews_tab\": false,\n                                    \"seller_about_us_tab\": true\n                                },\n                                \"challan_message_1\": null,\n                                \"challan_message_2\": null,\n                                \"challan_prefix\": \"Invoice\",\n                                \"challan_number_same_as_invoice_number\": true,\n                                \"default_label_size_for_all_vendors\": true,\n                                \"hide_customer_information_in_export\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false\n                                },\n                                \"product_permissions\": null,\n                                \"hide_product_details_in_awb\": false,\n                                \"hide_invoice_details_in_awb\": false,\n                                \"company_note\": \"<p>sdfasdfab</p>\",\n                                \"meta_data\": \"[{\\\"uuid\\\":\\\"e95a7b2d-5210-4e7b-988f-7fbde7acf198\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/601990/dashboard-mockup-for-c2c.xlsx\\\",\\\"size\\\":102609,\\\"name\\\":\\\"Dashboard Mockup for C2C.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"50844059-549d-4bcc-88bf-a023fd46bd29\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/604572/28344-1690206866.xlsx\\\",\\\"size\\\":7389,\\\"name\\\":\\\"28344-1690206866.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3ad73d68-08a3-46b5-9afc-3d1ac5df398f\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655061/lable_cancelled_order_amazon.xlsx\\\",\\\"size\\\":26214,\\\"name\\\":\\\"Lable Cancelled Order Amazon.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                                \"color_theme_field\": \"light.blue\",\n                                \"change_tracking_url\": false,\n                                \"ship_to_address_as_merchants_default_warehouse\": false,\n                                \"can_vendor_hold_an_order\": false,\n                                \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                                \"allow_vendors_to_change_vendor_profile_details\": true,\n                                \"whatsapp_account\": \"use_company_account\",\n                                \"vendor_profile_theme_choosen\": \"theme-1\",\n                                \"whatsapp_credit\": 54,\n                                \"test_whatsapp_number\": \"+918849193468\",\n                                \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                                \"connected_vendor_shops\": [\n                                    \"vendorsynctesting5.myshopify.com\",\n                                    \"testing-for-vendorsync.myshopify.com\",\n                                    \"purpleplants.myshopify.com\",\n                                    \"https://st-wpdemo.com/\",\n                                    \"test-store-webkul-112.myshopify.com\",\n                                    \"https://st-wpdemo.com/\",\n                                    \"purpleplants.myshopify.com/\",\n                                    \"https://st-wpdemo.com/\",\n                                    \"purpleplants.myshopify.com\",\n                                    \"channelteststore5.myshopify.com\",\n                                    \"https://st-wpdemo.com/newtestclient/\",\n                                    \"purpleplants.myshopify.com\",\n                                    \"purpleplants.myshopify.com\"\n                                ],\n                                \"events\": null,\n                                \"commission_automation_set\": {\n                                    \"commission_automation\": true,\n                                    \"commission_automation_rules\": true,\n                                    \"commission_automation_date_range\": true,\n                                    \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                    \"time_buffer_for_commission_automation\": \"4\",\n                                    \"order_status_for_commission_automation\": \"pending\",\n                                    \"invoice_number_for_commission_automation\": 277,\n                                    \"date_Range_days_for_commission_automation\": \"4\"\n                                },\n                                \"auto_confirmation_using_tags_settings\": {\n                                    \"tags_settings_status\": true,\n                                    \"paid\": true,\n                                    \"tags_for_paid\": [],\n                                    \"cod_or_partially_paid\": false,\n                                    \"tags_for_cod_or_partially_paid\": [],\n                                    \"Exceptions_for_paid\": false,\n                                    \"Exceptions_for_paid_tags\": [],\n                                    \"Exceptions_for_cod_or_partially_paid\": false,\n                                    \"Exceptions_for_cod_or_partially_paid_tags\": []\n                                },\n                                \"preferred_location\": null,\n                                \"email_credit\": 4853,\n                                \"global_commission\": \"15\",\n                                \"global_discount_shared_by_vendor\": \"0\",\n                                \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                \"global_shipping_charge_commission_type\": \"fixed\",\n                                \"global_shipping_charge_commission\": 50,\n                                \"global_fixed_commission\": 10,\n                                \"invoice_country_detail\": {\n                                    \"id\": 98,\n                                    \"name\": \"India\",\n                                    \"code\": \"IN\",\n                                    \"dial_code\": \"+91\",\n                                    \"currency_name\": \"Indian rupee\",\n                                    \"currency_symbol\": \"Rs.\",\n                                    \"currency_code\": \"INR\",\n                                    \"created_at\": null,\n                                    \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                    \"name_with_symbole\": \"Indian rupee - Rs.\"\n                                },\n                                \"commission_tags\": {\n                                    \"company_id\": 212738,\n                                    \"override_commission\": true\n                                },\n                                \"parent\": {\n                                    \"id\": 212738,\n                                    \"company_name\": \"kapil\",\n                                    \"brand_name\": \"violetplants\",\n                                    \"company_logo\": null,\n                                    \"contact_name\": null,\n                                    \"phone_number\": null,\n                                    \"email\": \"varshil.shipturtle@gmail.com\",\n                                    \"address_line_1\": null,\n                                    \"address_line_2\": \"gj 23\",\n                                    \"pin_code\": \"380009\",\n                                    \"city\": \"Ahmedabad\",\n                                    \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                                    \"updated_at\": \"2023-12-21T12:23:57.000000Z\",\n                                    \"state_id\": null,\n                                    \"gstin_number\": \"1234\",\n                                    \"invoice_prefix\": \"Invoice\",\n                                    \"starting_invoice_number\": \"22\",\n                                    \"terms_and_conditions\": null,\n                                    \"bank_account_beneficiary_name\": null,\n                                    \"bank_account_name\": null,\n                                    \"ifsc_code\": null,\n                                    \"label_company_name\": null,\n                                    \"label_contact_name\": null,\n                                    \"label_phone\": null,\n                                    \"label_email_address\": null,\n                                    \"label_address_line_1\": null,\n                                    \"label_address_line_2\": null,\n                                    \"label_pin_code\": null,\n                                    \"label_city\": null,\n                                    \"label_state\": null,\n                                    \"signature\": null,\n                                    \"currency\": \"INR\",\n                                    \"weight\": null,\n                                    \"measurement\": null,\n                                    \"gst_enabled\": true,\n                                    \"override_channel_product_weight_enabled\": true,\n                                    \"label_details_same_as_company\": true,\n                                    \"multi_vendor_invoicing_enabled\": false,\n                                    \"multi_vendor_shipping_enabled\": false,\n                                    \"is_master\": \"1\",\n                                    \"invoice_number_same_as_order_number\": true,\n                                    \"enable_disable_cod_reconciliation\": true,\n                                    \"enable_disable_freight_reconciliation\": true,\n                                    \"cod_tolerance\": \"5\",\n                                    \"freight_tolerance\": \"2\",\n                                    \"is_multi_vendor_enabled\": true,\n                                    \"invoice_message\": null,\n                                    \"inclusive_exclusive\": null,\n                                    \"is_tax_on_shipping\": \"no\",\n                                    \"tax_on_shipping\": null,\n                                    \"primary_color\": \"#222F3D\",\n                                    \"secondary_color\": null,\n                                    \"display_hsn\": true,\n                                    \"website\": \"https://app.shipturtle.com/\",\n                                    \"country\": \"IN\",\n                                    \"type_of_vendor\": \"marketplace\",\n                                    \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                                    \"title\": \"violetplants\",\n                                    \"parent_id\": 212738,\n                                    \"extra_information\": null,\n                                    \"invoice_date\": \"invoice_creation_date\",\n                                    \"number_of_digits\": \"0\",\n                                    \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                                    \"created_by\": null,\n                                    \"updated_by\": 28344,\n                                    \"invoice_contact_name\": \"Hussain\",\n                                    \"invoice_address_1\": \"dahod\",\n                                    \"invoice_address_2\": \"dahod\",\n                                    \"invoice_postal_code\": \"380005\",\n                                    \"invoice_city\": \"Ahmedabad\",\n                                    \"invoice_phone_number\": \"09173038104\",\n                                    \"invoice_tin\": null,\n                                    \"timezone\": \"America/Phoenix\",\n                                    \"hand_delivered_enabled\": true,\n                                    \"other_courier_partner_enabled\": true,\n                                    \"billing_address_same_as_company_details\": false,\n                                    \"deactivated_at\": null,\n                                    \"state_code\": \"GJ\",\n                                    \"automatically_sync_vendor_name_from_store\": true,\n                                    \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                                    \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                                    \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                                    \"correct_all_errors_in_order\": false,\n                                    \"generate_shipping_labels_for_orders\": false,\n                                    \"generate_invoices_for_dropship_orders\": false,\n                                    \"can_vendor_enable_disable_product\": false,\n                                    \"can_vendor_edit_quantity_product\": false,\n                                    \"can_vendor_edit_weight_dimension_product\": false,\n                                    \"can_vendor_edit_tax_product\": true,\n                                    \"set_vendor_level_commission\": false,\n                                    \"commission\": \"15\",\n                                    \"discount_shared_by_vendor\": \"0\",\n                                    \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                    \"set_vendor_level_shared_discount\": false,\n                                    \"set_vendor_level_commissoin_calculated_on\": false,\n                                    \"use_shop_channel_values_to_set_commission\": false,\n                                    \"can_vendor_generate_invoice\": true,\n                                    \"can_vendor_process_shippings\": true,\n                                    \"can_vendor_edit_hsn_tax\": true,\n                                    \"can_vendor_add_courier_provider\": true,\n                                    \"default_vendor_type\": \"marketplace\",\n                                    \"no_of_deciaml_digits\": 2,\n                                    \"credits\": 299956,\n                                    \"plan_id\": 4,\n                                    \"requested_plan_id\": null,\n                                    \"override_invoice_permissions\": false,\n                                    \"override_product_permissions\": false,\n                                    \"override_order_routing_permissions\": false,\n                                    \"override_shipping_permissions\": false,\n                                    \"slug\": \"violetplants-212738\",\n                                    \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                    \"shipping_charge_commission_type\": \"fixed\",\n                                    \"shipping_charge_commission\": 50,\n                                    \"override_commission_calculated_tax_type\": false,\n                                    \"override_shipping_charge_commission_type\": false,\n                                    \"override_shipping_charge_commission\": 0,\n                                    \"auto_email_to_vendor\": true,\n                                    \"fixed_commission\": 10,\n                                    \"service_charge\": 0,\n                                    \"can_vendor_edit_price\": false,\n                                    \"can_vendor_delete_product\": false,\n                                    \"show_logo_in_awb\": false,\n                                    \"hide_pick_address_in_awb\": false,\n                                    \"hide_customer_info_in_awb\": true,\n                                    \"hide_price_in_awb\": false,\n                                    \"hide_customer_information_on_vendor_dashboards\": false,\n                                    \"allow_merchant_to_generate_invoice\": false,\n                                    \"show_merchant_logo_in_invoice\": true,\n                                    \"locale\": \"en\",\n                                    \"use_custom_waybill\": true,\n                                    \"redirect_url\": \"dashboard\",\n                                    \"invoice_state_code\": \"GJ\",\n                                    \"invoice_country_code\": \"IN\",\n                                    \"stripe_account_id\": null,\n                                    \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                                    \"enable_app_shipping_profile_on_shopify\": \"0\",\n                                    \"policy\": null,\n                                    \"css\": null,\n                                    \"vendor_profile_color\": \"#f18024\",\n                                    \"about_us\": null,\n                                    \"facebook_link\": null,\n                                    \"twitter_link\": null,\n                                    \"instagram_link\": null,\n                                    \"auto_fulfill_digital_orders\": true,\n                                    \"use_default_warehouse_for_all_orders\": false,\n                                    \"invoice_label_header_title\": null,\n                                    \"invoice_place_of_supply\": null,\n                                    \"invoice_cin_key_title\": null,\n                                    \"invoice_cin\": null,\n                                    \"give_vendor_access_to_merchant_shipper\": false,\n                                    \"auto_generate_order_invoices_to_customers\": true,\n                                    \"auto_email_order_invoices_to_customers\": true,\n                                    \"treat_manual_payment_mode_as_cod\": false,\n                                    \"fulfill_order_after_confirm\": false,\n                                    \"add_notes_before_confirming_orders\": false,\n                                    \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                                    \"note_at_the_top_of_invoice\": null,\n                                    \"vendor_shop_id\": null,\n                                    \"vendor_category\": null,\n                                    \"vendor_location\": null,\n                                    \"short_description\": null,\n                                    \"display_vendor_category\": true,\n                                    \"display_vendor_location\": true,\n                                    \"display_vendor_short_description\": true,\n                                    \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                                    \"sync_settings\": {\n                                        \"update_settings\": {\n                                            \"sku\": true,\n                                            \"tags\": true,\n                                            \"media\": true,\n                                            \"price\": true,\n                                            \"title\": true,\n                                            \"weight\": true,\n                                            \"barcode\": true,\n                                            \"quantity\": true,\n                                            \"description\": true,\n                                            \"product_type\": true,\n                                            \"variant_name\": true,\n                                            \"publish_status\": true,\n                                            \"compare_at_price\": true,\n                                            \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                        },\n                                        \"create_settings\": {\n                                            \"sku\": true,\n                                            \"tags\": true,\n                                            \"media\": true,\n                                            \"price\": true,\n                                            \"title\": true,\n                                            \"weight\": true,\n                                            \"barcode\": true,\n                                            \"quantity\": true,\n                                            \"description\": true,\n                                            \"product_type\": true,\n                                            \"variant_name\": true,\n                                            \"publish_status\": true,\n                                            \"compare_at_price\": true,\n                                            \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                        },\n                                        \"override_product_status_at_create\": true,\n                                        \"product_status\": \"as_per_vendor_product\",\n                                        \"enable_order_sync\": true,\n                                        \"push_only_if_order_paid\": false,\n                                        \"push_unsynced_product_order\": true,\n                                        \"auto_add_variant\": true,\n                                        \"auto_remove_variant\": true,\n                                        \"strictKeyCheck\": false,\n                                        \"on_product_delete\": \"do_nothing\",\n                                        \"on_product_unmapped\": \"do_nothing\",\n                                        \"push_only_if_product_connected\": true\n                                    },\n                                    \"override_hide_customer_information_permissions\": false,\n                                    \"can_vendor_cancel_an_order\": false,\n                                    \"hide_shipping_charges\": false,\n                                    \"add_insurance_to_shipment\": 0,\n                                    \"meta_title\": null,\n                                    \"registration_link\": null,\n                                    \"auto_approval_of_products_from_vendor\": true,\n                                    \"ignore_selling_price_for_commission\": 0,\n                                    \"shipping_label_check\": {\n                                        \"email\": false,\n                                        \"phone\": false,\n                                        \"address_line_1\": false,\n                                        \"address_line_2\": false,\n                                        \"address_line_1_minimum\": null,\n                                        \"address_line_1_maximum\": null,\n                                        \"address_line_2_minimum\": null,\n                                        \"address_line_2_maximum\": null\n                                    },\n                                    \"shipping_label_size\": \"smalllabel\",\n                                    \"paypal_email\": null,\n                                    \"use_custom_email_driver\": true,\n                                    \"ignore_order_splitting\": false,\n                                    \"hide_customer_information_on_vendor_dashboard\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false\n                                    },\n                                    \"hide_customer_information_in_awb\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false,\n                                        \"line_items\": false,\n                                        \"vendor_name\": false,\n                                        \"sku\": false,\n                                        \"weight_dimension\": false\n                                    },\n                                    \"hide_customer_information_in_invoice\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false\n                                    },\n                                    \"vendor_profile_settings\": {\n                                        \"seller_products_tab\": true,\n                                        \"seller_policy_tab\": true,\n                                        \"seller_contact_us_tab\": true,\n                                        \"seller_events_tab\": true,\n                                        \"seller_reviews_tab\": false,\n                                        \"seller_about_us_tab\": true\n                                    },\n                                    \"challan_message_1\": null,\n                                    \"challan_message_2\": null,\n                                    \"challan_prefix\": \"Invoice\",\n                                    \"challan_number_same_as_invoice_number\": true,\n                                    \"default_label_size_for_all_vendors\": true,\n                                    \"hide_customer_information_in_export\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false\n                                    },\n                                    \"product_permissions\": null,\n                                    \"hide_product_details_in_awb\": false,\n                                    \"hide_invoice_details_in_awb\": false,\n                                    \"company_note\": \"<p>sdfasdfab</p>\",\n                                    \"meta_data\": \"[{\\\"uuid\\\":\\\"e95a7b2d-5210-4e7b-988f-7fbde7acf198\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/601990/dashboard-mockup-for-c2c.xlsx\\\",\\\"size\\\":102609,\\\"name\\\":\\\"Dashboard Mockup for C2C.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"50844059-549d-4bcc-88bf-a023fd46bd29\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/604572/28344-1690206866.xlsx\\\",\\\"size\\\":7389,\\\"name\\\":\\\"28344-1690206866.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3ad73d68-08a3-46b5-9afc-3d1ac5df398f\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655061/lable_cancelled_order_amazon.xlsx\\\",\\\"size\\\":26214,\\\"name\\\":\\\"Lable Cancelled Order Amazon.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                                    \"color_theme_field\": \"light.blue\",\n                                    \"change_tracking_url\": false,\n                                    \"ship_to_address_as_merchants_default_warehouse\": false,\n                                    \"can_vendor_hold_an_order\": false,\n                                    \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                                    \"allow_vendors_to_change_vendor_profile_details\": true,\n                                    \"whatsapp_account\": \"use_company_account\",\n                                    \"vendor_profile_theme_choosen\": \"theme-1\",\n                                    \"whatsapp_credit\": 54,\n                                    \"test_whatsapp_number\": \"+918849193468\",\n                                    \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                                    \"connected_vendor_shops\": [\n                                        \"vendorsynctesting5.myshopify.com\",\n                                        \"testing-for-vendorsync.myshopify.com\",\n                                        \"purpleplants.myshopify.com\",\n                                        \"https://st-wpdemo.com/\",\n                                        \"test-store-webkul-112.myshopify.com\",\n                                        \"https://st-wpdemo.com/\",\n                                        \"purpleplants.myshopify.com/\",\n                                        \"https://st-wpdemo.com/\",\n                                        \"purpleplants.myshopify.com\",\n                                        \"channelteststore5.myshopify.com\",\n                                        \"https://st-wpdemo.com/newtestclient/\",\n                                        \"purpleplants.myshopify.com\",\n                                        \"purpleplants.myshopify.com\"\n                                    ],\n                                    \"events\": null,\n                                    \"commission_automation_set\": {\n                                        \"commission_automation\": true,\n                                        \"commission_automation_rules\": true,\n                                        \"commission_automation_date_range\": true,\n                                        \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                        \"time_buffer_for_commission_automation\": \"4\",\n                                        \"order_status_for_commission_automation\": \"pending\",\n                                        \"invoice_number_for_commission_automation\": 277,\n                                        \"date_Range_days_for_commission_automation\": \"4\"\n                                    },\n                                    \"auto_confirmation_using_tags_settings\": {\n                                        \"tags_settings_status\": true,\n                                        \"paid\": true,\n                                        \"tags_for_paid\": [],\n                                        \"cod_or_partially_paid\": false,\n                                        \"tags_for_cod_or_partially_paid\": [],\n                                        \"Exceptions_for_paid\": false,\n                                        \"Exceptions_for_paid_tags\": [],\n                                        \"Exceptions_for_cod_or_partially_paid\": false,\n                                        \"Exceptions_for_cod_or_partially_paid_tags\": []\n                                    },\n                                    \"preferred_location\": null,\n                                    \"email_credit\": 4853,\n                                    \"global_commission\": \"15\",\n                                    \"global_discount_shared_by_vendor\": \"0\",\n                                    \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                    \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                    \"global_shipping_charge_commission_type\": \"fixed\",\n                                    \"global_shipping_charge_commission\": 50,\n                                    \"global_fixed_commission\": 10,\n                                    \"invoice_country_detail\": {\n                                        \"id\": 98,\n                                        \"name\": \"India\",\n                                        \"code\": \"IN\",\n                                        \"dial_code\": \"+91\",\n                                        \"currency_name\": \"Indian rupee\",\n                                        \"currency_symbol\": \"Rs.\",\n                                        \"currency_code\": \"INR\",\n                                        \"created_at\": null,\n                                        \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                        \"name_with_symbole\": \"Indian rupee - Rs.\"\n                                    },\n                                    \"commission_tags\": {\n                                        \"company_id\": 212738,\n                                        \"override_commission\": true\n                                    }\n                                }\n                            },\n                            \"overridden_commission_level\": \"global\",\n                            \"overridden_commission\": \"15\",\n                            \"overridden_fixed_commission\": 10,\n                            \"global_commission_level\": \"global\",\n                            \"global_commission\": \"15\",\n                            \"global_fixed_commission\": 10\n                        },\n                        \"media\": []\n                    },\n                    \"alien_variant\": null\n                },\n                {\n                    \"id\": 22397089,\n                    \"commission\": null,\n                    \"fixed_commission\": 0,\n                    \"company_id\": 212738,\n                    \"product_id\": 8057554,\n                    \"image\": null,\n                    \"channel_variant_id\": \"22530923\",\n                    \"compare_at_price\": \"0.00\",\n                    \"deleted_at\": null,\n                    \"deactivated_at\": true,\n                    \"grams\": \"0\",\n                    \"height\": null,\n                    \"image_id\": null,\n                    \"inventory_item_id\": \"50352894673199\",\n                    \"inventory_management\": \"shopify\",\n                    \"inventory_policy\": \"deny\",\n                    \"inventory_quantity\": \"9\",\n                    \"length\": null,\n                    \"old_inventory_quantity\": null,\n                    \"option1\": \"GREEN\",\n                    \"option2\": \"L\",\n                    \"option3\": \"Title1\",\n                    \"price\": \"2010.00\",\n                    \"provider\": null,\n                    \"requires_shipping\": null,\n                    \"shop_id\": 4147,\n                    \"sku\": \"NEW-DESTINATION\",\n                    \"tax_id\": null,\n                    \"title\": \"GREEN / L / Title1\",\n                    \"updated_at\": \"2023-12-21T11:03:56.000000Z\",\n                    \"weight\": \"0\",\n                    \"weight_unit\": \"kg\",\n                    \"width\": null,\n                    \"parent_id\": 212738,\n                    \"override_commission\": false,\n                    \"vendor_shop_variant_id\": null,\n                    \"barcode\": \"\",\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/48308473266479\",\n                    \"overridden_commission_level\": \"global\",\n                    \"overridden_commission\": \"15\",\n                    \"overridden_fixed_commission\": 10,\n                    \"file_history\": null,\n                    \"company\": {\n                        \"id\": 212738,\n                        \"title\": \"violetplants\",\n                        \"parent_id\": 212738,\n                        \"commission\": \"15\",\n                        \"fixed_commission\": 10,\n                        \"set_vendor_level_commission\": false,\n                        \"global_commission\": \"15\",\n                        \"global_discount_shared_by_vendor\": \"0\",\n                        \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                        \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                        \"global_shipping_charge_commission_type\": \"fixed\",\n                        \"global_shipping_charge_commission\": 50,\n                        \"global_fixed_commission\": 10,\n                        \"invoice_country_detail\": null,\n                        \"commission_tags\": {\n                            \"company_id\": 212738,\n                            \"override_commission\": true\n                        },\n                        \"parent\": {\n                            \"id\": 212738,\n                            \"company_name\": \"kapil\",\n                            \"brand_name\": \"violetplants\",\n                            \"company_logo\": null,\n                            \"contact_name\": null,\n                            \"phone_number\": null,\n                            \"email\": \"varshil.shipturtle@gmail.com\",\n                            \"address_line_1\": null,\n                            \"address_line_2\": \"gj 23\",\n                            \"pin_code\": \"380009\",\n                            \"city\": \"Ahmedabad\",\n                            \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                            \"updated_at\": \"2023-12-21T12:23:57.000000Z\",\n                            \"state_id\": null,\n                            \"gstin_number\": \"1234\",\n                            \"invoice_prefix\": \"Invoice\",\n                            \"starting_invoice_number\": \"22\",\n                            \"terms_and_conditions\": null,\n                            \"bank_account_beneficiary_name\": null,\n                            \"bank_account_name\": null,\n                            \"ifsc_code\": null,\n                            \"label_company_name\": null,\n                            \"label_contact_name\": null,\n                            \"label_phone\": null,\n                            \"label_email_address\": null,\n                            \"label_address_line_1\": null,\n                            \"label_address_line_2\": null,\n                            \"label_pin_code\": null,\n                            \"label_city\": null,\n                            \"label_state\": null,\n                            \"signature\": null,\n                            \"currency\": \"INR\",\n                            \"weight\": null,\n                            \"measurement\": null,\n                            \"gst_enabled\": true,\n                            \"override_channel_product_weight_enabled\": true,\n                            \"label_details_same_as_company\": true,\n                            \"multi_vendor_invoicing_enabled\": false,\n                            \"multi_vendor_shipping_enabled\": false,\n                            \"is_master\": \"1\",\n                            \"invoice_number_same_as_order_number\": true,\n                            \"enable_disable_cod_reconciliation\": true,\n                            \"enable_disable_freight_reconciliation\": true,\n                            \"cod_tolerance\": \"5\",\n                            \"freight_tolerance\": \"2\",\n                            \"is_multi_vendor_enabled\": true,\n                            \"invoice_message\": null,\n                            \"inclusive_exclusive\": null,\n                            \"is_tax_on_shipping\": \"no\",\n                            \"tax_on_shipping\": null,\n                            \"primary_color\": \"#222F3D\",\n                            \"secondary_color\": null,\n                            \"display_hsn\": true,\n                            \"website\": \"https://app.shipturtle.com/\",\n                            \"country\": \"IN\",\n                            \"type_of_vendor\": \"marketplace\",\n                            \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                            \"title\": \"violetplants\",\n                            \"parent_id\": 212738,\n                            \"extra_information\": null,\n                            \"invoice_date\": \"invoice_creation_date\",\n                            \"number_of_digits\": \"0\",\n                            \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                            \"created_by\": null,\n                            \"updated_by\": 28344,\n                            \"invoice_contact_name\": \"Hussain\",\n                            \"invoice_address_1\": \"dahod\",\n                            \"invoice_address_2\": \"dahod\",\n                            \"invoice_postal_code\": \"380005\",\n                            \"invoice_city\": \"Ahmedabad\",\n                            \"invoice_phone_number\": \"09173038104\",\n                            \"invoice_tin\": null,\n                            \"timezone\": \"America/Phoenix\",\n                            \"hand_delivered_enabled\": true,\n                            \"other_courier_partner_enabled\": true,\n                            \"billing_address_same_as_company_details\": false,\n                            \"deactivated_at\": null,\n                            \"state_code\": \"GJ\",\n                            \"automatically_sync_vendor_name_from_store\": true,\n                            \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                            \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                            \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                            \"correct_all_errors_in_order\": false,\n                            \"generate_shipping_labels_for_orders\": false,\n                            \"generate_invoices_for_dropship_orders\": false,\n                            \"can_vendor_enable_disable_product\": false,\n                            \"can_vendor_edit_quantity_product\": false,\n                            \"can_vendor_edit_weight_dimension_product\": false,\n                            \"can_vendor_edit_tax_product\": true,\n                            \"set_vendor_level_commission\": false,\n                            \"commission\": \"15\",\n                            \"discount_shared_by_vendor\": \"0\",\n                            \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"set_vendor_level_shared_discount\": false,\n                            \"set_vendor_level_commissoin_calculated_on\": false,\n                            \"use_shop_channel_values_to_set_commission\": false,\n                            \"can_vendor_generate_invoice\": true,\n                            \"can_vendor_process_shippings\": true,\n                            \"can_vendor_edit_hsn_tax\": true,\n                            \"can_vendor_add_courier_provider\": true,\n                            \"default_vendor_type\": \"marketplace\",\n                            \"no_of_deciaml_digits\": 2,\n                            \"credits\": 299956,\n                            \"plan_id\": 4,\n                            \"requested_plan_id\": null,\n                            \"override_invoice_permissions\": false,\n                            \"override_product_permissions\": false,\n                            \"override_order_routing_permissions\": false,\n                            \"override_shipping_permissions\": false,\n                            \"slug\": \"violetplants-212738\",\n                            \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"shipping_charge_commission_type\": \"fixed\",\n                            \"shipping_charge_commission\": 50,\n                            \"override_commission_calculated_tax_type\": false,\n                            \"override_shipping_charge_commission_type\": false,\n                            \"override_shipping_charge_commission\": 0,\n                            \"auto_email_to_vendor\": true,\n                            \"fixed_commission\": 10,\n                            \"service_charge\": 0,\n                            \"can_vendor_edit_price\": false,\n                            \"can_vendor_delete_product\": false,\n                            \"show_logo_in_awb\": false,\n                            \"hide_pick_address_in_awb\": false,\n                            \"hide_customer_info_in_awb\": true,\n                            \"hide_price_in_awb\": false,\n                            \"hide_customer_information_on_vendor_dashboards\": false,\n                            \"allow_merchant_to_generate_invoice\": false,\n                            \"show_merchant_logo_in_invoice\": true,\n                            \"locale\": \"en\",\n                            \"use_custom_waybill\": true,\n                            \"redirect_url\": \"dashboard\",\n                            \"invoice_state_code\": \"GJ\",\n                            \"invoice_country_code\": \"IN\",\n                            \"stripe_account_id\": null,\n                            \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                            \"enable_app_shipping_profile_on_shopify\": \"0\",\n                            \"policy\": null,\n                            \"css\": null,\n                            \"vendor_profile_color\": \"#f18024\",\n                            \"about_us\": null,\n                            \"facebook_link\": null,\n                            \"twitter_link\": null,\n                            \"instagram_link\": null,\n                            \"auto_fulfill_digital_orders\": true,\n                            \"use_default_warehouse_for_all_orders\": false,\n                            \"invoice_label_header_title\": null,\n                            \"invoice_place_of_supply\": null,\n                            \"invoice_cin_key_title\": null,\n                            \"invoice_cin\": null,\n                            \"give_vendor_access_to_merchant_shipper\": false,\n                            \"auto_generate_order_invoices_to_customers\": true,\n                            \"auto_email_order_invoices_to_customers\": true,\n                            \"treat_manual_payment_mode_as_cod\": false,\n                            \"fulfill_order_after_confirm\": false,\n                            \"add_notes_before_confirming_orders\": false,\n                            \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                            \"note_at_the_top_of_invoice\": null,\n                            \"vendor_shop_id\": null,\n                            \"vendor_category\": null,\n                            \"vendor_location\": null,\n                            \"short_description\": null,\n                            \"display_vendor_category\": true,\n                            \"display_vendor_location\": true,\n                            \"display_vendor_short_description\": true,\n                            \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                            \"sync_settings\": {\n                                \"update_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": true,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"create_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": true,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"override_product_status_at_create\": true,\n                                \"product_status\": \"as_per_vendor_product\",\n                                \"enable_order_sync\": true,\n                                \"push_only_if_order_paid\": false,\n                                \"push_unsynced_product_order\": true,\n                                \"auto_add_variant\": true,\n                                \"auto_remove_variant\": true,\n                                \"strictKeyCheck\": false,\n                                \"on_product_delete\": \"do_nothing\",\n                                \"on_product_unmapped\": \"do_nothing\",\n                                \"push_only_if_product_connected\": true\n                            },\n                            \"override_hide_customer_information_permissions\": false,\n                            \"can_vendor_cancel_an_order\": false,\n                            \"hide_shipping_charges\": false,\n                            \"add_insurance_to_shipment\": 0,\n                            \"meta_title\": null,\n                            \"registration_link\": null,\n                            \"auto_approval_of_products_from_vendor\": true,\n                            \"ignore_selling_price_for_commission\": 0,\n                            \"shipping_label_check\": {\n                                \"email\": false,\n                                \"phone\": false,\n                                \"address_line_1\": false,\n                                \"address_line_2\": false,\n                                \"address_line_1_minimum\": null,\n                                \"address_line_1_maximum\": null,\n                                \"address_line_2_minimum\": null,\n                                \"address_line_2_maximum\": null\n                            },\n                            \"shipping_label_size\": \"smalllabel\",\n                            \"paypal_email\": null,\n                            \"use_custom_email_driver\": true,\n                            \"ignore_order_splitting\": false,\n                            \"hide_customer_information_on_vendor_dashboard\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"hide_customer_information_in_awb\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false,\n                                \"line_items\": false,\n                                \"vendor_name\": false,\n                                \"sku\": false,\n                                \"weight_dimension\": false\n                            },\n                            \"hide_customer_information_in_invoice\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"vendor_profile_settings\": {\n                                \"seller_products_tab\": true,\n                                \"seller_policy_tab\": true,\n                                \"seller_contact_us_tab\": true,\n                                \"seller_events_tab\": true,\n                                \"seller_reviews_tab\": false,\n                                \"seller_about_us_tab\": true\n                            },\n                            \"challan_message_1\": null,\n                            \"challan_message_2\": null,\n                            \"challan_prefix\": \"Invoice\",\n                            \"challan_number_same_as_invoice_number\": true,\n                            \"default_label_size_for_all_vendors\": true,\n                            \"hide_customer_information_in_export\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"product_permissions\": null,\n                            \"hide_product_details_in_awb\": false,\n                            \"hide_invoice_details_in_awb\": false,\n                            \"company_note\": \"<p>sdfasdfab</p>\",\n                            \"meta_data\": \"[{\\\"uuid\\\":\\\"e95a7b2d-5210-4e7b-988f-7fbde7acf198\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/601990/dashboard-mockup-for-c2c.xlsx\\\",\\\"size\\\":102609,\\\"name\\\":\\\"Dashboard Mockup for C2C.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"50844059-549d-4bcc-88bf-a023fd46bd29\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/604572/28344-1690206866.xlsx\\\",\\\"size\\\":7389,\\\"name\\\":\\\"28344-1690206866.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3ad73d68-08a3-46b5-9afc-3d1ac5df398f\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655061/lable_cancelled_order_amazon.xlsx\\\",\\\"size\\\":26214,\\\"name\\\":\\\"Lable Cancelled Order Amazon.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                            \"color_theme_field\": \"light.blue\",\n                            \"change_tracking_url\": false,\n                            \"ship_to_address_as_merchants_default_warehouse\": false,\n                            \"can_vendor_hold_an_order\": false,\n                            \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                            \"allow_vendors_to_change_vendor_profile_details\": true,\n                            \"whatsapp_account\": \"use_company_account\",\n                            \"vendor_profile_theme_choosen\": \"theme-1\",\n                            \"whatsapp_credit\": 54,\n                            \"test_whatsapp_number\": \"+918849193468\",\n                            \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                            \"connected_vendor_shops\": [\n                                \"vendorsynctesting5.myshopify.com\",\n                                \"testing-for-vendorsync.myshopify.com\",\n                                \"purpleplants.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"test-store-webkul-112.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com/\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com\",\n                                \"channelteststore5.myshopify.com\",\n                                \"https://st-wpdemo.com/newtestclient/\",\n                                \"purpleplants.myshopify.com\",\n                                \"purpleplants.myshopify.com\"\n                            ],\n                            \"events\": null,\n                            \"commission_automation_set\": {\n                                \"commission_automation\": true,\n                                \"commission_automation_rules\": true,\n                                \"commission_automation_date_range\": true,\n                                \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                \"time_buffer_for_commission_automation\": \"4\",\n                                \"order_status_for_commission_automation\": \"pending\",\n                                \"invoice_number_for_commission_automation\": 277,\n                                \"date_Range_days_for_commission_automation\": \"4\"\n                            },\n                            \"auto_confirmation_using_tags_settings\": {\n                                \"tags_settings_status\": true,\n                                \"paid\": true,\n                                \"tags_for_paid\": [],\n                                \"cod_or_partially_paid\": false,\n                                \"tags_for_cod_or_partially_paid\": [],\n                                \"Exceptions_for_paid\": false,\n                                \"Exceptions_for_paid_tags\": [],\n                                \"Exceptions_for_cod_or_partially_paid\": false,\n                                \"Exceptions_for_cod_or_partially_paid_tags\": []\n                            },\n                            \"preferred_location\": null,\n                            \"email_credit\": 4853,\n                            \"global_commission\": \"15\",\n                            \"global_discount_shared_by_vendor\": \"0\",\n                            \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"global_shipping_charge_commission_type\": \"fixed\",\n                            \"global_shipping_charge_commission\": 50,\n                            \"global_fixed_commission\": 10,\n                            \"invoice_country_detail\": {\n                                \"id\": 98,\n                                \"name\": \"India\",\n                                \"code\": \"IN\",\n                                \"dial_code\": \"+91\",\n                                \"currency_name\": \"Indian rupee\",\n                                \"currency_symbol\": \"Rs.\",\n                                \"currency_code\": \"INR\",\n                                \"created_at\": null,\n                                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                \"name_with_symbole\": \"Indian rupee - Rs.\"\n                            },\n                            \"commission_tags\": {\n                                \"company_id\": 212738,\n                                \"override_commission\": true\n                            }\n                        }\n                    },\n                    \"tax\": null,\n                    \"inventory_item\": {\n                        \"id\": 13164385,\n                        \"sku\": \"NEW-DESTINATION\",\n                        \"requires_shipping\": true,\n                        \"cost\": \"10.00\",\n                        \"admin_graphql_api_id\": \"gid://shopify/InventoryItem/50352894673199\",\n                        \"created_at\": \"2023-12-21T11:03:54.000000Z\",\n                        \"updated_at\": \"2023-12-21T11:03:54.000000Z\",\n                        \"shop_id\": 4147,\n                        \"channel_id\": \"50352894673199\",\n                        \"variant_id\": null,\n                        \"channel\": null,\n                        \"country_harmonized_system_codes\": null,\n                        \"harmonized_system_code\": null,\n                        \"deleted_at\": null\n                    },\n                    \"product\": {\n                        \"id\": 8057554,\n                        \"product_type_id\": 145003,\n                        \"image_link\": null,\n                        \"images_link\": null,\n                        \"uploaded_images\": [],\n                        \"product_type_title\": \"Canvas\",\n                        \"variant_inventory_count\": {\n                            \"quantity\": 378,\n                            \"length\": 27\n                        },\n                        \"product_type\": {\n                            \"id\": 145003,\n                            \"channel\": \"shopify\",\n                            \"shop_id\": 4147,\n                            \"title\": \"Canvas\",\n                            \"commission\": null,\n                            \"created_at\": \"2023-11-30T06:49:18.000000Z\",\n                            \"updated_at\": \"2023-11-30T06:49:18.000000Z\",\n                            \"fixed_commission\": 0,\n                            \"override_commission\": false,\n                            \"companyObject\": {\n                                \"id\": 212738,\n                                \"company_name\": \"kapil\",\n                                \"brand_name\": \"violetplants\",\n                                \"company_logo\": null,\n                                \"contact_name\": null,\n                                \"phone_number\": null,\n                                \"email\": \"varshil.shipturtle@gmail.com\",\n                                \"address_line_1\": null,\n                                \"address_line_2\": \"gj 23\",\n                                \"pin_code\": \"380009\",\n                                \"city\": \"Ahmedabad\",\n                                \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                                \"updated_at\": \"2023-12-21T12:23:57.000000Z\",\n                                \"state_id\": null,\n                                \"gstin_number\": \"1234\",\n                                \"invoice_prefix\": \"Invoice\",\n                                \"starting_invoice_number\": \"22\",\n                                \"terms_and_conditions\": null,\n                                \"bank_account_beneficiary_name\": null,\n                                \"bank_account_name\": null,\n                                \"ifsc_code\": null,\n                                \"label_company_name\": null,\n                                \"label_contact_name\": null,\n                                \"label_phone\": null,\n                                \"label_email_address\": null,\n                                \"label_address_line_1\": null,\n                                \"label_address_line_2\": null,\n                                \"label_pin_code\": null,\n                                \"label_city\": null,\n                                \"label_state\": null,\n                                \"signature\": null,\n                                \"currency\": \"INR\",\n                                \"weight\": null,\n                                \"measurement\": null,\n                                \"gst_enabled\": true,\n                                \"override_channel_product_weight_enabled\": true,\n                                \"label_details_same_as_company\": true,\n                                \"multi_vendor_invoicing_enabled\": false,\n                                \"multi_vendor_shipping_enabled\": false,\n                                \"is_master\": \"1\",\n                                \"invoice_number_same_as_order_number\": true,\n                                \"enable_disable_cod_reconciliation\": true,\n                                \"enable_disable_freight_reconciliation\": true,\n                                \"cod_tolerance\": \"5\",\n                                \"freight_tolerance\": \"2\",\n                                \"is_multi_vendor_enabled\": true,\n                                \"invoice_message\": null,\n                                \"inclusive_exclusive\": null,\n                                \"is_tax_on_shipping\": \"no\",\n                                \"tax_on_shipping\": null,\n                                \"primary_color\": \"#222F3D\",\n                                \"secondary_color\": null,\n                                \"display_hsn\": true,\n                                \"website\": \"https://app.shipturtle.com/\",\n                                \"country\": \"IN\",\n                                \"type_of_vendor\": \"marketplace\",\n                                \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                                \"title\": \"violetplants\",\n                                \"parent_id\": 212738,\n                                \"extra_information\": null,\n                                \"invoice_date\": \"invoice_creation_date\",\n                                \"number_of_digits\": \"0\",\n                                \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                                \"created_by\": null,\n                                \"updated_by\": 28344,\n                                \"invoice_contact_name\": \"Hussain\",\n                                \"invoice_address_1\": \"dahod\",\n                                \"invoice_address_2\": \"dahod\",\n                                \"invoice_postal_code\": \"380005\",\n                                \"invoice_city\": \"Ahmedabad\",\n                                \"invoice_phone_number\": \"09173038104\",\n                                \"invoice_tin\": null,\n                                \"timezone\": \"America/Phoenix\",\n                                \"hand_delivered_enabled\": true,\n                                \"other_courier_partner_enabled\": true,\n                                \"billing_address_same_as_company_details\": false,\n                                \"deactivated_at\": null,\n                                \"state_code\": \"GJ\",\n                                \"automatically_sync_vendor_name_from_store\": true,\n                                \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                                \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                                \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                                \"correct_all_errors_in_order\": false,\n                                \"generate_shipping_labels_for_orders\": false,\n                                \"generate_invoices_for_dropship_orders\": false,\n                                \"can_vendor_enable_disable_product\": false,\n                                \"can_vendor_edit_quantity_product\": false,\n                                \"can_vendor_edit_weight_dimension_product\": false,\n                                \"can_vendor_edit_tax_product\": true,\n                                \"set_vendor_level_commission\": false,\n                                \"commission\": \"15\",\n                                \"discount_shared_by_vendor\": \"0\",\n                                \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                \"set_vendor_level_shared_discount\": false,\n                                \"set_vendor_level_commissoin_calculated_on\": false,\n                                \"use_shop_channel_values_to_set_commission\": false,\n                                \"can_vendor_generate_invoice\": true,\n                                \"can_vendor_process_shippings\": true,\n                                \"can_vendor_edit_hsn_tax\": true,\n                                \"can_vendor_add_courier_provider\": true,\n                                \"default_vendor_type\": \"marketplace\",\n                                \"no_of_deciaml_digits\": 2,\n                                \"credits\": 299956,\n                                \"plan_id\": 4,\n                                \"requested_plan_id\": null,\n                                \"override_invoice_permissions\": false,\n                                \"override_product_permissions\": false,\n                                \"override_order_routing_permissions\": false,\n                                \"override_shipping_permissions\": false,\n                                \"slug\": \"violetplants-212738\",\n                                \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                \"shipping_charge_commission_type\": \"fixed\",\n                                \"shipping_charge_commission\": 50,\n                                \"override_commission_calculated_tax_type\": false,\n                                \"override_shipping_charge_commission_type\": false,\n                                \"override_shipping_charge_commission\": 0,\n                                \"auto_email_to_vendor\": true,\n                                \"fixed_commission\": 10,\n                                \"service_charge\": 0,\n                                \"can_vendor_edit_price\": false,\n                                \"can_vendor_delete_product\": false,\n                                \"show_logo_in_awb\": false,\n                                \"hide_pick_address_in_awb\": false,\n                                \"hide_customer_info_in_awb\": true,\n                                \"hide_price_in_awb\": false,\n                                \"hide_customer_information_on_vendor_dashboards\": false,\n                                \"allow_merchant_to_generate_invoice\": false,\n                                \"show_merchant_logo_in_invoice\": true,\n                                \"locale\": \"en\",\n                                \"use_custom_waybill\": true,\n                                \"redirect_url\": \"dashboard\",\n                                \"invoice_state_code\": \"GJ\",\n                                \"invoice_country_code\": \"IN\",\n                                \"stripe_account_id\": null,\n                                \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                                \"enable_app_shipping_profile_on_shopify\": \"0\",\n                                \"policy\": null,\n                                \"css\": null,\n                                \"vendor_profile_color\": \"#f18024\",\n                                \"about_us\": null,\n                                \"facebook_link\": null,\n                                \"twitter_link\": null,\n                                \"instagram_link\": null,\n                                \"auto_fulfill_digital_orders\": true,\n                                \"use_default_warehouse_for_all_orders\": false,\n                                \"invoice_label_header_title\": null,\n                                \"invoice_place_of_supply\": null,\n                                \"invoice_cin_key_title\": null,\n                                \"invoice_cin\": null,\n                                \"give_vendor_access_to_merchant_shipper\": false,\n                                \"auto_generate_order_invoices_to_customers\": true,\n                                \"auto_email_order_invoices_to_customers\": true,\n                                \"treat_manual_payment_mode_as_cod\": false,\n                                \"fulfill_order_after_confirm\": false,\n                                \"add_notes_before_confirming_orders\": false,\n                                \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                                \"note_at_the_top_of_invoice\": null,\n                                \"vendor_shop_id\": null,\n                                \"vendor_category\": null,\n                                \"vendor_location\": null,\n                                \"short_description\": null,\n                                \"display_vendor_category\": true,\n                                \"display_vendor_location\": true,\n                                \"display_vendor_short_description\": true,\n                                \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                                \"sync_settings\": {\n                                    \"update_settings\": {\n                                        \"sku\": true,\n                                        \"tags\": true,\n                                        \"media\": true,\n                                        \"price\": true,\n                                        \"title\": true,\n                                        \"weight\": true,\n                                        \"barcode\": true,\n                                        \"quantity\": true,\n                                        \"description\": true,\n                                        \"product_type\": true,\n                                        \"variant_name\": true,\n                                        \"publish_status\": true,\n                                        \"compare_at_price\": true,\n                                        \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                    },\n                                    \"create_settings\": {\n                                        \"sku\": true,\n                                        \"tags\": true,\n                                        \"media\": true,\n                                        \"price\": true,\n                                        \"title\": true,\n                                        \"weight\": true,\n                                        \"barcode\": true,\n                                        \"quantity\": true,\n                                        \"description\": true,\n                                        \"product_type\": true,\n                                        \"variant_name\": true,\n                                        \"publish_status\": true,\n                                        \"compare_at_price\": true,\n                                        \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                    },\n                                    \"override_product_status_at_create\": true,\n                                    \"product_status\": \"as_per_vendor_product\",\n                                    \"enable_order_sync\": true,\n                                    \"push_only_if_order_paid\": false,\n                                    \"push_unsynced_product_order\": true,\n                                    \"auto_add_variant\": true,\n                                    \"auto_remove_variant\": true,\n                                    \"strictKeyCheck\": false,\n                                    \"on_product_delete\": \"do_nothing\",\n                                    \"on_product_unmapped\": \"do_nothing\",\n                                    \"push_only_if_product_connected\": true\n                                },\n                                \"override_hide_customer_information_permissions\": false,\n                                \"can_vendor_cancel_an_order\": false,\n                                \"hide_shipping_charges\": false,\n                                \"add_insurance_to_shipment\": 0,\n                                \"meta_title\": null,\n                                \"registration_link\": null,\n                                \"auto_approval_of_products_from_vendor\": true,\n                                \"ignore_selling_price_for_commission\": 0,\n                                \"shipping_label_check\": {\n                                    \"email\": false,\n                                    \"phone\": false,\n                                    \"address_line_1\": false,\n                                    \"address_line_2\": false,\n                                    \"address_line_1_minimum\": null,\n                                    \"address_line_1_maximum\": null,\n                                    \"address_line_2_minimum\": null,\n                                    \"address_line_2_maximum\": null\n                                },\n                                \"shipping_label_size\": \"smalllabel\",\n                                \"paypal_email\": null,\n                                \"use_custom_email_driver\": true,\n                                \"ignore_order_splitting\": false,\n                                \"hide_customer_information_on_vendor_dashboard\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false\n                                },\n                                \"hide_customer_information_in_awb\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false,\n                                    \"line_items\": false,\n                                    \"vendor_name\": false,\n                                    \"sku\": false,\n                                    \"weight_dimension\": false\n                                },\n                                \"hide_customer_information_in_invoice\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false\n                                },\n                                \"vendor_profile_settings\": {\n                                    \"seller_products_tab\": true,\n                                    \"seller_policy_tab\": true,\n                                    \"seller_contact_us_tab\": true,\n                                    \"seller_events_tab\": true,\n                                    \"seller_reviews_tab\": false,\n                                    \"seller_about_us_tab\": true\n                                },\n                                \"challan_message_1\": null,\n                                \"challan_message_2\": null,\n                                \"challan_prefix\": \"Invoice\",\n                                \"challan_number_same_as_invoice_number\": true,\n                                \"default_label_size_for_all_vendors\": true,\n                                \"hide_customer_information_in_export\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false\n                                },\n                                \"product_permissions\": null,\n                                \"hide_product_details_in_awb\": false,\n                                \"hide_invoice_details_in_awb\": false,\n                                \"company_note\": \"<p>sdfasdfab</p>\",\n                                \"meta_data\": \"[{\\\"uuid\\\":\\\"e95a7b2d-5210-4e7b-988f-7fbde7acf198\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/601990/dashboard-mockup-for-c2c.xlsx\\\",\\\"size\\\":102609,\\\"name\\\":\\\"Dashboard Mockup for C2C.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"50844059-549d-4bcc-88bf-a023fd46bd29\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/604572/28344-1690206866.xlsx\\\",\\\"size\\\":7389,\\\"name\\\":\\\"28344-1690206866.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3ad73d68-08a3-46b5-9afc-3d1ac5df398f\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655061/lable_cancelled_order_amazon.xlsx\\\",\\\"size\\\":26214,\\\"name\\\":\\\"Lable Cancelled Order Amazon.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                                \"color_theme_field\": \"light.blue\",\n                                \"change_tracking_url\": false,\n                                \"ship_to_address_as_merchants_default_warehouse\": false,\n                                \"can_vendor_hold_an_order\": false,\n                                \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                                \"allow_vendors_to_change_vendor_profile_details\": true,\n                                \"whatsapp_account\": \"use_company_account\",\n                                \"vendor_profile_theme_choosen\": \"theme-1\",\n                                \"whatsapp_credit\": 54,\n                                \"test_whatsapp_number\": \"+918849193468\",\n                                \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                                \"connected_vendor_shops\": [\n                                    \"vendorsynctesting5.myshopify.com\",\n                                    \"testing-for-vendorsync.myshopify.com\",\n                                    \"purpleplants.myshopify.com\",\n                                    \"https://st-wpdemo.com/\",\n                                    \"test-store-webkul-112.myshopify.com\",\n                                    \"https://st-wpdemo.com/\",\n                                    \"purpleplants.myshopify.com/\",\n                                    \"https://st-wpdemo.com/\",\n                                    \"purpleplants.myshopify.com\",\n                                    \"channelteststore5.myshopify.com\",\n                                    \"https://st-wpdemo.com/newtestclient/\",\n                                    \"purpleplants.myshopify.com\",\n                                    \"purpleplants.myshopify.com\"\n                                ],\n                                \"events\": null,\n                                \"commission_automation_set\": {\n                                    \"commission_automation\": true,\n                                    \"commission_automation_rules\": true,\n                                    \"commission_automation_date_range\": true,\n                                    \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                    \"time_buffer_for_commission_automation\": \"4\",\n                                    \"order_status_for_commission_automation\": \"pending\",\n                                    \"invoice_number_for_commission_automation\": 277,\n                                    \"date_Range_days_for_commission_automation\": \"4\"\n                                },\n                                \"auto_confirmation_using_tags_settings\": {\n                                    \"tags_settings_status\": true,\n                                    \"paid\": true,\n                                    \"tags_for_paid\": [],\n                                    \"cod_or_partially_paid\": false,\n                                    \"tags_for_cod_or_partially_paid\": [],\n                                    \"Exceptions_for_paid\": false,\n                                    \"Exceptions_for_paid_tags\": [],\n                                    \"Exceptions_for_cod_or_partially_paid\": false,\n                                    \"Exceptions_for_cod_or_partially_paid_tags\": []\n                                },\n                                \"preferred_location\": null,\n                                \"email_credit\": 4853,\n                                \"global_commission\": \"15\",\n                                \"global_discount_shared_by_vendor\": \"0\",\n                                \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                \"global_shipping_charge_commission_type\": \"fixed\",\n                                \"global_shipping_charge_commission\": 50,\n                                \"global_fixed_commission\": 10,\n                                \"invoice_country_detail\": {\n                                    \"id\": 98,\n                                    \"name\": \"India\",\n                                    \"code\": \"IN\",\n                                    \"dial_code\": \"+91\",\n                                    \"currency_name\": \"Indian rupee\",\n                                    \"currency_symbol\": \"Rs.\",\n                                    \"currency_code\": \"INR\",\n                                    \"created_at\": null,\n                                    \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                    \"name_with_symbole\": \"Indian rupee - Rs.\"\n                                },\n                                \"commission_tags\": {\n                                    \"company_id\": 212738,\n                                    \"override_commission\": true\n                                },\n                                \"parent\": {\n                                    \"id\": 212738,\n                                    \"company_name\": \"kapil\",\n                                    \"brand_name\": \"violetplants\",\n                                    \"company_logo\": null,\n                                    \"contact_name\": null,\n                                    \"phone_number\": null,\n                                    \"email\": \"varshil.shipturtle@gmail.com\",\n                                    \"address_line_1\": null,\n                                    \"address_line_2\": \"gj 23\",\n                                    \"pin_code\": \"380009\",\n                                    \"city\": \"Ahmedabad\",\n                                    \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                                    \"updated_at\": \"2023-12-21T12:23:57.000000Z\",\n                                    \"state_id\": null,\n                                    \"gstin_number\": \"1234\",\n                                    \"invoice_prefix\": \"Invoice\",\n                                    \"starting_invoice_number\": \"22\",\n                                    \"terms_and_conditions\": null,\n                                    \"bank_account_beneficiary_name\": null,\n                                    \"bank_account_name\": null,\n                                    \"ifsc_code\": null,\n                                    \"label_company_name\": null,\n                                    \"label_contact_name\": null,\n                                    \"label_phone\": null,\n                                    \"label_email_address\": null,\n                                    \"label_address_line_1\": null,\n                                    \"label_address_line_2\": null,\n                                    \"label_pin_code\": null,\n                                    \"label_city\": null,\n                                    \"label_state\": null,\n                                    \"signature\": null,\n                                    \"currency\": \"INR\",\n                                    \"weight\": null,\n                                    \"measurement\": null,\n                                    \"gst_enabled\": true,\n                                    \"override_channel_product_weight_enabled\": true,\n                                    \"label_details_same_as_company\": true,\n                                    \"multi_vendor_invoicing_enabled\": false,\n                                    \"multi_vendor_shipping_enabled\": false,\n                                    \"is_master\": \"1\",\n                                    \"invoice_number_same_as_order_number\": true,\n                                    \"enable_disable_cod_reconciliation\": true,\n                                    \"enable_disable_freight_reconciliation\": true,\n                                    \"cod_tolerance\": \"5\",\n                                    \"freight_tolerance\": \"2\",\n                                    \"is_multi_vendor_enabled\": true,\n                                    \"invoice_message\": null,\n                                    \"inclusive_exclusive\": null,\n                                    \"is_tax_on_shipping\": \"no\",\n                                    \"tax_on_shipping\": null,\n                                    \"primary_color\": \"#222F3D\",\n                                    \"secondary_color\": null,\n                                    \"display_hsn\": true,\n                                    \"website\": \"https://app.shipturtle.com/\",\n                                    \"country\": \"IN\",\n                                    \"type_of_vendor\": \"marketplace\",\n                                    \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                                    \"title\": \"violetplants\",\n                                    \"parent_id\": 212738,\n                                    \"extra_information\": null,\n                                    \"invoice_date\": \"invoice_creation_date\",\n                                    \"number_of_digits\": \"0\",\n                                    \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                                    \"created_by\": null,\n                                    \"updated_by\": 28344,\n                                    \"invoice_contact_name\": \"Hussain\",\n                                    \"invoice_address_1\": \"dahod\",\n                                    \"invoice_address_2\": \"dahod\",\n                                    \"invoice_postal_code\": \"380005\",\n                                    \"invoice_city\": \"Ahmedabad\",\n                                    \"invoice_phone_number\": \"09173038104\",\n                                    \"invoice_tin\": null,\n                                    \"timezone\": \"America/Phoenix\",\n                                    \"hand_delivered_enabled\": true,\n                                    \"other_courier_partner_enabled\": true,\n                                    \"billing_address_same_as_company_details\": false,\n                                    \"deactivated_at\": null,\n                                    \"state_code\": \"GJ\",\n                                    \"automatically_sync_vendor_name_from_store\": true,\n                                    \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                                    \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                                    \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                                    \"correct_all_errors_in_order\": false,\n                                    \"generate_shipping_labels_for_orders\": false,\n                                    \"generate_invoices_for_dropship_orders\": false,\n                                    \"can_vendor_enable_disable_product\": false,\n                                    \"can_vendor_edit_quantity_product\": false,\n                                    \"can_vendor_edit_weight_dimension_product\": false,\n                                    \"can_vendor_edit_tax_product\": true,\n                                    \"set_vendor_level_commission\": false,\n                                    \"commission\": \"15\",\n                                    \"discount_shared_by_vendor\": \"0\",\n                                    \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                    \"set_vendor_level_shared_discount\": false,\n                                    \"set_vendor_level_commissoin_calculated_on\": false,\n                                    \"use_shop_channel_values_to_set_commission\": false,\n                                    \"can_vendor_generate_invoice\": true,\n                                    \"can_vendor_process_shippings\": true,\n                                    \"can_vendor_edit_hsn_tax\": true,\n                                    \"can_vendor_add_courier_provider\": true,\n                                    \"default_vendor_type\": \"marketplace\",\n                                    \"no_of_deciaml_digits\": 2,\n                                    \"credits\": 299956,\n                                    \"plan_id\": 4,\n                                    \"requested_plan_id\": null,\n                                    \"override_invoice_permissions\": false,\n                                    \"override_product_permissions\": false,\n                                    \"override_order_routing_permissions\": false,\n                                    \"override_shipping_permissions\": false,\n                                    \"slug\": \"violetplants-212738\",\n                                    \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                    \"shipping_charge_commission_type\": \"fixed\",\n                                    \"shipping_charge_commission\": 50,\n                                    \"override_commission_calculated_tax_type\": false,\n                                    \"override_shipping_charge_commission_type\": false,\n                                    \"override_shipping_charge_commission\": 0,\n                                    \"auto_email_to_vendor\": true,\n                                    \"fixed_commission\": 10,\n                                    \"service_charge\": 0,\n                                    \"can_vendor_edit_price\": false,\n                                    \"can_vendor_delete_product\": false,\n                                    \"show_logo_in_awb\": false,\n                                    \"hide_pick_address_in_awb\": false,\n                                    \"hide_customer_info_in_awb\": true,\n                                    \"hide_price_in_awb\": false,\n                                    \"hide_customer_information_on_vendor_dashboards\": false,\n                                    \"allow_merchant_to_generate_invoice\": false,\n                                    \"show_merchant_logo_in_invoice\": true,\n                                    \"locale\": \"en\",\n                                    \"use_custom_waybill\": true,\n                                    \"redirect_url\": \"dashboard\",\n                                    \"invoice_state_code\": \"GJ\",\n                                    \"invoice_country_code\": \"IN\",\n                                    \"stripe_account_id\": null,\n                                    \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                                    \"enable_app_shipping_profile_on_shopify\": \"0\",\n                                    \"policy\": null,\n                                    \"css\": null,\n                                    \"vendor_profile_color\": \"#f18024\",\n                                    \"about_us\": null,\n                                    \"facebook_link\": null,\n                                    \"twitter_link\": null,\n                                    \"instagram_link\": null,\n                                    \"auto_fulfill_digital_orders\": true,\n                                    \"use_default_warehouse_for_all_orders\": false,\n                                    \"invoice_label_header_title\": null,\n                                    \"invoice_place_of_supply\": null,\n                                    \"invoice_cin_key_title\": null,\n                                    \"invoice_cin\": null,\n                                    \"give_vendor_access_to_merchant_shipper\": false,\n                                    \"auto_generate_order_invoices_to_customers\": true,\n                                    \"auto_email_order_invoices_to_customers\": true,\n                                    \"treat_manual_payment_mode_as_cod\": false,\n                                    \"fulfill_order_after_confirm\": false,\n                                    \"add_notes_before_confirming_orders\": false,\n                                    \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                                    \"note_at_the_top_of_invoice\": null,\n                                    \"vendor_shop_id\": null,\n                                    \"vendor_category\": null,\n                                    \"vendor_location\": null,\n                                    \"short_description\": null,\n                                    \"display_vendor_category\": true,\n                                    \"display_vendor_location\": true,\n                                    \"display_vendor_short_description\": true,\n                                    \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                                    \"sync_settings\": {\n                                        \"update_settings\": {\n                                            \"sku\": true,\n                                            \"tags\": true,\n                                            \"media\": true,\n                                            \"price\": true,\n                                            \"title\": true,\n                                            \"weight\": true,\n                                            \"barcode\": true,\n                                            \"quantity\": true,\n                                            \"description\": true,\n                                            \"product_type\": true,\n                                            \"variant_name\": true,\n                                            \"publish_status\": true,\n                                            \"compare_at_price\": true,\n                                            \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                        },\n                                        \"create_settings\": {\n                                            \"sku\": true,\n                                            \"tags\": true,\n                                            \"media\": true,\n                                            \"price\": true,\n                                            \"title\": true,\n                                            \"weight\": true,\n                                            \"barcode\": true,\n                                            \"quantity\": true,\n                                            \"description\": true,\n                                            \"product_type\": true,\n                                            \"variant_name\": true,\n                                            \"publish_status\": true,\n                                            \"compare_at_price\": true,\n                                            \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                        },\n                                        \"override_product_status_at_create\": true,\n                                        \"product_status\": \"as_per_vendor_product\",\n                                        \"enable_order_sync\": true,\n                                        \"push_only_if_order_paid\": false,\n                                        \"push_unsynced_product_order\": true,\n                                        \"auto_add_variant\": true,\n                                        \"auto_remove_variant\": true,\n                                        \"strictKeyCheck\": false,\n                                        \"on_product_delete\": \"do_nothing\",\n                                        \"on_product_unmapped\": \"do_nothing\",\n                                        \"push_only_if_product_connected\": true\n                                    },\n                                    \"override_hide_customer_information_permissions\": false,\n                                    \"can_vendor_cancel_an_order\": false,\n                                    \"hide_shipping_charges\": false,\n                                    \"add_insurance_to_shipment\": 0,\n                                    \"meta_title\": null,\n                                    \"registration_link\": null,\n                                    \"auto_approval_of_products_from_vendor\": true,\n                                    \"ignore_selling_price_for_commission\": 0,\n                                    \"shipping_label_check\": {\n                                        \"email\": false,\n                                        \"phone\": false,\n                                        \"address_line_1\": false,\n                                        \"address_line_2\": false,\n                                        \"address_line_1_minimum\": null,\n                                        \"address_line_1_maximum\": null,\n                                        \"address_line_2_minimum\": null,\n                                        \"address_line_2_maximum\": null\n                                    },\n                                    \"shipping_label_size\": \"smalllabel\",\n                                    \"paypal_email\": null,\n                                    \"use_custom_email_driver\": true,\n                                    \"ignore_order_splitting\": false,\n                                    \"hide_customer_information_on_vendor_dashboard\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false\n                                    },\n                                    \"hide_customer_information_in_awb\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false,\n                                        \"line_items\": false,\n                                        \"vendor_name\": false,\n                                        \"sku\": false,\n                                        \"weight_dimension\": false\n                                    },\n                                    \"hide_customer_information_in_invoice\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false\n                                    },\n                                    \"vendor_profile_settings\": {\n                                        \"seller_products_tab\": true,\n                                        \"seller_policy_tab\": true,\n                                        \"seller_contact_us_tab\": true,\n                                        \"seller_events_tab\": true,\n                                        \"seller_reviews_tab\": false,\n                                        \"seller_about_us_tab\": true\n                                    },\n                                    \"challan_message_1\": null,\n                                    \"challan_message_2\": null,\n                                    \"challan_prefix\": \"Invoice\",\n                                    \"challan_number_same_as_invoice_number\": true,\n                                    \"default_label_size_for_all_vendors\": true,\n                                    \"hide_customer_information_in_export\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false\n                                    },\n                                    \"product_permissions\": null,\n                                    \"hide_product_details_in_awb\": false,\n                                    \"hide_invoice_details_in_awb\": false,\n                                    \"company_note\": \"<p>sdfasdfab</p>\",\n                                    \"meta_data\": \"[{\\\"uuid\\\":\\\"e95a7b2d-5210-4e7b-988f-7fbde7acf198\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/601990/dashboard-mockup-for-c2c.xlsx\\\",\\\"size\\\":102609,\\\"name\\\":\\\"Dashboard Mockup for C2C.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"50844059-549d-4bcc-88bf-a023fd46bd29\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/604572/28344-1690206866.xlsx\\\",\\\"size\\\":7389,\\\"name\\\":\\\"28344-1690206866.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3ad73d68-08a3-46b5-9afc-3d1ac5df398f\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655061/lable_cancelled_order_amazon.xlsx\\\",\\\"size\\\":26214,\\\"name\\\":\\\"Lable Cancelled Order Amazon.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                                    \"color_theme_field\": \"light.blue\",\n                                    \"change_tracking_url\": false,\n                                    \"ship_to_address_as_merchants_default_warehouse\": false,\n                                    \"can_vendor_hold_an_order\": false,\n                                    \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                                    \"allow_vendors_to_change_vendor_profile_details\": true,\n                                    \"whatsapp_account\": \"use_company_account\",\n                                    \"vendor_profile_theme_choosen\": \"theme-1\",\n                                    \"whatsapp_credit\": 54,\n                                    \"test_whatsapp_number\": \"+918849193468\",\n                                    \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                                    \"connected_vendor_shops\": [\n                                        \"vendorsynctesting5.myshopify.com\",\n                                        \"testing-for-vendorsync.myshopify.com\",\n                                        \"purpleplants.myshopify.com\",\n                                        \"https://st-wpdemo.com/\",\n                                        \"test-store-webkul-112.myshopify.com\",\n                                        \"https://st-wpdemo.com/\",\n                                        \"purpleplants.myshopify.com/\",\n                                        \"https://st-wpdemo.com/\",\n                                        \"purpleplants.myshopify.com\",\n                                        \"channelteststore5.myshopify.com\",\n                                        \"https://st-wpdemo.com/newtestclient/\",\n                                        \"purpleplants.myshopify.com\",\n                                        \"purpleplants.myshopify.com\"\n                                    ],\n                                    \"events\": null,\n                                    \"commission_automation_set\": {\n                                        \"commission_automation\": true,\n                                        \"commission_automation_rules\": true,\n                                        \"commission_automation_date_range\": true,\n                                        \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                        \"time_buffer_for_commission_automation\": \"4\",\n                                        \"order_status_for_commission_automation\": \"pending\",\n                                        \"invoice_number_for_commission_automation\": 277,\n                                        \"date_Range_days_for_commission_automation\": \"4\"\n                                    },\n                                    \"auto_confirmation_using_tags_settings\": {\n                                        \"tags_settings_status\": true,\n                                        \"paid\": true,\n                                        \"tags_for_paid\": [],\n                                        \"cod_or_partially_paid\": false,\n                                        \"tags_for_cod_or_partially_paid\": [],\n                                        \"Exceptions_for_paid\": false,\n                                        \"Exceptions_for_paid_tags\": [],\n                                        \"Exceptions_for_cod_or_partially_paid\": false,\n                                        \"Exceptions_for_cod_or_partially_paid_tags\": []\n                                    },\n                                    \"preferred_location\": null,\n                                    \"email_credit\": 4853,\n                                    \"global_commission\": \"15\",\n                                    \"global_discount_shared_by_vendor\": \"0\",\n                                    \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                    \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                    \"global_shipping_charge_commission_type\": \"fixed\",\n                                    \"global_shipping_charge_commission\": 50,\n                                    \"global_fixed_commission\": 10,\n                                    \"invoice_country_detail\": {\n                                        \"id\": 98,\n                                        \"name\": \"India\",\n                                        \"code\": \"IN\",\n                                        \"dial_code\": \"+91\",\n                                        \"currency_name\": \"Indian rupee\",\n                                        \"currency_symbol\": \"Rs.\",\n                                        \"currency_code\": \"INR\",\n                                        \"created_at\": null,\n                                        \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                        \"name_with_symbole\": \"Indian rupee - Rs.\"\n                                    },\n                                    \"commission_tags\": {\n                                        \"company_id\": 212738,\n                                        \"override_commission\": true\n                                    }\n                                }\n                            },\n                            \"overridden_commission_level\": \"global\",\n                            \"overridden_commission\": \"15\",\n                            \"overridden_fixed_commission\": 10,\n                            \"global_commission_level\": \"global\",\n                            \"global_commission\": \"15\",\n                            \"global_fixed_commission\": 10\n                        },\n                        \"media\": []\n                    },\n                    \"alien_variant\": null\n                },\n                {\n                    \"id\": 22397090,\n                    \"commission\": null,\n                    \"fixed_commission\": 0,\n                    \"company_id\": 212738,\n                    \"product_id\": 8057554,\n                    \"image\": null,\n                    \"channel_variant_id\": \"22530924\",\n                    \"compare_at_price\": \"0.00\",\n                    \"deleted_at\": null,\n                    \"deactivated_at\": true,\n                    \"grams\": \"0\",\n                    \"height\": null,\n                    \"image_id\": null,\n                    \"inventory_item_id\": \"50352894705967\",\n                    \"inventory_management\": \"shopify\",\n                    \"inventory_policy\": \"deny\",\n                    \"inventory_quantity\": \"10\",\n                    \"length\": null,\n                    \"old_inventory_quantity\": null,\n                    \"option1\": \"RED\",\n                    \"option2\": \"S\",\n                    \"option3\": \"Title2\",\n                    \"price\": \"2010.00\",\n                    \"provider\": null,\n                    \"requires_shipping\": null,\n                    \"shop_id\": 4147,\n                    \"sku\": \"NEW-DESTINATION\",\n                    \"tax_id\": null,\n                    \"title\": \"RED / S / Title2\",\n                    \"updated_at\": \"2023-12-21T11:03:56.000000Z\",\n                    \"weight\": \"0\",\n                    \"weight_unit\": \"kg\",\n                    \"width\": null,\n                    \"parent_id\": 212738,\n                    \"override_commission\": false,\n                    \"vendor_shop_variant_id\": null,\n                    \"barcode\": \"\",\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/48308473299247\",\n                    \"overridden_commission_level\": \"global\",\n                    \"overridden_commission\": \"15\",\n                    \"overridden_fixed_commission\": 10,\n                    \"file_history\": null,\n                    \"company\": {\n                        \"id\": 212738,\n                        \"title\": \"violetplants\",\n                        \"parent_id\": 212738,\n                        \"commission\": \"15\",\n                        \"fixed_commission\": 10,\n                        \"set_vendor_level_commission\": false,\n                        \"global_commission\": \"15\",\n                        \"global_discount_shared_by_vendor\": \"0\",\n                        \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                        \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                        \"global_shipping_charge_commission_type\": \"fixed\",\n                        \"global_shipping_charge_commission\": 50,\n                        \"global_fixed_commission\": 10,\n                        \"invoice_country_detail\": null,\n                        \"commission_tags\": {\n                            \"company_id\": 212738,\n                            \"override_commission\": true\n                        },\n                        \"parent\": {\n                            \"id\": 212738,\n                            \"company_name\": \"kapil\",\n                            \"brand_name\": \"violetplants\",\n                            \"company_logo\": null,\n                            \"contact_name\": null,\n                            \"phone_number\": null,\n                            \"email\": \"varshil.shipturtle@gmail.com\",\n                            \"address_line_1\": null,\n                            \"address_line_2\": \"gj 23\",\n                            \"pin_code\": \"380009\",\n                            \"city\": \"Ahmedabad\",\n                            \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                            \"updated_at\": \"2023-12-21T12:23:57.000000Z\",\n                            \"state_id\": null,\n                            \"gstin_number\": \"1234\",\n                            \"invoice_prefix\": \"Invoice\",\n                            \"starting_invoice_number\": \"22\",\n                            \"terms_and_conditions\": null,\n                            \"bank_account_beneficiary_name\": null,\n                            \"bank_account_name\": null,\n                            \"ifsc_code\": null,\n                            \"label_company_name\": null,\n                            \"label_contact_name\": null,\n                            \"label_phone\": null,\n                            \"label_email_address\": null,\n                            \"label_address_line_1\": null,\n                            \"label_address_line_2\": null,\n                            \"label_pin_code\": null,\n                            \"label_city\": null,\n                            \"label_state\": null,\n                            \"signature\": null,\n                            \"currency\": \"INR\",\n                            \"weight\": null,\n                            \"measurement\": null,\n                            \"gst_enabled\": true,\n                            \"override_channel_product_weight_enabled\": true,\n                            \"label_details_same_as_company\": true,\n                            \"multi_vendor_invoicing_enabled\": false,\n                            \"multi_vendor_shipping_enabled\": false,\n                            \"is_master\": \"1\",\n                            \"invoice_number_same_as_order_number\": true,\n                            \"enable_disable_cod_reconciliation\": true,\n                            \"enable_disable_freight_reconciliation\": true,\n                            \"cod_tolerance\": \"5\",\n                            \"freight_tolerance\": \"2\",\n                            \"is_multi_vendor_enabled\": true,\n                            \"invoice_message\": null,\n                            \"inclusive_exclusive\": null,\n                            \"is_tax_on_shipping\": \"no\",\n                            \"tax_on_shipping\": null,\n                            \"primary_color\": \"#222F3D\",\n                            \"secondary_color\": null,\n                            \"display_hsn\": true,\n                            \"website\": \"https://app.shipturtle.com/\",\n                            \"country\": \"IN\",\n                            \"type_of_vendor\": \"marketplace\",\n                            \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                            \"title\": \"violetplants\",\n                            \"parent_id\": 212738,\n                            \"extra_information\": null,\n                            \"invoice_date\": \"invoice_creation_date\",\n                            \"number_of_digits\": \"0\",\n                            \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                            \"created_by\": null,\n                            \"updated_by\": 28344,\n                            \"invoice_contact_name\": \"Hussain\",\n                            \"invoice_address_1\": \"dahod\",\n                            \"invoice_address_2\": \"dahod\",\n                            \"invoice_postal_code\": \"380005\",\n                            \"invoice_city\": \"Ahmedabad\",\n                            \"invoice_phone_number\": \"09173038104\",\n                            \"invoice_tin\": null,\n                            \"timezone\": \"America/Phoenix\",\n                            \"hand_delivered_enabled\": true,\n                            \"other_courier_partner_enabled\": true,\n                            \"billing_address_same_as_company_details\": false,\n                            \"deactivated_at\": null,\n                            \"state_code\": \"GJ\",\n                            \"automatically_sync_vendor_name_from_store\": true,\n                            \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                            \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                            \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                            \"correct_all_errors_in_order\": false,\n                            \"generate_shipping_labels_for_orders\": false,\n                            \"generate_invoices_for_dropship_orders\": false,\n                            \"can_vendor_enable_disable_product\": false,\n                            \"can_vendor_edit_quantity_product\": false,\n                            \"can_vendor_edit_weight_dimension_product\": false,\n                            \"can_vendor_edit_tax_product\": true,\n                            \"set_vendor_level_commission\": false,\n                            \"commission\": \"15\",\n                            \"discount_shared_by_vendor\": \"0\",\n                            \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"set_vendor_level_shared_discount\": false,\n                            \"set_vendor_level_commissoin_calculated_on\": false,\n                            \"use_shop_channel_values_to_set_commission\": false,\n                            \"can_vendor_generate_invoice\": true,\n                            \"can_vendor_process_shippings\": true,\n                            \"can_vendor_edit_hsn_tax\": true,\n                            \"can_vendor_add_courier_provider\": true,\n                            \"default_vendor_type\": \"marketplace\",\n                            \"no_of_deciaml_digits\": 2,\n                            \"credits\": 299956,\n                            \"plan_id\": 4,\n                            \"requested_plan_id\": null,\n                            \"override_invoice_permissions\": false,\n                            \"override_product_permissions\": false,\n                            \"override_order_routing_permissions\": false,\n                            \"override_shipping_permissions\": false,\n                            \"slug\": \"violetplants-212738\",\n                            \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"shipping_charge_commission_type\": \"fixed\",\n                            \"shipping_charge_commission\": 50,\n                            \"override_commission_calculated_tax_type\": false,\n                            \"override_shipping_charge_commission_type\": false,\n                            \"override_shipping_charge_commission\": 0,\n                            \"auto_email_to_vendor\": true,\n                            \"fixed_commission\": 10,\n                            \"service_charge\": 0,\n                            \"can_vendor_edit_price\": false,\n                            \"can_vendor_delete_product\": false,\n                            \"show_logo_in_awb\": false,\n                            \"hide_pick_address_in_awb\": false,\n                            \"hide_customer_info_in_awb\": true,\n                            \"hide_price_in_awb\": false,\n                            \"hide_customer_information_on_vendor_dashboards\": false,\n                            \"allow_merchant_to_generate_invoice\": false,\n                            \"show_merchant_logo_in_invoice\": true,\n                            \"locale\": \"en\",\n                            \"use_custom_waybill\": true,\n                            \"redirect_url\": \"dashboard\",\n                            \"invoice_state_code\": \"GJ\",\n                            \"invoice_country_code\": \"IN\",\n                            \"stripe_account_id\": null,\n                            \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                            \"enable_app_shipping_profile_on_shopify\": \"0\",\n                            \"policy\": null,\n                            \"css\": null,\n                            \"vendor_profile_color\": \"#f18024\",\n                            \"about_us\": null,\n                            \"facebook_link\": null,\n                            \"twitter_link\": null,\n                            \"instagram_link\": null,\n                            \"auto_fulfill_digital_orders\": true,\n                            \"use_default_warehouse_for_all_orders\": false,\n                            \"invoice_label_header_title\": null,\n                            \"invoice_place_of_supply\": null,\n                            \"invoice_cin_key_title\": null,\n                            \"invoice_cin\": null,\n                            \"give_vendor_access_to_merchant_shipper\": false,\n                            \"auto_generate_order_invoices_to_customers\": true,\n                            \"auto_email_order_invoices_to_customers\": true,\n                            \"treat_manual_payment_mode_as_cod\": false,\n                            \"fulfill_order_after_confirm\": false,\n                            \"add_notes_before_confirming_orders\": false,\n                            \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                            \"note_at_the_top_of_invoice\": null,\n                            \"vendor_shop_id\": null,\n                            \"vendor_category\": null,\n                            \"vendor_location\": null,\n                            \"short_description\": null,\n                            \"display_vendor_category\": true,\n                            \"display_vendor_location\": true,\n                            \"display_vendor_short_description\": true,\n                            \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                            \"sync_settings\": {\n                                \"update_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": true,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"create_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": true,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"override_product_status_at_create\": true,\n                                \"product_status\": \"as_per_vendor_product\",\n                                \"enable_order_sync\": true,\n                                \"push_only_if_order_paid\": false,\n                                \"push_unsynced_product_order\": true,\n                                \"auto_add_variant\": true,\n                                \"auto_remove_variant\": true,\n                                \"strictKeyCheck\": false,\n                                \"on_product_delete\": \"do_nothing\",\n                                \"on_product_unmapped\": \"do_nothing\",\n                                \"push_only_if_product_connected\": true\n                            },\n                            \"override_hide_customer_information_permissions\": false,\n                            \"can_vendor_cancel_an_order\": false,\n                            \"hide_shipping_charges\": false,\n                            \"add_insurance_to_shipment\": 0,\n                            \"meta_title\": null,\n                            \"registration_link\": null,\n                            \"auto_approval_of_products_from_vendor\": true,\n                            \"ignore_selling_price_for_commission\": 0,\n                            \"shipping_label_check\": {\n                                \"email\": false,\n                                \"phone\": false,\n                                \"address_line_1\": false,\n                                \"address_line_2\": false,\n                                \"address_line_1_minimum\": null,\n                                \"address_line_1_maximum\": null,\n                                \"address_line_2_minimum\": null,\n                                \"address_line_2_maximum\": null\n                            },\n                            \"shipping_label_size\": \"smalllabel\",\n                            \"paypal_email\": null,\n                            \"use_custom_email_driver\": true,\n                            \"ignore_order_splitting\": false,\n                            \"hide_customer_information_on_vendor_dashboard\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"hide_customer_information_in_awb\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false,\n                                \"line_items\": false,\n                                \"vendor_name\": false,\n                                \"sku\": false,\n                                \"weight_dimension\": false\n                            },\n                            \"hide_customer_information_in_invoice\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"vendor_profile_settings\": {\n                                \"seller_products_tab\": true,\n                                \"seller_policy_tab\": true,\n                                \"seller_contact_us_tab\": true,\n                                \"seller_events_tab\": true,\n                                \"seller_reviews_tab\": false,\n                                \"seller_about_us_tab\": true\n                            },\n                            \"challan_message_1\": null,\n                            \"challan_message_2\": null,\n                            \"challan_prefix\": \"Invoice\",\n                            \"challan_number_same_as_invoice_number\": true,\n                            \"default_label_size_for_all_vendors\": true,\n                            \"hide_customer_information_in_export\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"product_permissions\": null,\n                            \"hide_product_details_in_awb\": false,\n                            \"hide_invoice_details_in_awb\": false,\n                            \"company_note\": \"<p>sdfasdfab</p>\",\n                            \"meta_data\": \"[{\\\"uuid\\\":\\\"e95a7b2d-5210-4e7b-988f-7fbde7acf198\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/601990/dashboard-mockup-for-c2c.xlsx\\\",\\\"size\\\":102609,\\\"name\\\":\\\"Dashboard Mockup for C2C.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"50844059-549d-4bcc-88bf-a023fd46bd29\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/604572/28344-1690206866.xlsx\\\",\\\"size\\\":7389,\\\"name\\\":\\\"28344-1690206866.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3ad73d68-08a3-46b5-9afc-3d1ac5df398f\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655061/lable_cancelled_order_amazon.xlsx\\\",\\\"size\\\":26214,\\\"name\\\":\\\"Lable Cancelled Order Amazon.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                            \"color_theme_field\": \"light.blue\",\n                            \"change_tracking_url\": false,\n                            \"ship_to_address_as_merchants_default_warehouse\": false,\n                            \"can_vendor_hold_an_order\": false,\n                            \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                            \"allow_vendors_to_change_vendor_profile_details\": true,\n                            \"whatsapp_account\": \"use_company_account\",\n                            \"vendor_profile_theme_choosen\": \"theme-1\",\n                            \"whatsapp_credit\": 54,\n                            \"test_whatsapp_number\": \"+918849193468\",\n                            \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                            \"connected_vendor_shops\": [\n                                \"vendorsynctesting5.myshopify.com\",\n                                \"testing-for-vendorsync.myshopify.com\",\n                                \"purpleplants.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"test-store-webkul-112.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com/\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com\",\n                                \"channelteststore5.myshopify.com\",\n                                \"https://st-wpdemo.com/newtestclient/\",\n                                \"purpleplants.myshopify.com\",\n                                \"purpleplants.myshopify.com\"\n                            ],\n                            \"events\": null,\n                            \"commission_automation_set\": {\n                                \"commission_automation\": true,\n                                \"commission_automation_rules\": true,\n                                \"commission_automation_date_range\": true,\n                                \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                \"time_buffer_for_commission_automation\": \"4\",\n                                \"order_status_for_commission_automation\": \"pending\",\n                                \"invoice_number_for_commission_automation\": 277,\n                                \"date_Range_days_for_commission_automation\": \"4\"\n                            },\n                            \"auto_confirmation_using_tags_settings\": {\n                                \"tags_settings_status\": true,\n                                \"paid\": true,\n                                \"tags_for_paid\": [],\n                                \"cod_or_partially_paid\": false,\n                                \"tags_for_cod_or_partially_paid\": [],\n                                \"Exceptions_for_paid\": false,\n                                \"Exceptions_for_paid_tags\": [],\n                                \"Exceptions_for_cod_or_partially_paid\": false,\n                                \"Exceptions_for_cod_or_partially_paid_tags\": []\n                            },\n                            \"preferred_location\": null,\n                            \"email_credit\": 4853,\n                            \"global_commission\": \"15\",\n                            \"global_discount_shared_by_vendor\": \"0\",\n                            \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"global_shipping_charge_commission_type\": \"fixed\",\n                            \"global_shipping_charge_commission\": 50,\n                            \"global_fixed_commission\": 10,\n                            \"invoice_country_detail\": {\n                                \"id\": 98,\n                                \"name\": \"India\",\n                                \"code\": \"IN\",\n                                \"dial_code\": \"+91\",\n                                \"currency_name\": \"Indian rupee\",\n                                \"currency_symbol\": \"Rs.\",\n                                \"currency_code\": \"INR\",\n                                \"created_at\": null,\n                                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                \"name_with_symbole\": \"Indian rupee - Rs.\"\n                            },\n                            \"commission_tags\": {\n                                \"company_id\": 212738,\n                                \"override_commission\": true\n                            }\n                        }\n                    },\n                    \"tax\": null,\n                    \"inventory_item\": {\n                        \"id\": 13164390,\n                        \"sku\": \"NEW-DESTINATION\",\n                        \"requires_shipping\": true,\n                        \"cost\": \"10.00\",\n                        \"admin_graphql_api_id\": \"gid://shopify/InventoryItem/50352894705967\",\n                        \"created_at\": \"2023-12-21T11:03:56.000000Z\",\n                        \"updated_at\": \"2023-12-21T11:03:56.000000Z\",\n                        \"shop_id\": 4147,\n                        \"channel_id\": \"50352894705967\",\n                        \"variant_id\": null,\n                        \"channel\": null,\n                        \"country_harmonized_system_codes\": null,\n                        \"harmonized_system_code\": null,\n                        \"deleted_at\": null\n                    },\n                    \"product\": {\n                        \"id\": 8057554,\n                        \"product_type_id\": 145003,\n                        \"image_link\": null,\n                        \"images_link\": null,\n                        \"uploaded_images\": [],\n                        \"product_type_title\": \"Canvas\",\n                        \"variant_inventory_count\": {\n                            \"quantity\": 378,\n                            \"length\": 27\n                        },\n                        \"product_type\": {\n                            \"id\": 145003,\n                            \"channel\": \"shopify\",\n                            \"shop_id\": 4147,\n                            \"title\": \"Canvas\",\n                            \"commission\": null,\n                            \"created_at\": \"2023-11-30T06:49:18.000000Z\",\n                            \"updated_at\": \"2023-11-30T06:49:18.000000Z\",\n                            \"fixed_commission\": 0,\n                            \"override_commission\": false,\n                            \"companyObject\": {\n                                \"id\": 212738,\n                                \"company_name\": \"kapil\",\n                                \"brand_name\": \"violetplants\",\n                                \"company_logo\": null,\n                                \"contact_name\": null,\n                                \"phone_number\": null,\n                                \"email\": \"varshil.shipturtle@gmail.com\",\n                                \"address_line_1\": null,\n                                \"address_line_2\": \"gj 23\",\n                                \"pin_code\": \"380009\",\n                                \"city\": \"Ahmedabad\",\n                                \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                                \"updated_at\": \"2023-12-21T12:23:57.000000Z\",\n                                \"state_id\": null,\n                                \"gstin_number\": \"1234\",\n                                \"invoice_prefix\": \"Invoice\",\n                                \"starting_invoice_number\": \"22\",\n                                \"terms_and_conditions\": null,\n                                \"bank_account_beneficiary_name\": null,\n                                \"bank_account_name\": null,\n                                \"ifsc_code\": null,\n                                \"label_company_name\": null,\n                                \"label_contact_name\": null,\n                                \"label_phone\": null,\n                                \"label_email_address\": null,\n                                \"label_address_line_1\": null,\n                                \"label_address_line_2\": null,\n                                \"label_pin_code\": null,\n                                \"label_city\": null,\n                                \"label_state\": null,\n                                \"signature\": null,\n                                \"currency\": \"INR\",\n                                \"weight\": null,\n                                \"measurement\": null,\n                                \"gst_enabled\": true,\n                                \"override_channel_product_weight_enabled\": true,\n                                \"label_details_same_as_company\": true,\n                                \"multi_vendor_invoicing_enabled\": false,\n                                \"multi_vendor_shipping_enabled\": false,\n                                \"is_master\": \"1\",\n                                \"invoice_number_same_as_order_number\": true,\n                                \"enable_disable_cod_reconciliation\": true,\n                                \"enable_disable_freight_reconciliation\": true,\n                                \"cod_tolerance\": \"5\",\n                                \"freight_tolerance\": \"2\",\n                                \"is_multi_vendor_enabled\": true,\n                                \"invoice_message\": null,\n                                \"inclusive_exclusive\": null,\n                                \"is_tax_on_shipping\": \"no\",\n                                \"tax_on_shipping\": null,\n                                \"primary_color\": \"#222F3D\",\n                                \"secondary_color\": null,\n                                \"display_hsn\": true,\n                                \"website\": \"https://app.shipturtle.com/\",\n                                \"country\": \"IN\",\n                                \"type_of_vendor\": \"marketplace\",\n                                \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                                \"title\": \"violetplants\",\n                                \"parent_id\": 212738,\n                                \"extra_information\": null,\n                                \"invoice_date\": \"invoice_creation_date\",\n                                \"number_of_digits\": \"0\",\n                                \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                                \"created_by\": null,\n                                \"updated_by\": 28344,\n                                \"invoice_contact_name\": \"Hussain\",\n                                \"invoice_address_1\": \"dahod\",\n                                \"invoice_address_2\": \"dahod\",\n                                \"invoice_postal_code\": \"380005\",\n                                \"invoice_city\": \"Ahmedabad\",\n                                \"invoice_phone_number\": \"09173038104\",\n                                \"invoice_tin\": null,\n                                \"timezone\": \"America/Phoenix\",\n                                \"hand_delivered_enabled\": true,\n                                \"other_courier_partner_enabled\": true,\n                                \"billing_address_same_as_company_details\": false,\n                                \"deactivated_at\": null,\n                                \"state_code\": \"GJ\",\n                                \"automatically_sync_vendor_name_from_store\": true,\n                                \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                                \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                                \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                                \"correct_all_errors_in_order\": false,\n                                \"generate_shipping_labels_for_orders\": false,\n                                \"generate_invoices_for_dropship_orders\": false,\n                                \"can_vendor_enable_disable_product\": false,\n                                \"can_vendor_edit_quantity_product\": false,\n                                \"can_vendor_edit_weight_dimension_product\": false,\n                                \"can_vendor_edit_tax_product\": true,\n                                \"set_vendor_level_commission\": false,\n                                \"commission\": \"15\",\n                                \"discount_shared_by_vendor\": \"0\",\n                                \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                \"set_vendor_level_shared_discount\": false,\n                                \"set_vendor_level_commissoin_calculated_on\": false,\n                                \"use_shop_channel_values_to_set_commission\": false,\n                                \"can_vendor_generate_invoice\": true,\n                                \"can_vendor_process_shippings\": true,\n                                \"can_vendor_edit_hsn_tax\": true,\n                                \"can_vendor_add_courier_provider\": true,\n                                \"default_vendor_type\": \"marketplace\",\n                                \"no_of_deciaml_digits\": 2,\n                                \"credits\": 299956,\n                                \"plan_id\": 4,\n                                \"requested_plan_id\": null,\n                                \"override_invoice_permissions\": false,\n                                \"override_product_permissions\": false,\n                                \"override_order_routing_permissions\": false,\n                                \"override_shipping_permissions\": false,\n                                \"slug\": \"violetplants-212738\",\n                                \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                \"shipping_charge_commission_type\": \"fixed\",\n                                \"shipping_charge_commission\": 50,\n                                \"override_commission_calculated_tax_type\": false,\n                                \"override_shipping_charge_commission_type\": false,\n                                \"override_shipping_charge_commission\": 0,\n                                \"auto_email_to_vendor\": true,\n                                \"fixed_commission\": 10,\n                                \"service_charge\": 0,\n                                \"can_vendor_edit_price\": false,\n                                \"can_vendor_delete_product\": false,\n                                \"show_logo_in_awb\": false,\n                                \"hide_pick_address_in_awb\": false,\n                                \"hide_customer_info_in_awb\": true,\n                                \"hide_price_in_awb\": false,\n                                \"hide_customer_information_on_vendor_dashboards\": false,\n                                \"allow_merchant_to_generate_invoice\": false,\n                                \"show_merchant_logo_in_invoice\": true,\n                                \"locale\": \"en\",\n                                \"use_custom_waybill\": true,\n                                \"redirect_url\": \"dashboard\",\n                                \"invoice_state_code\": \"GJ\",\n                                \"invoice_country_code\": \"IN\",\n                                \"stripe_account_id\": null,\n                                \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                                \"enable_app_shipping_profile_on_shopify\": \"0\",\n                                \"policy\": null,\n                                \"css\": null,\n                                \"vendor_profile_color\": \"#f18024\",\n                                \"about_us\": null,\n                                \"facebook_link\": null,\n                                \"twitter_link\": null,\n                                \"instagram_link\": null,\n                                \"auto_fulfill_digital_orders\": true,\n                                \"use_default_warehouse_for_all_orders\": false,\n                                \"invoice_label_header_title\": null,\n                                \"invoice_place_of_supply\": null,\n                                \"invoice_cin_key_title\": null,\n                                \"invoice_cin\": null,\n                                \"give_vendor_access_to_merchant_shipper\": false,\n                                \"auto_generate_order_invoices_to_customers\": true,\n                                \"auto_email_order_invoices_to_customers\": true,\n                                \"treat_manual_payment_mode_as_cod\": false,\n                                \"fulfill_order_after_confirm\": false,\n                                \"add_notes_before_confirming_orders\": false,\n                                \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                                \"note_at_the_top_of_invoice\": null,\n                                \"vendor_shop_id\": null,\n                                \"vendor_category\": null,\n                                \"vendor_location\": null,\n                                \"short_description\": null,\n                                \"display_vendor_category\": true,\n                                \"display_vendor_location\": true,\n                                \"display_vendor_short_description\": true,\n                                \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                                \"sync_settings\": {\n                                    \"update_settings\": {\n                                        \"sku\": true,\n                                        \"tags\": true,\n                                        \"media\": true,\n                                        \"price\": true,\n                                        \"title\": true,\n                                        \"weight\": true,\n                                        \"barcode\": true,\n                                        \"quantity\": true,\n                                        \"description\": true,\n                                        \"product_type\": true,\n                                        \"variant_name\": true,\n                                        \"publish_status\": true,\n                                        \"compare_at_price\": true,\n                                        \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                    },\n                                    \"create_settings\": {\n                                        \"sku\": true,\n                                        \"tags\": true,\n                                        \"media\": true,\n                                        \"price\": true,\n                                        \"title\": true,\n                                        \"weight\": true,\n                                        \"barcode\": true,\n                                        \"quantity\": true,\n                                        \"description\": true,\n                                        \"product_type\": true,\n                                        \"variant_name\": true,\n                                        \"publish_status\": true,\n                                        \"compare_at_price\": true,\n                                        \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                    },\n                                    \"override_product_status_at_create\": true,\n                                    \"product_status\": \"as_per_vendor_product\",\n                                    \"enable_order_sync\": true,\n                                    \"push_only_if_order_paid\": false,\n                                    \"push_unsynced_product_order\": true,\n                                    \"auto_add_variant\": true,\n                                    \"auto_remove_variant\": true,\n                                    \"strictKeyCheck\": false,\n                                    \"on_product_delete\": \"do_nothing\",\n                                    \"on_product_unmapped\": \"do_nothing\",\n                                    \"push_only_if_product_connected\": true\n                                },\n                                \"override_hide_customer_information_permissions\": false,\n                                \"can_vendor_cancel_an_order\": false,\n                                \"hide_shipping_charges\": false,\n                                \"add_insurance_to_shipment\": 0,\n                                \"meta_title\": null,\n                                \"registration_link\": null,\n                                \"auto_approval_of_products_from_vendor\": true,\n                                \"ignore_selling_price_for_commission\": 0,\n                                \"shipping_label_check\": {\n                                    \"email\": false,\n                                    \"phone\": false,\n                                    \"address_line_1\": false,\n                                    \"address_line_2\": false,\n                                    \"address_line_1_minimum\": null,\n                                    \"address_line_1_maximum\": null,\n                                    \"address_line_2_minimum\": null,\n                                    \"address_line_2_maximum\": null\n                                },\n                                \"shipping_label_size\": \"smalllabel\",\n                                \"paypal_email\": null,\n                                \"use_custom_email_driver\": true,\n                                \"ignore_order_splitting\": false,\n                                \"hide_customer_information_on_vendor_dashboard\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false\n                                },\n                                \"hide_customer_information_in_awb\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false,\n                                    \"line_items\": false,\n                                    \"vendor_name\": false,\n                                    \"sku\": false,\n                                    \"weight_dimension\": false\n                                },\n                                \"hide_customer_information_in_invoice\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false\n                                },\n                                \"vendor_profile_settings\": {\n                                    \"seller_products_tab\": true,\n                                    \"seller_policy_tab\": true,\n                                    \"seller_contact_us_tab\": true,\n                                    \"seller_events_tab\": true,\n                                    \"seller_reviews_tab\": false,\n                                    \"seller_about_us_tab\": true\n                                },\n                                \"challan_message_1\": null,\n                                \"challan_message_2\": null,\n                                \"challan_prefix\": \"Invoice\",\n                                \"challan_number_same_as_invoice_number\": true,\n                                \"default_label_size_for_all_vendors\": true,\n                                \"hide_customer_information_in_export\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false\n                                },\n                                \"product_permissions\": null,\n                                \"hide_product_details_in_awb\": false,\n                                \"hide_invoice_details_in_awb\": false,\n                                \"company_note\": \"<p>sdfasdfab</p>\",\n                                \"meta_data\": \"[{\\\"uuid\\\":\\\"e95a7b2d-5210-4e7b-988f-7fbde7acf198\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/601990/dashboard-mockup-for-c2c.xlsx\\\",\\\"size\\\":102609,\\\"name\\\":\\\"Dashboard Mockup for C2C.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"50844059-549d-4bcc-88bf-a023fd46bd29\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/604572/28344-1690206866.xlsx\\\",\\\"size\\\":7389,\\\"name\\\":\\\"28344-1690206866.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3ad73d68-08a3-46b5-9afc-3d1ac5df398f\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655061/lable_cancelled_order_amazon.xlsx\\\",\\\"size\\\":26214,\\\"name\\\":\\\"Lable Cancelled Order Amazon.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                                \"color_theme_field\": \"light.blue\",\n                                \"change_tracking_url\": false,\n                                \"ship_to_address_as_merchants_default_warehouse\": false,\n                                \"can_vendor_hold_an_order\": false,\n                                \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                                \"allow_vendors_to_change_vendor_profile_details\": true,\n                                \"whatsapp_account\": \"use_company_account\",\n                                \"vendor_profile_theme_choosen\": \"theme-1\",\n                                \"whatsapp_credit\": 54,\n                                \"test_whatsapp_number\": \"+918849193468\",\n                                \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                                \"connected_vendor_shops\": [\n                                    \"vendorsynctesting5.myshopify.com\",\n                                    \"testing-for-vendorsync.myshopify.com\",\n                                    \"purpleplants.myshopify.com\",\n                                    \"https://st-wpdemo.com/\",\n                                    \"test-store-webkul-112.myshopify.com\",\n                                    \"https://st-wpdemo.com/\",\n                                    \"purpleplants.myshopify.com/\",\n                                    \"https://st-wpdemo.com/\",\n                                    \"purpleplants.myshopify.com\",\n                                    \"channelteststore5.myshopify.com\",\n                                    \"https://st-wpdemo.com/newtestclient/\",\n                                    \"purpleplants.myshopify.com\",\n                                    \"purpleplants.myshopify.com\"\n                                ],\n                                \"events\": null,\n                                \"commission_automation_set\": {\n                                    \"commission_automation\": true,\n                                    \"commission_automation_rules\": true,\n                                    \"commission_automation_date_range\": true,\n                                    \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                    \"time_buffer_for_commission_automation\": \"4\",\n                                    \"order_status_for_commission_automation\": \"pending\",\n                                    \"invoice_number_for_commission_automation\": 277,\n                                    \"date_Range_days_for_commission_automation\": \"4\"\n                                },\n                                \"auto_confirmation_using_tags_settings\": {\n                                    \"tags_settings_status\": true,\n                                    \"paid\": true,\n                                    \"tags_for_paid\": [],\n                                    \"cod_or_partially_paid\": false,\n                                    \"tags_for_cod_or_partially_paid\": [],\n                                    \"Exceptions_for_paid\": false,\n                                    \"Exceptions_for_paid_tags\": [],\n                                    \"Exceptions_for_cod_or_partially_paid\": false,\n                                    \"Exceptions_for_cod_or_partially_paid_tags\": []\n                                },\n                                \"preferred_location\": null,\n                                \"email_credit\": 4853,\n                                \"global_commission\": \"15\",\n                                \"global_discount_shared_by_vendor\": \"0\",\n                                \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                \"global_shipping_charge_commission_type\": \"fixed\",\n                                \"global_shipping_charge_commission\": 50,\n                                \"global_fixed_commission\": 10,\n                                \"invoice_country_detail\": {\n                                    \"id\": 98,\n                                    \"name\": \"India\",\n                                    \"code\": \"IN\",\n                                    \"dial_code\": \"+91\",\n                                    \"currency_name\": \"Indian rupee\",\n                                    \"currency_symbol\": \"Rs.\",\n                                    \"currency_code\": \"INR\",\n                                    \"created_at\": null,\n                                    \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                    \"name_with_symbole\": \"Indian rupee - Rs.\"\n                                },\n                                \"commission_tags\": {\n                                    \"company_id\": 212738,\n                                    \"override_commission\": true\n                                },\n                                \"parent\": {\n                                    \"id\": 212738,\n                                    \"company_name\": \"kapil\",\n                                    \"brand_name\": \"violetplants\",\n                                    \"company_logo\": null,\n                                    \"contact_name\": null,\n                                    \"phone_number\": null,\n                                    \"email\": \"varshil.shipturtle@gmail.com\",\n                                    \"address_line_1\": null,\n                                    \"address_line_2\": \"gj 23\",\n                                    \"pin_code\": \"380009\",\n                                    \"city\": \"Ahmedabad\",\n                                    \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                                    \"updated_at\": \"2023-12-21T12:23:57.000000Z\",\n                                    \"state_id\": null,\n                                    \"gstin_number\": \"1234\",\n                                    \"invoice_prefix\": \"Invoice\",\n                                    \"starting_invoice_number\": \"22\",\n                                    \"terms_and_conditions\": null,\n                                    \"bank_account_beneficiary_name\": null,\n                                    \"bank_account_name\": null,\n                                    \"ifsc_code\": null,\n                                    \"label_company_name\": null,\n                                    \"label_contact_name\": null,\n                                    \"label_phone\": null,\n                                    \"label_email_address\": null,\n                                    \"label_address_line_1\": null,\n                                    \"label_address_line_2\": null,\n                                    \"label_pin_code\": null,\n                                    \"label_city\": null,\n                                    \"label_state\": null,\n                                    \"signature\": null,\n                                    \"currency\": \"INR\",\n                                    \"weight\": null,\n                                    \"measurement\": null,\n                                    \"gst_enabled\": true,\n                                    \"override_channel_product_weight_enabled\": true,\n                                    \"label_details_same_as_company\": true,\n                                    \"multi_vendor_invoicing_enabled\": false,\n                                    \"multi_vendor_shipping_enabled\": false,\n                                    \"is_master\": \"1\",\n                                    \"invoice_number_same_as_order_number\": true,\n                                    \"enable_disable_cod_reconciliation\": true,\n                                    \"enable_disable_freight_reconciliation\": true,\n                                    \"cod_tolerance\": \"5\",\n                                    \"freight_tolerance\": \"2\",\n                                    \"is_multi_vendor_enabled\": true,\n                                    \"invoice_message\": null,\n                                    \"inclusive_exclusive\": null,\n                                    \"is_tax_on_shipping\": \"no\",\n                                    \"tax_on_shipping\": null,\n                                    \"primary_color\": \"#222F3D\",\n                                    \"secondary_color\": null,\n                                    \"display_hsn\": true,\n                                    \"website\": \"https://app.shipturtle.com/\",\n                                    \"country\": \"IN\",\n                                    \"type_of_vendor\": \"marketplace\",\n                                    \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                                    \"title\": \"violetplants\",\n                                    \"parent_id\": 212738,\n                                    \"extra_information\": null,\n                                    \"invoice_date\": \"invoice_creation_date\",\n                                    \"number_of_digits\": \"0\",\n                                    \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                                    \"created_by\": null,\n                                    \"updated_by\": 28344,\n                                    \"invoice_contact_name\": \"Hussain\",\n                                    \"invoice_address_1\": \"dahod\",\n                                    \"invoice_address_2\": \"dahod\",\n                                    \"invoice_postal_code\": \"380005\",\n                                    \"invoice_city\": \"Ahmedabad\",\n                                    \"invoice_phone_number\": \"09173038104\",\n                                    \"invoice_tin\": null,\n                                    \"timezone\": \"America/Phoenix\",\n                                    \"hand_delivered_enabled\": true,\n                                    \"other_courier_partner_enabled\": true,\n                                    \"billing_address_same_as_company_details\": false,\n                                    \"deactivated_at\": null,\n                                    \"state_code\": \"GJ\",\n                                    \"automatically_sync_vendor_name_from_store\": true,\n                                    \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                                    \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                                    \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                                    \"correct_all_errors_in_order\": false,\n                                    \"generate_shipping_labels_for_orders\": false,\n                                    \"generate_invoices_for_dropship_orders\": false,\n                                    \"can_vendor_enable_disable_product\": false,\n                                    \"can_vendor_edit_quantity_product\": false,\n                                    \"can_vendor_edit_weight_dimension_product\": false,\n                                    \"can_vendor_edit_tax_product\": true,\n                                    \"set_vendor_level_commission\": false,\n                                    \"commission\": \"15\",\n                                    \"discount_shared_by_vendor\": \"0\",\n                                    \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                    \"set_vendor_level_shared_discount\": false,\n                                    \"set_vendor_level_commissoin_calculated_on\": false,\n                                    \"use_shop_channel_values_to_set_commission\": false,\n                                    \"can_vendor_generate_invoice\": true,\n                                    \"can_vendor_process_shippings\": true,\n                                    \"can_vendor_edit_hsn_tax\": true,\n                                    \"can_vendor_add_courier_provider\": true,\n                                    \"default_vendor_type\": \"marketplace\",\n                                    \"no_of_deciaml_digits\": 2,\n                                    \"credits\": 299956,\n                                    \"plan_id\": 4,\n                                    \"requested_plan_id\": null,\n                                    \"override_invoice_permissions\": false,\n                                    \"override_product_permissions\": false,\n                                    \"override_order_routing_permissions\": false,\n                                    \"override_shipping_permissions\": false,\n                                    \"slug\": \"violetplants-212738\",\n                                    \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                    \"shipping_charge_commission_type\": \"fixed\",\n                                    \"shipping_charge_commission\": 50,\n                                    \"override_commission_calculated_tax_type\": false,\n                                    \"override_shipping_charge_commission_type\": false,\n                                    \"override_shipping_charge_commission\": 0,\n                                    \"auto_email_to_vendor\": true,\n                                    \"fixed_commission\": 10,\n                                    \"service_charge\": 0,\n                                    \"can_vendor_edit_price\": false,\n                                    \"can_vendor_delete_product\": false,\n                                    \"show_logo_in_awb\": false,\n                                    \"hide_pick_address_in_awb\": false,\n                                    \"hide_customer_info_in_awb\": true,\n                                    \"hide_price_in_awb\": false,\n                                    \"hide_customer_information_on_vendor_dashboards\": false,\n                                    \"allow_merchant_to_generate_invoice\": false,\n                                    \"show_merchant_logo_in_invoice\": true,\n                                    \"locale\": \"en\",\n                                    \"use_custom_waybill\": true,\n                                    \"redirect_url\": \"dashboard\",\n                                    \"invoice_state_code\": \"GJ\",\n                                    \"invoice_country_code\": \"IN\",\n                                    \"stripe_account_id\": null,\n                                    \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                                    \"enable_app_shipping_profile_on_shopify\": \"0\",\n                                    \"policy\": null,\n                                    \"css\": null,\n                                    \"vendor_profile_color\": \"#f18024\",\n                                    \"about_us\": null,\n                                    \"facebook_link\": null,\n                                    \"twitter_link\": null,\n                                    \"instagram_link\": null,\n                                    \"auto_fulfill_digital_orders\": true,\n                                    \"use_default_warehouse_for_all_orders\": false,\n                                    \"invoice_label_header_title\": null,\n                                    \"invoice_place_of_supply\": null,\n                                    \"invoice_cin_key_title\": null,\n                                    \"invoice_cin\": null,\n                                    \"give_vendor_access_to_merchant_shipper\": false,\n                                    \"auto_generate_order_invoices_to_customers\": true,\n                                    \"auto_email_order_invoices_to_customers\": true,\n                                    \"treat_manual_payment_mode_as_cod\": false,\n                                    \"fulfill_order_after_confirm\": false,\n                                    \"add_notes_before_confirming_orders\": false,\n                                    \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                                    \"note_at_the_top_of_invoice\": null,\n                                    \"vendor_shop_id\": null,\n                                    \"vendor_category\": null,\n                                    \"vendor_location\": null,\n                                    \"short_description\": null,\n                                    \"display_vendor_category\": true,\n                                    \"display_vendor_location\": true,\n                                    \"display_vendor_short_description\": true,\n                                    \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                                    \"sync_settings\": {\n                                        \"update_settings\": {\n                                            \"sku\": true,\n                                            \"tags\": true,\n                                            \"media\": true,\n                                            \"price\": true,\n                                            \"title\": true,\n                                            \"weight\": true,\n                                            \"barcode\": true,\n                                            \"quantity\": true,\n                                            \"description\": true,\n                                            \"product_type\": true,\n                                            \"variant_name\": true,\n                                            \"publish_status\": true,\n                                            \"compare_at_price\": true,\n                                            \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                        },\n                                        \"create_settings\": {\n                                            \"sku\": true,\n                                            \"tags\": true,\n                                            \"media\": true,\n                                            \"price\": true,\n                                            \"title\": true,\n                                            \"weight\": true,\n                                            \"barcode\": true,\n                                            \"quantity\": true,\n                                            \"description\": true,\n                                            \"product_type\": true,\n                                            \"variant_name\": true,\n                                            \"publish_status\": true,\n                                            \"compare_at_price\": true,\n                                            \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                        },\n                                        \"override_product_status_at_create\": true,\n                                        \"product_status\": \"as_per_vendor_product\",\n                                        \"enable_order_sync\": true,\n                                        \"push_only_if_order_paid\": false,\n                                        \"push_unsynced_product_order\": true,\n                                        \"auto_add_variant\": true,\n                                        \"auto_remove_variant\": true,\n                                        \"strictKeyCheck\": false,\n                                        \"on_product_delete\": \"do_nothing\",\n                                        \"on_product_unmapped\": \"do_nothing\",\n                                        \"push_only_if_product_connected\": true\n                                    },\n                                    \"override_hide_customer_information_permissions\": false,\n                                    \"can_vendor_cancel_an_order\": false,\n                                    \"hide_shipping_charges\": false,\n                                    \"add_insurance_to_shipment\": 0,\n                                    \"meta_title\": null,\n                                    \"registration_link\": null,\n                                    \"auto_approval_of_products_from_vendor\": true,\n                                    \"ignore_selling_price_for_commission\": 0,\n                                    \"shipping_label_check\": {\n                                        \"email\": false,\n                                        \"phone\": false,\n                                        \"address_line_1\": false,\n                                        \"address_line_2\": false,\n                                        \"address_line_1_minimum\": null,\n                                        \"address_line_1_maximum\": null,\n                                        \"address_line_2_minimum\": null,\n                                        \"address_line_2_maximum\": null\n                                    },\n                                    \"shipping_label_size\": \"smalllabel\",\n                                    \"paypal_email\": null,\n                                    \"use_custom_email_driver\": true,\n                                    \"ignore_order_splitting\": false,\n                                    \"hide_customer_information_on_vendor_dashboard\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false\n                                    },\n                                    \"hide_customer_information_in_awb\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false,\n                                        \"line_items\": false,\n                                        \"vendor_name\": false,\n                                        \"sku\": false,\n                                        \"weight_dimension\": false\n                                    },\n                                    \"hide_customer_information_in_invoice\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false\n                                    },\n                                    \"vendor_profile_settings\": {\n                                        \"seller_products_tab\": true,\n                                        \"seller_policy_tab\": true,\n                                        \"seller_contact_us_tab\": true,\n                                        \"seller_events_tab\": true,\n                                        \"seller_reviews_tab\": false,\n                                        \"seller_about_us_tab\": true\n                                    },\n                                    \"challan_message_1\": null,\n                                    \"challan_message_2\": null,\n                                    \"challan_prefix\": \"Invoice\",\n                                    \"challan_number_same_as_invoice_number\": true,\n                                    \"default_label_size_for_all_vendors\": true,\n                                    \"hide_customer_information_in_export\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false\n                                    },\n                                    \"product_permissions\": null,\n                                    \"hide_product_details_in_awb\": false,\n                                    \"hide_invoice_details_in_awb\": false,\n                                    \"company_note\": \"<p>sdfasdfab</p>\",\n                                    \"meta_data\": \"[{\\\"uuid\\\":\\\"e95a7b2d-5210-4e7b-988f-7fbde7acf198\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/601990/dashboard-mockup-for-c2c.xlsx\\\",\\\"size\\\":102609,\\\"name\\\":\\\"Dashboard Mockup for C2C.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"50844059-549d-4bcc-88bf-a023fd46bd29\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/604572/28344-1690206866.xlsx\\\",\\\"size\\\":7389,\\\"name\\\":\\\"28344-1690206866.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3ad73d68-08a3-46b5-9afc-3d1ac5df398f\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655061/lable_cancelled_order_amazon.xlsx\\\",\\\"size\\\":26214,\\\"name\\\":\\\"Lable Cancelled Order Amazon.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                                    \"color_theme_field\": \"light.blue\",\n                                    \"change_tracking_url\": false,\n                                    \"ship_to_address_as_merchants_default_warehouse\": false,\n                                    \"can_vendor_hold_an_order\": false,\n                                    \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                                    \"allow_vendors_to_change_vendor_profile_details\": true,\n                                    \"whatsapp_account\": \"use_company_account\",\n                                    \"vendor_profile_theme_choosen\": \"theme-1\",\n                                    \"whatsapp_credit\": 54,\n                                    \"test_whatsapp_number\": \"+918849193468\",\n                                    \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                                    \"connected_vendor_shops\": [\n                                        \"vendorsynctesting5.myshopify.com\",\n                                        \"testing-for-vendorsync.myshopify.com\",\n                                        \"purpleplants.myshopify.com\",\n                                        \"https://st-wpdemo.com/\",\n                                        \"test-store-webkul-112.myshopify.com\",\n                                        \"https://st-wpdemo.com/\",\n                                        \"purpleplants.myshopify.com/\",\n                                        \"https://st-wpdemo.com/\",\n                                        \"purpleplants.myshopify.com\",\n                                        \"channelteststore5.myshopify.com\",\n                                        \"https://st-wpdemo.com/newtestclient/\",\n                                        \"purpleplants.myshopify.com\",\n                                        \"purpleplants.myshopify.com\"\n                                    ],\n                                    \"events\": null,\n                                    \"commission_automation_set\": {\n                                        \"commission_automation\": true,\n                                        \"commission_automation_rules\": true,\n                                        \"commission_automation_date_range\": true,\n                                        \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                        \"time_buffer_for_commission_automation\": \"4\",\n                                        \"order_status_for_commission_automation\": \"pending\",\n                                        \"invoice_number_for_commission_automation\": 277,\n                                        \"date_Range_days_for_commission_automation\": \"4\"\n                                    },\n                                    \"auto_confirmation_using_tags_settings\": {\n                                        \"tags_settings_status\": true,\n                                        \"paid\": true,\n                                        \"tags_for_paid\": [],\n                                        \"cod_or_partially_paid\": false,\n                                        \"tags_for_cod_or_partially_paid\": [],\n                                        \"Exceptions_for_paid\": false,\n                                        \"Exceptions_for_paid_tags\": [],\n                                        \"Exceptions_for_cod_or_partially_paid\": false,\n                                        \"Exceptions_for_cod_or_partially_paid_tags\": []\n                                    },\n                                    \"preferred_location\": null,\n                                    \"email_credit\": 4853,\n                                    \"global_commission\": \"15\",\n                                    \"global_discount_shared_by_vendor\": \"0\",\n                                    \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                    \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                    \"global_shipping_charge_commission_type\": \"fixed\",\n                                    \"global_shipping_charge_commission\": 50,\n                                    \"global_fixed_commission\": 10,\n                                    \"invoice_country_detail\": {\n                                        \"id\": 98,\n                                        \"name\": \"India\",\n                                        \"code\": \"IN\",\n                                        \"dial_code\": \"+91\",\n                                        \"currency_name\": \"Indian rupee\",\n                                        \"currency_symbol\": \"Rs.\",\n                                        \"currency_code\": \"INR\",\n                                        \"created_at\": null,\n                                        \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                        \"name_with_symbole\": \"Indian rupee - Rs.\"\n                                    },\n                                    \"commission_tags\": {\n                                        \"company_id\": 212738,\n                                        \"override_commission\": true\n                                    }\n                                }\n                            },\n                            \"overridden_commission_level\": \"global\",\n                            \"overridden_commission\": \"15\",\n                            \"overridden_fixed_commission\": 10,\n                            \"global_commission_level\": \"global\",\n                            \"global_commission\": \"15\",\n                            \"global_fixed_commission\": 10\n                        },\n                        \"media\": []\n                    },\n                    \"alien_variant\": null\n                },\n                {\n                    \"id\": 22397091,\n                    \"commission\": null,\n                    \"fixed_commission\": 0,\n                    \"company_id\": 212738,\n                    \"product_id\": 8057554,\n                    \"image\": null,\n                    \"channel_variant_id\": \"22530925\",\n                    \"compare_at_price\": \"0.00\",\n                    \"deleted_at\": null,\n                    \"deactivated_at\": true,\n                    \"grams\": \"0\",\n                    \"height\": null,\n                    \"image_id\": null,\n                    \"inventory_item_id\": \"50352894738735\",\n                    \"inventory_management\": \"shopify\",\n                    \"inventory_policy\": \"deny\",\n                    \"inventory_quantity\": \"11\",\n                    \"length\": null,\n                    \"old_inventory_quantity\": null,\n                    \"option1\": \"RED\",\n                    \"option2\": \"M\",\n                    \"option3\": \"Title2\",\n                    \"price\": \"2010.00\",\n                    \"provider\": null,\n                    \"requires_shipping\": null,\n                    \"shop_id\": 4147,\n                    \"sku\": \"NEW-DESTINATION\",\n                    \"tax_id\": null,\n                    \"title\": \"RED / M / Title2\",\n                    \"updated_at\": \"2023-12-21T11:03:56.000000Z\",\n                    \"weight\": \"0\",\n                    \"weight_unit\": \"kg\",\n                    \"width\": null,\n                    \"parent_id\": 212738,\n                    \"override_commission\": false,\n                    \"vendor_shop_variant_id\": null,\n                    \"barcode\": \"\",\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/48308473332015\",\n                    \"overridden_commission_level\": \"global\",\n                    \"overridden_commission\": \"15\",\n                    \"overridden_fixed_commission\": 10,\n                    \"file_history\": null,\n                    \"company\": {\n                        \"id\": 212738,\n                        \"title\": \"violetplants\",\n                        \"parent_id\": 212738,\n                        \"commission\": \"15\",\n                        \"fixed_commission\": 10,\n                        \"set_vendor_level_commission\": false,\n                        \"global_commission\": \"15\",\n                        \"global_discount_shared_by_vendor\": \"0\",\n                        \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                        \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                        \"global_shipping_charge_commission_type\": \"fixed\",\n                        \"global_shipping_charge_commission\": 50,\n                        \"global_fixed_commission\": 10,\n                        \"invoice_country_detail\": null,\n                        \"commission_tags\": {\n                            \"company_id\": 212738,\n                            \"override_commission\": true\n                        },\n                        \"parent\": {\n                            \"id\": 212738,\n                            \"company_name\": \"kapil\",\n                            \"brand_name\": \"violetplants\",\n                            \"company_logo\": null,\n                            \"contact_name\": null,\n                            \"phone_number\": null,\n                            \"email\": \"varshil.shipturtle@gmail.com\",\n                            \"address_line_1\": null,\n                            \"address_line_2\": \"gj 23\",\n                            \"pin_code\": \"380009\",\n                            \"city\": \"Ahmedabad\",\n                            \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                            \"updated_at\": \"2023-12-21T12:23:57.000000Z\",\n                            \"state_id\": null,\n                            \"gstin_number\": \"1234\",\n                            \"invoice_prefix\": \"Invoice\",\n                            \"starting_invoice_number\": \"22\",\n                            \"terms_and_conditions\": null,\n                            \"bank_account_beneficiary_name\": null,\n                            \"bank_account_name\": null,\n                            \"ifsc_code\": null,\n                            \"label_company_name\": null,\n                            \"label_contact_name\": null,\n                            \"label_phone\": null,\n                            \"label_email_address\": null,\n                            \"label_address_line_1\": null,\n                            \"label_address_line_2\": null,\n                            \"label_pin_code\": null,\n                            \"label_city\": null,\n                            \"label_state\": null,\n                            \"signature\": null,\n                            \"currency\": \"INR\",\n                            \"weight\": null,\n                            \"measurement\": null,\n                            \"gst_enabled\": true,\n                            \"override_channel_product_weight_enabled\": true,\n                            \"label_details_same_as_company\": true,\n                            \"multi_vendor_invoicing_enabled\": false,\n                            \"multi_vendor_shipping_enabled\": false,\n                            \"is_master\": \"1\",\n                            \"invoice_number_same_as_order_number\": true,\n                            \"enable_disable_cod_reconciliation\": true,\n                            \"enable_disable_freight_reconciliation\": true,\n                            \"cod_tolerance\": \"5\",\n                            \"freight_tolerance\": \"2\",\n                            \"is_multi_vendor_enabled\": true,\n                            \"invoice_message\": null,\n                            \"inclusive_exclusive\": null,\n                            \"is_tax_on_shipping\": \"no\",\n                            \"tax_on_shipping\": null,\n                            \"primary_color\": \"#222F3D\",\n                            \"secondary_color\": null,\n                            \"display_hsn\": true,\n                            \"website\": \"https://app.shipturtle.com/\",\n                            \"country\": \"IN\",\n                            \"type_of_vendor\": \"marketplace\",\n                            \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                            \"title\": \"violetplants\",\n                            \"parent_id\": 212738,\n                            \"extra_information\": null,\n                            \"invoice_date\": \"invoice_creation_date\",\n                            \"number_of_digits\": \"0\",\n                            \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                            \"created_by\": null,\n                            \"updated_by\": 28344,\n                            \"invoice_contact_name\": \"Hussain\",\n                            \"invoice_address_1\": \"dahod\",\n                            \"invoice_address_2\": \"dahod\",\n                            \"invoice_postal_code\": \"380005\",\n                            \"invoice_city\": \"Ahmedabad\",\n                            \"invoice_phone_number\": \"09173038104\",\n                            \"invoice_tin\": null,\n                            \"timezone\": \"America/Phoenix\",\n                            \"hand_delivered_enabled\": true,\n                            \"other_courier_partner_enabled\": true,\n                            \"billing_address_same_as_company_details\": false,\n                            \"deactivated_at\": null,\n                            \"state_code\": \"GJ\",\n                            \"automatically_sync_vendor_name_from_store\": true,\n                            \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                            \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                            \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                            \"correct_all_errors_in_order\": false,\n                            \"generate_shipping_labels_for_orders\": false,\n                            \"generate_invoices_for_dropship_orders\": false,\n                            \"can_vendor_enable_disable_product\": false,\n                            \"can_vendor_edit_quantity_product\": false,\n                            \"can_vendor_edit_weight_dimension_product\": false,\n                            \"can_vendor_edit_tax_product\": true,\n                            \"set_vendor_level_commission\": false,\n                            \"commission\": \"15\",\n                            \"discount_shared_by_vendor\": \"0\",\n                            \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"set_vendor_level_shared_discount\": false,\n                            \"set_vendor_level_commissoin_calculated_on\": false,\n                            \"use_shop_channel_values_to_set_commission\": false,\n                            \"can_vendor_generate_invoice\": true,\n                            \"can_vendor_process_shippings\": true,\n                            \"can_vendor_edit_hsn_tax\": true,\n                            \"can_vendor_add_courier_provider\": true,\n                            \"default_vendor_type\": \"marketplace\",\n                            \"no_of_deciaml_digits\": 2,\n                            \"credits\": 299956,\n                            \"plan_id\": 4,\n                            \"requested_plan_id\": null,\n                            \"override_invoice_permissions\": false,\n                            \"override_product_permissions\": false,\n                            \"override_order_routing_permissions\": false,\n                            \"override_shipping_permissions\": false,\n                            \"slug\": \"violetplants-212738\",\n                            \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"shipping_charge_commission_type\": \"fixed\",\n                            \"shipping_charge_commission\": 50,\n                            \"override_commission_calculated_tax_type\": false,\n                            \"override_shipping_charge_commission_type\": false,\n                            \"override_shipping_charge_commission\": 0,\n                            \"auto_email_to_vendor\": true,\n                            \"fixed_commission\": 10,\n                            \"service_charge\": 0,\n                            \"can_vendor_edit_price\": false,\n                            \"can_vendor_delete_product\": false,\n                            \"show_logo_in_awb\": false,\n                            \"hide_pick_address_in_awb\": false,\n                            \"hide_customer_info_in_awb\": true,\n                            \"hide_price_in_awb\": false,\n                            \"hide_customer_information_on_vendor_dashboards\": false,\n                            \"allow_merchant_to_generate_invoice\": false,\n                            \"show_merchant_logo_in_invoice\": true,\n                            \"locale\": \"en\",\n                            \"use_custom_waybill\": true,\n                            \"redirect_url\": \"dashboard\",\n                            \"invoice_state_code\": \"GJ\",\n                            \"invoice_country_code\": \"IN\",\n                            \"stripe_account_id\": null,\n                            \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                            \"enable_app_shipping_profile_on_shopify\": \"0\",\n                            \"policy\": null,\n                            \"css\": null,\n                            \"vendor_profile_color\": \"#f18024\",\n                            \"about_us\": null,\n                            \"facebook_link\": null,\n                            \"twitter_link\": null,\n                            \"instagram_link\": null,\n                            \"auto_fulfill_digital_orders\": true,\n                            \"use_default_warehouse_for_all_orders\": false,\n                            \"invoice_label_header_title\": null,\n                            \"invoice_place_of_supply\": null,\n                            \"invoice_cin_key_title\": null,\n                            \"invoice_cin\": null,\n                            \"give_vendor_access_to_merchant_shipper\": false,\n                            \"auto_generate_order_invoices_to_customers\": true,\n                            \"auto_email_order_invoices_to_customers\": true,\n                            \"treat_manual_payment_mode_as_cod\": false,\n                            \"fulfill_order_after_confirm\": false,\n                            \"add_notes_before_confirming_orders\": false,\n                            \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                            \"note_at_the_top_of_invoice\": null,\n                            \"vendor_shop_id\": null,\n                            \"vendor_category\": null,\n                            \"vendor_location\": null,\n                            \"short_description\": null,\n                            \"display_vendor_category\": true,\n                            \"display_vendor_location\": true,\n                            \"display_vendor_short_description\": true,\n                            \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                            \"sync_settings\": {\n                                \"update_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": true,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"create_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": true,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"override_product_status_at_create\": true,\n                                \"product_status\": \"as_per_vendor_product\",\n                                \"enable_order_sync\": true,\n                                \"push_only_if_order_paid\": false,\n                                \"push_unsynced_product_order\": true,\n                                \"auto_add_variant\": true,\n                                \"auto_remove_variant\": true,\n                                \"strictKeyCheck\": false,\n                                \"on_product_delete\": \"do_nothing\",\n                                \"on_product_unmapped\": \"do_nothing\",\n                                \"push_only_if_product_connected\": true\n                            },\n                            \"override_hide_customer_information_permissions\": false,\n                            \"can_vendor_cancel_an_order\": false,\n                            \"hide_shipping_charges\": false,\n                            \"add_insurance_to_shipment\": 0,\n                            \"meta_title\": null,\n                            \"registration_link\": null,\n                            \"auto_approval_of_products_from_vendor\": true,\n                            \"ignore_selling_price_for_commission\": 0,\n                            \"shipping_label_check\": {\n                                \"email\": false,\n                                \"phone\": false,\n                                \"address_line_1\": false,\n                                \"address_line_2\": false,\n                                \"address_line_1_minimum\": null,\n                                \"address_line_1_maximum\": null,\n                                \"address_line_2_minimum\": null,\n                                \"address_line_2_maximum\": null\n                            },\n                            \"shipping_label_size\": \"smalllabel\",\n                            \"paypal_email\": null,\n                            \"use_custom_email_driver\": true,\n                            \"ignore_order_splitting\": false,\n                            \"hide_customer_information_on_vendor_dashboard\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"hide_customer_information_in_awb\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false,\n                                \"line_items\": false,\n                                \"vendor_name\": false,\n                                \"sku\": false,\n                                \"weight_dimension\": false\n                            },\n                            \"hide_customer_information_in_invoice\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"vendor_profile_settings\": {\n                                \"seller_products_tab\": true,\n                                \"seller_policy_tab\": true,\n                                \"seller_contact_us_tab\": true,\n                                \"seller_events_tab\": true,\n                                \"seller_reviews_tab\": false,\n                                \"seller_about_us_tab\": true\n                            },\n                            \"challan_message_1\": null,\n                            \"challan_message_2\": null,\n                            \"challan_prefix\": \"Invoice\",\n                            \"challan_number_same_as_invoice_number\": true,\n                            \"default_label_size_for_all_vendors\": true,\n                            \"hide_customer_information_in_export\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"product_permissions\": null,\n                            \"hide_product_details_in_awb\": false,\n                            \"hide_invoice_details_in_awb\": false,\n                            \"company_note\": \"<p>sdfasdfab</p>\",\n                            \"meta_data\": \"[{\\\"uuid\\\":\\\"e95a7b2d-5210-4e7b-988f-7fbde7acf198\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/601990/dashboard-mockup-for-c2c.xlsx\\\",\\\"size\\\":102609,\\\"name\\\":\\\"Dashboard Mockup for C2C.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"50844059-549d-4bcc-88bf-a023fd46bd29\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/604572/28344-1690206866.xlsx\\\",\\\"size\\\":7389,\\\"name\\\":\\\"28344-1690206866.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3ad73d68-08a3-46b5-9afc-3d1ac5df398f\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655061/lable_cancelled_order_amazon.xlsx\\\",\\\"size\\\":26214,\\\"name\\\":\\\"Lable Cancelled Order Amazon.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                            \"color_theme_field\": \"light.blue\",\n                            \"change_tracking_url\": false,\n                            \"ship_to_address_as_merchants_default_warehouse\": false,\n                            \"can_vendor_hold_an_order\": false,\n                            \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                            \"allow_vendors_to_change_vendor_profile_details\": true,\n                            \"whatsapp_account\": \"use_company_account\",\n                            \"vendor_profile_theme_choosen\": \"theme-1\",\n                            \"whatsapp_credit\": 54,\n                            \"test_whatsapp_number\": \"+918849193468\",\n                            \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                            \"connected_vendor_shops\": [\n                                \"vendorsynctesting5.myshopify.com\",\n                                \"testing-for-vendorsync.myshopify.com\",\n                                \"purpleplants.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"test-store-webkul-112.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com/\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com\",\n                                \"channelteststore5.myshopify.com\",\n                                \"https://st-wpdemo.com/newtestclient/\",\n                                \"purpleplants.myshopify.com\",\n                                \"purpleplants.myshopify.com\"\n                            ],\n                            \"events\": null,\n                            \"commission_automation_set\": {\n                                \"commission_automation\": true,\n                                \"commission_automation_rules\": true,\n                                \"commission_automation_date_range\": true,\n                                \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                \"time_buffer_for_commission_automation\": \"4\",\n                                \"order_status_for_commission_automation\": \"pending\",\n                                \"invoice_number_for_commission_automation\": 277,\n                                \"date_Range_days_for_commission_automation\": \"4\"\n                            },\n                            \"auto_confirmation_using_tags_settings\": {\n                                \"tags_settings_status\": true,\n                                \"paid\": true,\n                                \"tags_for_paid\": [],\n                                \"cod_or_partially_paid\": false,\n                                \"tags_for_cod_or_partially_paid\": [],\n                                \"Exceptions_for_paid\": false,\n                                \"Exceptions_for_paid_tags\": [],\n                                \"Exceptions_for_cod_or_partially_paid\": false,\n                                \"Exceptions_for_cod_or_partially_paid_tags\": []\n                            },\n                            \"preferred_location\": null,\n                            \"email_credit\": 4853,\n                            \"global_commission\": \"15\",\n                            \"global_discount_shared_by_vendor\": \"0\",\n                            \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"global_shipping_charge_commission_type\": \"fixed\",\n                            \"global_shipping_charge_commission\": 50,\n                            \"global_fixed_commission\": 10,\n                            \"invoice_country_detail\": {\n                                \"id\": 98,\n                                \"name\": \"India\",\n                                \"code\": \"IN\",\n                                \"dial_code\": \"+91\",\n                                \"currency_name\": \"Indian rupee\",\n                                \"currency_symbol\": \"Rs.\",\n                                \"currency_code\": \"INR\",\n                                \"created_at\": null,\n                                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                \"name_with_symbole\": \"Indian rupee - Rs.\"\n                            },\n                            \"commission_tags\": {\n                                \"company_id\": 212738,\n                                \"override_commission\": true\n                            }\n                        }\n                    },\n                    \"tax\": null,\n                    \"inventory_item\": {\n                        \"id\": 13164410,\n                        \"sku\": \"NEW-DESTINATION\",\n                        \"requires_shipping\": true,\n                        \"cost\": \"10.00\",\n                        \"admin_graphql_api_id\": \"gid://shopify/InventoryItem/50352894738735\",\n                        \"created_at\": \"2023-12-21T11:03:58.000000Z\",\n                        \"updated_at\": \"2023-12-21T11:03:58.000000Z\",\n                        \"shop_id\": 4147,\n                        \"channel_id\": \"50352894738735\",\n                        \"variant_id\": null,\n                        \"channel\": null,\n                        \"country_harmonized_system_codes\": null,\n                        \"harmonized_system_code\": null,\n                        \"deleted_at\": null\n                    },\n                    \"product\": {\n                        \"id\": 8057554,\n                        \"product_type_id\": 145003,\n                        \"image_link\": null,\n                        \"images_link\": null,\n                        \"uploaded_images\": [],\n                        \"product_type_title\": \"Canvas\",\n                        \"variant_inventory_count\": {\n                            \"quantity\": 378,\n                            \"length\": 27\n                        },\n                        \"product_type\": {\n                            \"id\": 145003,\n                            \"channel\": \"shopify\",\n                            \"shop_id\": 4147,\n                            \"title\": \"Canvas\",\n                            \"commission\": null,\n                            \"created_at\": \"2023-11-30T06:49:18.000000Z\",\n                            \"updated_at\": \"2023-11-30T06:49:18.000000Z\",\n                            \"fixed_commission\": 0,\n                            \"override_commission\": false,\n                            \"companyObject\": {\n                                \"id\": 212738,\n                                \"company_name\": \"kapil\",\n                                \"brand_name\": \"violetplants\",\n                                \"company_logo\": null,\n                                \"contact_name\": null,\n                                \"phone_number\": null,\n                                \"email\": \"varshil.shipturtle@gmail.com\",\n                                \"address_line_1\": null,\n                                \"address_line_2\": \"gj 23\",\n                                \"pin_code\": \"380009\",\n                                \"city\": \"Ahmedabad\",\n                                \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                                \"updated_at\": \"2023-12-21T12:23:57.000000Z\",\n                                \"state_id\": null,\n                                \"gstin_number\": \"1234\",\n                                \"invoice_prefix\": \"Invoice\",\n                                \"starting_invoice_number\": \"22\",\n                                \"terms_and_conditions\": null,\n                                \"bank_account_beneficiary_name\": null,\n                                \"bank_account_name\": null,\n                                \"ifsc_code\": null,\n                                \"label_company_name\": null,\n                                \"label_contact_name\": null,\n                                \"label_phone\": null,\n                                \"label_email_address\": null,\n                                \"label_address_line_1\": null,\n                                \"label_address_line_2\": null,\n                                \"label_pin_code\": null,\n                                \"label_city\": null,\n                                \"label_state\": null,\n                                \"signature\": null,\n                                \"currency\": \"INR\",\n                                \"weight\": null,\n                                \"measurement\": null,\n                                \"gst_enabled\": true,\n                                \"override_channel_product_weight_enabled\": true,\n                                \"label_details_same_as_company\": true,\n                                \"multi_vendor_invoicing_enabled\": false,\n                                \"multi_vendor_shipping_enabled\": false,\n                                \"is_master\": \"1\",\n                                \"invoice_number_same_as_order_number\": true,\n                                \"enable_disable_cod_reconciliation\": true,\n                                \"enable_disable_freight_reconciliation\": true,\n                                \"cod_tolerance\": \"5\",\n                                \"freight_tolerance\": \"2\",\n                                \"is_multi_vendor_enabled\": true,\n                                \"invoice_message\": null,\n                                \"inclusive_exclusive\": null,\n                                \"is_tax_on_shipping\": \"no\",\n                                \"tax_on_shipping\": null,\n                                \"primary_color\": \"#222F3D\",\n                                \"secondary_color\": null,\n                                \"display_hsn\": true,\n                                \"website\": \"https://app.shipturtle.com/\",\n                                \"country\": \"IN\",\n                                \"type_of_vendor\": \"marketplace\",\n                                \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                                \"title\": \"violetplants\",\n                                \"parent_id\": 212738,\n                                \"extra_information\": null,\n                                \"invoice_date\": \"invoice_creation_date\",\n                                \"number_of_digits\": \"0\",\n                                \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                                \"created_by\": null,\n                                \"updated_by\": 28344,\n                                \"invoice_contact_name\": \"Hussain\",\n                                \"invoice_address_1\": \"dahod\",\n                                \"invoice_address_2\": \"dahod\",\n                                \"invoice_postal_code\": \"380005\",\n                                \"invoice_city\": \"Ahmedabad\",\n                                \"invoice_phone_number\": \"09173038104\",\n                                \"invoice_tin\": null,\n                                \"timezone\": \"America/Phoenix\",\n                                \"hand_delivered_enabled\": true,\n                                \"other_courier_partner_enabled\": true,\n                                \"billing_address_same_as_company_details\": false,\n                                \"deactivated_at\": null,\n                                \"state_code\": \"GJ\",\n                                \"automatically_sync_vendor_name_from_store\": true,\n                                \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                                \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                                \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                                \"correct_all_errors_in_order\": false,\n                                \"generate_shipping_labels_for_orders\": false,\n                                \"generate_invoices_for_dropship_orders\": false,\n                                \"can_vendor_enable_disable_product\": false,\n                                \"can_vendor_edit_quantity_product\": false,\n                                \"can_vendor_edit_weight_dimension_product\": false,\n                                \"can_vendor_edit_tax_product\": true,\n                                \"set_vendor_level_commission\": false,\n                                \"commission\": \"15\",\n                                \"discount_shared_by_vendor\": \"0\",\n                                \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                \"set_vendor_level_shared_discount\": false,\n                                \"set_vendor_level_commissoin_calculated_on\": false,\n                                \"use_shop_channel_values_to_set_commission\": false,\n                                \"can_vendor_generate_invoice\": true,\n                                \"can_vendor_process_shippings\": true,\n                                \"can_vendor_edit_hsn_tax\": true,\n                                \"can_vendor_add_courier_provider\": true,\n                                \"default_vendor_type\": \"marketplace\",\n                                \"no_of_deciaml_digits\": 2,\n                                \"credits\": 299956,\n                                \"plan_id\": 4,\n                                \"requested_plan_id\": null,\n                                \"override_invoice_permissions\": false,\n                                \"override_product_permissions\": false,\n                                \"override_order_routing_permissions\": false,\n                                \"override_shipping_permissions\": false,\n                                \"slug\": \"violetplants-212738\",\n                                \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                \"shipping_charge_commission_type\": \"fixed\",\n                                \"shipping_charge_commission\": 50,\n                                \"override_commission_calculated_tax_type\": false,\n                                \"override_shipping_charge_commission_type\": false,\n                                \"override_shipping_charge_commission\": 0,\n                                \"auto_email_to_vendor\": true,\n                                \"fixed_commission\": 10,\n                                \"service_charge\": 0,\n                                \"can_vendor_edit_price\": false,\n                                \"can_vendor_delete_product\": false,\n                                \"show_logo_in_awb\": false,\n                                \"hide_pick_address_in_awb\": false,\n                                \"hide_customer_info_in_awb\": true,\n                                \"hide_price_in_awb\": false,\n                                \"hide_customer_information_on_vendor_dashboards\": false,\n                                \"allow_merchant_to_generate_invoice\": false,\n                                \"show_merchant_logo_in_invoice\": true,\n                                \"locale\": \"en\",\n                                \"use_custom_waybill\": true,\n                                \"redirect_url\": \"dashboard\",\n                                \"invoice_state_code\": \"GJ\",\n                                \"invoice_country_code\": \"IN\",\n                                \"stripe_account_id\": null,\n                                \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                                \"enable_app_shipping_profile_on_shopify\": \"0\",\n                                \"policy\": null,\n                                \"css\": null,\n                                \"vendor_profile_color\": \"#f18024\",\n                                \"about_us\": null,\n                                \"facebook_link\": null,\n                                \"twitter_link\": null,\n                                \"instagram_link\": null,\n                                \"auto_fulfill_digital_orders\": true,\n                                \"use_default_warehouse_for_all_orders\": false,\n                                \"invoice_label_header_title\": null,\n                                \"invoice_place_of_supply\": null,\n                                \"invoice_cin_key_title\": null,\n                                \"invoice_cin\": null,\n                                \"give_vendor_access_to_merchant_shipper\": false,\n                                \"auto_generate_order_invoices_to_customers\": true,\n                                \"auto_email_order_invoices_to_customers\": true,\n                                \"treat_manual_payment_mode_as_cod\": false,\n                                \"fulfill_order_after_confirm\": false,\n                                \"add_notes_before_confirming_orders\": false,\n                                \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                                \"note_at_the_top_of_invoice\": null,\n                                \"vendor_shop_id\": null,\n                                \"vendor_category\": null,\n                                \"vendor_location\": null,\n                                \"short_description\": null,\n                                \"display_vendor_category\": true,\n                                \"display_vendor_location\": true,\n                                \"display_vendor_short_description\": true,\n                                \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                                \"sync_settings\": {\n                                    \"update_settings\": {\n                                        \"sku\": true,\n                                        \"tags\": true,\n                                        \"media\": true,\n                                        \"price\": true,\n                                        \"title\": true,\n                                        \"weight\": true,\n                                        \"barcode\": true,\n                                        \"quantity\": true,\n                                        \"description\": true,\n                                        \"product_type\": true,\n                                        \"variant_name\": true,\n                                        \"publish_status\": true,\n                                        \"compare_at_price\": true,\n                                        \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                    },\n                                    \"create_settings\": {\n                                        \"sku\": true,\n                                        \"tags\": true,\n                                        \"media\": true,\n                                        \"price\": true,\n                                        \"title\": true,\n                                        \"weight\": true,\n                                        \"barcode\": true,\n                                        \"quantity\": true,\n                                        \"description\": true,\n                                        \"product_type\": true,\n                                        \"variant_name\": true,\n                                        \"publish_status\": true,\n                                        \"compare_at_price\": true,\n                                        \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                    },\n                                    \"override_product_status_at_create\": true,\n                                    \"product_status\": \"as_per_vendor_product\",\n                                    \"enable_order_sync\": true,\n                                    \"push_only_if_order_paid\": false,\n                                    \"push_unsynced_product_order\": true,\n                                    \"auto_add_variant\": true,\n                                    \"auto_remove_variant\": true,\n                                    \"strictKeyCheck\": false,\n                                    \"on_product_delete\": \"do_nothing\",\n                                    \"on_product_unmapped\": \"do_nothing\",\n                                    \"push_only_if_product_connected\": true\n                                },\n                                \"override_hide_customer_information_permissions\": false,\n                                \"can_vendor_cancel_an_order\": false,\n                                \"hide_shipping_charges\": false,\n                                \"add_insurance_to_shipment\": 0,\n                                \"meta_title\": null,\n                                \"registration_link\": null,\n                                \"auto_approval_of_products_from_vendor\": true,\n                                \"ignore_selling_price_for_commission\": 0,\n                                \"shipping_label_check\": {\n                                    \"email\": false,\n                                    \"phone\": false,\n                                    \"address_line_1\": false,\n                                    \"address_line_2\": false,\n                                    \"address_line_1_minimum\": null,\n                                    \"address_line_1_maximum\": null,\n                                    \"address_line_2_minimum\": null,\n                                    \"address_line_2_maximum\": null\n                                },\n                                \"shipping_label_size\": \"smalllabel\",\n                                \"paypal_email\": null,\n                                \"use_custom_email_driver\": true,\n                                \"ignore_order_splitting\": false,\n                                \"hide_customer_information_on_vendor_dashboard\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false\n                                },\n                                \"hide_customer_information_in_awb\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false,\n                                    \"line_items\": false,\n                                    \"vendor_name\": false,\n                                    \"sku\": false,\n                                    \"weight_dimension\": false\n                                },\n                                \"hide_customer_information_in_invoice\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false\n                                },\n                                \"vendor_profile_settings\": {\n                                    \"seller_products_tab\": true,\n                                    \"seller_policy_tab\": true,\n                                    \"seller_contact_us_tab\": true,\n                                    \"seller_events_tab\": true,\n                                    \"seller_reviews_tab\": false,\n                                    \"seller_about_us_tab\": true\n                                },\n                                \"challan_message_1\": null,\n                                \"challan_message_2\": null,\n                                \"challan_prefix\": \"Invoice\",\n                                \"challan_number_same_as_invoice_number\": true,\n                                \"default_label_size_for_all_vendors\": true,\n                                \"hide_customer_information_in_export\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false\n                                },\n                                \"product_permissions\": null,\n                                \"hide_product_details_in_awb\": false,\n                                \"hide_invoice_details_in_awb\": false,\n                                \"company_note\": \"<p>sdfasdfab</p>\",\n                                \"meta_data\": \"[{\\\"uuid\\\":\\\"e95a7b2d-5210-4e7b-988f-7fbde7acf198\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/601990/dashboard-mockup-for-c2c.xlsx\\\",\\\"size\\\":102609,\\\"name\\\":\\\"Dashboard Mockup for C2C.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"50844059-549d-4bcc-88bf-a023fd46bd29\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/604572/28344-1690206866.xlsx\\\",\\\"size\\\":7389,\\\"name\\\":\\\"28344-1690206866.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3ad73d68-08a3-46b5-9afc-3d1ac5df398f\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655061/lable_cancelled_order_amazon.xlsx\\\",\\\"size\\\":26214,\\\"name\\\":\\\"Lable Cancelled Order Amazon.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                                \"color_theme_field\": \"light.blue\",\n                                \"change_tracking_url\": false,\n                                \"ship_to_address_as_merchants_default_warehouse\": false,\n                                \"can_vendor_hold_an_order\": false,\n                                \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                                \"allow_vendors_to_change_vendor_profile_details\": true,\n                                \"whatsapp_account\": \"use_company_account\",\n                                \"vendor_profile_theme_choosen\": \"theme-1\",\n                                \"whatsapp_credit\": 54,\n                                \"test_whatsapp_number\": \"+918849193468\",\n                                \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                                \"connected_vendor_shops\": [\n                                    \"vendorsynctesting5.myshopify.com\",\n                                    \"testing-for-vendorsync.myshopify.com\",\n                                    \"purpleplants.myshopify.com\",\n                                    \"https://st-wpdemo.com/\",\n                                    \"test-store-webkul-112.myshopify.com\",\n                                    \"https://st-wpdemo.com/\",\n                                    \"purpleplants.myshopify.com/\",\n                                    \"https://st-wpdemo.com/\",\n                                    \"purpleplants.myshopify.com\",\n                                    \"channelteststore5.myshopify.com\",\n                                    \"https://st-wpdemo.com/newtestclient/\",\n                                    \"purpleplants.myshopify.com\",\n                                    \"purpleplants.myshopify.com\"\n                                ],\n                                \"events\": null,\n                                \"commission_automation_set\": {\n                                    \"commission_automation\": true,\n                                    \"commission_automation_rules\": true,\n                                    \"commission_automation_date_range\": true,\n                                    \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                    \"time_buffer_for_commission_automation\": \"4\",\n                                    \"order_status_for_commission_automation\": \"pending\",\n                                    \"invoice_number_for_commission_automation\": 277,\n                                    \"date_Range_days_for_commission_automation\": \"4\"\n                                },\n                                \"auto_confirmation_using_tags_settings\": {\n                                    \"tags_settings_status\": true,\n                                    \"paid\": true,\n                                    \"tags_for_paid\": [],\n                                    \"cod_or_partially_paid\": false,\n                                    \"tags_for_cod_or_partially_paid\": [],\n                                    \"Exceptions_for_paid\": false,\n                                    \"Exceptions_for_paid_tags\": [],\n                                    \"Exceptions_for_cod_or_partially_paid\": false,\n                                    \"Exceptions_for_cod_or_partially_paid_tags\": []\n                                },\n                                \"preferred_location\": null,\n                                \"email_credit\": 4853,\n                                \"global_commission\": \"15\",\n                                \"global_discount_shared_by_vendor\": \"0\",\n                                \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                \"global_shipping_charge_commission_type\": \"fixed\",\n                                \"global_shipping_charge_commission\": 50,\n                                \"global_fixed_commission\": 10,\n                                \"invoice_country_detail\": {\n                                    \"id\": 98,\n                                    \"name\": \"India\",\n                                    \"code\": \"IN\",\n                                    \"dial_code\": \"+91\",\n                                    \"currency_name\": \"Indian rupee\",\n                                    \"currency_symbol\": \"Rs.\",\n                                    \"currency_code\": \"INR\",\n                                    \"created_at\": null,\n                                    \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                    \"name_with_symbole\": \"Indian rupee - Rs.\"\n                                },\n                                \"commission_tags\": {\n                                    \"company_id\": 212738,\n                                    \"override_commission\": true\n                                },\n                                \"parent\": {\n                                    \"id\": 212738,\n                                    \"company_name\": \"kapil\",\n                                    \"brand_name\": \"violetplants\",\n                                    \"company_logo\": null,\n                                    \"contact_name\": null,\n                                    \"phone_number\": null,\n                                    \"email\": \"varshil.shipturtle@gmail.com\",\n                                    \"address_line_1\": null,\n                                    \"address_line_2\": \"gj 23\",\n                                    \"pin_code\": \"380009\",\n                                    \"city\": \"Ahmedabad\",\n                                    \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                                    \"updated_at\": \"2023-12-21T12:23:57.000000Z\",\n                                    \"state_id\": null,\n                                    \"gstin_number\": \"1234\",\n                                    \"invoice_prefix\": \"Invoice\",\n                                    \"starting_invoice_number\": \"22\",\n                                    \"terms_and_conditions\": null,\n                                    \"bank_account_beneficiary_name\": null,\n                                    \"bank_account_name\": null,\n                                    \"ifsc_code\": null,\n                                    \"label_company_name\": null,\n                                    \"label_contact_name\": null,\n                                    \"label_phone\": null,\n                                    \"label_email_address\": null,\n                                    \"label_address_line_1\": null,\n                                    \"label_address_line_2\": null,\n                                    \"label_pin_code\": null,\n                                    \"label_city\": null,\n                                    \"label_state\": null,\n                                    \"signature\": null,\n                                    \"currency\": \"INR\",\n                                    \"weight\": null,\n                                    \"measurement\": null,\n                                    \"gst_enabled\": true,\n                                    \"override_channel_product_weight_enabled\": true,\n                                    \"label_details_same_as_company\": true,\n                                    \"multi_vendor_invoicing_enabled\": false,\n                                    \"multi_vendor_shipping_enabled\": false,\n                                    \"is_master\": \"1\",\n                                    \"invoice_number_same_as_order_number\": true,\n                                    \"enable_disable_cod_reconciliation\": true,\n                                    \"enable_disable_freight_reconciliation\": true,\n                                    \"cod_tolerance\": \"5\",\n                                    \"freight_tolerance\": \"2\",\n                                    \"is_multi_vendor_enabled\": true,\n                                    \"invoice_message\": null,\n                                    \"inclusive_exclusive\": null,\n                                    \"is_tax_on_shipping\": \"no\",\n                                    \"tax_on_shipping\": null,\n                                    \"primary_color\": \"#222F3D\",\n                                    \"secondary_color\": null,\n                                    \"display_hsn\": true,\n                                    \"website\": \"https://app.shipturtle.com/\",\n                                    \"country\": \"IN\",\n                                    \"type_of_vendor\": \"marketplace\",\n                                    \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                                    \"title\": \"violetplants\",\n                                    \"parent_id\": 212738,\n                                    \"extra_information\": null,\n                                    \"invoice_date\": \"invoice_creation_date\",\n                                    \"number_of_digits\": \"0\",\n                                    \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                                    \"created_by\": null,\n                                    \"updated_by\": 28344,\n                                    \"invoice_contact_name\": \"Hussain\",\n                                    \"invoice_address_1\": \"dahod\",\n                                    \"invoice_address_2\": \"dahod\",\n                                    \"invoice_postal_code\": \"380005\",\n                                    \"invoice_city\": \"Ahmedabad\",\n                                    \"invoice_phone_number\": \"09173038104\",\n                                    \"invoice_tin\": null,\n                                    \"timezone\": \"America/Phoenix\",\n                                    \"hand_delivered_enabled\": true,\n                                    \"other_courier_partner_enabled\": true,\n                                    \"billing_address_same_as_company_details\": false,\n                                    \"deactivated_at\": null,\n                                    \"state_code\": \"GJ\",\n                                    \"automatically_sync_vendor_name_from_store\": true,\n                                    \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                                    \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                                    \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                                    \"correct_all_errors_in_order\": false,\n                                    \"generate_shipping_labels_for_orders\": false,\n                                    \"generate_invoices_for_dropship_orders\": false,\n                                    \"can_vendor_enable_disable_product\": false,\n                                    \"can_vendor_edit_quantity_product\": false,\n                                    \"can_vendor_edit_weight_dimension_product\": false,\n                                    \"can_vendor_edit_tax_product\": true,\n                                    \"set_vendor_level_commission\": false,\n                                    \"commission\": \"15\",\n                                    \"discount_shared_by_vendor\": \"0\",\n                                    \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                    \"set_vendor_level_shared_discount\": false,\n                                    \"set_vendor_level_commissoin_calculated_on\": false,\n                                    \"use_shop_channel_values_to_set_commission\": false,\n                                    \"can_vendor_generate_invoice\": true,\n                                    \"can_vendor_process_shippings\": true,\n                                    \"can_vendor_edit_hsn_tax\": true,\n                                    \"can_vendor_add_courier_provider\": true,\n                                    \"default_vendor_type\": \"marketplace\",\n                                    \"no_of_deciaml_digits\": 2,\n                                    \"credits\": 299956,\n                                    \"plan_id\": 4,\n                                    \"requested_plan_id\": null,\n                                    \"override_invoice_permissions\": false,\n                                    \"override_product_permissions\": false,\n                                    \"override_order_routing_permissions\": false,\n                                    \"override_shipping_permissions\": false,\n                                    \"slug\": \"violetplants-212738\",\n                                    \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                    \"shipping_charge_commission_type\": \"fixed\",\n                                    \"shipping_charge_commission\": 50,\n                                    \"override_commission_calculated_tax_type\": false,\n                                    \"override_shipping_charge_commission_type\": false,\n                                    \"override_shipping_charge_commission\": 0,\n                                    \"auto_email_to_vendor\": true,\n                                    \"fixed_commission\": 10,\n                                    \"service_charge\": 0,\n                                    \"can_vendor_edit_price\": false,\n                                    \"can_vendor_delete_product\": false,\n                                    \"show_logo_in_awb\": false,\n                                    \"hide_pick_address_in_awb\": false,\n                                    \"hide_customer_info_in_awb\": true,\n                                    \"hide_price_in_awb\": false,\n                                    \"hide_customer_information_on_vendor_dashboards\": false,\n                                    \"allow_merchant_to_generate_invoice\": false,\n                                    \"show_merchant_logo_in_invoice\": true,\n                                    \"locale\": \"en\",\n                                    \"use_custom_waybill\": true,\n                                    \"redirect_url\": \"dashboard\",\n                                    \"invoice_state_code\": \"GJ\",\n                                    \"invoice_country_code\": \"IN\",\n                                    \"stripe_account_id\": null,\n                                    \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                                    \"enable_app_shipping_profile_on_shopify\": \"0\",\n                                    \"policy\": null,\n                                    \"css\": null,\n                                    \"vendor_profile_color\": \"#f18024\",\n                                    \"about_us\": null,\n                                    \"facebook_link\": null,\n                                    \"twitter_link\": null,\n                                    \"instagram_link\": null,\n                                    \"auto_fulfill_digital_orders\": true,\n                                    \"use_default_warehouse_for_all_orders\": false,\n                                    \"invoice_label_header_title\": null,\n                                    \"invoice_place_of_supply\": null,\n                                    \"invoice_cin_key_title\": null,\n                                    \"invoice_cin\": null,\n                                    \"give_vendor_access_to_merchant_shipper\": false,\n                                    \"auto_generate_order_invoices_to_customers\": true,\n                                    \"auto_email_order_invoices_to_customers\": true,\n                                    \"treat_manual_payment_mode_as_cod\": false,\n                                    \"fulfill_order_after_confirm\": false,\n                                    \"add_notes_before_confirming_orders\": false,\n                                    \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                                    \"note_at_the_top_of_invoice\": null,\n                                    \"vendor_shop_id\": null,\n                                    \"vendor_category\": null,\n                                    \"vendor_location\": null,\n                                    \"short_description\": null,\n                                    \"display_vendor_category\": true,\n                                    \"display_vendor_location\": true,\n                                    \"display_vendor_short_description\": true,\n                                    \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                                    \"sync_settings\": {\n                                        \"update_settings\": {\n                                            \"sku\": true,\n                                            \"tags\": true,\n                                            \"media\": true,\n                                            \"price\": true,\n                                            \"title\": true,\n                                            \"weight\": true,\n                                            \"barcode\": true,\n                                            \"quantity\": true,\n                                            \"description\": true,\n                                            \"product_type\": true,\n                                            \"variant_name\": true,\n                                            \"publish_status\": true,\n                                            \"compare_at_price\": true,\n                                            \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                        },\n                                        \"create_settings\": {\n                                            \"sku\": true,\n                                            \"tags\": true,\n                                            \"media\": true,\n                                            \"price\": true,\n                                            \"title\": true,\n                                            \"weight\": true,\n                                            \"barcode\": true,\n                                            \"quantity\": true,\n                                            \"description\": true,\n                                            \"product_type\": true,\n                                            \"variant_name\": true,\n                                            \"publish_status\": true,\n                                            \"compare_at_price\": true,\n                                            \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                        },\n                                        \"override_product_status_at_create\": true,\n                                        \"product_status\": \"as_per_vendor_product\",\n                                        \"enable_order_sync\": true,\n                                        \"push_only_if_order_paid\": false,\n                                        \"push_unsynced_product_order\": true,\n                                        \"auto_add_variant\": true,\n                                        \"auto_remove_variant\": true,\n                                        \"strictKeyCheck\": false,\n                                        \"on_product_delete\": \"do_nothing\",\n                                        \"on_product_unmapped\": \"do_nothing\",\n                                        \"push_only_if_product_connected\": true\n                                    },\n                                    \"override_hide_customer_information_permissions\": false,\n                                    \"can_vendor_cancel_an_order\": false,\n                                    \"hide_shipping_charges\": false,\n                                    \"add_insurance_to_shipment\": 0,\n                                    \"meta_title\": null,\n                                    \"registration_link\": null,\n                                    \"auto_approval_of_products_from_vendor\": true,\n                                    \"ignore_selling_price_for_commission\": 0,\n                                    \"shipping_label_check\": {\n                                        \"email\": false,\n                                        \"phone\": false,\n                                        \"address_line_1\": false,\n                                        \"address_line_2\": false,\n                                        \"address_line_1_minimum\": null,\n                                        \"address_line_1_maximum\": null,\n                                        \"address_line_2_minimum\": null,\n                                        \"address_line_2_maximum\": null\n                                    },\n                                    \"shipping_label_size\": \"smalllabel\",\n                                    \"paypal_email\": null,\n                                    \"use_custom_email_driver\": true,\n                                    \"ignore_order_splitting\": false,\n                                    \"hide_customer_information_on_vendor_dashboard\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false\n                                    },\n                                    \"hide_customer_information_in_awb\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false,\n                                        \"line_items\": false,\n                                        \"vendor_name\": false,\n                                        \"sku\": false,\n                                        \"weight_dimension\": false\n                                    },\n                                    \"hide_customer_information_in_invoice\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false\n                                    },\n                                    \"vendor_profile_settings\": {\n                                        \"seller_products_tab\": true,\n                                        \"seller_policy_tab\": true,\n                                        \"seller_contact_us_tab\": true,\n                                        \"seller_events_tab\": true,\n                                        \"seller_reviews_tab\": false,\n                                        \"seller_about_us_tab\": true\n                                    },\n                                    \"challan_message_1\": null,\n                                    \"challan_message_2\": null,\n                                    \"challan_prefix\": \"Invoice\",\n                                    \"challan_number_same_as_invoice_number\": true,\n                                    \"default_label_size_for_all_vendors\": true,\n                                    \"hide_customer_information_in_export\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false\n                                    },\n                                    \"product_permissions\": null,\n                                    \"hide_product_details_in_awb\": false,\n                                    \"hide_invoice_details_in_awb\": false,\n                                    \"company_note\": \"<p>sdfasdfab</p>\",\n                                    \"meta_data\": \"[{\\\"uuid\\\":\\\"e95a7b2d-5210-4e7b-988f-7fbde7acf198\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/601990/dashboard-mockup-for-c2c.xlsx\\\",\\\"size\\\":102609,\\\"name\\\":\\\"Dashboard Mockup for C2C.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"50844059-549d-4bcc-88bf-a023fd46bd29\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/604572/28344-1690206866.xlsx\\\",\\\"size\\\":7389,\\\"name\\\":\\\"28344-1690206866.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3ad73d68-08a3-46b5-9afc-3d1ac5df398f\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655061/lable_cancelled_order_amazon.xlsx\\\",\\\"size\\\":26214,\\\"name\\\":\\\"Lable Cancelled Order Amazon.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                                    \"color_theme_field\": \"light.blue\",\n                                    \"change_tracking_url\": false,\n                                    \"ship_to_address_as_merchants_default_warehouse\": false,\n                                    \"can_vendor_hold_an_order\": false,\n                                    \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                                    \"allow_vendors_to_change_vendor_profile_details\": true,\n                                    \"whatsapp_account\": \"use_company_account\",\n                                    \"vendor_profile_theme_choosen\": \"theme-1\",\n                                    \"whatsapp_credit\": 54,\n                                    \"test_whatsapp_number\": \"+918849193468\",\n                                    \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                                    \"connected_vendor_shops\": [\n                                        \"vendorsynctesting5.myshopify.com\",\n                                        \"testing-for-vendorsync.myshopify.com\",\n                                        \"purpleplants.myshopify.com\",\n                                        \"https://st-wpdemo.com/\",\n                                        \"test-store-webkul-112.myshopify.com\",\n                                        \"https://st-wpdemo.com/\",\n                                        \"purpleplants.myshopify.com/\",\n                                        \"https://st-wpdemo.com/\",\n                                        \"purpleplants.myshopify.com\",\n                                        \"channelteststore5.myshopify.com\",\n                                        \"https://st-wpdemo.com/newtestclient/\",\n                                        \"purpleplants.myshopify.com\",\n                                        \"purpleplants.myshopify.com\"\n                                    ],\n                                    \"events\": null,\n                                    \"commission_automation_set\": {\n                                        \"commission_automation\": true,\n                                        \"commission_automation_rules\": true,\n                                        \"commission_automation_date_range\": true,\n                                        \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                        \"time_buffer_for_commission_automation\": \"4\",\n                                        \"order_status_for_commission_automation\": \"pending\",\n                                        \"invoice_number_for_commission_automation\": 277,\n                                        \"date_Range_days_for_commission_automation\": \"4\"\n                                    },\n                                    \"auto_confirmation_using_tags_settings\": {\n                                        \"tags_settings_status\": true,\n                                        \"paid\": true,\n                                        \"tags_for_paid\": [],\n                                        \"cod_or_partially_paid\": false,\n                                        \"tags_for_cod_or_partially_paid\": [],\n                                        \"Exceptions_for_paid\": false,\n                                        \"Exceptions_for_paid_tags\": [],\n                                        \"Exceptions_for_cod_or_partially_paid\": false,\n                                        \"Exceptions_for_cod_or_partially_paid_tags\": []\n                                    },\n                                    \"preferred_location\": null,\n                                    \"email_credit\": 4853,\n                                    \"global_commission\": \"15\",\n                                    \"global_discount_shared_by_vendor\": \"0\",\n                                    \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                    \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                    \"global_shipping_charge_commission_type\": \"fixed\",\n                                    \"global_shipping_charge_commission\": 50,\n                                    \"global_fixed_commission\": 10,\n                                    \"invoice_country_detail\": {\n                                        \"id\": 98,\n                                        \"name\": \"India\",\n                                        \"code\": \"IN\",\n                                        \"dial_code\": \"+91\",\n                                        \"currency_name\": \"Indian rupee\",\n                                        \"currency_symbol\": \"Rs.\",\n                                        \"currency_code\": \"INR\",\n                                        \"created_at\": null,\n                                        \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                        \"name_with_symbole\": \"Indian rupee - Rs.\"\n                                    },\n                                    \"commission_tags\": {\n                                        \"company_id\": 212738,\n                                        \"override_commission\": true\n                                    }\n                                }\n                            },\n                            \"overridden_commission_level\": \"global\",\n                            \"overridden_commission\": \"15\",\n                            \"overridden_fixed_commission\": 10,\n                            \"global_commission_level\": \"global\",\n                            \"global_commission\": \"15\",\n                            \"global_fixed_commission\": 10\n                        },\n                        \"media\": []\n                    },\n                    \"alien_variant\": null\n                },\n                {\n                    \"id\": 22397092,\n                    \"commission\": null,\n                    \"fixed_commission\": 0,\n                    \"company_id\": 212738,\n                    \"product_id\": 8057554,\n                    \"image\": null,\n                    \"channel_variant_id\": \"22530926\",\n                    \"compare_at_price\": \"0.00\",\n                    \"deleted_at\": null,\n                    \"deactivated_at\": true,\n                    \"grams\": \"0\",\n                    \"height\": null,\n                    \"image_id\": null,\n                    \"inventory_item_id\": \"50352894771503\",\n                    \"inventory_management\": \"shopify\",\n                    \"inventory_policy\": \"deny\",\n                    \"inventory_quantity\": \"12\",\n                    \"length\": null,\n                    \"old_inventory_quantity\": null,\n                    \"option1\": \"RED\",\n                    \"option2\": \"L\",\n                    \"option3\": \"Title2\",\n                    \"price\": \"2010.00\",\n                    \"provider\": null,\n                    \"requires_shipping\": null,\n                    \"shop_id\": 4147,\n                    \"sku\": \"NEW-DESTINATION\",\n                    \"tax_id\": null,\n                    \"title\": \"RED / L / Title2\",\n                    \"updated_at\": \"2023-12-21T11:03:56.000000Z\",\n                    \"weight\": \"0\",\n                    \"weight_unit\": \"kg\",\n                    \"width\": null,\n                    \"parent_id\": 212738,\n                    \"override_commission\": false,\n                    \"vendor_shop_variant_id\": null,\n                    \"barcode\": \"\",\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/48308473364783\",\n                    \"overridden_commission_level\": \"global\",\n                    \"overridden_commission\": \"15\",\n                    \"overridden_fixed_commission\": 10,\n                    \"file_history\": null,\n                    \"company\": {\n                        \"id\": 212738,\n                        \"title\": \"violetplants\",\n                        \"parent_id\": 212738,\n                        \"commission\": \"15\",\n                        \"fixed_commission\": 10,\n                        \"set_vendor_level_commission\": false,\n                        \"global_commission\": \"15\",\n                        \"global_discount_shared_by_vendor\": \"0\",\n                        \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                        \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                        \"global_shipping_charge_commission_type\": \"fixed\",\n                        \"global_shipping_charge_commission\": 50,\n                        \"global_fixed_commission\": 10,\n                        \"invoice_country_detail\": null,\n                        \"commission_tags\": {\n                            \"company_id\": 212738,\n                            \"override_commission\": true\n                        },\n                        \"parent\": {\n                            \"id\": 212738,\n                            \"company_name\": \"kapil\",\n                            \"brand_name\": \"violetplants\",\n                            \"company_logo\": null,\n                            \"contact_name\": null,\n                            \"phone_number\": null,\n                            \"email\": \"varshil.shipturtle@gmail.com\",\n                            \"address_line_1\": null,\n                            \"address_line_2\": \"gj 23\",\n                            \"pin_code\": \"380009\",\n                            \"city\": \"Ahmedabad\",\n                            \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                            \"updated_at\": \"2023-12-21T12:23:57.000000Z\",\n                            \"state_id\": null,\n                            \"gstin_number\": \"1234\",\n                            \"invoice_prefix\": \"Invoice\",\n                            \"starting_invoice_number\": \"22\",\n                            \"terms_and_conditions\": null,\n                            \"bank_account_beneficiary_name\": null,\n                            \"bank_account_name\": null,\n                            \"ifsc_code\": null,\n                            \"label_company_name\": null,\n                            \"label_contact_name\": null,\n                            \"label_phone\": null,\n                            \"label_email_address\": null,\n                            \"label_address_line_1\": null,\n                            \"label_address_line_2\": null,\n                            \"label_pin_code\": null,\n                            \"label_city\": null,\n                            \"label_state\": null,\n                            \"signature\": null,\n                            \"currency\": \"INR\",\n                            \"weight\": null,\n                            \"measurement\": null,\n                            \"gst_enabled\": true,\n                            \"override_channel_product_weight_enabled\": true,\n                            \"label_details_same_as_company\": true,\n                            \"multi_vendor_invoicing_enabled\": false,\n                            \"multi_vendor_shipping_enabled\": false,\n                            \"is_master\": \"1\",\n                            \"invoice_number_same_as_order_number\": true,\n                            \"enable_disable_cod_reconciliation\": true,\n                            \"enable_disable_freight_reconciliation\": true,\n                            \"cod_tolerance\": \"5\",\n                            \"freight_tolerance\": \"2\",\n                            \"is_multi_vendor_enabled\": true,\n                            \"invoice_message\": null,\n                            \"inclusive_exclusive\": null,\n                            \"is_tax_on_shipping\": \"no\",\n                            \"tax_on_shipping\": null,\n                            \"primary_color\": \"#222F3D\",\n                            \"secondary_color\": null,\n                            \"display_hsn\": true,\n                            \"website\": \"https://app.shipturtle.com/\",\n                            \"country\": \"IN\",\n                            \"type_of_vendor\": \"marketplace\",\n                            \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                            \"title\": \"violetplants\",\n                            \"parent_id\": 212738,\n                            \"extra_information\": null,\n                            \"invoice_date\": \"invoice_creation_date\",\n                            \"number_of_digits\": \"0\",\n                            \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                            \"created_by\": null,\n                            \"updated_by\": 28344,\n                            \"invoice_contact_name\": \"Hussain\",\n                            \"invoice_address_1\": \"dahod\",\n                            \"invoice_address_2\": \"dahod\",\n                            \"invoice_postal_code\": \"380005\",\n                            \"invoice_city\": \"Ahmedabad\",\n                            \"invoice_phone_number\": \"09173038104\",\n                            \"invoice_tin\": null,\n                            \"timezone\": \"America/Phoenix\",\n                            \"hand_delivered_enabled\": true,\n                            \"other_courier_partner_enabled\": true,\n                            \"billing_address_same_as_company_details\": false,\n                            \"deactivated_at\": null,\n                            \"state_code\": \"GJ\",\n                            \"automatically_sync_vendor_name_from_store\": true,\n                            \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                            \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                            \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                            \"correct_all_errors_in_order\": false,\n                            \"generate_shipping_labels_for_orders\": false,\n                            \"generate_invoices_for_dropship_orders\": false,\n                            \"can_vendor_enable_disable_product\": false,\n                            \"can_vendor_edit_quantity_product\": false,\n                            \"can_vendor_edit_weight_dimension_product\": false,\n                            \"can_vendor_edit_tax_product\": true,\n                            \"set_vendor_level_commission\": false,\n                            \"commission\": \"15\",\n                            \"discount_shared_by_vendor\": \"0\",\n                            \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"set_vendor_level_shared_discount\": false,\n                            \"set_vendor_level_commissoin_calculated_on\": false,\n                            \"use_shop_channel_values_to_set_commission\": false,\n                            \"can_vendor_generate_invoice\": true,\n                            \"can_vendor_process_shippings\": true,\n                            \"can_vendor_edit_hsn_tax\": true,\n                            \"can_vendor_add_courier_provider\": true,\n                            \"default_vendor_type\": \"marketplace\",\n                            \"no_of_deciaml_digits\": 2,\n                            \"credits\": 299956,\n                            \"plan_id\": 4,\n                            \"requested_plan_id\": null,\n                            \"override_invoice_permissions\": false,\n                            \"override_product_permissions\": false,\n                            \"override_order_routing_permissions\": false,\n                            \"override_shipping_permissions\": false,\n                            \"slug\": \"violetplants-212738\",\n                            \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"shipping_charge_commission_type\": \"fixed\",\n                            \"shipping_charge_commission\": 50,\n                            \"override_commission_calculated_tax_type\": false,\n                            \"override_shipping_charge_commission_type\": false,\n                            \"override_shipping_charge_commission\": 0,\n                            \"auto_email_to_vendor\": true,\n                            \"fixed_commission\": 10,\n                            \"service_charge\": 0,\n                            \"can_vendor_edit_price\": false,\n                            \"can_vendor_delete_product\": false,\n                            \"show_logo_in_awb\": false,\n                            \"hide_pick_address_in_awb\": false,\n                            \"hide_customer_info_in_awb\": true,\n                            \"hide_price_in_awb\": false,\n                            \"hide_customer_information_on_vendor_dashboards\": false,\n                            \"allow_merchant_to_generate_invoice\": false,\n                            \"show_merchant_logo_in_invoice\": true,\n                            \"locale\": \"en\",\n                            \"use_custom_waybill\": true,\n                            \"redirect_url\": \"dashboard\",\n                            \"invoice_state_code\": \"GJ\",\n                            \"invoice_country_code\": \"IN\",\n                            \"stripe_account_id\": null,\n                            \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                            \"enable_app_shipping_profile_on_shopify\": \"0\",\n                            \"policy\": null,\n                            \"css\": null,\n                            \"vendor_profile_color\": \"#f18024\",\n                            \"about_us\": null,\n                            \"facebook_link\": null,\n                            \"twitter_link\": null,\n                            \"instagram_link\": null,\n                            \"auto_fulfill_digital_orders\": true,\n                            \"use_default_warehouse_for_all_orders\": false,\n                            \"invoice_label_header_title\": null,\n                            \"invoice_place_of_supply\": null,\n                            \"invoice_cin_key_title\": null,\n                            \"invoice_cin\": null,\n                            \"give_vendor_access_to_merchant_shipper\": false,\n                            \"auto_generate_order_invoices_to_customers\": true,\n                            \"auto_email_order_invoices_to_customers\": true,\n                            \"treat_manual_payment_mode_as_cod\": false,\n                            \"fulfill_order_after_confirm\": false,\n                            \"add_notes_before_confirming_orders\": false,\n                            \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                            \"note_at_the_top_of_invoice\": null,\n                            \"vendor_shop_id\": null,\n                            \"vendor_category\": null,\n                            \"vendor_location\": null,\n                            \"short_description\": null,\n                            \"display_vendor_category\": true,\n                            \"display_vendor_location\": true,\n                            \"display_vendor_short_description\": true,\n                            \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                            \"sync_settings\": {\n                                \"update_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": true,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"create_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": true,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"override_product_status_at_create\": true,\n                                \"product_status\": \"as_per_vendor_product\",\n                                \"enable_order_sync\": true,\n                                \"push_only_if_order_paid\": false,\n                                \"push_unsynced_product_order\": true,\n                                \"auto_add_variant\": true,\n                                \"auto_remove_variant\": true,\n                                \"strictKeyCheck\": false,\n                                \"on_product_delete\": \"do_nothing\",\n                                \"on_product_unmapped\": \"do_nothing\",\n                                \"push_only_if_product_connected\": true\n                            },\n                            \"override_hide_customer_information_permissions\": false,\n                            \"can_vendor_cancel_an_order\": false,\n                            \"hide_shipping_charges\": false,\n                            \"add_insurance_to_shipment\": 0,\n                            \"meta_title\": null,\n                            \"registration_link\": null,\n                            \"auto_approval_of_products_from_vendor\": true,\n                            \"ignore_selling_price_for_commission\": 0,\n                            \"shipping_label_check\": {\n                                \"email\": false,\n                                \"phone\": false,\n                                \"address_line_1\": false,\n                                \"address_line_2\": false,\n                                \"address_line_1_minimum\": null,\n                                \"address_line_1_maximum\": null,\n                                \"address_line_2_minimum\": null,\n                                \"address_line_2_maximum\": null\n                            },\n                            \"shipping_label_size\": \"smalllabel\",\n                            \"paypal_email\": null,\n                            \"use_custom_email_driver\": true,\n                            \"ignore_order_splitting\": false,\n                            \"hide_customer_information_on_vendor_dashboard\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"hide_customer_information_in_awb\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false,\n                                \"line_items\": false,\n                                \"vendor_name\": false,\n                                \"sku\": false,\n                                \"weight_dimension\": false\n                            },\n                            \"hide_customer_information_in_invoice\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"vendor_profile_settings\": {\n                                \"seller_products_tab\": true,\n                                \"seller_policy_tab\": true,\n                                \"seller_contact_us_tab\": true,\n                                \"seller_events_tab\": true,\n                                \"seller_reviews_tab\": false,\n                                \"seller_about_us_tab\": true\n                            },\n                            \"challan_message_1\": null,\n                            \"challan_message_2\": null,\n                            \"challan_prefix\": \"Invoice\",\n                            \"challan_number_same_as_invoice_number\": true,\n                            \"default_label_size_for_all_vendors\": true,\n                            \"hide_customer_information_in_export\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"product_permissions\": null,\n                            \"hide_product_details_in_awb\": false,\n                            \"hide_invoice_details_in_awb\": false,\n                            \"company_note\": \"<p>sdfasdfab</p>\",\n                            \"meta_data\": \"[{\\\"uuid\\\":\\\"e95a7b2d-5210-4e7b-988f-7fbde7acf198\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/601990/dashboard-mockup-for-c2c.xlsx\\\",\\\"size\\\":102609,\\\"name\\\":\\\"Dashboard Mockup for C2C.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"50844059-549d-4bcc-88bf-a023fd46bd29\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/604572/28344-1690206866.xlsx\\\",\\\"size\\\":7389,\\\"name\\\":\\\"28344-1690206866.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3ad73d68-08a3-46b5-9afc-3d1ac5df398f\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655061/lable_cancelled_order_amazon.xlsx\\\",\\\"size\\\":26214,\\\"name\\\":\\\"Lable Cancelled Order Amazon.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                            \"color_theme_field\": \"light.blue\",\n                            \"change_tracking_url\": false,\n                            \"ship_to_address_as_merchants_default_warehouse\": false,\n                            \"can_vendor_hold_an_order\": false,\n                            \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                            \"allow_vendors_to_change_vendor_profile_details\": true,\n                            \"whatsapp_account\": \"use_company_account\",\n                            \"vendor_profile_theme_choosen\": \"theme-1\",\n                            \"whatsapp_credit\": 54,\n                            \"test_whatsapp_number\": \"+918849193468\",\n                            \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                            \"connected_vendor_shops\": [\n                                \"vendorsynctesting5.myshopify.com\",\n                                \"testing-for-vendorsync.myshopify.com\",\n                                \"purpleplants.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"test-store-webkul-112.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com/\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com\",\n                                \"channelteststore5.myshopify.com\",\n                                \"https://st-wpdemo.com/newtestclient/\",\n                                \"purpleplants.myshopify.com\",\n                                \"purpleplants.myshopify.com\"\n                            ],\n                            \"events\": null,\n                            \"commission_automation_set\": {\n                                \"commission_automation\": true,\n                                \"commission_automation_rules\": true,\n                                \"commission_automation_date_range\": true,\n                                \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                \"time_buffer_for_commission_automation\": \"4\",\n                                \"order_status_for_commission_automation\": \"pending\",\n                                \"invoice_number_for_commission_automation\": 277,\n                                \"date_Range_days_for_commission_automation\": \"4\"\n                            },\n                            \"auto_confirmation_using_tags_settings\": {\n                                \"tags_settings_status\": true,\n                                \"paid\": true,\n                                \"tags_for_paid\": [],\n                                \"cod_or_partially_paid\": false,\n                                \"tags_for_cod_or_partially_paid\": [],\n                                \"Exceptions_for_paid\": false,\n                                \"Exceptions_for_paid_tags\": [],\n                                \"Exceptions_for_cod_or_partially_paid\": false,\n                                \"Exceptions_for_cod_or_partially_paid_tags\": []\n                            },\n                            \"preferred_location\": null,\n                            \"email_credit\": 4853,\n                            \"global_commission\": \"15\",\n                            \"global_discount_shared_by_vendor\": \"0\",\n                            \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"global_shipping_charge_commission_type\": \"fixed\",\n                            \"global_shipping_charge_commission\": 50,\n                            \"global_fixed_commission\": 10,\n                            \"invoice_country_detail\": {\n                                \"id\": 98,\n                                \"name\": \"India\",\n                                \"code\": \"IN\",\n                                \"dial_code\": \"+91\",\n                                \"currency_name\": \"Indian rupee\",\n                                \"currency_symbol\": \"Rs.\",\n                                \"currency_code\": \"INR\",\n                                \"created_at\": null,\n                                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                \"name_with_symbole\": \"Indian rupee - Rs.\"\n                            },\n                            \"commission_tags\": {\n                                \"company_id\": 212738,\n                                \"override_commission\": true\n                            }\n                        }\n                    },\n                    \"tax\": null,\n                    \"inventory_item\": {\n                        \"id\": 13164400,\n                        \"sku\": \"NEW-DESTINATION\",\n                        \"requires_shipping\": true,\n                        \"cost\": \"10.00\",\n                        \"admin_graphql_api_id\": \"gid://shopify/InventoryItem/50352894771503\",\n                        \"created_at\": \"2023-12-21T11:03:57.000000Z\",\n                        \"updated_at\": \"2023-12-21T11:03:57.000000Z\",\n                        \"shop_id\": 4147,\n                        \"channel_id\": \"50352894771503\",\n                        \"variant_id\": null,\n                        \"channel\": null,\n                        \"country_harmonized_system_codes\": null,\n                        \"harmonized_system_code\": null,\n                        \"deleted_at\": null\n                    },\n                    \"product\": {\n                        \"id\": 8057554,\n                        \"product_type_id\": 145003,\n                        \"image_link\": null,\n                        \"images_link\": null,\n                        \"uploaded_images\": [],\n                        \"product_type_title\": \"Canvas\",\n                        \"variant_inventory_count\": {\n                            \"quantity\": 378,\n                            \"length\": 27\n                        },\n                        \"product_type\": {\n                            \"id\": 145003,\n                            \"channel\": \"shopify\",\n                            \"shop_id\": 4147,\n                            \"title\": \"Canvas\",\n                            \"commission\": null,\n                            \"created_at\": \"2023-11-30T06:49:18.000000Z\",\n                            \"updated_at\": \"2023-11-30T06:49:18.000000Z\",\n                            \"fixed_commission\": 0,\n                            \"override_commission\": false,\n                            \"companyObject\": {\n                                \"id\": 212738,\n                                \"company_name\": \"kapil\",\n                                \"brand_name\": \"violetplants\",\n                                \"company_logo\": null,\n                                \"contact_name\": null,\n                                \"phone_number\": null,\n                                \"email\": \"varshil.shipturtle@gmail.com\",\n                                \"address_line_1\": null,\n                                \"address_line_2\": \"gj 23\",\n                                \"pin_code\": \"380009\",\n                                \"city\": \"Ahmedabad\",\n                                \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                                \"updated_at\": \"2023-12-21T12:23:57.000000Z\",\n                                \"state_id\": null,\n                                \"gstin_number\": \"1234\",\n                                \"invoice_prefix\": \"Invoice\",\n                                \"starting_invoice_number\": \"22\",\n                                \"terms_and_conditions\": null,\n                                \"bank_account_beneficiary_name\": null,\n                                \"bank_account_name\": null,\n                                \"ifsc_code\": null,\n                                \"label_company_name\": null,\n                                \"label_contact_name\": null,\n                                \"label_phone\": null,\n                                \"label_email_address\": null,\n                                \"label_address_line_1\": null,\n                                \"label_address_line_2\": null,\n                                \"label_pin_code\": null,\n                                \"label_city\": null,\n                                \"label_state\": null,\n                                \"signature\": null,\n                                \"currency\": \"INR\",\n                                \"weight\": null,\n                                \"measurement\": null,\n                                \"gst_enabled\": true,\n                                \"override_channel_product_weight_enabled\": true,\n                                \"label_details_same_as_company\": true,\n                                \"multi_vendor_invoicing_enabled\": false,\n                                \"multi_vendor_shipping_enabled\": false,\n                                \"is_master\": \"1\",\n                                \"invoice_number_same_as_order_number\": true,\n                                \"enable_disable_cod_reconciliation\": true,\n                                \"enable_disable_freight_reconciliation\": true,\n                                \"cod_tolerance\": \"5\",\n                                \"freight_tolerance\": \"2\",\n                                \"is_multi_vendor_enabled\": true,\n                                \"invoice_message\": null,\n                                \"inclusive_exclusive\": null,\n                                \"is_tax_on_shipping\": \"no\",\n                                \"tax_on_shipping\": null,\n                                \"primary_color\": \"#222F3D\",\n                                \"secondary_color\": null,\n                                \"display_hsn\": true,\n                                \"website\": \"https://app.shipturtle.com/\",\n                                \"country\": \"IN\",\n                                \"type_of_vendor\": \"marketplace\",\n                                \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                                \"title\": \"violetplants\",\n                                \"parent_id\": 212738,\n                                \"extra_information\": null,\n                                \"invoice_date\": \"invoice_creation_date\",\n                                \"number_of_digits\": \"0\",\n                                \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                                \"created_by\": null,\n                                \"updated_by\": 28344,\n                                \"invoice_contact_name\": \"Hussain\",\n                                \"invoice_address_1\": \"dahod\",\n                                \"invoice_address_2\": \"dahod\",\n                                \"invoice_postal_code\": \"380005\",\n                                \"invoice_city\": \"Ahmedabad\",\n                                \"invoice_phone_number\": \"09173038104\",\n                                \"invoice_tin\": null,\n                                \"timezone\": \"America/Phoenix\",\n                                \"hand_delivered_enabled\": true,\n                                \"other_courier_partner_enabled\": true,\n                                \"billing_address_same_as_company_details\": false,\n                                \"deactivated_at\": null,\n                                \"state_code\": \"GJ\",\n                                \"automatically_sync_vendor_name_from_store\": true,\n                                \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                                \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                                \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                                \"correct_all_errors_in_order\": false,\n                                \"generate_shipping_labels_for_orders\": false,\n                                \"generate_invoices_for_dropship_orders\": false,\n                                \"can_vendor_enable_disable_product\": false,\n                                \"can_vendor_edit_quantity_product\": false,\n                                \"can_vendor_edit_weight_dimension_product\": false,\n                                \"can_vendor_edit_tax_product\": true,\n                                \"set_vendor_level_commission\": false,\n                                \"commission\": \"15\",\n                                \"discount_shared_by_vendor\": \"0\",\n                                \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                \"set_vendor_level_shared_discount\": false,\n                                \"set_vendor_level_commissoin_calculated_on\": false,\n                                \"use_shop_channel_values_to_set_commission\": false,\n                                \"can_vendor_generate_invoice\": true,\n                                \"can_vendor_process_shippings\": true,\n                                \"can_vendor_edit_hsn_tax\": true,\n                                \"can_vendor_add_courier_provider\": true,\n                                \"default_vendor_type\": \"marketplace\",\n                                \"no_of_deciaml_digits\": 2,\n                                \"credits\": 299956,\n                                \"plan_id\": 4,\n                                \"requested_plan_id\": null,\n                                \"override_invoice_permissions\": false,\n                                \"override_product_permissions\": false,\n                                \"override_order_routing_permissions\": false,\n                                \"override_shipping_permissions\": false,\n                                \"slug\": \"violetplants-212738\",\n                                \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                \"shipping_charge_commission_type\": \"fixed\",\n                                \"shipping_charge_commission\": 50,\n                                \"override_commission_calculated_tax_type\": false,\n                                \"override_shipping_charge_commission_type\": false,\n                                \"override_shipping_charge_commission\": 0,\n                                \"auto_email_to_vendor\": true,\n                                \"fixed_commission\": 10,\n                                \"service_charge\": 0,\n                                \"can_vendor_edit_price\": false,\n                                \"can_vendor_delete_product\": false,\n                                \"show_logo_in_awb\": false,\n                                \"hide_pick_address_in_awb\": false,\n                                \"hide_customer_info_in_awb\": true,\n                                \"hide_price_in_awb\": false,\n                                \"hide_customer_information_on_vendor_dashboards\": false,\n                                \"allow_merchant_to_generate_invoice\": false,\n                                \"show_merchant_logo_in_invoice\": true,\n                                \"locale\": \"en\",\n                                \"use_custom_waybill\": true,\n                                \"redirect_url\": \"dashboard\",\n                                \"invoice_state_code\": \"GJ\",\n                                \"invoice_country_code\": \"IN\",\n                                \"stripe_account_id\": null,\n                                \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                                \"enable_app_shipping_profile_on_shopify\": \"0\",\n                                \"policy\": null,\n                                \"css\": null,\n                                \"vendor_profile_color\": \"#f18024\",\n                                \"about_us\": null,\n                                \"facebook_link\": null,\n                                \"twitter_link\": null,\n                                \"instagram_link\": null,\n                                \"auto_fulfill_digital_orders\": true,\n                                \"use_default_warehouse_for_all_orders\": false,\n                                \"invoice_label_header_title\": null,\n                                \"invoice_place_of_supply\": null,\n                                \"invoice_cin_key_title\": null,\n                                \"invoice_cin\": null,\n                                \"give_vendor_access_to_merchant_shipper\": false,\n                                \"auto_generate_order_invoices_to_customers\": true,\n                                \"auto_email_order_invoices_to_customers\": true,\n                                \"treat_manual_payment_mode_as_cod\": false,\n                                \"fulfill_order_after_confirm\": false,\n                                \"add_notes_before_confirming_orders\": false,\n                                \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                                \"note_at_the_top_of_invoice\": null,\n                                \"vendor_shop_id\": null,\n                                \"vendor_category\": null,\n                                \"vendor_location\": null,\n                                \"short_description\": null,\n                                \"display_vendor_category\": true,\n                                \"display_vendor_location\": true,\n                                \"display_vendor_short_description\": true,\n                                \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                                \"sync_settings\": {\n                                    \"update_settings\": {\n                                        \"sku\": true,\n                                        \"tags\": true,\n                                        \"media\": true,\n                                        \"price\": true,\n                                        \"title\": true,\n                                        \"weight\": true,\n                                        \"barcode\": true,\n                                        \"quantity\": true,\n                                        \"description\": true,\n                                        \"product_type\": true,\n                                        \"variant_name\": true,\n                                        \"publish_status\": true,\n                                        \"compare_at_price\": true,\n                                        \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                    },\n                                    \"create_settings\": {\n                                        \"sku\": true,\n                                        \"tags\": true,\n                                        \"media\": true,\n                                        \"price\": true,\n                                        \"title\": true,\n                                        \"weight\": true,\n                                        \"barcode\": true,\n                                        \"quantity\": true,\n                                        \"description\": true,\n                                        \"product_type\": true,\n                                        \"variant_name\": true,\n                                        \"publish_status\": true,\n                                        \"compare_at_price\": true,\n                                        \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                    },\n                                    \"override_product_status_at_create\": true,\n                                    \"product_status\": \"as_per_vendor_product\",\n                                    \"enable_order_sync\": true,\n                                    \"push_only_if_order_paid\": false,\n                                    \"push_unsynced_product_order\": true,\n                                    \"auto_add_variant\": true,\n                                    \"auto_remove_variant\": true,\n                                    \"strictKeyCheck\": false,\n                                    \"on_product_delete\": \"do_nothing\",\n                                    \"on_product_unmapped\": \"do_nothing\",\n                                    \"push_only_if_product_connected\": true\n                                },\n                                \"override_hide_customer_information_permissions\": false,\n                                \"can_vendor_cancel_an_order\": false,\n                                \"hide_shipping_charges\": false,\n                                \"add_insurance_to_shipment\": 0,\n                                \"meta_title\": null,\n                                \"registration_link\": null,\n                                \"auto_approval_of_products_from_vendor\": true,\n                                \"ignore_selling_price_for_commission\": 0,\n                                \"shipping_label_check\": {\n                                    \"email\": false,\n                                    \"phone\": false,\n                                    \"address_line_1\": false,\n                                    \"address_line_2\": false,\n                                    \"address_line_1_minimum\": null,\n                                    \"address_line_1_maximum\": null,\n                                    \"address_line_2_minimum\": null,\n                                    \"address_line_2_maximum\": null\n                                },\n                                \"shipping_label_size\": \"smalllabel\",\n                                \"paypal_email\": null,\n                                \"use_custom_email_driver\": true,\n                                \"ignore_order_splitting\": false,\n                                \"hide_customer_information_on_vendor_dashboard\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false\n                                },\n                                \"hide_customer_information_in_awb\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false,\n                                    \"line_items\": false,\n                                    \"vendor_name\": false,\n                                    \"sku\": false,\n                                    \"weight_dimension\": false\n                                },\n                                \"hide_customer_information_in_invoice\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false\n                                },\n                                \"vendor_profile_settings\": {\n                                    \"seller_products_tab\": true,\n                                    \"seller_policy_tab\": true,\n                                    \"seller_contact_us_tab\": true,\n                                    \"seller_events_tab\": true,\n                                    \"seller_reviews_tab\": false,\n                                    \"seller_about_us_tab\": true\n                                },\n                                \"challan_message_1\": null,\n                                \"challan_message_2\": null,\n                                \"challan_prefix\": \"Invoice\",\n                                \"challan_number_same_as_invoice_number\": true,\n                                \"default_label_size_for_all_vendors\": true,\n                                \"hide_customer_information_in_export\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false\n                                },\n                                \"product_permissions\": null,\n                                \"hide_product_details_in_awb\": false,\n                                \"hide_invoice_details_in_awb\": false,\n                                \"company_note\": \"<p>sdfasdfab</p>\",\n                                \"meta_data\": \"[{\\\"uuid\\\":\\\"e95a7b2d-5210-4e7b-988f-7fbde7acf198\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/601990/dashboard-mockup-for-c2c.xlsx\\\",\\\"size\\\":102609,\\\"name\\\":\\\"Dashboard Mockup for C2C.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"50844059-549d-4bcc-88bf-a023fd46bd29\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/604572/28344-1690206866.xlsx\\\",\\\"size\\\":7389,\\\"name\\\":\\\"28344-1690206866.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3ad73d68-08a3-46b5-9afc-3d1ac5df398f\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655061/lable_cancelled_order_amazon.xlsx\\\",\\\"size\\\":26214,\\\"name\\\":\\\"Lable Cancelled Order Amazon.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                                \"color_theme_field\": \"light.blue\",\n                                \"change_tracking_url\": false,\n                                \"ship_to_address_as_merchants_default_warehouse\": false,\n                                \"can_vendor_hold_an_order\": false,\n                                \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                                \"allow_vendors_to_change_vendor_profile_details\": true,\n                                \"whatsapp_account\": \"use_company_account\",\n                                \"vendor_profile_theme_choosen\": \"theme-1\",\n                                \"whatsapp_credit\": 54,\n                                \"test_whatsapp_number\": \"+918849193468\",\n                                \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                                \"connected_vendor_shops\": [\n                                    \"vendorsynctesting5.myshopify.com\",\n                                    \"testing-for-vendorsync.myshopify.com\",\n                                    \"purpleplants.myshopify.com\",\n                                    \"https://st-wpdemo.com/\",\n                                    \"test-store-webkul-112.myshopify.com\",\n                                    \"https://st-wpdemo.com/\",\n                                    \"purpleplants.myshopify.com/\",\n                                    \"https://st-wpdemo.com/\",\n                                    \"purpleplants.myshopify.com\",\n                                    \"channelteststore5.myshopify.com\",\n                                    \"https://st-wpdemo.com/newtestclient/\",\n                                    \"purpleplants.myshopify.com\",\n                                    \"purpleplants.myshopify.com\"\n                                ],\n                                \"events\": null,\n                                \"commission_automation_set\": {\n                                    \"commission_automation\": true,\n                                    \"commission_automation_rules\": true,\n                                    \"commission_automation_date_range\": true,\n                                    \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                    \"time_buffer_for_commission_automation\": \"4\",\n                                    \"order_status_for_commission_automation\": \"pending\",\n                                    \"invoice_number_for_commission_automation\": 277,\n                                    \"date_Range_days_for_commission_automation\": \"4\"\n                                },\n                                \"auto_confirmation_using_tags_settings\": {\n                                    \"tags_settings_status\": true,\n                                    \"paid\": true,\n                                    \"tags_for_paid\": [],\n                                    \"cod_or_partially_paid\": false,\n                                    \"tags_for_cod_or_partially_paid\": [],\n                                    \"Exceptions_for_paid\": false,\n                                    \"Exceptions_for_paid_tags\": [],\n                                    \"Exceptions_for_cod_or_partially_paid\": false,\n                                    \"Exceptions_for_cod_or_partially_paid_tags\": []\n                                },\n                                \"preferred_location\": null,\n                                \"email_credit\": 4853,\n                                \"global_commission\": \"15\",\n                                \"global_discount_shared_by_vendor\": \"0\",\n                                \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                \"global_shipping_charge_commission_type\": \"fixed\",\n                                \"global_shipping_charge_commission\": 50,\n                                \"global_fixed_commission\": 10,\n                                \"invoice_country_detail\": {\n                                    \"id\": 98,\n                                    \"name\": \"India\",\n                                    \"code\": \"IN\",\n                                    \"dial_code\": \"+91\",\n                                    \"currency_name\": \"Indian rupee\",\n                                    \"currency_symbol\": \"Rs.\",\n                                    \"currency_code\": \"INR\",\n                                    \"created_at\": null,\n                                    \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                    \"name_with_symbole\": \"Indian rupee - Rs.\"\n                                },\n                                \"commission_tags\": {\n                                    \"company_id\": 212738,\n                                    \"override_commission\": true\n                                },\n                                \"parent\": {\n                                    \"id\": 212738,\n                                    \"company_name\": \"kapil\",\n                                    \"brand_name\": \"violetplants\",\n                                    \"company_logo\": null,\n                                    \"contact_name\": null,\n                                    \"phone_number\": null,\n                                    \"email\": \"varshil.shipturtle@gmail.com\",\n                                    \"address_line_1\": null,\n                                    \"address_line_2\": \"gj 23\",\n                                    \"pin_code\": \"380009\",\n                                    \"city\": \"Ahmedabad\",\n                                    \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                                    \"updated_at\": \"2023-12-21T12:23:57.000000Z\",\n                                    \"state_id\": null,\n                                    \"gstin_number\": \"1234\",\n                                    \"invoice_prefix\": \"Invoice\",\n                                    \"starting_invoice_number\": \"22\",\n                                    \"terms_and_conditions\": null,\n                                    \"bank_account_beneficiary_name\": null,\n                                    \"bank_account_name\": null,\n                                    \"ifsc_code\": null,\n                                    \"label_company_name\": null,\n                                    \"label_contact_name\": null,\n                                    \"label_phone\": null,\n                                    \"label_email_address\": null,\n                                    \"label_address_line_1\": null,\n                                    \"label_address_line_2\": null,\n                                    \"label_pin_code\": null,\n                                    \"label_city\": null,\n                                    \"label_state\": null,\n                                    \"signature\": null,\n                                    \"currency\": \"INR\",\n                                    \"weight\": null,\n                                    \"measurement\": null,\n                                    \"gst_enabled\": true,\n                                    \"override_channel_product_weight_enabled\": true,\n                                    \"label_details_same_as_company\": true,\n                                    \"multi_vendor_invoicing_enabled\": false,\n                                    \"multi_vendor_shipping_enabled\": false,\n                                    \"is_master\": \"1\",\n                                    \"invoice_number_same_as_order_number\": true,\n                                    \"enable_disable_cod_reconciliation\": true,\n                                    \"enable_disable_freight_reconciliation\": true,\n                                    \"cod_tolerance\": \"5\",\n                                    \"freight_tolerance\": \"2\",\n                                    \"is_multi_vendor_enabled\": true,\n                                    \"invoice_message\": null,\n                                    \"inclusive_exclusive\": null,\n                                    \"is_tax_on_shipping\": \"no\",\n                                    \"tax_on_shipping\": null,\n                                    \"primary_color\": \"#222F3D\",\n                                    \"secondary_color\": null,\n                                    \"display_hsn\": true,\n                                    \"website\": \"https://app.shipturtle.com/\",\n                                    \"country\": \"IN\",\n                                    \"type_of_vendor\": \"marketplace\",\n                                    \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                                    \"title\": \"violetplants\",\n                                    \"parent_id\": 212738,\n                                    \"extra_information\": null,\n                                    \"invoice_date\": \"invoice_creation_date\",\n                                    \"number_of_digits\": \"0\",\n                                    \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                                    \"created_by\": null,\n                                    \"updated_by\": 28344,\n                                    \"invoice_contact_name\": \"Hussain\",\n                                    \"invoice_address_1\": \"dahod\",\n                                    \"invoice_address_2\": \"dahod\",\n                                    \"invoice_postal_code\": \"380005\",\n                                    \"invoice_city\": \"Ahmedabad\",\n                                    \"invoice_phone_number\": \"09173038104\",\n                                    \"invoice_tin\": null,\n                                    \"timezone\": \"America/Phoenix\",\n                                    \"hand_delivered_enabled\": true,\n                                    \"other_courier_partner_enabled\": true,\n                                    \"billing_address_same_as_company_details\": false,\n                                    \"deactivated_at\": null,\n                                    \"state_code\": \"GJ\",\n                                    \"automatically_sync_vendor_name_from_store\": true,\n                                    \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                                    \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                                    \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                                    \"correct_all_errors_in_order\": false,\n                                    \"generate_shipping_labels_for_orders\": false,\n                                    \"generate_invoices_for_dropship_orders\": false,\n                                    \"can_vendor_enable_disable_product\": false,\n                                    \"can_vendor_edit_quantity_product\": false,\n                                    \"can_vendor_edit_weight_dimension_product\": false,\n                                    \"can_vendor_edit_tax_product\": true,\n                                    \"set_vendor_level_commission\": false,\n                                    \"commission\": \"15\",\n                                    \"discount_shared_by_vendor\": \"0\",\n                                    \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                    \"set_vendor_level_shared_discount\": false,\n                                    \"set_vendor_level_commissoin_calculated_on\": false,\n                                    \"use_shop_channel_values_to_set_commission\": false,\n                                    \"can_vendor_generate_invoice\": true,\n                                    \"can_vendor_process_shippings\": true,\n                                    \"can_vendor_edit_hsn_tax\": true,\n                                    \"can_vendor_add_courier_provider\": true,\n                                    \"default_vendor_type\": \"marketplace\",\n                                    \"no_of_deciaml_digits\": 2,\n                                    \"credits\": 299956,\n                                    \"plan_id\": 4,\n                                    \"requested_plan_id\": null,\n                                    \"override_invoice_permissions\": false,\n                                    \"override_product_permissions\": false,\n                                    \"override_order_routing_permissions\": false,\n                                    \"override_shipping_permissions\": false,\n                                    \"slug\": \"violetplants-212738\",\n                                    \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                    \"shipping_charge_commission_type\": \"fixed\",\n                                    \"shipping_charge_commission\": 50,\n                                    \"override_commission_calculated_tax_type\": false,\n                                    \"override_shipping_charge_commission_type\": false,\n                                    \"override_shipping_charge_commission\": 0,\n                                    \"auto_email_to_vendor\": true,\n                                    \"fixed_commission\": 10,\n                                    \"service_charge\": 0,\n                                    \"can_vendor_edit_price\": false,\n                                    \"can_vendor_delete_product\": false,\n                                    \"show_logo_in_awb\": false,\n                                    \"hide_pick_address_in_awb\": false,\n                                    \"hide_customer_info_in_awb\": true,\n                                    \"hide_price_in_awb\": false,\n                                    \"hide_customer_information_on_vendor_dashboards\": false,\n                                    \"allow_merchant_to_generate_invoice\": false,\n                                    \"show_merchant_logo_in_invoice\": true,\n                                    \"locale\": \"en\",\n                                    \"use_custom_waybill\": true,\n                                    \"redirect_url\": \"dashboard\",\n                                    \"invoice_state_code\": \"GJ\",\n                                    \"invoice_country_code\": \"IN\",\n                                    \"stripe_account_id\": null,\n                                    \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                                    \"enable_app_shipping_profile_on_shopify\": \"0\",\n                                    \"policy\": null,\n                                    \"css\": null,\n                                    \"vendor_profile_color\": \"#f18024\",\n                                    \"about_us\": null,\n                                    \"facebook_link\": null,\n                                    \"twitter_link\": null,\n                                    \"instagram_link\": null,\n                                    \"auto_fulfill_digital_orders\": true,\n                                    \"use_default_warehouse_for_all_orders\": false,\n                                    \"invoice_label_header_title\": null,\n                                    \"invoice_place_of_supply\": null,\n                                    \"invoice_cin_key_title\": null,\n                                    \"invoice_cin\": null,\n                                    \"give_vendor_access_to_merchant_shipper\": false,\n                                    \"auto_generate_order_invoices_to_customers\": true,\n                                    \"auto_email_order_invoices_to_customers\": true,\n                                    \"treat_manual_payment_mode_as_cod\": false,\n                                    \"fulfill_order_after_confirm\": false,\n                                    \"add_notes_before_confirming_orders\": false,\n                                    \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                                    \"note_at_the_top_of_invoice\": null,\n                                    \"vendor_shop_id\": null,\n                                    \"vendor_category\": null,\n                                    \"vendor_location\": null,\n                                    \"short_description\": null,\n                                    \"display_vendor_category\": true,\n                                    \"display_vendor_location\": true,\n                                    \"display_vendor_short_description\": true,\n                                    \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                                    \"sync_settings\": {\n                                        \"update_settings\": {\n                                            \"sku\": true,\n                                            \"tags\": true,\n                                            \"media\": true,\n                                            \"price\": true,\n                                            \"title\": true,\n                                            \"weight\": true,\n                                            \"barcode\": true,\n                                            \"quantity\": true,\n                                            \"description\": true,\n                                            \"product_type\": true,\n                                            \"variant_name\": true,\n                                            \"publish_status\": true,\n                                            \"compare_at_price\": true,\n                                            \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                        },\n                                        \"create_settings\": {\n                                            \"sku\": true,\n                                            \"tags\": true,\n                                            \"media\": true,\n                                            \"price\": true,\n                                            \"title\": true,\n                                            \"weight\": true,\n                                            \"barcode\": true,\n                                            \"quantity\": true,\n                                            \"description\": true,\n                                            \"product_type\": true,\n                                            \"variant_name\": true,\n                                            \"publish_status\": true,\n                                            \"compare_at_price\": true,\n                                            \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                        },\n                                        \"override_product_status_at_create\": true,\n                                        \"product_status\": \"as_per_vendor_product\",\n                                        \"enable_order_sync\": true,\n                                        \"push_only_if_order_paid\": false,\n                                        \"push_unsynced_product_order\": true,\n                                        \"auto_add_variant\": true,\n                                        \"auto_remove_variant\": true,\n                                        \"strictKeyCheck\": false,\n                                        \"on_product_delete\": \"do_nothing\",\n                                        \"on_product_unmapped\": \"do_nothing\",\n                                        \"push_only_if_product_connected\": true\n                                    },\n                                    \"override_hide_customer_information_permissions\": false,\n                                    \"can_vendor_cancel_an_order\": false,\n                                    \"hide_shipping_charges\": false,\n                                    \"add_insurance_to_shipment\": 0,\n                                    \"meta_title\": null,\n                                    \"registration_link\": null,\n                                    \"auto_approval_of_products_from_vendor\": true,\n                                    \"ignore_selling_price_for_commission\": 0,\n                                    \"shipping_label_check\": {\n                                        \"email\": false,\n                                        \"phone\": false,\n                                        \"address_line_1\": false,\n                                        \"address_line_2\": false,\n                                        \"address_line_1_minimum\": null,\n                                        \"address_line_1_maximum\": null,\n                                        \"address_line_2_minimum\": null,\n                                        \"address_line_2_maximum\": null\n                                    },\n                                    \"shipping_label_size\": \"smalllabel\",\n                                    \"paypal_email\": null,\n                                    \"use_custom_email_driver\": true,\n                                    \"ignore_order_splitting\": false,\n                                    \"hide_customer_information_on_vendor_dashboard\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false\n                                    },\n                                    \"hide_customer_information_in_awb\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false,\n                                        \"line_items\": false,\n                                        \"vendor_name\": false,\n                                        \"sku\": false,\n                                        \"weight_dimension\": false\n                                    },\n                                    \"hide_customer_information_in_invoice\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false\n                                    },\n                                    \"vendor_profile_settings\": {\n                                        \"seller_products_tab\": true,\n                                        \"seller_policy_tab\": true,\n                                        \"seller_contact_us_tab\": true,\n                                        \"seller_events_tab\": true,\n                                        \"seller_reviews_tab\": false,\n                                        \"seller_about_us_tab\": true\n                                    },\n                                    \"challan_message_1\": null,\n                                    \"challan_message_2\": null,\n                                    \"challan_prefix\": \"Invoice\",\n                                    \"challan_number_same_as_invoice_number\": true,\n                                    \"default_label_size_for_all_vendors\": true,\n                                    \"hide_customer_information_in_export\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false\n                                    },\n                                    \"product_permissions\": null,\n                                    \"hide_product_details_in_awb\": false,\n                                    \"hide_invoice_details_in_awb\": false,\n                                    \"company_note\": \"<p>sdfasdfab</p>\",\n                                    \"meta_data\": \"[{\\\"uuid\\\":\\\"e95a7b2d-5210-4e7b-988f-7fbde7acf198\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/601990/dashboard-mockup-for-c2c.xlsx\\\",\\\"size\\\":102609,\\\"name\\\":\\\"Dashboard Mockup for C2C.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"50844059-549d-4bcc-88bf-a023fd46bd29\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/604572/28344-1690206866.xlsx\\\",\\\"size\\\":7389,\\\"name\\\":\\\"28344-1690206866.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3ad73d68-08a3-46b5-9afc-3d1ac5df398f\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655061/lable_cancelled_order_amazon.xlsx\\\",\\\"size\\\":26214,\\\"name\\\":\\\"Lable Cancelled Order Amazon.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                                    \"color_theme_field\": \"light.blue\",\n                                    \"change_tracking_url\": false,\n                                    \"ship_to_address_as_merchants_default_warehouse\": false,\n                                    \"can_vendor_hold_an_order\": false,\n                                    \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                                    \"allow_vendors_to_change_vendor_profile_details\": true,\n                                    \"whatsapp_account\": \"use_company_account\",\n                                    \"vendor_profile_theme_choosen\": \"theme-1\",\n                                    \"whatsapp_credit\": 54,\n                                    \"test_whatsapp_number\": \"+918849193468\",\n                                    \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                                    \"connected_vendor_shops\": [\n                                        \"vendorsynctesting5.myshopify.com\",\n                                        \"testing-for-vendorsync.myshopify.com\",\n                                        \"purpleplants.myshopify.com\",\n                                        \"https://st-wpdemo.com/\",\n                                        \"test-store-webkul-112.myshopify.com\",\n                                        \"https://st-wpdemo.com/\",\n                                        \"purpleplants.myshopify.com/\",\n                                        \"https://st-wpdemo.com/\",\n                                        \"purpleplants.myshopify.com\",\n                                        \"channelteststore5.myshopify.com\",\n                                        \"https://st-wpdemo.com/newtestclient/\",\n                                        \"purpleplants.myshopify.com\",\n                                        \"purpleplants.myshopify.com\"\n                                    ],\n                                    \"events\": null,\n                                    \"commission_automation_set\": {\n                                        \"commission_automation\": true,\n                                        \"commission_automation_rules\": true,\n                                        \"commission_automation_date_range\": true,\n                                        \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                        \"time_buffer_for_commission_automation\": \"4\",\n                                        \"order_status_for_commission_automation\": \"pending\",\n                                        \"invoice_number_for_commission_automation\": 277,\n                                        \"date_Range_days_for_commission_automation\": \"4\"\n                                    },\n                                    \"auto_confirmation_using_tags_settings\": {\n                                        \"tags_settings_status\": true,\n                                        \"paid\": true,\n                                        \"tags_for_paid\": [],\n                                        \"cod_or_partially_paid\": false,\n                                        \"tags_for_cod_or_partially_paid\": [],\n                                        \"Exceptions_for_paid\": false,\n                                        \"Exceptions_for_paid_tags\": [],\n                                        \"Exceptions_for_cod_or_partially_paid\": false,\n                                        \"Exceptions_for_cod_or_partially_paid_tags\": []\n                                    },\n                                    \"preferred_location\": null,\n                                    \"email_credit\": 4853,\n                                    \"global_commission\": \"15\",\n                                    \"global_discount_shared_by_vendor\": \"0\",\n                                    \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                    \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                    \"global_shipping_charge_commission_type\": \"fixed\",\n                                    \"global_shipping_charge_commission\": 50,\n                                    \"global_fixed_commission\": 10,\n                                    \"invoice_country_detail\": {\n                                        \"id\": 98,\n                                        \"name\": \"India\",\n                                        \"code\": \"IN\",\n                                        \"dial_code\": \"+91\",\n                                        \"currency_name\": \"Indian rupee\",\n                                        \"currency_symbol\": \"Rs.\",\n                                        \"currency_code\": \"INR\",\n                                        \"created_at\": null,\n                                        \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                        \"name_with_symbole\": \"Indian rupee - Rs.\"\n                                    },\n                                    \"commission_tags\": {\n                                        \"company_id\": 212738,\n                                        \"override_commission\": true\n                                    }\n                                }\n                            },\n                            \"overridden_commission_level\": \"global\",\n                            \"overridden_commission\": \"15\",\n                            \"overridden_fixed_commission\": 10,\n                            \"global_commission_level\": \"global\",\n                            \"global_commission\": \"15\",\n                            \"global_fixed_commission\": 10\n                        },\n                        \"media\": []\n                    },\n                    \"alien_variant\": null\n                },\n                {\n                    \"id\": 22397093,\n                    \"commission\": null,\n                    \"fixed_commission\": 0,\n                    \"company_id\": 212738,\n                    \"product_id\": 8057554,\n                    \"image\": null,\n                    \"channel_variant_id\": \"22530927\",\n                    \"compare_at_price\": \"0.00\",\n                    \"deleted_at\": null,\n                    \"deactivated_at\": true,\n                    \"grams\": \"0\",\n                    \"height\": null,\n                    \"image_id\": null,\n                    \"inventory_item_id\": \"50352894804271\",\n                    \"inventory_management\": \"shopify\",\n                    \"inventory_policy\": \"deny\",\n                    \"inventory_quantity\": \"13\",\n                    \"length\": null,\n                    \"old_inventory_quantity\": null,\n                    \"option1\": \"BLUE\",\n                    \"option2\": \"S\",\n                    \"option3\": \"Title2\",\n                    \"price\": \"2010.00\",\n                    \"provider\": null,\n                    \"requires_shipping\": null,\n                    \"shop_id\": 4147,\n                    \"sku\": \"NEW-DESTINATION\",\n                    \"tax_id\": null,\n                    \"title\": \"BLUE / S / Title2\",\n                    \"updated_at\": \"2023-12-21T11:03:56.000000Z\",\n                    \"weight\": \"0\",\n                    \"weight_unit\": \"kg\",\n                    \"width\": null,\n                    \"parent_id\": 212738,\n                    \"override_commission\": false,\n                    \"vendor_shop_variant_id\": null,\n                    \"barcode\": \"\",\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/48308473397551\",\n                    \"overridden_commission_level\": \"global\",\n                    \"overridden_commission\": \"15\",\n                    \"overridden_fixed_commission\": 10,\n                    \"file_history\": null,\n                    \"company\": {\n                        \"id\": 212738,\n                        \"title\": \"violetplants\",\n                        \"parent_id\": 212738,\n                        \"commission\": \"15\",\n                        \"fixed_commission\": 10,\n                        \"set_vendor_level_commission\": false,\n                        \"global_commission\": \"15\",\n                        \"global_discount_shared_by_vendor\": \"0\",\n                        \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                        \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                        \"global_shipping_charge_commission_type\": \"fixed\",\n                        \"global_shipping_charge_commission\": 50,\n                        \"global_fixed_commission\": 10,\n                        \"invoice_country_detail\": null,\n                        \"commission_tags\": {\n                            \"company_id\": 212738,\n                            \"override_commission\": true\n                        },\n                        \"parent\": {\n                            \"id\": 212738,\n                            \"company_name\": \"kapil\",\n                            \"brand_name\": \"violetplants\",\n                            \"company_logo\": null,\n                            \"contact_name\": null,\n                            \"phone_number\": null,\n                            \"email\": \"varshil.shipturtle@gmail.com\",\n                            \"address_line_1\": null,\n                            \"address_line_2\": \"gj 23\",\n                            \"pin_code\": \"380009\",\n                            \"city\": \"Ahmedabad\",\n                            \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                            \"updated_at\": \"2023-12-21T12:23:57.000000Z\",\n                            \"state_id\": null,\n                            \"gstin_number\": \"1234\",\n                            \"invoice_prefix\": \"Invoice\",\n                            \"starting_invoice_number\": \"22\",\n                            \"terms_and_conditions\": null,\n                            \"bank_account_beneficiary_name\": null,\n                            \"bank_account_name\": null,\n                            \"ifsc_code\": null,\n                            \"label_company_name\": null,\n                            \"label_contact_name\": null,\n                            \"label_phone\": null,\n                            \"label_email_address\": null,\n                            \"label_address_line_1\": null,\n                            \"label_address_line_2\": null,\n                            \"label_pin_code\": null,\n                            \"label_city\": null,\n                            \"label_state\": null,\n                            \"signature\": null,\n                            \"currency\": \"INR\",\n                            \"weight\": null,\n                            \"measurement\": null,\n                            \"gst_enabled\": true,\n                            \"override_channel_product_weight_enabled\": true,\n                            \"label_details_same_as_company\": true,\n                            \"multi_vendor_invoicing_enabled\": false,\n                            \"multi_vendor_shipping_enabled\": false,\n                            \"is_master\": \"1\",\n                            \"invoice_number_same_as_order_number\": true,\n                            \"enable_disable_cod_reconciliation\": true,\n                            \"enable_disable_freight_reconciliation\": true,\n                            \"cod_tolerance\": \"5\",\n                            \"freight_tolerance\": \"2\",\n                            \"is_multi_vendor_enabled\": true,\n                            \"invoice_message\": null,\n                            \"inclusive_exclusive\": null,\n                            \"is_tax_on_shipping\": \"no\",\n                            \"tax_on_shipping\": null,\n                            \"primary_color\": \"#222F3D\",\n                            \"secondary_color\": null,\n                            \"display_hsn\": true,\n                            \"website\": \"https://app.shipturtle.com/\",\n                            \"country\": \"IN\",\n                            \"type_of_vendor\": \"marketplace\",\n                            \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                            \"title\": \"violetplants\",\n                            \"parent_id\": 212738,\n                            \"extra_information\": null,\n                            \"invoice_date\": \"invoice_creation_date\",\n                            \"number_of_digits\": \"0\",\n                            \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                            \"created_by\": null,\n                            \"updated_by\": 28344,\n                            \"invoice_contact_name\": \"Hussain\",\n                            \"invoice_address_1\": \"dahod\",\n                            \"invoice_address_2\": \"dahod\",\n                            \"invoice_postal_code\": \"380005\",\n                            \"invoice_city\": \"Ahmedabad\",\n                            \"invoice_phone_number\": \"09173038104\",\n                            \"invoice_tin\": null,\n                            \"timezone\": \"America/Phoenix\",\n                            \"hand_delivered_enabled\": true,\n                            \"other_courier_partner_enabled\": true,\n                            \"billing_address_same_as_company_details\": false,\n                            \"deactivated_at\": null,\n                            \"state_code\": \"GJ\",\n                            \"automatically_sync_vendor_name_from_store\": true,\n                            \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                            \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                            \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                            \"correct_all_errors_in_order\": false,\n                            \"generate_shipping_labels_for_orders\": false,\n                            \"generate_invoices_for_dropship_orders\": false,\n                            \"can_vendor_enable_disable_product\": false,\n                            \"can_vendor_edit_quantity_product\": false,\n                            \"can_vendor_edit_weight_dimension_product\": false,\n                            \"can_vendor_edit_tax_product\": true,\n                            \"set_vendor_level_commission\": false,\n                            \"commission\": \"15\",\n                            \"discount_shared_by_vendor\": \"0\",\n                            \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"set_vendor_level_shared_discount\": false,\n                            \"set_vendor_level_commissoin_calculated_on\": false,\n                            \"use_shop_channel_values_to_set_commission\": false,\n                            \"can_vendor_generate_invoice\": true,\n                            \"can_vendor_process_shippings\": true,\n                            \"can_vendor_edit_hsn_tax\": true,\n                            \"can_vendor_add_courier_provider\": true,\n                            \"default_vendor_type\": \"marketplace\",\n                            \"no_of_deciaml_digits\": 2,\n                            \"credits\": 299956,\n                            \"plan_id\": 4,\n                            \"requested_plan_id\": null,\n                            \"override_invoice_permissions\": false,\n                            \"override_product_permissions\": false,\n                            \"override_order_routing_permissions\": false,\n                            \"override_shipping_permissions\": false,\n                            \"slug\": \"violetplants-212738\",\n                            \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"shipping_charge_commission_type\": \"fixed\",\n                            \"shipping_charge_commission\": 50,\n                            \"override_commission_calculated_tax_type\": false,\n                            \"override_shipping_charge_commission_type\": false,\n                            \"override_shipping_charge_commission\": 0,\n                            \"auto_email_to_vendor\": true,\n                            \"fixed_commission\": 10,\n                            \"service_charge\": 0,\n                            \"can_vendor_edit_price\": false,\n                            \"can_vendor_delete_product\": false,\n                            \"show_logo_in_awb\": false,\n                            \"hide_pick_address_in_awb\": false,\n                            \"hide_customer_info_in_awb\": true,\n                            \"hide_price_in_awb\": false,\n                            \"hide_customer_information_on_vendor_dashboards\": false,\n                            \"allow_merchant_to_generate_invoice\": false,\n                            \"show_merchant_logo_in_invoice\": true,\n                            \"locale\": \"en\",\n                            \"use_custom_waybill\": true,\n                            \"redirect_url\": \"dashboard\",\n                            \"invoice_state_code\": \"GJ\",\n                            \"invoice_country_code\": \"IN\",\n                            \"stripe_account_id\": null,\n                            \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                            \"enable_app_shipping_profile_on_shopify\": \"0\",\n                            \"policy\": null,\n                            \"css\": null,\n                            \"vendor_profile_color\": \"#f18024\",\n                            \"about_us\": null,\n                            \"facebook_link\": null,\n                            \"twitter_link\": null,\n                            \"instagram_link\": null,\n                            \"auto_fulfill_digital_orders\": true,\n                            \"use_default_warehouse_for_all_orders\": false,\n                            \"invoice_label_header_title\": null,\n                            \"invoice_place_of_supply\": null,\n                            \"invoice_cin_key_title\": null,\n                            \"invoice_cin\": null,\n                            \"give_vendor_access_to_merchant_shipper\": false,\n                            \"auto_generate_order_invoices_to_customers\": true,\n                            \"auto_email_order_invoices_to_customers\": true,\n                            \"treat_manual_payment_mode_as_cod\": false,\n                            \"fulfill_order_after_confirm\": false,\n                            \"add_notes_before_confirming_orders\": false,\n                            \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                            \"note_at_the_top_of_invoice\": null,\n                            \"vendor_shop_id\": null,\n                            \"vendor_category\": null,\n                            \"vendor_location\": null,\n                            \"short_description\": null,\n                            \"display_vendor_category\": true,\n                            \"display_vendor_location\": true,\n                            \"display_vendor_short_description\": true,\n                            \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                            \"sync_settings\": {\n                                \"update_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": true,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"create_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": true,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"override_product_status_at_create\": true,\n                                \"product_status\": \"as_per_vendor_product\",\n                                \"enable_order_sync\": true,\n                                \"push_only_if_order_paid\": false,\n                                \"push_unsynced_product_order\": true,\n                                \"auto_add_variant\": true,\n                                \"auto_remove_variant\": true,\n                                \"strictKeyCheck\": false,\n                                \"on_product_delete\": \"do_nothing\",\n                                \"on_product_unmapped\": \"do_nothing\",\n                                \"push_only_if_product_connected\": true\n                            },\n                            \"override_hide_customer_information_permissions\": false,\n                            \"can_vendor_cancel_an_order\": false,\n                            \"hide_shipping_charges\": false,\n                            \"add_insurance_to_shipment\": 0,\n                            \"meta_title\": null,\n                            \"registration_link\": null,\n                            \"auto_approval_of_products_from_vendor\": true,\n                            \"ignore_selling_price_for_commission\": 0,\n                            \"shipping_label_check\": {\n                                \"email\": false,\n                                \"phone\": false,\n                                \"address_line_1\": false,\n                                \"address_line_2\": false,\n                                \"address_line_1_minimum\": null,\n                                \"address_line_1_maximum\": null,\n                                \"address_line_2_minimum\": null,\n                                \"address_line_2_maximum\": null\n                            },\n                            \"shipping_label_size\": \"smalllabel\",\n                            \"paypal_email\": null,\n                            \"use_custom_email_driver\": true,\n                            \"ignore_order_splitting\": false,\n                            \"hide_customer_information_on_vendor_dashboard\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"hide_customer_information_in_awb\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false,\n                                \"line_items\": false,\n                                \"vendor_name\": false,\n                                \"sku\": false,\n                                \"weight_dimension\": false\n                            },\n                            \"hide_customer_information_in_invoice\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"vendor_profile_settings\": {\n                                \"seller_products_tab\": true,\n                                \"seller_policy_tab\": true,\n                                \"seller_contact_us_tab\": true,\n                                \"seller_events_tab\": true,\n                                \"seller_reviews_tab\": false,\n                                \"seller_about_us_tab\": true\n                            },\n                            \"challan_message_1\": null,\n                            \"challan_message_2\": null,\n                            \"challan_prefix\": \"Invoice\",\n                            \"challan_number_same_as_invoice_number\": true,\n                            \"default_label_size_for_all_vendors\": true,\n                            \"hide_customer_information_in_export\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"product_permissions\": null,\n                            \"hide_product_details_in_awb\": false,\n                            \"hide_invoice_details_in_awb\": false,\n                            \"company_note\": \"<p>sdfasdfab</p>\",\n                            \"meta_data\": \"[{\\\"uuid\\\":\\\"e95a7b2d-5210-4e7b-988f-7fbde7acf198\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/601990/dashboard-mockup-for-c2c.xlsx\\\",\\\"size\\\":102609,\\\"name\\\":\\\"Dashboard Mockup for C2C.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"50844059-549d-4bcc-88bf-a023fd46bd29\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/604572/28344-1690206866.xlsx\\\",\\\"size\\\":7389,\\\"name\\\":\\\"28344-1690206866.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3ad73d68-08a3-46b5-9afc-3d1ac5df398f\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655061/lable_cancelled_order_amazon.xlsx\\\",\\\"size\\\":26214,\\\"name\\\":\\\"Lable Cancelled Order Amazon.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                            \"color_theme_field\": \"light.blue\",\n                            \"change_tracking_url\": false,\n                            \"ship_to_address_as_merchants_default_warehouse\": false,\n                            \"can_vendor_hold_an_order\": false,\n                            \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                            \"allow_vendors_to_change_vendor_profile_details\": true,\n                            \"whatsapp_account\": \"use_company_account\",\n                            \"vendor_profile_theme_choosen\": \"theme-1\",\n                            \"whatsapp_credit\": 54,\n                            \"test_whatsapp_number\": \"+918849193468\",\n                            \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                            \"connected_vendor_shops\": [\n                                \"vendorsynctesting5.myshopify.com\",\n                                \"testing-for-vendorsync.myshopify.com\",\n                                \"purpleplants.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"test-store-webkul-112.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com/\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com\",\n                                \"channelteststore5.myshopify.com\",\n                                \"https://st-wpdemo.com/newtestclient/\",\n                                \"purpleplants.myshopify.com\",\n                                \"purpleplants.myshopify.com\"\n                            ],\n                            \"events\": null,\n                            \"commission_automation_set\": {\n                                \"commission_automation\": true,\n                                \"commission_automation_rules\": true,\n                                \"commission_automation_date_range\": true,\n                                \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                \"time_buffer_for_commission_automation\": \"4\",\n                                \"order_status_for_commission_automation\": \"pending\",\n                                \"invoice_number_for_commission_automation\": 277,\n                                \"date_Range_days_for_commission_automation\": \"4\"\n                            },\n                            \"auto_confirmation_using_tags_settings\": {\n                                \"tags_settings_status\": true,\n                                \"paid\": true,\n                                \"tags_for_paid\": [],\n                                \"cod_or_partially_paid\": false,\n                                \"tags_for_cod_or_partially_paid\": [],\n                                \"Exceptions_for_paid\": false,\n                                \"Exceptions_for_paid_tags\": [],\n                                \"Exceptions_for_cod_or_partially_paid\": false,\n                                \"Exceptions_for_cod_or_partially_paid_tags\": []\n                            },\n                            \"preferred_location\": null,\n                            \"email_credit\": 4853,\n                            \"global_commission\": \"15\",\n                            \"global_discount_shared_by_vendor\": \"0\",\n                            \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"global_shipping_charge_commission_type\": \"fixed\",\n                            \"global_shipping_charge_commission\": 50,\n                            \"global_fixed_commission\": 10,\n                            \"invoice_country_detail\": {\n                                \"id\": 98,\n                                \"name\": \"India\",\n                                \"code\": \"IN\",\n                                \"dial_code\": \"+91\",\n                                \"currency_name\": \"Indian rupee\",\n                                \"currency_symbol\": \"Rs.\",\n                                \"currency_code\": \"INR\",\n                                \"created_at\": null,\n                                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                \"name_with_symbole\": \"Indian rupee - Rs.\"\n                            },\n                            \"commission_tags\": {\n                                \"company_id\": 212738,\n                                \"override_commission\": true\n                            }\n                        }\n                    },\n                    \"tax\": null,\n                    \"inventory_item\": {\n                        \"id\": 13164405,\n                        \"sku\": \"NEW-DESTINATION\",\n                        \"requires_shipping\": true,\n                        \"cost\": \"10.00\",\n                        \"admin_graphql_api_id\": \"gid://shopify/InventoryItem/50352894804271\",\n                        \"created_at\": \"2023-12-21T11:03:57.000000Z\",\n                        \"updated_at\": \"2023-12-21T11:03:57.000000Z\",\n                        \"shop_id\": 4147,\n                        \"channel_id\": \"50352894804271\",\n                        \"variant_id\": null,\n                        \"channel\": null,\n                        \"country_harmonized_system_codes\": null,\n                        \"harmonized_system_code\": null,\n                        \"deleted_at\": null\n                    },\n                    \"product\": {\n                        \"id\": 8057554,\n                        \"product_type_id\": 145003,\n                        \"image_link\": null,\n                        \"images_link\": null,\n                        \"uploaded_images\": [],\n                        \"product_type_title\": \"Canvas\",\n                        \"variant_inventory_count\": {\n                            \"quantity\": 378,\n                            \"length\": 27\n                        },\n                        \"product_type\": {\n                            \"id\": 145003,\n                            \"channel\": \"shopify\",\n                            \"shop_id\": 4147,\n                            \"title\": \"Canvas\",\n                            \"commission\": null,\n                            \"created_at\": \"2023-11-30T06:49:18.000000Z\",\n                            \"updated_at\": \"2023-11-30T06:49:18.000000Z\",\n                            \"fixed_commission\": 0,\n                            \"override_commission\": false,\n                            \"companyObject\": {\n                                \"id\": 212738,\n                                \"company_name\": \"kapil\",\n                                \"brand_name\": \"violetplants\",\n                                \"company_logo\": null,\n                                \"contact_name\": null,\n                                \"phone_number\": null,\n                                \"email\": \"varshil.shipturtle@gmail.com\",\n                                \"address_line_1\": null,\n                                \"address_line_2\": \"gj 23\",\n                                \"pin_code\": \"380009\",\n                                \"city\": \"Ahmedabad\",\n                                \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                                \"updated_at\": \"2023-12-21T12:23:57.000000Z\",\n                                \"state_id\": null,\n                                \"gstin_number\": \"1234\",\n                                \"invoice_prefix\": \"Invoice\",\n                                \"starting_invoice_number\": \"22\",\n                                \"terms_and_conditions\": null,\n                                \"bank_account_beneficiary_name\": null,\n                                \"bank_account_name\": null,\n                                \"ifsc_code\": null,\n                                \"label_company_name\": null,\n                                \"label_contact_name\": null,\n                                \"label_phone\": null,\n                                \"label_email_address\": null,\n                                \"label_address_line_1\": null,\n                                \"label_address_line_2\": null,\n                                \"label_pin_code\": null,\n                                \"label_city\": null,\n                                \"label_state\": null,\n                                \"signature\": null,\n                                \"currency\": \"INR\",\n                                \"weight\": null,\n                                \"measurement\": null,\n                                \"gst_enabled\": true,\n                                \"override_channel_product_weight_enabled\": true,\n                                \"label_details_same_as_company\": true,\n                                \"multi_vendor_invoicing_enabled\": false,\n                                \"multi_vendor_shipping_enabled\": false,\n                                \"is_master\": \"1\",\n                                \"invoice_number_same_as_order_number\": true,\n                                \"enable_disable_cod_reconciliation\": true,\n                                \"enable_disable_freight_reconciliation\": true,\n                                \"cod_tolerance\": \"5\",\n                                \"freight_tolerance\": \"2\",\n                                \"is_multi_vendor_enabled\": true,\n                                \"invoice_message\": null,\n                                \"inclusive_exclusive\": null,\n                                \"is_tax_on_shipping\": \"no\",\n                                \"tax_on_shipping\": null,\n                                \"primary_color\": \"#222F3D\",\n                                \"secondary_color\": null,\n                                \"display_hsn\": true,\n                                \"website\": \"https://app.shipturtle.com/\",\n                                \"country\": \"IN\",\n                                \"type_of_vendor\": \"marketplace\",\n                                \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                                \"title\": \"violetplants\",\n                                \"parent_id\": 212738,\n                                \"extra_information\": null,\n                                \"invoice_date\": \"invoice_creation_date\",\n                                \"number_of_digits\": \"0\",\n                                \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                                \"created_by\": null,\n                                \"updated_by\": 28344,\n                                \"invoice_contact_name\": \"Hussain\",\n                                \"invoice_address_1\": \"dahod\",\n                                \"invoice_address_2\": \"dahod\",\n                                \"invoice_postal_code\": \"380005\",\n                                \"invoice_city\": \"Ahmedabad\",\n                                \"invoice_phone_number\": \"09173038104\",\n                                \"invoice_tin\": null,\n                                \"timezone\": \"America/Phoenix\",\n                                \"hand_delivered_enabled\": true,\n                                \"other_courier_partner_enabled\": true,\n                                \"billing_address_same_as_company_details\": false,\n                                \"deactivated_at\": null,\n                                \"state_code\": \"GJ\",\n                                \"automatically_sync_vendor_name_from_store\": true,\n                                \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                                \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                                \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                                \"correct_all_errors_in_order\": false,\n                                \"generate_shipping_labels_for_orders\": false,\n                                \"generate_invoices_for_dropship_orders\": false,\n                                \"can_vendor_enable_disable_product\": false,\n                                \"can_vendor_edit_quantity_product\": false,\n                                \"can_vendor_edit_weight_dimension_product\": false,\n                                \"can_vendor_edit_tax_product\": true,\n                                \"set_vendor_level_commission\": false,\n                                \"commission\": \"15\",\n                                \"discount_shared_by_vendor\": \"0\",\n                                \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                \"set_vendor_level_shared_discount\": false,\n                                \"set_vendor_level_commissoin_calculated_on\": false,\n                                \"use_shop_channel_values_to_set_commission\": false,\n                                \"can_vendor_generate_invoice\": true,\n                                \"can_vendor_process_shippings\": true,\n                                \"can_vendor_edit_hsn_tax\": true,\n                                \"can_vendor_add_courier_provider\": true,\n                                \"default_vendor_type\": \"marketplace\",\n                                \"no_of_deciaml_digits\": 2,\n                                \"credits\": 299956,\n                                \"plan_id\": 4,\n                                \"requested_plan_id\": null,\n                                \"override_invoice_permissions\": false,\n                                \"override_product_permissions\": false,\n                                \"override_order_routing_permissions\": false,\n                                \"override_shipping_permissions\": false,\n                                \"slug\": \"violetplants-212738\",\n                                \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                \"shipping_charge_commission_type\": \"fixed\",\n                                \"shipping_charge_commission\": 50,\n                                \"override_commission_calculated_tax_type\": false,\n                                \"override_shipping_charge_commission_type\": false,\n                                \"override_shipping_charge_commission\": 0,\n                                \"auto_email_to_vendor\": true,\n                                \"fixed_commission\": 10,\n                                \"service_charge\": 0,\n                                \"can_vendor_edit_price\": false,\n                                \"can_vendor_delete_product\": false,\n                                \"show_logo_in_awb\": false,\n                                \"hide_pick_address_in_awb\": false,\n                                \"hide_customer_info_in_awb\": true,\n                                \"hide_price_in_awb\": false,\n                                \"hide_customer_information_on_vendor_dashboards\": false,\n                                \"allow_merchant_to_generate_invoice\": false,\n                                \"show_merchant_logo_in_invoice\": true,\n                                \"locale\": \"en\",\n                                \"use_custom_waybill\": true,\n                                \"redirect_url\": \"dashboard\",\n                                \"invoice_state_code\": \"GJ\",\n                                \"invoice_country_code\": \"IN\",\n                                \"stripe_account_id\": null,\n                                \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                                \"enable_app_shipping_profile_on_shopify\": \"0\",\n                                \"policy\": null,\n                                \"css\": null,\n                                \"vendor_profile_color\": \"#f18024\",\n                                \"about_us\": null,\n                                \"facebook_link\": null,\n                                \"twitter_link\": null,\n                                \"instagram_link\": null,\n                                \"auto_fulfill_digital_orders\": true,\n                                \"use_default_warehouse_for_all_orders\": false,\n                                \"invoice_label_header_title\": null,\n                                \"invoice_place_of_supply\": null,\n                                \"invoice_cin_key_title\": null,\n                                \"invoice_cin\": null,\n                                \"give_vendor_access_to_merchant_shipper\": false,\n                                \"auto_generate_order_invoices_to_customers\": true,\n                                \"auto_email_order_invoices_to_customers\": true,\n                                \"treat_manual_payment_mode_as_cod\": false,\n                                \"fulfill_order_after_confirm\": false,\n                                \"add_notes_before_confirming_orders\": false,\n                                \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                                \"note_at_the_top_of_invoice\": null,\n                                \"vendor_shop_id\": null,\n                                \"vendor_category\": null,\n                                \"vendor_location\": null,\n                                \"short_description\": null,\n                                \"display_vendor_category\": true,\n                                \"display_vendor_location\": true,\n                                \"display_vendor_short_description\": true,\n                                \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                                \"sync_settings\": {\n                                    \"update_settings\": {\n                                        \"sku\": true,\n                                        \"tags\": true,\n                                        \"media\": true,\n                                        \"price\": true,\n                                        \"title\": true,\n                                        \"weight\": true,\n                                        \"barcode\": true,\n                                        \"quantity\": true,\n                                        \"description\": true,\n                                        \"product_type\": true,\n                                        \"variant_name\": true,\n                                        \"publish_status\": true,\n                                        \"compare_at_price\": true,\n                                        \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                    },\n                                    \"create_settings\": {\n                                        \"sku\": true,\n                                        \"tags\": true,\n                                        \"media\": true,\n                                        \"price\": true,\n                                        \"title\": true,\n                                        \"weight\": true,\n                                        \"barcode\": true,\n                                        \"quantity\": true,\n                                        \"description\": true,\n                                        \"product_type\": true,\n                                        \"variant_name\": true,\n                                        \"publish_status\": true,\n                                        \"compare_at_price\": true,\n                                        \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                    },\n                                    \"override_product_status_at_create\": true,\n                                    \"product_status\": \"as_per_vendor_product\",\n                                    \"enable_order_sync\": true,\n                                    \"push_only_if_order_paid\": false,\n                                    \"push_unsynced_product_order\": true,\n                                    \"auto_add_variant\": true,\n                                    \"auto_remove_variant\": true,\n                                    \"strictKeyCheck\": false,\n                                    \"on_product_delete\": \"do_nothing\",\n                                    \"on_product_unmapped\": \"do_nothing\",\n                                    \"push_only_if_product_connected\": true\n                                },\n                                \"override_hide_customer_information_permissions\": false,\n                                \"can_vendor_cancel_an_order\": false,\n                                \"hide_shipping_charges\": false,\n                                \"add_insurance_to_shipment\": 0,\n                                \"meta_title\": null,\n                                \"registration_link\": null,\n                                \"auto_approval_of_products_from_vendor\": true,\n                                \"ignore_selling_price_for_commission\": 0,\n                                \"shipping_label_check\": {\n                                    \"email\": false,\n                                    \"phone\": false,\n                                    \"address_line_1\": false,\n                                    \"address_line_2\": false,\n                                    \"address_line_1_minimum\": null,\n                                    \"address_line_1_maximum\": null,\n                                    \"address_line_2_minimum\": null,\n                                    \"address_line_2_maximum\": null\n                                },\n                                \"shipping_label_size\": \"smalllabel\",\n                                \"paypal_email\": null,\n                                \"use_custom_email_driver\": true,\n                                \"ignore_order_splitting\": false,\n                                \"hide_customer_information_on_vendor_dashboard\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false\n                                },\n                                \"hide_customer_information_in_awb\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false,\n                                    \"line_items\": false,\n                                    \"vendor_name\": false,\n                                    \"sku\": false,\n                                    \"weight_dimension\": false\n                                },\n                                \"hide_customer_information_in_invoice\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false\n                                },\n                                \"vendor_profile_settings\": {\n                                    \"seller_products_tab\": true,\n                                    \"seller_policy_tab\": true,\n                                    \"seller_contact_us_tab\": true,\n                                    \"seller_events_tab\": true,\n                                    \"seller_reviews_tab\": false,\n                                    \"seller_about_us_tab\": true\n                                },\n                                \"challan_message_1\": null,\n                                \"challan_message_2\": null,\n                                \"challan_prefix\": \"Invoice\",\n                                \"challan_number_same_as_invoice_number\": true,\n                                \"default_label_size_for_all_vendors\": true,\n                                \"hide_customer_information_in_export\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false\n                                },\n                                \"product_permissions\": null,\n                                \"hide_product_details_in_awb\": false,\n                                \"hide_invoice_details_in_awb\": false,\n                                \"company_note\": \"<p>sdfasdfab</p>\",\n                                \"meta_data\": \"[{\\\"uuid\\\":\\\"e95a7b2d-5210-4e7b-988f-7fbde7acf198\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/601990/dashboard-mockup-for-c2c.xlsx\\\",\\\"size\\\":102609,\\\"name\\\":\\\"Dashboard Mockup for C2C.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"50844059-549d-4bcc-88bf-a023fd46bd29\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/604572/28344-1690206866.xlsx\\\",\\\"size\\\":7389,\\\"name\\\":\\\"28344-1690206866.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3ad73d68-08a3-46b5-9afc-3d1ac5df398f\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655061/lable_cancelled_order_amazon.xlsx\\\",\\\"size\\\":26214,\\\"name\\\":\\\"Lable Cancelled Order Amazon.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                                \"color_theme_field\": \"light.blue\",\n                                \"change_tracking_url\": false,\n                                \"ship_to_address_as_merchants_default_warehouse\": false,\n                                \"can_vendor_hold_an_order\": false,\n                                \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                                \"allow_vendors_to_change_vendor_profile_details\": true,\n                                \"whatsapp_account\": \"use_company_account\",\n                                \"vendor_profile_theme_choosen\": \"theme-1\",\n                                \"whatsapp_credit\": 54,\n                                \"test_whatsapp_number\": \"+918849193468\",\n                                \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                                \"connected_vendor_shops\": [\n                                    \"vendorsynctesting5.myshopify.com\",\n                                    \"testing-for-vendorsync.myshopify.com\",\n                                    \"purpleplants.myshopify.com\",\n                                    \"https://st-wpdemo.com/\",\n                                    \"test-store-webkul-112.myshopify.com\",\n                                    \"https://st-wpdemo.com/\",\n                                    \"purpleplants.myshopify.com/\",\n                                    \"https://st-wpdemo.com/\",\n                                    \"purpleplants.myshopify.com\",\n                                    \"channelteststore5.myshopify.com\",\n                                    \"https://st-wpdemo.com/newtestclient/\",\n                                    \"purpleplants.myshopify.com\",\n                                    \"purpleplants.myshopify.com\"\n                                ],\n                                \"events\": null,\n                                \"commission_automation_set\": {\n                                    \"commission_automation\": true,\n                                    \"commission_automation_rules\": true,\n                                    \"commission_automation_date_range\": true,\n                                    \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                    \"time_buffer_for_commission_automation\": \"4\",\n                                    \"order_status_for_commission_automation\": \"pending\",\n                                    \"invoice_number_for_commission_automation\": 277,\n                                    \"date_Range_days_for_commission_automation\": \"4\"\n                                },\n                                \"auto_confirmation_using_tags_settings\": {\n                                    \"tags_settings_status\": true,\n                                    \"paid\": true,\n                                    \"tags_for_paid\": [],\n                                    \"cod_or_partially_paid\": false,\n                                    \"tags_for_cod_or_partially_paid\": [],\n                                    \"Exceptions_for_paid\": false,\n                                    \"Exceptions_for_paid_tags\": [],\n                                    \"Exceptions_for_cod_or_partially_paid\": false,\n                                    \"Exceptions_for_cod_or_partially_paid_tags\": []\n                                },\n                                \"preferred_location\": null,\n                                \"email_credit\": 4853,\n                                \"global_commission\": \"15\",\n                                \"global_discount_shared_by_vendor\": \"0\",\n                                \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                \"global_shipping_charge_commission_type\": \"fixed\",\n                                \"global_shipping_charge_commission\": 50,\n                                \"global_fixed_commission\": 10,\n                                \"invoice_country_detail\": {\n                                    \"id\": 98,\n                                    \"name\": \"India\",\n                                    \"code\": \"IN\",\n                                    \"dial_code\": \"+91\",\n                                    \"currency_name\": \"Indian rupee\",\n                                    \"currency_symbol\": \"Rs.\",\n                                    \"currency_code\": \"INR\",\n                                    \"created_at\": null,\n                                    \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                    \"name_with_symbole\": \"Indian rupee - Rs.\"\n                                },\n                                \"commission_tags\": {\n                                    \"company_id\": 212738,\n                                    \"override_commission\": true\n                                },\n                                \"parent\": {\n                                    \"id\": 212738,\n                                    \"company_name\": \"kapil\",\n                                    \"brand_name\": \"violetplants\",\n                                    \"company_logo\": null,\n                                    \"contact_name\": null,\n                                    \"phone_number\": null,\n                                    \"email\": \"varshil.shipturtle@gmail.com\",\n                                    \"address_line_1\": null,\n                                    \"address_line_2\": \"gj 23\",\n                                    \"pin_code\": \"380009\",\n                                    \"city\": \"Ahmedabad\",\n                                    \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                                    \"updated_at\": \"2023-12-21T12:23:57.000000Z\",\n                                    \"state_id\": null,\n                                    \"gstin_number\": \"1234\",\n                                    \"invoice_prefix\": \"Invoice\",\n                                    \"starting_invoice_number\": \"22\",\n                                    \"terms_and_conditions\": null,\n                                    \"bank_account_beneficiary_name\": null,\n                                    \"bank_account_name\": null,\n                                    \"ifsc_code\": null,\n                                    \"label_company_name\": null,\n                                    \"label_contact_name\": null,\n                                    \"label_phone\": null,\n                                    \"label_email_address\": null,\n                                    \"label_address_line_1\": null,\n                                    \"label_address_line_2\": null,\n                                    \"label_pin_code\": null,\n                                    \"label_city\": null,\n                                    \"label_state\": null,\n                                    \"signature\": null,\n                                    \"currency\": \"INR\",\n                                    \"weight\": null,\n                                    \"measurement\": null,\n                                    \"gst_enabled\": true,\n                                    \"override_channel_product_weight_enabled\": true,\n                                    \"label_details_same_as_company\": true,\n                                    \"multi_vendor_invoicing_enabled\": false,\n                                    \"multi_vendor_shipping_enabled\": false,\n                                    \"is_master\": \"1\",\n                                    \"invoice_number_same_as_order_number\": true,\n                                    \"enable_disable_cod_reconciliation\": true,\n                                    \"enable_disable_freight_reconciliation\": true,\n                                    \"cod_tolerance\": \"5\",\n                                    \"freight_tolerance\": \"2\",\n                                    \"is_multi_vendor_enabled\": true,\n                                    \"invoice_message\": null,\n                                    \"inclusive_exclusive\": null,\n                                    \"is_tax_on_shipping\": \"no\",\n                                    \"tax_on_shipping\": null,\n                                    \"primary_color\": \"#222F3D\",\n                                    \"secondary_color\": null,\n                                    \"display_hsn\": true,\n                                    \"website\": \"https://app.shipturtle.com/\",\n                                    \"country\": \"IN\",\n                                    \"type_of_vendor\": \"marketplace\",\n                                    \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                                    \"title\": \"violetplants\",\n                                    \"parent_id\": 212738,\n                                    \"extra_information\": null,\n                                    \"invoice_date\": \"invoice_creation_date\",\n                                    \"number_of_digits\": \"0\",\n                                    \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                                    \"created_by\": null,\n                                    \"updated_by\": 28344,\n                                    \"invoice_contact_name\": \"Hussain\",\n                                    \"invoice_address_1\": \"dahod\",\n                                    \"invoice_address_2\": \"dahod\",\n                                    \"invoice_postal_code\": \"380005\",\n                                    \"invoice_city\": \"Ahmedabad\",\n                                    \"invoice_phone_number\": \"09173038104\",\n                                    \"invoice_tin\": null,\n                                    \"timezone\": \"America/Phoenix\",\n                                    \"hand_delivered_enabled\": true,\n                                    \"other_courier_partner_enabled\": true,\n                                    \"billing_address_same_as_company_details\": false,\n                                    \"deactivated_at\": null,\n                                    \"state_code\": \"GJ\",\n                                    \"automatically_sync_vendor_name_from_store\": true,\n                                    \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                                    \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                                    \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                                    \"correct_all_errors_in_order\": false,\n                                    \"generate_shipping_labels_for_orders\": false,\n                                    \"generate_invoices_for_dropship_orders\": false,\n                                    \"can_vendor_enable_disable_product\": false,\n                                    \"can_vendor_edit_quantity_product\": false,\n                                    \"can_vendor_edit_weight_dimension_product\": false,\n                                    \"can_vendor_edit_tax_product\": true,\n                                    \"set_vendor_level_commission\": false,\n                                    \"commission\": \"15\",\n                                    \"discount_shared_by_vendor\": \"0\",\n                                    \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                    \"set_vendor_level_shared_discount\": false,\n                                    \"set_vendor_level_commissoin_calculated_on\": false,\n                                    \"use_shop_channel_values_to_set_commission\": false,\n                                    \"can_vendor_generate_invoice\": true,\n                                    \"can_vendor_process_shippings\": true,\n                                    \"can_vendor_edit_hsn_tax\": true,\n                                    \"can_vendor_add_courier_provider\": true,\n                                    \"default_vendor_type\": \"marketplace\",\n                                    \"no_of_deciaml_digits\": 2,\n                                    \"credits\": 299956,\n                                    \"plan_id\": 4,\n                                    \"requested_plan_id\": null,\n                                    \"override_invoice_permissions\": false,\n                                    \"override_product_permissions\": false,\n                                    \"override_order_routing_permissions\": false,\n                                    \"override_shipping_permissions\": false,\n                                    \"slug\": \"violetplants-212738\",\n                                    \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                    \"shipping_charge_commission_type\": \"fixed\",\n                                    \"shipping_charge_commission\": 50,\n                                    \"override_commission_calculated_tax_type\": false,\n                                    \"override_shipping_charge_commission_type\": false,\n                                    \"override_shipping_charge_commission\": 0,\n                                    \"auto_email_to_vendor\": true,\n                                    \"fixed_commission\": 10,\n                                    \"service_charge\": 0,\n                                    \"can_vendor_edit_price\": false,\n                                    \"can_vendor_delete_product\": false,\n                                    \"show_logo_in_awb\": false,\n                                    \"hide_pick_address_in_awb\": false,\n                                    \"hide_customer_info_in_awb\": true,\n                                    \"hide_price_in_awb\": false,\n                                    \"hide_customer_information_on_vendor_dashboards\": false,\n                                    \"allow_merchant_to_generate_invoice\": false,\n                                    \"show_merchant_logo_in_invoice\": true,\n                                    \"locale\": \"en\",\n                                    \"use_custom_waybill\": true,\n                                    \"redirect_url\": \"dashboard\",\n                                    \"invoice_state_code\": \"GJ\",\n                                    \"invoice_country_code\": \"IN\",\n                                    \"stripe_account_id\": null,\n                                    \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                                    \"enable_app_shipping_profile_on_shopify\": \"0\",\n                                    \"policy\": null,\n                                    \"css\": null,\n                                    \"vendor_profile_color\": \"#f18024\",\n                                    \"about_us\": null,\n                                    \"facebook_link\": null,\n                                    \"twitter_link\": null,\n                                    \"instagram_link\": null,\n                                    \"auto_fulfill_digital_orders\": true,\n                                    \"use_default_warehouse_for_all_orders\": false,\n                                    \"invoice_label_header_title\": null,\n                                    \"invoice_place_of_supply\": null,\n                                    \"invoice_cin_key_title\": null,\n                                    \"invoice_cin\": null,\n                                    \"give_vendor_access_to_merchant_shipper\": false,\n                                    \"auto_generate_order_invoices_to_customers\": true,\n                                    \"auto_email_order_invoices_to_customers\": true,\n                                    \"treat_manual_payment_mode_as_cod\": false,\n                                    \"fulfill_order_after_confirm\": false,\n                                    \"add_notes_before_confirming_orders\": false,\n                                    \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                                    \"note_at_the_top_of_invoice\": null,\n                                    \"vendor_shop_id\": null,\n                                    \"vendor_category\": null,\n                                    \"vendor_location\": null,\n                                    \"short_description\": null,\n                                    \"display_vendor_category\": true,\n                                    \"display_vendor_location\": true,\n                                    \"display_vendor_short_description\": true,\n                                    \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                                    \"sync_settings\": {\n                                        \"update_settings\": {\n                                            \"sku\": true,\n                                            \"tags\": true,\n                                            \"media\": true,\n                                            \"price\": true,\n                                            \"title\": true,\n                                            \"weight\": true,\n                                            \"barcode\": true,\n                                            \"quantity\": true,\n                                            \"description\": true,\n                                            \"product_type\": true,\n                                            \"variant_name\": true,\n                                            \"publish_status\": true,\n                                            \"compare_at_price\": true,\n                                            \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                        },\n                                        \"create_settings\": {\n                                            \"sku\": true,\n                                            \"tags\": true,\n                                            \"media\": true,\n                                            \"price\": true,\n                                            \"title\": true,\n                                            \"weight\": true,\n                                            \"barcode\": true,\n                                            \"quantity\": true,\n                                            \"description\": true,\n                                            \"product_type\": true,\n                                            \"variant_name\": true,\n                                            \"publish_status\": true,\n                                            \"compare_at_price\": true,\n                                            \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                        },\n                                        \"override_product_status_at_create\": true,\n                                        \"product_status\": \"as_per_vendor_product\",\n                                        \"enable_order_sync\": true,\n                                        \"push_only_if_order_paid\": false,\n                                        \"push_unsynced_product_order\": true,\n                                        \"auto_add_variant\": true,\n                                        \"auto_remove_variant\": true,\n                                        \"strictKeyCheck\": false,\n                                        \"on_product_delete\": \"do_nothing\",\n                                        \"on_product_unmapped\": \"do_nothing\",\n                                        \"push_only_if_product_connected\": true\n                                    },\n                                    \"override_hide_customer_information_permissions\": false,\n                                    \"can_vendor_cancel_an_order\": false,\n                                    \"hide_shipping_charges\": false,\n                                    \"add_insurance_to_shipment\": 0,\n                                    \"meta_title\": null,\n                                    \"registration_link\": null,\n                                    \"auto_approval_of_products_from_vendor\": true,\n                                    \"ignore_selling_price_for_commission\": 0,\n                                    \"shipping_label_check\": {\n                                        \"email\": false,\n                                        \"phone\": false,\n                                        \"address_line_1\": false,\n                                        \"address_line_2\": false,\n                                        \"address_line_1_minimum\": null,\n                                        \"address_line_1_maximum\": null,\n                                        \"address_line_2_minimum\": null,\n                                        \"address_line_2_maximum\": null\n                                    },\n                                    \"shipping_label_size\": \"smalllabel\",\n                                    \"paypal_email\": null,\n                                    \"use_custom_email_driver\": true,\n                                    \"ignore_order_splitting\": false,\n                                    \"hide_customer_information_on_vendor_dashboard\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false\n                                    },\n                                    \"hide_customer_information_in_awb\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false,\n                                        \"line_items\": false,\n                                        \"vendor_name\": false,\n                                        \"sku\": false,\n                                        \"weight_dimension\": false\n                                    },\n                                    \"hide_customer_information_in_invoice\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false\n                                    },\n                                    \"vendor_profile_settings\": {\n                                        \"seller_products_tab\": true,\n                                        \"seller_policy_tab\": true,\n                                        \"seller_contact_us_tab\": true,\n                                        \"seller_events_tab\": true,\n                                        \"seller_reviews_tab\": false,\n                                        \"seller_about_us_tab\": true\n                                    },\n                                    \"challan_message_1\": null,\n                                    \"challan_message_2\": null,\n                                    \"challan_prefix\": \"Invoice\",\n                                    \"challan_number_same_as_invoice_number\": true,\n                                    \"default_label_size_for_all_vendors\": true,\n                                    \"hide_customer_information_in_export\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false\n                                    },\n                                    \"product_permissions\": null,\n                                    \"hide_product_details_in_awb\": false,\n                                    \"hide_invoice_details_in_awb\": false,\n                                    \"company_note\": \"<p>sdfasdfab</p>\",\n                                    \"meta_data\": \"[{\\\"uuid\\\":\\\"e95a7b2d-5210-4e7b-988f-7fbde7acf198\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/601990/dashboard-mockup-for-c2c.xlsx\\\",\\\"size\\\":102609,\\\"name\\\":\\\"Dashboard Mockup for C2C.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"50844059-549d-4bcc-88bf-a023fd46bd29\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/604572/28344-1690206866.xlsx\\\",\\\"size\\\":7389,\\\"name\\\":\\\"28344-1690206866.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3ad73d68-08a3-46b5-9afc-3d1ac5df398f\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655061/lable_cancelled_order_amazon.xlsx\\\",\\\"size\\\":26214,\\\"name\\\":\\\"Lable Cancelled Order Amazon.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                                    \"color_theme_field\": \"light.blue\",\n                                    \"change_tracking_url\": false,\n                                    \"ship_to_address_as_merchants_default_warehouse\": false,\n                                    \"can_vendor_hold_an_order\": false,\n                                    \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                                    \"allow_vendors_to_change_vendor_profile_details\": true,\n                                    \"whatsapp_account\": \"use_company_account\",\n                                    \"vendor_profile_theme_choosen\": \"theme-1\",\n                                    \"whatsapp_credit\": 54,\n                                    \"test_whatsapp_number\": \"+918849193468\",\n                                    \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                                    \"connected_vendor_shops\": [\n                                        \"vendorsynctesting5.myshopify.com\",\n                                        \"testing-for-vendorsync.myshopify.com\",\n                                        \"purpleplants.myshopify.com\",\n                                        \"https://st-wpdemo.com/\",\n                                        \"test-store-webkul-112.myshopify.com\",\n                                        \"https://st-wpdemo.com/\",\n                                        \"purpleplants.myshopify.com/\",\n                                        \"https://st-wpdemo.com/\",\n                                        \"purpleplants.myshopify.com\",\n                                        \"channelteststore5.myshopify.com\",\n                                        \"https://st-wpdemo.com/newtestclient/\",\n                                        \"purpleplants.myshopify.com\",\n                                        \"purpleplants.myshopify.com\"\n                                    ],\n                                    \"events\": null,\n                                    \"commission_automation_set\": {\n                                        \"commission_automation\": true,\n                                        \"commission_automation_rules\": true,\n                                        \"commission_automation_date_range\": true,\n                                        \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                        \"time_buffer_for_commission_automation\": \"4\",\n                                        \"order_status_for_commission_automation\": \"pending\",\n                                        \"invoice_number_for_commission_automation\": 277,\n                                        \"date_Range_days_for_commission_automation\": \"4\"\n                                    },\n                                    \"auto_confirmation_using_tags_settings\": {\n                                        \"tags_settings_status\": true,\n                                        \"paid\": true,\n                                        \"tags_for_paid\": [],\n                                        \"cod_or_partially_paid\": false,\n                                        \"tags_for_cod_or_partially_paid\": [],\n                                        \"Exceptions_for_paid\": false,\n                                        \"Exceptions_for_paid_tags\": [],\n                                        \"Exceptions_for_cod_or_partially_paid\": false,\n                                        \"Exceptions_for_cod_or_partially_paid_tags\": []\n                                    },\n                                    \"preferred_location\": null,\n                                    \"email_credit\": 4853,\n                                    \"global_commission\": \"15\",\n                                    \"global_discount_shared_by_vendor\": \"0\",\n                                    \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                    \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                    \"global_shipping_charge_commission_type\": \"fixed\",\n                                    \"global_shipping_charge_commission\": 50,\n                                    \"global_fixed_commission\": 10,\n                                    \"invoice_country_detail\": {\n                                        \"id\": 98,\n                                        \"name\": \"India\",\n                                        \"code\": \"IN\",\n                                        \"dial_code\": \"+91\",\n                                        \"currency_name\": \"Indian rupee\",\n                                        \"currency_symbol\": \"Rs.\",\n                                        \"currency_code\": \"INR\",\n                                        \"created_at\": null,\n                                        \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                        \"name_with_symbole\": \"Indian rupee - Rs.\"\n                                    },\n                                    \"commission_tags\": {\n                                        \"company_id\": 212738,\n                                        \"override_commission\": true\n                                    }\n                                }\n                            },\n                            \"overridden_commission_level\": \"global\",\n                            \"overridden_commission\": \"15\",\n                            \"overridden_fixed_commission\": 10,\n                            \"global_commission_level\": \"global\",\n                            \"global_commission\": \"15\",\n                            \"global_fixed_commission\": 10\n                        },\n                        \"media\": []\n                    },\n                    \"alien_variant\": null\n                },\n                {\n                    \"id\": 22397094,\n                    \"commission\": null,\n                    \"fixed_commission\": 0,\n                    \"company_id\": 212738,\n                    \"product_id\": 8057554,\n                    \"image\": null,\n                    \"channel_variant_id\": \"22530928\",\n                    \"compare_at_price\": \"0.00\",\n                    \"deleted_at\": null,\n                    \"deactivated_at\": true,\n                    \"grams\": \"0\",\n                    \"height\": null,\n                    \"image_id\": null,\n                    \"inventory_item_id\": \"50352894837039\",\n                    \"inventory_management\": \"shopify\",\n                    \"inventory_policy\": \"deny\",\n                    \"inventory_quantity\": \"14\",\n                    \"length\": null,\n                    \"old_inventory_quantity\": null,\n                    \"option1\": \"BLUE\",\n                    \"option2\": \"M\",\n                    \"option3\": \"Title2\",\n                    \"price\": \"2010.00\",\n                    \"provider\": null,\n                    \"requires_shipping\": null,\n                    \"shop_id\": 4147,\n                    \"sku\": \"NEW-DESTINATION\",\n                    \"tax_id\": null,\n                    \"title\": \"BLUE / M / Title2\",\n                    \"updated_at\": \"2023-12-21T11:03:56.000000Z\",\n                    \"weight\": \"0\",\n                    \"weight_unit\": \"kg\",\n                    \"width\": null,\n                    \"parent_id\": 212738,\n                    \"override_commission\": false,\n                    \"vendor_shop_variant_id\": null,\n                    \"barcode\": \"\",\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/48308473430319\",\n                    \"overridden_commission_level\": \"global\",\n                    \"overridden_commission\": \"15\",\n                    \"overridden_fixed_commission\": 10,\n                    \"file_history\": null,\n                    \"company\": {\n                        \"id\": 212738,\n                        \"title\": \"violetplants\",\n                        \"parent_id\": 212738,\n                        \"commission\": \"15\",\n                        \"fixed_commission\": 10,\n                        \"set_vendor_level_commission\": false,\n                        \"global_commission\": \"15\",\n                        \"global_discount_shared_by_vendor\": \"0\",\n                        \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                        \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                        \"global_shipping_charge_commission_type\": \"fixed\",\n                        \"global_shipping_charge_commission\": 50,\n                        \"global_fixed_commission\": 10,\n                        \"invoice_country_detail\": null,\n                        \"commission_tags\": {\n                            \"company_id\": 212738,\n                            \"override_commission\": true\n                        },\n                        \"parent\": {\n                            \"id\": 212738,\n                            \"company_name\": \"kapil\",\n                            \"brand_name\": \"violetplants\",\n                            \"company_logo\": null,\n                            \"contact_name\": null,\n                            \"phone_number\": null,\n                            \"email\": \"varshil.shipturtle@gmail.com\",\n                            \"address_line_1\": null,\n                            \"address_line_2\": \"gj 23\",\n                            \"pin_code\": \"380009\",\n                            \"city\": \"Ahmedabad\",\n                            \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                            \"updated_at\": \"2023-12-21T12:23:57.000000Z\",\n                            \"state_id\": null,\n                            \"gstin_number\": \"1234\",\n                            \"invoice_prefix\": \"Invoice\",\n                            \"starting_invoice_number\": \"22\",\n                            \"terms_and_conditions\": null,\n                            \"bank_account_beneficiary_name\": null,\n                            \"bank_account_name\": null,\n                            \"ifsc_code\": null,\n                            \"label_company_name\": null,\n                            \"label_contact_name\": null,\n                            \"label_phone\": null,\n                            \"label_email_address\": null,\n                            \"label_address_line_1\": null,\n                            \"label_address_line_2\": null,\n                            \"label_pin_code\": null,\n                            \"label_city\": null,\n                            \"label_state\": null,\n                            \"signature\": null,\n                            \"currency\": \"INR\",\n                            \"weight\": null,\n                            \"measurement\": null,\n                            \"gst_enabled\": true,\n                            \"override_channel_product_weight_enabled\": true,\n                            \"label_details_same_as_company\": true,\n                            \"multi_vendor_invoicing_enabled\": false,\n                            \"multi_vendor_shipping_enabled\": false,\n                            \"is_master\": \"1\",\n                            \"invoice_number_same_as_order_number\": true,\n                            \"enable_disable_cod_reconciliation\": true,\n                            \"enable_disable_freight_reconciliation\": true,\n                            \"cod_tolerance\": \"5\",\n                            \"freight_tolerance\": \"2\",\n                            \"is_multi_vendor_enabled\": true,\n                            \"invoice_message\": null,\n                            \"inclusive_exclusive\": null,\n                            \"is_tax_on_shipping\": \"no\",\n                            \"tax_on_shipping\": null,\n                            \"primary_color\": \"#222F3D\",\n                            \"secondary_color\": null,\n                            \"display_hsn\": true,\n                            \"website\": \"https://app.shipturtle.com/\",\n                            \"country\": \"IN\",\n                            \"type_of_vendor\": \"marketplace\",\n                            \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                            \"title\": \"violetplants\",\n                            \"parent_id\": 212738,\n                            \"extra_information\": null,\n                            \"invoice_date\": \"invoice_creation_date\",\n                            \"number_of_digits\": \"0\",\n                            \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                            \"created_by\": null,\n                            \"updated_by\": 28344,\n                            \"invoice_contact_name\": \"Hussain\",\n                            \"invoice_address_1\": \"dahod\",\n                            \"invoice_address_2\": \"dahod\",\n                            \"invoice_postal_code\": \"380005\",\n                            \"invoice_city\": \"Ahmedabad\",\n                            \"invoice_phone_number\": \"09173038104\",\n                            \"invoice_tin\": null,\n                            \"timezone\": \"America/Phoenix\",\n                            \"hand_delivered_enabled\": true,\n                            \"other_courier_partner_enabled\": true,\n                            \"billing_address_same_as_company_details\": false,\n                            \"deactivated_at\": null,\n                            \"state_code\": \"GJ\",\n                            \"automatically_sync_vendor_name_from_store\": true,\n                            \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                            \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                            \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                            \"correct_all_errors_in_order\": false,\n                            \"generate_shipping_labels_for_orders\": false,\n                            \"generate_invoices_for_dropship_orders\": false,\n                            \"can_vendor_enable_disable_product\": false,\n                            \"can_vendor_edit_quantity_product\": false,\n                            \"can_vendor_edit_weight_dimension_product\": false,\n                            \"can_vendor_edit_tax_product\": true,\n                            \"set_vendor_level_commission\": false,\n                            \"commission\": \"15\",\n                            \"discount_shared_by_vendor\": \"0\",\n                            \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"set_vendor_level_shared_discount\": false,\n                            \"set_vendor_level_commissoin_calculated_on\": false,\n                            \"use_shop_channel_values_to_set_commission\": false,\n                            \"can_vendor_generate_invoice\": true,\n                            \"can_vendor_process_shippings\": true,\n                            \"can_vendor_edit_hsn_tax\": true,\n                            \"can_vendor_add_courier_provider\": true,\n                            \"default_vendor_type\": \"marketplace\",\n                            \"no_of_deciaml_digits\": 2,\n                            \"credits\": 299956,\n                            \"plan_id\": 4,\n                            \"requested_plan_id\": null,\n                            \"override_invoice_permissions\": false,\n                            \"override_product_permissions\": false,\n                            \"override_order_routing_permissions\": false,\n                            \"override_shipping_permissions\": false,\n                            \"slug\": \"violetplants-212738\",\n                            \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"shipping_charge_commission_type\": \"fixed\",\n                            \"shipping_charge_commission\": 50,\n                            \"override_commission_calculated_tax_type\": false,\n                            \"override_shipping_charge_commission_type\": false,\n                            \"override_shipping_charge_commission\": 0,\n                            \"auto_email_to_vendor\": true,\n                            \"fixed_commission\": 10,\n                            \"service_charge\": 0,\n                            \"can_vendor_edit_price\": false,\n                            \"can_vendor_delete_product\": false,\n                            \"show_logo_in_awb\": false,\n                            \"hide_pick_address_in_awb\": false,\n                            \"hide_customer_info_in_awb\": true,\n                            \"hide_price_in_awb\": false,\n                            \"hide_customer_information_on_vendor_dashboards\": false,\n                            \"allow_merchant_to_generate_invoice\": false,\n                            \"show_merchant_logo_in_invoice\": true,\n                            \"locale\": \"en\",\n                            \"use_custom_waybill\": true,\n                            \"redirect_url\": \"dashboard\",\n                            \"invoice_state_code\": \"GJ\",\n                            \"invoice_country_code\": \"IN\",\n                            \"stripe_account_id\": null,\n                            \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                            \"enable_app_shipping_profile_on_shopify\": \"0\",\n                            \"policy\": null,\n                            \"css\": null,\n                            \"vendor_profile_color\": \"#f18024\",\n                            \"about_us\": null,\n                            \"facebook_link\": null,\n                            \"twitter_link\": null,\n                            \"instagram_link\": null,\n                            \"auto_fulfill_digital_orders\": true,\n                            \"use_default_warehouse_for_all_orders\": false,\n                            \"invoice_label_header_title\": null,\n                            \"invoice_place_of_supply\": null,\n                            \"invoice_cin_key_title\": null,\n                            \"invoice_cin\": null,\n                            \"give_vendor_access_to_merchant_shipper\": false,\n                            \"auto_generate_order_invoices_to_customers\": true,\n                            \"auto_email_order_invoices_to_customers\": true,\n                            \"treat_manual_payment_mode_as_cod\": false,\n                            \"fulfill_order_after_confirm\": false,\n                            \"add_notes_before_confirming_orders\": false,\n                            \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                            \"note_at_the_top_of_invoice\": null,\n                            \"vendor_shop_id\": null,\n                            \"vendor_category\": null,\n                            \"vendor_location\": null,\n                            \"short_description\": null,\n                            \"display_vendor_category\": true,\n                            \"display_vendor_location\": true,\n                            \"display_vendor_short_description\": true,\n                            \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                            \"sync_settings\": {\n                                \"update_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": true,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"create_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": true,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"override_product_status_at_create\": true,\n                                \"product_status\": \"as_per_vendor_product\",\n                                \"enable_order_sync\": true,\n                                \"push_only_if_order_paid\": false,\n                                \"push_unsynced_product_order\": true,\n                                \"auto_add_variant\": true,\n                                \"auto_remove_variant\": true,\n                                \"strictKeyCheck\": false,\n                                \"on_product_delete\": \"do_nothing\",\n                                \"on_product_unmapped\": \"do_nothing\",\n                                \"push_only_if_product_connected\": true\n                            },\n                            \"override_hide_customer_information_permissions\": false,\n                            \"can_vendor_cancel_an_order\": false,\n                            \"hide_shipping_charges\": false,\n                            \"add_insurance_to_shipment\": 0,\n                            \"meta_title\": null,\n                            \"registration_link\": null,\n                            \"auto_approval_of_products_from_vendor\": true,\n                            \"ignore_selling_price_for_commission\": 0,\n                            \"shipping_label_check\": {\n                                \"email\": false,\n                                \"phone\": false,\n                                \"address_line_1\": false,\n                                \"address_line_2\": false,\n                                \"address_line_1_minimum\": null,\n                                \"address_line_1_maximum\": null,\n                                \"address_line_2_minimum\": null,\n                                \"address_line_2_maximum\": null\n                            },\n                            \"shipping_label_size\": \"smalllabel\",\n                            \"paypal_email\": null,\n                            \"use_custom_email_driver\": true,\n                            \"ignore_order_splitting\": false,\n                            \"hide_customer_information_on_vendor_dashboard\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"hide_customer_information_in_awb\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false,\n                                \"line_items\": false,\n                                \"vendor_name\": false,\n                                \"sku\": false,\n                                \"weight_dimension\": false\n                            },\n                            \"hide_customer_information_in_invoice\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"vendor_profile_settings\": {\n                                \"seller_products_tab\": true,\n                                \"seller_policy_tab\": true,\n                                \"seller_contact_us_tab\": true,\n                                \"seller_events_tab\": true,\n                                \"seller_reviews_tab\": false,\n                                \"seller_about_us_tab\": true\n                            },\n                            \"challan_message_1\": null,\n                            \"challan_message_2\": null,\n                            \"challan_prefix\": \"Invoice\",\n                            \"challan_number_same_as_invoice_number\": true,\n                            \"default_label_size_for_all_vendors\": true,\n                            \"hide_customer_information_in_export\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"product_permissions\": null,\n                            \"hide_product_details_in_awb\": false,\n                            \"hide_invoice_details_in_awb\": false,\n                            \"company_note\": \"<p>sdfasdfab</p>\",\n                            \"meta_data\": \"[{\\\"uuid\\\":\\\"e95a7b2d-5210-4e7b-988f-7fbde7acf198\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/601990/dashboard-mockup-for-c2c.xlsx\\\",\\\"size\\\":102609,\\\"name\\\":\\\"Dashboard Mockup for C2C.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"50844059-549d-4bcc-88bf-a023fd46bd29\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/604572/28344-1690206866.xlsx\\\",\\\"size\\\":7389,\\\"name\\\":\\\"28344-1690206866.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3ad73d68-08a3-46b5-9afc-3d1ac5df398f\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655061/lable_cancelled_order_amazon.xlsx\\\",\\\"size\\\":26214,\\\"name\\\":\\\"Lable Cancelled Order Amazon.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                            \"color_theme_field\": \"light.blue\",\n                            \"change_tracking_url\": false,\n                            \"ship_to_address_as_merchants_default_warehouse\": false,\n                            \"can_vendor_hold_an_order\": false,\n                            \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                            \"allow_vendors_to_change_vendor_profile_details\": true,\n                            \"whatsapp_account\": \"use_company_account\",\n                            \"vendor_profile_theme_choosen\": \"theme-1\",\n                            \"whatsapp_credit\": 54,\n                            \"test_whatsapp_number\": \"+918849193468\",\n                            \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                            \"connected_vendor_shops\": [\n                                \"vendorsynctesting5.myshopify.com\",\n                                \"testing-for-vendorsync.myshopify.com\",\n                                \"purpleplants.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"test-store-webkul-112.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com/\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com\",\n                                \"channelteststore5.myshopify.com\",\n                                \"https://st-wpdemo.com/newtestclient/\",\n                                \"purpleplants.myshopify.com\",\n                                \"purpleplants.myshopify.com\"\n                            ],\n                            \"events\": null,\n                            \"commission_automation_set\": {\n                                \"commission_automation\": true,\n                                \"commission_automation_rules\": true,\n                                \"commission_automation_date_range\": true,\n                                \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                \"time_buffer_for_commission_automation\": \"4\",\n                                \"order_status_for_commission_automation\": \"pending\",\n                                \"invoice_number_for_commission_automation\": 277,\n                                \"date_Range_days_for_commission_automation\": \"4\"\n                            },\n                            \"auto_confirmation_using_tags_settings\": {\n                                \"tags_settings_status\": true,\n                                \"paid\": true,\n                                \"tags_for_paid\": [],\n                                \"cod_or_partially_paid\": false,\n                                \"tags_for_cod_or_partially_paid\": [],\n                                \"Exceptions_for_paid\": false,\n                                \"Exceptions_for_paid_tags\": [],\n                                \"Exceptions_for_cod_or_partially_paid\": false,\n                                \"Exceptions_for_cod_or_partially_paid_tags\": []\n                            },\n                            \"preferred_location\": null,\n                            \"email_credit\": 4853,\n                            \"global_commission\": \"15\",\n                            \"global_discount_shared_by_vendor\": \"0\",\n                            \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"global_shipping_charge_commission_type\": \"fixed\",\n                            \"global_shipping_charge_commission\": 50,\n                            \"global_fixed_commission\": 10,\n                            \"invoice_country_detail\": {\n                                \"id\": 98,\n                                \"name\": \"India\",\n                                \"code\": \"IN\",\n                                \"dial_code\": \"+91\",\n                                \"currency_name\": \"Indian rupee\",\n                                \"currency_symbol\": \"Rs.\",\n                                \"currency_code\": \"INR\",\n                                \"created_at\": null,\n                                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                \"name_with_symbole\": \"Indian rupee - Rs.\"\n                            },\n                            \"commission_tags\": {\n                                \"company_id\": 212738,\n                                \"override_commission\": true\n                            }\n                        }\n                    },\n                    \"tax\": null,\n                    \"inventory_item\": {\n                        \"id\": 13164402,\n                        \"sku\": \"NEW-DESTINATION\",\n                        \"requires_shipping\": true,\n                        \"cost\": \"10.00\",\n                        \"admin_graphql_api_id\": \"gid://shopify/InventoryItem/50352894837039\",\n                        \"created_at\": \"2023-12-21T11:03:57.000000Z\",\n                        \"updated_at\": \"2023-12-21T11:03:57.000000Z\",\n                        \"shop_id\": 4147,\n                        \"channel_id\": \"50352894837039\",\n                        \"variant_id\": null,\n                        \"channel\": null,\n                        \"country_harmonized_system_codes\": null,\n                        \"harmonized_system_code\": null,\n                        \"deleted_at\": null\n                    },\n                    \"product\": {\n                        \"id\": 8057554,\n                        \"product_type_id\": 145003,\n                        \"image_link\": null,\n                        \"images_link\": null,\n                        \"uploaded_images\": [],\n                        \"product_type_title\": \"Canvas\",\n                        \"variant_inventory_count\": {\n                            \"quantity\": 378,\n                            \"length\": 27\n                        },\n                        \"product_type\": {\n                            \"id\": 145003,\n                            \"channel\": \"shopify\",\n                            \"shop_id\": 4147,\n                            \"title\": \"Canvas\",\n                            \"commission\": null,\n                            \"created_at\": \"2023-11-30T06:49:18.000000Z\",\n                            \"updated_at\": \"2023-11-30T06:49:18.000000Z\",\n                            \"fixed_commission\": 0,\n                            \"override_commission\": false,\n                            \"companyObject\": {\n                                \"id\": 212738,\n                                \"company_name\": \"kapil\",\n                                \"brand_name\": \"violetplants\",\n                                \"company_logo\": null,\n                                \"contact_name\": null,\n                                \"phone_number\": null,\n                                \"email\": \"varshil.shipturtle@gmail.com\",\n                                \"address_line_1\": null,\n                                \"address_line_2\": \"gj 23\",\n                                \"pin_code\": \"380009\",\n                                \"city\": \"Ahmedabad\",\n                                \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                                \"updated_at\": \"2023-12-21T12:23:57.000000Z\",\n                                \"state_id\": null,\n                                \"gstin_number\": \"1234\",\n                                \"invoice_prefix\": \"Invoice\",\n                                \"starting_invoice_number\": \"22\",\n                                \"terms_and_conditions\": null,\n                                \"bank_account_beneficiary_name\": null,\n                                \"bank_account_name\": null,\n                                \"ifsc_code\": null,\n                                \"label_company_name\": null,\n                                \"label_contact_name\": null,\n                                \"label_phone\": null,\n                                \"label_email_address\": null,\n                                \"label_address_line_1\": null,\n                                \"label_address_line_2\": null,\n                                \"label_pin_code\": null,\n                                \"label_city\": null,\n                                \"label_state\": null,\n                                \"signature\": null,\n                                \"currency\": \"INR\",\n                                \"weight\": null,\n                                \"measurement\": null,\n                                \"gst_enabled\": true,\n                                \"override_channel_product_weight_enabled\": true,\n                                \"label_details_same_as_company\": true,\n                                \"multi_vendor_invoicing_enabled\": false,\n                                \"multi_vendor_shipping_enabled\": false,\n                                \"is_master\": \"1\",\n                                \"invoice_number_same_as_order_number\": true,\n                                \"enable_disable_cod_reconciliation\": true,\n                                \"enable_disable_freight_reconciliation\": true,\n                                \"cod_tolerance\": \"5\",\n                                \"freight_tolerance\": \"2\",\n                                \"is_multi_vendor_enabled\": true,\n                                \"invoice_message\": null,\n                                \"inclusive_exclusive\": null,\n                                \"is_tax_on_shipping\": \"no\",\n                                \"tax_on_shipping\": null,\n                                \"primary_color\": \"#222F3D\",\n                                \"secondary_color\": null,\n                                \"display_hsn\": true,\n                                \"website\": \"https://app.shipturtle.com/\",\n                                \"country\": \"IN\",\n                                \"type_of_vendor\": \"marketplace\",\n                                \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                                \"title\": \"violetplants\",\n                                \"parent_id\": 212738,\n                                \"extra_information\": null,\n                                \"invoice_date\": \"invoice_creation_date\",\n                                \"number_of_digits\": \"0\",\n                                \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                                \"created_by\": null,\n                                \"updated_by\": 28344,\n                                \"invoice_contact_name\": \"Hussain\",\n                                \"invoice_address_1\": \"dahod\",\n                                \"invoice_address_2\": \"dahod\",\n                                \"invoice_postal_code\": \"380005\",\n                                \"invoice_city\": \"Ahmedabad\",\n                                \"invoice_phone_number\": \"09173038104\",\n                                \"invoice_tin\": null,\n                                \"timezone\": \"America/Phoenix\",\n                                \"hand_delivered_enabled\": true,\n                                \"other_courier_partner_enabled\": true,\n                                \"billing_address_same_as_company_details\": false,\n                                \"deactivated_at\": null,\n                                \"state_code\": \"GJ\",\n                                \"automatically_sync_vendor_name_from_store\": true,\n                                \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                                \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                                \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                                \"correct_all_errors_in_order\": false,\n                                \"generate_shipping_labels_for_orders\": false,\n                                \"generate_invoices_for_dropship_orders\": false,\n                                \"can_vendor_enable_disable_product\": false,\n                                \"can_vendor_edit_quantity_product\": false,\n                                \"can_vendor_edit_weight_dimension_product\": false,\n                                \"can_vendor_edit_tax_product\": true,\n                                \"set_vendor_level_commission\": false,\n                                \"commission\": \"15\",\n                                \"discount_shared_by_vendor\": \"0\",\n                                \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                \"set_vendor_level_shared_discount\": false,\n                                \"set_vendor_level_commissoin_calculated_on\": false,\n                                \"use_shop_channel_values_to_set_commission\": false,\n                                \"can_vendor_generate_invoice\": true,\n                                \"can_vendor_process_shippings\": true,\n                                \"can_vendor_edit_hsn_tax\": true,\n                                \"can_vendor_add_courier_provider\": true,\n                                \"default_vendor_type\": \"marketplace\",\n                                \"no_of_deciaml_digits\": 2,\n                                \"credits\": 299956,\n                                \"plan_id\": 4,\n                                \"requested_plan_id\": null,\n                                \"override_invoice_permissions\": false,\n                                \"override_product_permissions\": false,\n                                \"override_order_routing_permissions\": false,\n                                \"override_shipping_permissions\": false,\n                                \"slug\": \"violetplants-212738\",\n                                \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                \"shipping_charge_commission_type\": \"fixed\",\n                                \"shipping_charge_commission\": 50,\n                                \"override_commission_calculated_tax_type\": false,\n                                \"override_shipping_charge_commission_type\": false,\n                                \"override_shipping_charge_commission\": 0,\n                                \"auto_email_to_vendor\": true,\n                                \"fixed_commission\": 10,\n                                \"service_charge\": 0,\n                                \"can_vendor_edit_price\": false,\n                                \"can_vendor_delete_product\": false,\n                                \"show_logo_in_awb\": false,\n                                \"hide_pick_address_in_awb\": false,\n                                \"hide_customer_info_in_awb\": true,\n                                \"hide_price_in_awb\": false,\n                                \"hide_customer_information_on_vendor_dashboards\": false,\n                                \"allow_merchant_to_generate_invoice\": false,\n                                \"show_merchant_logo_in_invoice\": true,\n                                \"locale\": \"en\",\n                                \"use_custom_waybill\": true,\n                                \"redirect_url\": \"dashboard\",\n                                \"invoice_state_code\": \"GJ\",\n                                \"invoice_country_code\": \"IN\",\n                                \"stripe_account_id\": null,\n                                \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                                \"enable_app_shipping_profile_on_shopify\": \"0\",\n                                \"policy\": null,\n                                \"css\": null,\n                                \"vendor_profile_color\": \"#f18024\",\n                                \"about_us\": null,\n                                \"facebook_link\": null,\n                                \"twitter_link\": null,\n                                \"instagram_link\": null,\n                                \"auto_fulfill_digital_orders\": true,\n                                \"use_default_warehouse_for_all_orders\": false,\n                                \"invoice_label_header_title\": null,\n                                \"invoice_place_of_supply\": null,\n                                \"invoice_cin_key_title\": null,\n                                \"invoice_cin\": null,\n                                \"give_vendor_access_to_merchant_shipper\": false,\n                                \"auto_generate_order_invoices_to_customers\": true,\n                                \"auto_email_order_invoices_to_customers\": true,\n                                \"treat_manual_payment_mode_as_cod\": false,\n                                \"fulfill_order_after_confirm\": false,\n                                \"add_notes_before_confirming_orders\": false,\n                                \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                                \"note_at_the_top_of_invoice\": null,\n                                \"vendor_shop_id\": null,\n                                \"vendor_category\": null,\n                                \"vendor_location\": null,\n                                \"short_description\": null,\n                                \"display_vendor_category\": true,\n                                \"display_vendor_location\": true,\n                                \"display_vendor_short_description\": true,\n                                \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                                \"sync_settings\": {\n                                    \"update_settings\": {\n                                        \"sku\": true,\n                                        \"tags\": true,\n                                        \"media\": true,\n                                        \"price\": true,\n                                        \"title\": true,\n                                        \"weight\": true,\n                                        \"barcode\": true,\n                                        \"quantity\": true,\n                                        \"description\": true,\n                                        \"product_type\": true,\n                                        \"variant_name\": true,\n                                        \"publish_status\": true,\n                                        \"compare_at_price\": true,\n                                        \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                    },\n                                    \"create_settings\": {\n                                        \"sku\": true,\n                                        \"tags\": true,\n                                        \"media\": true,\n                                        \"price\": true,\n                                        \"title\": true,\n                                        \"weight\": true,\n                                        \"barcode\": true,\n                                        \"quantity\": true,\n                                        \"description\": true,\n                                        \"product_type\": true,\n                                        \"variant_name\": true,\n                                        \"publish_status\": true,\n                                        \"compare_at_price\": true,\n                                        \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                    },\n                                    \"override_product_status_at_create\": true,\n                                    \"product_status\": \"as_per_vendor_product\",\n                                    \"enable_order_sync\": true,\n                                    \"push_only_if_order_paid\": false,\n                                    \"push_unsynced_product_order\": true,\n                                    \"auto_add_variant\": true,\n                                    \"auto_remove_variant\": true,\n                                    \"strictKeyCheck\": false,\n                                    \"on_product_delete\": \"do_nothing\",\n                                    \"on_product_unmapped\": \"do_nothing\",\n                                    \"push_only_if_product_connected\": true\n                                },\n                                \"override_hide_customer_information_permissions\": false,\n                                \"can_vendor_cancel_an_order\": false,\n                                \"hide_shipping_charges\": false,\n                                \"add_insurance_to_shipment\": 0,\n                                \"meta_title\": null,\n                                \"registration_link\": null,\n                                \"auto_approval_of_products_from_vendor\": true,\n                                \"ignore_selling_price_for_commission\": 0,\n                                \"shipping_label_check\": {\n                                    \"email\": false,\n                                    \"phone\": false,\n                                    \"address_line_1\": false,\n                                    \"address_line_2\": false,\n                                    \"address_line_1_minimum\": null,\n                                    \"address_line_1_maximum\": null,\n                                    \"address_line_2_minimum\": null,\n                                    \"address_line_2_maximum\": null\n                                },\n                                \"shipping_label_size\": \"smalllabel\",\n                                \"paypal_email\": null,\n                                \"use_custom_email_driver\": true,\n                                \"ignore_order_splitting\": false,\n                                \"hide_customer_information_on_vendor_dashboard\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false\n                                },\n                                \"hide_customer_information_in_awb\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false,\n                                    \"line_items\": false,\n                                    \"vendor_name\": false,\n                                    \"sku\": false,\n                                    \"weight_dimension\": false\n                                },\n                                \"hide_customer_information_in_invoice\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false\n                                },\n                                \"vendor_profile_settings\": {\n                                    \"seller_products_tab\": true,\n                                    \"seller_policy_tab\": true,\n                                    \"seller_contact_us_tab\": true,\n                                    \"seller_events_tab\": true,\n                                    \"seller_reviews_tab\": false,\n                                    \"seller_about_us_tab\": true\n                                },\n                                \"challan_message_1\": null,\n                                \"challan_message_2\": null,\n                                \"challan_prefix\": \"Invoice\",\n                                \"challan_number_same_as_invoice_number\": true,\n                                \"default_label_size_for_all_vendors\": true,\n                                \"hide_customer_information_in_export\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false\n                                },\n                                \"product_permissions\": null,\n                                \"hide_product_details_in_awb\": false,\n                                \"hide_invoice_details_in_awb\": false,\n                                \"company_note\": \"<p>sdfasdfab</p>\",\n                                \"meta_data\": \"[{\\\"uuid\\\":\\\"e95a7b2d-5210-4e7b-988f-7fbde7acf198\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/601990/dashboard-mockup-for-c2c.xlsx\\\",\\\"size\\\":102609,\\\"name\\\":\\\"Dashboard Mockup for C2C.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"50844059-549d-4bcc-88bf-a023fd46bd29\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/604572/28344-1690206866.xlsx\\\",\\\"size\\\":7389,\\\"name\\\":\\\"28344-1690206866.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3ad73d68-08a3-46b5-9afc-3d1ac5df398f\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655061/lable_cancelled_order_amazon.xlsx\\\",\\\"size\\\":26214,\\\"name\\\":\\\"Lable Cancelled Order Amazon.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                                \"color_theme_field\": \"light.blue\",\n                                \"change_tracking_url\": false,\n                                \"ship_to_address_as_merchants_default_warehouse\": false,\n                                \"can_vendor_hold_an_order\": false,\n                                \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                                \"allow_vendors_to_change_vendor_profile_details\": true,\n                                \"whatsapp_account\": \"use_company_account\",\n                                \"vendor_profile_theme_choosen\": \"theme-1\",\n                                \"whatsapp_credit\": 54,\n                                \"test_whatsapp_number\": \"+918849193468\",\n                                \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                                \"connected_vendor_shops\": [\n                                    \"vendorsynctesting5.myshopify.com\",\n                                    \"testing-for-vendorsync.myshopify.com\",\n                                    \"purpleplants.myshopify.com\",\n                                    \"https://st-wpdemo.com/\",\n                                    \"test-store-webkul-112.myshopify.com\",\n                                    \"https://st-wpdemo.com/\",\n                                    \"purpleplants.myshopify.com/\",\n                                    \"https://st-wpdemo.com/\",\n                                    \"purpleplants.myshopify.com\",\n                                    \"channelteststore5.myshopify.com\",\n                                    \"https://st-wpdemo.com/newtestclient/\",\n                                    \"purpleplants.myshopify.com\",\n                                    \"purpleplants.myshopify.com\"\n                                ],\n                                \"events\": null,\n                                \"commission_automation_set\": {\n                                    \"commission_automation\": true,\n                                    \"commission_automation_rules\": true,\n                                    \"commission_automation_date_range\": true,\n                                    \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                    \"time_buffer_for_commission_automation\": \"4\",\n                                    \"order_status_for_commission_automation\": \"pending\",\n                                    \"invoice_number_for_commission_automation\": 277,\n                                    \"date_Range_days_for_commission_automation\": \"4\"\n                                },\n                                \"auto_confirmation_using_tags_settings\": {\n                                    \"tags_settings_status\": true,\n                                    \"paid\": true,\n                                    \"tags_for_paid\": [],\n                                    \"cod_or_partially_paid\": false,\n                                    \"tags_for_cod_or_partially_paid\": [],\n                                    \"Exceptions_for_paid\": false,\n                                    \"Exceptions_for_paid_tags\": [],\n                                    \"Exceptions_for_cod_or_partially_paid\": false,\n                                    \"Exceptions_for_cod_or_partially_paid_tags\": []\n                                },\n                                \"preferred_location\": null,\n                                \"email_credit\": 4853,\n                                \"global_commission\": \"15\",\n                                \"global_discount_shared_by_vendor\": \"0\",\n                                \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                \"global_shipping_charge_commission_type\": \"fixed\",\n                                \"global_shipping_charge_commission\": 50,\n                                \"global_fixed_commission\": 10,\n                                \"invoice_country_detail\": {\n                                    \"id\": 98,\n                                    \"name\": \"India\",\n                                    \"code\": \"IN\",\n                                    \"dial_code\": \"+91\",\n                                    \"currency_name\": \"Indian rupee\",\n                                    \"currency_symbol\": \"Rs.\",\n                                    \"currency_code\": \"INR\",\n                                    \"created_at\": null,\n                                    \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                    \"name_with_symbole\": \"Indian rupee - Rs.\"\n                                },\n                                \"commission_tags\": {\n                                    \"company_id\": 212738,\n                                    \"override_commission\": true\n                                },\n                                \"parent\": {\n                                    \"id\": 212738,\n                                    \"company_name\": \"kapil\",\n                                    \"brand_name\": \"violetplants\",\n                                    \"company_logo\": null,\n                                    \"contact_name\": null,\n                                    \"phone_number\": null,\n                                    \"email\": \"varshil.shipturtle@gmail.com\",\n                                    \"address_line_1\": null,\n                                    \"address_line_2\": \"gj 23\",\n                                    \"pin_code\": \"380009\",\n                                    \"city\": \"Ahmedabad\",\n                                    \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                                    \"updated_at\": \"2023-12-21T12:23:57.000000Z\",\n                                    \"state_id\": null,\n                                    \"gstin_number\": \"1234\",\n                                    \"invoice_prefix\": \"Invoice\",\n                                    \"starting_invoice_number\": \"22\",\n                                    \"terms_and_conditions\": null,\n                                    \"bank_account_beneficiary_name\": null,\n                                    \"bank_account_name\": null,\n                                    \"ifsc_code\": null,\n                                    \"label_company_name\": null,\n                                    \"label_contact_name\": null,\n                                    \"label_phone\": null,\n                                    \"label_email_address\": null,\n                                    \"label_address_line_1\": null,\n                                    \"label_address_line_2\": null,\n                                    \"label_pin_code\": null,\n                                    \"label_city\": null,\n                                    \"label_state\": null,\n                                    \"signature\": null,\n                                    \"currency\": \"INR\",\n                                    \"weight\": null,\n                                    \"measurement\": null,\n                                    \"gst_enabled\": true,\n                                    \"override_channel_product_weight_enabled\": true,\n                                    \"label_details_same_as_company\": true,\n                                    \"multi_vendor_invoicing_enabled\": false,\n                                    \"multi_vendor_shipping_enabled\": false,\n                                    \"is_master\": \"1\",\n                                    \"invoice_number_same_as_order_number\": true,\n                                    \"enable_disable_cod_reconciliation\": true,\n                                    \"enable_disable_freight_reconciliation\": true,\n                                    \"cod_tolerance\": \"5\",\n                                    \"freight_tolerance\": \"2\",\n                                    \"is_multi_vendor_enabled\": true,\n                                    \"invoice_message\": null,\n                                    \"inclusive_exclusive\": null,\n                                    \"is_tax_on_shipping\": \"no\",\n                                    \"tax_on_shipping\": null,\n                                    \"primary_color\": \"#222F3D\",\n                                    \"secondary_color\": null,\n                                    \"display_hsn\": true,\n                                    \"website\": \"https://app.shipturtle.com/\",\n                                    \"country\": \"IN\",\n                                    \"type_of_vendor\": \"marketplace\",\n                                    \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                                    \"title\": \"violetplants\",\n                                    \"parent_id\": 212738,\n                                    \"extra_information\": null,\n                                    \"invoice_date\": \"invoice_creation_date\",\n                                    \"number_of_digits\": \"0\",\n                                    \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                                    \"created_by\": null,\n                                    \"updated_by\": 28344,\n                                    \"invoice_contact_name\": \"Hussain\",\n                                    \"invoice_address_1\": \"dahod\",\n                                    \"invoice_address_2\": \"dahod\",\n                                    \"invoice_postal_code\": \"380005\",\n                                    \"invoice_city\": \"Ahmedabad\",\n                                    \"invoice_phone_number\": \"09173038104\",\n                                    \"invoice_tin\": null,\n                                    \"timezone\": \"America/Phoenix\",\n                                    \"hand_delivered_enabled\": true,\n                                    \"other_courier_partner_enabled\": true,\n                                    \"billing_address_same_as_company_details\": false,\n                                    \"deactivated_at\": null,\n                                    \"state_code\": \"GJ\",\n                                    \"automatically_sync_vendor_name_from_store\": true,\n                                    \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                                    \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                                    \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                                    \"correct_all_errors_in_order\": false,\n                                    \"generate_shipping_labels_for_orders\": false,\n                                    \"generate_invoices_for_dropship_orders\": false,\n                                    \"can_vendor_enable_disable_product\": false,\n                                    \"can_vendor_edit_quantity_product\": false,\n                                    \"can_vendor_edit_weight_dimension_product\": false,\n                                    \"can_vendor_edit_tax_product\": true,\n                                    \"set_vendor_level_commission\": false,\n                                    \"commission\": \"15\",\n                                    \"discount_shared_by_vendor\": \"0\",\n                                    \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                    \"set_vendor_level_shared_discount\": false,\n                                    \"set_vendor_level_commissoin_calculated_on\": false,\n                                    \"use_shop_channel_values_to_set_commission\": false,\n                                    \"can_vendor_generate_invoice\": true,\n                                    \"can_vendor_process_shippings\": true,\n                                    \"can_vendor_edit_hsn_tax\": true,\n                                    \"can_vendor_add_courier_provider\": true,\n                                    \"default_vendor_type\": \"marketplace\",\n                                    \"no_of_deciaml_digits\": 2,\n                                    \"credits\": 299956,\n                                    \"plan_id\": 4,\n                                    \"requested_plan_id\": null,\n                                    \"override_invoice_permissions\": false,\n                                    \"override_product_permissions\": false,\n                                    \"override_order_routing_permissions\": false,\n                                    \"override_shipping_permissions\": false,\n                                    \"slug\": \"violetplants-212738\",\n                                    \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                    \"shipping_charge_commission_type\": \"fixed\",\n                                    \"shipping_charge_commission\": 50,\n                                    \"override_commission_calculated_tax_type\": false,\n                                    \"override_shipping_charge_commission_type\": false,\n                                    \"override_shipping_charge_commission\": 0,\n                                    \"auto_email_to_vendor\": true,\n                                    \"fixed_commission\": 10,\n                                    \"service_charge\": 0,\n                                    \"can_vendor_edit_price\": false,\n                                    \"can_vendor_delete_product\": false,\n                                    \"show_logo_in_awb\": false,\n                                    \"hide_pick_address_in_awb\": false,\n                                    \"hide_customer_info_in_awb\": true,\n                                    \"hide_price_in_awb\": false,\n                                    \"hide_customer_information_on_vendor_dashboards\": false,\n                                    \"allow_merchant_to_generate_invoice\": false,\n                                    \"show_merchant_logo_in_invoice\": true,\n                                    \"locale\": \"en\",\n                                    \"use_custom_waybill\": true,\n                                    \"redirect_url\": \"dashboard\",\n                                    \"invoice_state_code\": \"GJ\",\n                                    \"invoice_country_code\": \"IN\",\n                                    \"stripe_account_id\": null,\n                                    \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                                    \"enable_app_shipping_profile_on_shopify\": \"0\",\n                                    \"policy\": null,\n                                    \"css\": null,\n                                    \"vendor_profile_color\": \"#f18024\",\n                                    \"about_us\": null,\n                                    \"facebook_link\": null,\n                                    \"twitter_link\": null,\n                                    \"instagram_link\": null,\n                                    \"auto_fulfill_digital_orders\": true,\n                                    \"use_default_warehouse_for_all_orders\": false,\n                                    \"invoice_label_header_title\": null,\n                                    \"invoice_place_of_supply\": null,\n                                    \"invoice_cin_key_title\": null,\n                                    \"invoice_cin\": null,\n                                    \"give_vendor_access_to_merchant_shipper\": false,\n                                    \"auto_generate_order_invoices_to_customers\": true,\n                                    \"auto_email_order_invoices_to_customers\": true,\n                                    \"treat_manual_payment_mode_as_cod\": false,\n                                    \"fulfill_order_after_confirm\": false,\n                                    \"add_notes_before_confirming_orders\": false,\n                                    \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                                    \"note_at_the_top_of_invoice\": null,\n                                    \"vendor_shop_id\": null,\n                                    \"vendor_category\": null,\n                                    \"vendor_location\": null,\n                                    \"short_description\": null,\n                                    \"display_vendor_category\": true,\n                                    \"display_vendor_location\": true,\n                                    \"display_vendor_short_description\": true,\n                                    \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                                    \"sync_settings\": {\n                                        \"update_settings\": {\n                                            \"sku\": true,\n                                            \"tags\": true,\n                                            \"media\": true,\n                                            \"price\": true,\n                                            \"title\": true,\n                                            \"weight\": true,\n                                            \"barcode\": true,\n                                            \"quantity\": true,\n                                            \"description\": true,\n                                            \"product_type\": true,\n                                            \"variant_name\": true,\n                                            \"publish_status\": true,\n                                            \"compare_at_price\": true,\n                                            \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                        },\n                                        \"create_settings\": {\n                                            \"sku\": true,\n                                            \"tags\": true,\n                                            \"media\": true,\n                                            \"price\": true,\n                                            \"title\": true,\n                                            \"weight\": true,\n                                            \"barcode\": true,\n                                            \"quantity\": true,\n                                            \"description\": true,\n                                            \"product_type\": true,\n                                            \"variant_name\": true,\n                                            \"publish_status\": true,\n                                            \"compare_at_price\": true,\n                                            \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                        },\n                                        \"override_product_status_at_create\": true,\n                                        \"product_status\": \"as_per_vendor_product\",\n                                        \"enable_order_sync\": true,\n                                        \"push_only_if_order_paid\": false,\n                                        \"push_unsynced_product_order\": true,\n                                        \"auto_add_variant\": true,\n                                        \"auto_remove_variant\": true,\n                                        \"strictKeyCheck\": false,\n                                        \"on_product_delete\": \"do_nothing\",\n                                        \"on_product_unmapped\": \"do_nothing\",\n                                        \"push_only_if_product_connected\": true\n                                    },\n                                    \"override_hide_customer_information_permissions\": false,\n                                    \"can_vendor_cancel_an_order\": false,\n                                    \"hide_shipping_charges\": false,\n                                    \"add_insurance_to_shipment\": 0,\n                                    \"meta_title\": null,\n                                    \"registration_link\": null,\n                                    \"auto_approval_of_products_from_vendor\": true,\n                                    \"ignore_selling_price_for_commission\": 0,\n                                    \"shipping_label_check\": {\n                                        \"email\": false,\n                                        \"phone\": false,\n                                        \"address_line_1\": false,\n                                        \"address_line_2\": false,\n                                        \"address_line_1_minimum\": null,\n                                        \"address_line_1_maximum\": null,\n                                        \"address_line_2_minimum\": null,\n                                        \"address_line_2_maximum\": null\n                                    },\n                                    \"shipping_label_size\": \"smalllabel\",\n                                    \"paypal_email\": null,\n                                    \"use_custom_email_driver\": true,\n                                    \"ignore_order_splitting\": false,\n                                    \"hide_customer_information_on_vendor_dashboard\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false\n                                    },\n                                    \"hide_customer_information_in_awb\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false,\n                                        \"line_items\": false,\n                                        \"vendor_name\": false,\n                                        \"sku\": false,\n                                        \"weight_dimension\": false\n                                    },\n                                    \"hide_customer_information_in_invoice\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false\n                                    },\n                                    \"vendor_profile_settings\": {\n                                        \"seller_products_tab\": true,\n                                        \"seller_policy_tab\": true,\n                                        \"seller_contact_us_tab\": true,\n                                        \"seller_events_tab\": true,\n                                        \"seller_reviews_tab\": false,\n                                        \"seller_about_us_tab\": true\n                                    },\n                                    \"challan_message_1\": null,\n                                    \"challan_message_2\": null,\n                                    \"challan_prefix\": \"Invoice\",\n                                    \"challan_number_same_as_invoice_number\": true,\n                                    \"default_label_size_for_all_vendors\": true,\n                                    \"hide_customer_information_in_export\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false\n                                    },\n                                    \"product_permissions\": null,\n                                    \"hide_product_details_in_awb\": false,\n                                    \"hide_invoice_details_in_awb\": false,\n                                    \"company_note\": \"<p>sdfasdfab</p>\",\n                                    \"meta_data\": \"[{\\\"uuid\\\":\\\"e95a7b2d-5210-4e7b-988f-7fbde7acf198\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/601990/dashboard-mockup-for-c2c.xlsx\\\",\\\"size\\\":102609,\\\"name\\\":\\\"Dashboard Mockup for C2C.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"50844059-549d-4bcc-88bf-a023fd46bd29\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/604572/28344-1690206866.xlsx\\\",\\\"size\\\":7389,\\\"name\\\":\\\"28344-1690206866.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3ad73d68-08a3-46b5-9afc-3d1ac5df398f\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655061/lable_cancelled_order_amazon.xlsx\\\",\\\"size\\\":26214,\\\"name\\\":\\\"Lable Cancelled Order Amazon.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                                    \"color_theme_field\": \"light.blue\",\n                                    \"change_tracking_url\": false,\n                                    \"ship_to_address_as_merchants_default_warehouse\": false,\n                                    \"can_vendor_hold_an_order\": false,\n                                    \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                                    \"allow_vendors_to_change_vendor_profile_details\": true,\n                                    \"whatsapp_account\": \"use_company_account\",\n                                    \"vendor_profile_theme_choosen\": \"theme-1\",\n                                    \"whatsapp_credit\": 54,\n                                    \"test_whatsapp_number\": \"+918849193468\",\n                                    \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                                    \"connected_vendor_shops\": [\n                                        \"vendorsynctesting5.myshopify.com\",\n                                        \"testing-for-vendorsync.myshopify.com\",\n                                        \"purpleplants.myshopify.com\",\n                                        \"https://st-wpdemo.com/\",\n                                        \"test-store-webkul-112.myshopify.com\",\n                                        \"https://st-wpdemo.com/\",\n                                        \"purpleplants.myshopify.com/\",\n                                        \"https://st-wpdemo.com/\",\n                                        \"purpleplants.myshopify.com\",\n                                        \"channelteststore5.myshopify.com\",\n                                        \"https://st-wpdemo.com/newtestclient/\",\n                                        \"purpleplants.myshopify.com\",\n                                        \"purpleplants.myshopify.com\"\n                                    ],\n                                    \"events\": null,\n                                    \"commission_automation_set\": {\n                                        \"commission_automation\": true,\n                                        \"commission_automation_rules\": true,\n                                        \"commission_automation_date_range\": true,\n                                        \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                        \"time_buffer_for_commission_automation\": \"4\",\n                                        \"order_status_for_commission_automation\": \"pending\",\n                                        \"invoice_number_for_commission_automation\": 277,\n                                        \"date_Range_days_for_commission_automation\": \"4\"\n                                    },\n                                    \"auto_confirmation_using_tags_settings\": {\n                                        \"tags_settings_status\": true,\n                                        \"paid\": true,\n                                        \"tags_for_paid\": [],\n                                        \"cod_or_partially_paid\": false,\n                                        \"tags_for_cod_or_partially_paid\": [],\n                                        \"Exceptions_for_paid\": false,\n                                        \"Exceptions_for_paid_tags\": [],\n                                        \"Exceptions_for_cod_or_partially_paid\": false,\n                                        \"Exceptions_for_cod_or_partially_paid_tags\": []\n                                    },\n                                    \"preferred_location\": null,\n                                    \"email_credit\": 4853,\n                                    \"global_commission\": \"15\",\n                                    \"global_discount_shared_by_vendor\": \"0\",\n                                    \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                    \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                    \"global_shipping_charge_commission_type\": \"fixed\",\n                                    \"global_shipping_charge_commission\": 50,\n                                    \"global_fixed_commission\": 10,\n                                    \"invoice_country_detail\": {\n                                        \"id\": 98,\n                                        \"name\": \"India\",\n                                        \"code\": \"IN\",\n                                        \"dial_code\": \"+91\",\n                                        \"currency_name\": \"Indian rupee\",\n                                        \"currency_symbol\": \"Rs.\",\n                                        \"currency_code\": \"INR\",\n                                        \"created_at\": null,\n                                        \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                        \"name_with_symbole\": \"Indian rupee - Rs.\"\n                                    },\n                                    \"commission_tags\": {\n                                        \"company_id\": 212738,\n                                        \"override_commission\": true\n                                    }\n                                }\n                            },\n                            \"overridden_commission_level\": \"global\",\n                            \"overridden_commission\": \"15\",\n                            \"overridden_fixed_commission\": 10,\n                            \"global_commission_level\": \"global\",\n                            \"global_commission\": \"15\",\n                            \"global_fixed_commission\": 10\n                        },\n                        \"media\": []\n                    },\n                    \"alien_variant\": null\n                },\n                {\n                    \"id\": 22397095,\n                    \"commission\": null,\n                    \"fixed_commission\": 0,\n                    \"company_id\": 212738,\n                    \"product_id\": 8057554,\n                    \"image\": null,\n                    \"channel_variant_id\": \"22530929\",\n                    \"compare_at_price\": \"0.00\",\n                    \"deleted_at\": null,\n                    \"deactivated_at\": true,\n                    \"grams\": \"0\",\n                    \"height\": null,\n                    \"image_id\": null,\n                    \"inventory_item_id\": \"50352894869807\",\n                    \"inventory_management\": \"shopify\",\n                    \"inventory_policy\": \"deny\",\n                    \"inventory_quantity\": \"15\",\n                    \"length\": null,\n                    \"old_inventory_quantity\": null,\n                    \"option1\": \"BLUE\",\n                    \"option2\": \"L\",\n                    \"option3\": \"Title2\",\n                    \"price\": \"2010.00\",\n                    \"provider\": null,\n                    \"requires_shipping\": null,\n                    \"shop_id\": 4147,\n                    \"sku\": \"NEW-DESTINATION\",\n                    \"tax_id\": null,\n                    \"title\": \"BLUE / L / Title2\",\n                    \"updated_at\": \"2023-12-21T11:03:56.000000Z\",\n                    \"weight\": \"0\",\n                    \"weight_unit\": \"kg\",\n                    \"width\": null,\n                    \"parent_id\": 212738,\n                    \"override_commission\": false,\n                    \"vendor_shop_variant_id\": null,\n                    \"barcode\": \"\",\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/48308473463087\",\n                    \"overridden_commission_level\": \"global\",\n                    \"overridden_commission\": \"15\",\n                    \"overridden_fixed_commission\": 10,\n                    \"file_history\": null,\n                    \"company\": {\n                        \"id\": 212738,\n                        \"title\": \"violetplants\",\n                        \"parent_id\": 212738,\n                        \"commission\": \"15\",\n                        \"fixed_commission\": 10,\n                        \"set_vendor_level_commission\": false,\n                        \"global_commission\": \"15\",\n                        \"global_discount_shared_by_vendor\": \"0\",\n                        \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                        \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                        \"global_shipping_charge_commission_type\": \"fixed\",\n                        \"global_shipping_charge_commission\": 50,\n                        \"global_fixed_commission\": 10,\n                        \"invoice_country_detail\": null,\n                        \"commission_tags\": {\n                            \"company_id\": 212738,\n                            \"override_commission\": true\n                        },\n                        \"parent\": {\n                            \"id\": 212738,\n                            \"company_name\": \"kapil\",\n                            \"brand_name\": \"violetplants\",\n                            \"company_logo\": null,\n                            \"contact_name\": null,\n                            \"phone_number\": null,\n                            \"email\": \"varshil.shipturtle@gmail.com\",\n                            \"address_line_1\": null,\n                            \"address_line_2\": \"gj 23\",\n                            \"pin_code\": \"380009\",\n                            \"city\": \"Ahmedabad\",\n                            \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                            \"updated_at\": \"2023-12-21T12:23:57.000000Z\",\n                            \"state_id\": null,\n                            \"gstin_number\": \"1234\",\n                            \"invoice_prefix\": \"Invoice\",\n                            \"starting_invoice_number\": \"22\",\n                            \"terms_and_conditions\": null,\n                            \"bank_account_beneficiary_name\": null,\n                            \"bank_account_name\": null,\n                            \"ifsc_code\": null,\n                            \"label_company_name\": null,\n                            \"label_contact_name\": null,\n                            \"label_phone\": null,\n                            \"label_email_address\": null,\n                            \"label_address_line_1\": null,\n                            \"label_address_line_2\": null,\n                            \"label_pin_code\": null,\n                            \"label_city\": null,\n                            \"label_state\": null,\n                            \"signature\": null,\n                            \"currency\": \"INR\",\n                            \"weight\": null,\n                            \"measurement\": null,\n                            \"gst_enabled\": true,\n                            \"override_channel_product_weight_enabled\": true,\n                            \"label_details_same_as_company\": true,\n                            \"multi_vendor_invoicing_enabled\": false,\n                            \"multi_vendor_shipping_enabled\": false,\n                            \"is_master\": \"1\",\n                            \"invoice_number_same_as_order_number\": true,\n                            \"enable_disable_cod_reconciliation\": true,\n                            \"enable_disable_freight_reconciliation\": true,\n                            \"cod_tolerance\": \"5\",\n                            \"freight_tolerance\": \"2\",\n                            \"is_multi_vendor_enabled\": true,\n                            \"invoice_message\": null,\n                            \"inclusive_exclusive\": null,\n                            \"is_tax_on_shipping\": \"no\",\n                            \"tax_on_shipping\": null,\n                            \"primary_color\": \"#222F3D\",\n                            \"secondary_color\": null,\n                            \"display_hsn\": true,\n                            \"website\": \"https://app.shipturtle.com/\",\n                            \"country\": \"IN\",\n                            \"type_of_vendor\": \"marketplace\",\n                            \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                            \"title\": \"violetplants\",\n                            \"parent_id\": 212738,\n                            \"extra_information\": null,\n                            \"invoice_date\": \"invoice_creation_date\",\n                            \"number_of_digits\": \"0\",\n                            \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                            \"created_by\": null,\n                            \"updated_by\": 28344,\n                            \"invoice_contact_name\": \"Hussain\",\n                            \"invoice_address_1\": \"dahod\",\n                            \"invoice_address_2\": \"dahod\",\n                            \"invoice_postal_code\": \"380005\",\n                            \"invoice_city\": \"Ahmedabad\",\n                            \"invoice_phone_number\": \"09173038104\",\n                            \"invoice_tin\": null,\n                            \"timezone\": \"America/Phoenix\",\n                            \"hand_delivered_enabled\": true,\n                            \"other_courier_partner_enabled\": true,\n                            \"billing_address_same_as_company_details\": false,\n                            \"deactivated_at\": null,\n                            \"state_code\": \"GJ\",\n                            \"automatically_sync_vendor_name_from_store\": true,\n                            \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                            \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                            \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                            \"correct_all_errors_in_order\": false,\n                            \"generate_shipping_labels_for_orders\": false,\n                            \"generate_invoices_for_dropship_orders\": false,\n                            \"can_vendor_enable_disable_product\": false,\n                            \"can_vendor_edit_quantity_product\": false,\n                            \"can_vendor_edit_weight_dimension_product\": false,\n                            \"can_vendor_edit_tax_product\": true,\n                            \"set_vendor_level_commission\": false,\n                            \"commission\": \"15\",\n                            \"discount_shared_by_vendor\": \"0\",\n                            \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"set_vendor_level_shared_discount\": false,\n                            \"set_vendor_level_commissoin_calculated_on\": false,\n                            \"use_shop_channel_values_to_set_commission\": false,\n                            \"can_vendor_generate_invoice\": true,\n                            \"can_vendor_process_shippings\": true,\n                            \"can_vendor_edit_hsn_tax\": true,\n                            \"can_vendor_add_courier_provider\": true,\n                            \"default_vendor_type\": \"marketplace\",\n                            \"no_of_deciaml_digits\": 2,\n                            \"credits\": 299956,\n                            \"plan_id\": 4,\n                            \"requested_plan_id\": null,\n                            \"override_invoice_permissions\": false,\n                            \"override_product_permissions\": false,\n                            \"override_order_routing_permissions\": false,\n                            \"override_shipping_permissions\": false,\n                            \"slug\": \"violetplants-212738\",\n                            \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"shipping_charge_commission_type\": \"fixed\",\n                            \"shipping_charge_commission\": 50,\n                            \"override_commission_calculated_tax_type\": false,\n                            \"override_shipping_charge_commission_type\": false,\n                            \"override_shipping_charge_commission\": 0,\n                            \"auto_email_to_vendor\": true,\n                            \"fixed_commission\": 10,\n                            \"service_charge\": 0,\n                            \"can_vendor_edit_price\": false,\n                            \"can_vendor_delete_product\": false,\n                            \"show_logo_in_awb\": false,\n                            \"hide_pick_address_in_awb\": false,\n                            \"hide_customer_info_in_awb\": true,\n                            \"hide_price_in_awb\": false,\n                            \"hide_customer_information_on_vendor_dashboards\": false,\n                            \"allow_merchant_to_generate_invoice\": false,\n                            \"show_merchant_logo_in_invoice\": true,\n                            \"locale\": \"en\",\n                            \"use_custom_waybill\": true,\n                            \"redirect_url\": \"dashboard\",\n                            \"invoice_state_code\": \"GJ\",\n                            \"invoice_country_code\": \"IN\",\n                            \"stripe_account_id\": null,\n                            \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                            \"enable_app_shipping_profile_on_shopify\": \"0\",\n                            \"policy\": null,\n                            \"css\": null,\n                            \"vendor_profile_color\": \"#f18024\",\n                            \"about_us\": null,\n                            \"facebook_link\": null,\n                            \"twitter_link\": null,\n                            \"instagram_link\": null,\n                            \"auto_fulfill_digital_orders\": true,\n                            \"use_default_warehouse_for_all_orders\": false,\n                            \"invoice_label_header_title\": null,\n                            \"invoice_place_of_supply\": null,\n                            \"invoice_cin_key_title\": null,\n                            \"invoice_cin\": null,\n                            \"give_vendor_access_to_merchant_shipper\": false,\n                            \"auto_generate_order_invoices_to_customers\": true,\n                            \"auto_email_order_invoices_to_customers\": true,\n                            \"treat_manual_payment_mode_as_cod\": false,\n                            \"fulfill_order_after_confirm\": false,\n                            \"add_notes_before_confirming_orders\": false,\n                            \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                            \"note_at_the_top_of_invoice\": null,\n                            \"vendor_shop_id\": null,\n                            \"vendor_category\": null,\n                            \"vendor_location\": null,\n                            \"short_description\": null,\n                            \"display_vendor_category\": true,\n                            \"display_vendor_location\": true,\n                            \"display_vendor_short_description\": true,\n                            \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                            \"sync_settings\": {\n                                \"update_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": true,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"create_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": true,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"override_product_status_at_create\": true,\n                                \"product_status\": \"as_per_vendor_product\",\n                                \"enable_order_sync\": true,\n                                \"push_only_if_order_paid\": false,\n                                \"push_unsynced_product_order\": true,\n                                \"auto_add_variant\": true,\n                                \"auto_remove_variant\": true,\n                                \"strictKeyCheck\": false,\n                                \"on_product_delete\": \"do_nothing\",\n                                \"on_product_unmapped\": \"do_nothing\",\n                                \"push_only_if_product_connected\": true\n                            },\n                            \"override_hide_customer_information_permissions\": false,\n                            \"can_vendor_cancel_an_order\": false,\n                            \"hide_shipping_charges\": false,\n                            \"add_insurance_to_shipment\": 0,\n                            \"meta_title\": null,\n                            \"registration_link\": null,\n                            \"auto_approval_of_products_from_vendor\": true,\n                            \"ignore_selling_price_for_commission\": 0,\n                            \"shipping_label_check\": {\n                                \"email\": false,\n                                \"phone\": false,\n                                \"address_line_1\": false,\n                                \"address_line_2\": false,\n                                \"address_line_1_minimum\": null,\n                                \"address_line_1_maximum\": null,\n                                \"address_line_2_minimum\": null,\n                                \"address_line_2_maximum\": null\n                            },\n                            \"shipping_label_size\": \"smalllabel\",\n                            \"paypal_email\": null,\n                            \"use_custom_email_driver\": true,\n                            \"ignore_order_splitting\": false,\n                            \"hide_customer_information_on_vendor_dashboard\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"hide_customer_information_in_awb\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false,\n                                \"line_items\": false,\n                                \"vendor_name\": false,\n                                \"sku\": false,\n                                \"weight_dimension\": false\n                            },\n                            \"hide_customer_information_in_invoice\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"vendor_profile_settings\": {\n                                \"seller_products_tab\": true,\n                                \"seller_policy_tab\": true,\n                                \"seller_contact_us_tab\": true,\n                                \"seller_events_tab\": true,\n                                \"seller_reviews_tab\": false,\n                                \"seller_about_us_tab\": true\n                            },\n                            \"challan_message_1\": null,\n                            \"challan_message_2\": null,\n                            \"challan_prefix\": \"Invoice\",\n                            \"challan_number_same_as_invoice_number\": true,\n                            \"default_label_size_for_all_vendors\": true,\n                            \"hide_customer_information_in_export\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"product_permissions\": null,\n                            \"hide_product_details_in_awb\": false,\n                            \"hide_invoice_details_in_awb\": false,\n                            \"company_note\": \"<p>sdfasdfab</p>\",\n                            \"meta_data\": \"[{\\\"uuid\\\":\\\"e95a7b2d-5210-4e7b-988f-7fbde7acf198\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/601990/dashboard-mockup-for-c2c.xlsx\\\",\\\"size\\\":102609,\\\"name\\\":\\\"Dashboard Mockup for C2C.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"50844059-549d-4bcc-88bf-a023fd46bd29\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/604572/28344-1690206866.xlsx\\\",\\\"size\\\":7389,\\\"name\\\":\\\"28344-1690206866.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3ad73d68-08a3-46b5-9afc-3d1ac5df398f\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655061/lable_cancelled_order_amazon.xlsx\\\",\\\"size\\\":26214,\\\"name\\\":\\\"Lable Cancelled Order Amazon.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                            \"color_theme_field\": \"light.blue\",\n                            \"change_tracking_url\": false,\n                            \"ship_to_address_as_merchants_default_warehouse\": false,\n                            \"can_vendor_hold_an_order\": false,\n                            \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                            \"allow_vendors_to_change_vendor_profile_details\": true,\n                            \"whatsapp_account\": \"use_company_account\",\n                            \"vendor_profile_theme_choosen\": \"theme-1\",\n                            \"whatsapp_credit\": 54,\n                            \"test_whatsapp_number\": \"+918849193468\",\n                            \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                            \"connected_vendor_shops\": [\n                                \"vendorsynctesting5.myshopify.com\",\n                                \"testing-for-vendorsync.myshopify.com\",\n                                \"purpleplants.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"test-store-webkul-112.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com/\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com\",\n                                \"channelteststore5.myshopify.com\",\n                                \"https://st-wpdemo.com/newtestclient/\",\n                                \"purpleplants.myshopify.com\",\n                                \"purpleplants.myshopify.com\"\n                            ],\n                            \"events\": null,\n                            \"commission_automation_set\": {\n                                \"commission_automation\": true,\n                                \"commission_automation_rules\": true,\n                                \"commission_automation_date_range\": true,\n                                \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                \"time_buffer_for_commission_automation\": \"4\",\n                                \"order_status_for_commission_automation\": \"pending\",\n                                \"invoice_number_for_commission_automation\": 277,\n                                \"date_Range_days_for_commission_automation\": \"4\"\n                            },\n                            \"auto_confirmation_using_tags_settings\": {\n                                \"tags_settings_status\": true,\n                                \"paid\": true,\n                                \"tags_for_paid\": [],\n                                \"cod_or_partially_paid\": false,\n                                \"tags_for_cod_or_partially_paid\": [],\n                                \"Exceptions_for_paid\": false,\n                                \"Exceptions_for_paid_tags\": [],\n                                \"Exceptions_for_cod_or_partially_paid\": false,\n                                \"Exceptions_for_cod_or_partially_paid_tags\": []\n                            },\n                            \"preferred_location\": null,\n                            \"email_credit\": 4853,\n                            \"global_commission\": \"15\",\n                            \"global_discount_shared_by_vendor\": \"0\",\n                            \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"global_shipping_charge_commission_type\": \"fixed\",\n                            \"global_shipping_charge_commission\": 50,\n                            \"global_fixed_commission\": 10,\n                            \"invoice_country_detail\": {\n                                \"id\": 98,\n                                \"name\": \"India\",\n                                \"code\": \"IN\",\n                                \"dial_code\": \"+91\",\n                                \"currency_name\": \"Indian rupee\",\n                                \"currency_symbol\": \"Rs.\",\n                                \"currency_code\": \"INR\",\n                                \"created_at\": null,\n                                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                \"name_with_symbole\": \"Indian rupee - Rs.\"\n                            },\n                            \"commission_tags\": {\n                                \"company_id\": 212738,\n                                \"override_commission\": true\n                            }\n                        }\n                    },\n                    \"tax\": null,\n                    \"inventory_item\": {\n                        \"id\": 13164404,\n                        \"sku\": \"NEW-DESTINATION\",\n                        \"requires_shipping\": true,\n                        \"cost\": \"10.00\",\n                        \"admin_graphql_api_id\": \"gid://shopify/InventoryItem/50352894869807\",\n                        \"created_at\": \"2023-12-21T11:03:57.000000Z\",\n                        \"updated_at\": \"2023-12-21T11:03:57.000000Z\",\n                        \"shop_id\": 4147,\n                        \"channel_id\": \"50352894869807\",\n                        \"variant_id\": null,\n                        \"channel\": null,\n                        \"country_harmonized_system_codes\": null,\n                        \"harmonized_system_code\": null,\n                        \"deleted_at\": null\n                    },\n                    \"product\": {\n                        \"id\": 8057554,\n                        \"product_type_id\": 145003,\n                        \"image_link\": null,\n                        \"images_link\": null,\n                        \"uploaded_images\": [],\n                        \"product_type_title\": \"Canvas\",\n                        \"variant_inventory_count\": {\n                            \"quantity\": 378,\n                            \"length\": 27\n                        },\n                        \"product_type\": {\n                            \"id\": 145003,\n                            \"channel\": \"shopify\",\n                            \"shop_id\": 4147,\n                            \"title\": \"Canvas\",\n                            \"commission\": null,\n                            \"created_at\": \"2023-11-30T06:49:18.000000Z\",\n                            \"updated_at\": \"2023-11-30T06:49:18.000000Z\",\n                            \"fixed_commission\": 0,\n                            \"override_commission\": false,\n                            \"companyObject\": {\n                                \"id\": 212738,\n                                \"company_name\": \"kapil\",\n                                \"brand_name\": \"violetplants\",\n                                \"company_logo\": null,\n                                \"contact_name\": null,\n                                \"phone_number\": null,\n                                \"email\": \"varshil.shipturtle@gmail.com\",\n                                \"address_line_1\": null,\n                                \"address_line_2\": \"gj 23\",\n                                \"pin_code\": \"380009\",\n                                \"city\": \"Ahmedabad\",\n                                \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                                \"updated_at\": \"2023-12-21T12:23:57.000000Z\",\n                                \"state_id\": null,\n                                \"gstin_number\": \"1234\",\n                                \"invoice_prefix\": \"Invoice\",\n                                \"starting_invoice_number\": \"22\",\n                                \"terms_and_conditions\": null,\n                                \"bank_account_beneficiary_name\": null,\n                                \"bank_account_name\": null,\n                                \"ifsc_code\": null,\n                                \"label_company_name\": null,\n                                \"label_contact_name\": null,\n                                \"label_phone\": null,\n                                \"label_email_address\": null,\n                                \"label_address_line_1\": null,\n                                \"label_address_line_2\": null,\n                                \"label_pin_code\": null,\n                                \"label_city\": null,\n                                \"label_state\": null,\n                                \"signature\": null,\n                                \"currency\": \"INR\",\n                                \"weight\": null,\n                                \"measurement\": null,\n                                \"gst_enabled\": true,\n                                \"override_channel_product_weight_enabled\": true,\n                                \"label_details_same_as_company\": true,\n                                \"multi_vendor_invoicing_enabled\": false,\n                                \"multi_vendor_shipping_enabled\": false,\n                                \"is_master\": \"1\",\n                                \"invoice_number_same_as_order_number\": true,\n                                \"enable_disable_cod_reconciliation\": true,\n                                \"enable_disable_freight_reconciliation\": true,\n                                \"cod_tolerance\": \"5\",\n                                \"freight_tolerance\": \"2\",\n                                \"is_multi_vendor_enabled\": true,\n                                \"invoice_message\": null,\n                                \"inclusive_exclusive\": null,\n                                \"is_tax_on_shipping\": \"no\",\n                                \"tax_on_shipping\": null,\n                                \"primary_color\": \"#222F3D\",\n                                \"secondary_color\": null,\n                                \"display_hsn\": true,\n                                \"website\": \"https://app.shipturtle.com/\",\n                                \"country\": \"IN\",\n                                \"type_of_vendor\": \"marketplace\",\n                                \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                                \"title\": \"violetplants\",\n                                \"parent_id\": 212738,\n                                \"extra_information\": null,\n                                \"invoice_date\": \"invoice_creation_date\",\n                                \"number_of_digits\": \"0\",\n                                \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                                \"created_by\": null,\n                                \"updated_by\": 28344,\n                                \"invoice_contact_name\": \"Hussain\",\n                                \"invoice_address_1\": \"dahod\",\n                                \"invoice_address_2\": \"dahod\",\n                                \"invoice_postal_code\": \"380005\",\n                                \"invoice_city\": \"Ahmedabad\",\n                                \"invoice_phone_number\": \"09173038104\",\n                                \"invoice_tin\": null,\n                                \"timezone\": \"America/Phoenix\",\n                                \"hand_delivered_enabled\": true,\n                                \"other_courier_partner_enabled\": true,\n                                \"billing_address_same_as_company_details\": false,\n                                \"deactivated_at\": null,\n                                \"state_code\": \"GJ\",\n                                \"automatically_sync_vendor_name_from_store\": true,\n                                \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                                \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                                \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                                \"correct_all_errors_in_order\": false,\n                                \"generate_shipping_labels_for_orders\": false,\n                                \"generate_invoices_for_dropship_orders\": false,\n                                \"can_vendor_enable_disable_product\": false,\n                                \"can_vendor_edit_quantity_product\": false,\n                                \"can_vendor_edit_weight_dimension_product\": false,\n                                \"can_vendor_edit_tax_product\": true,\n                                \"set_vendor_level_commission\": false,\n                                \"commission\": \"15\",\n                                \"discount_shared_by_vendor\": \"0\",\n                                \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                \"set_vendor_level_shared_discount\": false,\n                                \"set_vendor_level_commissoin_calculated_on\": false,\n                                \"use_shop_channel_values_to_set_commission\": false,\n                                \"can_vendor_generate_invoice\": true,\n                                \"can_vendor_process_shippings\": true,\n                                \"can_vendor_edit_hsn_tax\": true,\n                                \"can_vendor_add_courier_provider\": true,\n                                \"default_vendor_type\": \"marketplace\",\n                                \"no_of_deciaml_digits\": 2,\n                                \"credits\": 299956,\n                                \"plan_id\": 4,\n                                \"requested_plan_id\": null,\n                                \"override_invoice_permissions\": false,\n                                \"override_product_permissions\": false,\n                                \"override_order_routing_permissions\": false,\n                                \"override_shipping_permissions\": false,\n                                \"slug\": \"violetplants-212738\",\n                                \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                \"shipping_charge_commission_type\": \"fixed\",\n                                \"shipping_charge_commission\": 50,\n                                \"override_commission_calculated_tax_type\": false,\n                                \"override_shipping_charge_commission_type\": false,\n                                \"override_shipping_charge_commission\": 0,\n                                \"auto_email_to_vendor\": true,\n                                \"fixed_commission\": 10,\n                                \"service_charge\": 0,\n                                \"can_vendor_edit_price\": false,\n                                \"can_vendor_delete_product\": false,\n                                \"show_logo_in_awb\": false,\n                                \"hide_pick_address_in_awb\": false,\n                                \"hide_customer_info_in_awb\": true,\n                                \"hide_price_in_awb\": false,\n                                \"hide_customer_information_on_vendor_dashboards\": false,\n                                \"allow_merchant_to_generate_invoice\": false,\n                                \"show_merchant_logo_in_invoice\": true,\n                                \"locale\": \"en\",\n                                \"use_custom_waybill\": true,\n                                \"redirect_url\": \"dashboard\",\n                                \"invoice_state_code\": \"GJ\",\n                                \"invoice_country_code\": \"IN\",\n                                \"stripe_account_id\": null,\n                                \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                                \"enable_app_shipping_profile_on_shopify\": \"0\",\n                                \"policy\": null,\n                                \"css\": null,\n                                \"vendor_profile_color\": \"#f18024\",\n                                \"about_us\": null,\n                                \"facebook_link\": null,\n                                \"twitter_link\": null,\n                                \"instagram_link\": null,\n                                \"auto_fulfill_digital_orders\": true,\n                                \"use_default_warehouse_for_all_orders\": false,\n                                \"invoice_label_header_title\": null,\n                                \"invoice_place_of_supply\": null,\n                                \"invoice_cin_key_title\": null,\n                                \"invoice_cin\": null,\n                                \"give_vendor_access_to_merchant_shipper\": false,\n                                \"auto_generate_order_invoices_to_customers\": true,\n                                \"auto_email_order_invoices_to_customers\": true,\n                                \"treat_manual_payment_mode_as_cod\": false,\n                                \"fulfill_order_after_confirm\": false,\n                                \"add_notes_before_confirming_orders\": false,\n                                \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                                \"note_at_the_top_of_invoice\": null,\n                                \"vendor_shop_id\": null,\n                                \"vendor_category\": null,\n                                \"vendor_location\": null,\n                                \"short_description\": null,\n                                \"display_vendor_category\": true,\n                                \"display_vendor_location\": true,\n                                \"display_vendor_short_description\": true,\n                                \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                                \"sync_settings\": {\n                                    \"update_settings\": {\n                                        \"sku\": true,\n                                        \"tags\": true,\n                                        \"media\": true,\n                                        \"price\": true,\n                                        \"title\": true,\n                                        \"weight\": true,\n                                        \"barcode\": true,\n                                        \"quantity\": true,\n                                        \"description\": true,\n                                        \"product_type\": true,\n                                        \"variant_name\": true,\n                                        \"publish_status\": true,\n                                        \"compare_at_price\": true,\n                                        \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                    },\n                                    \"create_settings\": {\n                                        \"sku\": true,\n                                        \"tags\": true,\n                                        \"media\": true,\n                                        \"price\": true,\n                                        \"title\": true,\n                                        \"weight\": true,\n                                        \"barcode\": true,\n                                        \"quantity\": true,\n                                        \"description\": true,\n                                        \"product_type\": true,\n                                        \"variant_name\": true,\n                                        \"publish_status\": true,\n                                        \"compare_at_price\": true,\n                                        \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                    },\n                                    \"override_product_status_at_create\": true,\n                                    \"product_status\": \"as_per_vendor_product\",\n                                    \"enable_order_sync\": true,\n                                    \"push_only_if_order_paid\": false,\n                                    \"push_unsynced_product_order\": true,\n                                    \"auto_add_variant\": true,\n                                    \"auto_remove_variant\": true,\n                                    \"strictKeyCheck\": false,\n                                    \"on_product_delete\": \"do_nothing\",\n                                    \"on_product_unmapped\": \"do_nothing\",\n                                    \"push_only_if_product_connected\": true\n                                },\n                                \"override_hide_customer_information_permissions\": false,\n                                \"can_vendor_cancel_an_order\": false,\n                                \"hide_shipping_charges\": false,\n                                \"add_insurance_to_shipment\": 0,\n                                \"meta_title\": null,\n                                \"registration_link\": null,\n                                \"auto_approval_of_products_from_vendor\": true,\n                                \"ignore_selling_price_for_commission\": 0,\n                                \"shipping_label_check\": {\n                                    \"email\": false,\n                                    \"phone\": false,\n                                    \"address_line_1\": false,\n                                    \"address_line_2\": false,\n                                    \"address_line_1_minimum\": null,\n                                    \"address_line_1_maximum\": null,\n                                    \"address_line_2_minimum\": null,\n                                    \"address_line_2_maximum\": null\n                                },\n                                \"shipping_label_size\": \"smalllabel\",\n                                \"paypal_email\": null,\n                                \"use_custom_email_driver\": true,\n                                \"ignore_order_splitting\": false,\n                                \"hide_customer_information_on_vendor_dashboard\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false\n                                },\n                                \"hide_customer_information_in_awb\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false,\n                                    \"line_items\": false,\n                                    \"vendor_name\": false,\n                                    \"sku\": false,\n                                    \"weight_dimension\": false\n                                },\n                                \"hide_customer_information_in_invoice\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false\n                                },\n                                \"vendor_profile_settings\": {\n                                    \"seller_products_tab\": true,\n                                    \"seller_policy_tab\": true,\n                                    \"seller_contact_us_tab\": true,\n                                    \"seller_events_tab\": true,\n                                    \"seller_reviews_tab\": false,\n                                    \"seller_about_us_tab\": true\n                                },\n                                \"challan_message_1\": null,\n                                \"challan_message_2\": null,\n                                \"challan_prefix\": \"Invoice\",\n                                \"challan_number_same_as_invoice_number\": true,\n                                \"default_label_size_for_all_vendors\": true,\n                                \"hide_customer_information_in_export\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false\n                                },\n                                \"product_permissions\": null,\n                                \"hide_product_details_in_awb\": false,\n                                \"hide_invoice_details_in_awb\": false,\n                                \"company_note\": \"<p>sdfasdfab</p>\",\n                                \"meta_data\": \"[{\\\"uuid\\\":\\\"e95a7b2d-5210-4e7b-988f-7fbde7acf198\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/601990/dashboard-mockup-for-c2c.xlsx\\\",\\\"size\\\":102609,\\\"name\\\":\\\"Dashboard Mockup for C2C.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"50844059-549d-4bcc-88bf-a023fd46bd29\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/604572/28344-1690206866.xlsx\\\",\\\"size\\\":7389,\\\"name\\\":\\\"28344-1690206866.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3ad73d68-08a3-46b5-9afc-3d1ac5df398f\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655061/lable_cancelled_order_amazon.xlsx\\\",\\\"size\\\":26214,\\\"name\\\":\\\"Lable Cancelled Order Amazon.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                                \"color_theme_field\": \"light.blue\",\n                                \"change_tracking_url\": false,\n                                \"ship_to_address_as_merchants_default_warehouse\": false,\n                                \"can_vendor_hold_an_order\": false,\n                                \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                                \"allow_vendors_to_change_vendor_profile_details\": true,\n                                \"whatsapp_account\": \"use_company_account\",\n                                \"vendor_profile_theme_choosen\": \"theme-1\",\n                                \"whatsapp_credit\": 54,\n                                \"test_whatsapp_number\": \"+918849193468\",\n                                \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                                \"connected_vendor_shops\": [\n                                    \"vendorsynctesting5.myshopify.com\",\n                                    \"testing-for-vendorsync.myshopify.com\",\n                                    \"purpleplants.myshopify.com\",\n                                    \"https://st-wpdemo.com/\",\n                                    \"test-store-webkul-112.myshopify.com\",\n                                    \"https://st-wpdemo.com/\",\n                                    \"purpleplants.myshopify.com/\",\n                                    \"https://st-wpdemo.com/\",\n                                    \"purpleplants.myshopify.com\",\n                                    \"channelteststore5.myshopify.com\",\n                                    \"https://st-wpdemo.com/newtestclient/\",\n                                    \"purpleplants.myshopify.com\",\n                                    \"purpleplants.myshopify.com\"\n                                ],\n                                \"events\": null,\n                                \"commission_automation_set\": {\n                                    \"commission_automation\": true,\n                                    \"commission_automation_rules\": true,\n                                    \"commission_automation_date_range\": true,\n                                    \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                    \"time_buffer_for_commission_automation\": \"4\",\n                                    \"order_status_for_commission_automation\": \"pending\",\n                                    \"invoice_number_for_commission_automation\": 277,\n                                    \"date_Range_days_for_commission_automation\": \"4\"\n                                },\n                                \"auto_confirmation_using_tags_settings\": {\n                                    \"tags_settings_status\": true,\n                                    \"paid\": true,\n                                    \"tags_for_paid\": [],\n                                    \"cod_or_partially_paid\": false,\n                                    \"tags_for_cod_or_partially_paid\": [],\n                                    \"Exceptions_for_paid\": false,\n                                    \"Exceptions_for_paid_tags\": [],\n                                    \"Exceptions_for_cod_or_partially_paid\": false,\n                                    \"Exceptions_for_cod_or_partially_paid_tags\": []\n                                },\n                                \"preferred_location\": null,\n                                \"email_credit\": 4853,\n                                \"global_commission\": \"15\",\n                                \"global_discount_shared_by_vendor\": \"0\",\n                                \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                \"global_shipping_charge_commission_type\": \"fixed\",\n                                \"global_shipping_charge_commission\": 50,\n                                \"global_fixed_commission\": 10,\n                                \"invoice_country_detail\": {\n                                    \"id\": 98,\n                                    \"name\": \"India\",\n                                    \"code\": \"IN\",\n                                    \"dial_code\": \"+91\",\n                                    \"currency_name\": \"Indian rupee\",\n                                    \"currency_symbol\": \"Rs.\",\n                                    \"currency_code\": \"INR\",\n                                    \"created_at\": null,\n                                    \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                    \"name_with_symbole\": \"Indian rupee - Rs.\"\n                                },\n                                \"commission_tags\": {\n                                    \"company_id\": 212738,\n                                    \"override_commission\": true\n                                },\n                                \"parent\": {\n                                    \"id\": 212738,\n                                    \"company_name\": \"kapil\",\n                                    \"brand_name\": \"violetplants\",\n                                    \"company_logo\": null,\n                                    \"contact_name\": null,\n                                    \"phone_number\": null,\n                                    \"email\": \"varshil.shipturtle@gmail.com\",\n                                    \"address_line_1\": null,\n                                    \"address_line_2\": \"gj 23\",\n                                    \"pin_code\": \"380009\",\n                                    \"city\": \"Ahmedabad\",\n                                    \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                                    \"updated_at\": \"2023-12-21T12:23:57.000000Z\",\n                                    \"state_id\": null,\n                                    \"gstin_number\": \"1234\",\n                                    \"invoice_prefix\": \"Invoice\",\n                                    \"starting_invoice_number\": \"22\",\n                                    \"terms_and_conditions\": null,\n                                    \"bank_account_beneficiary_name\": null,\n                                    \"bank_account_name\": null,\n                                    \"ifsc_code\": null,\n                                    \"label_company_name\": null,\n                                    \"label_contact_name\": null,\n                                    \"label_phone\": null,\n                                    \"label_email_address\": null,\n                                    \"label_address_line_1\": null,\n                                    \"label_address_line_2\": null,\n                                    \"label_pin_code\": null,\n                                    \"label_city\": null,\n                                    \"label_state\": null,\n                                    \"signature\": null,\n                                    \"currency\": \"INR\",\n                                    \"weight\": null,\n                                    \"measurement\": null,\n                                    \"gst_enabled\": true,\n                                    \"override_channel_product_weight_enabled\": true,\n                                    \"label_details_same_as_company\": true,\n                                    \"multi_vendor_invoicing_enabled\": false,\n                                    \"multi_vendor_shipping_enabled\": false,\n                                    \"is_master\": \"1\",\n                                    \"invoice_number_same_as_order_number\": true,\n                                    \"enable_disable_cod_reconciliation\": true,\n                                    \"enable_disable_freight_reconciliation\": true,\n                                    \"cod_tolerance\": \"5\",\n                                    \"freight_tolerance\": \"2\",\n                                    \"is_multi_vendor_enabled\": true,\n                                    \"invoice_message\": null,\n                                    \"inclusive_exclusive\": null,\n                                    \"is_tax_on_shipping\": \"no\",\n                                    \"tax_on_shipping\": null,\n                                    \"primary_color\": \"#222F3D\",\n                                    \"secondary_color\": null,\n                                    \"display_hsn\": true,\n                                    \"website\": \"https://app.shipturtle.com/\",\n                                    \"country\": \"IN\",\n                                    \"type_of_vendor\": \"marketplace\",\n                                    \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                                    \"title\": \"violetplants\",\n                                    \"parent_id\": 212738,\n                                    \"extra_information\": null,\n                                    \"invoice_date\": \"invoice_creation_date\",\n                                    \"number_of_digits\": \"0\",\n                                    \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                                    \"created_by\": null,\n                                    \"updated_by\": 28344,\n                                    \"invoice_contact_name\": \"Hussain\",\n                                    \"invoice_address_1\": \"dahod\",\n                                    \"invoice_address_2\": \"dahod\",\n                                    \"invoice_postal_code\": \"380005\",\n                                    \"invoice_city\": \"Ahmedabad\",\n                                    \"invoice_phone_number\": \"09173038104\",\n                                    \"invoice_tin\": null,\n                                    \"timezone\": \"America/Phoenix\",\n                                    \"hand_delivered_enabled\": true,\n                                    \"other_courier_partner_enabled\": true,\n                                    \"billing_address_same_as_company_details\": false,\n                                    \"deactivated_at\": null,\n                                    \"state_code\": \"GJ\",\n                                    \"automatically_sync_vendor_name_from_store\": true,\n                                    \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                                    \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                                    \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                                    \"correct_all_errors_in_order\": false,\n                                    \"generate_shipping_labels_for_orders\": false,\n                                    \"generate_invoices_for_dropship_orders\": false,\n                                    \"can_vendor_enable_disable_product\": false,\n                                    \"can_vendor_edit_quantity_product\": false,\n                                    \"can_vendor_edit_weight_dimension_product\": false,\n                                    \"can_vendor_edit_tax_product\": true,\n                                    \"set_vendor_level_commission\": false,\n                                    \"commission\": \"15\",\n                                    \"discount_shared_by_vendor\": \"0\",\n                                    \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                    \"set_vendor_level_shared_discount\": false,\n                                    \"set_vendor_level_commissoin_calculated_on\": false,\n                                    \"use_shop_channel_values_to_set_commission\": false,\n                                    \"can_vendor_generate_invoice\": true,\n                                    \"can_vendor_process_shippings\": true,\n                                    \"can_vendor_edit_hsn_tax\": true,\n                                    \"can_vendor_add_courier_provider\": true,\n                                    \"default_vendor_type\": \"marketplace\",\n                                    \"no_of_deciaml_digits\": 2,\n                                    \"credits\": 299956,\n                                    \"plan_id\": 4,\n                                    \"requested_plan_id\": null,\n                                    \"override_invoice_permissions\": false,\n                                    \"override_product_permissions\": false,\n                                    \"override_order_routing_permissions\": false,\n                                    \"override_shipping_permissions\": false,\n                                    \"slug\": \"violetplants-212738\",\n                                    \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                    \"shipping_charge_commission_type\": \"fixed\",\n                                    \"shipping_charge_commission\": 50,\n                                    \"override_commission_calculated_tax_type\": false,\n                                    \"override_shipping_charge_commission_type\": false,\n                                    \"override_shipping_charge_commission\": 0,\n                                    \"auto_email_to_vendor\": true,\n                                    \"fixed_commission\": 10,\n                                    \"service_charge\": 0,\n                                    \"can_vendor_edit_price\": false,\n                                    \"can_vendor_delete_product\": false,\n                                    \"show_logo_in_awb\": false,\n                                    \"hide_pick_address_in_awb\": false,\n                                    \"hide_customer_info_in_awb\": true,\n                                    \"hide_price_in_awb\": false,\n                                    \"hide_customer_information_on_vendor_dashboards\": false,\n                                    \"allow_merchant_to_generate_invoice\": false,\n                                    \"show_merchant_logo_in_invoice\": true,\n                                    \"locale\": \"en\",\n                                    \"use_custom_waybill\": true,\n                                    \"redirect_url\": \"dashboard\",\n                                    \"invoice_state_code\": \"GJ\",\n                                    \"invoice_country_code\": \"IN\",\n                                    \"stripe_account_id\": null,\n                                    \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                                    \"enable_app_shipping_profile_on_shopify\": \"0\",\n                                    \"policy\": null,\n                                    \"css\": null,\n                                    \"vendor_profile_color\": \"#f18024\",\n                                    \"about_us\": null,\n                                    \"facebook_link\": null,\n                                    \"twitter_link\": null,\n                                    \"instagram_link\": null,\n                                    \"auto_fulfill_digital_orders\": true,\n                                    \"use_default_warehouse_for_all_orders\": false,\n                                    \"invoice_label_header_title\": null,\n                                    \"invoice_place_of_supply\": null,\n                                    \"invoice_cin_key_title\": null,\n                                    \"invoice_cin\": null,\n                                    \"give_vendor_access_to_merchant_shipper\": false,\n                                    \"auto_generate_order_invoices_to_customers\": true,\n                                    \"auto_email_order_invoices_to_customers\": true,\n                                    \"treat_manual_payment_mode_as_cod\": false,\n                                    \"fulfill_order_after_confirm\": false,\n                                    \"add_notes_before_confirming_orders\": false,\n                                    \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                                    \"note_at_the_top_of_invoice\": null,\n                                    \"vendor_shop_id\": null,\n                                    \"vendor_category\": null,\n                                    \"vendor_location\": null,\n                                    \"short_description\": null,\n                                    \"display_vendor_category\": true,\n                                    \"display_vendor_location\": true,\n                                    \"display_vendor_short_description\": true,\n                                    \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                                    \"sync_settings\": {\n                                        \"update_settings\": {\n                                            \"sku\": true,\n                                            \"tags\": true,\n                                            \"media\": true,\n                                            \"price\": true,\n                                            \"title\": true,\n                                            \"weight\": true,\n                                            \"barcode\": true,\n                                            \"quantity\": true,\n                                            \"description\": true,\n                                            \"product_type\": true,\n                                            \"variant_name\": true,\n                                            \"publish_status\": true,\n                                            \"compare_at_price\": true,\n                                            \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                        },\n                                        \"create_settings\": {\n                                            \"sku\": true,\n                                            \"tags\": true,\n                                            \"media\": true,\n                                            \"price\": true,\n                                            \"title\": true,\n                                            \"weight\": true,\n                                            \"barcode\": true,\n                                            \"quantity\": true,\n                                            \"description\": true,\n                                            \"product_type\": true,\n                                            \"variant_name\": true,\n                                            \"publish_status\": true,\n                                            \"compare_at_price\": true,\n                                            \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                        },\n                                        \"override_product_status_at_create\": true,\n                                        \"product_status\": \"as_per_vendor_product\",\n                                        \"enable_order_sync\": true,\n                                        \"push_only_if_order_paid\": false,\n                                        \"push_unsynced_product_order\": true,\n                                        \"auto_add_variant\": true,\n                                        \"auto_remove_variant\": true,\n                                        \"strictKeyCheck\": false,\n                                        \"on_product_delete\": \"do_nothing\",\n                                        \"on_product_unmapped\": \"do_nothing\",\n                                        \"push_only_if_product_connected\": true\n                                    },\n                                    \"override_hide_customer_information_permissions\": false,\n                                    \"can_vendor_cancel_an_order\": false,\n                                    \"hide_shipping_charges\": false,\n                                    \"add_insurance_to_shipment\": 0,\n                                    \"meta_title\": null,\n                                    \"registration_link\": null,\n                                    \"auto_approval_of_products_from_vendor\": true,\n                                    \"ignore_selling_price_for_commission\": 0,\n                                    \"shipping_label_check\": {\n                                        \"email\": false,\n                                        \"phone\": false,\n                                        \"address_line_1\": false,\n                                        \"address_line_2\": false,\n                                        \"address_line_1_minimum\": null,\n                                        \"address_line_1_maximum\": null,\n                                        \"address_line_2_minimum\": null,\n                                        \"address_line_2_maximum\": null\n                                    },\n                                    \"shipping_label_size\": \"smalllabel\",\n                                    \"paypal_email\": null,\n                                    \"use_custom_email_driver\": true,\n                                    \"ignore_order_splitting\": false,\n                                    \"hide_customer_information_on_vendor_dashboard\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false\n                                    },\n                                    \"hide_customer_information_in_awb\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false,\n                                        \"line_items\": false,\n                                        \"vendor_name\": false,\n                                        \"sku\": false,\n                                        \"weight_dimension\": false\n                                    },\n                                    \"hide_customer_information_in_invoice\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false\n                                    },\n                                    \"vendor_profile_settings\": {\n                                        \"seller_products_tab\": true,\n                                        \"seller_policy_tab\": true,\n                                        \"seller_contact_us_tab\": true,\n                                        \"seller_events_tab\": true,\n                                        \"seller_reviews_tab\": false,\n                                        \"seller_about_us_tab\": true\n                                    },\n                                    \"challan_message_1\": null,\n                                    \"challan_message_2\": null,\n                                    \"challan_prefix\": \"Invoice\",\n                                    \"challan_number_same_as_invoice_number\": true,\n                                    \"default_label_size_for_all_vendors\": true,\n                                    \"hide_customer_information_in_export\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false\n                                    },\n                                    \"product_permissions\": null,\n                                    \"hide_product_details_in_awb\": false,\n                                    \"hide_invoice_details_in_awb\": false,\n                                    \"company_note\": \"<p>sdfasdfab</p>\",\n                                    \"meta_data\": \"[{\\\"uuid\\\":\\\"e95a7b2d-5210-4e7b-988f-7fbde7acf198\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/601990/dashboard-mockup-for-c2c.xlsx\\\",\\\"size\\\":102609,\\\"name\\\":\\\"Dashboard Mockup for C2C.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"50844059-549d-4bcc-88bf-a023fd46bd29\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/604572/28344-1690206866.xlsx\\\",\\\"size\\\":7389,\\\"name\\\":\\\"28344-1690206866.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3ad73d68-08a3-46b5-9afc-3d1ac5df398f\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655061/lable_cancelled_order_amazon.xlsx\\\",\\\"size\\\":26214,\\\"name\\\":\\\"Lable Cancelled Order Amazon.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                                    \"color_theme_field\": \"light.blue\",\n                                    \"change_tracking_url\": false,\n                                    \"ship_to_address_as_merchants_default_warehouse\": false,\n                                    \"can_vendor_hold_an_order\": false,\n                                    \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                                    \"allow_vendors_to_change_vendor_profile_details\": true,\n                                    \"whatsapp_account\": \"use_company_account\",\n                                    \"vendor_profile_theme_choosen\": \"theme-1\",\n                                    \"whatsapp_credit\": 54,\n                                    \"test_whatsapp_number\": \"+918849193468\",\n                                    \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                                    \"connected_vendor_shops\": [\n                                        \"vendorsynctesting5.myshopify.com\",\n                                        \"testing-for-vendorsync.myshopify.com\",\n                                        \"purpleplants.myshopify.com\",\n                                        \"https://st-wpdemo.com/\",\n                                        \"test-store-webkul-112.myshopify.com\",\n                                        \"https://st-wpdemo.com/\",\n                                        \"purpleplants.myshopify.com/\",\n                                        \"https://st-wpdemo.com/\",\n                                        \"purpleplants.myshopify.com\",\n                                        \"channelteststore5.myshopify.com\",\n                                        \"https://st-wpdemo.com/newtestclient/\",\n                                        \"purpleplants.myshopify.com\",\n                                        \"purpleplants.myshopify.com\"\n                                    ],\n                                    \"events\": null,\n                                    \"commission_automation_set\": {\n                                        \"commission_automation\": true,\n                                        \"commission_automation_rules\": true,\n                                        \"commission_automation_date_range\": true,\n                                        \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                        \"time_buffer_for_commission_automation\": \"4\",\n                                        \"order_status_for_commission_automation\": \"pending\",\n                                        \"invoice_number_for_commission_automation\": 277,\n                                        \"date_Range_days_for_commission_automation\": \"4\"\n                                    },\n                                    \"auto_confirmation_using_tags_settings\": {\n                                        \"tags_settings_status\": true,\n                                        \"paid\": true,\n                                        \"tags_for_paid\": [],\n                                        \"cod_or_partially_paid\": false,\n                                        \"tags_for_cod_or_partially_paid\": [],\n                                        \"Exceptions_for_paid\": false,\n                                        \"Exceptions_for_paid_tags\": [],\n                                        \"Exceptions_for_cod_or_partially_paid\": false,\n                                        \"Exceptions_for_cod_or_partially_paid_tags\": []\n                                    },\n                                    \"preferred_location\": null,\n                                    \"email_credit\": 4853,\n                                    \"global_commission\": \"15\",\n                                    \"global_discount_shared_by_vendor\": \"0\",\n                                    \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                    \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                    \"global_shipping_charge_commission_type\": \"fixed\",\n                                    \"global_shipping_charge_commission\": 50,\n                                    \"global_fixed_commission\": 10,\n                                    \"invoice_country_detail\": {\n                                        \"id\": 98,\n                                        \"name\": \"India\",\n                                        \"code\": \"IN\",\n                                        \"dial_code\": \"+91\",\n                                        \"currency_name\": \"Indian rupee\",\n                                        \"currency_symbol\": \"Rs.\",\n                                        \"currency_code\": \"INR\",\n                                        \"created_at\": null,\n                                        \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                        \"name_with_symbole\": \"Indian rupee - Rs.\"\n                                    },\n                                    \"commission_tags\": {\n                                        \"company_id\": 212738,\n                                        \"override_commission\": true\n                                    }\n                                }\n                            },\n                            \"overridden_commission_level\": \"global\",\n                            \"overridden_commission\": \"15\",\n                            \"overridden_fixed_commission\": 10,\n                            \"global_commission_level\": \"global\",\n                            \"global_commission\": \"15\",\n                            \"global_fixed_commission\": 10\n                        },\n                        \"media\": []\n                    },\n                    \"alien_variant\": null\n                },\n                {\n                    \"id\": 22397096,\n                    \"commission\": null,\n                    \"fixed_commission\": 0,\n                    \"company_id\": 212738,\n                    \"product_id\": 8057554,\n                    \"image\": null,\n                    \"channel_variant_id\": \"22530930\",\n                    \"compare_at_price\": \"0.00\",\n                    \"deleted_at\": null,\n                    \"deactivated_at\": true,\n                    \"grams\": \"0\",\n                    \"height\": null,\n                    \"image_id\": null,\n                    \"inventory_item_id\": \"50352894902575\",\n                    \"inventory_management\": \"shopify\",\n                    \"inventory_policy\": \"deny\",\n                    \"inventory_quantity\": \"16\",\n                    \"length\": null,\n                    \"old_inventory_quantity\": null,\n                    \"option1\": \"GREEN\",\n                    \"option2\": \"S\",\n                    \"option3\": \"Title2\",\n                    \"price\": \"2010.00\",\n                    \"provider\": null,\n                    \"requires_shipping\": null,\n                    \"shop_id\": 4147,\n                    \"sku\": \"NEW-DESTINATION\",\n                    \"tax_id\": null,\n                    \"title\": \"GREEN / S / Title2\",\n                    \"updated_at\": \"2023-12-21T11:03:56.000000Z\",\n                    \"weight\": \"0\",\n                    \"weight_unit\": \"kg\",\n                    \"width\": null,\n                    \"parent_id\": 212738,\n                    \"override_commission\": false,\n                    \"vendor_shop_variant_id\": null,\n                    \"barcode\": \"\",\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/48308473495855\",\n                    \"overridden_commission_level\": \"global\",\n                    \"overridden_commission\": \"15\",\n                    \"overridden_fixed_commission\": 10,\n                    \"file_history\": null,\n                    \"company\": {\n                        \"id\": 212738,\n                        \"title\": \"violetplants\",\n                        \"parent_id\": 212738,\n                        \"commission\": \"15\",\n                        \"fixed_commission\": 10,\n                        \"set_vendor_level_commission\": false,\n                        \"global_commission\": \"15\",\n                        \"global_discount_shared_by_vendor\": \"0\",\n                        \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                        \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                        \"global_shipping_charge_commission_type\": \"fixed\",\n                        \"global_shipping_charge_commission\": 50,\n                        \"global_fixed_commission\": 10,\n                        \"invoice_country_detail\": null,\n                        \"commission_tags\": {\n                            \"company_id\": 212738,\n                            \"override_commission\": true\n                        },\n                        \"parent\": {\n                            \"id\": 212738,\n                            \"company_name\": \"kapil\",\n                            \"brand_name\": \"violetplants\",\n                            \"company_logo\": null,\n                            \"contact_name\": null,\n                            \"phone_number\": null,\n                            \"email\": \"varshil.shipturtle@gmail.com\",\n                            \"address_line_1\": null,\n                            \"address_line_2\": \"gj 23\",\n                            \"pin_code\": \"380009\",\n                            \"city\": \"Ahmedabad\",\n                            \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                            \"updated_at\": \"2023-12-21T12:23:57.000000Z\",\n                            \"state_id\": null,\n                            \"gstin_number\": \"1234\",\n                            \"invoice_prefix\": \"Invoice\",\n                            \"starting_invoice_number\": \"22\",\n                            \"terms_and_conditions\": null,\n                            \"bank_account_beneficiary_name\": null,\n                            \"bank_account_name\": null,\n                            \"ifsc_code\": null,\n                            \"label_company_name\": null,\n                            \"label_contact_name\": null,\n                            \"label_phone\": null,\n                            \"label_email_address\": null,\n                            \"label_address_line_1\": null,\n                            \"label_address_line_2\": null,\n                            \"label_pin_code\": null,\n                            \"label_city\": null,\n                            \"label_state\": null,\n                            \"signature\": null,\n                            \"currency\": \"INR\",\n                            \"weight\": null,\n                            \"measurement\": null,\n                            \"gst_enabled\": true,\n                            \"override_channel_product_weight_enabled\": true,\n                            \"label_details_same_as_company\": true,\n                            \"multi_vendor_invoicing_enabled\": false,\n                            \"multi_vendor_shipping_enabled\": false,\n                            \"is_master\": \"1\",\n                            \"invoice_number_same_as_order_number\": true,\n                            \"enable_disable_cod_reconciliation\": true,\n                            \"enable_disable_freight_reconciliation\": true,\n                            \"cod_tolerance\": \"5\",\n                            \"freight_tolerance\": \"2\",\n                            \"is_multi_vendor_enabled\": true,\n                            \"invoice_message\": null,\n                            \"inclusive_exclusive\": null,\n                            \"is_tax_on_shipping\": \"no\",\n                            \"tax_on_shipping\": null,\n                            \"primary_color\": \"#222F3D\",\n                            \"secondary_color\": null,\n                            \"display_hsn\": true,\n                            \"website\": \"https://app.shipturtle.com/\",\n                            \"country\": \"IN\",\n                            \"type_of_vendor\": \"marketplace\",\n                            \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                            \"title\": \"violetplants\",\n                            \"parent_id\": 212738,\n                            \"extra_information\": null,\n                            \"invoice_date\": \"invoice_creation_date\",\n                            \"number_of_digits\": \"0\",\n                            \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                            \"created_by\": null,\n                            \"updated_by\": 28344,\n                            \"invoice_contact_name\": \"Hussain\",\n                            \"invoice_address_1\": \"dahod\",\n                            \"invoice_address_2\": \"dahod\",\n                            \"invoice_postal_code\": \"380005\",\n                            \"invoice_city\": \"Ahmedabad\",\n                            \"invoice_phone_number\": \"09173038104\",\n                            \"invoice_tin\": null,\n                            \"timezone\": \"America/Phoenix\",\n                            \"hand_delivered_enabled\": true,\n                            \"other_courier_partner_enabled\": true,\n                            \"billing_address_same_as_company_details\": false,\n                            \"deactivated_at\": null,\n                            \"state_code\": \"GJ\",\n                            \"automatically_sync_vendor_name_from_store\": true,\n                            \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                            \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                            \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                            \"correct_all_errors_in_order\": false,\n                            \"generate_shipping_labels_for_orders\": false,\n                            \"generate_invoices_for_dropship_orders\": false,\n                            \"can_vendor_enable_disable_product\": false,\n                            \"can_vendor_edit_quantity_product\": false,\n                            \"can_vendor_edit_weight_dimension_product\": false,\n                            \"can_vendor_edit_tax_product\": true,\n                            \"set_vendor_level_commission\": false,\n                            \"commission\": \"15\",\n                            \"discount_shared_by_vendor\": \"0\",\n                            \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"set_vendor_level_shared_discount\": false,\n                            \"set_vendor_level_commissoin_calculated_on\": false,\n                            \"use_shop_channel_values_to_set_commission\": false,\n                            \"can_vendor_generate_invoice\": true,\n                            \"can_vendor_process_shippings\": true,\n                            \"can_vendor_edit_hsn_tax\": true,\n                            \"can_vendor_add_courier_provider\": true,\n                            \"default_vendor_type\": \"marketplace\",\n                            \"no_of_deciaml_digits\": 2,\n                            \"credits\": 299956,\n                            \"plan_id\": 4,\n                            \"requested_plan_id\": null,\n                            \"override_invoice_permissions\": false,\n                            \"override_product_permissions\": false,\n                            \"override_order_routing_permissions\": false,\n                            \"override_shipping_permissions\": false,\n                            \"slug\": \"violetplants-212738\",\n                            \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"shipping_charge_commission_type\": \"fixed\",\n                            \"shipping_charge_commission\": 50,\n                            \"override_commission_calculated_tax_type\": false,\n                            \"override_shipping_charge_commission_type\": false,\n                            \"override_shipping_charge_commission\": 0,\n                            \"auto_email_to_vendor\": true,\n                            \"fixed_commission\": 10,\n                            \"service_charge\": 0,\n                            \"can_vendor_edit_price\": false,\n                            \"can_vendor_delete_product\": false,\n                            \"show_logo_in_awb\": false,\n                            \"hide_pick_address_in_awb\": false,\n                            \"hide_customer_info_in_awb\": true,\n                            \"hide_price_in_awb\": false,\n                            \"hide_customer_information_on_vendor_dashboards\": false,\n                            \"allow_merchant_to_generate_invoice\": false,\n                            \"show_merchant_logo_in_invoice\": true,\n                            \"locale\": \"en\",\n                            \"use_custom_waybill\": true,\n                            \"redirect_url\": \"dashboard\",\n                            \"invoice_state_code\": \"GJ\",\n                            \"invoice_country_code\": \"IN\",\n                            \"stripe_account_id\": null,\n                            \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                            \"enable_app_shipping_profile_on_shopify\": \"0\",\n                            \"policy\": null,\n                            \"css\": null,\n                            \"vendor_profile_color\": \"#f18024\",\n                            \"about_us\": null,\n                            \"facebook_link\": null,\n                            \"twitter_link\": null,\n                            \"instagram_link\": null,\n                            \"auto_fulfill_digital_orders\": true,\n                            \"use_default_warehouse_for_all_orders\": false,\n                            \"invoice_label_header_title\": null,\n                            \"invoice_place_of_supply\": null,\n                            \"invoice_cin_key_title\": null,\n                            \"invoice_cin\": null,\n                            \"give_vendor_access_to_merchant_shipper\": false,\n                            \"auto_generate_order_invoices_to_customers\": true,\n                            \"auto_email_order_invoices_to_customers\": true,\n                            \"treat_manual_payment_mode_as_cod\": false,\n                            \"fulfill_order_after_confirm\": false,\n                            \"add_notes_before_confirming_orders\": false,\n                            \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                            \"note_at_the_top_of_invoice\": null,\n                            \"vendor_shop_id\": null,\n                            \"vendor_category\": null,\n                            \"vendor_location\": null,\n                            \"short_description\": null,\n                            \"display_vendor_category\": true,\n                            \"display_vendor_location\": true,\n                            \"display_vendor_short_description\": true,\n                            \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                            \"sync_settings\": {\n                                \"update_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": true,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"create_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": true,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"override_product_status_at_create\": true,\n                                \"product_status\": \"as_per_vendor_product\",\n                                \"enable_order_sync\": true,\n                                \"push_only_if_order_paid\": false,\n                                \"push_unsynced_product_order\": true,\n                                \"auto_add_variant\": true,\n                                \"auto_remove_variant\": true,\n                                \"strictKeyCheck\": false,\n                                \"on_product_delete\": \"do_nothing\",\n                                \"on_product_unmapped\": \"do_nothing\",\n                                \"push_only_if_product_connected\": true\n                            },\n                            \"override_hide_customer_information_permissions\": false,\n                            \"can_vendor_cancel_an_order\": false,\n                            \"hide_shipping_charges\": false,\n                            \"add_insurance_to_shipment\": 0,\n                            \"meta_title\": null,\n                            \"registration_link\": null,\n                            \"auto_approval_of_products_from_vendor\": true,\n                            \"ignore_selling_price_for_commission\": 0,\n                            \"shipping_label_check\": {\n                                \"email\": false,\n                                \"phone\": false,\n                                \"address_line_1\": false,\n                                \"address_line_2\": false,\n                                \"address_line_1_minimum\": null,\n                                \"address_line_1_maximum\": null,\n                                \"address_line_2_minimum\": null,\n                                \"address_line_2_maximum\": null\n                            },\n                            \"shipping_label_size\": \"smalllabel\",\n                            \"paypal_email\": null,\n                            \"use_custom_email_driver\": true,\n                            \"ignore_order_splitting\": false,\n                            \"hide_customer_information_on_vendor_dashboard\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"hide_customer_information_in_awb\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false,\n                                \"line_items\": false,\n                                \"vendor_name\": false,\n                                \"sku\": false,\n                                \"weight_dimension\": false\n                            },\n                            \"hide_customer_information_in_invoice\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"vendor_profile_settings\": {\n                                \"seller_products_tab\": true,\n                                \"seller_policy_tab\": true,\n                                \"seller_contact_us_tab\": true,\n                                \"seller_events_tab\": true,\n                                \"seller_reviews_tab\": false,\n                                \"seller_about_us_tab\": true\n                            },\n                            \"challan_message_1\": null,\n                            \"challan_message_2\": null,\n                            \"challan_prefix\": \"Invoice\",\n                            \"challan_number_same_as_invoice_number\": true,\n                            \"default_label_size_for_all_vendors\": true,\n                            \"hide_customer_information_in_export\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"product_permissions\": null,\n                            \"hide_product_details_in_awb\": false,\n                            \"hide_invoice_details_in_awb\": false,\n                            \"company_note\": \"<p>sdfasdfab</p>\",\n                            \"meta_data\": \"[{\\\"uuid\\\":\\\"e95a7b2d-5210-4e7b-988f-7fbde7acf198\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/601990/dashboard-mockup-for-c2c.xlsx\\\",\\\"size\\\":102609,\\\"name\\\":\\\"Dashboard Mockup for C2C.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"50844059-549d-4bcc-88bf-a023fd46bd29\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/604572/28344-1690206866.xlsx\\\",\\\"size\\\":7389,\\\"name\\\":\\\"28344-1690206866.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3ad73d68-08a3-46b5-9afc-3d1ac5df398f\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655061/lable_cancelled_order_amazon.xlsx\\\",\\\"size\\\":26214,\\\"name\\\":\\\"Lable Cancelled Order Amazon.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                            \"color_theme_field\": \"light.blue\",\n                            \"change_tracking_url\": false,\n                            \"ship_to_address_as_merchants_default_warehouse\": false,\n                            \"can_vendor_hold_an_order\": false,\n                            \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                            \"allow_vendors_to_change_vendor_profile_details\": true,\n                            \"whatsapp_account\": \"use_company_account\",\n                            \"vendor_profile_theme_choosen\": \"theme-1\",\n                            \"whatsapp_credit\": 54,\n                            \"test_whatsapp_number\": \"+918849193468\",\n                            \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                            \"connected_vendor_shops\": [\n                                \"vendorsynctesting5.myshopify.com\",\n                                \"testing-for-vendorsync.myshopify.com\",\n                                \"purpleplants.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"test-store-webkul-112.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com/\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com\",\n                                \"channelteststore5.myshopify.com\",\n                                \"https://st-wpdemo.com/newtestclient/\",\n                                \"purpleplants.myshopify.com\",\n                                \"purpleplants.myshopify.com\"\n                            ],\n                            \"events\": null,\n                            \"commission_automation_set\": {\n                                \"commission_automation\": true,\n                                \"commission_automation_rules\": true,\n                                \"commission_automation_date_range\": true,\n                                \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                \"time_buffer_for_commission_automation\": \"4\",\n                                \"order_status_for_commission_automation\": \"pending\",\n                                \"invoice_number_for_commission_automation\": 277,\n                                \"date_Range_days_for_commission_automation\": \"4\"\n                            },\n                            \"auto_confirmation_using_tags_settings\": {\n                                \"tags_settings_status\": true,\n                                \"paid\": true,\n                                \"tags_for_paid\": [],\n                                \"cod_or_partially_paid\": false,\n                                \"tags_for_cod_or_partially_paid\": [],\n                                \"Exceptions_for_paid\": false,\n                                \"Exceptions_for_paid_tags\": [],\n                                \"Exceptions_for_cod_or_partially_paid\": false,\n                                \"Exceptions_for_cod_or_partially_paid_tags\": []\n                            },\n                            \"preferred_location\": null,\n                            \"email_credit\": 4853,\n                            \"global_commission\": \"15\",\n                            \"global_discount_shared_by_vendor\": \"0\",\n                            \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"global_shipping_charge_commission_type\": \"fixed\",\n                            \"global_shipping_charge_commission\": 50,\n                            \"global_fixed_commission\": 10,\n                            \"invoice_country_detail\": {\n                                \"id\": 98,\n                                \"name\": \"India\",\n                                \"code\": \"IN\",\n                                \"dial_code\": \"+91\",\n                                \"currency_name\": \"Indian rupee\",\n                                \"currency_symbol\": \"Rs.\",\n                                \"currency_code\": \"INR\",\n                                \"created_at\": null,\n                                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                \"name_with_symbole\": \"Indian rupee - Rs.\"\n                            },\n                            \"commission_tags\": {\n                                \"company_id\": 212738,\n                                \"override_commission\": true\n                            }\n                        }\n                    },\n                    \"tax\": null,\n                    \"inventory_item\": {\n                        \"id\": 13164411,\n                        \"sku\": \"NEW-DESTINATION\",\n                        \"requires_shipping\": true,\n                        \"cost\": \"10.00\",\n                        \"admin_graphql_api_id\": \"gid://shopify/InventoryItem/50352894902575\",\n                        \"created_at\": \"2023-12-21T11:03:58.000000Z\",\n                        \"updated_at\": \"2023-12-21T11:03:58.000000Z\",\n                        \"shop_id\": 4147,\n                        \"channel_id\": \"50352894902575\",\n                        \"variant_id\": null,\n                        \"channel\": null,\n                        \"country_harmonized_system_codes\": null,\n                        \"harmonized_system_code\": null,\n                        \"deleted_at\": null\n                    },\n                    \"product\": {\n                        \"id\": 8057554,\n                        \"product_type_id\": 145003,\n                        \"image_link\": null,\n                        \"images_link\": null,\n                        \"uploaded_images\": [],\n                        \"product_type_title\": \"Canvas\",\n                        \"variant_inventory_count\": {\n                            \"quantity\": 378,\n                            \"length\": 27\n                        },\n                        \"product_type\": {\n                            \"id\": 145003,\n                            \"channel\": \"shopify\",\n                            \"shop_id\": 4147,\n                            \"title\": \"Canvas\",\n                            \"commission\": null,\n                            \"created_at\": \"2023-11-30T06:49:18.000000Z\",\n                            \"updated_at\": \"2023-11-30T06:49:18.000000Z\",\n                            \"fixed_commission\": 0,\n                            \"override_commission\": false,\n                            \"companyObject\": {\n                                \"id\": 212738,\n                                \"company_name\": \"kapil\",\n                                \"brand_name\": \"violetplants\",\n                                \"company_logo\": null,\n                                \"contact_name\": null,\n                                \"phone_number\": null,\n                                \"email\": \"varshil.shipturtle@gmail.com\",\n                                \"address_line_1\": null,\n                                \"address_line_2\": \"gj 23\",\n                                \"pin_code\": \"380009\",\n                                \"city\": \"Ahmedabad\",\n                                \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                                \"updated_at\": \"2023-12-21T12:23:57.000000Z\",\n                                \"state_id\": null,\n                                \"gstin_number\": \"1234\",\n                                \"invoice_prefix\": \"Invoice\",\n                                \"starting_invoice_number\": \"22\",\n                                \"terms_and_conditions\": null,\n                                \"bank_account_beneficiary_name\": null,\n                                \"bank_account_name\": null,\n                                \"ifsc_code\": null,\n                                \"label_company_name\": null,\n                                \"label_contact_name\": null,\n                                \"label_phone\": null,\n                                \"label_email_address\": null,\n                                \"label_address_line_1\": null,\n                                \"label_address_line_2\": null,\n                                \"label_pin_code\": null,\n                                \"label_city\": null,\n                                \"label_state\": null,\n                                \"signature\": null,\n                                \"currency\": \"INR\",\n                                \"weight\": null,\n                                \"measurement\": null,\n                                \"gst_enabled\": true,\n                                \"override_channel_product_weight_enabled\": true,\n                                \"label_details_same_as_company\": true,\n                                \"multi_vendor_invoicing_enabled\": false,\n                                \"multi_vendor_shipping_enabled\": false,\n                                \"is_master\": \"1\",\n                                \"invoice_number_same_as_order_number\": true,\n                                \"enable_disable_cod_reconciliation\": true,\n                                \"enable_disable_freight_reconciliation\": true,\n                                \"cod_tolerance\": \"5\",\n                                \"freight_tolerance\": \"2\",\n                                \"is_multi_vendor_enabled\": true,\n                                \"invoice_message\": null,\n                                \"inclusive_exclusive\": null,\n                                \"is_tax_on_shipping\": \"no\",\n                                \"tax_on_shipping\": null,\n                                \"primary_color\": \"#222F3D\",\n                                \"secondary_color\": null,\n                                \"display_hsn\": true,\n                                \"website\": \"https://app.shipturtle.com/\",\n                                \"country\": \"IN\",\n                                \"type_of_vendor\": \"marketplace\",\n                                \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                                \"title\": \"violetplants\",\n                                \"parent_id\": 212738,\n                                \"extra_information\": null,\n                                \"invoice_date\": \"invoice_creation_date\",\n                                \"number_of_digits\": \"0\",\n                                \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                                \"created_by\": null,\n                                \"updated_by\": 28344,\n                                \"invoice_contact_name\": \"Hussain\",\n                                \"invoice_address_1\": \"dahod\",\n                                \"invoice_address_2\": \"dahod\",\n                                \"invoice_postal_code\": \"380005\",\n                                \"invoice_city\": \"Ahmedabad\",\n                                \"invoice_phone_number\": \"09173038104\",\n                                \"invoice_tin\": null,\n                                \"timezone\": \"America/Phoenix\",\n                                \"hand_delivered_enabled\": true,\n                                \"other_courier_partner_enabled\": true,\n                                \"billing_address_same_as_company_details\": false,\n                                \"deactivated_at\": null,\n                                \"state_code\": \"GJ\",\n                                \"automatically_sync_vendor_name_from_store\": true,\n                                \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                                \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                                \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                                \"correct_all_errors_in_order\": false,\n                                \"generate_shipping_labels_for_orders\": false,\n                                \"generate_invoices_for_dropship_orders\": false,\n                                \"can_vendor_enable_disable_product\": false,\n                                \"can_vendor_edit_quantity_product\": false,\n                                \"can_vendor_edit_weight_dimension_product\": false,\n                                \"can_vendor_edit_tax_product\": true,\n                                \"set_vendor_level_commission\": false,\n                                \"commission\": \"15\",\n                                \"discount_shared_by_vendor\": \"0\",\n                                \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                \"set_vendor_level_shared_discount\": false,\n                                \"set_vendor_level_commissoin_calculated_on\": false,\n                                \"use_shop_channel_values_to_set_commission\": false,\n                                \"can_vendor_generate_invoice\": true,\n                                \"can_vendor_process_shippings\": true,\n                                \"can_vendor_edit_hsn_tax\": true,\n                                \"can_vendor_add_courier_provider\": true,\n                                \"default_vendor_type\": \"marketplace\",\n                                \"no_of_deciaml_digits\": 2,\n                                \"credits\": 299956,\n                                \"plan_id\": 4,\n                                \"requested_plan_id\": null,\n                                \"override_invoice_permissions\": false,\n                                \"override_product_permissions\": false,\n                                \"override_order_routing_permissions\": false,\n                                \"override_shipping_permissions\": false,\n                                \"slug\": \"violetplants-212738\",\n                                \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                \"shipping_charge_commission_type\": \"fixed\",\n                                \"shipping_charge_commission\": 50,\n                                \"override_commission_calculated_tax_type\": false,\n                                \"override_shipping_charge_commission_type\": false,\n                                \"override_shipping_charge_commission\": 0,\n                                \"auto_email_to_vendor\": true,\n                                \"fixed_commission\": 10,\n                                \"service_charge\": 0,\n                                \"can_vendor_edit_price\": false,\n                                \"can_vendor_delete_product\": false,\n                                \"show_logo_in_awb\": false,\n                                \"hide_pick_address_in_awb\": false,\n                                \"hide_customer_info_in_awb\": true,\n                                \"hide_price_in_awb\": false,\n                                \"hide_customer_information_on_vendor_dashboards\": false,\n                                \"allow_merchant_to_generate_invoice\": false,\n                                \"show_merchant_logo_in_invoice\": true,\n                                \"locale\": \"en\",\n                                \"use_custom_waybill\": true,\n                                \"redirect_url\": \"dashboard\",\n                                \"invoice_state_code\": \"GJ\",\n                                \"invoice_country_code\": \"IN\",\n                                \"stripe_account_id\": null,\n                                \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                                \"enable_app_shipping_profile_on_shopify\": \"0\",\n                                \"policy\": null,\n                                \"css\": null,\n                                \"vendor_profile_color\": \"#f18024\",\n                                \"about_us\": null,\n                                \"facebook_link\": null,\n                                \"twitter_link\": null,\n                                \"instagram_link\": null,\n                                \"auto_fulfill_digital_orders\": true,\n                                \"use_default_warehouse_for_all_orders\": false,\n                                \"invoice_label_header_title\": null,\n                                \"invoice_place_of_supply\": null,\n                                \"invoice_cin_key_title\": null,\n                                \"invoice_cin\": null,\n                                \"give_vendor_access_to_merchant_shipper\": false,\n                                \"auto_generate_order_invoices_to_customers\": true,\n                                \"auto_email_order_invoices_to_customers\": true,\n                                \"treat_manual_payment_mode_as_cod\": false,\n                                \"fulfill_order_after_confirm\": false,\n                                \"add_notes_before_confirming_orders\": false,\n                                \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                                \"note_at_the_top_of_invoice\": null,\n                                \"vendor_shop_id\": null,\n                                \"vendor_category\": null,\n                                \"vendor_location\": null,\n                                \"short_description\": null,\n                                \"display_vendor_category\": true,\n                                \"display_vendor_location\": true,\n                                \"display_vendor_short_description\": true,\n                                \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                                \"sync_settings\": {\n                                    \"update_settings\": {\n                                        \"sku\": true,\n                                        \"tags\": true,\n                                        \"media\": true,\n                                        \"price\": true,\n                                        \"title\": true,\n                                        \"weight\": true,\n                                        \"barcode\": true,\n                                        \"quantity\": true,\n                                        \"description\": true,\n                                        \"product_type\": true,\n                                        \"variant_name\": true,\n                                        \"publish_status\": true,\n                                        \"compare_at_price\": true,\n                                        \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                    },\n                                    \"create_settings\": {\n                                        \"sku\": true,\n                                        \"tags\": true,\n                                        \"media\": true,\n                                        \"price\": true,\n                                        \"title\": true,\n                                        \"weight\": true,\n                                        \"barcode\": true,\n                                        \"quantity\": true,\n                                        \"description\": true,\n                                        \"product_type\": true,\n                                        \"variant_name\": true,\n                                        \"publish_status\": true,\n                                        \"compare_at_price\": true,\n                                        \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                    },\n                                    \"override_product_status_at_create\": true,\n                                    \"product_status\": \"as_per_vendor_product\",\n                                    \"enable_order_sync\": true,\n                                    \"push_only_if_order_paid\": false,\n                                    \"push_unsynced_product_order\": true,\n                                    \"auto_add_variant\": true,\n                                    \"auto_remove_variant\": true,\n                                    \"strictKeyCheck\": false,\n                                    \"on_product_delete\": \"do_nothing\",\n                                    \"on_product_unmapped\": \"do_nothing\",\n                                    \"push_only_if_product_connected\": true\n                                },\n                                \"override_hide_customer_information_permissions\": false,\n                                \"can_vendor_cancel_an_order\": false,\n                                \"hide_shipping_charges\": false,\n                                \"add_insurance_to_shipment\": 0,\n                                \"meta_title\": null,\n                                \"registration_link\": null,\n                                \"auto_approval_of_products_from_vendor\": true,\n                                \"ignore_selling_price_for_commission\": 0,\n                                \"shipping_label_check\": {\n                                    \"email\": false,\n                                    \"phone\": false,\n                                    \"address_line_1\": false,\n                                    \"address_line_2\": false,\n                                    \"address_line_1_minimum\": null,\n                                    \"address_line_1_maximum\": null,\n                                    \"address_line_2_minimum\": null,\n                                    \"address_line_2_maximum\": null\n                                },\n                                \"shipping_label_size\": \"smalllabel\",\n                                \"paypal_email\": null,\n                                \"use_custom_email_driver\": true,\n                                \"ignore_order_splitting\": false,\n                                \"hide_customer_information_on_vendor_dashboard\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false\n                                },\n                                \"hide_customer_information_in_awb\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false,\n                                    \"line_items\": false,\n                                    \"vendor_name\": false,\n                                    \"sku\": false,\n                                    \"weight_dimension\": false\n                                },\n                                \"hide_customer_information_in_invoice\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false\n                                },\n                                \"vendor_profile_settings\": {\n                                    \"seller_products_tab\": true,\n                                    \"seller_policy_tab\": true,\n                                    \"seller_contact_us_tab\": true,\n                                    \"seller_events_tab\": true,\n                                    \"seller_reviews_tab\": false,\n                                    \"seller_about_us_tab\": true\n                                },\n                                \"challan_message_1\": null,\n                                \"challan_message_2\": null,\n                                \"challan_prefix\": \"Invoice\",\n                                \"challan_number_same_as_invoice_number\": true,\n                                \"default_label_size_for_all_vendors\": true,\n                                \"hide_customer_information_in_export\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false\n                                },\n                                \"product_permissions\": null,\n                                \"hide_product_details_in_awb\": false,\n                                \"hide_invoice_details_in_awb\": false,\n                                \"company_note\": \"<p>sdfasdfab</p>\",\n                                \"meta_data\": \"[{\\\"uuid\\\":\\\"e95a7b2d-5210-4e7b-988f-7fbde7acf198\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/601990/dashboard-mockup-for-c2c.xlsx\\\",\\\"size\\\":102609,\\\"name\\\":\\\"Dashboard Mockup for C2C.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"50844059-549d-4bcc-88bf-a023fd46bd29\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/604572/28344-1690206866.xlsx\\\",\\\"size\\\":7389,\\\"name\\\":\\\"28344-1690206866.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3ad73d68-08a3-46b5-9afc-3d1ac5df398f\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655061/lable_cancelled_order_amazon.xlsx\\\",\\\"size\\\":26214,\\\"name\\\":\\\"Lable Cancelled Order Amazon.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                                \"color_theme_field\": \"light.blue\",\n                                \"change_tracking_url\": false,\n                                \"ship_to_address_as_merchants_default_warehouse\": false,\n                                \"can_vendor_hold_an_order\": false,\n                                \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                                \"allow_vendors_to_change_vendor_profile_details\": true,\n                                \"whatsapp_account\": \"use_company_account\",\n                                \"vendor_profile_theme_choosen\": \"theme-1\",\n                                \"whatsapp_credit\": 54,\n                                \"test_whatsapp_number\": \"+918849193468\",\n                                \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                                \"connected_vendor_shops\": [\n                                    \"vendorsynctesting5.myshopify.com\",\n                                    \"testing-for-vendorsync.myshopify.com\",\n                                    \"purpleplants.myshopify.com\",\n                                    \"https://st-wpdemo.com/\",\n                                    \"test-store-webkul-112.myshopify.com\",\n                                    \"https://st-wpdemo.com/\",\n                                    \"purpleplants.myshopify.com/\",\n                                    \"https://st-wpdemo.com/\",\n                                    \"purpleplants.myshopify.com\",\n                                    \"channelteststore5.myshopify.com\",\n                                    \"https://st-wpdemo.com/newtestclient/\",\n                                    \"purpleplants.myshopify.com\",\n                                    \"purpleplants.myshopify.com\"\n                                ],\n                                \"events\": null,\n                                \"commission_automation_set\": {\n                                    \"commission_automation\": true,\n                                    \"commission_automation_rules\": true,\n                                    \"commission_automation_date_range\": true,\n                                    \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                    \"time_buffer_for_commission_automation\": \"4\",\n                                    \"order_status_for_commission_automation\": \"pending\",\n                                    \"invoice_number_for_commission_automation\": 277,\n                                    \"date_Range_days_for_commission_automation\": \"4\"\n                                },\n                                \"auto_confirmation_using_tags_settings\": {\n                                    \"tags_settings_status\": true,\n                                    \"paid\": true,\n                                    \"tags_for_paid\": [],\n                                    \"cod_or_partially_paid\": false,\n                                    \"tags_for_cod_or_partially_paid\": [],\n                                    \"Exceptions_for_paid\": false,\n                                    \"Exceptions_for_paid_tags\": [],\n                                    \"Exceptions_for_cod_or_partially_paid\": false,\n                                    \"Exceptions_for_cod_or_partially_paid_tags\": []\n                                },\n                                \"preferred_location\": null,\n                                \"email_credit\": 4853,\n                                \"global_commission\": \"15\",\n                                \"global_discount_shared_by_vendor\": \"0\",\n                                \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                \"global_shipping_charge_commission_type\": \"fixed\",\n                                \"global_shipping_charge_commission\": 50,\n                                \"global_fixed_commission\": 10,\n                                \"invoice_country_detail\": {\n                                    \"id\": 98,\n                                    \"name\": \"India\",\n                                    \"code\": \"IN\",\n                                    \"dial_code\": \"+91\",\n                                    \"currency_name\": \"Indian rupee\",\n                                    \"currency_symbol\": \"Rs.\",\n                                    \"currency_code\": \"INR\",\n                                    \"created_at\": null,\n                                    \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                    \"name_with_symbole\": \"Indian rupee - Rs.\"\n                                },\n                                \"commission_tags\": {\n                                    \"company_id\": 212738,\n                                    \"override_commission\": true\n                                },\n                                \"parent\": {\n                                    \"id\": 212738,\n                                    \"company_name\": \"kapil\",\n                                    \"brand_name\": \"violetplants\",\n                                    \"company_logo\": null,\n                                    \"contact_name\": null,\n                                    \"phone_number\": null,\n                                    \"email\": \"varshil.shipturtle@gmail.com\",\n                                    \"address_line_1\": null,\n                                    \"address_line_2\": \"gj 23\",\n                                    \"pin_code\": \"380009\",\n                                    \"city\": \"Ahmedabad\",\n                                    \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                                    \"updated_at\": \"2023-12-21T12:23:57.000000Z\",\n                                    \"state_id\": null,\n                                    \"gstin_number\": \"1234\",\n                                    \"invoice_prefix\": \"Invoice\",\n                                    \"starting_invoice_number\": \"22\",\n                                    \"terms_and_conditions\": null,\n                                    \"bank_account_beneficiary_name\": null,\n                                    \"bank_account_name\": null,\n                                    \"ifsc_code\": null,\n                                    \"label_company_name\": null,\n                                    \"label_contact_name\": null,\n                                    \"label_phone\": null,\n                                    \"label_email_address\": null,\n                                    \"label_address_line_1\": null,\n                                    \"label_address_line_2\": null,\n                                    \"label_pin_code\": null,\n                                    \"label_city\": null,\n                                    \"label_state\": null,\n                                    \"signature\": null,\n                                    \"currency\": \"INR\",\n                                    \"weight\": null,\n                                    \"measurement\": null,\n                                    \"gst_enabled\": true,\n                                    \"override_channel_product_weight_enabled\": true,\n                                    \"label_details_same_as_company\": true,\n                                    \"multi_vendor_invoicing_enabled\": false,\n                                    \"multi_vendor_shipping_enabled\": false,\n                                    \"is_master\": \"1\",\n                                    \"invoice_number_same_as_order_number\": true,\n                                    \"enable_disable_cod_reconciliation\": true,\n                                    \"enable_disable_freight_reconciliation\": true,\n                                    \"cod_tolerance\": \"5\",\n                                    \"freight_tolerance\": \"2\",\n                                    \"is_multi_vendor_enabled\": true,\n                                    \"invoice_message\": null,\n                                    \"inclusive_exclusive\": null,\n                                    \"is_tax_on_shipping\": \"no\",\n                                    \"tax_on_shipping\": null,\n                                    \"primary_color\": \"#222F3D\",\n                                    \"secondary_color\": null,\n                                    \"display_hsn\": true,\n                                    \"website\": \"https://app.shipturtle.com/\",\n                                    \"country\": \"IN\",\n                                    \"type_of_vendor\": \"marketplace\",\n                                    \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                                    \"title\": \"violetplants\",\n                                    \"parent_id\": 212738,\n                                    \"extra_information\": null,\n                                    \"invoice_date\": \"invoice_creation_date\",\n                                    \"number_of_digits\": \"0\",\n                                    \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                                    \"created_by\": null,\n                                    \"updated_by\": 28344,\n                                    \"invoice_contact_name\": \"Hussain\",\n                                    \"invoice_address_1\": \"dahod\",\n                                    \"invoice_address_2\": \"dahod\",\n                                    \"invoice_postal_code\": \"380005\",\n                                    \"invoice_city\": \"Ahmedabad\",\n                                    \"invoice_phone_number\": \"09173038104\",\n                                    \"invoice_tin\": null,\n                                    \"timezone\": \"America/Phoenix\",\n                                    \"hand_delivered_enabled\": true,\n                                    \"other_courier_partner_enabled\": true,\n                                    \"billing_address_same_as_company_details\": false,\n                                    \"deactivated_at\": null,\n                                    \"state_code\": \"GJ\",\n                                    \"automatically_sync_vendor_name_from_store\": true,\n                                    \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                                    \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                                    \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                                    \"correct_all_errors_in_order\": false,\n                                    \"generate_shipping_labels_for_orders\": false,\n                                    \"generate_invoices_for_dropship_orders\": false,\n                                    \"can_vendor_enable_disable_product\": false,\n                                    \"can_vendor_edit_quantity_product\": false,\n                                    \"can_vendor_edit_weight_dimension_product\": false,\n                                    \"can_vendor_edit_tax_product\": true,\n                                    \"set_vendor_level_commission\": false,\n                                    \"commission\": \"15\",\n                                    \"discount_shared_by_vendor\": \"0\",\n                                    \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                    \"set_vendor_level_shared_discount\": false,\n                                    \"set_vendor_level_commissoin_calculated_on\": false,\n                                    \"use_shop_channel_values_to_set_commission\": false,\n                                    \"can_vendor_generate_invoice\": true,\n                                    \"can_vendor_process_shippings\": true,\n                                    \"can_vendor_edit_hsn_tax\": true,\n                                    \"can_vendor_add_courier_provider\": true,\n                                    \"default_vendor_type\": \"marketplace\",\n                                    \"no_of_deciaml_digits\": 2,\n                                    \"credits\": 299956,\n                                    \"plan_id\": 4,\n                                    \"requested_plan_id\": null,\n                                    \"override_invoice_permissions\": false,\n                                    \"override_product_permissions\": false,\n                                    \"override_order_routing_permissions\": false,\n                                    \"override_shipping_permissions\": false,\n                                    \"slug\": \"violetplants-212738\",\n                                    \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                    \"shipping_charge_commission_type\": \"fixed\",\n                                    \"shipping_charge_commission\": 50,\n                                    \"override_commission_calculated_tax_type\": false,\n                                    \"override_shipping_charge_commission_type\": false,\n                                    \"override_shipping_charge_commission\": 0,\n                                    \"auto_email_to_vendor\": true,\n                                    \"fixed_commission\": 10,\n                                    \"service_charge\": 0,\n                                    \"can_vendor_edit_price\": false,\n                                    \"can_vendor_delete_product\": false,\n                                    \"show_logo_in_awb\": false,\n                                    \"hide_pick_address_in_awb\": false,\n                                    \"hide_customer_info_in_awb\": true,\n                                    \"hide_price_in_awb\": false,\n                                    \"hide_customer_information_on_vendor_dashboards\": false,\n                                    \"allow_merchant_to_generate_invoice\": false,\n                                    \"show_merchant_logo_in_invoice\": true,\n                                    \"locale\": \"en\",\n                                    \"use_custom_waybill\": true,\n                                    \"redirect_url\": \"dashboard\",\n                                    \"invoice_state_code\": \"GJ\",\n                                    \"invoice_country_code\": \"IN\",\n                                    \"stripe_account_id\": null,\n                                    \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                                    \"enable_app_shipping_profile_on_shopify\": \"0\",\n                                    \"policy\": null,\n                                    \"css\": null,\n                                    \"vendor_profile_color\": \"#f18024\",\n                                    \"about_us\": null,\n                                    \"facebook_link\": null,\n                                    \"twitter_link\": null,\n                                    \"instagram_link\": null,\n                                    \"auto_fulfill_digital_orders\": true,\n                                    \"use_default_warehouse_for_all_orders\": false,\n                                    \"invoice_label_header_title\": null,\n                                    \"invoice_place_of_supply\": null,\n                                    \"invoice_cin_key_title\": null,\n                                    \"invoice_cin\": null,\n                                    \"give_vendor_access_to_merchant_shipper\": false,\n                                    \"auto_generate_order_invoices_to_customers\": true,\n                                    \"auto_email_order_invoices_to_customers\": true,\n                                    \"treat_manual_payment_mode_as_cod\": false,\n                                    \"fulfill_order_after_confirm\": false,\n                                    \"add_notes_before_confirming_orders\": false,\n                                    \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                                    \"note_at_the_top_of_invoice\": null,\n                                    \"vendor_shop_id\": null,\n                                    \"vendor_category\": null,\n                                    \"vendor_location\": null,\n                                    \"short_description\": null,\n                                    \"display_vendor_category\": true,\n                                    \"display_vendor_location\": true,\n                                    \"display_vendor_short_description\": true,\n                                    \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                                    \"sync_settings\": {\n                                        \"update_settings\": {\n                                            \"sku\": true,\n                                            \"tags\": true,\n                                            \"media\": true,\n                                            \"price\": true,\n                                            \"title\": true,\n                                            \"weight\": true,\n                                            \"barcode\": true,\n                                            \"quantity\": true,\n                                            \"description\": true,\n                                            \"product_type\": true,\n                                            \"variant_name\": true,\n                                            \"publish_status\": true,\n                                            \"compare_at_price\": true,\n                                            \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                        },\n                                        \"create_settings\": {\n                                            \"sku\": true,\n                                            \"tags\": true,\n                                            \"media\": true,\n                                            \"price\": true,\n                                            \"title\": true,\n                                            \"weight\": true,\n                                            \"barcode\": true,\n                                            \"quantity\": true,\n                                            \"description\": true,\n                                            \"product_type\": true,\n                                            \"variant_name\": true,\n                                            \"publish_status\": true,\n                                            \"compare_at_price\": true,\n                                            \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                        },\n                                        \"override_product_status_at_create\": true,\n                                        \"product_status\": \"as_per_vendor_product\",\n                                        \"enable_order_sync\": true,\n                                        \"push_only_if_order_paid\": false,\n                                        \"push_unsynced_product_order\": true,\n                                        \"auto_add_variant\": true,\n                                        \"auto_remove_variant\": true,\n                                        \"strictKeyCheck\": false,\n                                        \"on_product_delete\": \"do_nothing\",\n                                        \"on_product_unmapped\": \"do_nothing\",\n                                        \"push_only_if_product_connected\": true\n                                    },\n                                    \"override_hide_customer_information_permissions\": false,\n                                    \"can_vendor_cancel_an_order\": false,\n                                    \"hide_shipping_charges\": false,\n                                    \"add_insurance_to_shipment\": 0,\n                                    \"meta_title\": null,\n                                    \"registration_link\": null,\n                                    \"auto_approval_of_products_from_vendor\": true,\n                                    \"ignore_selling_price_for_commission\": 0,\n                                    \"shipping_label_check\": {\n                                        \"email\": false,\n                                        \"phone\": false,\n                                        \"address_line_1\": false,\n                                        \"address_line_2\": false,\n                                        \"address_line_1_minimum\": null,\n                                        \"address_line_1_maximum\": null,\n                                        \"address_line_2_minimum\": null,\n                                        \"address_line_2_maximum\": null\n                                    },\n                                    \"shipping_label_size\": \"smalllabel\",\n                                    \"paypal_email\": null,\n                                    \"use_custom_email_driver\": true,\n                                    \"ignore_order_splitting\": false,\n                                    \"hide_customer_information_on_vendor_dashboard\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false\n                                    },\n                                    \"hide_customer_information_in_awb\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false,\n                                        \"line_items\": false,\n                                        \"vendor_name\": false,\n                                        \"sku\": false,\n                                        \"weight_dimension\": false\n                                    },\n                                    \"hide_customer_information_in_invoice\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false\n                                    },\n                                    \"vendor_profile_settings\": {\n                                        \"seller_products_tab\": true,\n                                        \"seller_policy_tab\": true,\n                                        \"seller_contact_us_tab\": true,\n                                        \"seller_events_tab\": true,\n                                        \"seller_reviews_tab\": false,\n                                        \"seller_about_us_tab\": true\n                                    },\n                                    \"challan_message_1\": null,\n                                    \"challan_message_2\": null,\n                                    \"challan_prefix\": \"Invoice\",\n                                    \"challan_number_same_as_invoice_number\": true,\n                                    \"default_label_size_for_all_vendors\": true,\n                                    \"hide_customer_information_in_export\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false\n                                    },\n                                    \"product_permissions\": null,\n                                    \"hide_product_details_in_awb\": false,\n                                    \"hide_invoice_details_in_awb\": false,\n                                    \"company_note\": \"<p>sdfasdfab</p>\",\n                                    \"meta_data\": \"[{\\\"uuid\\\":\\\"e95a7b2d-5210-4e7b-988f-7fbde7acf198\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/601990/dashboard-mockup-for-c2c.xlsx\\\",\\\"size\\\":102609,\\\"name\\\":\\\"Dashboard Mockup for C2C.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"50844059-549d-4bcc-88bf-a023fd46bd29\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/604572/28344-1690206866.xlsx\\\",\\\"size\\\":7389,\\\"name\\\":\\\"28344-1690206866.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3ad73d68-08a3-46b5-9afc-3d1ac5df398f\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655061/lable_cancelled_order_amazon.xlsx\\\",\\\"size\\\":26214,\\\"name\\\":\\\"Lable Cancelled Order Amazon.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                                    \"color_theme_field\": \"light.blue\",\n                                    \"change_tracking_url\": false,\n                                    \"ship_to_address_as_merchants_default_warehouse\": false,\n                                    \"can_vendor_hold_an_order\": false,\n                                    \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                                    \"allow_vendors_to_change_vendor_profile_details\": true,\n                                    \"whatsapp_account\": \"use_company_account\",\n                                    \"vendor_profile_theme_choosen\": \"theme-1\",\n                                    \"whatsapp_credit\": 54,\n                                    \"test_whatsapp_number\": \"+918849193468\",\n                                    \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                                    \"connected_vendor_shops\": [\n                                        \"vendorsynctesting5.myshopify.com\",\n                                        \"testing-for-vendorsync.myshopify.com\",\n                                        \"purpleplants.myshopify.com\",\n                                        \"https://st-wpdemo.com/\",\n                                        \"test-store-webkul-112.myshopify.com\",\n                                        \"https://st-wpdemo.com/\",\n                                        \"purpleplants.myshopify.com/\",\n                                        \"https://st-wpdemo.com/\",\n                                        \"purpleplants.myshopify.com\",\n                                        \"channelteststore5.myshopify.com\",\n                                        \"https://st-wpdemo.com/newtestclient/\",\n                                        \"purpleplants.myshopify.com\",\n                                        \"purpleplants.myshopify.com\"\n                                    ],\n                                    \"events\": null,\n                                    \"commission_automation_set\": {\n                                        \"commission_automation\": true,\n                                        \"commission_automation_rules\": true,\n                                        \"commission_automation_date_range\": true,\n                                        \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                        \"time_buffer_for_commission_automation\": \"4\",\n                                        \"order_status_for_commission_automation\": \"pending\",\n                                        \"invoice_number_for_commission_automation\": 277,\n                                        \"date_Range_days_for_commission_automation\": \"4\"\n                                    },\n                                    \"auto_confirmation_using_tags_settings\": {\n                                        \"tags_settings_status\": true,\n                                        \"paid\": true,\n                                        \"tags_for_paid\": [],\n                                        \"cod_or_partially_paid\": false,\n                                        \"tags_for_cod_or_partially_paid\": [],\n                                        \"Exceptions_for_paid\": false,\n                                        \"Exceptions_for_paid_tags\": [],\n                                        \"Exceptions_for_cod_or_partially_paid\": false,\n                                        \"Exceptions_for_cod_or_partially_paid_tags\": []\n                                    },\n                                    \"preferred_location\": null,\n                                    \"email_credit\": 4853,\n                                    \"global_commission\": \"15\",\n                                    \"global_discount_shared_by_vendor\": \"0\",\n                                    \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                    \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                    \"global_shipping_charge_commission_type\": \"fixed\",\n                                    \"global_shipping_charge_commission\": 50,\n                                    \"global_fixed_commission\": 10,\n                                    \"invoice_country_detail\": {\n                                        \"id\": 98,\n                                        \"name\": \"India\",\n                                        \"code\": \"IN\",\n                                        \"dial_code\": \"+91\",\n                                        \"currency_name\": \"Indian rupee\",\n                                        \"currency_symbol\": \"Rs.\",\n                                        \"currency_code\": \"INR\",\n                                        \"created_at\": null,\n                                        \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                        \"name_with_symbole\": \"Indian rupee - Rs.\"\n                                    },\n                                    \"commission_tags\": {\n                                        \"company_id\": 212738,\n                                        \"override_commission\": true\n                                    }\n                                }\n                            },\n                            \"overridden_commission_level\": \"global\",\n                            \"overridden_commission\": \"15\",\n                            \"overridden_fixed_commission\": 10,\n                            \"global_commission_level\": \"global\",\n                            \"global_commission\": \"15\",\n                            \"global_fixed_commission\": 10\n                        },\n                        \"media\": []\n                    },\n                    \"alien_variant\": null\n                },\n                {\n                    \"id\": 22397097,\n                    \"commission\": null,\n                    \"fixed_commission\": 0,\n                    \"company_id\": 212738,\n                    \"product_id\": 8057554,\n                    \"image\": null,\n                    \"channel_variant_id\": \"22530931\",\n                    \"compare_at_price\": \"0.00\",\n                    \"deleted_at\": null,\n                    \"deactivated_at\": true,\n                    \"grams\": \"0\",\n                    \"height\": null,\n                    \"image_id\": null,\n                    \"inventory_item_id\": \"50352894935343\",\n                    \"inventory_management\": \"shopify\",\n                    \"inventory_policy\": \"deny\",\n                    \"inventory_quantity\": \"17\",\n                    \"length\": null,\n                    \"old_inventory_quantity\": null,\n                    \"option1\": \"GREEN\",\n                    \"option2\": \"M\",\n                    \"option3\": \"Title2\",\n                    \"price\": \"2010.00\",\n                    \"provider\": null,\n                    \"requires_shipping\": null,\n                    \"shop_id\": 4147,\n                    \"sku\": \"NEW-DESTINATION\",\n                    \"tax_id\": null,\n                    \"title\": \"GREEN / M / Title2\",\n                    \"updated_at\": \"2023-12-21T11:03:57.000000Z\",\n                    \"weight\": \"0\",\n                    \"weight_unit\": \"kg\",\n                    \"width\": null,\n                    \"parent_id\": 212738,\n                    \"override_commission\": false,\n                    \"vendor_shop_variant_id\": null,\n                    \"barcode\": \"\",\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/48308473528623\",\n                    \"overridden_commission_level\": \"global\",\n                    \"overridden_commission\": \"15\",\n                    \"overridden_fixed_commission\": 10,\n                    \"file_history\": null,\n                    \"company\": {\n                        \"id\": 212738,\n                        \"title\": \"violetplants\",\n                        \"parent_id\": 212738,\n                        \"commission\": \"15\",\n                        \"fixed_commission\": 10,\n                        \"set_vendor_level_commission\": false,\n                        \"global_commission\": \"15\",\n                        \"global_discount_shared_by_vendor\": \"0\",\n                        \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                        \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                        \"global_shipping_charge_commission_type\": \"fixed\",\n                        \"global_shipping_charge_commission\": 50,\n                        \"global_fixed_commission\": 10,\n                        \"invoice_country_detail\": null,\n                        \"commission_tags\": {\n                            \"company_id\": 212738,\n                            \"override_commission\": true\n                        },\n                        \"parent\": {\n                            \"id\": 212738,\n                            \"company_name\": \"kapil\",\n                            \"brand_name\": \"violetplants\",\n                            \"company_logo\": null,\n                            \"contact_name\": null,\n                            \"phone_number\": null,\n                            \"email\": \"varshil.shipturtle@gmail.com\",\n                            \"address_line_1\": null,\n                            \"address_line_2\": \"gj 23\",\n                            \"pin_code\": \"380009\",\n                            \"city\": \"Ahmedabad\",\n                            \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                            \"updated_at\": \"2023-12-21T12:23:57.000000Z\",\n                            \"state_id\": null,\n                            \"gstin_number\": \"1234\",\n                            \"invoice_prefix\": \"Invoice\",\n                            \"starting_invoice_number\": \"22\",\n                            \"terms_and_conditions\": null,\n                            \"bank_account_beneficiary_name\": null,\n                            \"bank_account_name\": null,\n                            \"ifsc_code\": null,\n                            \"label_company_name\": null,\n                            \"label_contact_name\": null,\n                            \"label_phone\": null,\n                            \"label_email_address\": null,\n                            \"label_address_line_1\": null,\n                            \"label_address_line_2\": null,\n                            \"label_pin_code\": null,\n                            \"label_city\": null,\n                            \"label_state\": null,\n                            \"signature\": null,\n                            \"currency\": \"INR\",\n                            \"weight\": null,\n                            \"measurement\": null,\n                            \"gst_enabled\": true,\n                            \"override_channel_product_weight_enabled\": true,\n                            \"label_details_same_as_company\": true,\n                            \"multi_vendor_invoicing_enabled\": false,\n                            \"multi_vendor_shipping_enabled\": false,\n                            \"is_master\": \"1\",\n                            \"invoice_number_same_as_order_number\": true,\n                            \"enable_disable_cod_reconciliation\": true,\n                            \"enable_disable_freight_reconciliation\": true,\n                            \"cod_tolerance\": \"5\",\n                            \"freight_tolerance\": \"2\",\n                            \"is_multi_vendor_enabled\": true,\n                            \"invoice_message\": null,\n                            \"inclusive_exclusive\": null,\n                            \"is_tax_on_shipping\": \"no\",\n                            \"tax_on_shipping\": null,\n                            \"primary_color\": \"#222F3D\",\n                            \"secondary_color\": null,\n                            \"display_hsn\": true,\n                            \"website\": \"https://app.shipturtle.com/\",\n                            \"country\": \"IN\",\n                            \"type_of_vendor\": \"marketplace\",\n                            \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                            \"title\": \"violetplants\",\n                            \"parent_id\": 212738,\n                            \"extra_information\": null,\n                            \"invoice_date\": \"invoice_creation_date\",\n                            \"number_of_digits\": \"0\",\n                            \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                            \"created_by\": null,\n                            \"updated_by\": 28344,\n                            \"invoice_contact_name\": \"Hussain\",\n                            \"invoice_address_1\": \"dahod\",\n                            \"invoice_address_2\": \"dahod\",\n                            \"invoice_postal_code\": \"380005\",\n                            \"invoice_city\": \"Ahmedabad\",\n                            \"invoice_phone_number\": \"09173038104\",\n                            \"invoice_tin\": null,\n                            \"timezone\": \"America/Phoenix\",\n                            \"hand_delivered_enabled\": true,\n                            \"other_courier_partner_enabled\": true,\n                            \"billing_address_same_as_company_details\": false,\n                            \"deactivated_at\": null,\n                            \"state_code\": \"GJ\",\n                            \"automatically_sync_vendor_name_from_store\": true,\n                            \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                            \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                            \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                            \"correct_all_errors_in_order\": false,\n                            \"generate_shipping_labels_for_orders\": false,\n                            \"generate_invoices_for_dropship_orders\": false,\n                            \"can_vendor_enable_disable_product\": false,\n                            \"can_vendor_edit_quantity_product\": false,\n                            \"can_vendor_edit_weight_dimension_product\": false,\n                            \"can_vendor_edit_tax_product\": true,\n                            \"set_vendor_level_commission\": false,\n                            \"commission\": \"15\",\n                            \"discount_shared_by_vendor\": \"0\",\n                            \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"set_vendor_level_shared_discount\": false,\n                            \"set_vendor_level_commissoin_calculated_on\": false,\n                            \"use_shop_channel_values_to_set_commission\": false,\n                            \"can_vendor_generate_invoice\": true,\n                            \"can_vendor_process_shippings\": true,\n                            \"can_vendor_edit_hsn_tax\": true,\n                            \"can_vendor_add_courier_provider\": true,\n                            \"default_vendor_type\": \"marketplace\",\n                            \"no_of_deciaml_digits\": 2,\n                            \"credits\": 299956,\n                            \"plan_id\": 4,\n                            \"requested_plan_id\": null,\n                            \"override_invoice_permissions\": false,\n                            \"override_product_permissions\": false,\n                            \"override_order_routing_permissions\": false,\n                            \"override_shipping_permissions\": false,\n                            \"slug\": \"violetplants-212738\",\n                            \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"shipping_charge_commission_type\": \"fixed\",\n                            \"shipping_charge_commission\": 50,\n                            \"override_commission_calculated_tax_type\": false,\n                            \"override_shipping_charge_commission_type\": false,\n                            \"override_shipping_charge_commission\": 0,\n                            \"auto_email_to_vendor\": true,\n                            \"fixed_commission\": 10,\n                            \"service_charge\": 0,\n                            \"can_vendor_edit_price\": false,\n                            \"can_vendor_delete_product\": false,\n                            \"show_logo_in_awb\": false,\n                            \"hide_pick_address_in_awb\": false,\n                            \"hide_customer_info_in_awb\": true,\n                            \"hide_price_in_awb\": false,\n                            \"hide_customer_information_on_vendor_dashboards\": false,\n                            \"allow_merchant_to_generate_invoice\": false,\n                            \"show_merchant_logo_in_invoice\": true,\n                            \"locale\": \"en\",\n                            \"use_custom_waybill\": true,\n                            \"redirect_url\": \"dashboard\",\n                            \"invoice_state_code\": \"GJ\",\n                            \"invoice_country_code\": \"IN\",\n                            \"stripe_account_id\": null,\n                            \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                            \"enable_app_shipping_profile_on_shopify\": \"0\",\n                            \"policy\": null,\n                            \"css\": null,\n                            \"vendor_profile_color\": \"#f18024\",\n                            \"about_us\": null,\n                            \"facebook_link\": null,\n                            \"twitter_link\": null,\n                            \"instagram_link\": null,\n                            \"auto_fulfill_digital_orders\": true,\n                            \"use_default_warehouse_for_all_orders\": false,\n                            \"invoice_label_header_title\": null,\n                            \"invoice_place_of_supply\": null,\n                            \"invoice_cin_key_title\": null,\n                            \"invoice_cin\": null,\n                            \"give_vendor_access_to_merchant_shipper\": false,\n                            \"auto_generate_order_invoices_to_customers\": true,\n                            \"auto_email_order_invoices_to_customers\": true,\n                            \"treat_manual_payment_mode_as_cod\": false,\n                            \"fulfill_order_after_confirm\": false,\n                            \"add_notes_before_confirming_orders\": false,\n                            \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                            \"note_at_the_top_of_invoice\": null,\n                            \"vendor_shop_id\": null,\n                            \"vendor_category\": null,\n                            \"vendor_location\": null,\n                            \"short_description\": null,\n                            \"display_vendor_category\": true,\n                            \"display_vendor_location\": true,\n                            \"display_vendor_short_description\": true,\n                            \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                            \"sync_settings\": {\n                                \"update_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": true,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"create_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": true,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"override_product_status_at_create\": true,\n                                \"product_status\": \"as_per_vendor_product\",\n                                \"enable_order_sync\": true,\n                                \"push_only_if_order_paid\": false,\n                                \"push_unsynced_product_order\": true,\n                                \"auto_add_variant\": true,\n                                \"auto_remove_variant\": true,\n                                \"strictKeyCheck\": false,\n                                \"on_product_delete\": \"do_nothing\",\n                                \"on_product_unmapped\": \"do_nothing\",\n                                \"push_only_if_product_connected\": true\n                            },\n                            \"override_hide_customer_information_permissions\": false,\n                            \"can_vendor_cancel_an_order\": false,\n                            \"hide_shipping_charges\": false,\n                            \"add_insurance_to_shipment\": 0,\n                            \"meta_title\": null,\n                            \"registration_link\": null,\n                            \"auto_approval_of_products_from_vendor\": true,\n                            \"ignore_selling_price_for_commission\": 0,\n                            \"shipping_label_check\": {\n                                \"email\": false,\n                                \"phone\": false,\n                                \"address_line_1\": false,\n                                \"address_line_2\": false,\n                                \"address_line_1_minimum\": null,\n                                \"address_line_1_maximum\": null,\n                                \"address_line_2_minimum\": null,\n                                \"address_line_2_maximum\": null\n                            },\n                            \"shipping_label_size\": \"smalllabel\",\n                            \"paypal_email\": null,\n                            \"use_custom_email_driver\": true,\n                            \"ignore_order_splitting\": false,\n                            \"hide_customer_information_on_vendor_dashboard\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"hide_customer_information_in_awb\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false,\n                                \"line_items\": false,\n                                \"vendor_name\": false,\n                                \"sku\": false,\n                                \"weight_dimension\": false\n                            },\n                            \"hide_customer_information_in_invoice\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"vendor_profile_settings\": {\n                                \"seller_products_tab\": true,\n                                \"seller_policy_tab\": true,\n                                \"seller_contact_us_tab\": true,\n                                \"seller_events_tab\": true,\n                                \"seller_reviews_tab\": false,\n                                \"seller_about_us_tab\": true\n                            },\n                            \"challan_message_1\": null,\n                            \"challan_message_2\": null,\n                            \"challan_prefix\": \"Invoice\",\n                            \"challan_number_same_as_invoice_number\": true,\n                            \"default_label_size_for_all_vendors\": true,\n                            \"hide_customer_information_in_export\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"product_permissions\": null,\n                            \"hide_product_details_in_awb\": false,\n                            \"hide_invoice_details_in_awb\": false,\n                            \"company_note\": \"<p>sdfasdfab</p>\",\n                            \"meta_data\": \"[{\\\"uuid\\\":\\\"e95a7b2d-5210-4e7b-988f-7fbde7acf198\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/601990/dashboard-mockup-for-c2c.xlsx\\\",\\\"size\\\":102609,\\\"name\\\":\\\"Dashboard Mockup for C2C.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"50844059-549d-4bcc-88bf-a023fd46bd29\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/604572/28344-1690206866.xlsx\\\",\\\"size\\\":7389,\\\"name\\\":\\\"28344-1690206866.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3ad73d68-08a3-46b5-9afc-3d1ac5df398f\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655061/lable_cancelled_order_amazon.xlsx\\\",\\\"size\\\":26214,\\\"name\\\":\\\"Lable Cancelled Order Amazon.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                            \"color_theme_field\": \"light.blue\",\n                            \"change_tracking_url\": false,\n                            \"ship_to_address_as_merchants_default_warehouse\": false,\n                            \"can_vendor_hold_an_order\": false,\n                            \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                            \"allow_vendors_to_change_vendor_profile_details\": true,\n                            \"whatsapp_account\": \"use_company_account\",\n                            \"vendor_profile_theme_choosen\": \"theme-1\",\n                            \"whatsapp_credit\": 54,\n                            \"test_whatsapp_number\": \"+918849193468\",\n                            \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                            \"connected_vendor_shops\": [\n                                \"vendorsynctesting5.myshopify.com\",\n                                \"testing-for-vendorsync.myshopify.com\",\n                                \"purpleplants.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"test-store-webkul-112.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com/\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com\",\n                                \"channelteststore5.myshopify.com\",\n                                \"https://st-wpdemo.com/newtestclient/\",\n                                \"purpleplants.myshopify.com\",\n                                \"purpleplants.myshopify.com\"\n                            ],\n                            \"events\": null,\n                            \"commission_automation_set\": {\n                                \"commission_automation\": true,\n                                \"commission_automation_rules\": true,\n                                \"commission_automation_date_range\": true,\n                                \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                \"time_buffer_for_commission_automation\": \"4\",\n                                \"order_status_for_commission_automation\": \"pending\",\n                                \"invoice_number_for_commission_automation\": 277,\n                                \"date_Range_days_for_commission_automation\": \"4\"\n                            },\n                            \"auto_confirmation_using_tags_settings\": {\n                                \"tags_settings_status\": true,\n                                \"paid\": true,\n                                \"tags_for_paid\": [],\n                                \"cod_or_partially_paid\": false,\n                                \"tags_for_cod_or_partially_paid\": [],\n                                \"Exceptions_for_paid\": false,\n                                \"Exceptions_for_paid_tags\": [],\n                                \"Exceptions_for_cod_or_partially_paid\": false,\n                                \"Exceptions_for_cod_or_partially_paid_tags\": []\n                            },\n                            \"preferred_location\": null,\n                            \"email_credit\": 4853,\n                            \"global_commission\": \"15\",\n                            \"global_discount_shared_by_vendor\": \"0\",\n                            \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"global_shipping_charge_commission_type\": \"fixed\",\n                            \"global_shipping_charge_commission\": 50,\n                            \"global_fixed_commission\": 10,\n                            \"invoice_country_detail\": {\n                                \"id\": 98,\n                                \"name\": \"India\",\n                                \"code\": \"IN\",\n                                \"dial_code\": \"+91\",\n                                \"currency_name\": \"Indian rupee\",\n                                \"currency_symbol\": \"Rs.\",\n                                \"currency_code\": \"INR\",\n                                \"created_at\": null,\n                                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                \"name_with_symbole\": \"Indian rupee - Rs.\"\n                            },\n                            \"commission_tags\": {\n                                \"company_id\": 212738,\n                                \"override_commission\": true\n                            }\n                        }\n                    },\n                    \"tax\": null,\n                    \"inventory_item\": {\n                        \"id\": 13164395,\n                        \"sku\": \"NEW-DESTINATION\",\n                        \"requires_shipping\": true,\n                        \"cost\": \"10.00\",\n                        \"admin_graphql_api_id\": \"gid://shopify/InventoryItem/50352894935343\",\n                        \"created_at\": \"2023-12-21T11:03:56.000000Z\",\n                        \"updated_at\": \"2023-12-21T11:03:56.000000Z\",\n                        \"shop_id\": 4147,\n                        \"channel_id\": \"50352894935343\",\n                        \"variant_id\": null,\n                        \"channel\": null,\n                        \"country_harmonized_system_codes\": null,\n                        \"harmonized_system_code\": null,\n                        \"deleted_at\": null\n                    },\n                    \"product\": {\n                        \"id\": 8057554,\n                        \"product_type_id\": 145003,\n                        \"image_link\": null,\n                        \"images_link\": null,\n                        \"uploaded_images\": [],\n                        \"product_type_title\": \"Canvas\",\n                        \"variant_inventory_count\": {\n                            \"quantity\": 378,\n                            \"length\": 27\n                        },\n                        \"product_type\": {\n                            \"id\": 145003,\n                            \"channel\": \"shopify\",\n                            \"shop_id\": 4147,\n                            \"title\": \"Canvas\",\n                            \"commission\": null,\n                            \"created_at\": \"2023-11-30T06:49:18.000000Z\",\n                            \"updated_at\": \"2023-11-30T06:49:18.000000Z\",\n                            \"fixed_commission\": 0,\n                            \"override_commission\": false,\n                            \"companyObject\": {\n                                \"id\": 212738,\n                                \"company_name\": \"kapil\",\n                                \"brand_name\": \"violetplants\",\n                                \"company_logo\": null,\n                                \"contact_name\": null,\n                                \"phone_number\": null,\n                                \"email\": \"varshil.shipturtle@gmail.com\",\n                                \"address_line_1\": null,\n                                \"address_line_2\": \"gj 23\",\n                                \"pin_code\": \"380009\",\n                                \"city\": \"Ahmedabad\",\n                                \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                                \"updated_at\": \"2023-12-21T12:23:57.000000Z\",\n                                \"state_id\": null,\n                                \"gstin_number\": \"1234\",\n                                \"invoice_prefix\": \"Invoice\",\n                                \"starting_invoice_number\": \"22\",\n                                \"terms_and_conditions\": null,\n                                \"bank_account_beneficiary_name\": null,\n                                \"bank_account_name\": null,\n                                \"ifsc_code\": null,\n                                \"label_company_name\": null,\n                                \"label_contact_name\": null,\n                                \"label_phone\": null,\n                                \"label_email_address\": null,\n                                \"label_address_line_1\": null,\n                                \"label_address_line_2\": null,\n                                \"label_pin_code\": null,\n                                \"label_city\": null,\n                                \"label_state\": null,\n                                \"signature\": null,\n                                \"currency\": \"INR\",\n                                \"weight\": null,\n                                \"measurement\": null,\n                                \"gst_enabled\": true,\n                                \"override_channel_product_weight_enabled\": true,\n                                \"label_details_same_as_company\": true,\n                                \"multi_vendor_invoicing_enabled\": false,\n                                \"multi_vendor_shipping_enabled\": false,\n                                \"is_master\": \"1\",\n                                \"invoice_number_same_as_order_number\": true,\n                                \"enable_disable_cod_reconciliation\": true,\n                                \"enable_disable_freight_reconciliation\": true,\n                                \"cod_tolerance\": \"5\",\n                                \"freight_tolerance\": \"2\",\n                                \"is_multi_vendor_enabled\": true,\n                                \"invoice_message\": null,\n                                \"inclusive_exclusive\": null,\n                                \"is_tax_on_shipping\": \"no\",\n                                \"tax_on_shipping\": null,\n                                \"primary_color\": \"#222F3D\",\n                                \"secondary_color\": null,\n                                \"display_hsn\": true,\n                                \"website\": \"https://app.shipturtle.com/\",\n                                \"country\": \"IN\",\n                                \"type_of_vendor\": \"marketplace\",\n                                \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                                \"title\": \"violetplants\",\n                                \"parent_id\": 212738,\n                                \"extra_information\": null,\n                                \"invoice_date\": \"invoice_creation_date\",\n                                \"number_of_digits\": \"0\",\n                                \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                                \"created_by\": null,\n                                \"updated_by\": 28344,\n                                \"invoice_contact_name\": \"Hussain\",\n                                \"invoice_address_1\": \"dahod\",\n                                \"invoice_address_2\": \"dahod\",\n                                \"invoice_postal_code\": \"380005\",\n                                \"invoice_city\": \"Ahmedabad\",\n                                \"invoice_phone_number\": \"09173038104\",\n                                \"invoice_tin\": null,\n                                \"timezone\": \"America/Phoenix\",\n                                \"hand_delivered_enabled\": true,\n                                \"other_courier_partner_enabled\": true,\n                                \"billing_address_same_as_company_details\": false,\n                                \"deactivated_at\": null,\n                                \"state_code\": \"GJ\",\n                                \"automatically_sync_vendor_name_from_store\": true,\n                                \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                                \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                                \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                                \"correct_all_errors_in_order\": false,\n                                \"generate_shipping_labels_for_orders\": false,\n                                \"generate_invoices_for_dropship_orders\": false,\n                                \"can_vendor_enable_disable_product\": false,\n                                \"can_vendor_edit_quantity_product\": false,\n                                \"can_vendor_edit_weight_dimension_product\": false,\n                                \"can_vendor_edit_tax_product\": true,\n                                \"set_vendor_level_commission\": false,\n                                \"commission\": \"15\",\n                                \"discount_shared_by_vendor\": \"0\",\n                                \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                \"set_vendor_level_shared_discount\": false,\n                                \"set_vendor_level_commissoin_calculated_on\": false,\n                                \"use_shop_channel_values_to_set_commission\": false,\n                                \"can_vendor_generate_invoice\": true,\n                                \"can_vendor_process_shippings\": true,\n                                \"can_vendor_edit_hsn_tax\": true,\n                                \"can_vendor_add_courier_provider\": true,\n                                \"default_vendor_type\": \"marketplace\",\n                                \"no_of_deciaml_digits\": 2,\n                                \"credits\": 299956,\n                                \"plan_id\": 4,\n                                \"requested_plan_id\": null,\n                                \"override_invoice_permissions\": false,\n                                \"override_product_permissions\": false,\n                                \"override_order_routing_permissions\": false,\n                                \"override_shipping_permissions\": false,\n                                \"slug\": \"violetplants-212738\",\n                                \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                \"shipping_charge_commission_type\": \"fixed\",\n                                \"shipping_charge_commission\": 50,\n                                \"override_commission_calculated_tax_type\": false,\n                                \"override_shipping_charge_commission_type\": false,\n                                \"override_shipping_charge_commission\": 0,\n                                \"auto_email_to_vendor\": true,\n                                \"fixed_commission\": 10,\n                                \"service_charge\": 0,\n                                \"can_vendor_edit_price\": false,\n                                \"can_vendor_delete_product\": false,\n                                \"show_logo_in_awb\": false,\n                                \"hide_pick_address_in_awb\": false,\n                                \"hide_customer_info_in_awb\": true,\n                                \"hide_price_in_awb\": false,\n                                \"hide_customer_information_on_vendor_dashboards\": false,\n                                \"allow_merchant_to_generate_invoice\": false,\n                                \"show_merchant_logo_in_invoice\": true,\n                                \"locale\": \"en\",\n                                \"use_custom_waybill\": true,\n                                \"redirect_url\": \"dashboard\",\n                                \"invoice_state_code\": \"GJ\",\n                                \"invoice_country_code\": \"IN\",\n                                \"stripe_account_id\": null,\n                                \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                                \"enable_app_shipping_profile_on_shopify\": \"0\",\n                                \"policy\": null,\n                                \"css\": null,\n                                \"vendor_profile_color\": \"#f18024\",\n                                \"about_us\": null,\n                                \"facebook_link\": null,\n                                \"twitter_link\": null,\n                                \"instagram_link\": null,\n                                \"auto_fulfill_digital_orders\": true,\n                                \"use_default_warehouse_for_all_orders\": false,\n                                \"invoice_label_header_title\": null,\n                                \"invoice_place_of_supply\": null,\n                                \"invoice_cin_key_title\": null,\n                                \"invoice_cin\": null,\n                                \"give_vendor_access_to_merchant_shipper\": false,\n                                \"auto_generate_order_invoices_to_customers\": true,\n                                \"auto_email_order_invoices_to_customers\": true,\n                                \"treat_manual_payment_mode_as_cod\": false,\n                                \"fulfill_order_after_confirm\": false,\n                                \"add_notes_before_confirming_orders\": false,\n                                \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                                \"note_at_the_top_of_invoice\": null,\n                                \"vendor_shop_id\": null,\n                                \"vendor_category\": null,\n                                \"vendor_location\": null,\n                                \"short_description\": null,\n                                \"display_vendor_category\": true,\n                                \"display_vendor_location\": true,\n                                \"display_vendor_short_description\": true,\n                                \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                                \"sync_settings\": {\n                                    \"update_settings\": {\n                                        \"sku\": true,\n                                        \"tags\": true,\n                                        \"media\": true,\n                                        \"price\": true,\n                                        \"title\": true,\n                                        \"weight\": true,\n                                        \"barcode\": true,\n                                        \"quantity\": true,\n                                        \"description\": true,\n                                        \"product_type\": true,\n                                        \"variant_name\": true,\n                                        \"publish_status\": true,\n                                        \"compare_at_price\": true,\n                                        \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                    },\n                                    \"create_settings\": {\n                                        \"sku\": true,\n                                        \"tags\": true,\n                                        \"media\": true,\n                                        \"price\": true,\n                                        \"title\": true,\n                                        \"weight\": true,\n                                        \"barcode\": true,\n                                        \"quantity\": true,\n                                        \"description\": true,\n                                        \"product_type\": true,\n                                        \"variant_name\": true,\n                                        \"publish_status\": true,\n                                        \"compare_at_price\": true,\n                                        \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                    },\n                                    \"override_product_status_at_create\": true,\n                                    \"product_status\": \"as_per_vendor_product\",\n                                    \"enable_order_sync\": true,\n                                    \"push_only_if_order_paid\": false,\n                                    \"push_unsynced_product_order\": true,\n                                    \"auto_add_variant\": true,\n                                    \"auto_remove_variant\": true,\n                                    \"strictKeyCheck\": false,\n                                    \"on_product_delete\": \"do_nothing\",\n                                    \"on_product_unmapped\": \"do_nothing\",\n                                    \"push_only_if_product_connected\": true\n                                },\n                                \"override_hide_customer_information_permissions\": false,\n                                \"can_vendor_cancel_an_order\": false,\n                                \"hide_shipping_charges\": false,\n                                \"add_insurance_to_shipment\": 0,\n                                \"meta_title\": null,\n                                \"registration_link\": null,\n                                \"auto_approval_of_products_from_vendor\": true,\n                                \"ignore_selling_price_for_commission\": 0,\n                                \"shipping_label_check\": {\n                                    \"email\": false,\n                                    \"phone\": false,\n                                    \"address_line_1\": false,\n                                    \"address_line_2\": false,\n                                    \"address_line_1_minimum\": null,\n                                    \"address_line_1_maximum\": null,\n                                    \"address_line_2_minimum\": null,\n                                    \"address_line_2_maximum\": null\n                                },\n                                \"shipping_label_size\": \"smalllabel\",\n                                \"paypal_email\": null,\n                                \"use_custom_email_driver\": true,\n                                \"ignore_order_splitting\": false,\n                                \"hide_customer_information_on_vendor_dashboard\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false\n                                },\n                                \"hide_customer_information_in_awb\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false,\n                                    \"line_items\": false,\n                                    \"vendor_name\": false,\n                                    \"sku\": false,\n                                    \"weight_dimension\": false\n                                },\n                                \"hide_customer_information_in_invoice\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false\n                                },\n                                \"vendor_profile_settings\": {\n                                    \"seller_products_tab\": true,\n                                    \"seller_policy_tab\": true,\n                                    \"seller_contact_us_tab\": true,\n                                    \"seller_events_tab\": true,\n                                    \"seller_reviews_tab\": false,\n                                    \"seller_about_us_tab\": true\n                                },\n                                \"challan_message_1\": null,\n                                \"challan_message_2\": null,\n                                \"challan_prefix\": \"Invoice\",\n                                \"challan_number_same_as_invoice_number\": true,\n                                \"default_label_size_for_all_vendors\": true,\n                                \"hide_customer_information_in_export\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false\n                                },\n                                \"product_permissions\": null,\n                                \"hide_product_details_in_awb\": false,\n                                \"hide_invoice_details_in_awb\": false,\n                                \"company_note\": \"<p>sdfasdfab</p>\",\n                                \"meta_data\": \"[{\\\"uuid\\\":\\\"e95a7b2d-5210-4e7b-988f-7fbde7acf198\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/601990/dashboard-mockup-for-c2c.xlsx\\\",\\\"size\\\":102609,\\\"name\\\":\\\"Dashboard Mockup for C2C.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"50844059-549d-4bcc-88bf-a023fd46bd29\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/604572/28344-1690206866.xlsx\\\",\\\"size\\\":7389,\\\"name\\\":\\\"28344-1690206866.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3ad73d68-08a3-46b5-9afc-3d1ac5df398f\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655061/lable_cancelled_order_amazon.xlsx\\\",\\\"size\\\":26214,\\\"name\\\":\\\"Lable Cancelled Order Amazon.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                                \"color_theme_field\": \"light.blue\",\n                                \"change_tracking_url\": false,\n                                \"ship_to_address_as_merchants_default_warehouse\": false,\n                                \"can_vendor_hold_an_order\": false,\n                                \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                                \"allow_vendors_to_change_vendor_profile_details\": true,\n                                \"whatsapp_account\": \"use_company_account\",\n                                \"vendor_profile_theme_choosen\": \"theme-1\",\n                                \"whatsapp_credit\": 54,\n                                \"test_whatsapp_number\": \"+918849193468\",\n                                \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                                \"connected_vendor_shops\": [\n                                    \"vendorsynctesting5.myshopify.com\",\n                                    \"testing-for-vendorsync.myshopify.com\",\n                                    \"purpleplants.myshopify.com\",\n                                    \"https://st-wpdemo.com/\",\n                                    \"test-store-webkul-112.myshopify.com\",\n                                    \"https://st-wpdemo.com/\",\n                                    \"purpleplants.myshopify.com/\",\n                                    \"https://st-wpdemo.com/\",\n                                    \"purpleplants.myshopify.com\",\n                                    \"channelteststore5.myshopify.com\",\n                                    \"https://st-wpdemo.com/newtestclient/\",\n                                    \"purpleplants.myshopify.com\",\n                                    \"purpleplants.myshopify.com\"\n                                ],\n                                \"events\": null,\n                                \"commission_automation_set\": {\n                                    \"commission_automation\": true,\n                                    \"commission_automation_rules\": true,\n                                    \"commission_automation_date_range\": true,\n                                    \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                    \"time_buffer_for_commission_automation\": \"4\",\n                                    \"order_status_for_commission_automation\": \"pending\",\n                                    \"invoice_number_for_commission_automation\": 277,\n                                    \"date_Range_days_for_commission_automation\": \"4\"\n                                },\n                                \"auto_confirmation_using_tags_settings\": {\n                                    \"tags_settings_status\": true,\n                                    \"paid\": true,\n                                    \"tags_for_paid\": [],\n                                    \"cod_or_partially_paid\": false,\n                                    \"tags_for_cod_or_partially_paid\": [],\n                                    \"Exceptions_for_paid\": false,\n                                    \"Exceptions_for_paid_tags\": [],\n                                    \"Exceptions_for_cod_or_partially_paid\": false,\n                                    \"Exceptions_for_cod_or_partially_paid_tags\": []\n                                },\n                                \"preferred_location\": null,\n                                \"email_credit\": 4853,\n                                \"global_commission\": \"15\",\n                                \"global_discount_shared_by_vendor\": \"0\",\n                                \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                \"global_shipping_charge_commission_type\": \"fixed\",\n                                \"global_shipping_charge_commission\": 50,\n                                \"global_fixed_commission\": 10,\n                                \"invoice_country_detail\": {\n                                    \"id\": 98,\n                                    \"name\": \"India\",\n                                    \"code\": \"IN\",\n                                    \"dial_code\": \"+91\",\n                                    \"currency_name\": \"Indian rupee\",\n                                    \"currency_symbol\": \"Rs.\",\n                                    \"currency_code\": \"INR\",\n                                    \"created_at\": null,\n                                    \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                    \"name_with_symbole\": \"Indian rupee - Rs.\"\n                                },\n                                \"commission_tags\": {\n                                    \"company_id\": 212738,\n                                    \"override_commission\": true\n                                },\n                                \"parent\": {\n                                    \"id\": 212738,\n                                    \"company_name\": \"kapil\",\n                                    \"brand_name\": \"violetplants\",\n                                    \"company_logo\": null,\n                                    \"contact_name\": null,\n                                    \"phone_number\": null,\n                                    \"email\": \"varshil.shipturtle@gmail.com\",\n                                    \"address_line_1\": null,\n                                    \"address_line_2\": \"gj 23\",\n                                    \"pin_code\": \"380009\",\n                                    \"city\": \"Ahmedabad\",\n                                    \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                                    \"updated_at\": \"2023-12-21T12:23:57.000000Z\",\n                                    \"state_id\": null,\n                                    \"gstin_number\": \"1234\",\n                                    \"invoice_prefix\": \"Invoice\",\n                                    \"starting_invoice_number\": \"22\",\n                                    \"terms_and_conditions\": null,\n                                    \"bank_account_beneficiary_name\": null,\n                                    \"bank_account_name\": null,\n                                    \"ifsc_code\": null,\n                                    \"label_company_name\": null,\n                                    \"label_contact_name\": null,\n                                    \"label_phone\": null,\n                                    \"label_email_address\": null,\n                                    \"label_address_line_1\": null,\n                                    \"label_address_line_2\": null,\n                                    \"label_pin_code\": null,\n                                    \"label_city\": null,\n                                    \"label_state\": null,\n                                    \"signature\": null,\n                                    \"currency\": \"INR\",\n                                    \"weight\": null,\n                                    \"measurement\": null,\n                                    \"gst_enabled\": true,\n                                    \"override_channel_product_weight_enabled\": true,\n                                    \"label_details_same_as_company\": true,\n                                    \"multi_vendor_invoicing_enabled\": false,\n                                    \"multi_vendor_shipping_enabled\": false,\n                                    \"is_master\": \"1\",\n                                    \"invoice_number_same_as_order_number\": true,\n                                    \"enable_disable_cod_reconciliation\": true,\n                                    \"enable_disable_freight_reconciliation\": true,\n                                    \"cod_tolerance\": \"5\",\n                                    \"freight_tolerance\": \"2\",\n                                    \"is_multi_vendor_enabled\": true,\n                                    \"invoice_message\": null,\n                                    \"inclusive_exclusive\": null,\n                                    \"is_tax_on_shipping\": \"no\",\n                                    \"tax_on_shipping\": null,\n                                    \"primary_color\": \"#222F3D\",\n                                    \"secondary_color\": null,\n                                    \"display_hsn\": true,\n                                    \"website\": \"https://app.shipturtle.com/\",\n                                    \"country\": \"IN\",\n                                    \"type_of_vendor\": \"marketplace\",\n                                    \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                                    \"title\": \"violetplants\",\n                                    \"parent_id\": 212738,\n                                    \"extra_information\": null,\n                                    \"invoice_date\": \"invoice_creation_date\",\n                                    \"number_of_digits\": \"0\",\n                                    \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                                    \"created_by\": null,\n                                    \"updated_by\": 28344,\n                                    \"invoice_contact_name\": \"Hussain\",\n                                    \"invoice_address_1\": \"dahod\",\n                                    \"invoice_address_2\": \"dahod\",\n                                    \"invoice_postal_code\": \"380005\",\n                                    \"invoice_city\": \"Ahmedabad\",\n                                    \"invoice_phone_number\": \"09173038104\",\n                                    \"invoice_tin\": null,\n                                    \"timezone\": \"America/Phoenix\",\n                                    \"hand_delivered_enabled\": true,\n                                    \"other_courier_partner_enabled\": true,\n                                    \"billing_address_same_as_company_details\": false,\n                                    \"deactivated_at\": null,\n                                    \"state_code\": \"GJ\",\n                                    \"automatically_sync_vendor_name_from_store\": true,\n                                    \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                                    \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                                    \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                                    \"correct_all_errors_in_order\": false,\n                                    \"generate_shipping_labels_for_orders\": false,\n                                    \"generate_invoices_for_dropship_orders\": false,\n                                    \"can_vendor_enable_disable_product\": false,\n                                    \"can_vendor_edit_quantity_product\": false,\n                                    \"can_vendor_edit_weight_dimension_product\": false,\n                                    \"can_vendor_edit_tax_product\": true,\n                                    \"set_vendor_level_commission\": false,\n                                    \"commission\": \"15\",\n                                    \"discount_shared_by_vendor\": \"0\",\n                                    \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                    \"set_vendor_level_shared_discount\": false,\n                                    \"set_vendor_level_commissoin_calculated_on\": false,\n                                    \"use_shop_channel_values_to_set_commission\": false,\n                                    \"can_vendor_generate_invoice\": true,\n                                    \"can_vendor_process_shippings\": true,\n                                    \"can_vendor_edit_hsn_tax\": true,\n                                    \"can_vendor_add_courier_provider\": true,\n                                    \"default_vendor_type\": \"marketplace\",\n                                    \"no_of_deciaml_digits\": 2,\n                                    \"credits\": 299956,\n                                    \"plan_id\": 4,\n                                    \"requested_plan_id\": null,\n                                    \"override_invoice_permissions\": false,\n                                    \"override_product_permissions\": false,\n                                    \"override_order_routing_permissions\": false,\n                                    \"override_shipping_permissions\": false,\n                                    \"slug\": \"violetplants-212738\",\n                                    \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                    \"shipping_charge_commission_type\": \"fixed\",\n                                    \"shipping_charge_commission\": 50,\n                                    \"override_commission_calculated_tax_type\": false,\n                                    \"override_shipping_charge_commission_type\": false,\n                                    \"override_shipping_charge_commission\": 0,\n                                    \"auto_email_to_vendor\": true,\n                                    \"fixed_commission\": 10,\n                                    \"service_charge\": 0,\n                                    \"can_vendor_edit_price\": false,\n                                    \"can_vendor_delete_product\": false,\n                                    \"show_logo_in_awb\": false,\n                                    \"hide_pick_address_in_awb\": false,\n                                    \"hide_customer_info_in_awb\": true,\n                                    \"hide_price_in_awb\": false,\n                                    \"hide_customer_information_on_vendor_dashboards\": false,\n                                    \"allow_merchant_to_generate_invoice\": false,\n                                    \"show_merchant_logo_in_invoice\": true,\n                                    \"locale\": \"en\",\n                                    \"use_custom_waybill\": true,\n                                    \"redirect_url\": \"dashboard\",\n                                    \"invoice_state_code\": \"GJ\",\n                                    \"invoice_country_code\": \"IN\",\n                                    \"stripe_account_id\": null,\n                                    \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                                    \"enable_app_shipping_profile_on_shopify\": \"0\",\n                                    \"policy\": null,\n                                    \"css\": null,\n                                    \"vendor_profile_color\": \"#f18024\",\n                                    \"about_us\": null,\n                                    \"facebook_link\": null,\n                                    \"twitter_link\": null,\n                                    \"instagram_link\": null,\n                                    \"auto_fulfill_digital_orders\": true,\n                                    \"use_default_warehouse_for_all_orders\": false,\n                                    \"invoice_label_header_title\": null,\n                                    \"invoice_place_of_supply\": null,\n                                    \"invoice_cin_key_title\": null,\n                                    \"invoice_cin\": null,\n                                    \"give_vendor_access_to_merchant_shipper\": false,\n                                    \"auto_generate_order_invoices_to_customers\": true,\n                                    \"auto_email_order_invoices_to_customers\": true,\n                                    \"treat_manual_payment_mode_as_cod\": false,\n                                    \"fulfill_order_after_confirm\": false,\n                                    \"add_notes_before_confirming_orders\": false,\n                                    \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                                    \"note_at_the_top_of_invoice\": null,\n                                    \"vendor_shop_id\": null,\n                                    \"vendor_category\": null,\n                                    \"vendor_location\": null,\n                                    \"short_description\": null,\n                                    \"display_vendor_category\": true,\n                                    \"display_vendor_location\": true,\n                                    \"display_vendor_short_description\": true,\n                                    \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                                    \"sync_settings\": {\n                                        \"update_settings\": {\n                                            \"sku\": true,\n                                            \"tags\": true,\n                                            \"media\": true,\n                                            \"price\": true,\n                                            \"title\": true,\n                                            \"weight\": true,\n                                            \"barcode\": true,\n                                            \"quantity\": true,\n                                            \"description\": true,\n                                            \"product_type\": true,\n                                            \"variant_name\": true,\n                                            \"publish_status\": true,\n                                            \"compare_at_price\": true,\n                                            \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                        },\n                                        \"create_settings\": {\n                                            \"sku\": true,\n                                            \"tags\": true,\n                                            \"media\": true,\n                                            \"price\": true,\n                                            \"title\": true,\n                                            \"weight\": true,\n                                            \"barcode\": true,\n                                            \"quantity\": true,\n                                            \"description\": true,\n                                            \"product_type\": true,\n                                            \"variant_name\": true,\n                                            \"publish_status\": true,\n                                            \"compare_at_price\": true,\n                                            \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                        },\n                                        \"override_product_status_at_create\": true,\n                                        \"product_status\": \"as_per_vendor_product\",\n                                        \"enable_order_sync\": true,\n                                        \"push_only_if_order_paid\": false,\n                                        \"push_unsynced_product_order\": true,\n                                        \"auto_add_variant\": true,\n                                        \"auto_remove_variant\": true,\n                                        \"strictKeyCheck\": false,\n                                        \"on_product_delete\": \"do_nothing\",\n                                        \"on_product_unmapped\": \"do_nothing\",\n                                        \"push_only_if_product_connected\": true\n                                    },\n                                    \"override_hide_customer_information_permissions\": false,\n                                    \"can_vendor_cancel_an_order\": false,\n                                    \"hide_shipping_charges\": false,\n                                    \"add_insurance_to_shipment\": 0,\n                                    \"meta_title\": null,\n                                    \"registration_link\": null,\n                                    \"auto_approval_of_products_from_vendor\": true,\n                                    \"ignore_selling_price_for_commission\": 0,\n                                    \"shipping_label_check\": {\n                                        \"email\": false,\n                                        \"phone\": false,\n                                        \"address_line_1\": false,\n                                        \"address_line_2\": false,\n                                        \"address_line_1_minimum\": null,\n                                        \"address_line_1_maximum\": null,\n                                        \"address_line_2_minimum\": null,\n                                        \"address_line_2_maximum\": null\n                                    },\n                                    \"shipping_label_size\": \"smalllabel\",\n                                    \"paypal_email\": null,\n                                    \"use_custom_email_driver\": true,\n                                    \"ignore_order_splitting\": false,\n                                    \"hide_customer_information_on_vendor_dashboard\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false\n                                    },\n                                    \"hide_customer_information_in_awb\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false,\n                                        \"line_items\": false,\n                                        \"vendor_name\": false,\n                                        \"sku\": false,\n                                        \"weight_dimension\": false\n                                    },\n                                    \"hide_customer_information_in_invoice\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false\n                                    },\n                                    \"vendor_profile_settings\": {\n                                        \"seller_products_tab\": true,\n                                        \"seller_policy_tab\": true,\n                                        \"seller_contact_us_tab\": true,\n                                        \"seller_events_tab\": true,\n                                        \"seller_reviews_tab\": false,\n                                        \"seller_about_us_tab\": true\n                                    },\n                                    \"challan_message_1\": null,\n                                    \"challan_message_2\": null,\n                                    \"challan_prefix\": \"Invoice\",\n                                    \"challan_number_same_as_invoice_number\": true,\n                                    \"default_label_size_for_all_vendors\": true,\n                                    \"hide_customer_information_in_export\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false\n                                    },\n                                    \"product_permissions\": null,\n                                    \"hide_product_details_in_awb\": false,\n                                    \"hide_invoice_details_in_awb\": false,\n                                    \"company_note\": \"<p>sdfasdfab</p>\",\n                                    \"meta_data\": \"[{\\\"uuid\\\":\\\"e95a7b2d-5210-4e7b-988f-7fbde7acf198\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/601990/dashboard-mockup-for-c2c.xlsx\\\",\\\"size\\\":102609,\\\"name\\\":\\\"Dashboard Mockup for C2C.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"50844059-549d-4bcc-88bf-a023fd46bd29\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/604572/28344-1690206866.xlsx\\\",\\\"size\\\":7389,\\\"name\\\":\\\"28344-1690206866.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3ad73d68-08a3-46b5-9afc-3d1ac5df398f\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655061/lable_cancelled_order_amazon.xlsx\\\",\\\"size\\\":26214,\\\"name\\\":\\\"Lable Cancelled Order Amazon.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                                    \"color_theme_field\": \"light.blue\",\n                                    \"change_tracking_url\": false,\n                                    \"ship_to_address_as_merchants_default_warehouse\": false,\n                                    \"can_vendor_hold_an_order\": false,\n                                    \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                                    \"allow_vendors_to_change_vendor_profile_details\": true,\n                                    \"whatsapp_account\": \"use_company_account\",\n                                    \"vendor_profile_theme_choosen\": \"theme-1\",\n                                    \"whatsapp_credit\": 54,\n                                    \"test_whatsapp_number\": \"+918849193468\",\n                                    \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                                    \"connected_vendor_shops\": [\n                                        \"vendorsynctesting5.myshopify.com\",\n                                        \"testing-for-vendorsync.myshopify.com\",\n                                        \"purpleplants.myshopify.com\",\n                                        \"https://st-wpdemo.com/\",\n                                        \"test-store-webkul-112.myshopify.com\",\n                                        \"https://st-wpdemo.com/\",\n                                        \"purpleplants.myshopify.com/\",\n                                        \"https://st-wpdemo.com/\",\n                                        \"purpleplants.myshopify.com\",\n                                        \"channelteststore5.myshopify.com\",\n                                        \"https://st-wpdemo.com/newtestclient/\",\n                                        \"purpleplants.myshopify.com\",\n                                        \"purpleplants.myshopify.com\"\n                                    ],\n                                    \"events\": null,\n                                    \"commission_automation_set\": {\n                                        \"commission_automation\": true,\n                                        \"commission_automation_rules\": true,\n                                        \"commission_automation_date_range\": true,\n                                        \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                        \"time_buffer_for_commission_automation\": \"4\",\n                                        \"order_status_for_commission_automation\": \"pending\",\n                                        \"invoice_number_for_commission_automation\": 277,\n                                        \"date_Range_days_for_commission_automation\": \"4\"\n                                    },\n                                    \"auto_confirmation_using_tags_settings\": {\n                                        \"tags_settings_status\": true,\n                                        \"paid\": true,\n                                        \"tags_for_paid\": [],\n                                        \"cod_or_partially_paid\": false,\n                                        \"tags_for_cod_or_partially_paid\": [],\n                                        \"Exceptions_for_paid\": false,\n                                        \"Exceptions_for_paid_tags\": [],\n                                        \"Exceptions_for_cod_or_partially_paid\": false,\n                                        \"Exceptions_for_cod_or_partially_paid_tags\": []\n                                    },\n                                    \"preferred_location\": null,\n                                    \"email_credit\": 4853,\n                                    \"global_commission\": \"15\",\n                                    \"global_discount_shared_by_vendor\": \"0\",\n                                    \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                    \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                    \"global_shipping_charge_commission_type\": \"fixed\",\n                                    \"global_shipping_charge_commission\": 50,\n                                    \"global_fixed_commission\": 10,\n                                    \"invoice_country_detail\": {\n                                        \"id\": 98,\n                                        \"name\": \"India\",\n                                        \"code\": \"IN\",\n                                        \"dial_code\": \"+91\",\n                                        \"currency_name\": \"Indian rupee\",\n                                        \"currency_symbol\": \"Rs.\",\n                                        \"currency_code\": \"INR\",\n                                        \"created_at\": null,\n                                        \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                        \"name_with_symbole\": \"Indian rupee - Rs.\"\n                                    },\n                                    \"commission_tags\": {\n                                        \"company_id\": 212738,\n                                        \"override_commission\": true\n                                    }\n                                }\n                            },\n                            \"overridden_commission_level\": \"global\",\n                            \"overridden_commission\": \"15\",\n                            \"overridden_fixed_commission\": 10,\n                            \"global_commission_level\": \"global\",\n                            \"global_commission\": \"15\",\n                            \"global_fixed_commission\": 10\n                        },\n                        \"media\": []\n                    },\n                    \"alien_variant\": null\n                },\n                {\n                    \"id\": 22397098,\n                    \"commission\": null,\n                    \"fixed_commission\": 0,\n                    \"company_id\": 212738,\n                    \"product_id\": 8057554,\n                    \"image\": null,\n                    \"channel_variant_id\": \"22530932\",\n                    \"compare_at_price\": \"0.00\",\n                    \"deleted_at\": null,\n                    \"deactivated_at\": true,\n                    \"grams\": \"0\",\n                    \"height\": null,\n                    \"image_id\": null,\n                    \"inventory_item_id\": \"50352894968111\",\n                    \"inventory_management\": \"shopify\",\n                    \"inventory_policy\": \"deny\",\n                    \"inventory_quantity\": \"18\",\n                    \"length\": null,\n                    \"old_inventory_quantity\": null,\n                    \"option1\": \"GREEN\",\n                    \"option2\": \"L\",\n                    \"option3\": \"Title2\",\n                    \"price\": \"2010.00\",\n                    \"provider\": null,\n                    \"requires_shipping\": null,\n                    \"shop_id\": 4147,\n                    \"sku\": \"NEW-DESTINATION\",\n                    \"tax_id\": null,\n                    \"title\": \"GREEN / L / Title2\",\n                    \"updated_at\": \"2023-12-21T11:03:57.000000Z\",\n                    \"weight\": \"0\",\n                    \"weight_unit\": \"kg\",\n                    \"width\": null,\n                    \"parent_id\": 212738,\n                    \"override_commission\": false,\n                    \"vendor_shop_variant_id\": null,\n                    \"barcode\": \"\",\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/48308473561391\",\n                    \"overridden_commission_level\": \"global\",\n                    \"overridden_commission\": \"15\",\n                    \"overridden_fixed_commission\": 10,\n                    \"file_history\": null,\n                    \"company\": {\n                        \"id\": 212738,\n                        \"title\": \"violetplants\",\n                        \"parent_id\": 212738,\n                        \"commission\": \"15\",\n                        \"fixed_commission\": 10,\n                        \"set_vendor_level_commission\": false,\n                        \"global_commission\": \"15\",\n                        \"global_discount_shared_by_vendor\": \"0\",\n                        \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                        \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                        \"global_shipping_charge_commission_type\": \"fixed\",\n                        \"global_shipping_charge_commission\": 50,\n                        \"global_fixed_commission\": 10,\n                        \"invoice_country_detail\": null,\n                        \"commission_tags\": {\n                            \"company_id\": 212738,\n                            \"override_commission\": true\n                        },\n                        \"parent\": {\n                            \"id\": 212738,\n                            \"company_name\": \"kapil\",\n                            \"brand_name\": \"violetplants\",\n                            \"company_logo\": null,\n                            \"contact_name\": null,\n                            \"phone_number\": null,\n                            \"email\": \"varshil.shipturtle@gmail.com\",\n                            \"address_line_1\": null,\n                            \"address_line_2\": \"gj 23\",\n                            \"pin_code\": \"380009\",\n                            \"city\": \"Ahmedabad\",\n                            \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                            \"updated_at\": \"2023-12-21T12:23:57.000000Z\",\n                            \"state_id\": null,\n                            \"gstin_number\": \"1234\",\n                            \"invoice_prefix\": \"Invoice\",\n                            \"starting_invoice_number\": \"22\",\n                            \"terms_and_conditions\": null,\n                            \"bank_account_beneficiary_name\": null,\n                            \"bank_account_name\": null,\n                            \"ifsc_code\": null,\n                            \"label_company_name\": null,\n                            \"label_contact_name\": null,\n                            \"label_phone\": null,\n                            \"label_email_address\": null,\n                            \"label_address_line_1\": null,\n                            \"label_address_line_2\": null,\n                            \"label_pin_code\": null,\n                            \"label_city\": null,\n                            \"label_state\": null,\n                            \"signature\": null,\n                            \"currency\": \"INR\",\n                            \"weight\": null,\n                            \"measurement\": null,\n                            \"gst_enabled\": true,\n                            \"override_channel_product_weight_enabled\": true,\n                            \"label_details_same_as_company\": true,\n                            \"multi_vendor_invoicing_enabled\": false,\n                            \"multi_vendor_shipping_enabled\": false,\n                            \"is_master\": \"1\",\n                            \"invoice_number_same_as_order_number\": true,\n                            \"enable_disable_cod_reconciliation\": true,\n                            \"enable_disable_freight_reconciliation\": true,\n                            \"cod_tolerance\": \"5\",\n                            \"freight_tolerance\": \"2\",\n                            \"is_multi_vendor_enabled\": true,\n                            \"invoice_message\": null,\n                            \"inclusive_exclusive\": null,\n                            \"is_tax_on_shipping\": \"no\",\n                            \"tax_on_shipping\": null,\n                            \"primary_color\": \"#222F3D\",\n                            \"secondary_color\": null,\n                            \"display_hsn\": true,\n                            \"website\": \"https://app.shipturtle.com/\",\n                            \"country\": \"IN\",\n                            \"type_of_vendor\": \"marketplace\",\n                            \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                            \"title\": \"violetplants\",\n                            \"parent_id\": 212738,\n                            \"extra_information\": null,\n                            \"invoice_date\": \"invoice_creation_date\",\n                            \"number_of_digits\": \"0\",\n                            \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                            \"created_by\": null,\n                            \"updated_by\": 28344,\n                            \"invoice_contact_name\": \"Hussain\",\n                            \"invoice_address_1\": \"dahod\",\n                            \"invoice_address_2\": \"dahod\",\n                            \"invoice_postal_code\": \"380005\",\n                            \"invoice_city\": \"Ahmedabad\",\n                            \"invoice_phone_number\": \"09173038104\",\n                            \"invoice_tin\": null,\n                            \"timezone\": \"America/Phoenix\",\n                            \"hand_delivered_enabled\": true,\n                            \"other_courier_partner_enabled\": true,\n                            \"billing_address_same_as_company_details\": false,\n                            \"deactivated_at\": null,\n                            \"state_code\": \"GJ\",\n                            \"automatically_sync_vendor_name_from_store\": true,\n                            \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                            \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                            \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                            \"correct_all_errors_in_order\": false,\n                            \"generate_shipping_labels_for_orders\": false,\n                            \"generate_invoices_for_dropship_orders\": false,\n                            \"can_vendor_enable_disable_product\": false,\n                            \"can_vendor_edit_quantity_product\": false,\n                            \"can_vendor_edit_weight_dimension_product\": false,\n                            \"can_vendor_edit_tax_product\": true,\n                            \"set_vendor_level_commission\": false,\n                            \"commission\": \"15\",\n                            \"discount_shared_by_vendor\": \"0\",\n                            \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"set_vendor_level_shared_discount\": false,\n                            \"set_vendor_level_commissoin_calculated_on\": false,\n                            \"use_shop_channel_values_to_set_commission\": false,\n                            \"can_vendor_generate_invoice\": true,\n                            \"can_vendor_process_shippings\": true,\n                            \"can_vendor_edit_hsn_tax\": true,\n                            \"can_vendor_add_courier_provider\": true,\n                            \"default_vendor_type\": \"marketplace\",\n                            \"no_of_deciaml_digits\": 2,\n                            \"credits\": 299956,\n                            \"plan_id\": 4,\n                            \"requested_plan_id\": null,\n                            \"override_invoice_permissions\": false,\n                            \"override_product_permissions\": false,\n                            \"override_order_routing_permissions\": false,\n                            \"override_shipping_permissions\": false,\n                            \"slug\": \"violetplants-212738\",\n                            \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"shipping_charge_commission_type\": \"fixed\",\n                            \"shipping_charge_commission\": 50,\n                            \"override_commission_calculated_tax_type\": false,\n                            \"override_shipping_charge_commission_type\": false,\n                            \"override_shipping_charge_commission\": 0,\n                            \"auto_email_to_vendor\": true,\n                            \"fixed_commission\": 10,\n                            \"service_charge\": 0,\n                            \"can_vendor_edit_price\": false,\n                            \"can_vendor_delete_product\": false,\n                            \"show_logo_in_awb\": false,\n                            \"hide_pick_address_in_awb\": false,\n                            \"hide_customer_info_in_awb\": true,\n                            \"hide_price_in_awb\": false,\n                            \"hide_customer_information_on_vendor_dashboards\": false,\n                            \"allow_merchant_to_generate_invoice\": false,\n                            \"show_merchant_logo_in_invoice\": true,\n                            \"locale\": \"en\",\n                            \"use_custom_waybill\": true,\n                            \"redirect_url\": \"dashboard\",\n                            \"invoice_state_code\": \"GJ\",\n                            \"invoice_country_code\": \"IN\",\n                            \"stripe_account_id\": null,\n                            \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                            \"enable_app_shipping_profile_on_shopify\": \"0\",\n                            \"policy\": null,\n                            \"css\": null,\n                            \"vendor_profile_color\": \"#f18024\",\n                            \"about_us\": null,\n                            \"facebook_link\": null,\n                            \"twitter_link\": null,\n                            \"instagram_link\": null,\n                            \"auto_fulfill_digital_orders\": true,\n                            \"use_default_warehouse_for_all_orders\": false,\n                            \"invoice_label_header_title\": null,\n                            \"invoice_place_of_supply\": null,\n                            \"invoice_cin_key_title\": null,\n                            \"invoice_cin\": null,\n                            \"give_vendor_access_to_merchant_shipper\": false,\n                            \"auto_generate_order_invoices_to_customers\": true,\n                            \"auto_email_order_invoices_to_customers\": true,\n                            \"treat_manual_payment_mode_as_cod\": false,\n                            \"fulfill_order_after_confirm\": false,\n                            \"add_notes_before_confirming_orders\": false,\n                            \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                            \"note_at_the_top_of_invoice\": null,\n                            \"vendor_shop_id\": null,\n                            \"vendor_category\": null,\n                            \"vendor_location\": null,\n                            \"short_description\": null,\n                            \"display_vendor_category\": true,\n                            \"display_vendor_location\": true,\n                            \"display_vendor_short_description\": true,\n                            \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                            \"sync_settings\": {\n                                \"update_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": true,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"create_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": true,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"override_product_status_at_create\": true,\n                                \"product_status\": \"as_per_vendor_product\",\n                                \"enable_order_sync\": true,\n                                \"push_only_if_order_paid\": false,\n                                \"push_unsynced_product_order\": true,\n                                \"auto_add_variant\": true,\n                                \"auto_remove_variant\": true,\n                                \"strictKeyCheck\": false,\n                                \"on_product_delete\": \"do_nothing\",\n                                \"on_product_unmapped\": \"do_nothing\",\n                                \"push_only_if_product_connected\": true\n                            },\n                            \"override_hide_customer_information_permissions\": false,\n                            \"can_vendor_cancel_an_order\": false,\n                            \"hide_shipping_charges\": false,\n                            \"add_insurance_to_shipment\": 0,\n                            \"meta_title\": null,\n                            \"registration_link\": null,\n                            \"auto_approval_of_products_from_vendor\": true,\n                            \"ignore_selling_price_for_commission\": 0,\n                            \"shipping_label_check\": {\n                                \"email\": false,\n                                \"phone\": false,\n                                \"address_line_1\": false,\n                                \"address_line_2\": false,\n                                \"address_line_1_minimum\": null,\n                                \"address_line_1_maximum\": null,\n                                \"address_line_2_minimum\": null,\n                                \"address_line_2_maximum\": null\n                            },\n                            \"shipping_label_size\": \"smalllabel\",\n                            \"paypal_email\": null,\n                            \"use_custom_email_driver\": true,\n                            \"ignore_order_splitting\": false,\n                            \"hide_customer_information_on_vendor_dashboard\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"hide_customer_information_in_awb\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false,\n                                \"line_items\": false,\n                                \"vendor_name\": false,\n                                \"sku\": false,\n                                \"weight_dimension\": false\n                            },\n                            \"hide_customer_information_in_invoice\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"vendor_profile_settings\": {\n                                \"seller_products_tab\": true,\n                                \"seller_policy_tab\": true,\n                                \"seller_contact_us_tab\": true,\n                                \"seller_events_tab\": true,\n                                \"seller_reviews_tab\": false,\n                                \"seller_about_us_tab\": true\n                            },\n                            \"challan_message_1\": null,\n                            \"challan_message_2\": null,\n                            \"challan_prefix\": \"Invoice\",\n                            \"challan_number_same_as_invoice_number\": true,\n                            \"default_label_size_for_all_vendors\": true,\n                            \"hide_customer_information_in_export\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"product_permissions\": null,\n                            \"hide_product_details_in_awb\": false,\n                            \"hide_invoice_details_in_awb\": false,\n                            \"company_note\": \"<p>sdfasdfab</p>\",\n                            \"meta_data\": \"[{\\\"uuid\\\":\\\"e95a7b2d-5210-4e7b-988f-7fbde7acf198\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/601990/dashboard-mockup-for-c2c.xlsx\\\",\\\"size\\\":102609,\\\"name\\\":\\\"Dashboard Mockup for C2C.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"50844059-549d-4bcc-88bf-a023fd46bd29\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/604572/28344-1690206866.xlsx\\\",\\\"size\\\":7389,\\\"name\\\":\\\"28344-1690206866.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3ad73d68-08a3-46b5-9afc-3d1ac5df398f\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655061/lable_cancelled_order_amazon.xlsx\\\",\\\"size\\\":26214,\\\"name\\\":\\\"Lable Cancelled Order Amazon.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                            \"color_theme_field\": \"light.blue\",\n                            \"change_tracking_url\": false,\n                            \"ship_to_address_as_merchants_default_warehouse\": false,\n                            \"can_vendor_hold_an_order\": false,\n                            \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                            \"allow_vendors_to_change_vendor_profile_details\": true,\n                            \"whatsapp_account\": \"use_company_account\",\n                            \"vendor_profile_theme_choosen\": \"theme-1\",\n                            \"whatsapp_credit\": 54,\n                            \"test_whatsapp_number\": \"+918849193468\",\n                            \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                            \"connected_vendor_shops\": [\n                                \"vendorsynctesting5.myshopify.com\",\n                                \"testing-for-vendorsync.myshopify.com\",\n                                \"purpleplants.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"test-store-webkul-112.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com/\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com\",\n                                \"channelteststore5.myshopify.com\",\n                                \"https://st-wpdemo.com/newtestclient/\",\n                                \"purpleplants.myshopify.com\",\n                                \"purpleplants.myshopify.com\"\n                            ],\n                            \"events\": null,\n                            \"commission_automation_set\": {\n                                \"commission_automation\": true,\n                                \"commission_automation_rules\": true,\n                                \"commission_automation_date_range\": true,\n                                \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                \"time_buffer_for_commission_automation\": \"4\",\n                                \"order_status_for_commission_automation\": \"pending\",\n                                \"invoice_number_for_commission_automation\": 277,\n                                \"date_Range_days_for_commission_automation\": \"4\"\n                            },\n                            \"auto_confirmation_using_tags_settings\": {\n                                \"tags_settings_status\": true,\n                                \"paid\": true,\n                                \"tags_for_paid\": [],\n                                \"cod_or_partially_paid\": false,\n                                \"tags_for_cod_or_partially_paid\": [],\n                                \"Exceptions_for_paid\": false,\n                                \"Exceptions_for_paid_tags\": [],\n                                \"Exceptions_for_cod_or_partially_paid\": false,\n                                \"Exceptions_for_cod_or_partially_paid_tags\": []\n                            },\n                            \"preferred_location\": null,\n                            \"email_credit\": 4853,\n                            \"global_commission\": \"15\",\n                            \"global_discount_shared_by_vendor\": \"0\",\n                            \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"global_shipping_charge_commission_type\": \"fixed\",\n                            \"global_shipping_charge_commission\": 50,\n                            \"global_fixed_commission\": 10,\n                            \"invoice_country_detail\": {\n                                \"id\": 98,\n                                \"name\": \"India\",\n                                \"code\": \"IN\",\n                                \"dial_code\": \"+91\",\n                                \"currency_name\": \"Indian rupee\",\n                                \"currency_symbol\": \"Rs.\",\n                                \"currency_code\": \"INR\",\n                                \"created_at\": null,\n                                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                \"name_with_symbole\": \"Indian rupee - Rs.\"\n                            },\n                            \"commission_tags\": {\n                                \"company_id\": 212738,\n                                \"override_commission\": true\n                            }\n                        }\n                    },\n                    \"tax\": null,\n                    \"inventory_item\": {\n                        \"id\": 13164398,\n                        \"sku\": \"NEW-DESTINATION\",\n                        \"requires_shipping\": true,\n                        \"cost\": \"10.00\",\n                        \"admin_graphql_api_id\": \"gid://shopify/InventoryItem/50352894968111\",\n                        \"created_at\": \"2023-12-21T11:03:56.000000Z\",\n                        \"updated_at\": \"2023-12-21T11:03:56.000000Z\",\n                        \"shop_id\": 4147,\n                        \"channel_id\": \"50352894968111\",\n                        \"variant_id\": null,\n                        \"channel\": null,\n                        \"country_harmonized_system_codes\": null,\n                        \"harmonized_system_code\": null,\n                        \"deleted_at\": null\n                    },\n                    \"product\": {\n                        \"id\": 8057554,\n                        \"product_type_id\": 145003,\n                        \"image_link\": null,\n                        \"images_link\": null,\n                        \"uploaded_images\": [],\n                        \"product_type_title\": \"Canvas\",\n                        \"variant_inventory_count\": {\n                            \"quantity\": 378,\n                            \"length\": 27\n                        },\n                        \"product_type\": {\n                            \"id\": 145003,\n                            \"channel\": \"shopify\",\n                            \"shop_id\": 4147,\n                            \"title\": \"Canvas\",\n                            \"commission\": null,\n                            \"created_at\": \"2023-11-30T06:49:18.000000Z\",\n                            \"updated_at\": \"2023-11-30T06:49:18.000000Z\",\n                            \"fixed_commission\": 0,\n                            \"override_commission\": false,\n                            \"companyObject\": {\n                                \"id\": 212738,\n                                \"company_name\": \"kapil\",\n                                \"brand_name\": \"violetplants\",\n                                \"company_logo\": null,\n                                \"contact_name\": null,\n                                \"phone_number\": null,\n                                \"email\": \"varshil.shipturtle@gmail.com\",\n                                \"address_line_1\": null,\n                                \"address_line_2\": \"gj 23\",\n                                \"pin_code\": \"380009\",\n                                \"city\": \"Ahmedabad\",\n                                \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                                \"updated_at\": \"2023-12-21T12:23:57.000000Z\",\n                                \"state_id\": null,\n                                \"gstin_number\": \"1234\",\n                                \"invoice_prefix\": \"Invoice\",\n                                \"starting_invoice_number\": \"22\",\n                                \"terms_and_conditions\": null,\n                                \"bank_account_beneficiary_name\": null,\n                                \"bank_account_name\": null,\n                                \"ifsc_code\": null,\n                                \"label_company_name\": null,\n                                \"label_contact_name\": null,\n                                \"label_phone\": null,\n                                \"label_email_address\": null,\n                                \"label_address_line_1\": null,\n                                \"label_address_line_2\": null,\n                                \"label_pin_code\": null,\n                                \"label_city\": null,\n                                \"label_state\": null,\n                                \"signature\": null,\n                                \"currency\": \"INR\",\n                                \"weight\": null,\n                                \"measurement\": null,\n                                \"gst_enabled\": true,\n                                \"override_channel_product_weight_enabled\": true,\n                                \"label_details_same_as_company\": true,\n                                \"multi_vendor_invoicing_enabled\": false,\n                                \"multi_vendor_shipping_enabled\": false,\n                                \"is_master\": \"1\",\n                                \"invoice_number_same_as_order_number\": true,\n                                \"enable_disable_cod_reconciliation\": true,\n                                \"enable_disable_freight_reconciliation\": true,\n                                \"cod_tolerance\": \"5\",\n                                \"freight_tolerance\": \"2\",\n                                \"is_multi_vendor_enabled\": true,\n                                \"invoice_message\": null,\n                                \"inclusive_exclusive\": null,\n                                \"is_tax_on_shipping\": \"no\",\n                                \"tax_on_shipping\": null,\n                                \"primary_color\": \"#222F3D\",\n                                \"secondary_color\": null,\n                                \"display_hsn\": true,\n                                \"website\": \"https://app.shipturtle.com/\",\n                                \"country\": \"IN\",\n                                \"type_of_vendor\": \"marketplace\",\n                                \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                                \"title\": \"violetplants\",\n                                \"parent_id\": 212738,\n                                \"extra_information\": null,\n                                \"invoice_date\": \"invoice_creation_date\",\n                                \"number_of_digits\": \"0\",\n                                \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                                \"created_by\": null,\n                                \"updated_by\": 28344,\n                                \"invoice_contact_name\": \"Hussain\",\n                                \"invoice_address_1\": \"dahod\",\n                                \"invoice_address_2\": \"dahod\",\n                                \"invoice_postal_code\": \"380005\",\n                                \"invoice_city\": \"Ahmedabad\",\n                                \"invoice_phone_number\": \"09173038104\",\n                                \"invoice_tin\": null,\n                                \"timezone\": \"America/Phoenix\",\n                                \"hand_delivered_enabled\": true,\n                                \"other_courier_partner_enabled\": true,\n                                \"billing_address_same_as_company_details\": false,\n                                \"deactivated_at\": null,\n                                \"state_code\": \"GJ\",\n                                \"automatically_sync_vendor_name_from_store\": true,\n                                \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                                \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                                \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                                \"correct_all_errors_in_order\": false,\n                                \"generate_shipping_labels_for_orders\": false,\n                                \"generate_invoices_for_dropship_orders\": false,\n                                \"can_vendor_enable_disable_product\": false,\n                                \"can_vendor_edit_quantity_product\": false,\n                                \"can_vendor_edit_weight_dimension_product\": false,\n                                \"can_vendor_edit_tax_product\": true,\n                                \"set_vendor_level_commission\": false,\n                                \"commission\": \"15\",\n                                \"discount_shared_by_vendor\": \"0\",\n                                \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                \"set_vendor_level_shared_discount\": false,\n                                \"set_vendor_level_commissoin_calculated_on\": false,\n                                \"use_shop_channel_values_to_set_commission\": false,\n                                \"can_vendor_generate_invoice\": true,\n                                \"can_vendor_process_shippings\": true,\n                                \"can_vendor_edit_hsn_tax\": true,\n                                \"can_vendor_add_courier_provider\": true,\n                                \"default_vendor_type\": \"marketplace\",\n                                \"no_of_deciaml_digits\": 2,\n                                \"credits\": 299956,\n                                \"plan_id\": 4,\n                                \"requested_plan_id\": null,\n                                \"override_invoice_permissions\": false,\n                                \"override_product_permissions\": false,\n                                \"override_order_routing_permissions\": false,\n                                \"override_shipping_permissions\": false,\n                                \"slug\": \"violetplants-212738\",\n                                \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                \"shipping_charge_commission_type\": \"fixed\",\n                                \"shipping_charge_commission\": 50,\n                                \"override_commission_calculated_tax_type\": false,\n                                \"override_shipping_charge_commission_type\": false,\n                                \"override_shipping_charge_commission\": 0,\n                                \"auto_email_to_vendor\": true,\n                                \"fixed_commission\": 10,\n                                \"service_charge\": 0,\n                                \"can_vendor_edit_price\": false,\n                                \"can_vendor_delete_product\": false,\n                                \"show_logo_in_awb\": false,\n                                \"hide_pick_address_in_awb\": false,\n                                \"hide_customer_info_in_awb\": true,\n                                \"hide_price_in_awb\": false,\n                                \"hide_customer_information_on_vendor_dashboards\": false,\n                                \"allow_merchant_to_generate_invoice\": false,\n                                \"show_merchant_logo_in_invoice\": true,\n                                \"locale\": \"en\",\n                                \"use_custom_waybill\": true,\n                                \"redirect_url\": \"dashboard\",\n                                \"invoice_state_code\": \"GJ\",\n                                \"invoice_country_code\": \"IN\",\n                                \"stripe_account_id\": null,\n                                \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                                \"enable_app_shipping_profile_on_shopify\": \"0\",\n                                \"policy\": null,\n                                \"css\": null,\n                                \"vendor_profile_color\": \"#f18024\",\n                                \"about_us\": null,\n                                \"facebook_link\": null,\n                                \"twitter_link\": null,\n                                \"instagram_link\": null,\n                                \"auto_fulfill_digital_orders\": true,\n                                \"use_default_warehouse_for_all_orders\": false,\n                                \"invoice_label_header_title\": null,\n                                \"invoice_place_of_supply\": null,\n                                \"invoice_cin_key_title\": null,\n                                \"invoice_cin\": null,\n                                \"give_vendor_access_to_merchant_shipper\": false,\n                                \"auto_generate_order_invoices_to_customers\": true,\n                                \"auto_email_order_invoices_to_customers\": true,\n                                \"treat_manual_payment_mode_as_cod\": false,\n                                \"fulfill_order_after_confirm\": false,\n                                \"add_notes_before_confirming_orders\": false,\n                                \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                                \"note_at_the_top_of_invoice\": null,\n                                \"vendor_shop_id\": null,\n                                \"vendor_category\": null,\n                                \"vendor_location\": null,\n                                \"short_description\": null,\n                                \"display_vendor_category\": true,\n                                \"display_vendor_location\": true,\n                                \"display_vendor_short_description\": true,\n                                \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                                \"sync_settings\": {\n                                    \"update_settings\": {\n                                        \"sku\": true,\n                                        \"tags\": true,\n                                        \"media\": true,\n                                        \"price\": true,\n                                        \"title\": true,\n                                        \"weight\": true,\n                                        \"barcode\": true,\n                                        \"quantity\": true,\n                                        \"description\": true,\n                                        \"product_type\": true,\n                                        \"variant_name\": true,\n                                        \"publish_status\": true,\n                                        \"compare_at_price\": true,\n                                        \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                    },\n                                    \"create_settings\": {\n                                        \"sku\": true,\n                                        \"tags\": true,\n                                        \"media\": true,\n                                        \"price\": true,\n                                        \"title\": true,\n                                        \"weight\": true,\n                                        \"barcode\": true,\n                                        \"quantity\": true,\n                                        \"description\": true,\n                                        \"product_type\": true,\n                                        \"variant_name\": true,\n                                        \"publish_status\": true,\n                                        \"compare_at_price\": true,\n                                        \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                    },\n                                    \"override_product_status_at_create\": true,\n                                    \"product_status\": \"as_per_vendor_product\",\n                                    \"enable_order_sync\": true,\n                                    \"push_only_if_order_paid\": false,\n                                    \"push_unsynced_product_order\": true,\n                                    \"auto_add_variant\": true,\n                                    \"auto_remove_variant\": true,\n                                    \"strictKeyCheck\": false,\n                                    \"on_product_delete\": \"do_nothing\",\n                                    \"on_product_unmapped\": \"do_nothing\",\n                                    \"push_only_if_product_connected\": true\n                                },\n                                \"override_hide_customer_information_permissions\": false,\n                                \"can_vendor_cancel_an_order\": false,\n                                \"hide_shipping_charges\": false,\n                                \"add_insurance_to_shipment\": 0,\n                                \"meta_title\": null,\n                                \"registration_link\": null,\n                                \"auto_approval_of_products_from_vendor\": true,\n                                \"ignore_selling_price_for_commission\": 0,\n                                \"shipping_label_check\": {\n                                    \"email\": false,\n                                    \"phone\": false,\n                                    \"address_line_1\": false,\n                                    \"address_line_2\": false,\n                                    \"address_line_1_minimum\": null,\n                                    \"address_line_1_maximum\": null,\n                                    \"address_line_2_minimum\": null,\n                                    \"address_line_2_maximum\": null\n                                },\n                                \"shipping_label_size\": \"smalllabel\",\n                                \"paypal_email\": null,\n                                \"use_custom_email_driver\": true,\n                                \"ignore_order_splitting\": false,\n                                \"hide_customer_information_on_vendor_dashboard\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false\n                                },\n                                \"hide_customer_information_in_awb\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false,\n                                    \"line_items\": false,\n                                    \"vendor_name\": false,\n                                    \"sku\": false,\n                                    \"weight_dimension\": false\n                                },\n                                \"hide_customer_information_in_invoice\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false\n                                },\n                                \"vendor_profile_settings\": {\n                                    \"seller_products_tab\": true,\n                                    \"seller_policy_tab\": true,\n                                    \"seller_contact_us_tab\": true,\n                                    \"seller_events_tab\": true,\n                                    \"seller_reviews_tab\": false,\n                                    \"seller_about_us_tab\": true\n                                },\n                                \"challan_message_1\": null,\n                                \"challan_message_2\": null,\n                                \"challan_prefix\": \"Invoice\",\n                                \"challan_number_same_as_invoice_number\": true,\n                                \"default_label_size_for_all_vendors\": true,\n                                \"hide_customer_information_in_export\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false\n                                },\n                                \"product_permissions\": null,\n                                \"hide_product_details_in_awb\": false,\n                                \"hide_invoice_details_in_awb\": false,\n                                \"company_note\": \"<p>sdfasdfab</p>\",\n                                \"meta_data\": \"[{\\\"uuid\\\":\\\"e95a7b2d-5210-4e7b-988f-7fbde7acf198\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/601990/dashboard-mockup-for-c2c.xlsx\\\",\\\"size\\\":102609,\\\"name\\\":\\\"Dashboard Mockup for C2C.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"50844059-549d-4bcc-88bf-a023fd46bd29\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/604572/28344-1690206866.xlsx\\\",\\\"size\\\":7389,\\\"name\\\":\\\"28344-1690206866.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3ad73d68-08a3-46b5-9afc-3d1ac5df398f\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655061/lable_cancelled_order_amazon.xlsx\\\",\\\"size\\\":26214,\\\"name\\\":\\\"Lable Cancelled Order Amazon.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                                \"color_theme_field\": \"light.blue\",\n                                \"change_tracking_url\": false,\n                                \"ship_to_address_as_merchants_default_warehouse\": false,\n                                \"can_vendor_hold_an_order\": false,\n                                \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                                \"allow_vendors_to_change_vendor_profile_details\": true,\n                                \"whatsapp_account\": \"use_company_account\",\n                                \"vendor_profile_theme_choosen\": \"theme-1\",\n                                \"whatsapp_credit\": 54,\n                                \"test_whatsapp_number\": \"+918849193468\",\n                                \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                                \"connected_vendor_shops\": [\n                                    \"vendorsynctesting5.myshopify.com\",\n                                    \"testing-for-vendorsync.myshopify.com\",\n                                    \"purpleplants.myshopify.com\",\n                                    \"https://st-wpdemo.com/\",\n                                    \"test-store-webkul-112.myshopify.com\",\n                                    \"https://st-wpdemo.com/\",\n                                    \"purpleplants.myshopify.com/\",\n                                    \"https://st-wpdemo.com/\",\n                                    \"purpleplants.myshopify.com\",\n                                    \"channelteststore5.myshopify.com\",\n                                    \"https://st-wpdemo.com/newtestclient/\",\n                                    \"purpleplants.myshopify.com\",\n                                    \"purpleplants.myshopify.com\"\n                                ],\n                                \"events\": null,\n                                \"commission_automation_set\": {\n                                    \"commission_automation\": true,\n                                    \"commission_automation_rules\": true,\n                                    \"commission_automation_date_range\": true,\n                                    \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                    \"time_buffer_for_commission_automation\": \"4\",\n                                    \"order_status_for_commission_automation\": \"pending\",\n                                    \"invoice_number_for_commission_automation\": 277,\n                                    \"date_Range_days_for_commission_automation\": \"4\"\n                                },\n                                \"auto_confirmation_using_tags_settings\": {\n                                    \"tags_settings_status\": true,\n                                    \"paid\": true,\n                                    \"tags_for_paid\": [],\n                                    \"cod_or_partially_paid\": false,\n                                    \"tags_for_cod_or_partially_paid\": [],\n                                    \"Exceptions_for_paid\": false,\n                                    \"Exceptions_for_paid_tags\": [],\n                                    \"Exceptions_for_cod_or_partially_paid\": false,\n                                    \"Exceptions_for_cod_or_partially_paid_tags\": []\n                                },\n                                \"preferred_location\": null,\n                                \"email_credit\": 4853,\n                                \"global_commission\": \"15\",\n                                \"global_discount_shared_by_vendor\": \"0\",\n                                \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                \"global_shipping_charge_commission_type\": \"fixed\",\n                                \"global_shipping_charge_commission\": 50,\n                                \"global_fixed_commission\": 10,\n                                \"invoice_country_detail\": {\n                                    \"id\": 98,\n                                    \"name\": \"India\",\n                                    \"code\": \"IN\",\n                                    \"dial_code\": \"+91\",\n                                    \"currency_name\": \"Indian rupee\",\n                                    \"currency_symbol\": \"Rs.\",\n                                    \"currency_code\": \"INR\",\n                                    \"created_at\": null,\n                                    \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                    \"name_with_symbole\": \"Indian rupee - Rs.\"\n                                },\n                                \"commission_tags\": {\n                                    \"company_id\": 212738,\n                                    \"override_commission\": true\n                                },\n                                \"parent\": {\n                                    \"id\": 212738,\n                                    \"company_name\": \"kapil\",\n                                    \"brand_name\": \"violetplants\",\n                                    \"company_logo\": null,\n                                    \"contact_name\": null,\n                                    \"phone_number\": null,\n                                    \"email\": \"varshil.shipturtle@gmail.com\",\n                                    \"address_line_1\": null,\n                                    \"address_line_2\": \"gj 23\",\n                                    \"pin_code\": \"380009\",\n                                    \"city\": \"Ahmedabad\",\n                                    \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                                    \"updated_at\": \"2023-12-21T12:23:57.000000Z\",\n                                    \"state_id\": null,\n                                    \"gstin_number\": \"1234\",\n                                    \"invoice_prefix\": \"Invoice\",\n                                    \"starting_invoice_number\": \"22\",\n                                    \"terms_and_conditions\": null,\n                                    \"bank_account_beneficiary_name\": null,\n                                    \"bank_account_name\": null,\n                                    \"ifsc_code\": null,\n                                    \"label_company_name\": null,\n                                    \"label_contact_name\": null,\n                                    \"label_phone\": null,\n                                    \"label_email_address\": null,\n                                    \"label_address_line_1\": null,\n                                    \"label_address_line_2\": null,\n                                    \"label_pin_code\": null,\n                                    \"label_city\": null,\n                                    \"label_state\": null,\n                                    \"signature\": null,\n                                    \"currency\": \"INR\",\n                                    \"weight\": null,\n                                    \"measurement\": null,\n                                    \"gst_enabled\": true,\n                                    \"override_channel_product_weight_enabled\": true,\n                                    \"label_details_same_as_company\": true,\n                                    \"multi_vendor_invoicing_enabled\": false,\n                                    \"multi_vendor_shipping_enabled\": false,\n                                    \"is_master\": \"1\",\n                                    \"invoice_number_same_as_order_number\": true,\n                                    \"enable_disable_cod_reconciliation\": true,\n                                    \"enable_disable_freight_reconciliation\": true,\n                                    \"cod_tolerance\": \"5\",\n                                    \"freight_tolerance\": \"2\",\n                                    \"is_multi_vendor_enabled\": true,\n                                    \"invoice_message\": null,\n                                    \"inclusive_exclusive\": null,\n                                    \"is_tax_on_shipping\": \"no\",\n                                    \"tax_on_shipping\": null,\n                                    \"primary_color\": \"#222F3D\",\n                                    \"secondary_color\": null,\n                                    \"display_hsn\": true,\n                                    \"website\": \"https://app.shipturtle.com/\",\n                                    \"country\": \"IN\",\n                                    \"type_of_vendor\": \"marketplace\",\n                                    \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                                    \"title\": \"violetplants\",\n                                    \"parent_id\": 212738,\n                                    \"extra_information\": null,\n                                    \"invoice_date\": \"invoice_creation_date\",\n                                    \"number_of_digits\": \"0\",\n                                    \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                                    \"created_by\": null,\n                                    \"updated_by\": 28344,\n                                    \"invoice_contact_name\": \"Hussain\",\n                                    \"invoice_address_1\": \"dahod\",\n                                    \"invoice_address_2\": \"dahod\",\n                                    \"invoice_postal_code\": \"380005\",\n                                    \"invoice_city\": \"Ahmedabad\",\n                                    \"invoice_phone_number\": \"09173038104\",\n                                    \"invoice_tin\": null,\n                                    \"timezone\": \"America/Phoenix\",\n                                    \"hand_delivered_enabled\": true,\n                                    \"other_courier_partner_enabled\": true,\n                                    \"billing_address_same_as_company_details\": false,\n                                    \"deactivated_at\": null,\n                                    \"state_code\": \"GJ\",\n                                    \"automatically_sync_vendor_name_from_store\": true,\n                                    \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                                    \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                                    \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                                    \"correct_all_errors_in_order\": false,\n                                    \"generate_shipping_labels_for_orders\": false,\n                                    \"generate_invoices_for_dropship_orders\": false,\n                                    \"can_vendor_enable_disable_product\": false,\n                                    \"can_vendor_edit_quantity_product\": false,\n                                    \"can_vendor_edit_weight_dimension_product\": false,\n                                    \"can_vendor_edit_tax_product\": true,\n                                    \"set_vendor_level_commission\": false,\n                                    \"commission\": \"15\",\n                                    \"discount_shared_by_vendor\": \"0\",\n                                    \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                    \"set_vendor_level_shared_discount\": false,\n                                    \"set_vendor_level_commissoin_calculated_on\": false,\n                                    \"use_shop_channel_values_to_set_commission\": false,\n                                    \"can_vendor_generate_invoice\": true,\n                                    \"can_vendor_process_shippings\": true,\n                                    \"can_vendor_edit_hsn_tax\": true,\n                                    \"can_vendor_add_courier_provider\": true,\n                                    \"default_vendor_type\": \"marketplace\",\n                                    \"no_of_deciaml_digits\": 2,\n                                    \"credits\": 299956,\n                                    \"plan_id\": 4,\n                                    \"requested_plan_id\": null,\n                                    \"override_invoice_permissions\": false,\n                                    \"override_product_permissions\": false,\n                                    \"override_order_routing_permissions\": false,\n                                    \"override_shipping_permissions\": false,\n                                    \"slug\": \"violetplants-212738\",\n                                    \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                    \"shipping_charge_commission_type\": \"fixed\",\n                                    \"shipping_charge_commission\": 50,\n                                    \"override_commission_calculated_tax_type\": false,\n                                    \"override_shipping_charge_commission_type\": false,\n                                    \"override_shipping_charge_commission\": 0,\n                                    \"auto_email_to_vendor\": true,\n                                    \"fixed_commission\": 10,\n                                    \"service_charge\": 0,\n                                    \"can_vendor_edit_price\": false,\n                                    \"can_vendor_delete_product\": false,\n                                    \"show_logo_in_awb\": false,\n                                    \"hide_pick_address_in_awb\": false,\n                                    \"hide_customer_info_in_awb\": true,\n                                    \"hide_price_in_awb\": false,\n                                    \"hide_customer_information_on_vendor_dashboards\": false,\n                                    \"allow_merchant_to_generate_invoice\": false,\n                                    \"show_merchant_logo_in_invoice\": true,\n                                    \"locale\": \"en\",\n                                    \"use_custom_waybill\": true,\n                                    \"redirect_url\": \"dashboard\",\n                                    \"invoice_state_code\": \"GJ\",\n                                    \"invoice_country_code\": \"IN\",\n                                    \"stripe_account_id\": null,\n                                    \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                                    \"enable_app_shipping_profile_on_shopify\": \"0\",\n                                    \"policy\": null,\n                                    \"css\": null,\n                                    \"vendor_profile_color\": \"#f18024\",\n                                    \"about_us\": null,\n                                    \"facebook_link\": null,\n                                    \"twitter_link\": null,\n                                    \"instagram_link\": null,\n                                    \"auto_fulfill_digital_orders\": true,\n                                    \"use_default_warehouse_for_all_orders\": false,\n                                    \"invoice_label_header_title\": null,\n                                    \"invoice_place_of_supply\": null,\n                                    \"invoice_cin_key_title\": null,\n                                    \"invoice_cin\": null,\n                                    \"give_vendor_access_to_merchant_shipper\": false,\n                                    \"auto_generate_order_invoices_to_customers\": true,\n                                    \"auto_email_order_invoices_to_customers\": true,\n                                    \"treat_manual_payment_mode_as_cod\": false,\n                                    \"fulfill_order_after_confirm\": false,\n                                    \"add_notes_before_confirming_orders\": false,\n                                    \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                                    \"note_at_the_top_of_invoice\": null,\n                                    \"vendor_shop_id\": null,\n                                    \"vendor_category\": null,\n                                    \"vendor_location\": null,\n                                    \"short_description\": null,\n                                    \"display_vendor_category\": true,\n                                    \"display_vendor_location\": true,\n                                    \"display_vendor_short_description\": true,\n                                    \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                                    \"sync_settings\": {\n                                        \"update_settings\": {\n                                            \"sku\": true,\n                                            \"tags\": true,\n                                            \"media\": true,\n                                            \"price\": true,\n                                            \"title\": true,\n                                            \"weight\": true,\n                                            \"barcode\": true,\n                                            \"quantity\": true,\n                                            \"description\": true,\n                                            \"product_type\": true,\n                                            \"variant_name\": true,\n                                            \"publish_status\": true,\n                                            \"compare_at_price\": true,\n                                            \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                        },\n                                        \"create_settings\": {\n                                            \"sku\": true,\n                                            \"tags\": true,\n                                            \"media\": true,\n                                            \"price\": true,\n                                            \"title\": true,\n                                            \"weight\": true,\n                                            \"barcode\": true,\n                                            \"quantity\": true,\n                                            \"description\": true,\n                                            \"product_type\": true,\n                                            \"variant_name\": true,\n                                            \"publish_status\": true,\n                                            \"compare_at_price\": true,\n                                            \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                        },\n                                        \"override_product_status_at_create\": true,\n                                        \"product_status\": \"as_per_vendor_product\",\n                                        \"enable_order_sync\": true,\n                                        \"push_only_if_order_paid\": false,\n                                        \"push_unsynced_product_order\": true,\n                                        \"auto_add_variant\": true,\n                                        \"auto_remove_variant\": true,\n                                        \"strictKeyCheck\": false,\n                                        \"on_product_delete\": \"do_nothing\",\n                                        \"on_product_unmapped\": \"do_nothing\",\n                                        \"push_only_if_product_connected\": true\n                                    },\n                                    \"override_hide_customer_information_permissions\": false,\n                                    \"can_vendor_cancel_an_order\": false,\n                                    \"hide_shipping_charges\": false,\n                                    \"add_insurance_to_shipment\": 0,\n                                    \"meta_title\": null,\n                                    \"registration_link\": null,\n                                    \"auto_approval_of_products_from_vendor\": true,\n                                    \"ignore_selling_price_for_commission\": 0,\n                                    \"shipping_label_check\": {\n                                        \"email\": false,\n                                        \"phone\": false,\n                                        \"address_line_1\": false,\n                                        \"address_line_2\": false,\n                                        \"address_line_1_minimum\": null,\n                                        \"address_line_1_maximum\": null,\n                                        \"address_line_2_minimum\": null,\n                                        \"address_line_2_maximum\": null\n                                    },\n                                    \"shipping_label_size\": \"smalllabel\",\n                                    \"paypal_email\": null,\n                                    \"use_custom_email_driver\": true,\n                                    \"ignore_order_splitting\": false,\n                                    \"hide_customer_information_on_vendor_dashboard\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false\n                                    },\n                                    \"hide_customer_information_in_awb\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false,\n                                        \"line_items\": false,\n                                        \"vendor_name\": false,\n                                        \"sku\": false,\n                                        \"weight_dimension\": false\n                                    },\n                                    \"hide_customer_information_in_invoice\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false\n                                    },\n                                    \"vendor_profile_settings\": {\n                                        \"seller_products_tab\": true,\n                                        \"seller_policy_tab\": true,\n                                        \"seller_contact_us_tab\": true,\n                                        \"seller_events_tab\": true,\n                                        \"seller_reviews_tab\": false,\n                                        \"seller_about_us_tab\": true\n                                    },\n                                    \"challan_message_1\": null,\n                                    \"challan_message_2\": null,\n                                    \"challan_prefix\": \"Invoice\",\n                                    \"challan_number_same_as_invoice_number\": true,\n                                    \"default_label_size_for_all_vendors\": true,\n                                    \"hide_customer_information_in_export\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false\n                                    },\n                                    \"product_permissions\": null,\n                                    \"hide_product_details_in_awb\": false,\n                                    \"hide_invoice_details_in_awb\": false,\n                                    \"company_note\": \"<p>sdfasdfab</p>\",\n                                    \"meta_data\": \"[{\\\"uuid\\\":\\\"e95a7b2d-5210-4e7b-988f-7fbde7acf198\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/601990/dashboard-mockup-for-c2c.xlsx\\\",\\\"size\\\":102609,\\\"name\\\":\\\"Dashboard Mockup for C2C.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"50844059-549d-4bcc-88bf-a023fd46bd29\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/604572/28344-1690206866.xlsx\\\",\\\"size\\\":7389,\\\"name\\\":\\\"28344-1690206866.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3ad73d68-08a3-46b5-9afc-3d1ac5df398f\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655061/lable_cancelled_order_amazon.xlsx\\\",\\\"size\\\":26214,\\\"name\\\":\\\"Lable Cancelled Order Amazon.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                                    \"color_theme_field\": \"light.blue\",\n                                    \"change_tracking_url\": false,\n                                    \"ship_to_address_as_merchants_default_warehouse\": false,\n                                    \"can_vendor_hold_an_order\": false,\n                                    \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                                    \"allow_vendors_to_change_vendor_profile_details\": true,\n                                    \"whatsapp_account\": \"use_company_account\",\n                                    \"vendor_profile_theme_choosen\": \"theme-1\",\n                                    \"whatsapp_credit\": 54,\n                                    \"test_whatsapp_number\": \"+918849193468\",\n                                    \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                                    \"connected_vendor_shops\": [\n                                        \"vendorsynctesting5.myshopify.com\",\n                                        \"testing-for-vendorsync.myshopify.com\",\n                                        \"purpleplants.myshopify.com\",\n                                        \"https://st-wpdemo.com/\",\n                                        \"test-store-webkul-112.myshopify.com\",\n                                        \"https://st-wpdemo.com/\",\n                                        \"purpleplants.myshopify.com/\",\n                                        \"https://st-wpdemo.com/\",\n                                        \"purpleplants.myshopify.com\",\n                                        \"channelteststore5.myshopify.com\",\n                                        \"https://st-wpdemo.com/newtestclient/\",\n                                        \"purpleplants.myshopify.com\",\n                                        \"purpleplants.myshopify.com\"\n                                    ],\n                                    \"events\": null,\n                                    \"commission_automation_set\": {\n                                        \"commission_automation\": true,\n                                        \"commission_automation_rules\": true,\n                                        \"commission_automation_date_range\": true,\n                                        \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                        \"time_buffer_for_commission_automation\": \"4\",\n                                        \"order_status_for_commission_automation\": \"pending\",\n                                        \"invoice_number_for_commission_automation\": 277,\n                                        \"date_Range_days_for_commission_automation\": \"4\"\n                                    },\n                                    \"auto_confirmation_using_tags_settings\": {\n                                        \"tags_settings_status\": true,\n                                        \"paid\": true,\n                                        \"tags_for_paid\": [],\n                                        \"cod_or_partially_paid\": false,\n                                        \"tags_for_cod_or_partially_paid\": [],\n                                        \"Exceptions_for_paid\": false,\n                                        \"Exceptions_for_paid_tags\": [],\n                                        \"Exceptions_for_cod_or_partially_paid\": false,\n                                        \"Exceptions_for_cod_or_partially_paid_tags\": []\n                                    },\n                                    \"preferred_location\": null,\n                                    \"email_credit\": 4853,\n                                    \"global_commission\": \"15\",\n                                    \"global_discount_shared_by_vendor\": \"0\",\n                                    \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                    \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                    \"global_shipping_charge_commission_type\": \"fixed\",\n                                    \"global_shipping_charge_commission\": 50,\n                                    \"global_fixed_commission\": 10,\n                                    \"invoice_country_detail\": {\n                                        \"id\": 98,\n                                        \"name\": \"India\",\n                                        \"code\": \"IN\",\n                                        \"dial_code\": \"+91\",\n                                        \"currency_name\": \"Indian rupee\",\n                                        \"currency_symbol\": \"Rs.\",\n                                        \"currency_code\": \"INR\",\n                                        \"created_at\": null,\n                                        \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                        \"name_with_symbole\": \"Indian rupee - Rs.\"\n                                    },\n                                    \"commission_tags\": {\n                                        \"company_id\": 212738,\n                                        \"override_commission\": true\n                                    }\n                                }\n                            },\n                            \"overridden_commission_level\": \"global\",\n                            \"overridden_commission\": \"15\",\n                            \"overridden_fixed_commission\": 10,\n                            \"global_commission_level\": \"global\",\n                            \"global_commission\": \"15\",\n                            \"global_fixed_commission\": 10\n                        },\n                        \"media\": []\n                    },\n                    \"alien_variant\": null\n                },\n                {\n                    \"id\": 22397099,\n                    \"commission\": null,\n                    \"fixed_commission\": 0,\n                    \"company_id\": 212738,\n                    \"product_id\": 8057554,\n                    \"image\": null,\n                    \"channel_variant_id\": \"22530933\",\n                    \"compare_at_price\": \"0.00\",\n                    \"deleted_at\": null,\n                    \"deactivated_at\": true,\n                    \"grams\": \"0\",\n                    \"height\": null,\n                    \"image_id\": null,\n                    \"inventory_item_id\": \"50352895000879\",\n                    \"inventory_management\": \"shopify\",\n                    \"inventory_policy\": \"deny\",\n                    \"inventory_quantity\": \"19\",\n                    \"length\": null,\n                    \"old_inventory_quantity\": null,\n                    \"option1\": \"RED\",\n                    \"option2\": \"S\",\n                    \"option3\": \"Title3\",\n                    \"price\": \"2010.00\",\n                    \"provider\": null,\n                    \"requires_shipping\": null,\n                    \"shop_id\": 4147,\n                    \"sku\": \"NEW-DESTINATION\",\n                    \"tax_id\": null,\n                    \"title\": \"RED / S / Title3\",\n                    \"updated_at\": \"2023-12-21T11:03:57.000000Z\",\n                    \"weight\": \"0\",\n                    \"weight_unit\": \"kg\",\n                    \"width\": null,\n                    \"parent_id\": 212738,\n                    \"override_commission\": false,\n                    \"vendor_shop_variant_id\": null,\n                    \"barcode\": \"\",\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/48308473594159\",\n                    \"overridden_commission_level\": \"global\",\n                    \"overridden_commission\": \"15\",\n                    \"overridden_fixed_commission\": 10,\n                    \"file_history\": null,\n                    \"company\": {\n                        \"id\": 212738,\n                        \"title\": \"violetplants\",\n                        \"parent_id\": 212738,\n                        \"commission\": \"15\",\n                        \"fixed_commission\": 10,\n                        \"set_vendor_level_commission\": false,\n                        \"global_commission\": \"15\",\n                        \"global_discount_shared_by_vendor\": \"0\",\n                        \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                        \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                        \"global_shipping_charge_commission_type\": \"fixed\",\n                        \"global_shipping_charge_commission\": 50,\n                        \"global_fixed_commission\": 10,\n                        \"invoice_country_detail\": null,\n                        \"commission_tags\": {\n                            \"company_id\": 212738,\n                            \"override_commission\": true\n                        },\n                        \"parent\": {\n                            \"id\": 212738,\n                            \"company_name\": \"kapil\",\n                            \"brand_name\": \"violetplants\",\n                            \"company_logo\": null,\n                            \"contact_name\": null,\n                            \"phone_number\": null,\n                            \"email\": \"varshil.shipturtle@gmail.com\",\n                            \"address_line_1\": null,\n                            \"address_line_2\": \"gj 23\",\n                            \"pin_code\": \"380009\",\n                            \"city\": \"Ahmedabad\",\n                            \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                            \"updated_at\": \"2023-12-21T12:23:57.000000Z\",\n                            \"state_id\": null,\n                            \"gstin_number\": \"1234\",\n                            \"invoice_prefix\": \"Invoice\",\n                            \"starting_invoice_number\": \"22\",\n                            \"terms_and_conditions\": null,\n                            \"bank_account_beneficiary_name\": null,\n                            \"bank_account_name\": null,\n                            \"ifsc_code\": null,\n                            \"label_company_name\": null,\n                            \"label_contact_name\": null,\n                            \"label_phone\": null,\n                            \"label_email_address\": null,\n                            \"label_address_line_1\": null,\n                            \"label_address_line_2\": null,\n                            \"label_pin_code\": null,\n                            \"label_city\": null,\n                            \"label_state\": null,\n                            \"signature\": null,\n                            \"currency\": \"INR\",\n                            \"weight\": null,\n                            \"measurement\": null,\n                            \"gst_enabled\": true,\n                            \"override_channel_product_weight_enabled\": true,\n                            \"label_details_same_as_company\": true,\n                            \"multi_vendor_invoicing_enabled\": false,\n                            \"multi_vendor_shipping_enabled\": false,\n                            \"is_master\": \"1\",\n                            \"invoice_number_same_as_order_number\": true,\n                            \"enable_disable_cod_reconciliation\": true,\n                            \"enable_disable_freight_reconciliation\": true,\n                            \"cod_tolerance\": \"5\",\n                            \"freight_tolerance\": \"2\",\n                            \"is_multi_vendor_enabled\": true,\n                            \"invoice_message\": null,\n                            \"inclusive_exclusive\": null,\n                            \"is_tax_on_shipping\": \"no\",\n                            \"tax_on_shipping\": null,\n                            \"primary_color\": \"#222F3D\",\n                            \"secondary_color\": null,\n                            \"display_hsn\": true,\n                            \"website\": \"https://app.shipturtle.com/\",\n                            \"country\": \"IN\",\n                            \"type_of_vendor\": \"marketplace\",\n                            \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                            \"title\": \"violetplants\",\n                            \"parent_id\": 212738,\n                            \"extra_information\": null,\n                            \"invoice_date\": \"invoice_creation_date\",\n                            \"number_of_digits\": \"0\",\n                            \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                            \"created_by\": null,\n                            \"updated_by\": 28344,\n                            \"invoice_contact_name\": \"Hussain\",\n                            \"invoice_address_1\": \"dahod\",\n                            \"invoice_address_2\": \"dahod\",\n                            \"invoice_postal_code\": \"380005\",\n                            \"invoice_city\": \"Ahmedabad\",\n                            \"invoice_phone_number\": \"09173038104\",\n                            \"invoice_tin\": null,\n                            \"timezone\": \"America/Phoenix\",\n                            \"hand_delivered_enabled\": true,\n                            \"other_courier_partner_enabled\": true,\n                            \"billing_address_same_as_company_details\": false,\n                            \"deactivated_at\": null,\n                            \"state_code\": \"GJ\",\n                            \"automatically_sync_vendor_name_from_store\": true,\n                            \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                            \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                            \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                            \"correct_all_errors_in_order\": false,\n                            \"generate_shipping_labels_for_orders\": false,\n                            \"generate_invoices_for_dropship_orders\": false,\n                            \"can_vendor_enable_disable_product\": false,\n                            \"can_vendor_edit_quantity_product\": false,\n                            \"can_vendor_edit_weight_dimension_product\": false,\n                            \"can_vendor_edit_tax_product\": true,\n                            \"set_vendor_level_commission\": false,\n                            \"commission\": \"15\",\n                            \"discount_shared_by_vendor\": \"0\",\n                            \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"set_vendor_level_shared_discount\": false,\n                            \"set_vendor_level_commissoin_calculated_on\": false,\n                            \"use_shop_channel_values_to_set_commission\": false,\n                            \"can_vendor_generate_invoice\": true,\n                            \"can_vendor_process_shippings\": true,\n                            \"can_vendor_edit_hsn_tax\": true,\n                            \"can_vendor_add_courier_provider\": true,\n                            \"default_vendor_type\": \"marketplace\",\n                            \"no_of_deciaml_digits\": 2,\n                            \"credits\": 299956,\n                            \"plan_id\": 4,\n                            \"requested_plan_id\": null,\n                            \"override_invoice_permissions\": false,\n                            \"override_product_permissions\": false,\n                            \"override_order_routing_permissions\": false,\n                            \"override_shipping_permissions\": false,\n                            \"slug\": \"violetplants-212738\",\n                            \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"shipping_charge_commission_type\": \"fixed\",\n                            \"shipping_charge_commission\": 50,\n                            \"override_commission_calculated_tax_type\": false,\n                            \"override_shipping_charge_commission_type\": false,\n                            \"override_shipping_charge_commission\": 0,\n                            \"auto_email_to_vendor\": true,\n                            \"fixed_commission\": 10,\n                            \"service_charge\": 0,\n                            \"can_vendor_edit_price\": false,\n                            \"can_vendor_delete_product\": false,\n                            \"show_logo_in_awb\": false,\n                            \"hide_pick_address_in_awb\": false,\n                            \"hide_customer_info_in_awb\": true,\n                            \"hide_price_in_awb\": false,\n                            \"hide_customer_information_on_vendor_dashboards\": false,\n                            \"allow_merchant_to_generate_invoice\": false,\n                            \"show_merchant_logo_in_invoice\": true,\n                            \"locale\": \"en\",\n                            \"use_custom_waybill\": true,\n                            \"redirect_url\": \"dashboard\",\n                            \"invoice_state_code\": \"GJ\",\n                            \"invoice_country_code\": \"IN\",\n                            \"stripe_account_id\": null,\n                            \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                            \"enable_app_shipping_profile_on_shopify\": \"0\",\n                            \"policy\": null,\n                            \"css\": null,\n                            \"vendor_profile_color\": \"#f18024\",\n                            \"about_us\": null,\n                            \"facebook_link\": null,\n                            \"twitter_link\": null,\n                            \"instagram_link\": null,\n                            \"auto_fulfill_digital_orders\": true,\n                            \"use_default_warehouse_for_all_orders\": false,\n                            \"invoice_label_header_title\": null,\n                            \"invoice_place_of_supply\": null,\n                            \"invoice_cin_key_title\": null,\n                            \"invoice_cin\": null,\n                            \"give_vendor_access_to_merchant_shipper\": false,\n                            \"auto_generate_order_invoices_to_customers\": true,\n                            \"auto_email_order_invoices_to_customers\": true,\n                            \"treat_manual_payment_mode_as_cod\": false,\n                            \"fulfill_order_after_confirm\": false,\n                            \"add_notes_before_confirming_orders\": false,\n                            \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                            \"note_at_the_top_of_invoice\": null,\n                            \"vendor_shop_id\": null,\n                            \"vendor_category\": null,\n                            \"vendor_location\": null,\n                            \"short_description\": null,\n                            \"display_vendor_category\": true,\n                            \"display_vendor_location\": true,\n                            \"display_vendor_short_description\": true,\n                            \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                            \"sync_settings\": {\n                                \"update_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": true,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"create_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": true,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"override_product_status_at_create\": true,\n                                \"product_status\": \"as_per_vendor_product\",\n                                \"enable_order_sync\": true,\n                                \"push_only_if_order_paid\": false,\n                                \"push_unsynced_product_order\": true,\n                                \"auto_add_variant\": true,\n                                \"auto_remove_variant\": true,\n                                \"strictKeyCheck\": false,\n                                \"on_product_delete\": \"do_nothing\",\n                                \"on_product_unmapped\": \"do_nothing\",\n                                \"push_only_if_product_connected\": true\n                            },\n                            \"override_hide_customer_information_permissions\": false,\n                            \"can_vendor_cancel_an_order\": false,\n                            \"hide_shipping_charges\": false,\n                            \"add_insurance_to_shipment\": 0,\n                            \"meta_title\": null,\n                            \"registration_link\": null,\n                            \"auto_approval_of_products_from_vendor\": true,\n                            \"ignore_selling_price_for_commission\": 0,\n                            \"shipping_label_check\": {\n                                \"email\": false,\n                                \"phone\": false,\n                                \"address_line_1\": false,\n                                \"address_line_2\": false,\n                                \"address_line_1_minimum\": null,\n                                \"address_line_1_maximum\": null,\n                                \"address_line_2_minimum\": null,\n                                \"address_line_2_maximum\": null\n                            },\n                            \"shipping_label_size\": \"smalllabel\",\n                            \"paypal_email\": null,\n                            \"use_custom_email_driver\": true,\n                            \"ignore_order_splitting\": false,\n                            \"hide_customer_information_on_vendor_dashboard\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"hide_customer_information_in_awb\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false,\n                                \"line_items\": false,\n                                \"vendor_name\": false,\n                                \"sku\": false,\n                                \"weight_dimension\": false\n                            },\n                            \"hide_customer_information_in_invoice\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"vendor_profile_settings\": {\n                                \"seller_products_tab\": true,\n                                \"seller_policy_tab\": true,\n                                \"seller_contact_us_tab\": true,\n                                \"seller_events_tab\": true,\n                                \"seller_reviews_tab\": false,\n                                \"seller_about_us_tab\": true\n                            },\n                            \"challan_message_1\": null,\n                            \"challan_message_2\": null,\n                            \"challan_prefix\": \"Invoice\",\n                            \"challan_number_same_as_invoice_number\": true,\n                            \"default_label_size_for_all_vendors\": true,\n                            \"hide_customer_information_in_export\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"product_permissions\": null,\n                            \"hide_product_details_in_awb\": false,\n                            \"hide_invoice_details_in_awb\": false,\n                            \"company_note\": \"<p>sdfasdfab</p>\",\n                            \"meta_data\": \"[{\\\"uuid\\\":\\\"e95a7b2d-5210-4e7b-988f-7fbde7acf198\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/601990/dashboard-mockup-for-c2c.xlsx\\\",\\\"size\\\":102609,\\\"name\\\":\\\"Dashboard Mockup for C2C.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"50844059-549d-4bcc-88bf-a023fd46bd29\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/604572/28344-1690206866.xlsx\\\",\\\"size\\\":7389,\\\"name\\\":\\\"28344-1690206866.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3ad73d68-08a3-46b5-9afc-3d1ac5df398f\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655061/lable_cancelled_order_amazon.xlsx\\\",\\\"size\\\":26214,\\\"name\\\":\\\"Lable Cancelled Order Amazon.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                            \"color_theme_field\": \"light.blue\",\n                            \"change_tracking_url\": false,\n                            \"ship_to_address_as_merchants_default_warehouse\": false,\n                            \"can_vendor_hold_an_order\": false,\n                            \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                            \"allow_vendors_to_change_vendor_profile_details\": true,\n                            \"whatsapp_account\": \"use_company_account\",\n                            \"vendor_profile_theme_choosen\": \"theme-1\",\n                            \"whatsapp_credit\": 54,\n                            \"test_whatsapp_number\": \"+918849193468\",\n                            \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                            \"connected_vendor_shops\": [\n                                \"vendorsynctesting5.myshopify.com\",\n                                \"testing-for-vendorsync.myshopify.com\",\n                                \"purpleplants.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"test-store-webkul-112.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com/\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com\",\n                                \"channelteststore5.myshopify.com\",\n                                \"https://st-wpdemo.com/newtestclient/\",\n                                \"purpleplants.myshopify.com\",\n                                \"purpleplants.myshopify.com\"\n                            ],\n                            \"events\": null,\n                            \"commission_automation_set\": {\n                                \"commission_automation\": true,\n                                \"commission_automation_rules\": true,\n                                \"commission_automation_date_range\": true,\n                                \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                \"time_buffer_for_commission_automation\": \"4\",\n                                \"order_status_for_commission_automation\": \"pending\",\n                                \"invoice_number_for_commission_automation\": 277,\n                                \"date_Range_days_for_commission_automation\": \"4\"\n                            },\n                            \"auto_confirmation_using_tags_settings\": {\n                                \"tags_settings_status\": true,\n                                \"paid\": true,\n                                \"tags_for_paid\": [],\n                                \"cod_or_partially_paid\": false,\n                                \"tags_for_cod_or_partially_paid\": [],\n                                \"Exceptions_for_paid\": false,\n                                \"Exceptions_for_paid_tags\": [],\n                                \"Exceptions_for_cod_or_partially_paid\": false,\n                                \"Exceptions_for_cod_or_partially_paid_tags\": []\n                            },\n                            \"preferred_location\": null,\n                            \"email_credit\": 4853,\n                            \"global_commission\": \"15\",\n                            \"global_discount_shared_by_vendor\": \"0\",\n                            \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"global_shipping_charge_commission_type\": \"fixed\",\n                            \"global_shipping_charge_commission\": 50,\n                            \"global_fixed_commission\": 10,\n                            \"invoice_country_detail\": {\n                                \"id\": 98,\n                                \"name\": \"India\",\n                                \"code\": \"IN\",\n                                \"dial_code\": \"+91\",\n                                \"currency_name\": \"Indian rupee\",\n                                \"currency_symbol\": \"Rs.\",\n                                \"currency_code\": \"INR\",\n                                \"created_at\": null,\n                                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                \"name_with_symbole\": \"Indian rupee - Rs.\"\n                            },\n                            \"commission_tags\": {\n                                \"company_id\": 212738,\n                                \"override_commission\": true\n                            }\n                        }\n                    },\n                    \"tax\": null,\n                    \"inventory_item\": {\n                        \"id\": 13164393,\n                        \"sku\": \"NEW-DESTINATION\",\n                        \"requires_shipping\": true,\n                        \"cost\": \"10.00\",\n                        \"admin_graphql_api_id\": \"gid://shopify/InventoryItem/50352895000879\",\n                        \"created_at\": \"2023-12-21T11:03:56.000000Z\",\n                        \"updated_at\": \"2023-12-21T11:03:56.000000Z\",\n                        \"shop_id\": 4147,\n                        \"channel_id\": \"50352895000879\",\n                        \"variant_id\": null,\n                        \"channel\": null,\n                        \"country_harmonized_system_codes\": null,\n                        \"harmonized_system_code\": null,\n                        \"deleted_at\": null\n                    },\n                    \"product\": {\n                        \"id\": 8057554,\n                        \"product_type_id\": 145003,\n                        \"image_link\": null,\n                        \"images_link\": null,\n                        \"uploaded_images\": [],\n                        \"product_type_title\": \"Canvas\",\n                        \"variant_inventory_count\": {\n                            \"quantity\": 378,\n                            \"length\": 27\n                        },\n                        \"product_type\": {\n                            \"id\": 145003,\n                            \"channel\": \"shopify\",\n                            \"shop_id\": 4147,\n                            \"title\": \"Canvas\",\n                            \"commission\": null,\n                            \"created_at\": \"2023-11-30T06:49:18.000000Z\",\n                            \"updated_at\": \"2023-11-30T06:49:18.000000Z\",\n                            \"fixed_commission\": 0,\n                            \"override_commission\": false,\n                            \"companyObject\": {\n                                \"id\": 212738,\n                                \"company_name\": \"kapil\",\n                                \"brand_name\": \"violetplants\",\n                                \"company_logo\": null,\n                                \"contact_name\": null,\n                                \"phone_number\": null,\n                                \"email\": \"varshil.shipturtle@gmail.com\",\n                                \"address_line_1\": null,\n                                \"address_line_2\": \"gj 23\",\n                                \"pin_code\": \"380009\",\n                                \"city\": \"Ahmedabad\",\n                                \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                                \"updated_at\": \"2023-12-21T12:23:57.000000Z\",\n                                \"state_id\": null,\n                                \"gstin_number\": \"1234\",\n                                \"invoice_prefix\": \"Invoice\",\n                                \"starting_invoice_number\": \"22\",\n                                \"terms_and_conditions\": null,\n                                \"bank_account_beneficiary_name\": null,\n                                \"bank_account_name\": null,\n                                \"ifsc_code\": null,\n                                \"label_company_name\": null,\n                                \"label_contact_name\": null,\n                                \"label_phone\": null,\n                                \"label_email_address\": null,\n                                \"label_address_line_1\": null,\n                                \"label_address_line_2\": null,\n                                \"label_pin_code\": null,\n                                \"label_city\": null,\n                                \"label_state\": null,\n                                \"signature\": null,\n                                \"currency\": \"INR\",\n                                \"weight\": null,\n                                \"measurement\": null,\n                                \"gst_enabled\": true,\n                                \"override_channel_product_weight_enabled\": true,\n                                \"label_details_same_as_company\": true,\n                                \"multi_vendor_invoicing_enabled\": false,\n                                \"multi_vendor_shipping_enabled\": false,\n                                \"is_master\": \"1\",\n                                \"invoice_number_same_as_order_number\": true,\n                                \"enable_disable_cod_reconciliation\": true,\n                                \"enable_disable_freight_reconciliation\": true,\n                                \"cod_tolerance\": \"5\",\n                                \"freight_tolerance\": \"2\",\n                                \"is_multi_vendor_enabled\": true,\n                                \"invoice_message\": null,\n                                \"inclusive_exclusive\": null,\n                                \"is_tax_on_shipping\": \"no\",\n                                \"tax_on_shipping\": null,\n                                \"primary_color\": \"#222F3D\",\n                                \"secondary_color\": null,\n                                \"display_hsn\": true,\n                                \"website\": \"https://app.shipturtle.com/\",\n                                \"country\": \"IN\",\n                                \"type_of_vendor\": \"marketplace\",\n                                \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                                \"title\": \"violetplants\",\n                                \"parent_id\": 212738,\n                                \"extra_information\": null,\n                                \"invoice_date\": \"invoice_creation_date\",\n                                \"number_of_digits\": \"0\",\n                                \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                                \"created_by\": null,\n                                \"updated_by\": 28344,\n                                \"invoice_contact_name\": \"Hussain\",\n                                \"invoice_address_1\": \"dahod\",\n                                \"invoice_address_2\": \"dahod\",\n                                \"invoice_postal_code\": \"380005\",\n                                \"invoice_city\": \"Ahmedabad\",\n                                \"invoice_phone_number\": \"09173038104\",\n                                \"invoice_tin\": null,\n                                \"timezone\": \"America/Phoenix\",\n                                \"hand_delivered_enabled\": true,\n                                \"other_courier_partner_enabled\": true,\n                                \"billing_address_same_as_company_details\": false,\n                                \"deactivated_at\": null,\n                                \"state_code\": \"GJ\",\n                                \"automatically_sync_vendor_name_from_store\": true,\n                                \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                                \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                                \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                                \"correct_all_errors_in_order\": false,\n                                \"generate_shipping_labels_for_orders\": false,\n                                \"generate_invoices_for_dropship_orders\": false,\n                                \"can_vendor_enable_disable_product\": false,\n                                \"can_vendor_edit_quantity_product\": false,\n                                \"can_vendor_edit_weight_dimension_product\": false,\n                                \"can_vendor_edit_tax_product\": true,\n                                \"set_vendor_level_commission\": false,\n                                \"commission\": \"15\",\n                                \"discount_shared_by_vendor\": \"0\",\n                                \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                \"set_vendor_level_shared_discount\": false,\n                                \"set_vendor_level_commissoin_calculated_on\": false,\n                                \"use_shop_channel_values_to_set_commission\": false,\n                                \"can_vendor_generate_invoice\": true,\n                                \"can_vendor_process_shippings\": true,\n                                \"can_vendor_edit_hsn_tax\": true,\n                                \"can_vendor_add_courier_provider\": true,\n                                \"default_vendor_type\": \"marketplace\",\n                                \"no_of_deciaml_digits\": 2,\n                                \"credits\": 299956,\n                                \"plan_id\": 4,\n                                \"requested_plan_id\": null,\n                                \"override_invoice_permissions\": false,\n                                \"override_product_permissions\": false,\n                                \"override_order_routing_permissions\": false,\n                                \"override_shipping_permissions\": false,\n                                \"slug\": \"violetplants-212738\",\n                                \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                \"shipping_charge_commission_type\": \"fixed\",\n                                \"shipping_charge_commission\": 50,\n                                \"override_commission_calculated_tax_type\": false,\n                                \"override_shipping_charge_commission_type\": false,\n                                \"override_shipping_charge_commission\": 0,\n                                \"auto_email_to_vendor\": true,\n                                \"fixed_commission\": 10,\n                                \"service_charge\": 0,\n                                \"can_vendor_edit_price\": false,\n                                \"can_vendor_delete_product\": false,\n                                \"show_logo_in_awb\": false,\n                                \"hide_pick_address_in_awb\": false,\n                                \"hide_customer_info_in_awb\": true,\n                                \"hide_price_in_awb\": false,\n                                \"hide_customer_information_on_vendor_dashboards\": false,\n                                \"allow_merchant_to_generate_invoice\": false,\n                                \"show_merchant_logo_in_invoice\": true,\n                                \"locale\": \"en\",\n                                \"use_custom_waybill\": true,\n                                \"redirect_url\": \"dashboard\",\n                                \"invoice_state_code\": \"GJ\",\n                                \"invoice_country_code\": \"IN\",\n                                \"stripe_account_id\": null,\n                                \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                                \"enable_app_shipping_profile_on_shopify\": \"0\",\n                                \"policy\": null,\n                                \"css\": null,\n                                \"vendor_profile_color\": \"#f18024\",\n                                \"about_us\": null,\n                                \"facebook_link\": null,\n                                \"twitter_link\": null,\n                                \"instagram_link\": null,\n                                \"auto_fulfill_digital_orders\": true,\n                                \"use_default_warehouse_for_all_orders\": false,\n                                \"invoice_label_header_title\": null,\n                                \"invoice_place_of_supply\": null,\n                                \"invoice_cin_key_title\": null,\n                                \"invoice_cin\": null,\n                                \"give_vendor_access_to_merchant_shipper\": false,\n                                \"auto_generate_order_invoices_to_customers\": true,\n                                \"auto_email_order_invoices_to_customers\": true,\n                                \"treat_manual_payment_mode_as_cod\": false,\n                                \"fulfill_order_after_confirm\": false,\n                                \"add_notes_before_confirming_orders\": false,\n                                \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                                \"note_at_the_top_of_invoice\": null,\n                                \"vendor_shop_id\": null,\n                                \"vendor_category\": null,\n                                \"vendor_location\": null,\n                                \"short_description\": null,\n                                \"display_vendor_category\": true,\n                                \"display_vendor_location\": true,\n                                \"display_vendor_short_description\": true,\n                                \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                                \"sync_settings\": {\n                                    \"update_settings\": {\n                                        \"sku\": true,\n                                        \"tags\": true,\n                                        \"media\": true,\n                                        \"price\": true,\n                                        \"title\": true,\n                                        \"weight\": true,\n                                        \"barcode\": true,\n                                        \"quantity\": true,\n                                        \"description\": true,\n                                        \"product_type\": true,\n                                        \"variant_name\": true,\n                                        \"publish_status\": true,\n                                        \"compare_at_price\": true,\n                                        \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                    },\n                                    \"create_settings\": {\n                                        \"sku\": true,\n                                        \"tags\": true,\n                                        \"media\": true,\n                                        \"price\": true,\n                                        \"title\": true,\n                                        \"weight\": true,\n                                        \"barcode\": true,\n                                        \"quantity\": true,\n                                        \"description\": true,\n                                        \"product_type\": true,\n                                        \"variant_name\": true,\n                                        \"publish_status\": true,\n                                        \"compare_at_price\": true,\n                                        \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                    },\n                                    \"override_product_status_at_create\": true,\n                                    \"product_status\": \"as_per_vendor_product\",\n                                    \"enable_order_sync\": true,\n                                    \"push_only_if_order_paid\": false,\n                                    \"push_unsynced_product_order\": true,\n                                    \"auto_add_variant\": true,\n                                    \"auto_remove_variant\": true,\n                                    \"strictKeyCheck\": false,\n                                    \"on_product_delete\": \"do_nothing\",\n                                    \"on_product_unmapped\": \"do_nothing\",\n                                    \"push_only_if_product_connected\": true\n                                },\n                                \"override_hide_customer_information_permissions\": false,\n                                \"can_vendor_cancel_an_order\": false,\n                                \"hide_shipping_charges\": false,\n                                \"add_insurance_to_shipment\": 0,\n                                \"meta_title\": null,\n                                \"registration_link\": null,\n                                \"auto_approval_of_products_from_vendor\": true,\n                                \"ignore_selling_price_for_commission\": 0,\n                                \"shipping_label_check\": {\n                                    \"email\": false,\n                                    \"phone\": false,\n                                    \"address_line_1\": false,\n                                    \"address_line_2\": false,\n                                    \"address_line_1_minimum\": null,\n                                    \"address_line_1_maximum\": null,\n                                    \"address_line_2_minimum\": null,\n                                    \"address_line_2_maximum\": null\n                                },\n                                \"shipping_label_size\": \"smalllabel\",\n                                \"paypal_email\": null,\n                                \"use_custom_email_driver\": true,\n                                \"ignore_order_splitting\": false,\n                                \"hide_customer_information_on_vendor_dashboard\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false\n                                },\n                                \"hide_customer_information_in_awb\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false,\n                                    \"line_items\": false,\n                                    \"vendor_name\": false,\n                                    \"sku\": false,\n                                    \"weight_dimension\": false\n                                },\n                                \"hide_customer_information_in_invoice\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false\n                                },\n                                \"vendor_profile_settings\": {\n                                    \"seller_products_tab\": true,\n                                    \"seller_policy_tab\": true,\n                                    \"seller_contact_us_tab\": true,\n                                    \"seller_events_tab\": true,\n                                    \"seller_reviews_tab\": false,\n                                    \"seller_about_us_tab\": true\n                                },\n                                \"challan_message_1\": null,\n                                \"challan_message_2\": null,\n                                \"challan_prefix\": \"Invoice\",\n                                \"challan_number_same_as_invoice_number\": true,\n                                \"default_label_size_for_all_vendors\": true,\n                                \"hide_customer_information_in_export\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false\n                                },\n                                \"product_permissions\": null,\n                                \"hide_product_details_in_awb\": false,\n                                \"hide_invoice_details_in_awb\": false,\n                                \"company_note\": \"<p>sdfasdfab</p>\",\n                                \"meta_data\": \"[{\\\"uuid\\\":\\\"e95a7b2d-5210-4e7b-988f-7fbde7acf198\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/601990/dashboard-mockup-for-c2c.xlsx\\\",\\\"size\\\":102609,\\\"name\\\":\\\"Dashboard Mockup for C2C.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"50844059-549d-4bcc-88bf-a023fd46bd29\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/604572/28344-1690206866.xlsx\\\",\\\"size\\\":7389,\\\"name\\\":\\\"28344-1690206866.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3ad73d68-08a3-46b5-9afc-3d1ac5df398f\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655061/lable_cancelled_order_amazon.xlsx\\\",\\\"size\\\":26214,\\\"name\\\":\\\"Lable Cancelled Order Amazon.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                                \"color_theme_field\": \"light.blue\",\n                                \"change_tracking_url\": false,\n                                \"ship_to_address_as_merchants_default_warehouse\": false,\n                                \"can_vendor_hold_an_order\": false,\n                                \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                                \"allow_vendors_to_change_vendor_profile_details\": true,\n                                \"whatsapp_account\": \"use_company_account\",\n                                \"vendor_profile_theme_choosen\": \"theme-1\",\n                                \"whatsapp_credit\": 54,\n                                \"test_whatsapp_number\": \"+918849193468\",\n                                \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                                \"connected_vendor_shops\": [\n                                    \"vendorsynctesting5.myshopify.com\",\n                                    \"testing-for-vendorsync.myshopify.com\",\n                                    \"purpleplants.myshopify.com\",\n                                    \"https://st-wpdemo.com/\",\n                                    \"test-store-webkul-112.myshopify.com\",\n                                    \"https://st-wpdemo.com/\",\n                                    \"purpleplants.myshopify.com/\",\n                                    \"https://st-wpdemo.com/\",\n                                    \"purpleplants.myshopify.com\",\n                                    \"channelteststore5.myshopify.com\",\n                                    \"https://st-wpdemo.com/newtestclient/\",\n                                    \"purpleplants.myshopify.com\",\n                                    \"purpleplants.myshopify.com\"\n                                ],\n                                \"events\": null,\n                                \"commission_automation_set\": {\n                                    \"commission_automation\": true,\n                                    \"commission_automation_rules\": true,\n                                    \"commission_automation_date_range\": true,\n                                    \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                    \"time_buffer_for_commission_automation\": \"4\",\n                                    \"order_status_for_commission_automation\": \"pending\",\n                                    \"invoice_number_for_commission_automation\": 277,\n                                    \"date_Range_days_for_commission_automation\": \"4\"\n                                },\n                                \"auto_confirmation_using_tags_settings\": {\n                                    \"tags_settings_status\": true,\n                                    \"paid\": true,\n                                    \"tags_for_paid\": [],\n                                    \"cod_or_partially_paid\": false,\n                                    \"tags_for_cod_or_partially_paid\": [],\n                                    \"Exceptions_for_paid\": false,\n                                    \"Exceptions_for_paid_tags\": [],\n                                    \"Exceptions_for_cod_or_partially_paid\": false,\n                                    \"Exceptions_for_cod_or_partially_paid_tags\": []\n                                },\n                                \"preferred_location\": null,\n                                \"email_credit\": 4853,\n                                \"global_commission\": \"15\",\n                                \"global_discount_shared_by_vendor\": \"0\",\n                                \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                \"global_shipping_charge_commission_type\": \"fixed\",\n                                \"global_shipping_charge_commission\": 50,\n                                \"global_fixed_commission\": 10,\n                                \"invoice_country_detail\": {\n                                    \"id\": 98,\n                                    \"name\": \"India\",\n                                    \"code\": \"IN\",\n                                    \"dial_code\": \"+91\",\n                                    \"currency_name\": \"Indian rupee\",\n                                    \"currency_symbol\": \"Rs.\",\n                                    \"currency_code\": \"INR\",\n                                    \"created_at\": null,\n                                    \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                    \"name_with_symbole\": \"Indian rupee - Rs.\"\n                                },\n                                \"commission_tags\": {\n                                    \"company_id\": 212738,\n                                    \"override_commission\": true\n                                },\n                                \"parent\": {\n                                    \"id\": 212738,\n                                    \"company_name\": \"kapil\",\n                                    \"brand_name\": \"violetplants\",\n                                    \"company_logo\": null,\n                                    \"contact_name\": null,\n                                    \"phone_number\": null,\n                                    \"email\": \"varshil.shipturtle@gmail.com\",\n                                    \"address_line_1\": null,\n                                    \"address_line_2\": \"gj 23\",\n                                    \"pin_code\": \"380009\",\n                                    \"city\": \"Ahmedabad\",\n                                    \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                                    \"updated_at\": \"2023-12-21T12:23:57.000000Z\",\n                                    \"state_id\": null,\n                                    \"gstin_number\": \"1234\",\n                                    \"invoice_prefix\": \"Invoice\",\n                                    \"starting_invoice_number\": \"22\",\n                                    \"terms_and_conditions\": null,\n                                    \"bank_account_beneficiary_name\": null,\n                                    \"bank_account_name\": null,\n                                    \"ifsc_code\": null,\n                                    \"label_company_name\": null,\n                                    \"label_contact_name\": null,\n                                    \"label_phone\": null,\n                                    \"label_email_address\": null,\n                                    \"label_address_line_1\": null,\n                                    \"label_address_line_2\": null,\n                                    \"label_pin_code\": null,\n                                    \"label_city\": null,\n                                    \"label_state\": null,\n                                    \"signature\": null,\n                                    \"currency\": \"INR\",\n                                    \"weight\": null,\n                                    \"measurement\": null,\n                                    \"gst_enabled\": true,\n                                    \"override_channel_product_weight_enabled\": true,\n                                    \"label_details_same_as_company\": true,\n                                    \"multi_vendor_invoicing_enabled\": false,\n                                    \"multi_vendor_shipping_enabled\": false,\n                                    \"is_master\": \"1\",\n                                    \"invoice_number_same_as_order_number\": true,\n                                    \"enable_disable_cod_reconciliation\": true,\n                                    \"enable_disable_freight_reconciliation\": true,\n                                    \"cod_tolerance\": \"5\",\n                                    \"freight_tolerance\": \"2\",\n                                    \"is_multi_vendor_enabled\": true,\n                                    \"invoice_message\": null,\n                                    \"inclusive_exclusive\": null,\n                                    \"is_tax_on_shipping\": \"no\",\n                                    \"tax_on_shipping\": null,\n                                    \"primary_color\": \"#222F3D\",\n                                    \"secondary_color\": null,\n                                    \"display_hsn\": true,\n                                    \"website\": \"https://app.shipturtle.com/\",\n                                    \"country\": \"IN\",\n                                    \"type_of_vendor\": \"marketplace\",\n                                    \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                                    \"title\": \"violetplants\",\n                                    \"parent_id\": 212738,\n                                    \"extra_information\": null,\n                                    \"invoice_date\": \"invoice_creation_date\",\n                                    \"number_of_digits\": \"0\",\n                                    \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                                    \"created_by\": null,\n                                    \"updated_by\": 28344,\n                                    \"invoice_contact_name\": \"Hussain\",\n                                    \"invoice_address_1\": \"dahod\",\n                                    \"invoice_address_2\": \"dahod\",\n                                    \"invoice_postal_code\": \"380005\",\n                                    \"invoice_city\": \"Ahmedabad\",\n                                    \"invoice_phone_number\": \"09173038104\",\n                                    \"invoice_tin\": null,\n                                    \"timezone\": \"America/Phoenix\",\n                                    \"hand_delivered_enabled\": true,\n                                    \"other_courier_partner_enabled\": true,\n                                    \"billing_address_same_as_company_details\": false,\n                                    \"deactivated_at\": null,\n                                    \"state_code\": \"GJ\",\n                                    \"automatically_sync_vendor_name_from_store\": true,\n                                    \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                                    \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                                    \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                                    \"correct_all_errors_in_order\": false,\n                                    \"generate_shipping_labels_for_orders\": false,\n                                    \"generate_invoices_for_dropship_orders\": false,\n                                    \"can_vendor_enable_disable_product\": false,\n                                    \"can_vendor_edit_quantity_product\": false,\n                                    \"can_vendor_edit_weight_dimension_product\": false,\n                                    \"can_vendor_edit_tax_product\": true,\n                                    \"set_vendor_level_commission\": false,\n                                    \"commission\": \"15\",\n                                    \"discount_shared_by_vendor\": \"0\",\n                                    \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                    \"set_vendor_level_shared_discount\": false,\n                                    \"set_vendor_level_commissoin_calculated_on\": false,\n                                    \"use_shop_channel_values_to_set_commission\": false,\n                                    \"can_vendor_generate_invoice\": true,\n                                    \"can_vendor_process_shippings\": true,\n                                    \"can_vendor_edit_hsn_tax\": true,\n                                    \"can_vendor_add_courier_provider\": true,\n                                    \"default_vendor_type\": \"marketplace\",\n                                    \"no_of_deciaml_digits\": 2,\n                                    \"credits\": 299956,\n                                    \"plan_id\": 4,\n                                    \"requested_plan_id\": null,\n                                    \"override_invoice_permissions\": false,\n                                    \"override_product_permissions\": false,\n                                    \"override_order_routing_permissions\": false,\n                                    \"override_shipping_permissions\": false,\n                                    \"slug\": \"violetplants-212738\",\n                                    \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                    \"shipping_charge_commission_type\": \"fixed\",\n                                    \"shipping_charge_commission\": 50,\n                                    \"override_commission_calculated_tax_type\": false,\n                                    \"override_shipping_charge_commission_type\": false,\n                                    \"override_shipping_charge_commission\": 0,\n                                    \"auto_email_to_vendor\": true,\n                                    \"fixed_commission\": 10,\n                                    \"service_charge\": 0,\n                                    \"can_vendor_edit_price\": false,\n                                    \"can_vendor_delete_product\": false,\n                                    \"show_logo_in_awb\": false,\n                                    \"hide_pick_address_in_awb\": false,\n                                    \"hide_customer_info_in_awb\": true,\n                                    \"hide_price_in_awb\": false,\n                                    \"hide_customer_information_on_vendor_dashboards\": false,\n                                    \"allow_merchant_to_generate_invoice\": false,\n                                    \"show_merchant_logo_in_invoice\": true,\n                                    \"locale\": \"en\",\n                                    \"use_custom_waybill\": true,\n                                    \"redirect_url\": \"dashboard\",\n                                    \"invoice_state_code\": \"GJ\",\n                                    \"invoice_country_code\": \"IN\",\n                                    \"stripe_account_id\": null,\n                                    \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                                    \"enable_app_shipping_profile_on_shopify\": \"0\",\n                                    \"policy\": null,\n                                    \"css\": null,\n                                    \"vendor_profile_color\": \"#f18024\",\n                                    \"about_us\": null,\n                                    \"facebook_link\": null,\n                                    \"twitter_link\": null,\n                                    \"instagram_link\": null,\n                                    \"auto_fulfill_digital_orders\": true,\n                                    \"use_default_warehouse_for_all_orders\": false,\n                                    \"invoice_label_header_title\": null,\n                                    \"invoice_place_of_supply\": null,\n                                    \"invoice_cin_key_title\": null,\n                                    \"invoice_cin\": null,\n                                    \"give_vendor_access_to_merchant_shipper\": false,\n                                    \"auto_generate_order_invoices_to_customers\": true,\n                                    \"auto_email_order_invoices_to_customers\": true,\n                                    \"treat_manual_payment_mode_as_cod\": false,\n                                    \"fulfill_order_after_confirm\": false,\n                                    \"add_notes_before_confirming_orders\": false,\n                                    \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                                    \"note_at_the_top_of_invoice\": null,\n                                    \"vendor_shop_id\": null,\n                                    \"vendor_category\": null,\n                                    \"vendor_location\": null,\n                                    \"short_description\": null,\n                                    \"display_vendor_category\": true,\n                                    \"display_vendor_location\": true,\n                                    \"display_vendor_short_description\": true,\n                                    \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                                    \"sync_settings\": {\n                                        \"update_settings\": {\n                                            \"sku\": true,\n                                            \"tags\": true,\n                                            \"media\": true,\n                                            \"price\": true,\n                                            \"title\": true,\n                                            \"weight\": true,\n                                            \"barcode\": true,\n                                            \"quantity\": true,\n                                            \"description\": true,\n                                            \"product_type\": true,\n                                            \"variant_name\": true,\n                                            \"publish_status\": true,\n                                            \"compare_at_price\": true,\n                                            \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                        },\n                                        \"create_settings\": {\n                                            \"sku\": true,\n                                            \"tags\": true,\n                                            \"media\": true,\n                                            \"price\": true,\n                                            \"title\": true,\n                                            \"weight\": true,\n                                            \"barcode\": true,\n                                            \"quantity\": true,\n                                            \"description\": true,\n                                            \"product_type\": true,\n                                            \"variant_name\": true,\n                                            \"publish_status\": true,\n                                            \"compare_at_price\": true,\n                                            \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                        },\n                                        \"override_product_status_at_create\": true,\n                                        \"product_status\": \"as_per_vendor_product\",\n                                        \"enable_order_sync\": true,\n                                        \"push_only_if_order_paid\": false,\n                                        \"push_unsynced_product_order\": true,\n                                        \"auto_add_variant\": true,\n                                        \"auto_remove_variant\": true,\n                                        \"strictKeyCheck\": false,\n                                        \"on_product_delete\": \"do_nothing\",\n                                        \"on_product_unmapped\": \"do_nothing\",\n                                        \"push_only_if_product_connected\": true\n                                    },\n                                    \"override_hide_customer_information_permissions\": false,\n                                    \"can_vendor_cancel_an_order\": false,\n                                    \"hide_shipping_charges\": false,\n                                    \"add_insurance_to_shipment\": 0,\n                                    \"meta_title\": null,\n                                    \"registration_link\": null,\n                                    \"auto_approval_of_products_from_vendor\": true,\n                                    \"ignore_selling_price_for_commission\": 0,\n                                    \"shipping_label_check\": {\n                                        \"email\": false,\n                                        \"phone\": false,\n                                        \"address_line_1\": false,\n                                        \"address_line_2\": false,\n                                        \"address_line_1_minimum\": null,\n                                        \"address_line_1_maximum\": null,\n                                        \"address_line_2_minimum\": null,\n                                        \"address_line_2_maximum\": null\n                                    },\n                                    \"shipping_label_size\": \"smalllabel\",\n                                    \"paypal_email\": null,\n                                    \"use_custom_email_driver\": true,\n                                    \"ignore_order_splitting\": false,\n                                    \"hide_customer_information_on_vendor_dashboard\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false\n                                    },\n                                    \"hide_customer_information_in_awb\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false,\n                                        \"line_items\": false,\n                                        \"vendor_name\": false,\n                                        \"sku\": false,\n                                        \"weight_dimension\": false\n                                    },\n                                    \"hide_customer_information_in_invoice\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false\n                                    },\n                                    \"vendor_profile_settings\": {\n                                        \"seller_products_tab\": true,\n                                        \"seller_policy_tab\": true,\n                                        \"seller_contact_us_tab\": true,\n                                        \"seller_events_tab\": true,\n                                        \"seller_reviews_tab\": false,\n                                        \"seller_about_us_tab\": true\n                                    },\n                                    \"challan_message_1\": null,\n                                    \"challan_message_2\": null,\n                                    \"challan_prefix\": \"Invoice\",\n                                    \"challan_number_same_as_invoice_number\": true,\n                                    \"default_label_size_for_all_vendors\": true,\n                                    \"hide_customer_information_in_export\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false\n                                    },\n                                    \"product_permissions\": null,\n                                    \"hide_product_details_in_awb\": false,\n                                    \"hide_invoice_details_in_awb\": false,\n                                    \"company_note\": \"<p>sdfasdfab</p>\",\n                                    \"meta_data\": \"[{\\\"uuid\\\":\\\"e95a7b2d-5210-4e7b-988f-7fbde7acf198\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/601990/dashboard-mockup-for-c2c.xlsx\\\",\\\"size\\\":102609,\\\"name\\\":\\\"Dashboard Mockup for C2C.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"50844059-549d-4bcc-88bf-a023fd46bd29\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/604572/28344-1690206866.xlsx\\\",\\\"size\\\":7389,\\\"name\\\":\\\"28344-1690206866.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3ad73d68-08a3-46b5-9afc-3d1ac5df398f\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655061/lable_cancelled_order_amazon.xlsx\\\",\\\"size\\\":26214,\\\"name\\\":\\\"Lable Cancelled Order Amazon.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                                    \"color_theme_field\": \"light.blue\",\n                                    \"change_tracking_url\": false,\n                                    \"ship_to_address_as_merchants_default_warehouse\": false,\n                                    \"can_vendor_hold_an_order\": false,\n                                    \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                                    \"allow_vendors_to_change_vendor_profile_details\": true,\n                                    \"whatsapp_account\": \"use_company_account\",\n                                    \"vendor_profile_theme_choosen\": \"theme-1\",\n                                    \"whatsapp_credit\": 54,\n                                    \"test_whatsapp_number\": \"+918849193468\",\n                                    \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                                    \"connected_vendor_shops\": [\n                                        \"vendorsynctesting5.myshopify.com\",\n                                        \"testing-for-vendorsync.myshopify.com\",\n                                        \"purpleplants.myshopify.com\",\n                                        \"https://st-wpdemo.com/\",\n                                        \"test-store-webkul-112.myshopify.com\",\n                                        \"https://st-wpdemo.com/\",\n                                        \"purpleplants.myshopify.com/\",\n                                        \"https://st-wpdemo.com/\",\n                                        \"purpleplants.myshopify.com\",\n                                        \"channelteststore5.myshopify.com\",\n                                        \"https://st-wpdemo.com/newtestclient/\",\n                                        \"purpleplants.myshopify.com\",\n                                        \"purpleplants.myshopify.com\"\n                                    ],\n                                    \"events\": null,\n                                    \"commission_automation_set\": {\n                                        \"commission_automation\": true,\n                                        \"commission_automation_rules\": true,\n                                        \"commission_automation_date_range\": true,\n                                        \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                        \"time_buffer_for_commission_automation\": \"4\",\n                                        \"order_status_for_commission_automation\": \"pending\",\n                                        \"invoice_number_for_commission_automation\": 277,\n                                        \"date_Range_days_for_commission_automation\": \"4\"\n                                    },\n                                    \"auto_confirmation_using_tags_settings\": {\n                                        \"tags_settings_status\": true,\n                                        \"paid\": true,\n                                        \"tags_for_paid\": [],\n                                        \"cod_or_partially_paid\": false,\n                                        \"tags_for_cod_or_partially_paid\": [],\n                                        \"Exceptions_for_paid\": false,\n                                        \"Exceptions_for_paid_tags\": [],\n                                        \"Exceptions_for_cod_or_partially_paid\": false,\n                                        \"Exceptions_for_cod_or_partially_paid_tags\": []\n                                    },\n                                    \"preferred_location\": null,\n                                    \"email_credit\": 4853,\n                                    \"global_commission\": \"15\",\n                                    \"global_discount_shared_by_vendor\": \"0\",\n                                    \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                    \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                    \"global_shipping_charge_commission_type\": \"fixed\",\n                                    \"global_shipping_charge_commission\": 50,\n                                    \"global_fixed_commission\": 10,\n                                    \"invoice_country_detail\": {\n                                        \"id\": 98,\n                                        \"name\": \"India\",\n                                        \"code\": \"IN\",\n                                        \"dial_code\": \"+91\",\n                                        \"currency_name\": \"Indian rupee\",\n                                        \"currency_symbol\": \"Rs.\",\n                                        \"currency_code\": \"INR\",\n                                        \"created_at\": null,\n                                        \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                        \"name_with_symbole\": \"Indian rupee - Rs.\"\n                                    },\n                                    \"commission_tags\": {\n                                        \"company_id\": 212738,\n                                        \"override_commission\": true\n                                    }\n                                }\n                            },\n                            \"overridden_commission_level\": \"global\",\n                            \"overridden_commission\": \"15\",\n                            \"overridden_fixed_commission\": 10,\n                            \"global_commission_level\": \"global\",\n                            \"global_commission\": \"15\",\n                            \"global_fixed_commission\": 10\n                        },\n                        \"media\": []\n                    },\n                    \"alien_variant\": null\n                },\n                {\n                    \"id\": 22397100,\n                    \"commission\": null,\n                    \"fixed_commission\": 0,\n                    \"company_id\": 212738,\n                    \"product_id\": 8057554,\n                    \"image\": null,\n                    \"channel_variant_id\": \"22530934\",\n                    \"compare_at_price\": \"0.00\",\n                    \"deleted_at\": null,\n                    \"deactivated_at\": true,\n                    \"grams\": \"0\",\n                    \"height\": null,\n                    \"image_id\": null,\n                    \"inventory_item_id\": \"50352895033647\",\n                    \"inventory_management\": \"shopify\",\n                    \"inventory_policy\": \"deny\",\n                    \"inventory_quantity\": \"20\",\n                    \"length\": null,\n                    \"old_inventory_quantity\": null,\n                    \"option1\": \"RED\",\n                    \"option2\": \"M\",\n                    \"option3\": \"Title3\",\n                    \"price\": \"2010.00\",\n                    \"provider\": null,\n                    \"requires_shipping\": null,\n                    \"shop_id\": 4147,\n                    \"sku\": \"NEW-DESTINATION\",\n                    \"tax_id\": null,\n                    \"title\": \"RED / M / Title3\",\n                    \"updated_at\": \"2023-12-21T11:03:57.000000Z\",\n                    \"weight\": \"0\",\n                    \"weight_unit\": \"kg\",\n                    \"width\": null,\n                    \"parent_id\": 212738,\n                    \"override_commission\": false,\n                    \"vendor_shop_variant_id\": null,\n                    \"barcode\": \"\",\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/48308473626927\",\n                    \"overridden_commission_level\": \"global\",\n                    \"overridden_commission\": \"15\",\n                    \"overridden_fixed_commission\": 10,\n                    \"file_history\": null,\n                    \"company\": {\n                        \"id\": 212738,\n                        \"title\": \"violetplants\",\n                        \"parent_id\": 212738,\n                        \"commission\": \"15\",\n                        \"fixed_commission\": 10,\n                        \"set_vendor_level_commission\": false,\n                        \"global_commission\": \"15\",\n                        \"global_discount_shared_by_vendor\": \"0\",\n                        \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                        \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                        \"global_shipping_charge_commission_type\": \"fixed\",\n                        \"global_shipping_charge_commission\": 50,\n                        \"global_fixed_commission\": 10,\n                        \"invoice_country_detail\": null,\n                        \"commission_tags\": {\n                            \"company_id\": 212738,\n                            \"override_commission\": true\n                        },\n                        \"parent\": {\n                            \"id\": 212738,\n                            \"company_name\": \"kapil\",\n                            \"brand_name\": \"violetplants\",\n                            \"company_logo\": null,\n                            \"contact_name\": null,\n                            \"phone_number\": null,\n                            \"email\": \"varshil.shipturtle@gmail.com\",\n                            \"address_line_1\": null,\n                            \"address_line_2\": \"gj 23\",\n                            \"pin_code\": \"380009\",\n                            \"city\": \"Ahmedabad\",\n                            \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                            \"updated_at\": \"2023-12-21T12:23:57.000000Z\",\n                            \"state_id\": null,\n                            \"gstin_number\": \"1234\",\n                            \"invoice_prefix\": \"Invoice\",\n                            \"starting_invoice_number\": \"22\",\n                            \"terms_and_conditions\": null,\n                            \"bank_account_beneficiary_name\": null,\n                            \"bank_account_name\": null,\n                            \"ifsc_code\": null,\n                            \"label_company_name\": null,\n                            \"label_contact_name\": null,\n                            \"label_phone\": null,\n                            \"label_email_address\": null,\n                            \"label_address_line_1\": null,\n                            \"label_address_line_2\": null,\n                            \"label_pin_code\": null,\n                            \"label_city\": null,\n                            \"label_state\": null,\n                            \"signature\": null,\n                            \"currency\": \"INR\",\n                            \"weight\": null,\n                            \"measurement\": null,\n                            \"gst_enabled\": true,\n                            \"override_channel_product_weight_enabled\": true,\n                            \"label_details_same_as_company\": true,\n                            \"multi_vendor_invoicing_enabled\": false,\n                            \"multi_vendor_shipping_enabled\": false,\n                            \"is_master\": \"1\",\n                            \"invoice_number_same_as_order_number\": true,\n                            \"enable_disable_cod_reconciliation\": true,\n                            \"enable_disable_freight_reconciliation\": true,\n                            \"cod_tolerance\": \"5\",\n                            \"freight_tolerance\": \"2\",\n                            \"is_multi_vendor_enabled\": true,\n                            \"invoice_message\": null,\n                            \"inclusive_exclusive\": null,\n                            \"is_tax_on_shipping\": \"no\",\n                            \"tax_on_shipping\": null,\n                            \"primary_color\": \"#222F3D\",\n                            \"secondary_color\": null,\n                            \"display_hsn\": true,\n                            \"website\": \"https://app.shipturtle.com/\",\n                            \"country\": \"IN\",\n                            \"type_of_vendor\": \"marketplace\",\n                            \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                            \"title\": \"violetplants\",\n                            \"parent_id\": 212738,\n                            \"extra_information\": null,\n                            \"invoice_date\": \"invoice_creation_date\",\n                            \"number_of_digits\": \"0\",\n                            \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                            \"created_by\": null,\n                            \"updated_by\": 28344,\n                            \"invoice_contact_name\": \"Hussain\",\n                            \"invoice_address_1\": \"dahod\",\n                            \"invoice_address_2\": \"dahod\",\n                            \"invoice_postal_code\": \"380005\",\n                            \"invoice_city\": \"Ahmedabad\",\n                            \"invoice_phone_number\": \"09173038104\",\n                            \"invoice_tin\": null,\n                            \"timezone\": \"America/Phoenix\",\n                            \"hand_delivered_enabled\": true,\n                            \"other_courier_partner_enabled\": true,\n                            \"billing_address_same_as_company_details\": false,\n                            \"deactivated_at\": null,\n                            \"state_code\": \"GJ\",\n                            \"automatically_sync_vendor_name_from_store\": true,\n                            \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                            \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                            \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                            \"correct_all_errors_in_order\": false,\n                            \"generate_shipping_labels_for_orders\": false,\n                            \"generate_invoices_for_dropship_orders\": false,\n                            \"can_vendor_enable_disable_product\": false,\n                            \"can_vendor_edit_quantity_product\": false,\n                            \"can_vendor_edit_weight_dimension_product\": false,\n                            \"can_vendor_edit_tax_product\": true,\n                            \"set_vendor_level_commission\": false,\n                            \"commission\": \"15\",\n                            \"discount_shared_by_vendor\": \"0\",\n                            \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"set_vendor_level_shared_discount\": false,\n                            \"set_vendor_level_commissoin_calculated_on\": false,\n                            \"use_shop_channel_values_to_set_commission\": false,\n                            \"can_vendor_generate_invoice\": true,\n                            \"can_vendor_process_shippings\": true,\n                            \"can_vendor_edit_hsn_tax\": true,\n                            \"can_vendor_add_courier_provider\": true,\n                            \"default_vendor_type\": \"marketplace\",\n                            \"no_of_deciaml_digits\": 2,\n                            \"credits\": 299956,\n                            \"plan_id\": 4,\n                            \"requested_plan_id\": null,\n                            \"override_invoice_permissions\": false,\n                            \"override_product_permissions\": false,\n                            \"override_order_routing_permissions\": false,\n                            \"override_shipping_permissions\": false,\n                            \"slug\": \"violetplants-212738\",\n                            \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"shipping_charge_commission_type\": \"fixed\",\n                            \"shipping_charge_commission\": 50,\n                            \"override_commission_calculated_tax_type\": false,\n                            \"override_shipping_charge_commission_type\": false,\n                            \"override_shipping_charge_commission\": 0,\n                            \"auto_email_to_vendor\": true,\n                            \"fixed_commission\": 10,\n                            \"service_charge\": 0,\n                            \"can_vendor_edit_price\": false,\n                            \"can_vendor_delete_product\": false,\n                            \"show_logo_in_awb\": false,\n                            \"hide_pick_address_in_awb\": false,\n                            \"hide_customer_info_in_awb\": true,\n                            \"hide_price_in_awb\": false,\n                            \"hide_customer_information_on_vendor_dashboards\": false,\n                            \"allow_merchant_to_generate_invoice\": false,\n                            \"show_merchant_logo_in_invoice\": true,\n                            \"locale\": \"en\",\n                            \"use_custom_waybill\": true,\n                            \"redirect_url\": \"dashboard\",\n                            \"invoice_state_code\": \"GJ\",\n                            \"invoice_country_code\": \"IN\",\n                            \"stripe_account_id\": null,\n                            \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                            \"enable_app_shipping_profile_on_shopify\": \"0\",\n                            \"policy\": null,\n                            \"css\": null,\n                            \"vendor_profile_color\": \"#f18024\",\n                            \"about_us\": null,\n                            \"facebook_link\": null,\n                            \"twitter_link\": null,\n                            \"instagram_link\": null,\n                            \"auto_fulfill_digital_orders\": true,\n                            \"use_default_warehouse_for_all_orders\": false,\n                            \"invoice_label_header_title\": null,\n                            \"invoice_place_of_supply\": null,\n                            \"invoice_cin_key_title\": null,\n                            \"invoice_cin\": null,\n                            \"give_vendor_access_to_merchant_shipper\": false,\n                            \"auto_generate_order_invoices_to_customers\": true,\n                            \"auto_email_order_invoices_to_customers\": true,\n                            \"treat_manual_payment_mode_as_cod\": false,\n                            \"fulfill_order_after_confirm\": false,\n                            \"add_notes_before_confirming_orders\": false,\n                            \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                            \"note_at_the_top_of_invoice\": null,\n                            \"vendor_shop_id\": null,\n                            \"vendor_category\": null,\n                            \"vendor_location\": null,\n                            \"short_description\": null,\n                            \"display_vendor_category\": true,\n                            \"display_vendor_location\": true,\n                            \"display_vendor_short_description\": true,\n                            \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                            \"sync_settings\": {\n                                \"update_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": true,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"create_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": true,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"override_product_status_at_create\": true,\n                                \"product_status\": \"as_per_vendor_product\",\n                                \"enable_order_sync\": true,\n                                \"push_only_if_order_paid\": false,\n                                \"push_unsynced_product_order\": true,\n                                \"auto_add_variant\": true,\n                                \"auto_remove_variant\": true,\n                                \"strictKeyCheck\": false,\n                                \"on_product_delete\": \"do_nothing\",\n                                \"on_product_unmapped\": \"do_nothing\",\n                                \"push_only_if_product_connected\": true\n                            },\n                            \"override_hide_customer_information_permissions\": false,\n                            \"can_vendor_cancel_an_order\": false,\n                            \"hide_shipping_charges\": false,\n                            \"add_insurance_to_shipment\": 0,\n                            \"meta_title\": null,\n                            \"registration_link\": null,\n                            \"auto_approval_of_products_from_vendor\": true,\n                            \"ignore_selling_price_for_commission\": 0,\n                            \"shipping_label_check\": {\n                                \"email\": false,\n                                \"phone\": false,\n                                \"address_line_1\": false,\n                                \"address_line_2\": false,\n                                \"address_line_1_minimum\": null,\n                                \"address_line_1_maximum\": null,\n                                \"address_line_2_minimum\": null,\n                                \"address_line_2_maximum\": null\n                            },\n                            \"shipping_label_size\": \"smalllabel\",\n                            \"paypal_email\": null,\n                            \"use_custom_email_driver\": true,\n                            \"ignore_order_splitting\": false,\n                            \"hide_customer_information_on_vendor_dashboard\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"hide_customer_information_in_awb\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false,\n                                \"line_items\": false,\n                                \"vendor_name\": false,\n                                \"sku\": false,\n                                \"weight_dimension\": false\n                            },\n                            \"hide_customer_information_in_invoice\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"vendor_profile_settings\": {\n                                \"seller_products_tab\": true,\n                                \"seller_policy_tab\": true,\n                                \"seller_contact_us_tab\": true,\n                                \"seller_events_tab\": true,\n                                \"seller_reviews_tab\": false,\n                                \"seller_about_us_tab\": true\n                            },\n                            \"challan_message_1\": null,\n                            \"challan_message_2\": null,\n                            \"challan_prefix\": \"Invoice\",\n                            \"challan_number_same_as_invoice_number\": true,\n                            \"default_label_size_for_all_vendors\": true,\n                            \"hide_customer_information_in_export\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"product_permissions\": null,\n                            \"hide_product_details_in_awb\": false,\n                            \"hide_invoice_details_in_awb\": false,\n                            \"company_note\": \"<p>sdfasdfab</p>\",\n                            \"meta_data\": \"[{\\\"uuid\\\":\\\"e95a7b2d-5210-4e7b-988f-7fbde7acf198\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/601990/dashboard-mockup-for-c2c.xlsx\\\",\\\"size\\\":102609,\\\"name\\\":\\\"Dashboard Mockup for C2C.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"50844059-549d-4bcc-88bf-a023fd46bd29\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/604572/28344-1690206866.xlsx\\\",\\\"size\\\":7389,\\\"name\\\":\\\"28344-1690206866.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3ad73d68-08a3-46b5-9afc-3d1ac5df398f\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655061/lable_cancelled_order_amazon.xlsx\\\",\\\"size\\\":26214,\\\"name\\\":\\\"Lable Cancelled Order Amazon.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                            \"color_theme_field\": \"light.blue\",\n                            \"change_tracking_url\": false,\n                            \"ship_to_address_as_merchants_default_warehouse\": false,\n                            \"can_vendor_hold_an_order\": false,\n                            \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                            \"allow_vendors_to_change_vendor_profile_details\": true,\n                            \"whatsapp_account\": \"use_company_account\",\n                            \"vendor_profile_theme_choosen\": \"theme-1\",\n                            \"whatsapp_credit\": 54,\n                            \"test_whatsapp_number\": \"+918849193468\",\n                            \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                            \"connected_vendor_shops\": [\n                                \"vendorsynctesting5.myshopify.com\",\n                                \"testing-for-vendorsync.myshopify.com\",\n                                \"purpleplants.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"test-store-webkul-112.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com/\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com\",\n                                \"channelteststore5.myshopify.com\",\n                                \"https://st-wpdemo.com/newtestclient/\",\n                                \"purpleplants.myshopify.com\",\n                                \"purpleplants.myshopify.com\"\n                            ],\n                            \"events\": null,\n                            \"commission_automation_set\": {\n                                \"commission_automation\": true,\n                                \"commission_automation_rules\": true,\n                                \"commission_automation_date_range\": true,\n                                \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                \"time_buffer_for_commission_automation\": \"4\",\n                                \"order_status_for_commission_automation\": \"pending\",\n                                \"invoice_number_for_commission_automation\": 277,\n                                \"date_Range_days_for_commission_automation\": \"4\"\n                            },\n                            \"auto_confirmation_using_tags_settings\": {\n                                \"tags_settings_status\": true,\n                                \"paid\": true,\n                                \"tags_for_paid\": [],\n                                \"cod_or_partially_paid\": false,\n                                \"tags_for_cod_or_partially_paid\": [],\n                                \"Exceptions_for_paid\": false,\n                                \"Exceptions_for_paid_tags\": [],\n                                \"Exceptions_for_cod_or_partially_paid\": false,\n                                \"Exceptions_for_cod_or_partially_paid_tags\": []\n                            },\n                            \"preferred_location\": null,\n                            \"email_credit\": 4853,\n                            \"global_commission\": \"15\",\n                            \"global_discount_shared_by_vendor\": \"0\",\n                            \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"global_shipping_charge_commission_type\": \"fixed\",\n                            \"global_shipping_charge_commission\": 50,\n                            \"global_fixed_commission\": 10,\n                            \"invoice_country_detail\": {\n                                \"id\": 98,\n                                \"name\": \"India\",\n                                \"code\": \"IN\",\n                                \"dial_code\": \"+91\",\n                                \"currency_name\": \"Indian rupee\",\n                                \"currency_symbol\": \"Rs.\",\n                                \"currency_code\": \"INR\",\n                                \"created_at\": null,\n                                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                \"name_with_symbole\": \"Indian rupee - Rs.\"\n                            },\n                            \"commission_tags\": {\n                                \"company_id\": 212738,\n                                \"override_commission\": true\n                            }\n                        }\n                    },\n                    \"tax\": null,\n                    \"inventory_item\": {\n                        \"id\": 13164392,\n                        \"sku\": \"NEW-DESTINATION\",\n                        \"requires_shipping\": true,\n                        \"cost\": \"10.00\",\n                        \"admin_graphql_api_id\": \"gid://shopify/InventoryItem/50352895033647\",\n                        \"created_at\": \"2023-12-21T11:03:56.000000Z\",\n                        \"updated_at\": \"2023-12-21T11:03:56.000000Z\",\n                        \"shop_id\": 4147,\n                        \"channel_id\": \"50352895033647\",\n                        \"variant_id\": null,\n                        \"channel\": null,\n                        \"country_harmonized_system_codes\": null,\n                        \"harmonized_system_code\": null,\n                        \"deleted_at\": null\n                    },\n                    \"product\": {\n                        \"id\": 8057554,\n                        \"product_type_id\": 145003,\n                        \"image_link\": null,\n                        \"images_link\": null,\n                        \"uploaded_images\": [],\n                        \"product_type_title\": \"Canvas\",\n                        \"variant_inventory_count\": {\n                            \"quantity\": 378,\n                            \"length\": 27\n                        },\n                        \"product_type\": {\n                            \"id\": 145003,\n                            \"channel\": \"shopify\",\n                            \"shop_id\": 4147,\n                            \"title\": \"Canvas\",\n                            \"commission\": null,\n                            \"created_at\": \"2023-11-30T06:49:18.000000Z\",\n                            \"updated_at\": \"2023-11-30T06:49:18.000000Z\",\n                            \"fixed_commission\": 0,\n                            \"override_commission\": false,\n                            \"companyObject\": {\n                                \"id\": 212738,\n                                \"company_name\": \"kapil\",\n                                \"brand_name\": \"violetplants\",\n                                \"company_logo\": null,\n                                \"contact_name\": null,\n                                \"phone_number\": null,\n                                \"email\": \"varshil.shipturtle@gmail.com\",\n                                \"address_line_1\": null,\n                                \"address_line_2\": \"gj 23\",\n                                \"pin_code\": \"380009\",\n                                \"city\": \"Ahmedabad\",\n                                \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                                \"updated_at\": \"2023-12-21T12:23:57.000000Z\",\n                                \"state_id\": null,\n                                \"gstin_number\": \"1234\",\n                                \"invoice_prefix\": \"Invoice\",\n                                \"starting_invoice_number\": \"22\",\n                                \"terms_and_conditions\": null,\n                                \"bank_account_beneficiary_name\": null,\n                                \"bank_account_name\": null,\n                                \"ifsc_code\": null,\n                                \"label_company_name\": null,\n                                \"label_contact_name\": null,\n                                \"label_phone\": null,\n                                \"label_email_address\": null,\n                                \"label_address_line_1\": null,\n                                \"label_address_line_2\": null,\n                                \"label_pin_code\": null,\n                                \"label_city\": null,\n                                \"label_state\": null,\n                                \"signature\": null,\n                                \"currency\": \"INR\",\n                                \"weight\": null,\n                                \"measurement\": null,\n                                \"gst_enabled\": true,\n                                \"override_channel_product_weight_enabled\": true,\n                                \"label_details_same_as_company\": true,\n                                \"multi_vendor_invoicing_enabled\": false,\n                                \"multi_vendor_shipping_enabled\": false,\n                                \"is_master\": \"1\",\n                                \"invoice_number_same_as_order_number\": true,\n                                \"enable_disable_cod_reconciliation\": true,\n                                \"enable_disable_freight_reconciliation\": true,\n                                \"cod_tolerance\": \"5\",\n                                \"freight_tolerance\": \"2\",\n                                \"is_multi_vendor_enabled\": true,\n                                \"invoice_message\": null,\n                                \"inclusive_exclusive\": null,\n                                \"is_tax_on_shipping\": \"no\",\n                                \"tax_on_shipping\": null,\n                                \"primary_color\": \"#222F3D\",\n                                \"secondary_color\": null,\n                                \"display_hsn\": true,\n                                \"website\": \"https://app.shipturtle.com/\",\n                                \"country\": \"IN\",\n                                \"type_of_vendor\": \"marketplace\",\n                                \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                                \"title\": \"violetplants\",\n                                \"parent_id\": 212738,\n                                \"extra_information\": null,\n                                \"invoice_date\": \"invoice_creation_date\",\n                                \"number_of_digits\": \"0\",\n                                \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                                \"created_by\": null,\n                                \"updated_by\": 28344,\n                                \"invoice_contact_name\": \"Hussain\",\n                                \"invoice_address_1\": \"dahod\",\n                                \"invoice_address_2\": \"dahod\",\n                                \"invoice_postal_code\": \"380005\",\n                                \"invoice_city\": \"Ahmedabad\",\n                                \"invoice_phone_number\": \"09173038104\",\n                                \"invoice_tin\": null,\n                                \"timezone\": \"America/Phoenix\",\n                                \"hand_delivered_enabled\": true,\n                                \"other_courier_partner_enabled\": true,\n                                \"billing_address_same_as_company_details\": false,\n                                \"deactivated_at\": null,\n                                \"state_code\": \"GJ\",\n                                \"automatically_sync_vendor_name_from_store\": true,\n                                \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                                \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                                \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                                \"correct_all_errors_in_order\": false,\n                                \"generate_shipping_labels_for_orders\": false,\n                                \"generate_invoices_for_dropship_orders\": false,\n                                \"can_vendor_enable_disable_product\": false,\n                                \"can_vendor_edit_quantity_product\": false,\n                                \"can_vendor_edit_weight_dimension_product\": false,\n                                \"can_vendor_edit_tax_product\": true,\n                                \"set_vendor_level_commission\": false,\n                                \"commission\": \"15\",\n                                \"discount_shared_by_vendor\": \"0\",\n                                \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                \"set_vendor_level_shared_discount\": false,\n                                \"set_vendor_level_commissoin_calculated_on\": false,\n                                \"use_shop_channel_values_to_set_commission\": false,\n                                \"can_vendor_generate_invoice\": true,\n                                \"can_vendor_process_shippings\": true,\n                                \"can_vendor_edit_hsn_tax\": true,\n                                \"can_vendor_add_courier_provider\": true,\n                                \"default_vendor_type\": \"marketplace\",\n                                \"no_of_deciaml_digits\": 2,\n                                \"credits\": 299956,\n                                \"plan_id\": 4,\n                                \"requested_plan_id\": null,\n                                \"override_invoice_permissions\": false,\n                                \"override_product_permissions\": false,\n                                \"override_order_routing_permissions\": false,\n                                \"override_shipping_permissions\": false,\n                                \"slug\": \"violetplants-212738\",\n                                \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                \"shipping_charge_commission_type\": \"fixed\",\n                                \"shipping_charge_commission\": 50,\n                                \"override_commission_calculated_tax_type\": false,\n                                \"override_shipping_charge_commission_type\": false,\n                                \"override_shipping_charge_commission\": 0,\n                                \"auto_email_to_vendor\": true,\n                                \"fixed_commission\": 10,\n                                \"service_charge\": 0,\n                                \"can_vendor_edit_price\": false,\n                                \"can_vendor_delete_product\": false,\n                                \"show_logo_in_awb\": false,\n                                \"hide_pick_address_in_awb\": false,\n                                \"hide_customer_info_in_awb\": true,\n                                \"hide_price_in_awb\": false,\n                                \"hide_customer_information_on_vendor_dashboards\": false,\n                                \"allow_merchant_to_generate_invoice\": false,\n                                \"show_merchant_logo_in_invoice\": true,\n                                \"locale\": \"en\",\n                                \"use_custom_waybill\": true,\n                                \"redirect_url\": \"dashboard\",\n                                \"invoice_state_code\": \"GJ\",\n                                \"invoice_country_code\": \"IN\",\n                                \"stripe_account_id\": null,\n                                \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                                \"enable_app_shipping_profile_on_shopify\": \"0\",\n                                \"policy\": null,\n                                \"css\": null,\n                                \"vendor_profile_color\": \"#f18024\",\n                                \"about_us\": null,\n                                \"facebook_link\": null,\n                                \"twitter_link\": null,\n                                \"instagram_link\": null,\n                                \"auto_fulfill_digital_orders\": true,\n                                \"use_default_warehouse_for_all_orders\": false,\n                                \"invoice_label_header_title\": null,\n                                \"invoice_place_of_supply\": null,\n                                \"invoice_cin_key_title\": null,\n                                \"invoice_cin\": null,\n                                \"give_vendor_access_to_merchant_shipper\": false,\n                                \"auto_generate_order_invoices_to_customers\": true,\n                                \"auto_email_order_invoices_to_customers\": true,\n                                \"treat_manual_payment_mode_as_cod\": false,\n                                \"fulfill_order_after_confirm\": false,\n                                \"add_notes_before_confirming_orders\": false,\n                                \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                                \"note_at_the_top_of_invoice\": null,\n                                \"vendor_shop_id\": null,\n                                \"vendor_category\": null,\n                                \"vendor_location\": null,\n                                \"short_description\": null,\n                                \"display_vendor_category\": true,\n                                \"display_vendor_location\": true,\n                                \"display_vendor_short_description\": true,\n                                \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                                \"sync_settings\": {\n                                    \"update_settings\": {\n                                        \"sku\": true,\n                                        \"tags\": true,\n                                        \"media\": true,\n                                        \"price\": true,\n                                        \"title\": true,\n                                        \"weight\": true,\n                                        \"barcode\": true,\n                                        \"quantity\": true,\n                                        \"description\": true,\n                                        \"product_type\": true,\n                                        \"variant_name\": true,\n                                        \"publish_status\": true,\n                                        \"compare_at_price\": true,\n                                        \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                    },\n                                    \"create_settings\": {\n                                        \"sku\": true,\n                                        \"tags\": true,\n                                        \"media\": true,\n                                        \"price\": true,\n                                        \"title\": true,\n                                        \"weight\": true,\n                                        \"barcode\": true,\n                                        \"quantity\": true,\n                                        \"description\": true,\n                                        \"product_type\": true,\n                                        \"variant_name\": true,\n                                        \"publish_status\": true,\n                                        \"compare_at_price\": true,\n                                        \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                    },\n                                    \"override_product_status_at_create\": true,\n                                    \"product_status\": \"as_per_vendor_product\",\n                                    \"enable_order_sync\": true,\n                                    \"push_only_if_order_paid\": false,\n                                    \"push_unsynced_product_order\": true,\n                                    \"auto_add_variant\": true,\n                                    \"auto_remove_variant\": true,\n                                    \"strictKeyCheck\": false,\n                                    \"on_product_delete\": \"do_nothing\",\n                                    \"on_product_unmapped\": \"do_nothing\",\n                                    \"push_only_if_product_connected\": true\n                                },\n                                \"override_hide_customer_information_permissions\": false,\n                                \"can_vendor_cancel_an_order\": false,\n                                \"hide_shipping_charges\": false,\n                                \"add_insurance_to_shipment\": 0,\n                                \"meta_title\": null,\n                                \"registration_link\": null,\n                                \"auto_approval_of_products_from_vendor\": true,\n                                \"ignore_selling_price_for_commission\": 0,\n                                \"shipping_label_check\": {\n                                    \"email\": false,\n                                    \"phone\": false,\n                                    \"address_line_1\": false,\n                                    \"address_line_2\": false,\n                                    \"address_line_1_minimum\": null,\n                                    \"address_line_1_maximum\": null,\n                                    \"address_line_2_minimum\": null,\n                                    \"address_line_2_maximum\": null\n                                },\n                                \"shipping_label_size\": \"smalllabel\",\n                                \"paypal_email\": null,\n                                \"use_custom_email_driver\": true,\n                                \"ignore_order_splitting\": false,\n                                \"hide_customer_information_on_vendor_dashboard\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false\n                                },\n                                \"hide_customer_information_in_awb\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false,\n                                    \"line_items\": false,\n                                    \"vendor_name\": false,\n                                    \"sku\": false,\n                                    \"weight_dimension\": false\n                                },\n                                \"hide_customer_information_in_invoice\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false\n                                },\n                                \"vendor_profile_settings\": {\n                                    \"seller_products_tab\": true,\n                                    \"seller_policy_tab\": true,\n                                    \"seller_contact_us_tab\": true,\n                                    \"seller_events_tab\": true,\n                                    \"seller_reviews_tab\": false,\n                                    \"seller_about_us_tab\": true\n                                },\n                                \"challan_message_1\": null,\n                                \"challan_message_2\": null,\n                                \"challan_prefix\": \"Invoice\",\n                                \"challan_number_same_as_invoice_number\": true,\n                                \"default_label_size_for_all_vendors\": true,\n                                \"hide_customer_information_in_export\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false\n                                },\n                                \"product_permissions\": null,\n                                \"hide_product_details_in_awb\": false,\n                                \"hide_invoice_details_in_awb\": false,\n                                \"company_note\": \"<p>sdfasdfab</p>\",\n                                \"meta_data\": \"[{\\\"uuid\\\":\\\"e95a7b2d-5210-4e7b-988f-7fbde7acf198\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/601990/dashboard-mockup-for-c2c.xlsx\\\",\\\"size\\\":102609,\\\"name\\\":\\\"Dashboard Mockup for C2C.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"50844059-549d-4bcc-88bf-a023fd46bd29\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/604572/28344-1690206866.xlsx\\\",\\\"size\\\":7389,\\\"name\\\":\\\"28344-1690206866.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3ad73d68-08a3-46b5-9afc-3d1ac5df398f\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655061/lable_cancelled_order_amazon.xlsx\\\",\\\"size\\\":26214,\\\"name\\\":\\\"Lable Cancelled Order Amazon.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                                \"color_theme_field\": \"light.blue\",\n                                \"change_tracking_url\": false,\n                                \"ship_to_address_as_merchants_default_warehouse\": false,\n                                \"can_vendor_hold_an_order\": false,\n                                \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                                \"allow_vendors_to_change_vendor_profile_details\": true,\n                                \"whatsapp_account\": \"use_company_account\",\n                                \"vendor_profile_theme_choosen\": \"theme-1\",\n                                \"whatsapp_credit\": 54,\n                                \"test_whatsapp_number\": \"+918849193468\",\n                                \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                                \"connected_vendor_shops\": [\n                                    \"vendorsynctesting5.myshopify.com\",\n                                    \"testing-for-vendorsync.myshopify.com\",\n                                    \"purpleplants.myshopify.com\",\n                                    \"https://st-wpdemo.com/\",\n                                    \"test-store-webkul-112.myshopify.com\",\n                                    \"https://st-wpdemo.com/\",\n                                    \"purpleplants.myshopify.com/\",\n                                    \"https://st-wpdemo.com/\",\n                                    \"purpleplants.myshopify.com\",\n                                    \"channelteststore5.myshopify.com\",\n                                    \"https://st-wpdemo.com/newtestclient/\",\n                                    \"purpleplants.myshopify.com\",\n                                    \"purpleplants.myshopify.com\"\n                                ],\n                                \"events\": null,\n                                \"commission_automation_set\": {\n                                    \"commission_automation\": true,\n                                    \"commission_automation_rules\": true,\n                                    \"commission_automation_date_range\": true,\n                                    \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                    \"time_buffer_for_commission_automation\": \"4\",\n                                    \"order_status_for_commission_automation\": \"pending\",\n                                    \"invoice_number_for_commission_automation\": 277,\n                                    \"date_Range_days_for_commission_automation\": \"4\"\n                                },\n                                \"auto_confirmation_using_tags_settings\": {\n                                    \"tags_settings_status\": true,\n                                    \"paid\": true,\n                                    \"tags_for_paid\": [],\n                                    \"cod_or_partially_paid\": false,\n                                    \"tags_for_cod_or_partially_paid\": [],\n                                    \"Exceptions_for_paid\": false,\n                                    \"Exceptions_for_paid_tags\": [],\n                                    \"Exceptions_for_cod_or_partially_paid\": false,\n                                    \"Exceptions_for_cod_or_partially_paid_tags\": []\n                                },\n                                \"preferred_location\": null,\n                                \"email_credit\": 4853,\n                                \"global_commission\": \"15\",\n                                \"global_discount_shared_by_vendor\": \"0\",\n                                \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                \"global_shipping_charge_commission_type\": \"fixed\",\n                                \"global_shipping_charge_commission\": 50,\n                                \"global_fixed_commission\": 10,\n                                \"invoice_country_detail\": {\n                                    \"id\": 98,\n                                    \"name\": \"India\",\n                                    \"code\": \"IN\",\n                                    \"dial_code\": \"+91\",\n                                    \"currency_name\": \"Indian rupee\",\n                                    \"currency_symbol\": \"Rs.\",\n                                    \"currency_code\": \"INR\",\n                                    \"created_at\": null,\n                                    \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                    \"name_with_symbole\": \"Indian rupee - Rs.\"\n                                },\n                                \"commission_tags\": {\n                                    \"company_id\": 212738,\n                                    \"override_commission\": true\n                                },\n                                \"parent\": {\n                                    \"id\": 212738,\n                                    \"company_name\": \"kapil\",\n                                    \"brand_name\": \"violetplants\",\n                                    \"company_logo\": null,\n                                    \"contact_name\": null,\n                                    \"phone_number\": null,\n                                    \"email\": \"varshil.shipturtle@gmail.com\",\n                                    \"address_line_1\": null,\n                                    \"address_line_2\": \"gj 23\",\n                                    \"pin_code\": \"380009\",\n                                    \"city\": \"Ahmedabad\",\n                                    \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                                    \"updated_at\": \"2023-12-21T12:23:57.000000Z\",\n                                    \"state_id\": null,\n                                    \"gstin_number\": \"1234\",\n                                    \"invoice_prefix\": \"Invoice\",\n                                    \"starting_invoice_number\": \"22\",\n                                    \"terms_and_conditions\": null,\n                                    \"bank_account_beneficiary_name\": null,\n                                    \"bank_account_name\": null,\n                                    \"ifsc_code\": null,\n                                    \"label_company_name\": null,\n                                    \"label_contact_name\": null,\n                                    \"label_phone\": null,\n                                    \"label_email_address\": null,\n                                    \"label_address_line_1\": null,\n                                    \"label_address_line_2\": null,\n                                    \"label_pin_code\": null,\n                                    \"label_city\": null,\n                                    \"label_state\": null,\n                                    \"signature\": null,\n                                    \"currency\": \"INR\",\n                                    \"weight\": null,\n                                    \"measurement\": null,\n                                    \"gst_enabled\": true,\n                                    \"override_channel_product_weight_enabled\": true,\n                                    \"label_details_same_as_company\": true,\n                                    \"multi_vendor_invoicing_enabled\": false,\n                                    \"multi_vendor_shipping_enabled\": false,\n                                    \"is_master\": \"1\",\n                                    \"invoice_number_same_as_order_number\": true,\n                                    \"enable_disable_cod_reconciliation\": true,\n                                    \"enable_disable_freight_reconciliation\": true,\n                                    \"cod_tolerance\": \"5\",\n                                    \"freight_tolerance\": \"2\",\n                                    \"is_multi_vendor_enabled\": true,\n                                    \"invoice_message\": null,\n                                    \"inclusive_exclusive\": null,\n                                    \"is_tax_on_shipping\": \"no\",\n                                    \"tax_on_shipping\": null,\n                                    \"primary_color\": \"#222F3D\",\n                                    \"secondary_color\": null,\n                                    \"display_hsn\": true,\n                                    \"website\": \"https://app.shipturtle.com/\",\n                                    \"country\": \"IN\",\n                                    \"type_of_vendor\": \"marketplace\",\n                                    \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                                    \"title\": \"violetplants\",\n                                    \"parent_id\": 212738,\n                                    \"extra_information\": null,\n                                    \"invoice_date\": \"invoice_creation_date\",\n                                    \"number_of_digits\": \"0\",\n                                    \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                                    \"created_by\": null,\n                                    \"updated_by\": 28344,\n                                    \"invoice_contact_name\": \"Hussain\",\n                                    \"invoice_address_1\": \"dahod\",\n                                    \"invoice_address_2\": \"dahod\",\n                                    \"invoice_postal_code\": \"380005\",\n                                    \"invoice_city\": \"Ahmedabad\",\n                                    \"invoice_phone_number\": \"09173038104\",\n                                    \"invoice_tin\": null,\n                                    \"timezone\": \"America/Phoenix\",\n                                    \"hand_delivered_enabled\": true,\n                                    \"other_courier_partner_enabled\": true,\n                                    \"billing_address_same_as_company_details\": false,\n                                    \"deactivated_at\": null,\n                                    \"state_code\": \"GJ\",\n                                    \"automatically_sync_vendor_name_from_store\": true,\n                                    \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                                    \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                                    \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                                    \"correct_all_errors_in_order\": false,\n                                    \"generate_shipping_labels_for_orders\": false,\n                                    \"generate_invoices_for_dropship_orders\": false,\n                                    \"can_vendor_enable_disable_product\": false,\n                                    \"can_vendor_edit_quantity_product\": false,\n                                    \"can_vendor_edit_weight_dimension_product\": false,\n                                    \"can_vendor_edit_tax_product\": true,\n                                    \"set_vendor_level_commission\": false,\n                                    \"commission\": \"15\",\n                                    \"discount_shared_by_vendor\": \"0\",\n                                    \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                    \"set_vendor_level_shared_discount\": false,\n                                    \"set_vendor_level_commissoin_calculated_on\": false,\n                                    \"use_shop_channel_values_to_set_commission\": false,\n                                    \"can_vendor_generate_invoice\": true,\n                                    \"can_vendor_process_shippings\": true,\n                                    \"can_vendor_edit_hsn_tax\": true,\n                                    \"can_vendor_add_courier_provider\": true,\n                                    \"default_vendor_type\": \"marketplace\",\n                                    \"no_of_deciaml_digits\": 2,\n                                    \"credits\": 299956,\n                                    \"plan_id\": 4,\n                                    \"requested_plan_id\": null,\n                                    \"override_invoice_permissions\": false,\n                                    \"override_product_permissions\": false,\n                                    \"override_order_routing_permissions\": false,\n                                    \"override_shipping_permissions\": false,\n                                    \"slug\": \"violetplants-212738\",\n                                    \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                    \"shipping_charge_commission_type\": \"fixed\",\n                                    \"shipping_charge_commission\": 50,\n                                    \"override_commission_calculated_tax_type\": false,\n                                    \"override_shipping_charge_commission_type\": false,\n                                    \"override_shipping_charge_commission\": 0,\n                                    \"auto_email_to_vendor\": true,\n                                    \"fixed_commission\": 10,\n                                    \"service_charge\": 0,\n                                    \"can_vendor_edit_price\": false,\n                                    \"can_vendor_delete_product\": false,\n                                    \"show_logo_in_awb\": false,\n                                    \"hide_pick_address_in_awb\": false,\n                                    \"hide_customer_info_in_awb\": true,\n                                    \"hide_price_in_awb\": false,\n                                    \"hide_customer_information_on_vendor_dashboards\": false,\n                                    \"allow_merchant_to_generate_invoice\": false,\n                                    \"show_merchant_logo_in_invoice\": true,\n                                    \"locale\": \"en\",\n                                    \"use_custom_waybill\": true,\n                                    \"redirect_url\": \"dashboard\",\n                                    \"invoice_state_code\": \"GJ\",\n                                    \"invoice_country_code\": \"IN\",\n                                    \"stripe_account_id\": null,\n                                    \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                                    \"enable_app_shipping_profile_on_shopify\": \"0\",\n                                    \"policy\": null,\n                                    \"css\": null,\n                                    \"vendor_profile_color\": \"#f18024\",\n                                    \"about_us\": null,\n                                    \"facebook_link\": null,\n                                    \"twitter_link\": null,\n                                    \"instagram_link\": null,\n                                    \"auto_fulfill_digital_orders\": true,\n                                    \"use_default_warehouse_for_all_orders\": false,\n                                    \"invoice_label_header_title\": null,\n                                    \"invoice_place_of_supply\": null,\n                                    \"invoice_cin_key_title\": null,\n                                    \"invoice_cin\": null,\n                                    \"give_vendor_access_to_merchant_shipper\": false,\n                                    \"auto_generate_order_invoices_to_customers\": true,\n                                    \"auto_email_order_invoices_to_customers\": true,\n                                    \"treat_manual_payment_mode_as_cod\": false,\n                                    \"fulfill_order_after_confirm\": false,\n                                    \"add_notes_before_confirming_orders\": false,\n                                    \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                                    \"note_at_the_top_of_invoice\": null,\n                                    \"vendor_shop_id\": null,\n                                    \"vendor_category\": null,\n                                    \"vendor_location\": null,\n                                    \"short_description\": null,\n                                    \"display_vendor_category\": true,\n                                    \"display_vendor_location\": true,\n                                    \"display_vendor_short_description\": true,\n                                    \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                                    \"sync_settings\": {\n                                        \"update_settings\": {\n                                            \"sku\": true,\n                                            \"tags\": true,\n                                            \"media\": true,\n                                            \"price\": true,\n                                            \"title\": true,\n                                            \"weight\": true,\n                                            \"barcode\": true,\n                                            \"quantity\": true,\n                                            \"description\": true,\n                                            \"product_type\": true,\n                                            \"variant_name\": true,\n                                            \"publish_status\": true,\n                                            \"compare_at_price\": true,\n                                            \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                        },\n                                        \"create_settings\": {\n                                            \"sku\": true,\n                                            \"tags\": true,\n                                            \"media\": true,\n                                            \"price\": true,\n                                            \"title\": true,\n                                            \"weight\": true,\n                                            \"barcode\": true,\n                                            \"quantity\": true,\n                                            \"description\": true,\n                                            \"product_type\": true,\n                                            \"variant_name\": true,\n                                            \"publish_status\": true,\n                                            \"compare_at_price\": true,\n                                            \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                        },\n                                        \"override_product_status_at_create\": true,\n                                        \"product_status\": \"as_per_vendor_product\",\n                                        \"enable_order_sync\": true,\n                                        \"push_only_if_order_paid\": false,\n                                        \"push_unsynced_product_order\": true,\n                                        \"auto_add_variant\": true,\n                                        \"auto_remove_variant\": true,\n                                        \"strictKeyCheck\": false,\n                                        \"on_product_delete\": \"do_nothing\",\n                                        \"on_product_unmapped\": \"do_nothing\",\n                                        \"push_only_if_product_connected\": true\n                                    },\n                                    \"override_hide_customer_information_permissions\": false,\n                                    \"can_vendor_cancel_an_order\": false,\n                                    \"hide_shipping_charges\": false,\n                                    \"add_insurance_to_shipment\": 0,\n                                    \"meta_title\": null,\n                                    \"registration_link\": null,\n                                    \"auto_approval_of_products_from_vendor\": true,\n                                    \"ignore_selling_price_for_commission\": 0,\n                                    \"shipping_label_check\": {\n                                        \"email\": false,\n                                        \"phone\": false,\n                                        \"address_line_1\": false,\n                                        \"address_line_2\": false,\n                                        \"address_line_1_minimum\": null,\n                                        \"address_line_1_maximum\": null,\n                                        \"address_line_2_minimum\": null,\n                                        \"address_line_2_maximum\": null\n                                    },\n                                    \"shipping_label_size\": \"smalllabel\",\n                                    \"paypal_email\": null,\n                                    \"use_custom_email_driver\": true,\n                                    \"ignore_order_splitting\": false,\n                                    \"hide_customer_information_on_vendor_dashboard\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false\n                                    },\n                                    \"hide_customer_information_in_awb\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false,\n                                        \"line_items\": false,\n                                        \"vendor_name\": false,\n                                        \"sku\": false,\n                                        \"weight_dimension\": false\n                                    },\n                                    \"hide_customer_information_in_invoice\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false\n                                    },\n                                    \"vendor_profile_settings\": {\n                                        \"seller_products_tab\": true,\n                                        \"seller_policy_tab\": true,\n                                        \"seller_contact_us_tab\": true,\n                                        \"seller_events_tab\": true,\n                                        \"seller_reviews_tab\": false,\n                                        \"seller_about_us_tab\": true\n                                    },\n                                    \"challan_message_1\": null,\n                                    \"challan_message_2\": null,\n                                    \"challan_prefix\": \"Invoice\",\n                                    \"challan_number_same_as_invoice_number\": true,\n                                    \"default_label_size_for_all_vendors\": true,\n                                    \"hide_customer_information_in_export\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false\n                                    },\n                                    \"product_permissions\": null,\n                                    \"hide_product_details_in_awb\": false,\n                                    \"hide_invoice_details_in_awb\": false,\n                                    \"company_note\": \"<p>sdfasdfab</p>\",\n                                    \"meta_data\": \"[{\\\"uuid\\\":\\\"e95a7b2d-5210-4e7b-988f-7fbde7acf198\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/601990/dashboard-mockup-for-c2c.xlsx\\\",\\\"size\\\":102609,\\\"name\\\":\\\"Dashboard Mockup for C2C.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"50844059-549d-4bcc-88bf-a023fd46bd29\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/604572/28344-1690206866.xlsx\\\",\\\"size\\\":7389,\\\"name\\\":\\\"28344-1690206866.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3ad73d68-08a3-46b5-9afc-3d1ac5df398f\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655061/lable_cancelled_order_amazon.xlsx\\\",\\\"size\\\":26214,\\\"name\\\":\\\"Lable Cancelled Order Amazon.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                                    \"color_theme_field\": \"light.blue\",\n                                    \"change_tracking_url\": false,\n                                    \"ship_to_address_as_merchants_default_warehouse\": false,\n                                    \"can_vendor_hold_an_order\": false,\n                                    \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                                    \"allow_vendors_to_change_vendor_profile_details\": true,\n                                    \"whatsapp_account\": \"use_company_account\",\n                                    \"vendor_profile_theme_choosen\": \"theme-1\",\n                                    \"whatsapp_credit\": 54,\n                                    \"test_whatsapp_number\": \"+918849193468\",\n                                    \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                                    \"connected_vendor_shops\": [\n                                        \"vendorsynctesting5.myshopify.com\",\n                                        \"testing-for-vendorsync.myshopify.com\",\n                                        \"purpleplants.myshopify.com\",\n                                        \"https://st-wpdemo.com/\",\n                                        \"test-store-webkul-112.myshopify.com\",\n                                        \"https://st-wpdemo.com/\",\n                                        \"purpleplants.myshopify.com/\",\n                                        \"https://st-wpdemo.com/\",\n                                        \"purpleplants.myshopify.com\",\n                                        \"channelteststore5.myshopify.com\",\n                                        \"https://st-wpdemo.com/newtestclient/\",\n                                        \"purpleplants.myshopify.com\",\n                                        \"purpleplants.myshopify.com\"\n                                    ],\n                                    \"events\": null,\n                                    \"commission_automation_set\": {\n                                        \"commission_automation\": true,\n                                        \"commission_automation_rules\": true,\n                                        \"commission_automation_date_range\": true,\n                                        \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                        \"time_buffer_for_commission_automation\": \"4\",\n                                        \"order_status_for_commission_automation\": \"pending\",\n                                        \"invoice_number_for_commission_automation\": 277,\n                                        \"date_Range_days_for_commission_automation\": \"4\"\n                                    },\n                                    \"auto_confirmation_using_tags_settings\": {\n                                        \"tags_settings_status\": true,\n                                        \"paid\": true,\n                                        \"tags_for_paid\": [],\n                                        \"cod_or_partially_paid\": false,\n                                        \"tags_for_cod_or_partially_paid\": [],\n                                        \"Exceptions_for_paid\": false,\n                                        \"Exceptions_for_paid_tags\": [],\n                                        \"Exceptions_for_cod_or_partially_paid\": false,\n                                        \"Exceptions_for_cod_or_partially_paid_tags\": []\n                                    },\n                                    \"preferred_location\": null,\n                                    \"email_credit\": 4853,\n                                    \"global_commission\": \"15\",\n                                    \"global_discount_shared_by_vendor\": \"0\",\n                                    \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                    \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                    \"global_shipping_charge_commission_type\": \"fixed\",\n                                    \"global_shipping_charge_commission\": 50,\n                                    \"global_fixed_commission\": 10,\n                                    \"invoice_country_detail\": {\n                                        \"id\": 98,\n                                        \"name\": \"India\",\n                                        \"code\": \"IN\",\n                                        \"dial_code\": \"+91\",\n                                        \"currency_name\": \"Indian rupee\",\n                                        \"currency_symbol\": \"Rs.\",\n                                        \"currency_code\": \"INR\",\n                                        \"created_at\": null,\n                                        \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                        \"name_with_symbole\": \"Indian rupee - Rs.\"\n                                    },\n                                    \"commission_tags\": {\n                                        \"company_id\": 212738,\n                                        \"override_commission\": true\n                                    }\n                                }\n                            },\n                            \"overridden_commission_level\": \"global\",\n                            \"overridden_commission\": \"15\",\n                            \"overridden_fixed_commission\": 10,\n                            \"global_commission_level\": \"global\",\n                            \"global_commission\": \"15\",\n                            \"global_fixed_commission\": 10\n                        },\n                        \"media\": []\n                    },\n                    \"alien_variant\": null\n                },\n                {\n                    \"id\": 22397101,\n                    \"commission\": null,\n                    \"fixed_commission\": 0,\n                    \"company_id\": 212738,\n                    \"product_id\": 8057554,\n                    \"image\": null,\n                    \"channel_variant_id\": \"22530935\",\n                    \"compare_at_price\": \"0.00\",\n                    \"deleted_at\": null,\n                    \"deactivated_at\": true,\n                    \"grams\": \"0\",\n                    \"height\": null,\n                    \"image_id\": null,\n                    \"inventory_item_id\": \"50352895066415\",\n                    \"inventory_management\": \"shopify\",\n                    \"inventory_policy\": \"deny\",\n                    \"inventory_quantity\": \"21\",\n                    \"length\": null,\n                    \"old_inventory_quantity\": null,\n                    \"option1\": \"RED\",\n                    \"option2\": \"L\",\n                    \"option3\": \"Title3\",\n                    \"price\": \"2010.00\",\n                    \"provider\": null,\n                    \"requires_shipping\": null,\n                    \"shop_id\": 4147,\n                    \"sku\": \"NEW-DESTINATION\",\n                    \"tax_id\": null,\n                    \"title\": \"RED / L / Title3\",\n                    \"updated_at\": \"2023-12-21T11:03:57.000000Z\",\n                    \"weight\": \"0\",\n                    \"weight_unit\": \"kg\",\n                    \"width\": null,\n                    \"parent_id\": 212738,\n                    \"override_commission\": false,\n                    \"vendor_shop_variant_id\": null,\n                    \"barcode\": \"\",\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/48308473659695\",\n                    \"overridden_commission_level\": \"global\",\n                    \"overridden_commission\": \"15\",\n                    \"overridden_fixed_commission\": 10,\n                    \"file_history\": null,\n                    \"company\": {\n                        \"id\": 212738,\n                        \"title\": \"violetplants\",\n                        \"parent_id\": 212738,\n                        \"commission\": \"15\",\n                        \"fixed_commission\": 10,\n                        \"set_vendor_level_commission\": false,\n                        \"global_commission\": \"15\",\n                        \"global_discount_shared_by_vendor\": \"0\",\n                        \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                        \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                        \"global_shipping_charge_commission_type\": \"fixed\",\n                        \"global_shipping_charge_commission\": 50,\n                        \"global_fixed_commission\": 10,\n                        \"invoice_country_detail\": null,\n                        \"commission_tags\": {\n                            \"company_id\": 212738,\n                            \"override_commission\": true\n                        },\n                        \"parent\": {\n                            \"id\": 212738,\n                            \"company_name\": \"kapil\",\n                            \"brand_name\": \"violetplants\",\n                            \"company_logo\": null,\n                            \"contact_name\": null,\n                            \"phone_number\": null,\n                            \"email\": \"varshil.shipturtle@gmail.com\",\n                            \"address_line_1\": null,\n                            \"address_line_2\": \"gj 23\",\n                            \"pin_code\": \"380009\",\n                            \"city\": \"Ahmedabad\",\n                            \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                            \"updated_at\": \"2023-12-21T12:23:57.000000Z\",\n                            \"state_id\": null,\n                            \"gstin_number\": \"1234\",\n                            \"invoice_prefix\": \"Invoice\",\n                            \"starting_invoice_number\": \"22\",\n                            \"terms_and_conditions\": null,\n                            \"bank_account_beneficiary_name\": null,\n                            \"bank_account_name\": null,\n                            \"ifsc_code\": null,\n                            \"label_company_name\": null,\n                            \"label_contact_name\": null,\n                            \"label_phone\": null,\n                            \"label_email_address\": null,\n                            \"label_address_line_1\": null,\n                            \"label_address_line_2\": null,\n                            \"label_pin_code\": null,\n                            \"label_city\": null,\n                            \"label_state\": null,\n                            \"signature\": null,\n                            \"currency\": \"INR\",\n                            \"weight\": null,\n                            \"measurement\": null,\n                            \"gst_enabled\": true,\n                            \"override_channel_product_weight_enabled\": true,\n                            \"label_details_same_as_company\": true,\n                            \"multi_vendor_invoicing_enabled\": false,\n                            \"multi_vendor_shipping_enabled\": false,\n                            \"is_master\": \"1\",\n                            \"invoice_number_same_as_order_number\": true,\n                            \"enable_disable_cod_reconciliation\": true,\n                            \"enable_disable_freight_reconciliation\": true,\n                            \"cod_tolerance\": \"5\",\n                            \"freight_tolerance\": \"2\",\n                            \"is_multi_vendor_enabled\": true,\n                            \"invoice_message\": null,\n                            \"inclusive_exclusive\": null,\n                            \"is_tax_on_shipping\": \"no\",\n                            \"tax_on_shipping\": null,\n                            \"primary_color\": \"#222F3D\",\n                            \"secondary_color\": null,\n                            \"display_hsn\": true,\n                            \"website\": \"https://app.shipturtle.com/\",\n                            \"country\": \"IN\",\n                            \"type_of_vendor\": \"marketplace\",\n                            \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                            \"title\": \"violetplants\",\n                            \"parent_id\": 212738,\n                            \"extra_information\": null,\n                            \"invoice_date\": \"invoice_creation_date\",\n                            \"number_of_digits\": \"0\",\n                            \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                            \"created_by\": null,\n                            \"updated_by\": 28344,\n                            \"invoice_contact_name\": \"Hussain\",\n                            \"invoice_address_1\": \"dahod\",\n                            \"invoice_address_2\": \"dahod\",\n                            \"invoice_postal_code\": \"380005\",\n                            \"invoice_city\": \"Ahmedabad\",\n                            \"invoice_phone_number\": \"09173038104\",\n                            \"invoice_tin\": null,\n                            \"timezone\": \"America/Phoenix\",\n                            \"hand_delivered_enabled\": true,\n                            \"other_courier_partner_enabled\": true,\n                            \"billing_address_same_as_company_details\": false,\n                            \"deactivated_at\": null,\n                            \"state_code\": \"GJ\",\n                            \"automatically_sync_vendor_name_from_store\": true,\n                            \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                            \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                            \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                            \"correct_all_errors_in_order\": false,\n                            \"generate_shipping_labels_for_orders\": false,\n                            \"generate_invoices_for_dropship_orders\": false,\n                            \"can_vendor_enable_disable_product\": false,\n                            \"can_vendor_edit_quantity_product\": false,\n                            \"can_vendor_edit_weight_dimension_product\": false,\n                            \"can_vendor_edit_tax_product\": true,\n                            \"set_vendor_level_commission\": false,\n                            \"commission\": \"15\",\n                            \"discount_shared_by_vendor\": \"0\",\n                            \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"set_vendor_level_shared_discount\": false,\n                            \"set_vendor_level_commissoin_calculated_on\": false,\n                            \"use_shop_channel_values_to_set_commission\": false,\n                            \"can_vendor_generate_invoice\": true,\n                            \"can_vendor_process_shippings\": true,\n                            \"can_vendor_edit_hsn_tax\": true,\n                            \"can_vendor_add_courier_provider\": true,\n                            \"default_vendor_type\": \"marketplace\",\n                            \"no_of_deciaml_digits\": 2,\n                            \"credits\": 299956,\n                            \"plan_id\": 4,\n                            \"requested_plan_id\": null,\n                            \"override_invoice_permissions\": false,\n                            \"override_product_permissions\": false,\n                            \"override_order_routing_permissions\": false,\n                            \"override_shipping_permissions\": false,\n                            \"slug\": \"violetplants-212738\",\n                            \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"shipping_charge_commission_type\": \"fixed\",\n                            \"shipping_charge_commission\": 50,\n                            \"override_commission_calculated_tax_type\": false,\n                            \"override_shipping_charge_commission_type\": false,\n                            \"override_shipping_charge_commission\": 0,\n                            \"auto_email_to_vendor\": true,\n                            \"fixed_commission\": 10,\n                            \"service_charge\": 0,\n                            \"can_vendor_edit_price\": false,\n                            \"can_vendor_delete_product\": false,\n                            \"show_logo_in_awb\": false,\n                            \"hide_pick_address_in_awb\": false,\n                            \"hide_customer_info_in_awb\": true,\n                            \"hide_price_in_awb\": false,\n                            \"hide_customer_information_on_vendor_dashboards\": false,\n                            \"allow_merchant_to_generate_invoice\": false,\n                            \"show_merchant_logo_in_invoice\": true,\n                            \"locale\": \"en\",\n                            \"use_custom_waybill\": true,\n                            \"redirect_url\": \"dashboard\",\n                            \"invoice_state_code\": \"GJ\",\n                            \"invoice_country_code\": \"IN\",\n                            \"stripe_account_id\": null,\n                            \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                            \"enable_app_shipping_profile_on_shopify\": \"0\",\n                            \"policy\": null,\n                            \"css\": null,\n                            \"vendor_profile_color\": \"#f18024\",\n                            \"about_us\": null,\n                            \"facebook_link\": null,\n                            \"twitter_link\": null,\n                            \"instagram_link\": null,\n                            \"auto_fulfill_digital_orders\": true,\n                            \"use_default_warehouse_for_all_orders\": false,\n                            \"invoice_label_header_title\": null,\n                            \"invoice_place_of_supply\": null,\n                            \"invoice_cin_key_title\": null,\n                            \"invoice_cin\": null,\n                            \"give_vendor_access_to_merchant_shipper\": false,\n                            \"auto_generate_order_invoices_to_customers\": true,\n                            \"auto_email_order_invoices_to_customers\": true,\n                            \"treat_manual_payment_mode_as_cod\": false,\n                            \"fulfill_order_after_confirm\": false,\n                            \"add_notes_before_confirming_orders\": false,\n                            \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                            \"note_at_the_top_of_invoice\": null,\n                            \"vendor_shop_id\": null,\n                            \"vendor_category\": null,\n                            \"vendor_location\": null,\n                            \"short_description\": null,\n                            \"display_vendor_category\": true,\n                            \"display_vendor_location\": true,\n                            \"display_vendor_short_description\": true,\n                            \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                            \"sync_settings\": {\n                                \"update_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": true,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"create_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": true,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"override_product_status_at_create\": true,\n                                \"product_status\": \"as_per_vendor_product\",\n                                \"enable_order_sync\": true,\n                                \"push_only_if_order_paid\": false,\n                                \"push_unsynced_product_order\": true,\n                                \"auto_add_variant\": true,\n                                \"auto_remove_variant\": true,\n                                \"strictKeyCheck\": false,\n                                \"on_product_delete\": \"do_nothing\",\n                                \"on_product_unmapped\": \"do_nothing\",\n                                \"push_only_if_product_connected\": true\n                            },\n                            \"override_hide_customer_information_permissions\": false,\n                            \"can_vendor_cancel_an_order\": false,\n                            \"hide_shipping_charges\": false,\n                            \"add_insurance_to_shipment\": 0,\n                            \"meta_title\": null,\n                            \"registration_link\": null,\n                            \"auto_approval_of_products_from_vendor\": true,\n                            \"ignore_selling_price_for_commission\": 0,\n                            \"shipping_label_check\": {\n                                \"email\": false,\n                                \"phone\": false,\n                                \"address_line_1\": false,\n                                \"address_line_2\": false,\n                                \"address_line_1_minimum\": null,\n                                \"address_line_1_maximum\": null,\n                                \"address_line_2_minimum\": null,\n                                \"address_line_2_maximum\": null\n                            },\n                            \"shipping_label_size\": \"smalllabel\",\n                            \"paypal_email\": null,\n                            \"use_custom_email_driver\": true,\n                            \"ignore_order_splitting\": false,\n                            \"hide_customer_information_on_vendor_dashboard\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"hide_customer_information_in_awb\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false,\n                                \"line_items\": false,\n                                \"vendor_name\": false,\n                                \"sku\": false,\n                                \"weight_dimension\": false\n                            },\n                            \"hide_customer_information_in_invoice\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"vendor_profile_settings\": {\n                                \"seller_products_tab\": true,\n                                \"seller_policy_tab\": true,\n                                \"seller_contact_us_tab\": true,\n                                \"seller_events_tab\": true,\n                                \"seller_reviews_tab\": false,\n                                \"seller_about_us_tab\": true\n                            },\n                            \"challan_message_1\": null,\n                            \"challan_message_2\": null,\n                            \"challan_prefix\": \"Invoice\",\n                            \"challan_number_same_as_invoice_number\": true,\n                            \"default_label_size_for_all_vendors\": true,\n                            \"hide_customer_information_in_export\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"product_permissions\": null,\n                            \"hide_product_details_in_awb\": false,\n                            \"hide_invoice_details_in_awb\": false,\n                            \"company_note\": \"<p>sdfasdfab</p>\",\n                            \"meta_data\": \"[{\\\"uuid\\\":\\\"e95a7b2d-5210-4e7b-988f-7fbde7acf198\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/601990/dashboard-mockup-for-c2c.xlsx\\\",\\\"size\\\":102609,\\\"name\\\":\\\"Dashboard Mockup for C2C.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"50844059-549d-4bcc-88bf-a023fd46bd29\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/604572/28344-1690206866.xlsx\\\",\\\"size\\\":7389,\\\"name\\\":\\\"28344-1690206866.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3ad73d68-08a3-46b5-9afc-3d1ac5df398f\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655061/lable_cancelled_order_amazon.xlsx\\\",\\\"size\\\":26214,\\\"name\\\":\\\"Lable Cancelled Order Amazon.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                            \"color_theme_field\": \"light.blue\",\n                            \"change_tracking_url\": false,\n                            \"ship_to_address_as_merchants_default_warehouse\": false,\n                            \"can_vendor_hold_an_order\": false,\n                            \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                            \"allow_vendors_to_change_vendor_profile_details\": true,\n                            \"whatsapp_account\": \"use_company_account\",\n                            \"vendor_profile_theme_choosen\": \"theme-1\",\n                            \"whatsapp_credit\": 54,\n                            \"test_whatsapp_number\": \"+918849193468\",\n                            \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                            \"connected_vendor_shops\": [\n                                \"vendorsynctesting5.myshopify.com\",\n                                \"testing-for-vendorsync.myshopify.com\",\n                                \"purpleplants.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"test-store-webkul-112.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com/\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com\",\n                                \"channelteststore5.myshopify.com\",\n                                \"https://st-wpdemo.com/newtestclient/\",\n                                \"purpleplants.myshopify.com\",\n                                \"purpleplants.myshopify.com\"\n                            ],\n                            \"events\": null,\n                            \"commission_automation_set\": {\n                                \"commission_automation\": true,\n                                \"commission_automation_rules\": true,\n                                \"commission_automation_date_range\": true,\n                                \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                \"time_buffer_for_commission_automation\": \"4\",\n                                \"order_status_for_commission_automation\": \"pending\",\n                                \"invoice_number_for_commission_automation\": 277,\n                                \"date_Range_days_for_commission_automation\": \"4\"\n                            },\n                            \"auto_confirmation_using_tags_settings\": {\n                                \"tags_settings_status\": true,\n                                \"paid\": true,\n                                \"tags_for_paid\": [],\n                                \"cod_or_partially_paid\": false,\n                                \"tags_for_cod_or_partially_paid\": [],\n                                \"Exceptions_for_paid\": false,\n                                \"Exceptions_for_paid_tags\": [],\n                                \"Exceptions_for_cod_or_partially_paid\": false,\n                                \"Exceptions_for_cod_or_partially_paid_tags\": []\n                            },\n                            \"preferred_location\": null,\n                            \"email_credit\": 4853,\n                            \"global_commission\": \"15\",\n                            \"global_discount_shared_by_vendor\": \"0\",\n                            \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"global_shipping_charge_commission_type\": \"fixed\",\n                            \"global_shipping_charge_commission\": 50,\n                            \"global_fixed_commission\": 10,\n                            \"invoice_country_detail\": {\n                                \"id\": 98,\n                                \"name\": \"India\",\n                                \"code\": \"IN\",\n                                \"dial_code\": \"+91\",\n                                \"currency_name\": \"Indian rupee\",\n                                \"currency_symbol\": \"Rs.\",\n                                \"currency_code\": \"INR\",\n                                \"created_at\": null,\n                                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                \"name_with_symbole\": \"Indian rupee - Rs.\"\n                            },\n                            \"commission_tags\": {\n                                \"company_id\": 212738,\n                                \"override_commission\": true\n                            }\n                        }\n                    },\n                    \"tax\": null,\n                    \"inventory_item\": {\n                        \"id\": 13164388,\n                        \"sku\": \"NEW-DESTINATION\",\n                        \"requires_shipping\": true,\n                        \"cost\": \"10.00\",\n                        \"admin_graphql_api_id\": \"gid://shopify/InventoryItem/50352895066415\",\n                        \"created_at\": \"2023-12-21T11:03:55.000000Z\",\n                        \"updated_at\": \"2023-12-21T11:03:55.000000Z\",\n                        \"shop_id\": 4147,\n                        \"channel_id\": \"50352895066415\",\n                        \"variant_id\": null,\n                        \"channel\": null,\n                        \"country_harmonized_system_codes\": null,\n                        \"harmonized_system_code\": null,\n                        \"deleted_at\": null\n                    },\n                    \"product\": {\n                        \"id\": 8057554,\n                        \"product_type_id\": 145003,\n                        \"image_link\": null,\n                        \"images_link\": null,\n                        \"uploaded_images\": [],\n                        \"product_type_title\": \"Canvas\",\n                        \"variant_inventory_count\": {\n                            \"quantity\": 378,\n                            \"length\": 27\n                        },\n                        \"product_type\": {\n                            \"id\": 145003,\n                            \"channel\": \"shopify\",\n                            \"shop_id\": 4147,\n                            \"title\": \"Canvas\",\n                            \"commission\": null,\n                            \"created_at\": \"2023-11-30T06:49:18.000000Z\",\n                            \"updated_at\": \"2023-11-30T06:49:18.000000Z\",\n                            \"fixed_commission\": 0,\n                            \"override_commission\": false,\n                            \"companyObject\": {\n                                \"id\": 212738,\n                                \"company_name\": \"kapil\",\n                                \"brand_name\": \"violetplants\",\n                                \"company_logo\": null,\n                                \"contact_name\": null,\n                                \"phone_number\": null,\n                                \"email\": \"varshil.shipturtle@gmail.com\",\n                                \"address_line_1\": null,\n                                \"address_line_2\": \"gj 23\",\n                                \"pin_code\": \"380009\",\n                                \"city\": \"Ahmedabad\",\n                                \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                                \"updated_at\": \"2023-12-21T12:23:57.000000Z\",\n                                \"state_id\": null,\n                                \"gstin_number\": \"1234\",\n                                \"invoice_prefix\": \"Invoice\",\n                                \"starting_invoice_number\": \"22\",\n                                \"terms_and_conditions\": null,\n                                \"bank_account_beneficiary_name\": null,\n                                \"bank_account_name\": null,\n                                \"ifsc_code\": null,\n                                \"label_company_name\": null,\n                                \"label_contact_name\": null,\n                                \"label_phone\": null,\n                                \"label_email_address\": null,\n                                \"label_address_line_1\": null,\n                                \"label_address_line_2\": null,\n                                \"label_pin_code\": null,\n                                \"label_city\": null,\n                                \"label_state\": null,\n                                \"signature\": null,\n                                \"currency\": \"INR\",\n                                \"weight\": null,\n                                \"measurement\": null,\n                                \"gst_enabled\": true,\n                                \"override_channel_product_weight_enabled\": true,\n                                \"label_details_same_as_company\": true,\n                                \"multi_vendor_invoicing_enabled\": false,\n                                \"multi_vendor_shipping_enabled\": false,\n                                \"is_master\": \"1\",\n                                \"invoice_number_same_as_order_number\": true,\n                                \"enable_disable_cod_reconciliation\": true,\n                                \"enable_disable_freight_reconciliation\": true,\n                                \"cod_tolerance\": \"5\",\n                                \"freight_tolerance\": \"2\",\n                                \"is_multi_vendor_enabled\": true,\n                                \"invoice_message\": null,\n                                \"inclusive_exclusive\": null,\n                                \"is_tax_on_shipping\": \"no\",\n                                \"tax_on_shipping\": null,\n                                \"primary_color\": \"#222F3D\",\n                                \"secondary_color\": null,\n                                \"display_hsn\": true,\n                                \"website\": \"https://app.shipturtle.com/\",\n                                \"country\": \"IN\",\n                                \"type_of_vendor\": \"marketplace\",\n                                \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                                \"title\": \"violetplants\",\n                                \"parent_id\": 212738,\n                                \"extra_information\": null,\n                                \"invoice_date\": \"invoice_creation_date\",\n                                \"number_of_digits\": \"0\",\n                                \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                                \"created_by\": null,\n                                \"updated_by\": 28344,\n                                \"invoice_contact_name\": \"Hussain\",\n                                \"invoice_address_1\": \"dahod\",\n                                \"invoice_address_2\": \"dahod\",\n                                \"invoice_postal_code\": \"380005\",\n                                \"invoice_city\": \"Ahmedabad\",\n                                \"invoice_phone_number\": \"09173038104\",\n                                \"invoice_tin\": null,\n                                \"timezone\": \"America/Phoenix\",\n                                \"hand_delivered_enabled\": true,\n                                \"other_courier_partner_enabled\": true,\n                                \"billing_address_same_as_company_details\": false,\n                                \"deactivated_at\": null,\n                                \"state_code\": \"GJ\",\n                                \"automatically_sync_vendor_name_from_store\": true,\n                                \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                                \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                                \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                                \"correct_all_errors_in_order\": false,\n                                \"generate_shipping_labels_for_orders\": false,\n                                \"generate_invoices_for_dropship_orders\": false,\n                                \"can_vendor_enable_disable_product\": false,\n                                \"can_vendor_edit_quantity_product\": false,\n                                \"can_vendor_edit_weight_dimension_product\": false,\n                                \"can_vendor_edit_tax_product\": true,\n                                \"set_vendor_level_commission\": false,\n                                \"commission\": \"15\",\n                                \"discount_shared_by_vendor\": \"0\",\n                                \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                \"set_vendor_level_shared_discount\": false,\n                                \"set_vendor_level_commissoin_calculated_on\": false,\n                                \"use_shop_channel_values_to_set_commission\": false,\n                                \"can_vendor_generate_invoice\": true,\n                                \"can_vendor_process_shippings\": true,\n                                \"can_vendor_edit_hsn_tax\": true,\n                                \"can_vendor_add_courier_provider\": true,\n                                \"default_vendor_type\": \"marketplace\",\n                                \"no_of_deciaml_digits\": 2,\n                                \"credits\": 299956,\n                                \"plan_id\": 4,\n                                \"requested_plan_id\": null,\n                                \"override_invoice_permissions\": false,\n                                \"override_product_permissions\": false,\n                                \"override_order_routing_permissions\": false,\n                                \"override_shipping_permissions\": false,\n                                \"slug\": \"violetplants-212738\",\n                                \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                \"shipping_charge_commission_type\": \"fixed\",\n                                \"shipping_charge_commission\": 50,\n                                \"override_commission_calculated_tax_type\": false,\n                                \"override_shipping_charge_commission_type\": false,\n                                \"override_shipping_charge_commission\": 0,\n                                \"auto_email_to_vendor\": true,\n                                \"fixed_commission\": 10,\n                                \"service_charge\": 0,\n                                \"can_vendor_edit_price\": false,\n                                \"can_vendor_delete_product\": false,\n                                \"show_logo_in_awb\": false,\n                                \"hide_pick_address_in_awb\": false,\n                                \"hide_customer_info_in_awb\": true,\n                                \"hide_price_in_awb\": false,\n                                \"hide_customer_information_on_vendor_dashboards\": false,\n                                \"allow_merchant_to_generate_invoice\": false,\n                                \"show_merchant_logo_in_invoice\": true,\n                                \"locale\": \"en\",\n                                \"use_custom_waybill\": true,\n                                \"redirect_url\": \"dashboard\",\n                                \"invoice_state_code\": \"GJ\",\n                                \"invoice_country_code\": \"IN\",\n                                \"stripe_account_id\": null,\n                                \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                                \"enable_app_shipping_profile_on_shopify\": \"0\",\n                                \"policy\": null,\n                                \"css\": null,\n                                \"vendor_profile_color\": \"#f18024\",\n                                \"about_us\": null,\n                                \"facebook_link\": null,\n                                \"twitter_link\": null,\n                                \"instagram_link\": null,\n                                \"auto_fulfill_digital_orders\": true,\n                                \"use_default_warehouse_for_all_orders\": false,\n                                \"invoice_label_header_title\": null,\n                                \"invoice_place_of_supply\": null,\n                                \"invoice_cin_key_title\": null,\n                                \"invoice_cin\": null,\n                                \"give_vendor_access_to_merchant_shipper\": false,\n                                \"auto_generate_order_invoices_to_customers\": true,\n                                \"auto_email_order_invoices_to_customers\": true,\n                                \"treat_manual_payment_mode_as_cod\": false,\n                                \"fulfill_order_after_confirm\": false,\n                                \"add_notes_before_confirming_orders\": false,\n                                \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                                \"note_at_the_top_of_invoice\": null,\n                                \"vendor_shop_id\": null,\n                                \"vendor_category\": null,\n                                \"vendor_location\": null,\n                                \"short_description\": null,\n                                \"display_vendor_category\": true,\n                                \"display_vendor_location\": true,\n                                \"display_vendor_short_description\": true,\n                                \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                                \"sync_settings\": {\n                                    \"update_settings\": {\n                                        \"sku\": true,\n                                        \"tags\": true,\n                                        \"media\": true,\n                                        \"price\": true,\n                                        \"title\": true,\n                                        \"weight\": true,\n                                        \"barcode\": true,\n                                        \"quantity\": true,\n                                        \"description\": true,\n                                        \"product_type\": true,\n                                        \"variant_name\": true,\n                                        \"publish_status\": true,\n                                        \"compare_at_price\": true,\n                                        \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                    },\n                                    \"create_settings\": {\n                                        \"sku\": true,\n                                        \"tags\": true,\n                                        \"media\": true,\n                                        \"price\": true,\n                                        \"title\": true,\n                                        \"weight\": true,\n                                        \"barcode\": true,\n                                        \"quantity\": true,\n                                        \"description\": true,\n                                        \"product_type\": true,\n                                        \"variant_name\": true,\n                                        \"publish_status\": true,\n                                        \"compare_at_price\": true,\n                                        \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                    },\n                                    \"override_product_status_at_create\": true,\n                                    \"product_status\": \"as_per_vendor_product\",\n                                    \"enable_order_sync\": true,\n                                    \"push_only_if_order_paid\": false,\n                                    \"push_unsynced_product_order\": true,\n                                    \"auto_add_variant\": true,\n                                    \"auto_remove_variant\": true,\n                                    \"strictKeyCheck\": false,\n                                    \"on_product_delete\": \"do_nothing\",\n                                    \"on_product_unmapped\": \"do_nothing\",\n                                    \"push_only_if_product_connected\": true\n                                },\n                                \"override_hide_customer_information_permissions\": false,\n                                \"can_vendor_cancel_an_order\": false,\n                                \"hide_shipping_charges\": false,\n                                \"add_insurance_to_shipment\": 0,\n                                \"meta_title\": null,\n                                \"registration_link\": null,\n                                \"auto_approval_of_products_from_vendor\": true,\n                                \"ignore_selling_price_for_commission\": 0,\n                                \"shipping_label_check\": {\n                                    \"email\": false,\n                                    \"phone\": false,\n                                    \"address_line_1\": false,\n                                    \"address_line_2\": false,\n                                    \"address_line_1_minimum\": null,\n                                    \"address_line_1_maximum\": null,\n                                    \"address_line_2_minimum\": null,\n                                    \"address_line_2_maximum\": null\n                                },\n                                \"shipping_label_size\": \"smalllabel\",\n                                \"paypal_email\": null,\n                                \"use_custom_email_driver\": true,\n                                \"ignore_order_splitting\": false,\n                                \"hide_customer_information_on_vendor_dashboard\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false\n                                },\n                                \"hide_customer_information_in_awb\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false,\n                                    \"line_items\": false,\n                                    \"vendor_name\": false,\n                                    \"sku\": false,\n                                    \"weight_dimension\": false\n                                },\n                                \"hide_customer_information_in_invoice\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false\n                                },\n                                \"vendor_profile_settings\": {\n                                    \"seller_products_tab\": true,\n                                    \"seller_policy_tab\": true,\n                                    \"seller_contact_us_tab\": true,\n                                    \"seller_events_tab\": true,\n                                    \"seller_reviews_tab\": false,\n                                    \"seller_about_us_tab\": true\n                                },\n                                \"challan_message_1\": null,\n                                \"challan_message_2\": null,\n                                \"challan_prefix\": \"Invoice\",\n                                \"challan_number_same_as_invoice_number\": true,\n                                \"default_label_size_for_all_vendors\": true,\n                                \"hide_customer_information_in_export\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false\n                                },\n                                \"product_permissions\": null,\n                                \"hide_product_details_in_awb\": false,\n                                \"hide_invoice_details_in_awb\": false,\n                                \"company_note\": \"<p>sdfasdfab</p>\",\n                                \"meta_data\": \"[{\\\"uuid\\\":\\\"e95a7b2d-5210-4e7b-988f-7fbde7acf198\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/601990/dashboard-mockup-for-c2c.xlsx\\\",\\\"size\\\":102609,\\\"name\\\":\\\"Dashboard Mockup for C2C.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"50844059-549d-4bcc-88bf-a023fd46bd29\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/604572/28344-1690206866.xlsx\\\",\\\"size\\\":7389,\\\"name\\\":\\\"28344-1690206866.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3ad73d68-08a3-46b5-9afc-3d1ac5df398f\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655061/lable_cancelled_order_amazon.xlsx\\\",\\\"size\\\":26214,\\\"name\\\":\\\"Lable Cancelled Order Amazon.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                                \"color_theme_field\": \"light.blue\",\n                                \"change_tracking_url\": false,\n                                \"ship_to_address_as_merchants_default_warehouse\": false,\n                                \"can_vendor_hold_an_order\": false,\n                                \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                                \"allow_vendors_to_change_vendor_profile_details\": true,\n                                \"whatsapp_account\": \"use_company_account\",\n                                \"vendor_profile_theme_choosen\": \"theme-1\",\n                                \"whatsapp_credit\": 54,\n                                \"test_whatsapp_number\": \"+918849193468\",\n                                \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                                \"connected_vendor_shops\": [\n                                    \"vendorsynctesting5.myshopify.com\",\n                                    \"testing-for-vendorsync.myshopify.com\",\n                                    \"purpleplants.myshopify.com\",\n                                    \"https://st-wpdemo.com/\",\n                                    \"test-store-webkul-112.myshopify.com\",\n                                    \"https://st-wpdemo.com/\",\n                                    \"purpleplants.myshopify.com/\",\n                                    \"https://st-wpdemo.com/\",\n                                    \"purpleplants.myshopify.com\",\n                                    \"channelteststore5.myshopify.com\",\n                                    \"https://st-wpdemo.com/newtestclient/\",\n                                    \"purpleplants.myshopify.com\",\n                                    \"purpleplants.myshopify.com\"\n                                ],\n                                \"events\": null,\n                                \"commission_automation_set\": {\n                                    \"commission_automation\": true,\n                                    \"commission_automation_rules\": true,\n                                    \"commission_automation_date_range\": true,\n                                    \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                    \"time_buffer_for_commission_automation\": \"4\",\n                                    \"order_status_for_commission_automation\": \"pending\",\n                                    \"invoice_number_for_commission_automation\": 277,\n                                    \"date_Range_days_for_commission_automation\": \"4\"\n                                },\n                                \"auto_confirmation_using_tags_settings\": {\n                                    \"tags_settings_status\": true,\n                                    \"paid\": true,\n                                    \"tags_for_paid\": [],\n                                    \"cod_or_partially_paid\": false,\n                                    \"tags_for_cod_or_partially_paid\": [],\n                                    \"Exceptions_for_paid\": false,\n                                    \"Exceptions_for_paid_tags\": [],\n                                    \"Exceptions_for_cod_or_partially_paid\": false,\n                                    \"Exceptions_for_cod_or_partially_paid_tags\": []\n                                },\n                                \"preferred_location\": null,\n                                \"email_credit\": 4853,\n                                \"global_commission\": \"15\",\n                                \"global_discount_shared_by_vendor\": \"0\",\n                                \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                \"global_shipping_charge_commission_type\": \"fixed\",\n                                \"global_shipping_charge_commission\": 50,\n                                \"global_fixed_commission\": 10,\n                                \"invoice_country_detail\": {\n                                    \"id\": 98,\n                                    \"name\": \"India\",\n                                    \"code\": \"IN\",\n                                    \"dial_code\": \"+91\",\n                                    \"currency_name\": \"Indian rupee\",\n                                    \"currency_symbol\": \"Rs.\",\n                                    \"currency_code\": \"INR\",\n                                    \"created_at\": null,\n                                    \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                    \"name_with_symbole\": \"Indian rupee - Rs.\"\n                                },\n                                \"commission_tags\": {\n                                    \"company_id\": 212738,\n                                    \"override_commission\": true\n                                },\n                                \"parent\": {\n                                    \"id\": 212738,\n                                    \"company_name\": \"kapil\",\n                                    \"brand_name\": \"violetplants\",\n                                    \"company_logo\": null,\n                                    \"contact_name\": null,\n                                    \"phone_number\": null,\n                                    \"email\": \"varshil.shipturtle@gmail.com\",\n                                    \"address_line_1\": null,\n                                    \"address_line_2\": \"gj 23\",\n                                    \"pin_code\": \"380009\",\n                                    \"city\": \"Ahmedabad\",\n                                    \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                                    \"updated_at\": \"2023-12-21T12:23:57.000000Z\",\n                                    \"state_id\": null,\n                                    \"gstin_number\": \"1234\",\n                                    \"invoice_prefix\": \"Invoice\",\n                                    \"starting_invoice_number\": \"22\",\n                                    \"terms_and_conditions\": null,\n                                    \"bank_account_beneficiary_name\": null,\n                                    \"bank_account_name\": null,\n                                    \"ifsc_code\": null,\n                                    \"label_company_name\": null,\n                                    \"label_contact_name\": null,\n                                    \"label_phone\": null,\n                                    \"label_email_address\": null,\n                                    \"label_address_line_1\": null,\n                                    \"label_address_line_2\": null,\n                                    \"label_pin_code\": null,\n                                    \"label_city\": null,\n                                    \"label_state\": null,\n                                    \"signature\": null,\n                                    \"currency\": \"INR\",\n                                    \"weight\": null,\n                                    \"measurement\": null,\n                                    \"gst_enabled\": true,\n                                    \"override_channel_product_weight_enabled\": true,\n                                    \"label_details_same_as_company\": true,\n                                    \"multi_vendor_invoicing_enabled\": false,\n                                    \"multi_vendor_shipping_enabled\": false,\n                                    \"is_master\": \"1\",\n                                    \"invoice_number_same_as_order_number\": true,\n                                    \"enable_disable_cod_reconciliation\": true,\n                                    \"enable_disable_freight_reconciliation\": true,\n                                    \"cod_tolerance\": \"5\",\n                                    \"freight_tolerance\": \"2\",\n                                    \"is_multi_vendor_enabled\": true,\n                                    \"invoice_message\": null,\n                                    \"inclusive_exclusive\": null,\n                                    \"is_tax_on_shipping\": \"no\",\n                                    \"tax_on_shipping\": null,\n                                    \"primary_color\": \"#222F3D\",\n                                    \"secondary_color\": null,\n                                    \"display_hsn\": true,\n                                    \"website\": \"https://app.shipturtle.com/\",\n                                    \"country\": \"IN\",\n                                    \"type_of_vendor\": \"marketplace\",\n                                    \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                                    \"title\": \"violetplants\",\n                                    \"parent_id\": 212738,\n                                    \"extra_information\": null,\n                                    \"invoice_date\": \"invoice_creation_date\",\n                                    \"number_of_digits\": \"0\",\n                                    \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                                    \"created_by\": null,\n                                    \"updated_by\": 28344,\n                                    \"invoice_contact_name\": \"Hussain\",\n                                    \"invoice_address_1\": \"dahod\",\n                                    \"invoice_address_2\": \"dahod\",\n                                    \"invoice_postal_code\": \"380005\",\n                                    \"invoice_city\": \"Ahmedabad\",\n                                    \"invoice_phone_number\": \"09173038104\",\n                                    \"invoice_tin\": null,\n                                    \"timezone\": \"America/Phoenix\",\n                                    \"hand_delivered_enabled\": true,\n                                    \"other_courier_partner_enabled\": true,\n                                    \"billing_address_same_as_company_details\": false,\n                                    \"deactivated_at\": null,\n                                    \"state_code\": \"GJ\",\n                                    \"automatically_sync_vendor_name_from_store\": true,\n                                    \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                                    \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                                    \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                                    \"correct_all_errors_in_order\": false,\n                                    \"generate_shipping_labels_for_orders\": false,\n                                    \"generate_invoices_for_dropship_orders\": false,\n                                    \"can_vendor_enable_disable_product\": false,\n                                    \"can_vendor_edit_quantity_product\": false,\n                                    \"can_vendor_edit_weight_dimension_product\": false,\n                                    \"can_vendor_edit_tax_product\": true,\n                                    \"set_vendor_level_commission\": false,\n                                    \"commission\": \"15\",\n                                    \"discount_shared_by_vendor\": \"0\",\n                                    \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                    \"set_vendor_level_shared_discount\": false,\n                                    \"set_vendor_level_commissoin_calculated_on\": false,\n                                    \"use_shop_channel_values_to_set_commission\": false,\n                                    \"can_vendor_generate_invoice\": true,\n                                    \"can_vendor_process_shippings\": true,\n                                    \"can_vendor_edit_hsn_tax\": true,\n                                    \"can_vendor_add_courier_provider\": true,\n                                    \"default_vendor_type\": \"marketplace\",\n                                    \"no_of_deciaml_digits\": 2,\n                                    \"credits\": 299956,\n                                    \"plan_id\": 4,\n                                    \"requested_plan_id\": null,\n                                    \"override_invoice_permissions\": false,\n                                    \"override_product_permissions\": false,\n                                    \"override_order_routing_permissions\": false,\n                                    \"override_shipping_permissions\": false,\n                                    \"slug\": \"violetplants-212738\",\n                                    \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                    \"shipping_charge_commission_type\": \"fixed\",\n                                    \"shipping_charge_commission\": 50,\n                                    \"override_commission_calculated_tax_type\": false,\n                                    \"override_shipping_charge_commission_type\": false,\n                                    \"override_shipping_charge_commission\": 0,\n                                    \"auto_email_to_vendor\": true,\n                                    \"fixed_commission\": 10,\n                                    \"service_charge\": 0,\n                                    \"can_vendor_edit_price\": false,\n                                    \"can_vendor_delete_product\": false,\n                                    \"show_logo_in_awb\": false,\n                                    \"hide_pick_address_in_awb\": false,\n                                    \"hide_customer_info_in_awb\": true,\n                                    \"hide_price_in_awb\": false,\n                                    \"hide_customer_information_on_vendor_dashboards\": false,\n                                    \"allow_merchant_to_generate_invoice\": false,\n                                    \"show_merchant_logo_in_invoice\": true,\n                                    \"locale\": \"en\",\n                                    \"use_custom_waybill\": true,\n                                    \"redirect_url\": \"dashboard\",\n                                    \"invoice_state_code\": \"GJ\",\n                                    \"invoice_country_code\": \"IN\",\n                                    \"stripe_account_id\": null,\n                                    \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                                    \"enable_app_shipping_profile_on_shopify\": \"0\",\n                                    \"policy\": null,\n                                    \"css\": null,\n                                    \"vendor_profile_color\": \"#f18024\",\n                                    \"about_us\": null,\n                                    \"facebook_link\": null,\n                                    \"twitter_link\": null,\n                                    \"instagram_link\": null,\n                                    \"auto_fulfill_digital_orders\": true,\n                                    \"use_default_warehouse_for_all_orders\": false,\n                                    \"invoice_label_header_title\": null,\n                                    \"invoice_place_of_supply\": null,\n                                    \"invoice_cin_key_title\": null,\n                                    \"invoice_cin\": null,\n                                    \"give_vendor_access_to_merchant_shipper\": false,\n                                    \"auto_generate_order_invoices_to_customers\": true,\n                                    \"auto_email_order_invoices_to_customers\": true,\n                                    \"treat_manual_payment_mode_as_cod\": false,\n                                    \"fulfill_order_after_confirm\": false,\n                                    \"add_notes_before_confirming_orders\": false,\n                                    \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                                    \"note_at_the_top_of_invoice\": null,\n                                    \"vendor_shop_id\": null,\n                                    \"vendor_category\": null,\n                                    \"vendor_location\": null,\n                                    \"short_description\": null,\n                                    \"display_vendor_category\": true,\n                                    \"display_vendor_location\": true,\n                                    \"display_vendor_short_description\": true,\n                                    \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                                    \"sync_settings\": {\n                                        \"update_settings\": {\n                                            \"sku\": true,\n                                            \"tags\": true,\n                                            \"media\": true,\n                                            \"price\": true,\n                                            \"title\": true,\n                                            \"weight\": true,\n                                            \"barcode\": true,\n                                            \"quantity\": true,\n                                            \"description\": true,\n                                            \"product_type\": true,\n                                            \"variant_name\": true,\n                                            \"publish_status\": true,\n                                            \"compare_at_price\": true,\n                                            \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                        },\n                                        \"create_settings\": {\n                                            \"sku\": true,\n                                            \"tags\": true,\n                                            \"media\": true,\n                                            \"price\": true,\n                                            \"title\": true,\n                                            \"weight\": true,\n                                            \"barcode\": true,\n                                            \"quantity\": true,\n                                            \"description\": true,\n                                            \"product_type\": true,\n                                            \"variant_name\": true,\n                                            \"publish_status\": true,\n                                            \"compare_at_price\": true,\n                                            \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                        },\n                                        \"override_product_status_at_create\": true,\n                                        \"product_status\": \"as_per_vendor_product\",\n                                        \"enable_order_sync\": true,\n                                        \"push_only_if_order_paid\": false,\n                                        \"push_unsynced_product_order\": true,\n                                        \"auto_add_variant\": true,\n                                        \"auto_remove_variant\": true,\n                                        \"strictKeyCheck\": false,\n                                        \"on_product_delete\": \"do_nothing\",\n                                        \"on_product_unmapped\": \"do_nothing\",\n                                        \"push_only_if_product_connected\": true\n                                    },\n                                    \"override_hide_customer_information_permissions\": false,\n                                    \"can_vendor_cancel_an_order\": false,\n                                    \"hide_shipping_charges\": false,\n                                    \"add_insurance_to_shipment\": 0,\n                                    \"meta_title\": null,\n                                    \"registration_link\": null,\n                                    \"auto_approval_of_products_from_vendor\": true,\n                                    \"ignore_selling_price_for_commission\": 0,\n                                    \"shipping_label_check\": {\n                                        \"email\": false,\n                                        \"phone\": false,\n                                        \"address_line_1\": false,\n                                        \"address_line_2\": false,\n                                        \"address_line_1_minimum\": null,\n                                        \"address_line_1_maximum\": null,\n                                        \"address_line_2_minimum\": null,\n                                        \"address_line_2_maximum\": null\n                                    },\n                                    \"shipping_label_size\": \"smalllabel\",\n                                    \"paypal_email\": null,\n                                    \"use_custom_email_driver\": true,\n                                    \"ignore_order_splitting\": false,\n                                    \"hide_customer_information_on_vendor_dashboard\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false\n                                    },\n                                    \"hide_customer_information_in_awb\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false,\n                                        \"line_items\": false,\n                                        \"vendor_name\": false,\n                                        \"sku\": false,\n                                        \"weight_dimension\": false\n                                    },\n                                    \"hide_customer_information_in_invoice\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false\n                                    },\n                                    \"vendor_profile_settings\": {\n                                        \"seller_products_tab\": true,\n                                        \"seller_policy_tab\": true,\n                                        \"seller_contact_us_tab\": true,\n                                        \"seller_events_tab\": true,\n                                        \"seller_reviews_tab\": false,\n                                        \"seller_about_us_tab\": true\n                                    },\n                                    \"challan_message_1\": null,\n                                    \"challan_message_2\": null,\n                                    \"challan_prefix\": \"Invoice\",\n                                    \"challan_number_same_as_invoice_number\": true,\n                                    \"default_label_size_for_all_vendors\": true,\n                                    \"hide_customer_information_in_export\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false\n                                    },\n                                    \"product_permissions\": null,\n                                    \"hide_product_details_in_awb\": false,\n                                    \"hide_invoice_details_in_awb\": false,\n                                    \"company_note\": \"<p>sdfasdfab</p>\",\n                                    \"meta_data\": \"[{\\\"uuid\\\":\\\"e95a7b2d-5210-4e7b-988f-7fbde7acf198\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/601990/dashboard-mockup-for-c2c.xlsx\\\",\\\"size\\\":102609,\\\"name\\\":\\\"Dashboard Mockup for C2C.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"50844059-549d-4bcc-88bf-a023fd46bd29\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/604572/28344-1690206866.xlsx\\\",\\\"size\\\":7389,\\\"name\\\":\\\"28344-1690206866.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3ad73d68-08a3-46b5-9afc-3d1ac5df398f\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655061/lable_cancelled_order_amazon.xlsx\\\",\\\"size\\\":26214,\\\"name\\\":\\\"Lable Cancelled Order Amazon.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                                    \"color_theme_field\": \"light.blue\",\n                                    \"change_tracking_url\": false,\n                                    \"ship_to_address_as_merchants_default_warehouse\": false,\n                                    \"can_vendor_hold_an_order\": false,\n                                    \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                                    \"allow_vendors_to_change_vendor_profile_details\": true,\n                                    \"whatsapp_account\": \"use_company_account\",\n                                    \"vendor_profile_theme_choosen\": \"theme-1\",\n                                    \"whatsapp_credit\": 54,\n                                    \"test_whatsapp_number\": \"+918849193468\",\n                                    \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                                    \"connected_vendor_shops\": [\n                                        \"vendorsynctesting5.myshopify.com\",\n                                        \"testing-for-vendorsync.myshopify.com\",\n                                        \"purpleplants.myshopify.com\",\n                                        \"https://st-wpdemo.com/\",\n                                        \"test-store-webkul-112.myshopify.com\",\n                                        \"https://st-wpdemo.com/\",\n                                        \"purpleplants.myshopify.com/\",\n                                        \"https://st-wpdemo.com/\",\n                                        \"purpleplants.myshopify.com\",\n                                        \"channelteststore5.myshopify.com\",\n                                        \"https://st-wpdemo.com/newtestclient/\",\n                                        \"purpleplants.myshopify.com\",\n                                        \"purpleplants.myshopify.com\"\n                                    ],\n                                    \"events\": null,\n                                    \"commission_automation_set\": {\n                                        \"commission_automation\": true,\n                                        \"commission_automation_rules\": true,\n                                        \"commission_automation_date_range\": true,\n                                        \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                        \"time_buffer_for_commission_automation\": \"4\",\n                                        \"order_status_for_commission_automation\": \"pending\",\n                                        \"invoice_number_for_commission_automation\": 277,\n                                        \"date_Range_days_for_commission_automation\": \"4\"\n                                    },\n                                    \"auto_confirmation_using_tags_settings\": {\n                                        \"tags_settings_status\": true,\n                                        \"paid\": true,\n                                        \"tags_for_paid\": [],\n                                        \"cod_or_partially_paid\": false,\n                                        \"tags_for_cod_or_partially_paid\": [],\n                                        \"Exceptions_for_paid\": false,\n                                        \"Exceptions_for_paid_tags\": [],\n                                        \"Exceptions_for_cod_or_partially_paid\": false,\n                                        \"Exceptions_for_cod_or_partially_paid_tags\": []\n                                    },\n                                    \"preferred_location\": null,\n                                    \"email_credit\": 4853,\n                                    \"global_commission\": \"15\",\n                                    \"global_discount_shared_by_vendor\": \"0\",\n                                    \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                    \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                    \"global_shipping_charge_commission_type\": \"fixed\",\n                                    \"global_shipping_charge_commission\": 50,\n                                    \"global_fixed_commission\": 10,\n                                    \"invoice_country_detail\": {\n                                        \"id\": 98,\n                                        \"name\": \"India\",\n                                        \"code\": \"IN\",\n                                        \"dial_code\": \"+91\",\n                                        \"currency_name\": \"Indian rupee\",\n                                        \"currency_symbol\": \"Rs.\",\n                                        \"currency_code\": \"INR\",\n                                        \"created_at\": null,\n                                        \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                        \"name_with_symbole\": \"Indian rupee - Rs.\"\n                                    },\n                                    \"commission_tags\": {\n                                        \"company_id\": 212738,\n                                        \"override_commission\": true\n                                    }\n                                }\n                            },\n                            \"overridden_commission_level\": \"global\",\n                            \"overridden_commission\": \"15\",\n                            \"overridden_fixed_commission\": 10,\n                            \"global_commission_level\": \"global\",\n                            \"global_commission\": \"15\",\n                            \"global_fixed_commission\": 10\n                        },\n                        \"media\": []\n                    },\n                    \"alien_variant\": null\n                },\n                {\n                    \"id\": 22397102,\n                    \"commission\": null,\n                    \"fixed_commission\": 0,\n                    \"company_id\": 212738,\n                    \"product_id\": 8057554,\n                    \"image\": null,\n                    \"channel_variant_id\": \"22530936\",\n                    \"compare_at_price\": \"0.00\",\n                    \"deleted_at\": null,\n                    \"deactivated_at\": true,\n                    \"grams\": \"0\",\n                    \"height\": null,\n                    \"image_id\": null,\n                    \"inventory_item_id\": \"50352895099183\",\n                    \"inventory_management\": \"shopify\",\n                    \"inventory_policy\": \"deny\",\n                    \"inventory_quantity\": \"22\",\n                    \"length\": null,\n                    \"old_inventory_quantity\": null,\n                    \"option1\": \"BLUE\",\n                    \"option2\": \"S\",\n                    \"option3\": \"Title3\",\n                    \"price\": \"2010.00\",\n                    \"provider\": null,\n                    \"requires_shipping\": null,\n                    \"shop_id\": 4147,\n                    \"sku\": \"NEW-DESTINATION\",\n                    \"tax_id\": null,\n                    \"title\": \"BLUE / S / Title3\",\n                    \"updated_at\": \"2023-12-21T11:03:57.000000Z\",\n                    \"weight\": \"0\",\n                    \"weight_unit\": \"kg\",\n                    \"width\": null,\n                    \"parent_id\": 212738,\n                    \"override_commission\": false,\n                    \"vendor_shop_variant_id\": null,\n                    \"barcode\": \"\",\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/48308473692463\",\n                    \"overridden_commission_level\": \"global\",\n                    \"overridden_commission\": \"15\",\n                    \"overridden_fixed_commission\": 10,\n                    \"file_history\": null,\n                    \"company\": {\n                        \"id\": 212738,\n                        \"title\": \"violetplants\",\n                        \"parent_id\": 212738,\n                        \"commission\": \"15\",\n                        \"fixed_commission\": 10,\n                        \"set_vendor_level_commission\": false,\n                        \"global_commission\": \"15\",\n                        \"global_discount_shared_by_vendor\": \"0\",\n                        \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                        \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                        \"global_shipping_charge_commission_type\": \"fixed\",\n                        \"global_shipping_charge_commission\": 50,\n                        \"global_fixed_commission\": 10,\n                        \"invoice_country_detail\": null,\n                        \"commission_tags\": {\n                            \"company_id\": 212738,\n                            \"override_commission\": true\n                        },\n                        \"parent\": {\n                            \"id\": 212738,\n                            \"company_name\": \"kapil\",\n                            \"brand_name\": \"violetplants\",\n                            \"company_logo\": null,\n                            \"contact_name\": null,\n                            \"phone_number\": null,\n                            \"email\": \"varshil.shipturtle@gmail.com\",\n                            \"address_line_1\": null,\n                            \"address_line_2\": \"gj 23\",\n                            \"pin_code\": \"380009\",\n                            \"city\": \"Ahmedabad\",\n                            \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                            \"updated_at\": \"2023-12-21T12:23:57.000000Z\",\n                            \"state_id\": null,\n                            \"gstin_number\": \"1234\",\n                            \"invoice_prefix\": \"Invoice\",\n                            \"starting_invoice_number\": \"22\",\n                            \"terms_and_conditions\": null,\n                            \"bank_account_beneficiary_name\": null,\n                            \"bank_account_name\": null,\n                            \"ifsc_code\": null,\n                            \"label_company_name\": null,\n                            \"label_contact_name\": null,\n                            \"label_phone\": null,\n                            \"label_email_address\": null,\n                            \"label_address_line_1\": null,\n                            \"label_address_line_2\": null,\n                            \"label_pin_code\": null,\n                            \"label_city\": null,\n                            \"label_state\": null,\n                            \"signature\": null,\n                            \"currency\": \"INR\",\n                            \"weight\": null,\n                            \"measurement\": null,\n                            \"gst_enabled\": true,\n                            \"override_channel_product_weight_enabled\": true,\n                            \"label_details_same_as_company\": true,\n                            \"multi_vendor_invoicing_enabled\": false,\n                            \"multi_vendor_shipping_enabled\": false,\n                            \"is_master\": \"1\",\n                            \"invoice_number_same_as_order_number\": true,\n                            \"enable_disable_cod_reconciliation\": true,\n                            \"enable_disable_freight_reconciliation\": true,\n                            \"cod_tolerance\": \"5\",\n                            \"freight_tolerance\": \"2\",\n                            \"is_multi_vendor_enabled\": true,\n                            \"invoice_message\": null,\n                            \"inclusive_exclusive\": null,\n                            \"is_tax_on_shipping\": \"no\",\n                            \"tax_on_shipping\": null,\n                            \"primary_color\": \"#222F3D\",\n                            \"secondary_color\": null,\n                            \"display_hsn\": true,\n                            \"website\": \"https://app.shipturtle.com/\",\n                            \"country\": \"IN\",\n                            \"type_of_vendor\": \"marketplace\",\n                            \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                            \"title\": \"violetplants\",\n                            \"parent_id\": 212738,\n                            \"extra_information\": null,\n                            \"invoice_date\": \"invoice_creation_date\",\n                            \"number_of_digits\": \"0\",\n                            \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                            \"created_by\": null,\n                            \"updated_by\": 28344,\n                            \"invoice_contact_name\": \"Hussain\",\n                            \"invoice_address_1\": \"dahod\",\n                            \"invoice_address_2\": \"dahod\",\n                            \"invoice_postal_code\": \"380005\",\n                            \"invoice_city\": \"Ahmedabad\",\n                            \"invoice_phone_number\": \"09173038104\",\n                            \"invoice_tin\": null,\n                            \"timezone\": \"America/Phoenix\",\n                            \"hand_delivered_enabled\": true,\n                            \"other_courier_partner_enabled\": true,\n                            \"billing_address_same_as_company_details\": false,\n                            \"deactivated_at\": null,\n                            \"state_code\": \"GJ\",\n                            \"automatically_sync_vendor_name_from_store\": true,\n                            \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                            \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                            \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                            \"correct_all_errors_in_order\": false,\n                            \"generate_shipping_labels_for_orders\": false,\n                            \"generate_invoices_for_dropship_orders\": false,\n                            \"can_vendor_enable_disable_product\": false,\n                            \"can_vendor_edit_quantity_product\": false,\n                            \"can_vendor_edit_weight_dimension_product\": false,\n                            \"can_vendor_edit_tax_product\": true,\n                            \"set_vendor_level_commission\": false,\n                            \"commission\": \"15\",\n                            \"discount_shared_by_vendor\": \"0\",\n                            \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"set_vendor_level_shared_discount\": false,\n                            \"set_vendor_level_commissoin_calculated_on\": false,\n                            \"use_shop_channel_values_to_set_commission\": false,\n                            \"can_vendor_generate_invoice\": true,\n                            \"can_vendor_process_shippings\": true,\n                            \"can_vendor_edit_hsn_tax\": true,\n                            \"can_vendor_add_courier_provider\": true,\n                            \"default_vendor_type\": \"marketplace\",\n                            \"no_of_deciaml_digits\": 2,\n                            \"credits\": 299956,\n                            \"plan_id\": 4,\n                            \"requested_plan_id\": null,\n                            \"override_invoice_permissions\": false,\n                            \"override_product_permissions\": false,\n                            \"override_order_routing_permissions\": false,\n                            \"override_shipping_permissions\": false,\n                            \"slug\": \"violetplants-212738\",\n                            \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"shipping_charge_commission_type\": \"fixed\",\n                            \"shipping_charge_commission\": 50,\n                            \"override_commission_calculated_tax_type\": false,\n                            \"override_shipping_charge_commission_type\": false,\n                            \"override_shipping_charge_commission\": 0,\n                            \"auto_email_to_vendor\": true,\n                            \"fixed_commission\": 10,\n                            \"service_charge\": 0,\n                            \"can_vendor_edit_price\": false,\n                            \"can_vendor_delete_product\": false,\n                            \"show_logo_in_awb\": false,\n                            \"hide_pick_address_in_awb\": false,\n                            \"hide_customer_info_in_awb\": true,\n                            \"hide_price_in_awb\": false,\n                            \"hide_customer_information_on_vendor_dashboards\": false,\n                            \"allow_merchant_to_generate_invoice\": false,\n                            \"show_merchant_logo_in_invoice\": true,\n                            \"locale\": \"en\",\n                            \"use_custom_waybill\": true,\n                            \"redirect_url\": \"dashboard\",\n                            \"invoice_state_code\": \"GJ\",\n                            \"invoice_country_code\": \"IN\",\n                            \"stripe_account_id\": null,\n                            \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                            \"enable_app_shipping_profile_on_shopify\": \"0\",\n                            \"policy\": null,\n                            \"css\": null,\n                            \"vendor_profile_color\": \"#f18024\",\n                            \"about_us\": null,\n                            \"facebook_link\": null,\n                            \"twitter_link\": null,\n                            \"instagram_link\": null,\n                            \"auto_fulfill_digital_orders\": true,\n                            \"use_default_warehouse_for_all_orders\": false,\n                            \"invoice_label_header_title\": null,\n                            \"invoice_place_of_supply\": null,\n                            \"invoice_cin_key_title\": null,\n                            \"invoice_cin\": null,\n                            \"give_vendor_access_to_merchant_shipper\": false,\n                            \"auto_generate_order_invoices_to_customers\": true,\n                            \"auto_email_order_invoices_to_customers\": true,\n                            \"treat_manual_payment_mode_as_cod\": false,\n                            \"fulfill_order_after_confirm\": false,\n                            \"add_notes_before_confirming_orders\": false,\n                            \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                            \"note_at_the_top_of_invoice\": null,\n                            \"vendor_shop_id\": null,\n                            \"vendor_category\": null,\n                            \"vendor_location\": null,\n                            \"short_description\": null,\n                            \"display_vendor_category\": true,\n                            \"display_vendor_location\": true,\n                            \"display_vendor_short_description\": true,\n                            \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                            \"sync_settings\": {\n                                \"update_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": true,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"create_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": true,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"override_product_status_at_create\": true,\n                                \"product_status\": \"as_per_vendor_product\",\n                                \"enable_order_sync\": true,\n                                \"push_only_if_order_paid\": false,\n                                \"push_unsynced_product_order\": true,\n                                \"auto_add_variant\": true,\n                                \"auto_remove_variant\": true,\n                                \"strictKeyCheck\": false,\n                                \"on_product_delete\": \"do_nothing\",\n                                \"on_product_unmapped\": \"do_nothing\",\n                                \"push_only_if_product_connected\": true\n                            },\n                            \"override_hide_customer_information_permissions\": false,\n                            \"can_vendor_cancel_an_order\": false,\n                            \"hide_shipping_charges\": false,\n                            \"add_insurance_to_shipment\": 0,\n                            \"meta_title\": null,\n                            \"registration_link\": null,\n                            \"auto_approval_of_products_from_vendor\": true,\n                            \"ignore_selling_price_for_commission\": 0,\n                            \"shipping_label_check\": {\n                                \"email\": false,\n                                \"phone\": false,\n                                \"address_line_1\": false,\n                                \"address_line_2\": false,\n                                \"address_line_1_minimum\": null,\n                                \"address_line_1_maximum\": null,\n                                \"address_line_2_minimum\": null,\n                                \"address_line_2_maximum\": null\n                            },\n                            \"shipping_label_size\": \"smalllabel\",\n                            \"paypal_email\": null,\n                            \"use_custom_email_driver\": true,\n                            \"ignore_order_splitting\": false,\n                            \"hide_customer_information_on_vendor_dashboard\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"hide_customer_information_in_awb\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false,\n                                \"line_items\": false,\n                                \"vendor_name\": false,\n                                \"sku\": false,\n                                \"weight_dimension\": false\n                            },\n                            \"hide_customer_information_in_invoice\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"vendor_profile_settings\": {\n                                \"seller_products_tab\": true,\n                                \"seller_policy_tab\": true,\n                                \"seller_contact_us_tab\": true,\n                                \"seller_events_tab\": true,\n                                \"seller_reviews_tab\": false,\n                                \"seller_about_us_tab\": true\n                            },\n                            \"challan_message_1\": null,\n                            \"challan_message_2\": null,\n                            \"challan_prefix\": \"Invoice\",\n                            \"challan_number_same_as_invoice_number\": true,\n                            \"default_label_size_for_all_vendors\": true,\n                            \"hide_customer_information_in_export\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"product_permissions\": null,\n                            \"hide_product_details_in_awb\": false,\n                            \"hide_invoice_details_in_awb\": false,\n                            \"company_note\": \"<p>sdfasdfab</p>\",\n                            \"meta_data\": \"[{\\\"uuid\\\":\\\"e95a7b2d-5210-4e7b-988f-7fbde7acf198\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/601990/dashboard-mockup-for-c2c.xlsx\\\",\\\"size\\\":102609,\\\"name\\\":\\\"Dashboard Mockup for C2C.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"50844059-549d-4bcc-88bf-a023fd46bd29\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/604572/28344-1690206866.xlsx\\\",\\\"size\\\":7389,\\\"name\\\":\\\"28344-1690206866.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3ad73d68-08a3-46b5-9afc-3d1ac5df398f\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655061/lable_cancelled_order_amazon.xlsx\\\",\\\"size\\\":26214,\\\"name\\\":\\\"Lable Cancelled Order Amazon.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                            \"color_theme_field\": \"light.blue\",\n                            \"change_tracking_url\": false,\n                            \"ship_to_address_as_merchants_default_warehouse\": false,\n                            \"can_vendor_hold_an_order\": false,\n                            \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                            \"allow_vendors_to_change_vendor_profile_details\": true,\n                            \"whatsapp_account\": \"use_company_account\",\n                            \"vendor_profile_theme_choosen\": \"theme-1\",\n                            \"whatsapp_credit\": 54,\n                            \"test_whatsapp_number\": \"+918849193468\",\n                            \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                            \"connected_vendor_shops\": [\n                                \"vendorsynctesting5.myshopify.com\",\n                                \"testing-for-vendorsync.myshopify.com\",\n                                \"purpleplants.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"test-store-webkul-112.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com/\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com\",\n                                \"channelteststore5.myshopify.com\",\n                                \"https://st-wpdemo.com/newtestclient/\",\n                                \"purpleplants.myshopify.com\",\n                                \"purpleplants.myshopify.com\"\n                            ],\n                            \"events\": null,\n                            \"commission_automation_set\": {\n                                \"commission_automation\": true,\n                                \"commission_automation_rules\": true,\n                                \"commission_automation_date_range\": true,\n                                \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                \"time_buffer_for_commission_automation\": \"4\",\n                                \"order_status_for_commission_automation\": \"pending\",\n                                \"invoice_number_for_commission_automation\": 277,\n                                \"date_Range_days_for_commission_automation\": \"4\"\n                            },\n                            \"auto_confirmation_using_tags_settings\": {\n                                \"tags_settings_status\": true,\n                                \"paid\": true,\n                                \"tags_for_paid\": [],\n                                \"cod_or_partially_paid\": false,\n                                \"tags_for_cod_or_partially_paid\": [],\n                                \"Exceptions_for_paid\": false,\n                                \"Exceptions_for_paid_tags\": [],\n                                \"Exceptions_for_cod_or_partially_paid\": false,\n                                \"Exceptions_for_cod_or_partially_paid_tags\": []\n                            },\n                            \"preferred_location\": null,\n                            \"email_credit\": 4853,\n                            \"global_commission\": \"15\",\n                            \"global_discount_shared_by_vendor\": \"0\",\n                            \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"global_shipping_charge_commission_type\": \"fixed\",\n                            \"global_shipping_charge_commission\": 50,\n                            \"global_fixed_commission\": 10,\n                            \"invoice_country_detail\": {\n                                \"id\": 98,\n                                \"name\": \"India\",\n                                \"code\": \"IN\",\n                                \"dial_code\": \"+91\",\n                                \"currency_name\": \"Indian rupee\",\n                                \"currency_symbol\": \"Rs.\",\n                                \"currency_code\": \"INR\",\n                                \"created_at\": null,\n                                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                \"name_with_symbole\": \"Indian rupee - Rs.\"\n                            },\n                            \"commission_tags\": {\n                                \"company_id\": 212738,\n                                \"override_commission\": true\n                            }\n                        }\n                    },\n                    \"tax\": null,\n                    \"inventory_item\": {\n                        \"id\": 13164399,\n                        \"sku\": \"NEW-DESTINATION\",\n                        \"requires_shipping\": true,\n                        \"cost\": \"10.00\",\n                        \"admin_graphql_api_id\": \"gid://shopify/InventoryItem/50352895099183\",\n                        \"created_at\": \"2023-12-21T11:03:57.000000Z\",\n                        \"updated_at\": \"2023-12-21T11:03:57.000000Z\",\n                        \"shop_id\": 4147,\n                        \"channel_id\": \"50352895099183\",\n                        \"variant_id\": null,\n                        \"channel\": null,\n                        \"country_harmonized_system_codes\": null,\n                        \"harmonized_system_code\": null,\n                        \"deleted_at\": null\n                    },\n                    \"product\": {\n                        \"id\": 8057554,\n                        \"product_type_id\": 145003,\n                        \"image_link\": null,\n                        \"images_link\": null,\n                        \"uploaded_images\": [],\n                        \"product_type_title\": \"Canvas\",\n                        \"variant_inventory_count\": {\n                            \"quantity\": 378,\n                            \"length\": 27\n                        },\n                        \"product_type\": {\n                            \"id\": 145003,\n                            \"channel\": \"shopify\",\n                            \"shop_id\": 4147,\n                            \"title\": \"Canvas\",\n                            \"commission\": null,\n                            \"created_at\": \"2023-11-30T06:49:18.000000Z\",\n                            \"updated_at\": \"2023-11-30T06:49:18.000000Z\",\n                            \"fixed_commission\": 0,\n                            \"override_commission\": false,\n                            \"companyObject\": {\n                                \"id\": 212738,\n                                \"company_name\": \"kapil\",\n                                \"brand_name\": \"violetplants\",\n                                \"company_logo\": null,\n                                \"contact_name\": null,\n                                \"phone_number\": null,\n                                \"email\": \"varshil.shipturtle@gmail.com\",\n                                \"address_line_1\": null,\n                                \"address_line_2\": \"gj 23\",\n                                \"pin_code\": \"380009\",\n                                \"city\": \"Ahmedabad\",\n                                \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                                \"updated_at\": \"2023-12-21T12:23:57.000000Z\",\n                                \"state_id\": null,\n                                \"gstin_number\": \"1234\",\n                                \"invoice_prefix\": \"Invoice\",\n                                \"starting_invoice_number\": \"22\",\n                                \"terms_and_conditions\": null,\n                                \"bank_account_beneficiary_name\": null,\n                                \"bank_account_name\": null,\n                                \"ifsc_code\": null,\n                                \"label_company_name\": null,\n                                \"label_contact_name\": null,\n                                \"label_phone\": null,\n                                \"label_email_address\": null,\n                                \"label_address_line_1\": null,\n                                \"label_address_line_2\": null,\n                                \"label_pin_code\": null,\n                                \"label_city\": null,\n                                \"label_state\": null,\n                                \"signature\": null,\n                                \"currency\": \"INR\",\n                                \"weight\": null,\n                                \"measurement\": null,\n                                \"gst_enabled\": true,\n                                \"override_channel_product_weight_enabled\": true,\n                                \"label_details_same_as_company\": true,\n                                \"multi_vendor_invoicing_enabled\": false,\n                                \"multi_vendor_shipping_enabled\": false,\n                                \"is_master\": \"1\",\n                                \"invoice_number_same_as_order_number\": true,\n                                \"enable_disable_cod_reconciliation\": true,\n                                \"enable_disable_freight_reconciliation\": true,\n                                \"cod_tolerance\": \"5\",\n                                \"freight_tolerance\": \"2\",\n                                \"is_multi_vendor_enabled\": true,\n                                \"invoice_message\": null,\n                                \"inclusive_exclusive\": null,\n                                \"is_tax_on_shipping\": \"no\",\n                                \"tax_on_shipping\": null,\n                                \"primary_color\": \"#222F3D\",\n                                \"secondary_color\": null,\n                                \"display_hsn\": true,\n                                \"website\": \"https://app.shipturtle.com/\",\n                                \"country\": \"IN\",\n                                \"type_of_vendor\": \"marketplace\",\n                                \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                                \"title\": \"violetplants\",\n                                \"parent_id\": 212738,\n                                \"extra_information\": null,\n                                \"invoice_date\": \"invoice_creation_date\",\n                                \"number_of_digits\": \"0\",\n                                \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                                \"created_by\": null,\n                                \"updated_by\": 28344,\n                                \"invoice_contact_name\": \"Hussain\",\n                                \"invoice_address_1\": \"dahod\",\n                                \"invoice_address_2\": \"dahod\",\n                                \"invoice_postal_code\": \"380005\",\n                                \"invoice_city\": \"Ahmedabad\",\n                                \"invoice_phone_number\": \"09173038104\",\n                                \"invoice_tin\": null,\n                                \"timezone\": \"America/Phoenix\",\n                                \"hand_delivered_enabled\": true,\n                                \"other_courier_partner_enabled\": true,\n                                \"billing_address_same_as_company_details\": false,\n                                \"deactivated_at\": null,\n                                \"state_code\": \"GJ\",\n                                \"automatically_sync_vendor_name_from_store\": true,\n                                \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                                \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                                \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                                \"correct_all_errors_in_order\": false,\n                                \"generate_shipping_labels_for_orders\": false,\n                                \"generate_invoices_for_dropship_orders\": false,\n                                \"can_vendor_enable_disable_product\": false,\n                                \"can_vendor_edit_quantity_product\": false,\n                                \"can_vendor_edit_weight_dimension_product\": false,\n                                \"can_vendor_edit_tax_product\": true,\n                                \"set_vendor_level_commission\": false,\n                                \"commission\": \"15\",\n                                \"discount_shared_by_vendor\": \"0\",\n                                \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                \"set_vendor_level_shared_discount\": false,\n                                \"set_vendor_level_commissoin_calculated_on\": false,\n                                \"use_shop_channel_values_to_set_commission\": false,\n                                \"can_vendor_generate_invoice\": true,\n                                \"can_vendor_process_shippings\": true,\n                                \"can_vendor_edit_hsn_tax\": true,\n                                \"can_vendor_add_courier_provider\": true,\n                                \"default_vendor_type\": \"marketplace\",\n                                \"no_of_deciaml_digits\": 2,\n                                \"credits\": 299956,\n                                \"plan_id\": 4,\n                                \"requested_plan_id\": null,\n                                \"override_invoice_permissions\": false,\n                                \"override_product_permissions\": false,\n                                \"override_order_routing_permissions\": false,\n                                \"override_shipping_permissions\": false,\n                                \"slug\": \"violetplants-212738\",\n                                \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                \"shipping_charge_commission_type\": \"fixed\",\n                                \"shipping_charge_commission\": 50,\n                                \"override_commission_calculated_tax_type\": false,\n                                \"override_shipping_charge_commission_type\": false,\n                                \"override_shipping_charge_commission\": 0,\n                                \"auto_email_to_vendor\": true,\n                                \"fixed_commission\": 10,\n                                \"service_charge\": 0,\n                                \"can_vendor_edit_price\": false,\n                                \"can_vendor_delete_product\": false,\n                                \"show_logo_in_awb\": false,\n                                \"hide_pick_address_in_awb\": false,\n                                \"hide_customer_info_in_awb\": true,\n                                \"hide_price_in_awb\": false,\n                                \"hide_customer_information_on_vendor_dashboards\": false,\n                                \"allow_merchant_to_generate_invoice\": false,\n                                \"show_merchant_logo_in_invoice\": true,\n                                \"locale\": \"en\",\n                                \"use_custom_waybill\": true,\n                                \"redirect_url\": \"dashboard\",\n                                \"invoice_state_code\": \"GJ\",\n                                \"invoice_country_code\": \"IN\",\n                                \"stripe_account_id\": null,\n                                \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                                \"enable_app_shipping_profile_on_shopify\": \"0\",\n                                \"policy\": null,\n                                \"css\": null,\n                                \"vendor_profile_color\": \"#f18024\",\n                                \"about_us\": null,\n                                \"facebook_link\": null,\n                                \"twitter_link\": null,\n                                \"instagram_link\": null,\n                                \"auto_fulfill_digital_orders\": true,\n                                \"use_default_warehouse_for_all_orders\": false,\n                                \"invoice_label_header_title\": null,\n                                \"invoice_place_of_supply\": null,\n                                \"invoice_cin_key_title\": null,\n                                \"invoice_cin\": null,\n                                \"give_vendor_access_to_merchant_shipper\": false,\n                                \"auto_generate_order_invoices_to_customers\": true,\n                                \"auto_email_order_invoices_to_customers\": true,\n                                \"treat_manual_payment_mode_as_cod\": false,\n                                \"fulfill_order_after_confirm\": false,\n                                \"add_notes_before_confirming_orders\": false,\n                                \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                                \"note_at_the_top_of_invoice\": null,\n                                \"vendor_shop_id\": null,\n                                \"vendor_category\": null,\n                                \"vendor_location\": null,\n                                \"short_description\": null,\n                                \"display_vendor_category\": true,\n                                \"display_vendor_location\": true,\n                                \"display_vendor_short_description\": true,\n                                \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                                \"sync_settings\": {\n                                    \"update_settings\": {\n                                        \"sku\": true,\n                                        \"tags\": true,\n                                        \"media\": true,\n                                        \"price\": true,\n                                        \"title\": true,\n                                        \"weight\": true,\n                                        \"barcode\": true,\n                                        \"quantity\": true,\n                                        \"description\": true,\n                                        \"product_type\": true,\n                                        \"variant_name\": true,\n                                        \"publish_status\": true,\n                                        \"compare_at_price\": true,\n                                        \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                    },\n                                    \"create_settings\": {\n                                        \"sku\": true,\n                                        \"tags\": true,\n                                        \"media\": true,\n                                        \"price\": true,\n                                        \"title\": true,\n                                        \"weight\": true,\n                                        \"barcode\": true,\n                                        \"quantity\": true,\n                                        \"description\": true,\n                                        \"product_type\": true,\n                                        \"variant_name\": true,\n                                        \"publish_status\": true,\n                                        \"compare_at_price\": true,\n                                        \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                    },\n                                    \"override_product_status_at_create\": true,\n                                    \"product_status\": \"as_per_vendor_product\",\n                                    \"enable_order_sync\": true,\n                                    \"push_only_if_order_paid\": false,\n                                    \"push_unsynced_product_order\": true,\n                                    \"auto_add_variant\": true,\n                                    \"auto_remove_variant\": true,\n                                    \"strictKeyCheck\": false,\n                                    \"on_product_delete\": \"do_nothing\",\n                                    \"on_product_unmapped\": \"do_nothing\",\n                                    \"push_only_if_product_connected\": true\n                                },\n                                \"override_hide_customer_information_permissions\": false,\n                                \"can_vendor_cancel_an_order\": false,\n                                \"hide_shipping_charges\": false,\n                                \"add_insurance_to_shipment\": 0,\n                                \"meta_title\": null,\n                                \"registration_link\": null,\n                                \"auto_approval_of_products_from_vendor\": true,\n                                \"ignore_selling_price_for_commission\": 0,\n                                \"shipping_label_check\": {\n                                    \"email\": false,\n                                    \"phone\": false,\n                                    \"address_line_1\": false,\n                                    \"address_line_2\": false,\n                                    \"address_line_1_minimum\": null,\n                                    \"address_line_1_maximum\": null,\n                                    \"address_line_2_minimum\": null,\n                                    \"address_line_2_maximum\": null\n                                },\n                                \"shipping_label_size\": \"smalllabel\",\n                                \"paypal_email\": null,\n                                \"use_custom_email_driver\": true,\n                                \"ignore_order_splitting\": false,\n                                \"hide_customer_information_on_vendor_dashboard\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false\n                                },\n                                \"hide_customer_information_in_awb\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false,\n                                    \"line_items\": false,\n                                    \"vendor_name\": false,\n                                    \"sku\": false,\n                                    \"weight_dimension\": false\n                                },\n                                \"hide_customer_information_in_invoice\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false\n                                },\n                                \"vendor_profile_settings\": {\n                                    \"seller_products_tab\": true,\n                                    \"seller_policy_tab\": true,\n                                    \"seller_contact_us_tab\": true,\n                                    \"seller_events_tab\": true,\n                                    \"seller_reviews_tab\": false,\n                                    \"seller_about_us_tab\": true\n                                },\n                                \"challan_message_1\": null,\n                                \"challan_message_2\": null,\n                                \"challan_prefix\": \"Invoice\",\n                                \"challan_number_same_as_invoice_number\": true,\n                                \"default_label_size_for_all_vendors\": true,\n                                \"hide_customer_information_in_export\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false\n                                },\n                                \"product_permissions\": null,\n                                \"hide_product_details_in_awb\": false,\n                                \"hide_invoice_details_in_awb\": false,\n                                \"company_note\": \"<p>sdfasdfab</p>\",\n                                \"meta_data\": \"[{\\\"uuid\\\":\\\"e95a7b2d-5210-4e7b-988f-7fbde7acf198\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/601990/dashboard-mockup-for-c2c.xlsx\\\",\\\"size\\\":102609,\\\"name\\\":\\\"Dashboard Mockup for C2C.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"50844059-549d-4bcc-88bf-a023fd46bd29\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/604572/28344-1690206866.xlsx\\\",\\\"size\\\":7389,\\\"name\\\":\\\"28344-1690206866.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3ad73d68-08a3-46b5-9afc-3d1ac5df398f\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655061/lable_cancelled_order_amazon.xlsx\\\",\\\"size\\\":26214,\\\"name\\\":\\\"Lable Cancelled Order Amazon.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                                \"color_theme_field\": \"light.blue\",\n                                \"change_tracking_url\": false,\n                                \"ship_to_address_as_merchants_default_warehouse\": false,\n                                \"can_vendor_hold_an_order\": false,\n                                \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                                \"allow_vendors_to_change_vendor_profile_details\": true,\n                                \"whatsapp_account\": \"use_company_account\",\n                                \"vendor_profile_theme_choosen\": \"theme-1\",\n                                \"whatsapp_credit\": 54,\n                                \"test_whatsapp_number\": \"+918849193468\",\n                                \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                                \"connected_vendor_shops\": [\n                                    \"vendorsynctesting5.myshopify.com\",\n                                    \"testing-for-vendorsync.myshopify.com\",\n                                    \"purpleplants.myshopify.com\",\n                                    \"https://st-wpdemo.com/\",\n                                    \"test-store-webkul-112.myshopify.com\",\n                                    \"https://st-wpdemo.com/\",\n                                    \"purpleplants.myshopify.com/\",\n                                    \"https://st-wpdemo.com/\",\n                                    \"purpleplants.myshopify.com\",\n                                    \"channelteststore5.myshopify.com\",\n                                    \"https://st-wpdemo.com/newtestclient/\",\n                                    \"purpleplants.myshopify.com\",\n                                    \"purpleplants.myshopify.com\"\n                                ],\n                                \"events\": null,\n                                \"commission_automation_set\": {\n                                    \"commission_automation\": true,\n                                    \"commission_automation_rules\": true,\n                                    \"commission_automation_date_range\": true,\n                                    \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                    \"time_buffer_for_commission_automation\": \"4\",\n                                    \"order_status_for_commission_automation\": \"pending\",\n                                    \"invoice_number_for_commission_automation\": 277,\n                                    \"date_Range_days_for_commission_automation\": \"4\"\n                                },\n                                \"auto_confirmation_using_tags_settings\": {\n                                    \"tags_settings_status\": true,\n                                    \"paid\": true,\n                                    \"tags_for_paid\": [],\n                                    \"cod_or_partially_paid\": false,\n                                    \"tags_for_cod_or_partially_paid\": [],\n                                    \"Exceptions_for_paid\": false,\n                                    \"Exceptions_for_paid_tags\": [],\n                                    \"Exceptions_for_cod_or_partially_paid\": false,\n                                    \"Exceptions_for_cod_or_partially_paid_tags\": []\n                                },\n                                \"preferred_location\": null,\n                                \"email_credit\": 4853,\n                                \"global_commission\": \"15\",\n                                \"global_discount_shared_by_vendor\": \"0\",\n                                \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                \"global_shipping_charge_commission_type\": \"fixed\",\n                                \"global_shipping_charge_commission\": 50,\n                                \"global_fixed_commission\": 10,\n                                \"invoice_country_detail\": {\n                                    \"id\": 98,\n                                    \"name\": \"India\",\n                                    \"code\": \"IN\",\n                                    \"dial_code\": \"+91\",\n                                    \"currency_name\": \"Indian rupee\",\n                                    \"currency_symbol\": \"Rs.\",\n                                    \"currency_code\": \"INR\",\n                                    \"created_at\": null,\n                                    \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                    \"name_with_symbole\": \"Indian rupee - Rs.\"\n                                },\n                                \"commission_tags\": {\n                                    \"company_id\": 212738,\n                                    \"override_commission\": true\n                                },\n                                \"parent\": {\n                                    \"id\": 212738,\n                                    \"company_name\": \"kapil\",\n                                    \"brand_name\": \"violetplants\",\n                                    \"company_logo\": null,\n                                    \"contact_name\": null,\n                                    \"phone_number\": null,\n                                    \"email\": \"varshil.shipturtle@gmail.com\",\n                                    \"address_line_1\": null,\n                                    \"address_line_2\": \"gj 23\",\n                                    \"pin_code\": \"380009\",\n                                    \"city\": \"Ahmedabad\",\n                                    \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                                    \"updated_at\": \"2023-12-21T12:23:57.000000Z\",\n                                    \"state_id\": null,\n                                    \"gstin_number\": \"1234\",\n                                    \"invoice_prefix\": \"Invoice\",\n                                    \"starting_invoice_number\": \"22\",\n                                    \"terms_and_conditions\": null,\n                                    \"bank_account_beneficiary_name\": null,\n                                    \"bank_account_name\": null,\n                                    \"ifsc_code\": null,\n                                    \"label_company_name\": null,\n                                    \"label_contact_name\": null,\n                                    \"label_phone\": null,\n                                    \"label_email_address\": null,\n                                    \"label_address_line_1\": null,\n                                    \"label_address_line_2\": null,\n                                    \"label_pin_code\": null,\n                                    \"label_city\": null,\n                                    \"label_state\": null,\n                                    \"signature\": null,\n                                    \"currency\": \"INR\",\n                                    \"weight\": null,\n                                    \"measurement\": null,\n                                    \"gst_enabled\": true,\n                                    \"override_channel_product_weight_enabled\": true,\n                                    \"label_details_same_as_company\": true,\n                                    \"multi_vendor_invoicing_enabled\": false,\n                                    \"multi_vendor_shipping_enabled\": false,\n                                    \"is_master\": \"1\",\n                                    \"invoice_number_same_as_order_number\": true,\n                                    \"enable_disable_cod_reconciliation\": true,\n                                    \"enable_disable_freight_reconciliation\": true,\n                                    \"cod_tolerance\": \"5\",\n                                    \"freight_tolerance\": \"2\",\n                                    \"is_multi_vendor_enabled\": true,\n                                    \"invoice_message\": null,\n                                    \"inclusive_exclusive\": null,\n                                    \"is_tax_on_shipping\": \"no\",\n                                    \"tax_on_shipping\": null,\n                                    \"primary_color\": \"#222F3D\",\n                                    \"secondary_color\": null,\n                                    \"display_hsn\": true,\n                                    \"website\": \"https://app.shipturtle.com/\",\n                                    \"country\": \"IN\",\n                                    \"type_of_vendor\": \"marketplace\",\n                                    \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                                    \"title\": \"violetplants\",\n                                    \"parent_id\": 212738,\n                                    \"extra_information\": null,\n                                    \"invoice_date\": \"invoice_creation_date\",\n                                    \"number_of_digits\": \"0\",\n                                    \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                                    \"created_by\": null,\n                                    \"updated_by\": 28344,\n                                    \"invoice_contact_name\": \"Hussain\",\n                                    \"invoice_address_1\": \"dahod\",\n                                    \"invoice_address_2\": \"dahod\",\n                                    \"invoice_postal_code\": \"380005\",\n                                    \"invoice_city\": \"Ahmedabad\",\n                                    \"invoice_phone_number\": \"09173038104\",\n                                    \"invoice_tin\": null,\n                                    \"timezone\": \"America/Phoenix\",\n                                    \"hand_delivered_enabled\": true,\n                                    \"other_courier_partner_enabled\": true,\n                                    \"billing_address_same_as_company_details\": false,\n                                    \"deactivated_at\": null,\n                                    \"state_code\": \"GJ\",\n                                    \"automatically_sync_vendor_name_from_store\": true,\n                                    \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                                    \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                                    \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                                    \"correct_all_errors_in_order\": false,\n                                    \"generate_shipping_labels_for_orders\": false,\n                                    \"generate_invoices_for_dropship_orders\": false,\n                                    \"can_vendor_enable_disable_product\": false,\n                                    \"can_vendor_edit_quantity_product\": false,\n                                    \"can_vendor_edit_weight_dimension_product\": false,\n                                    \"can_vendor_edit_tax_product\": true,\n                                    \"set_vendor_level_commission\": false,\n                                    \"commission\": \"15\",\n                                    \"discount_shared_by_vendor\": \"0\",\n                                    \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                    \"set_vendor_level_shared_discount\": false,\n                                    \"set_vendor_level_commissoin_calculated_on\": false,\n                                    \"use_shop_channel_values_to_set_commission\": false,\n                                    \"can_vendor_generate_invoice\": true,\n                                    \"can_vendor_process_shippings\": true,\n                                    \"can_vendor_edit_hsn_tax\": true,\n                                    \"can_vendor_add_courier_provider\": true,\n                                    \"default_vendor_type\": \"marketplace\",\n                                    \"no_of_deciaml_digits\": 2,\n                                    \"credits\": 299956,\n                                    \"plan_id\": 4,\n                                    \"requested_plan_id\": null,\n                                    \"override_invoice_permissions\": false,\n                                    \"override_product_permissions\": false,\n                                    \"override_order_routing_permissions\": false,\n                                    \"override_shipping_permissions\": false,\n                                    \"slug\": \"violetplants-212738\",\n                                    \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                    \"shipping_charge_commission_type\": \"fixed\",\n                                    \"shipping_charge_commission\": 50,\n                                    \"override_commission_calculated_tax_type\": false,\n                                    \"override_shipping_charge_commission_type\": false,\n                                    \"override_shipping_charge_commission\": 0,\n                                    \"auto_email_to_vendor\": true,\n                                    \"fixed_commission\": 10,\n                                    \"service_charge\": 0,\n                                    \"can_vendor_edit_price\": false,\n                                    \"can_vendor_delete_product\": false,\n                                    \"show_logo_in_awb\": false,\n                                    \"hide_pick_address_in_awb\": false,\n                                    \"hide_customer_info_in_awb\": true,\n                                    \"hide_price_in_awb\": false,\n                                    \"hide_customer_information_on_vendor_dashboards\": false,\n                                    \"allow_merchant_to_generate_invoice\": false,\n                                    \"show_merchant_logo_in_invoice\": true,\n                                    \"locale\": \"en\",\n                                    \"use_custom_waybill\": true,\n                                    \"redirect_url\": \"dashboard\",\n                                    \"invoice_state_code\": \"GJ\",\n                                    \"invoice_country_code\": \"IN\",\n                                    \"stripe_account_id\": null,\n                                    \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                                    \"enable_app_shipping_profile_on_shopify\": \"0\",\n                                    \"policy\": null,\n                                    \"css\": null,\n                                    \"vendor_profile_color\": \"#f18024\",\n                                    \"about_us\": null,\n                                    \"facebook_link\": null,\n                                    \"twitter_link\": null,\n                                    \"instagram_link\": null,\n                                    \"auto_fulfill_digital_orders\": true,\n                                    \"use_default_warehouse_for_all_orders\": false,\n                                    \"invoice_label_header_title\": null,\n                                    \"invoice_place_of_supply\": null,\n                                    \"invoice_cin_key_title\": null,\n                                    \"invoice_cin\": null,\n                                    \"give_vendor_access_to_merchant_shipper\": false,\n                                    \"auto_generate_order_invoices_to_customers\": true,\n                                    \"auto_email_order_invoices_to_customers\": true,\n                                    \"treat_manual_payment_mode_as_cod\": false,\n                                    \"fulfill_order_after_confirm\": false,\n                                    \"add_notes_before_confirming_orders\": false,\n                                    \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                                    \"note_at_the_top_of_invoice\": null,\n                                    \"vendor_shop_id\": null,\n                                    \"vendor_category\": null,\n                                    \"vendor_location\": null,\n                                    \"short_description\": null,\n                                    \"display_vendor_category\": true,\n                                    \"display_vendor_location\": true,\n                                    \"display_vendor_short_description\": true,\n                                    \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                                    \"sync_settings\": {\n                                        \"update_settings\": {\n                                            \"sku\": true,\n                                            \"tags\": true,\n                                            \"media\": true,\n                                            \"price\": true,\n                                            \"title\": true,\n                                            \"weight\": true,\n                                            \"barcode\": true,\n                                            \"quantity\": true,\n                                            \"description\": true,\n                                            \"product_type\": true,\n                                            \"variant_name\": true,\n                                            \"publish_status\": true,\n                                            \"compare_at_price\": true,\n                                            \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                        },\n                                        \"create_settings\": {\n                                            \"sku\": true,\n                                            \"tags\": true,\n                                            \"media\": true,\n                                            \"price\": true,\n                                            \"title\": true,\n                                            \"weight\": true,\n                                            \"barcode\": true,\n                                            \"quantity\": true,\n                                            \"description\": true,\n                                            \"product_type\": true,\n                                            \"variant_name\": true,\n                                            \"publish_status\": true,\n                                            \"compare_at_price\": true,\n                                            \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                        },\n                                        \"override_product_status_at_create\": true,\n                                        \"product_status\": \"as_per_vendor_product\",\n                                        \"enable_order_sync\": true,\n                                        \"push_only_if_order_paid\": false,\n                                        \"push_unsynced_product_order\": true,\n                                        \"auto_add_variant\": true,\n                                        \"auto_remove_variant\": true,\n                                        \"strictKeyCheck\": false,\n                                        \"on_product_delete\": \"do_nothing\",\n                                        \"on_product_unmapped\": \"do_nothing\",\n                                        \"push_only_if_product_connected\": true\n                                    },\n                                    \"override_hide_customer_information_permissions\": false,\n                                    \"can_vendor_cancel_an_order\": false,\n                                    \"hide_shipping_charges\": false,\n                                    \"add_insurance_to_shipment\": 0,\n                                    \"meta_title\": null,\n                                    \"registration_link\": null,\n                                    \"auto_approval_of_products_from_vendor\": true,\n                                    \"ignore_selling_price_for_commission\": 0,\n                                    \"shipping_label_check\": {\n                                        \"email\": false,\n                                        \"phone\": false,\n                                        \"address_line_1\": false,\n                                        \"address_line_2\": false,\n                                        \"address_line_1_minimum\": null,\n                                        \"address_line_1_maximum\": null,\n                                        \"address_line_2_minimum\": null,\n                                        \"address_line_2_maximum\": null\n                                    },\n                                    \"shipping_label_size\": \"smalllabel\",\n                                    \"paypal_email\": null,\n                                    \"use_custom_email_driver\": true,\n                                    \"ignore_order_splitting\": false,\n                                    \"hide_customer_information_on_vendor_dashboard\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false\n                                    },\n                                    \"hide_customer_information_in_awb\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false,\n                                        \"line_items\": false,\n                                        \"vendor_name\": false,\n                                        \"sku\": false,\n                                        \"weight_dimension\": false\n                                    },\n                                    \"hide_customer_information_in_invoice\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false\n                                    },\n                                    \"vendor_profile_settings\": {\n                                        \"seller_products_tab\": true,\n                                        \"seller_policy_tab\": true,\n                                        \"seller_contact_us_tab\": true,\n                                        \"seller_events_tab\": true,\n                                        \"seller_reviews_tab\": false,\n                                        \"seller_about_us_tab\": true\n                                    },\n                                    \"challan_message_1\": null,\n                                    \"challan_message_2\": null,\n                                    \"challan_prefix\": \"Invoice\",\n                                    \"challan_number_same_as_invoice_number\": true,\n                                    \"default_label_size_for_all_vendors\": true,\n                                    \"hide_customer_information_in_export\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false\n                                    },\n                                    \"product_permissions\": null,\n                                    \"hide_product_details_in_awb\": false,\n                                    \"hide_invoice_details_in_awb\": false,\n                                    \"company_note\": \"<p>sdfasdfab</p>\",\n                                    \"meta_data\": \"[{\\\"uuid\\\":\\\"e95a7b2d-5210-4e7b-988f-7fbde7acf198\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/601990/dashboard-mockup-for-c2c.xlsx\\\",\\\"size\\\":102609,\\\"name\\\":\\\"Dashboard Mockup for C2C.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"50844059-549d-4bcc-88bf-a023fd46bd29\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/604572/28344-1690206866.xlsx\\\",\\\"size\\\":7389,\\\"name\\\":\\\"28344-1690206866.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3ad73d68-08a3-46b5-9afc-3d1ac5df398f\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655061/lable_cancelled_order_amazon.xlsx\\\",\\\"size\\\":26214,\\\"name\\\":\\\"Lable Cancelled Order Amazon.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                                    \"color_theme_field\": \"light.blue\",\n                                    \"change_tracking_url\": false,\n                                    \"ship_to_address_as_merchants_default_warehouse\": false,\n                                    \"can_vendor_hold_an_order\": false,\n                                    \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                                    \"allow_vendors_to_change_vendor_profile_details\": true,\n                                    \"whatsapp_account\": \"use_company_account\",\n                                    \"vendor_profile_theme_choosen\": \"theme-1\",\n                                    \"whatsapp_credit\": 54,\n                                    \"test_whatsapp_number\": \"+918849193468\",\n                                    \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                                    \"connected_vendor_shops\": [\n                                        \"vendorsynctesting5.myshopify.com\",\n                                        \"testing-for-vendorsync.myshopify.com\",\n                                        \"purpleplants.myshopify.com\",\n                                        \"https://st-wpdemo.com/\",\n                                        \"test-store-webkul-112.myshopify.com\",\n                                        \"https://st-wpdemo.com/\",\n                                        \"purpleplants.myshopify.com/\",\n                                        \"https://st-wpdemo.com/\",\n                                        \"purpleplants.myshopify.com\",\n                                        \"channelteststore5.myshopify.com\",\n                                        \"https://st-wpdemo.com/newtestclient/\",\n                                        \"purpleplants.myshopify.com\",\n                                        \"purpleplants.myshopify.com\"\n                                    ],\n                                    \"events\": null,\n                                    \"commission_automation_set\": {\n                                        \"commission_automation\": true,\n                                        \"commission_automation_rules\": true,\n                                        \"commission_automation_date_range\": true,\n                                        \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                        \"time_buffer_for_commission_automation\": \"4\",\n                                        \"order_status_for_commission_automation\": \"pending\",\n                                        \"invoice_number_for_commission_automation\": 277,\n                                        \"date_Range_days_for_commission_automation\": \"4\"\n                                    },\n                                    \"auto_confirmation_using_tags_settings\": {\n                                        \"tags_settings_status\": true,\n                                        \"paid\": true,\n                                        \"tags_for_paid\": [],\n                                        \"cod_or_partially_paid\": false,\n                                        \"tags_for_cod_or_partially_paid\": [],\n                                        \"Exceptions_for_paid\": false,\n                                        \"Exceptions_for_paid_tags\": [],\n                                        \"Exceptions_for_cod_or_partially_paid\": false,\n                                        \"Exceptions_for_cod_or_partially_paid_tags\": []\n                                    },\n                                    \"preferred_location\": null,\n                                    \"email_credit\": 4853,\n                                    \"global_commission\": \"15\",\n                                    \"global_discount_shared_by_vendor\": \"0\",\n                                    \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                    \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                    \"global_shipping_charge_commission_type\": \"fixed\",\n                                    \"global_shipping_charge_commission\": 50,\n                                    \"global_fixed_commission\": 10,\n                                    \"invoice_country_detail\": {\n                                        \"id\": 98,\n                                        \"name\": \"India\",\n                                        \"code\": \"IN\",\n                                        \"dial_code\": \"+91\",\n                                        \"currency_name\": \"Indian rupee\",\n                                        \"currency_symbol\": \"Rs.\",\n                                        \"currency_code\": \"INR\",\n                                        \"created_at\": null,\n                                        \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                        \"name_with_symbole\": \"Indian rupee - Rs.\"\n                                    },\n                                    \"commission_tags\": {\n                                        \"company_id\": 212738,\n                                        \"override_commission\": true\n                                    }\n                                }\n                            },\n                            \"overridden_commission_level\": \"global\",\n                            \"overridden_commission\": \"15\",\n                            \"overridden_fixed_commission\": 10,\n                            \"global_commission_level\": \"global\",\n                            \"global_commission\": \"15\",\n                            \"global_fixed_commission\": 10\n                        },\n                        \"media\": []\n                    },\n                    \"alien_variant\": null\n                },\n                {\n                    \"id\": 22397103,\n                    \"commission\": null,\n                    \"fixed_commission\": 0,\n                    \"company_id\": 212738,\n                    \"product_id\": 8057554,\n                    \"image\": null,\n                    \"channel_variant_id\": \"22530937\",\n                    \"compare_at_price\": \"0.00\",\n                    \"deleted_at\": null,\n                    \"deactivated_at\": true,\n                    \"grams\": \"0\",\n                    \"height\": null,\n                    \"image_id\": null,\n                    \"inventory_item_id\": \"50352895131951\",\n                    \"inventory_management\": \"shopify\",\n                    \"inventory_policy\": \"deny\",\n                    \"inventory_quantity\": \"23\",\n                    \"length\": null,\n                    \"old_inventory_quantity\": null,\n                    \"option1\": \"BLUE\",\n                    \"option2\": \"M\",\n                    \"option3\": \"Title3\",\n                    \"price\": \"2010.00\",\n                    \"provider\": null,\n                    \"requires_shipping\": null,\n                    \"shop_id\": 4147,\n                    \"sku\": \"NEW-DESTINATION\",\n                    \"tax_id\": null,\n                    \"title\": \"BLUE / M / Title3\",\n                    \"updated_at\": \"2023-12-21T11:03:57.000000Z\",\n                    \"weight\": \"0\",\n                    \"weight_unit\": \"kg\",\n                    \"width\": null,\n                    \"parent_id\": 212738,\n                    \"override_commission\": false,\n                    \"vendor_shop_variant_id\": null,\n                    \"barcode\": \"\",\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/48308473725231\",\n                    \"overridden_commission_level\": \"global\",\n                    \"overridden_commission\": \"15\",\n                    \"overridden_fixed_commission\": 10,\n                    \"file_history\": null,\n                    \"company\": {\n                        \"id\": 212738,\n                        \"title\": \"violetplants\",\n                        \"parent_id\": 212738,\n                        \"commission\": \"15\",\n                        \"fixed_commission\": 10,\n                        \"set_vendor_level_commission\": false,\n                        \"global_commission\": \"15\",\n                        \"global_discount_shared_by_vendor\": \"0\",\n                        \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                        \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                        \"global_shipping_charge_commission_type\": \"fixed\",\n                        \"global_shipping_charge_commission\": 50,\n                        \"global_fixed_commission\": 10,\n                        \"invoice_country_detail\": null,\n                        \"commission_tags\": {\n                            \"company_id\": 212738,\n                            \"override_commission\": true\n                        },\n                        \"parent\": {\n                            \"id\": 212738,\n                            \"company_name\": \"kapil\",\n                            \"brand_name\": \"violetplants\",\n                            \"company_logo\": null,\n                            \"contact_name\": null,\n                            \"phone_number\": null,\n                            \"email\": \"varshil.shipturtle@gmail.com\",\n                            \"address_line_1\": null,\n                            \"address_line_2\": \"gj 23\",\n                            \"pin_code\": \"380009\",\n                            \"city\": \"Ahmedabad\",\n                            \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                            \"updated_at\": \"2023-12-21T12:23:57.000000Z\",\n                            \"state_id\": null,\n                            \"gstin_number\": \"1234\",\n                            \"invoice_prefix\": \"Invoice\",\n                            \"starting_invoice_number\": \"22\",\n                            \"terms_and_conditions\": null,\n                            \"bank_account_beneficiary_name\": null,\n                            \"bank_account_name\": null,\n                            \"ifsc_code\": null,\n                            \"label_company_name\": null,\n                            \"label_contact_name\": null,\n                            \"label_phone\": null,\n                            \"label_email_address\": null,\n                            \"label_address_line_1\": null,\n                            \"label_address_line_2\": null,\n                            \"label_pin_code\": null,\n                            \"label_city\": null,\n                            \"label_state\": null,\n                            \"signature\": null,\n                            \"currency\": \"INR\",\n                            \"weight\": null,\n                            \"measurement\": null,\n                            \"gst_enabled\": true,\n                            \"override_channel_product_weight_enabled\": true,\n                            \"label_details_same_as_company\": true,\n                            \"multi_vendor_invoicing_enabled\": false,\n                            \"multi_vendor_shipping_enabled\": false,\n                            \"is_master\": \"1\",\n                            \"invoice_number_same_as_order_number\": true,\n                            \"enable_disable_cod_reconciliation\": true,\n                            \"enable_disable_freight_reconciliation\": true,\n                            \"cod_tolerance\": \"5\",\n                            \"freight_tolerance\": \"2\",\n                            \"is_multi_vendor_enabled\": true,\n                            \"invoice_message\": null,\n                            \"inclusive_exclusive\": null,\n                            \"is_tax_on_shipping\": \"no\",\n                            \"tax_on_shipping\": null,\n                            \"primary_color\": \"#222F3D\",\n                            \"secondary_color\": null,\n                            \"display_hsn\": true,\n                            \"website\": \"https://app.shipturtle.com/\",\n                            \"country\": \"IN\",\n                            \"type_of_vendor\": \"marketplace\",\n                            \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                            \"title\": \"violetplants\",\n                            \"parent_id\": 212738,\n                            \"extra_information\": null,\n                            \"invoice_date\": \"invoice_creation_date\",\n                            \"number_of_digits\": \"0\",\n                            \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                            \"created_by\": null,\n                            \"updated_by\": 28344,\n                            \"invoice_contact_name\": \"Hussain\",\n                            \"invoice_address_1\": \"dahod\",\n                            \"invoice_address_2\": \"dahod\",\n                            \"invoice_postal_code\": \"380005\",\n                            \"invoice_city\": \"Ahmedabad\",\n                            \"invoice_phone_number\": \"09173038104\",\n                            \"invoice_tin\": null,\n                            \"timezone\": \"America/Phoenix\",\n                            \"hand_delivered_enabled\": true,\n                            \"other_courier_partner_enabled\": true,\n                            \"billing_address_same_as_company_details\": false,\n                            \"deactivated_at\": null,\n                            \"state_code\": \"GJ\",\n                            \"automatically_sync_vendor_name_from_store\": true,\n                            \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                            \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                            \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                            \"correct_all_errors_in_order\": false,\n                            \"generate_shipping_labels_for_orders\": false,\n                            \"generate_invoices_for_dropship_orders\": false,\n                            \"can_vendor_enable_disable_product\": false,\n                            \"can_vendor_edit_quantity_product\": false,\n                            \"can_vendor_edit_weight_dimension_product\": false,\n                            \"can_vendor_edit_tax_product\": true,\n                            \"set_vendor_level_commission\": false,\n                            \"commission\": \"15\",\n                            \"discount_shared_by_vendor\": \"0\",\n                            \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"set_vendor_level_shared_discount\": false,\n                            \"set_vendor_level_commissoin_calculated_on\": false,\n                            \"use_shop_channel_values_to_set_commission\": false,\n                            \"can_vendor_generate_invoice\": true,\n                            \"can_vendor_process_shippings\": true,\n                            \"can_vendor_edit_hsn_tax\": true,\n                            \"can_vendor_add_courier_provider\": true,\n                            \"default_vendor_type\": \"marketplace\",\n                            \"no_of_deciaml_digits\": 2,\n                            \"credits\": 299956,\n                            \"plan_id\": 4,\n                            \"requested_plan_id\": null,\n                            \"override_invoice_permissions\": false,\n                            \"override_product_permissions\": false,\n                            \"override_order_routing_permissions\": false,\n                            \"override_shipping_permissions\": false,\n                            \"slug\": \"violetplants-212738\",\n                            \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"shipping_charge_commission_type\": \"fixed\",\n                            \"shipping_charge_commission\": 50,\n                            \"override_commission_calculated_tax_type\": false,\n                            \"override_shipping_charge_commission_type\": false,\n                            \"override_shipping_charge_commission\": 0,\n                            \"auto_email_to_vendor\": true,\n                            \"fixed_commission\": 10,\n                            \"service_charge\": 0,\n                            \"can_vendor_edit_price\": false,\n                            \"can_vendor_delete_product\": false,\n                            \"show_logo_in_awb\": false,\n                            \"hide_pick_address_in_awb\": false,\n                            \"hide_customer_info_in_awb\": true,\n                            \"hide_price_in_awb\": false,\n                            \"hide_customer_information_on_vendor_dashboards\": false,\n                            \"allow_merchant_to_generate_invoice\": false,\n                            \"show_merchant_logo_in_invoice\": true,\n                            \"locale\": \"en\",\n                            \"use_custom_waybill\": true,\n                            \"redirect_url\": \"dashboard\",\n                            \"invoice_state_code\": \"GJ\",\n                            \"invoice_country_code\": \"IN\",\n                            \"stripe_account_id\": null,\n                            \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                            \"enable_app_shipping_profile_on_shopify\": \"0\",\n                            \"policy\": null,\n                            \"css\": null,\n                            \"vendor_profile_color\": \"#f18024\",\n                            \"about_us\": null,\n                            \"facebook_link\": null,\n                            \"twitter_link\": null,\n                            \"instagram_link\": null,\n                            \"auto_fulfill_digital_orders\": true,\n                            \"use_default_warehouse_for_all_orders\": false,\n                            \"invoice_label_header_title\": null,\n                            \"invoice_place_of_supply\": null,\n                            \"invoice_cin_key_title\": null,\n                            \"invoice_cin\": null,\n                            \"give_vendor_access_to_merchant_shipper\": false,\n                            \"auto_generate_order_invoices_to_customers\": true,\n                            \"auto_email_order_invoices_to_customers\": true,\n                            \"treat_manual_payment_mode_as_cod\": false,\n                            \"fulfill_order_after_confirm\": false,\n                            \"add_notes_before_confirming_orders\": false,\n                            \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                            \"note_at_the_top_of_invoice\": null,\n                            \"vendor_shop_id\": null,\n                            \"vendor_category\": null,\n                            \"vendor_location\": null,\n                            \"short_description\": null,\n                            \"display_vendor_category\": true,\n                            \"display_vendor_location\": true,\n                            \"display_vendor_short_description\": true,\n                            \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                            \"sync_settings\": {\n                                \"update_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": true,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"create_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": true,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"override_product_status_at_create\": true,\n                                \"product_status\": \"as_per_vendor_product\",\n                                \"enable_order_sync\": true,\n                                \"push_only_if_order_paid\": false,\n                                \"push_unsynced_product_order\": true,\n                                \"auto_add_variant\": true,\n                                \"auto_remove_variant\": true,\n                                \"strictKeyCheck\": false,\n                                \"on_product_delete\": \"do_nothing\",\n                                \"on_product_unmapped\": \"do_nothing\",\n                                \"push_only_if_product_connected\": true\n                            },\n                            \"override_hide_customer_information_permissions\": false,\n                            \"can_vendor_cancel_an_order\": false,\n                            \"hide_shipping_charges\": false,\n                            \"add_insurance_to_shipment\": 0,\n                            \"meta_title\": null,\n                            \"registration_link\": null,\n                            \"auto_approval_of_products_from_vendor\": true,\n                            \"ignore_selling_price_for_commission\": 0,\n                            \"shipping_label_check\": {\n                                \"email\": false,\n                                \"phone\": false,\n                                \"address_line_1\": false,\n                                \"address_line_2\": false,\n                                \"address_line_1_minimum\": null,\n                                \"address_line_1_maximum\": null,\n                                \"address_line_2_minimum\": null,\n                                \"address_line_2_maximum\": null\n                            },\n                            \"shipping_label_size\": \"smalllabel\",\n                            \"paypal_email\": null,\n                            \"use_custom_email_driver\": true,\n                            \"ignore_order_splitting\": false,\n                            \"hide_customer_information_on_vendor_dashboard\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"hide_customer_information_in_awb\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false,\n                                \"line_items\": false,\n                                \"vendor_name\": false,\n                                \"sku\": false,\n                                \"weight_dimension\": false\n                            },\n                            \"hide_customer_information_in_invoice\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"vendor_profile_settings\": {\n                                \"seller_products_tab\": true,\n                                \"seller_policy_tab\": true,\n                                \"seller_contact_us_tab\": true,\n                                \"seller_events_tab\": true,\n                                \"seller_reviews_tab\": false,\n                                \"seller_about_us_tab\": true\n                            },\n                            \"challan_message_1\": null,\n                            \"challan_message_2\": null,\n                            \"challan_prefix\": \"Invoice\",\n                            \"challan_number_same_as_invoice_number\": true,\n                            \"default_label_size_for_all_vendors\": true,\n                            \"hide_customer_information_in_export\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"product_permissions\": null,\n                            \"hide_product_details_in_awb\": false,\n                            \"hide_invoice_details_in_awb\": false,\n                            \"company_note\": \"<p>sdfasdfab</p>\",\n                            \"meta_data\": \"[{\\\"uuid\\\":\\\"e95a7b2d-5210-4e7b-988f-7fbde7acf198\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/601990/dashboard-mockup-for-c2c.xlsx\\\",\\\"size\\\":102609,\\\"name\\\":\\\"Dashboard Mockup for C2C.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"50844059-549d-4bcc-88bf-a023fd46bd29\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/604572/28344-1690206866.xlsx\\\",\\\"size\\\":7389,\\\"name\\\":\\\"28344-1690206866.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3ad73d68-08a3-46b5-9afc-3d1ac5df398f\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655061/lable_cancelled_order_amazon.xlsx\\\",\\\"size\\\":26214,\\\"name\\\":\\\"Lable Cancelled Order Amazon.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                            \"color_theme_field\": \"light.blue\",\n                            \"change_tracking_url\": false,\n                            \"ship_to_address_as_merchants_default_warehouse\": false,\n                            \"can_vendor_hold_an_order\": false,\n                            \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                            \"allow_vendors_to_change_vendor_profile_details\": true,\n                            \"whatsapp_account\": \"use_company_account\",\n                            \"vendor_profile_theme_choosen\": \"theme-1\",\n                            \"whatsapp_credit\": 54,\n                            \"test_whatsapp_number\": \"+918849193468\",\n                            \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                            \"connected_vendor_shops\": [\n                                \"vendorsynctesting5.myshopify.com\",\n                                \"testing-for-vendorsync.myshopify.com\",\n                                \"purpleplants.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"test-store-webkul-112.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com/\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com\",\n                                \"channelteststore5.myshopify.com\",\n                                \"https://st-wpdemo.com/newtestclient/\",\n                                \"purpleplants.myshopify.com\",\n                                \"purpleplants.myshopify.com\"\n                            ],\n                            \"events\": null,\n                            \"commission_automation_set\": {\n                                \"commission_automation\": true,\n                                \"commission_automation_rules\": true,\n                                \"commission_automation_date_range\": true,\n                                \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                \"time_buffer_for_commission_automation\": \"4\",\n                                \"order_status_for_commission_automation\": \"pending\",\n                                \"invoice_number_for_commission_automation\": 277,\n                                \"date_Range_days_for_commission_automation\": \"4\"\n                            },\n                            \"auto_confirmation_using_tags_settings\": {\n                                \"tags_settings_status\": true,\n                                \"paid\": true,\n                                \"tags_for_paid\": [],\n                                \"cod_or_partially_paid\": false,\n                                \"tags_for_cod_or_partially_paid\": [],\n                                \"Exceptions_for_paid\": false,\n                                \"Exceptions_for_paid_tags\": [],\n                                \"Exceptions_for_cod_or_partially_paid\": false,\n                                \"Exceptions_for_cod_or_partially_paid_tags\": []\n                            },\n                            \"preferred_location\": null,\n                            \"email_credit\": 4853,\n                            \"global_commission\": \"15\",\n                            \"global_discount_shared_by_vendor\": \"0\",\n                            \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"global_shipping_charge_commission_type\": \"fixed\",\n                            \"global_shipping_charge_commission\": 50,\n                            \"global_fixed_commission\": 10,\n                            \"invoice_country_detail\": {\n                                \"id\": 98,\n                                \"name\": \"India\",\n                                \"code\": \"IN\",\n                                \"dial_code\": \"+91\",\n                                \"currency_name\": \"Indian rupee\",\n                                \"currency_symbol\": \"Rs.\",\n                                \"currency_code\": \"INR\",\n                                \"created_at\": null,\n                                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                \"name_with_symbole\": \"Indian rupee - Rs.\"\n                            },\n                            \"commission_tags\": {\n                                \"company_id\": 212738,\n                                \"override_commission\": true\n                            }\n                        }\n                    },\n                    \"tax\": null,\n                    \"inventory_item\": {\n                        \"id\": 13164394,\n                        \"sku\": \"NEW-DESTINATION\",\n                        \"requires_shipping\": true,\n                        \"cost\": \"10.00\",\n                        \"admin_graphql_api_id\": \"gid://shopify/InventoryItem/50352895131951\",\n                        \"created_at\": \"2023-12-21T11:03:56.000000Z\",\n                        \"updated_at\": \"2023-12-21T11:03:56.000000Z\",\n                        \"shop_id\": 4147,\n                        \"channel_id\": \"50352895131951\",\n                        \"variant_id\": null,\n                        \"channel\": null,\n                        \"country_harmonized_system_codes\": null,\n                        \"harmonized_system_code\": null,\n                        \"deleted_at\": null\n                    },\n                    \"product\": {\n                        \"id\": 8057554,\n                        \"product_type_id\": 145003,\n                        \"image_link\": null,\n                        \"images_link\": null,\n                        \"uploaded_images\": [],\n                        \"product_type_title\": \"Canvas\",\n                        \"variant_inventory_count\": {\n                            \"quantity\": 378,\n                            \"length\": 27\n                        },\n                        \"product_type\": {\n                            \"id\": 145003,\n                            \"channel\": \"shopify\",\n                            \"shop_id\": 4147,\n                            \"title\": \"Canvas\",\n                            \"commission\": null,\n                            \"created_at\": \"2023-11-30T06:49:18.000000Z\",\n                            \"updated_at\": \"2023-11-30T06:49:18.000000Z\",\n                            \"fixed_commission\": 0,\n                            \"override_commission\": false,\n                            \"companyObject\": {\n                                \"id\": 212738,\n                                \"company_name\": \"kapil\",\n                                \"brand_name\": \"violetplants\",\n                                \"company_logo\": null,\n                                \"contact_name\": null,\n                                \"phone_number\": null,\n                                \"email\": \"varshil.shipturtle@gmail.com\",\n                                \"address_line_1\": null,\n                                \"address_line_2\": \"gj 23\",\n                                \"pin_code\": \"380009\",\n                                \"city\": \"Ahmedabad\",\n                                \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                                \"updated_at\": \"2023-12-21T12:23:57.000000Z\",\n                                \"state_id\": null,\n                                \"gstin_number\": \"1234\",\n                                \"invoice_prefix\": \"Invoice\",\n                                \"starting_invoice_number\": \"22\",\n                                \"terms_and_conditions\": null,\n                                \"bank_account_beneficiary_name\": null,\n                                \"bank_account_name\": null,\n                                \"ifsc_code\": null,\n                                \"label_company_name\": null,\n                                \"label_contact_name\": null,\n                                \"label_phone\": null,\n                                \"label_email_address\": null,\n                                \"label_address_line_1\": null,\n                                \"label_address_line_2\": null,\n                                \"label_pin_code\": null,\n                                \"label_city\": null,\n                                \"label_state\": null,\n                                \"signature\": null,\n                                \"currency\": \"INR\",\n                                \"weight\": null,\n                                \"measurement\": null,\n                                \"gst_enabled\": true,\n                                \"override_channel_product_weight_enabled\": true,\n                                \"label_details_same_as_company\": true,\n                                \"multi_vendor_invoicing_enabled\": false,\n                                \"multi_vendor_shipping_enabled\": false,\n                                \"is_master\": \"1\",\n                                \"invoice_number_same_as_order_number\": true,\n                                \"enable_disable_cod_reconciliation\": true,\n                                \"enable_disable_freight_reconciliation\": true,\n                                \"cod_tolerance\": \"5\",\n                                \"freight_tolerance\": \"2\",\n                                \"is_multi_vendor_enabled\": true,\n                                \"invoice_message\": null,\n                                \"inclusive_exclusive\": null,\n                                \"is_tax_on_shipping\": \"no\",\n                                \"tax_on_shipping\": null,\n                                \"primary_color\": \"#222F3D\",\n                                \"secondary_color\": null,\n                                \"display_hsn\": true,\n                                \"website\": \"https://app.shipturtle.com/\",\n                                \"country\": \"IN\",\n                                \"type_of_vendor\": \"marketplace\",\n                                \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                                \"title\": \"violetplants\",\n                                \"parent_id\": 212738,\n                                \"extra_information\": null,\n                                \"invoice_date\": \"invoice_creation_date\",\n                                \"number_of_digits\": \"0\",\n                                \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                                \"created_by\": null,\n                                \"updated_by\": 28344,\n                                \"invoice_contact_name\": \"Hussain\",\n                                \"invoice_address_1\": \"dahod\",\n                                \"invoice_address_2\": \"dahod\",\n                                \"invoice_postal_code\": \"380005\",\n                                \"invoice_city\": \"Ahmedabad\",\n                                \"invoice_phone_number\": \"09173038104\",\n                                \"invoice_tin\": null,\n                                \"timezone\": \"America/Phoenix\",\n                                \"hand_delivered_enabled\": true,\n                                \"other_courier_partner_enabled\": true,\n                                \"billing_address_same_as_company_details\": false,\n                                \"deactivated_at\": null,\n                                \"state_code\": \"GJ\",\n                                \"automatically_sync_vendor_name_from_store\": true,\n                                \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                                \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                                \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                                \"correct_all_errors_in_order\": false,\n                                \"generate_shipping_labels_for_orders\": false,\n                                \"generate_invoices_for_dropship_orders\": false,\n                                \"can_vendor_enable_disable_product\": false,\n                                \"can_vendor_edit_quantity_product\": false,\n                                \"can_vendor_edit_weight_dimension_product\": false,\n                                \"can_vendor_edit_tax_product\": true,\n                                \"set_vendor_level_commission\": false,\n                                \"commission\": \"15\",\n                                \"discount_shared_by_vendor\": \"0\",\n                                \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                \"set_vendor_level_shared_discount\": false,\n                                \"set_vendor_level_commissoin_calculated_on\": false,\n                                \"use_shop_channel_values_to_set_commission\": false,\n                                \"can_vendor_generate_invoice\": true,\n                                \"can_vendor_process_shippings\": true,\n                                \"can_vendor_edit_hsn_tax\": true,\n                                \"can_vendor_add_courier_provider\": true,\n                                \"default_vendor_type\": \"marketplace\",\n                                \"no_of_deciaml_digits\": 2,\n                                \"credits\": 299956,\n                                \"plan_id\": 4,\n                                \"requested_plan_id\": null,\n                                \"override_invoice_permissions\": false,\n                                \"override_product_permissions\": false,\n                                \"override_order_routing_permissions\": false,\n                                \"override_shipping_permissions\": false,\n                                \"slug\": \"violetplants-212738\",\n                                \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                \"shipping_charge_commission_type\": \"fixed\",\n                                \"shipping_charge_commission\": 50,\n                                \"override_commission_calculated_tax_type\": false,\n                                \"override_shipping_charge_commission_type\": false,\n                                \"override_shipping_charge_commission\": 0,\n                                \"auto_email_to_vendor\": true,\n                                \"fixed_commission\": 10,\n                                \"service_charge\": 0,\n                                \"can_vendor_edit_price\": false,\n                                \"can_vendor_delete_product\": false,\n                                \"show_logo_in_awb\": false,\n                                \"hide_pick_address_in_awb\": false,\n                                \"hide_customer_info_in_awb\": true,\n                                \"hide_price_in_awb\": false,\n                                \"hide_customer_information_on_vendor_dashboards\": false,\n                                \"allow_merchant_to_generate_invoice\": false,\n                                \"show_merchant_logo_in_invoice\": true,\n                                \"locale\": \"en\",\n                                \"use_custom_waybill\": true,\n                                \"redirect_url\": \"dashboard\",\n                                \"invoice_state_code\": \"GJ\",\n                                \"invoice_country_code\": \"IN\",\n                                \"stripe_account_id\": null,\n                                \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                                \"enable_app_shipping_profile_on_shopify\": \"0\",\n                                \"policy\": null,\n                                \"css\": null,\n                                \"vendor_profile_color\": \"#f18024\",\n                                \"about_us\": null,\n                                \"facebook_link\": null,\n                                \"twitter_link\": null,\n                                \"instagram_link\": null,\n                                \"auto_fulfill_digital_orders\": true,\n                                \"use_default_warehouse_for_all_orders\": false,\n                                \"invoice_label_header_title\": null,\n                                \"invoice_place_of_supply\": null,\n                                \"invoice_cin_key_title\": null,\n                                \"invoice_cin\": null,\n                                \"give_vendor_access_to_merchant_shipper\": false,\n                                \"auto_generate_order_invoices_to_customers\": true,\n                                \"auto_email_order_invoices_to_customers\": true,\n                                \"treat_manual_payment_mode_as_cod\": false,\n                                \"fulfill_order_after_confirm\": false,\n                                \"add_notes_before_confirming_orders\": false,\n                                \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                                \"note_at_the_top_of_invoice\": null,\n                                \"vendor_shop_id\": null,\n                                \"vendor_category\": null,\n                                \"vendor_location\": null,\n                                \"short_description\": null,\n                                \"display_vendor_category\": true,\n                                \"display_vendor_location\": true,\n                                \"display_vendor_short_description\": true,\n                                \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                                \"sync_settings\": {\n                                    \"update_settings\": {\n                                        \"sku\": true,\n                                        \"tags\": true,\n                                        \"media\": true,\n                                        \"price\": true,\n                                        \"title\": true,\n                                        \"weight\": true,\n                                        \"barcode\": true,\n                                        \"quantity\": true,\n                                        \"description\": true,\n                                        \"product_type\": true,\n                                        \"variant_name\": true,\n                                        \"publish_status\": true,\n                                        \"compare_at_price\": true,\n                                        \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                    },\n                                    \"create_settings\": {\n                                        \"sku\": true,\n                                        \"tags\": true,\n                                        \"media\": true,\n                                        \"price\": true,\n                                        \"title\": true,\n                                        \"weight\": true,\n                                        \"barcode\": true,\n                                        \"quantity\": true,\n                                        \"description\": true,\n                                        \"product_type\": true,\n                                        \"variant_name\": true,\n                                        \"publish_status\": true,\n                                        \"compare_at_price\": true,\n                                        \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                    },\n                                    \"override_product_status_at_create\": true,\n                                    \"product_status\": \"as_per_vendor_product\",\n                                    \"enable_order_sync\": true,\n                                    \"push_only_if_order_paid\": false,\n                                    \"push_unsynced_product_order\": true,\n                                    \"auto_add_variant\": true,\n                                    \"auto_remove_variant\": true,\n                                    \"strictKeyCheck\": false,\n                                    \"on_product_delete\": \"do_nothing\",\n                                    \"on_product_unmapped\": \"do_nothing\",\n                                    \"push_only_if_product_connected\": true\n                                },\n                                \"override_hide_customer_information_permissions\": false,\n                                \"can_vendor_cancel_an_order\": false,\n                                \"hide_shipping_charges\": false,\n                                \"add_insurance_to_shipment\": 0,\n                                \"meta_title\": null,\n                                \"registration_link\": null,\n                                \"auto_approval_of_products_from_vendor\": true,\n                                \"ignore_selling_price_for_commission\": 0,\n                                \"shipping_label_check\": {\n                                    \"email\": false,\n                                    \"phone\": false,\n                                    \"address_line_1\": false,\n                                    \"address_line_2\": false,\n                                    \"address_line_1_minimum\": null,\n                                    \"address_line_1_maximum\": null,\n                                    \"address_line_2_minimum\": null,\n                                    \"address_line_2_maximum\": null\n                                },\n                                \"shipping_label_size\": \"smalllabel\",\n                                \"paypal_email\": null,\n                                \"use_custom_email_driver\": true,\n                                \"ignore_order_splitting\": false,\n                                \"hide_customer_information_on_vendor_dashboard\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false\n                                },\n                                \"hide_customer_information_in_awb\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false,\n                                    \"line_items\": false,\n                                    \"vendor_name\": false,\n                                    \"sku\": false,\n                                    \"weight_dimension\": false\n                                },\n                                \"hide_customer_information_in_invoice\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false\n                                },\n                                \"vendor_profile_settings\": {\n                                    \"seller_products_tab\": true,\n                                    \"seller_policy_tab\": true,\n                                    \"seller_contact_us_tab\": true,\n                                    \"seller_events_tab\": true,\n                                    \"seller_reviews_tab\": false,\n                                    \"seller_about_us_tab\": true\n                                },\n                                \"challan_message_1\": null,\n                                \"challan_message_2\": null,\n                                \"challan_prefix\": \"Invoice\",\n                                \"challan_number_same_as_invoice_number\": true,\n                                \"default_label_size_for_all_vendors\": true,\n                                \"hide_customer_information_in_export\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false\n                                },\n                                \"product_permissions\": null,\n                                \"hide_product_details_in_awb\": false,\n                                \"hide_invoice_details_in_awb\": false,\n                                \"company_note\": \"<p>sdfasdfab</p>\",\n                                \"meta_data\": \"[{\\\"uuid\\\":\\\"e95a7b2d-5210-4e7b-988f-7fbde7acf198\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/601990/dashboard-mockup-for-c2c.xlsx\\\",\\\"size\\\":102609,\\\"name\\\":\\\"Dashboard Mockup for C2C.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"50844059-549d-4bcc-88bf-a023fd46bd29\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/604572/28344-1690206866.xlsx\\\",\\\"size\\\":7389,\\\"name\\\":\\\"28344-1690206866.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3ad73d68-08a3-46b5-9afc-3d1ac5df398f\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655061/lable_cancelled_order_amazon.xlsx\\\",\\\"size\\\":26214,\\\"name\\\":\\\"Lable Cancelled Order Amazon.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                                \"color_theme_field\": \"light.blue\",\n                                \"change_tracking_url\": false,\n                                \"ship_to_address_as_merchants_default_warehouse\": false,\n                                \"can_vendor_hold_an_order\": false,\n                                \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                                \"allow_vendors_to_change_vendor_profile_details\": true,\n                                \"whatsapp_account\": \"use_company_account\",\n                                \"vendor_profile_theme_choosen\": \"theme-1\",\n                                \"whatsapp_credit\": 54,\n                                \"test_whatsapp_number\": \"+918849193468\",\n                                \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                                \"connected_vendor_shops\": [\n                                    \"vendorsynctesting5.myshopify.com\",\n                                    \"testing-for-vendorsync.myshopify.com\",\n                                    \"purpleplants.myshopify.com\",\n                                    \"https://st-wpdemo.com/\",\n                                    \"test-store-webkul-112.myshopify.com\",\n                                    \"https://st-wpdemo.com/\",\n                                    \"purpleplants.myshopify.com/\",\n                                    \"https://st-wpdemo.com/\",\n                                    \"purpleplants.myshopify.com\",\n                                    \"channelteststore5.myshopify.com\",\n                                    \"https://st-wpdemo.com/newtestclient/\",\n                                    \"purpleplants.myshopify.com\",\n                                    \"purpleplants.myshopify.com\"\n                                ],\n                                \"events\": null,\n                                \"commission_automation_set\": {\n                                    \"commission_automation\": true,\n                                    \"commission_automation_rules\": true,\n                                    \"commission_automation_date_range\": true,\n                                    \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                    \"time_buffer_for_commission_automation\": \"4\",\n                                    \"order_status_for_commission_automation\": \"pending\",\n                                    \"invoice_number_for_commission_automation\": 277,\n                                    \"date_Range_days_for_commission_automation\": \"4\"\n                                },\n                                \"auto_confirmation_using_tags_settings\": {\n                                    \"tags_settings_status\": true,\n                                    \"paid\": true,\n                                    \"tags_for_paid\": [],\n                                    \"cod_or_partially_paid\": false,\n                                    \"tags_for_cod_or_partially_paid\": [],\n                                    \"Exceptions_for_paid\": false,\n                                    \"Exceptions_for_paid_tags\": [],\n                                    \"Exceptions_for_cod_or_partially_paid\": false,\n                                    \"Exceptions_for_cod_or_partially_paid_tags\": []\n                                },\n                                \"preferred_location\": null,\n                                \"email_credit\": 4853,\n                                \"global_commission\": \"15\",\n                                \"global_discount_shared_by_vendor\": \"0\",\n                                \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                \"global_shipping_charge_commission_type\": \"fixed\",\n                                \"global_shipping_charge_commission\": 50,\n                                \"global_fixed_commission\": 10,\n                                \"invoice_country_detail\": {\n                                    \"id\": 98,\n                                    \"name\": \"India\",\n                                    \"code\": \"IN\",\n                                    \"dial_code\": \"+91\",\n                                    \"currency_name\": \"Indian rupee\",\n                                    \"currency_symbol\": \"Rs.\",\n                                    \"currency_code\": \"INR\",\n                                    \"created_at\": null,\n                                    \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                    \"name_with_symbole\": \"Indian rupee - Rs.\"\n                                },\n                                \"commission_tags\": {\n                                    \"company_id\": 212738,\n                                    \"override_commission\": true\n                                },\n                                \"parent\": {\n                                    \"id\": 212738,\n                                    \"company_name\": \"kapil\",\n                                    \"brand_name\": \"violetplants\",\n                                    \"company_logo\": null,\n                                    \"contact_name\": null,\n                                    \"phone_number\": null,\n                                    \"email\": \"varshil.shipturtle@gmail.com\",\n                                    \"address_line_1\": null,\n                                    \"address_line_2\": \"gj 23\",\n                                    \"pin_code\": \"380009\",\n                                    \"city\": \"Ahmedabad\",\n                                    \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                                    \"updated_at\": \"2023-12-21T12:23:57.000000Z\",\n                                    \"state_id\": null,\n                                    \"gstin_number\": \"1234\",\n                                    \"invoice_prefix\": \"Invoice\",\n                                    \"starting_invoice_number\": \"22\",\n                                    \"terms_and_conditions\": null,\n                                    \"bank_account_beneficiary_name\": null,\n                                    \"bank_account_name\": null,\n                                    \"ifsc_code\": null,\n                                    \"label_company_name\": null,\n                                    \"label_contact_name\": null,\n                                    \"label_phone\": null,\n                                    \"label_email_address\": null,\n                                    \"label_address_line_1\": null,\n                                    \"label_address_line_2\": null,\n                                    \"label_pin_code\": null,\n                                    \"label_city\": null,\n                                    \"label_state\": null,\n                                    \"signature\": null,\n                                    \"currency\": \"INR\",\n                                    \"weight\": null,\n                                    \"measurement\": null,\n                                    \"gst_enabled\": true,\n                                    \"override_channel_product_weight_enabled\": true,\n                                    \"label_details_same_as_company\": true,\n                                    \"multi_vendor_invoicing_enabled\": false,\n                                    \"multi_vendor_shipping_enabled\": false,\n                                    \"is_master\": \"1\",\n                                    \"invoice_number_same_as_order_number\": true,\n                                    \"enable_disable_cod_reconciliation\": true,\n                                    \"enable_disable_freight_reconciliation\": true,\n                                    \"cod_tolerance\": \"5\",\n                                    \"freight_tolerance\": \"2\",\n                                    \"is_multi_vendor_enabled\": true,\n                                    \"invoice_message\": null,\n                                    \"inclusive_exclusive\": null,\n                                    \"is_tax_on_shipping\": \"no\",\n                                    \"tax_on_shipping\": null,\n                                    \"primary_color\": \"#222F3D\",\n                                    \"secondary_color\": null,\n                                    \"display_hsn\": true,\n                                    \"website\": \"https://app.shipturtle.com/\",\n                                    \"country\": \"IN\",\n                                    \"type_of_vendor\": \"marketplace\",\n                                    \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                                    \"title\": \"violetplants\",\n                                    \"parent_id\": 212738,\n                                    \"extra_information\": null,\n                                    \"invoice_date\": \"invoice_creation_date\",\n                                    \"number_of_digits\": \"0\",\n                                    \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                                    \"created_by\": null,\n                                    \"updated_by\": 28344,\n                                    \"invoice_contact_name\": \"Hussain\",\n                                    \"invoice_address_1\": \"dahod\",\n                                    \"invoice_address_2\": \"dahod\",\n                                    \"invoice_postal_code\": \"380005\",\n                                    \"invoice_city\": \"Ahmedabad\",\n                                    \"invoice_phone_number\": \"09173038104\",\n                                    \"invoice_tin\": null,\n                                    \"timezone\": \"America/Phoenix\",\n                                    \"hand_delivered_enabled\": true,\n                                    \"other_courier_partner_enabled\": true,\n                                    \"billing_address_same_as_company_details\": false,\n                                    \"deactivated_at\": null,\n                                    \"state_code\": \"GJ\",\n                                    \"automatically_sync_vendor_name_from_store\": true,\n                                    \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                                    \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                                    \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                                    \"correct_all_errors_in_order\": false,\n                                    \"generate_shipping_labels_for_orders\": false,\n                                    \"generate_invoices_for_dropship_orders\": false,\n                                    \"can_vendor_enable_disable_product\": false,\n                                    \"can_vendor_edit_quantity_product\": false,\n                                    \"can_vendor_edit_weight_dimension_product\": false,\n                                    \"can_vendor_edit_tax_product\": true,\n                                    \"set_vendor_level_commission\": false,\n                                    \"commission\": \"15\",\n                                    \"discount_shared_by_vendor\": \"0\",\n                                    \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                    \"set_vendor_level_shared_discount\": false,\n                                    \"set_vendor_level_commissoin_calculated_on\": false,\n                                    \"use_shop_channel_values_to_set_commission\": false,\n                                    \"can_vendor_generate_invoice\": true,\n                                    \"can_vendor_process_shippings\": true,\n                                    \"can_vendor_edit_hsn_tax\": true,\n                                    \"can_vendor_add_courier_provider\": true,\n                                    \"default_vendor_type\": \"marketplace\",\n                                    \"no_of_deciaml_digits\": 2,\n                                    \"credits\": 299956,\n                                    \"plan_id\": 4,\n                                    \"requested_plan_id\": null,\n                                    \"override_invoice_permissions\": false,\n                                    \"override_product_permissions\": false,\n                                    \"override_order_routing_permissions\": false,\n                                    \"override_shipping_permissions\": false,\n                                    \"slug\": \"violetplants-212738\",\n                                    \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                    \"shipping_charge_commission_type\": \"fixed\",\n                                    \"shipping_charge_commission\": 50,\n                                    \"override_commission_calculated_tax_type\": false,\n                                    \"override_shipping_charge_commission_type\": false,\n                                    \"override_shipping_charge_commission\": 0,\n                                    \"auto_email_to_vendor\": true,\n                                    \"fixed_commission\": 10,\n                                    \"service_charge\": 0,\n                                    \"can_vendor_edit_price\": false,\n                                    \"can_vendor_delete_product\": false,\n                                    \"show_logo_in_awb\": false,\n                                    \"hide_pick_address_in_awb\": false,\n                                    \"hide_customer_info_in_awb\": true,\n                                    \"hide_price_in_awb\": false,\n                                    \"hide_customer_information_on_vendor_dashboards\": false,\n                                    \"allow_merchant_to_generate_invoice\": false,\n                                    \"show_merchant_logo_in_invoice\": true,\n                                    \"locale\": \"en\",\n                                    \"use_custom_waybill\": true,\n                                    \"redirect_url\": \"dashboard\",\n                                    \"invoice_state_code\": \"GJ\",\n                                    \"invoice_country_code\": \"IN\",\n                                    \"stripe_account_id\": null,\n                                    \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                                    \"enable_app_shipping_profile_on_shopify\": \"0\",\n                                    \"policy\": null,\n                                    \"css\": null,\n                                    \"vendor_profile_color\": \"#f18024\",\n                                    \"about_us\": null,\n                                    \"facebook_link\": null,\n                                    \"twitter_link\": null,\n                                    \"instagram_link\": null,\n                                    \"auto_fulfill_digital_orders\": true,\n                                    \"use_default_warehouse_for_all_orders\": false,\n                                    \"invoice_label_header_title\": null,\n                                    \"invoice_place_of_supply\": null,\n                                    \"invoice_cin_key_title\": null,\n                                    \"invoice_cin\": null,\n                                    \"give_vendor_access_to_merchant_shipper\": false,\n                                    \"auto_generate_order_invoices_to_customers\": true,\n                                    \"auto_email_order_invoices_to_customers\": true,\n                                    \"treat_manual_payment_mode_as_cod\": false,\n                                    \"fulfill_order_after_confirm\": false,\n                                    \"add_notes_before_confirming_orders\": false,\n                                    \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                                    \"note_at_the_top_of_invoice\": null,\n                                    \"vendor_shop_id\": null,\n                                    \"vendor_category\": null,\n                                    \"vendor_location\": null,\n                                    \"short_description\": null,\n                                    \"display_vendor_category\": true,\n                                    \"display_vendor_location\": true,\n                                    \"display_vendor_short_description\": true,\n                                    \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                                    \"sync_settings\": {\n                                        \"update_settings\": {\n                                            \"sku\": true,\n                                            \"tags\": true,\n                                            \"media\": true,\n                                            \"price\": true,\n                                            \"title\": true,\n                                            \"weight\": true,\n                                            \"barcode\": true,\n                                            \"quantity\": true,\n                                            \"description\": true,\n                                            \"product_type\": true,\n                                            \"variant_name\": true,\n                                            \"publish_status\": true,\n                                            \"compare_at_price\": true,\n                                            \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                        },\n                                        \"create_settings\": {\n                                            \"sku\": true,\n                                            \"tags\": true,\n                                            \"media\": true,\n                                            \"price\": true,\n                                            \"title\": true,\n                                            \"weight\": true,\n                                            \"barcode\": true,\n                                            \"quantity\": true,\n                                            \"description\": true,\n                                            \"product_type\": true,\n                                            \"variant_name\": true,\n                                            \"publish_status\": true,\n                                            \"compare_at_price\": true,\n                                            \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                        },\n                                        \"override_product_status_at_create\": true,\n                                        \"product_status\": \"as_per_vendor_product\",\n                                        \"enable_order_sync\": true,\n                                        \"push_only_if_order_paid\": false,\n                                        \"push_unsynced_product_order\": true,\n                                        \"auto_add_variant\": true,\n                                        \"auto_remove_variant\": true,\n                                        \"strictKeyCheck\": false,\n                                        \"on_product_delete\": \"do_nothing\",\n                                        \"on_product_unmapped\": \"do_nothing\",\n                                        \"push_only_if_product_connected\": true\n                                    },\n                                    \"override_hide_customer_information_permissions\": false,\n                                    \"can_vendor_cancel_an_order\": false,\n                                    \"hide_shipping_charges\": false,\n                                    \"add_insurance_to_shipment\": 0,\n                                    \"meta_title\": null,\n                                    \"registration_link\": null,\n                                    \"auto_approval_of_products_from_vendor\": true,\n                                    \"ignore_selling_price_for_commission\": 0,\n                                    \"shipping_label_check\": {\n                                        \"email\": false,\n                                        \"phone\": false,\n                                        \"address_line_1\": false,\n                                        \"address_line_2\": false,\n                                        \"address_line_1_minimum\": null,\n                                        \"address_line_1_maximum\": null,\n                                        \"address_line_2_minimum\": null,\n                                        \"address_line_2_maximum\": null\n                                    },\n                                    \"shipping_label_size\": \"smalllabel\",\n                                    \"paypal_email\": null,\n                                    \"use_custom_email_driver\": true,\n                                    \"ignore_order_splitting\": false,\n                                    \"hide_customer_information_on_vendor_dashboard\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false\n                                    },\n                                    \"hide_customer_information_in_awb\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false,\n                                        \"line_items\": false,\n                                        \"vendor_name\": false,\n                                        \"sku\": false,\n                                        \"weight_dimension\": false\n                                    },\n                                    \"hide_customer_information_in_invoice\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false\n                                    },\n                                    \"vendor_profile_settings\": {\n                                        \"seller_products_tab\": true,\n                                        \"seller_policy_tab\": true,\n                                        \"seller_contact_us_tab\": true,\n                                        \"seller_events_tab\": true,\n                                        \"seller_reviews_tab\": false,\n                                        \"seller_about_us_tab\": true\n                                    },\n                                    \"challan_message_1\": null,\n                                    \"challan_message_2\": null,\n                                    \"challan_prefix\": \"Invoice\",\n                                    \"challan_number_same_as_invoice_number\": true,\n                                    \"default_label_size_for_all_vendors\": true,\n                                    \"hide_customer_information_in_export\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false\n                                    },\n                                    \"product_permissions\": null,\n                                    \"hide_product_details_in_awb\": false,\n                                    \"hide_invoice_details_in_awb\": false,\n                                    \"company_note\": \"<p>sdfasdfab</p>\",\n                                    \"meta_data\": \"[{\\\"uuid\\\":\\\"e95a7b2d-5210-4e7b-988f-7fbde7acf198\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/601990/dashboard-mockup-for-c2c.xlsx\\\",\\\"size\\\":102609,\\\"name\\\":\\\"Dashboard Mockup for C2C.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"50844059-549d-4bcc-88bf-a023fd46bd29\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/604572/28344-1690206866.xlsx\\\",\\\"size\\\":7389,\\\"name\\\":\\\"28344-1690206866.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3ad73d68-08a3-46b5-9afc-3d1ac5df398f\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655061/lable_cancelled_order_amazon.xlsx\\\",\\\"size\\\":26214,\\\"name\\\":\\\"Lable Cancelled Order Amazon.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                                    \"color_theme_field\": \"light.blue\",\n                                    \"change_tracking_url\": false,\n                                    \"ship_to_address_as_merchants_default_warehouse\": false,\n                                    \"can_vendor_hold_an_order\": false,\n                                    \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                                    \"allow_vendors_to_change_vendor_profile_details\": true,\n                                    \"whatsapp_account\": \"use_company_account\",\n                                    \"vendor_profile_theme_choosen\": \"theme-1\",\n                                    \"whatsapp_credit\": 54,\n                                    \"test_whatsapp_number\": \"+918849193468\",\n                                    \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                                    \"connected_vendor_shops\": [\n                                        \"vendorsynctesting5.myshopify.com\",\n                                        \"testing-for-vendorsync.myshopify.com\",\n                                        \"purpleplants.myshopify.com\",\n                                        \"https://st-wpdemo.com/\",\n                                        \"test-store-webkul-112.myshopify.com\",\n                                        \"https://st-wpdemo.com/\",\n                                        \"purpleplants.myshopify.com/\",\n                                        \"https://st-wpdemo.com/\",\n                                        \"purpleplants.myshopify.com\",\n                                        \"channelteststore5.myshopify.com\",\n                                        \"https://st-wpdemo.com/newtestclient/\",\n                                        \"purpleplants.myshopify.com\",\n                                        \"purpleplants.myshopify.com\"\n                                    ],\n                                    \"events\": null,\n                                    \"commission_automation_set\": {\n                                        \"commission_automation\": true,\n                                        \"commission_automation_rules\": true,\n                                        \"commission_automation_date_range\": true,\n                                        \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                        \"time_buffer_for_commission_automation\": \"4\",\n                                        \"order_status_for_commission_automation\": \"pending\",\n                                        \"invoice_number_for_commission_automation\": 277,\n                                        \"date_Range_days_for_commission_automation\": \"4\"\n                                    },\n                                    \"auto_confirmation_using_tags_settings\": {\n                                        \"tags_settings_status\": true,\n                                        \"paid\": true,\n                                        \"tags_for_paid\": [],\n                                        \"cod_or_partially_paid\": false,\n                                        \"tags_for_cod_or_partially_paid\": [],\n                                        \"Exceptions_for_paid\": false,\n                                        \"Exceptions_for_paid_tags\": [],\n                                        \"Exceptions_for_cod_or_partially_paid\": false,\n                                        \"Exceptions_for_cod_or_partially_paid_tags\": []\n                                    },\n                                    \"preferred_location\": null,\n                                    \"email_credit\": 4853,\n                                    \"global_commission\": \"15\",\n                                    \"global_discount_shared_by_vendor\": \"0\",\n                                    \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                    \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                    \"global_shipping_charge_commission_type\": \"fixed\",\n                                    \"global_shipping_charge_commission\": 50,\n                                    \"global_fixed_commission\": 10,\n                                    \"invoice_country_detail\": {\n                                        \"id\": 98,\n                                        \"name\": \"India\",\n                                        \"code\": \"IN\",\n                                        \"dial_code\": \"+91\",\n                                        \"currency_name\": \"Indian rupee\",\n                                        \"currency_symbol\": \"Rs.\",\n                                        \"currency_code\": \"INR\",\n                                        \"created_at\": null,\n                                        \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                        \"name_with_symbole\": \"Indian rupee - Rs.\"\n                                    },\n                                    \"commission_tags\": {\n                                        \"company_id\": 212738,\n                                        \"override_commission\": true\n                                    }\n                                }\n                            },\n                            \"overridden_commission_level\": \"global\",\n                            \"overridden_commission\": \"15\",\n                            \"overridden_fixed_commission\": 10,\n                            \"global_commission_level\": \"global\",\n                            \"global_commission\": \"15\",\n                            \"global_fixed_commission\": 10\n                        },\n                        \"media\": []\n                    },\n                    \"alien_variant\": null\n                },\n                {\n                    \"id\": 22397104,\n                    \"commission\": null,\n                    \"fixed_commission\": 0,\n                    \"company_id\": 212738,\n                    \"product_id\": 8057554,\n                    \"image\": null,\n                    \"channel_variant_id\": \"22530938\",\n                    \"compare_at_price\": \"0.00\",\n                    \"deleted_at\": null,\n                    \"deactivated_at\": true,\n                    \"grams\": \"0\",\n                    \"height\": null,\n                    \"image_id\": null,\n                    \"inventory_item_id\": \"50352895164719\",\n                    \"inventory_management\": \"shopify\",\n                    \"inventory_policy\": \"deny\",\n                    \"inventory_quantity\": \"24\",\n                    \"length\": null,\n                    \"old_inventory_quantity\": null,\n                    \"option1\": \"BLUE\",\n                    \"option2\": \"L\",\n                    \"option3\": \"Title3\",\n                    \"price\": \"2010.00\",\n                    \"provider\": null,\n                    \"requires_shipping\": null,\n                    \"shop_id\": 4147,\n                    \"sku\": \"NEW-DESTINATION\",\n                    \"tax_id\": null,\n                    \"title\": \"BLUE / L / Title3\",\n                    \"updated_at\": \"2023-12-21T11:03:57.000000Z\",\n                    \"weight\": \"0\",\n                    \"weight_unit\": \"kg\",\n                    \"width\": null,\n                    \"parent_id\": 212738,\n                    \"override_commission\": false,\n                    \"vendor_shop_variant_id\": null,\n                    \"barcode\": \"\",\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/48308473757999\",\n                    \"overridden_commission_level\": \"global\",\n                    \"overridden_commission\": \"15\",\n                    \"overridden_fixed_commission\": 10,\n                    \"file_history\": null,\n                    \"company\": {\n                        \"id\": 212738,\n                        \"title\": \"violetplants\",\n                        \"parent_id\": 212738,\n                        \"commission\": \"15\",\n                        \"fixed_commission\": 10,\n                        \"set_vendor_level_commission\": false,\n                        \"global_commission\": \"15\",\n                        \"global_discount_shared_by_vendor\": \"0\",\n                        \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                        \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                        \"global_shipping_charge_commission_type\": \"fixed\",\n                        \"global_shipping_charge_commission\": 50,\n                        \"global_fixed_commission\": 10,\n                        \"invoice_country_detail\": null,\n                        \"commission_tags\": {\n                            \"company_id\": 212738,\n                            \"override_commission\": true\n                        },\n                        \"parent\": {\n                            \"id\": 212738,\n                            \"company_name\": \"kapil\",\n                            \"brand_name\": \"violetplants\",\n                            \"company_logo\": null,\n                            \"contact_name\": null,\n                            \"phone_number\": null,\n                            \"email\": \"varshil.shipturtle@gmail.com\",\n                            \"address_line_1\": null,\n                            \"address_line_2\": \"gj 23\",\n                            \"pin_code\": \"380009\",\n                            \"city\": \"Ahmedabad\",\n                            \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                            \"updated_at\": \"2023-12-21T12:23:57.000000Z\",\n                            \"state_id\": null,\n                            \"gstin_number\": \"1234\",\n                            \"invoice_prefix\": \"Invoice\",\n                            \"starting_invoice_number\": \"22\",\n                            \"terms_and_conditions\": null,\n                            \"bank_account_beneficiary_name\": null,\n                            \"bank_account_name\": null,\n                            \"ifsc_code\": null,\n                            \"label_company_name\": null,\n                            \"label_contact_name\": null,\n                            \"label_phone\": null,\n                            \"label_email_address\": null,\n                            \"label_address_line_1\": null,\n                            \"label_address_line_2\": null,\n                            \"label_pin_code\": null,\n                            \"label_city\": null,\n                            \"label_state\": null,\n                            \"signature\": null,\n                            \"currency\": \"INR\",\n                            \"weight\": null,\n                            \"measurement\": null,\n                            \"gst_enabled\": true,\n                            \"override_channel_product_weight_enabled\": true,\n                            \"label_details_same_as_company\": true,\n                            \"multi_vendor_invoicing_enabled\": false,\n                            \"multi_vendor_shipping_enabled\": false,\n                            \"is_master\": \"1\",\n                            \"invoice_number_same_as_order_number\": true,\n                            \"enable_disable_cod_reconciliation\": true,\n                            \"enable_disable_freight_reconciliation\": true,\n                            \"cod_tolerance\": \"5\",\n                            \"freight_tolerance\": \"2\",\n                            \"is_multi_vendor_enabled\": true,\n                            \"invoice_message\": null,\n                            \"inclusive_exclusive\": null,\n                            \"is_tax_on_shipping\": \"no\",\n                            \"tax_on_shipping\": null,\n                            \"primary_color\": \"#222F3D\",\n                            \"secondary_color\": null,\n                            \"display_hsn\": true,\n                            \"website\": \"https://app.shipturtle.com/\",\n                            \"country\": \"IN\",\n                            \"type_of_vendor\": \"marketplace\",\n                            \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                            \"title\": \"violetplants\",\n                            \"parent_id\": 212738,\n                            \"extra_information\": null,\n                            \"invoice_date\": \"invoice_creation_date\",\n                            \"number_of_digits\": \"0\",\n                            \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                            \"created_by\": null,\n                            \"updated_by\": 28344,\n                            \"invoice_contact_name\": \"Hussain\",\n                            \"invoice_address_1\": \"dahod\",\n                            \"invoice_address_2\": \"dahod\",\n                            \"invoice_postal_code\": \"380005\",\n                            \"invoice_city\": \"Ahmedabad\",\n                            \"invoice_phone_number\": \"09173038104\",\n                            \"invoice_tin\": null,\n                            \"timezone\": \"America/Phoenix\",\n                            \"hand_delivered_enabled\": true,\n                            \"other_courier_partner_enabled\": true,\n                            \"billing_address_same_as_company_details\": false,\n                            \"deactivated_at\": null,\n                            \"state_code\": \"GJ\",\n                            \"automatically_sync_vendor_name_from_store\": true,\n                            \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                            \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                            \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                            \"correct_all_errors_in_order\": false,\n                            \"generate_shipping_labels_for_orders\": false,\n                            \"generate_invoices_for_dropship_orders\": false,\n                            \"can_vendor_enable_disable_product\": false,\n                            \"can_vendor_edit_quantity_product\": false,\n                            \"can_vendor_edit_weight_dimension_product\": false,\n                            \"can_vendor_edit_tax_product\": true,\n                            \"set_vendor_level_commission\": false,\n                            \"commission\": \"15\",\n                            \"discount_shared_by_vendor\": \"0\",\n                            \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"set_vendor_level_shared_discount\": false,\n                            \"set_vendor_level_commissoin_calculated_on\": false,\n                            \"use_shop_channel_values_to_set_commission\": false,\n                            \"can_vendor_generate_invoice\": true,\n                            \"can_vendor_process_shippings\": true,\n                            \"can_vendor_edit_hsn_tax\": true,\n                            \"can_vendor_add_courier_provider\": true,\n                            \"default_vendor_type\": \"marketplace\",\n                            \"no_of_deciaml_digits\": 2,\n                            \"credits\": 299956,\n                            \"plan_id\": 4,\n                            \"requested_plan_id\": null,\n                            \"override_invoice_permissions\": false,\n                            \"override_product_permissions\": false,\n                            \"override_order_routing_permissions\": false,\n                            \"override_shipping_permissions\": false,\n                            \"slug\": \"violetplants-212738\",\n                            \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"shipping_charge_commission_type\": \"fixed\",\n                            \"shipping_charge_commission\": 50,\n                            \"override_commission_calculated_tax_type\": false,\n                            \"override_shipping_charge_commission_type\": false,\n                            \"override_shipping_charge_commission\": 0,\n                            \"auto_email_to_vendor\": true,\n                            \"fixed_commission\": 10,\n                            \"service_charge\": 0,\n                            \"can_vendor_edit_price\": false,\n                            \"can_vendor_delete_product\": false,\n                            \"show_logo_in_awb\": false,\n                            \"hide_pick_address_in_awb\": false,\n                            \"hide_customer_info_in_awb\": true,\n                            \"hide_price_in_awb\": false,\n                            \"hide_customer_information_on_vendor_dashboards\": false,\n                            \"allow_merchant_to_generate_invoice\": false,\n                            \"show_merchant_logo_in_invoice\": true,\n                            \"locale\": \"en\",\n                            \"use_custom_waybill\": true,\n                            \"redirect_url\": \"dashboard\",\n                            \"invoice_state_code\": \"GJ\",\n                            \"invoice_country_code\": \"IN\",\n                            \"stripe_account_id\": null,\n                            \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                            \"enable_app_shipping_profile_on_shopify\": \"0\",\n                            \"policy\": null,\n                            \"css\": null,\n                            \"vendor_profile_color\": \"#f18024\",\n                            \"about_us\": null,\n                            \"facebook_link\": null,\n                            \"twitter_link\": null,\n                            \"instagram_link\": null,\n                            \"auto_fulfill_digital_orders\": true,\n                            \"use_default_warehouse_for_all_orders\": false,\n                            \"invoice_label_header_title\": null,\n                            \"invoice_place_of_supply\": null,\n                            \"invoice_cin_key_title\": null,\n                            \"invoice_cin\": null,\n                            \"give_vendor_access_to_merchant_shipper\": false,\n                            \"auto_generate_order_invoices_to_customers\": true,\n                            \"auto_email_order_invoices_to_customers\": true,\n                            \"treat_manual_payment_mode_as_cod\": false,\n                            \"fulfill_order_after_confirm\": false,\n                            \"add_notes_before_confirming_orders\": false,\n                            \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                            \"note_at_the_top_of_invoice\": null,\n                            \"vendor_shop_id\": null,\n                            \"vendor_category\": null,\n                            \"vendor_location\": null,\n                            \"short_description\": null,\n                            \"display_vendor_category\": true,\n                            \"display_vendor_location\": true,\n                            \"display_vendor_short_description\": true,\n                            \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                            \"sync_settings\": {\n                                \"update_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": true,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"create_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": true,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"override_product_status_at_create\": true,\n                                \"product_status\": \"as_per_vendor_product\",\n                                \"enable_order_sync\": true,\n                                \"push_only_if_order_paid\": false,\n                                \"push_unsynced_product_order\": true,\n                                \"auto_add_variant\": true,\n                                \"auto_remove_variant\": true,\n                                \"strictKeyCheck\": false,\n                                \"on_product_delete\": \"do_nothing\",\n                                \"on_product_unmapped\": \"do_nothing\",\n                                \"push_only_if_product_connected\": true\n                            },\n                            \"override_hide_customer_information_permissions\": false,\n                            \"can_vendor_cancel_an_order\": false,\n                            \"hide_shipping_charges\": false,\n                            \"add_insurance_to_shipment\": 0,\n                            \"meta_title\": null,\n                            \"registration_link\": null,\n                            \"auto_approval_of_products_from_vendor\": true,\n                            \"ignore_selling_price_for_commission\": 0,\n                            \"shipping_label_check\": {\n                                \"email\": false,\n                                \"phone\": false,\n                                \"address_line_1\": false,\n                                \"address_line_2\": false,\n                                \"address_line_1_minimum\": null,\n                                \"address_line_1_maximum\": null,\n                                \"address_line_2_minimum\": null,\n                                \"address_line_2_maximum\": null\n                            },\n                            \"shipping_label_size\": \"smalllabel\",\n                            \"paypal_email\": null,\n                            \"use_custom_email_driver\": true,\n                            \"ignore_order_splitting\": false,\n                            \"hide_customer_information_on_vendor_dashboard\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"hide_customer_information_in_awb\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false,\n                                \"line_items\": false,\n                                \"vendor_name\": false,\n                                \"sku\": false,\n                                \"weight_dimension\": false\n                            },\n                            \"hide_customer_information_in_invoice\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"vendor_profile_settings\": {\n                                \"seller_products_tab\": true,\n                                \"seller_policy_tab\": true,\n                                \"seller_contact_us_tab\": true,\n                                \"seller_events_tab\": true,\n                                \"seller_reviews_tab\": false,\n                                \"seller_about_us_tab\": true\n                            },\n                            \"challan_message_1\": null,\n                            \"challan_message_2\": null,\n                            \"challan_prefix\": \"Invoice\",\n                            \"challan_number_same_as_invoice_number\": true,\n                            \"default_label_size_for_all_vendors\": true,\n                            \"hide_customer_information_in_export\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"product_permissions\": null,\n                            \"hide_product_details_in_awb\": false,\n                            \"hide_invoice_details_in_awb\": false,\n                            \"company_note\": \"<p>sdfasdfab</p>\",\n                            \"meta_data\": \"[{\\\"uuid\\\":\\\"e95a7b2d-5210-4e7b-988f-7fbde7acf198\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/601990/dashboard-mockup-for-c2c.xlsx\\\",\\\"size\\\":102609,\\\"name\\\":\\\"Dashboard Mockup for C2C.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"50844059-549d-4bcc-88bf-a023fd46bd29\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/604572/28344-1690206866.xlsx\\\",\\\"size\\\":7389,\\\"name\\\":\\\"28344-1690206866.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3ad73d68-08a3-46b5-9afc-3d1ac5df398f\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655061/lable_cancelled_order_amazon.xlsx\\\",\\\"size\\\":26214,\\\"name\\\":\\\"Lable Cancelled Order Amazon.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                            \"color_theme_field\": \"light.blue\",\n                            \"change_tracking_url\": false,\n                            \"ship_to_address_as_merchants_default_warehouse\": false,\n                            \"can_vendor_hold_an_order\": false,\n                            \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                            \"allow_vendors_to_change_vendor_profile_details\": true,\n                            \"whatsapp_account\": \"use_company_account\",\n                            \"vendor_profile_theme_choosen\": \"theme-1\",\n                            \"whatsapp_credit\": 54,\n                            \"test_whatsapp_number\": \"+918849193468\",\n                            \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                            \"connected_vendor_shops\": [\n                                \"vendorsynctesting5.myshopify.com\",\n                                \"testing-for-vendorsync.myshopify.com\",\n                                \"purpleplants.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"test-store-webkul-112.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com/\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com\",\n                                \"channelteststore5.myshopify.com\",\n                                \"https://st-wpdemo.com/newtestclient/\",\n                                \"purpleplants.myshopify.com\",\n                                \"purpleplants.myshopify.com\"\n                            ],\n                            \"events\": null,\n                            \"commission_automation_set\": {\n                                \"commission_automation\": true,\n                                \"commission_automation_rules\": true,\n                                \"commission_automation_date_range\": true,\n                                \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                \"time_buffer_for_commission_automation\": \"4\",\n                                \"order_status_for_commission_automation\": \"pending\",\n                                \"invoice_number_for_commission_automation\": 277,\n                                \"date_Range_days_for_commission_automation\": \"4\"\n                            },\n                            \"auto_confirmation_using_tags_settings\": {\n                                \"tags_settings_status\": true,\n                                \"paid\": true,\n                                \"tags_for_paid\": [],\n                                \"cod_or_partially_paid\": false,\n                                \"tags_for_cod_or_partially_paid\": [],\n                                \"Exceptions_for_paid\": false,\n                                \"Exceptions_for_paid_tags\": [],\n                                \"Exceptions_for_cod_or_partially_paid\": false,\n                                \"Exceptions_for_cod_or_partially_paid_tags\": []\n                            },\n                            \"preferred_location\": null,\n                            \"email_credit\": 4853,\n                            \"global_commission\": \"15\",\n                            \"global_discount_shared_by_vendor\": \"0\",\n                            \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"global_shipping_charge_commission_type\": \"fixed\",\n                            \"global_shipping_charge_commission\": 50,\n                            \"global_fixed_commission\": 10,\n                            \"invoice_country_detail\": {\n                                \"id\": 98,\n                                \"name\": \"India\",\n                                \"code\": \"IN\",\n                                \"dial_code\": \"+91\",\n                                \"currency_name\": \"Indian rupee\",\n                                \"currency_symbol\": \"Rs.\",\n                                \"currency_code\": \"INR\",\n                                \"created_at\": null,\n                                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                \"name_with_symbole\": \"Indian rupee - Rs.\"\n                            },\n                            \"commission_tags\": {\n                                \"company_id\": 212738,\n                                \"override_commission\": true\n                            }\n                        }\n                    },\n                    \"tax\": null,\n                    \"inventory_item\": {\n                        \"id\": 13164409,\n                        \"sku\": \"NEW-DESTINATION\",\n                        \"requires_shipping\": true,\n                        \"cost\": \"10.00\",\n                        \"admin_graphql_api_id\": \"gid://shopify/InventoryItem/50352895164719\",\n                        \"created_at\": \"2023-12-21T11:03:58.000000Z\",\n                        \"updated_at\": \"2023-12-21T11:03:58.000000Z\",\n                        \"shop_id\": 4147,\n                        \"channel_id\": \"50352895164719\",\n                        \"variant_id\": null,\n                        \"channel\": null,\n                        \"country_harmonized_system_codes\": null,\n                        \"harmonized_system_code\": null,\n                        \"deleted_at\": null\n                    },\n                    \"product\": {\n                        \"id\": 8057554,\n                        \"product_type_id\": 145003,\n                        \"image_link\": null,\n                        \"images_link\": null,\n                        \"uploaded_images\": [],\n                        \"product_type_title\": \"Canvas\",\n                        \"variant_inventory_count\": {\n                            \"quantity\": 378,\n                            \"length\": 27\n                        },\n                        \"product_type\": {\n                            \"id\": 145003,\n                            \"channel\": \"shopify\",\n                            \"shop_id\": 4147,\n                            \"title\": \"Canvas\",\n                            \"commission\": null,\n                            \"created_at\": \"2023-11-30T06:49:18.000000Z\",\n                            \"updated_at\": \"2023-11-30T06:49:18.000000Z\",\n                            \"fixed_commission\": 0,\n                            \"override_commission\": false,\n                            \"companyObject\": {\n                                \"id\": 212738,\n                                \"company_name\": \"kapil\",\n                                \"brand_name\": \"violetplants\",\n                                \"company_logo\": null,\n                                \"contact_name\": null,\n                                \"phone_number\": null,\n                                \"email\": \"varshil.shipturtle@gmail.com\",\n                                \"address_line_1\": null,\n                                \"address_line_2\": \"gj 23\",\n                                \"pin_code\": \"380009\",\n                                \"city\": \"Ahmedabad\",\n                                \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                                \"updated_at\": \"2023-12-21T12:23:57.000000Z\",\n                                \"state_id\": null,\n                                \"gstin_number\": \"1234\",\n                                \"invoice_prefix\": \"Invoice\",\n                                \"starting_invoice_number\": \"22\",\n                                \"terms_and_conditions\": null,\n                                \"bank_account_beneficiary_name\": null,\n                                \"bank_account_name\": null,\n                                \"ifsc_code\": null,\n                                \"label_company_name\": null,\n                                \"label_contact_name\": null,\n                                \"label_phone\": null,\n                                \"label_email_address\": null,\n                                \"label_address_line_1\": null,\n                                \"label_address_line_2\": null,\n                                \"label_pin_code\": null,\n                                \"label_city\": null,\n                                \"label_state\": null,\n                                \"signature\": null,\n                                \"currency\": \"INR\",\n                                \"weight\": null,\n                                \"measurement\": null,\n                                \"gst_enabled\": true,\n                                \"override_channel_product_weight_enabled\": true,\n                                \"label_details_same_as_company\": true,\n                                \"multi_vendor_invoicing_enabled\": false,\n                                \"multi_vendor_shipping_enabled\": false,\n                                \"is_master\": \"1\",\n                                \"invoice_number_same_as_order_number\": true,\n                                \"enable_disable_cod_reconciliation\": true,\n                                \"enable_disable_freight_reconciliation\": true,\n                                \"cod_tolerance\": \"5\",\n                                \"freight_tolerance\": \"2\",\n                                \"is_multi_vendor_enabled\": true,\n                                \"invoice_message\": null,\n                                \"inclusive_exclusive\": null,\n                                \"is_tax_on_shipping\": \"no\",\n                                \"tax_on_shipping\": null,\n                                \"primary_color\": \"#222F3D\",\n                                \"secondary_color\": null,\n                                \"display_hsn\": true,\n                                \"website\": \"https://app.shipturtle.com/\",\n                                \"country\": \"IN\",\n                                \"type_of_vendor\": \"marketplace\",\n                                \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                                \"title\": \"violetplants\",\n                                \"parent_id\": 212738,\n                                \"extra_information\": null,\n                                \"invoice_date\": \"invoice_creation_date\",\n                                \"number_of_digits\": \"0\",\n                                \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                                \"created_by\": null,\n                                \"updated_by\": 28344,\n                                \"invoice_contact_name\": \"Hussain\",\n                                \"invoice_address_1\": \"dahod\",\n                                \"invoice_address_2\": \"dahod\",\n                                \"invoice_postal_code\": \"380005\",\n                                \"invoice_city\": \"Ahmedabad\",\n                                \"invoice_phone_number\": \"09173038104\",\n                                \"invoice_tin\": null,\n                                \"timezone\": \"America/Phoenix\",\n                                \"hand_delivered_enabled\": true,\n                                \"other_courier_partner_enabled\": true,\n                                \"billing_address_same_as_company_details\": false,\n                                \"deactivated_at\": null,\n                                \"state_code\": \"GJ\",\n                                \"automatically_sync_vendor_name_from_store\": true,\n                                \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                                \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                                \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                                \"correct_all_errors_in_order\": false,\n                                \"generate_shipping_labels_for_orders\": false,\n                                \"generate_invoices_for_dropship_orders\": false,\n                                \"can_vendor_enable_disable_product\": false,\n                                \"can_vendor_edit_quantity_product\": false,\n                                \"can_vendor_edit_weight_dimension_product\": false,\n                                \"can_vendor_edit_tax_product\": true,\n                                \"set_vendor_level_commission\": false,\n                                \"commission\": \"15\",\n                                \"discount_shared_by_vendor\": \"0\",\n                                \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                \"set_vendor_level_shared_discount\": false,\n                                \"set_vendor_level_commissoin_calculated_on\": false,\n                                \"use_shop_channel_values_to_set_commission\": false,\n                                \"can_vendor_generate_invoice\": true,\n                                \"can_vendor_process_shippings\": true,\n                                \"can_vendor_edit_hsn_tax\": true,\n                                \"can_vendor_add_courier_provider\": true,\n                                \"default_vendor_type\": \"marketplace\",\n                                \"no_of_deciaml_digits\": 2,\n                                \"credits\": 299956,\n                                \"plan_id\": 4,\n                                \"requested_plan_id\": null,\n                                \"override_invoice_permissions\": false,\n                                \"override_product_permissions\": false,\n                                \"override_order_routing_permissions\": false,\n                                \"override_shipping_permissions\": false,\n                                \"slug\": \"violetplants-212738\",\n                                \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                \"shipping_charge_commission_type\": \"fixed\",\n                                \"shipping_charge_commission\": 50,\n                                \"override_commission_calculated_tax_type\": false,\n                                \"override_shipping_charge_commission_type\": false,\n                                \"override_shipping_charge_commission\": 0,\n                                \"auto_email_to_vendor\": true,\n                                \"fixed_commission\": 10,\n                                \"service_charge\": 0,\n                                \"can_vendor_edit_price\": false,\n                                \"can_vendor_delete_product\": false,\n                                \"show_logo_in_awb\": false,\n                                \"hide_pick_address_in_awb\": false,\n                                \"hide_customer_info_in_awb\": true,\n                                \"hide_price_in_awb\": false,\n                                \"hide_customer_information_on_vendor_dashboards\": false,\n                                \"allow_merchant_to_generate_invoice\": false,\n                                \"show_merchant_logo_in_invoice\": true,\n                                \"locale\": \"en\",\n                                \"use_custom_waybill\": true,\n                                \"redirect_url\": \"dashboard\",\n                                \"invoice_state_code\": \"GJ\",\n                                \"invoice_country_code\": \"IN\",\n                                \"stripe_account_id\": null,\n                                \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                                \"enable_app_shipping_profile_on_shopify\": \"0\",\n                                \"policy\": null,\n                                \"css\": null,\n                                \"vendor_profile_color\": \"#f18024\",\n                                \"about_us\": null,\n                                \"facebook_link\": null,\n                                \"twitter_link\": null,\n                                \"instagram_link\": null,\n                                \"auto_fulfill_digital_orders\": true,\n                                \"use_default_warehouse_for_all_orders\": false,\n                                \"invoice_label_header_title\": null,\n                                \"invoice_place_of_supply\": null,\n                                \"invoice_cin_key_title\": null,\n                                \"invoice_cin\": null,\n                                \"give_vendor_access_to_merchant_shipper\": false,\n                                \"auto_generate_order_invoices_to_customers\": true,\n                                \"auto_email_order_invoices_to_customers\": true,\n                                \"treat_manual_payment_mode_as_cod\": false,\n                                \"fulfill_order_after_confirm\": false,\n                                \"add_notes_before_confirming_orders\": false,\n                                \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                                \"note_at_the_top_of_invoice\": null,\n                                \"vendor_shop_id\": null,\n                                \"vendor_category\": null,\n                                \"vendor_location\": null,\n                                \"short_description\": null,\n                                \"display_vendor_category\": true,\n                                \"display_vendor_location\": true,\n                                \"display_vendor_short_description\": true,\n                                \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                                \"sync_settings\": {\n                                    \"update_settings\": {\n                                        \"sku\": true,\n                                        \"tags\": true,\n                                        \"media\": true,\n                                        \"price\": true,\n                                        \"title\": true,\n                                        \"weight\": true,\n                                        \"barcode\": true,\n                                        \"quantity\": true,\n                                        \"description\": true,\n                                        \"product_type\": true,\n                                        \"variant_name\": true,\n                                        \"publish_status\": true,\n                                        \"compare_at_price\": true,\n                                        \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                    },\n                                    \"create_settings\": {\n                                        \"sku\": true,\n                                        \"tags\": true,\n                                        \"media\": true,\n                                        \"price\": true,\n                                        \"title\": true,\n                                        \"weight\": true,\n                                        \"barcode\": true,\n                                        \"quantity\": true,\n                                        \"description\": true,\n                                        \"product_type\": true,\n                                        \"variant_name\": true,\n                                        \"publish_status\": true,\n                                        \"compare_at_price\": true,\n                                        \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                    },\n                                    \"override_product_status_at_create\": true,\n                                    \"product_status\": \"as_per_vendor_product\",\n                                    \"enable_order_sync\": true,\n                                    \"push_only_if_order_paid\": false,\n                                    \"push_unsynced_product_order\": true,\n                                    \"auto_add_variant\": true,\n                                    \"auto_remove_variant\": true,\n                                    \"strictKeyCheck\": false,\n                                    \"on_product_delete\": \"do_nothing\",\n                                    \"on_product_unmapped\": \"do_nothing\",\n                                    \"push_only_if_product_connected\": true\n                                },\n                                \"override_hide_customer_information_permissions\": false,\n                                \"can_vendor_cancel_an_order\": false,\n                                \"hide_shipping_charges\": false,\n                                \"add_insurance_to_shipment\": 0,\n                                \"meta_title\": null,\n                                \"registration_link\": null,\n                                \"auto_approval_of_products_from_vendor\": true,\n                                \"ignore_selling_price_for_commission\": 0,\n                                \"shipping_label_check\": {\n                                    \"email\": false,\n                                    \"phone\": false,\n                                    \"address_line_1\": false,\n                                    \"address_line_2\": false,\n                                    \"address_line_1_minimum\": null,\n                                    \"address_line_1_maximum\": null,\n                                    \"address_line_2_minimum\": null,\n                                    \"address_line_2_maximum\": null\n                                },\n                                \"shipping_label_size\": \"smalllabel\",\n                                \"paypal_email\": null,\n                                \"use_custom_email_driver\": true,\n                                \"ignore_order_splitting\": false,\n                                \"hide_customer_information_on_vendor_dashboard\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false\n                                },\n                                \"hide_customer_information_in_awb\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false,\n                                    \"line_items\": false,\n                                    \"vendor_name\": false,\n                                    \"sku\": false,\n                                    \"weight_dimension\": false\n                                },\n                                \"hide_customer_information_in_invoice\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false\n                                },\n                                \"vendor_profile_settings\": {\n                                    \"seller_products_tab\": true,\n                                    \"seller_policy_tab\": true,\n                                    \"seller_contact_us_tab\": true,\n                                    \"seller_events_tab\": true,\n                                    \"seller_reviews_tab\": false,\n                                    \"seller_about_us_tab\": true\n                                },\n                                \"challan_message_1\": null,\n                                \"challan_message_2\": null,\n                                \"challan_prefix\": \"Invoice\",\n                                \"challan_number_same_as_invoice_number\": true,\n                                \"default_label_size_for_all_vendors\": true,\n                                \"hide_customer_information_in_export\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false\n                                },\n                                \"product_permissions\": null,\n                                \"hide_product_details_in_awb\": false,\n                                \"hide_invoice_details_in_awb\": false,\n                                \"company_note\": \"<p>sdfasdfab</p>\",\n                                \"meta_data\": \"[{\\\"uuid\\\":\\\"e95a7b2d-5210-4e7b-988f-7fbde7acf198\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/601990/dashboard-mockup-for-c2c.xlsx\\\",\\\"size\\\":102609,\\\"name\\\":\\\"Dashboard Mockup for C2C.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"50844059-549d-4bcc-88bf-a023fd46bd29\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/604572/28344-1690206866.xlsx\\\",\\\"size\\\":7389,\\\"name\\\":\\\"28344-1690206866.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3ad73d68-08a3-46b5-9afc-3d1ac5df398f\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655061/lable_cancelled_order_amazon.xlsx\\\",\\\"size\\\":26214,\\\"name\\\":\\\"Lable Cancelled Order Amazon.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                                \"color_theme_field\": \"light.blue\",\n                                \"change_tracking_url\": false,\n                                \"ship_to_address_as_merchants_default_warehouse\": false,\n                                \"can_vendor_hold_an_order\": false,\n                                \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                                \"allow_vendors_to_change_vendor_profile_details\": true,\n                                \"whatsapp_account\": \"use_company_account\",\n                                \"vendor_profile_theme_choosen\": \"theme-1\",\n                                \"whatsapp_credit\": 54,\n                                \"test_whatsapp_number\": \"+918849193468\",\n                                \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                                \"connected_vendor_shops\": [\n                                    \"vendorsynctesting5.myshopify.com\",\n                                    \"testing-for-vendorsync.myshopify.com\",\n                                    \"purpleplants.myshopify.com\",\n                                    \"https://st-wpdemo.com/\",\n                                    \"test-store-webkul-112.myshopify.com\",\n                                    \"https://st-wpdemo.com/\",\n                                    \"purpleplants.myshopify.com/\",\n                                    \"https://st-wpdemo.com/\",\n                                    \"purpleplants.myshopify.com\",\n                                    \"channelteststore5.myshopify.com\",\n                                    \"https://st-wpdemo.com/newtestclient/\",\n                                    \"purpleplants.myshopify.com\",\n                                    \"purpleplants.myshopify.com\"\n                                ],\n                                \"events\": null,\n                                \"commission_automation_set\": {\n                                    \"commission_automation\": true,\n                                    \"commission_automation_rules\": true,\n                                    \"commission_automation_date_range\": true,\n                                    \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                    \"time_buffer_for_commission_automation\": \"4\",\n                                    \"order_status_for_commission_automation\": \"pending\",\n                                    \"invoice_number_for_commission_automation\": 277,\n                                    \"date_Range_days_for_commission_automation\": \"4\"\n                                },\n                                \"auto_confirmation_using_tags_settings\": {\n                                    \"tags_settings_status\": true,\n                                    \"paid\": true,\n                                    \"tags_for_paid\": [],\n                                    \"cod_or_partially_paid\": false,\n                                    \"tags_for_cod_or_partially_paid\": [],\n                                    \"Exceptions_for_paid\": false,\n                                    \"Exceptions_for_paid_tags\": [],\n                                    \"Exceptions_for_cod_or_partially_paid\": false,\n                                    \"Exceptions_for_cod_or_partially_paid_tags\": []\n                                },\n                                \"preferred_location\": null,\n                                \"email_credit\": 4853,\n                                \"global_commission\": \"15\",\n                                \"global_discount_shared_by_vendor\": \"0\",\n                                \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                \"global_shipping_charge_commission_type\": \"fixed\",\n                                \"global_shipping_charge_commission\": 50,\n                                \"global_fixed_commission\": 10,\n                                \"invoice_country_detail\": {\n                                    \"id\": 98,\n                                    \"name\": \"India\",\n                                    \"code\": \"IN\",\n                                    \"dial_code\": \"+91\",\n                                    \"currency_name\": \"Indian rupee\",\n                                    \"currency_symbol\": \"Rs.\",\n                                    \"currency_code\": \"INR\",\n                                    \"created_at\": null,\n                                    \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                    \"name_with_symbole\": \"Indian rupee - Rs.\"\n                                },\n                                \"commission_tags\": {\n                                    \"company_id\": 212738,\n                                    \"override_commission\": true\n                                },\n                                \"parent\": {\n                                    \"id\": 212738,\n                                    \"company_name\": \"kapil\",\n                                    \"brand_name\": \"violetplants\",\n                                    \"company_logo\": null,\n                                    \"contact_name\": null,\n                                    \"phone_number\": null,\n                                    \"email\": \"varshil.shipturtle@gmail.com\",\n                                    \"address_line_1\": null,\n                                    \"address_line_2\": \"gj 23\",\n                                    \"pin_code\": \"380009\",\n                                    \"city\": \"Ahmedabad\",\n                                    \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                                    \"updated_at\": \"2023-12-21T12:23:57.000000Z\",\n                                    \"state_id\": null,\n                                    \"gstin_number\": \"1234\",\n                                    \"invoice_prefix\": \"Invoice\",\n                                    \"starting_invoice_number\": \"22\",\n                                    \"terms_and_conditions\": null,\n                                    \"bank_account_beneficiary_name\": null,\n                                    \"bank_account_name\": null,\n                                    \"ifsc_code\": null,\n                                    \"label_company_name\": null,\n                                    \"label_contact_name\": null,\n                                    \"label_phone\": null,\n                                    \"label_email_address\": null,\n                                    \"label_address_line_1\": null,\n                                    \"label_address_line_2\": null,\n                                    \"label_pin_code\": null,\n                                    \"label_city\": null,\n                                    \"label_state\": null,\n                                    \"signature\": null,\n                                    \"currency\": \"INR\",\n                                    \"weight\": null,\n                                    \"measurement\": null,\n                                    \"gst_enabled\": true,\n                                    \"override_channel_product_weight_enabled\": true,\n                                    \"label_details_same_as_company\": true,\n                                    \"multi_vendor_invoicing_enabled\": false,\n                                    \"multi_vendor_shipping_enabled\": false,\n                                    \"is_master\": \"1\",\n                                    \"invoice_number_same_as_order_number\": true,\n                                    \"enable_disable_cod_reconciliation\": true,\n                                    \"enable_disable_freight_reconciliation\": true,\n                                    \"cod_tolerance\": \"5\",\n                                    \"freight_tolerance\": \"2\",\n                                    \"is_multi_vendor_enabled\": true,\n                                    \"invoice_message\": null,\n                                    \"inclusive_exclusive\": null,\n                                    \"is_tax_on_shipping\": \"no\",\n                                    \"tax_on_shipping\": null,\n                                    \"primary_color\": \"#222F3D\",\n                                    \"secondary_color\": null,\n                                    \"display_hsn\": true,\n                                    \"website\": \"https://app.shipturtle.com/\",\n                                    \"country\": \"IN\",\n                                    \"type_of_vendor\": \"marketplace\",\n                                    \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                                    \"title\": \"violetplants\",\n                                    \"parent_id\": 212738,\n                                    \"extra_information\": null,\n                                    \"invoice_date\": \"invoice_creation_date\",\n                                    \"number_of_digits\": \"0\",\n                                    \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                                    \"created_by\": null,\n                                    \"updated_by\": 28344,\n                                    \"invoice_contact_name\": \"Hussain\",\n                                    \"invoice_address_1\": \"dahod\",\n                                    \"invoice_address_2\": \"dahod\",\n                                    \"invoice_postal_code\": \"380005\",\n                                    \"invoice_city\": \"Ahmedabad\",\n                                    \"invoice_phone_number\": \"09173038104\",\n                                    \"invoice_tin\": null,\n                                    \"timezone\": \"America/Phoenix\",\n                                    \"hand_delivered_enabled\": true,\n                                    \"other_courier_partner_enabled\": true,\n                                    \"billing_address_same_as_company_details\": false,\n                                    \"deactivated_at\": null,\n                                    \"state_code\": \"GJ\",\n                                    \"automatically_sync_vendor_name_from_store\": true,\n                                    \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                                    \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                                    \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                                    \"correct_all_errors_in_order\": false,\n                                    \"generate_shipping_labels_for_orders\": false,\n                                    \"generate_invoices_for_dropship_orders\": false,\n                                    \"can_vendor_enable_disable_product\": false,\n                                    \"can_vendor_edit_quantity_product\": false,\n                                    \"can_vendor_edit_weight_dimension_product\": false,\n                                    \"can_vendor_edit_tax_product\": true,\n                                    \"set_vendor_level_commission\": false,\n                                    \"commission\": \"15\",\n                                    \"discount_shared_by_vendor\": \"0\",\n                                    \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                    \"set_vendor_level_shared_discount\": false,\n                                    \"set_vendor_level_commissoin_calculated_on\": false,\n                                    \"use_shop_channel_values_to_set_commission\": false,\n                                    \"can_vendor_generate_invoice\": true,\n                                    \"can_vendor_process_shippings\": true,\n                                    \"can_vendor_edit_hsn_tax\": true,\n                                    \"can_vendor_add_courier_provider\": true,\n                                    \"default_vendor_type\": \"marketplace\",\n                                    \"no_of_deciaml_digits\": 2,\n                                    \"credits\": 299956,\n                                    \"plan_id\": 4,\n                                    \"requested_plan_id\": null,\n                                    \"override_invoice_permissions\": false,\n                                    \"override_product_permissions\": false,\n                                    \"override_order_routing_permissions\": false,\n                                    \"override_shipping_permissions\": false,\n                                    \"slug\": \"violetplants-212738\",\n                                    \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                    \"shipping_charge_commission_type\": \"fixed\",\n                                    \"shipping_charge_commission\": 50,\n                                    \"override_commission_calculated_tax_type\": false,\n                                    \"override_shipping_charge_commission_type\": false,\n                                    \"override_shipping_charge_commission\": 0,\n                                    \"auto_email_to_vendor\": true,\n                                    \"fixed_commission\": 10,\n                                    \"service_charge\": 0,\n                                    \"can_vendor_edit_price\": false,\n                                    \"can_vendor_delete_product\": false,\n                                    \"show_logo_in_awb\": false,\n                                    \"hide_pick_address_in_awb\": false,\n                                    \"hide_customer_info_in_awb\": true,\n                                    \"hide_price_in_awb\": false,\n                                    \"hide_customer_information_on_vendor_dashboards\": false,\n                                    \"allow_merchant_to_generate_invoice\": false,\n                                    \"show_merchant_logo_in_invoice\": true,\n                                    \"locale\": \"en\",\n                                    \"use_custom_waybill\": true,\n                                    \"redirect_url\": \"dashboard\",\n                                    \"invoice_state_code\": \"GJ\",\n                                    \"invoice_country_code\": \"IN\",\n                                    \"stripe_account_id\": null,\n                                    \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                                    \"enable_app_shipping_profile_on_shopify\": \"0\",\n                                    \"policy\": null,\n                                    \"css\": null,\n                                    \"vendor_profile_color\": \"#f18024\",\n                                    \"about_us\": null,\n                                    \"facebook_link\": null,\n                                    \"twitter_link\": null,\n                                    \"instagram_link\": null,\n                                    \"auto_fulfill_digital_orders\": true,\n                                    \"use_default_warehouse_for_all_orders\": false,\n                                    \"invoice_label_header_title\": null,\n                                    \"invoice_place_of_supply\": null,\n                                    \"invoice_cin_key_title\": null,\n                                    \"invoice_cin\": null,\n                                    \"give_vendor_access_to_merchant_shipper\": false,\n                                    \"auto_generate_order_invoices_to_customers\": true,\n                                    \"auto_email_order_invoices_to_customers\": true,\n                                    \"treat_manual_payment_mode_as_cod\": false,\n                                    \"fulfill_order_after_confirm\": false,\n                                    \"add_notes_before_confirming_orders\": false,\n                                    \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                                    \"note_at_the_top_of_invoice\": null,\n                                    \"vendor_shop_id\": null,\n                                    \"vendor_category\": null,\n                                    \"vendor_location\": null,\n                                    \"short_description\": null,\n                                    \"display_vendor_category\": true,\n                                    \"display_vendor_location\": true,\n                                    \"display_vendor_short_description\": true,\n                                    \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                                    \"sync_settings\": {\n                                        \"update_settings\": {\n                                            \"sku\": true,\n                                            \"tags\": true,\n                                            \"media\": true,\n                                            \"price\": true,\n                                            \"title\": true,\n                                            \"weight\": true,\n                                            \"barcode\": true,\n                                            \"quantity\": true,\n                                            \"description\": true,\n                                            \"product_type\": true,\n                                            \"variant_name\": true,\n                                            \"publish_status\": true,\n                                            \"compare_at_price\": true,\n                                            \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                        },\n                                        \"create_settings\": {\n                                            \"sku\": true,\n                                            \"tags\": true,\n                                            \"media\": true,\n                                            \"price\": true,\n                                            \"title\": true,\n                                            \"weight\": true,\n                                            \"barcode\": true,\n                                            \"quantity\": true,\n                                            \"description\": true,\n                                            \"product_type\": true,\n                                            \"variant_name\": true,\n                                            \"publish_status\": true,\n                                            \"compare_at_price\": true,\n                                            \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                        },\n                                        \"override_product_status_at_create\": true,\n                                        \"product_status\": \"as_per_vendor_product\",\n                                        \"enable_order_sync\": true,\n                                        \"push_only_if_order_paid\": false,\n                                        \"push_unsynced_product_order\": true,\n                                        \"auto_add_variant\": true,\n                                        \"auto_remove_variant\": true,\n                                        \"strictKeyCheck\": false,\n                                        \"on_product_delete\": \"do_nothing\",\n                                        \"on_product_unmapped\": \"do_nothing\",\n                                        \"push_only_if_product_connected\": true\n                                    },\n                                    \"override_hide_customer_information_permissions\": false,\n                                    \"can_vendor_cancel_an_order\": false,\n                                    \"hide_shipping_charges\": false,\n                                    \"add_insurance_to_shipment\": 0,\n                                    \"meta_title\": null,\n                                    \"registration_link\": null,\n                                    \"auto_approval_of_products_from_vendor\": true,\n                                    \"ignore_selling_price_for_commission\": 0,\n                                    \"shipping_label_check\": {\n                                        \"email\": false,\n                                        \"phone\": false,\n                                        \"address_line_1\": false,\n                                        \"address_line_2\": false,\n                                        \"address_line_1_minimum\": null,\n                                        \"address_line_1_maximum\": null,\n                                        \"address_line_2_minimum\": null,\n                                        \"address_line_2_maximum\": null\n                                    },\n                                    \"shipping_label_size\": \"smalllabel\",\n                                    \"paypal_email\": null,\n                                    \"use_custom_email_driver\": true,\n                                    \"ignore_order_splitting\": false,\n                                    \"hide_customer_information_on_vendor_dashboard\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false\n                                    },\n                                    \"hide_customer_information_in_awb\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false,\n                                        \"line_items\": false,\n                                        \"vendor_name\": false,\n                                        \"sku\": false,\n                                        \"weight_dimension\": false\n                                    },\n                                    \"hide_customer_information_in_invoice\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false\n                                    },\n                                    \"vendor_profile_settings\": {\n                                        \"seller_products_tab\": true,\n                                        \"seller_policy_tab\": true,\n                                        \"seller_contact_us_tab\": true,\n                                        \"seller_events_tab\": true,\n                                        \"seller_reviews_tab\": false,\n                                        \"seller_about_us_tab\": true\n                                    },\n                                    \"challan_message_1\": null,\n                                    \"challan_message_2\": null,\n                                    \"challan_prefix\": \"Invoice\",\n                                    \"challan_number_same_as_invoice_number\": true,\n                                    \"default_label_size_for_all_vendors\": true,\n                                    \"hide_customer_information_in_export\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false\n                                    },\n                                    \"product_permissions\": null,\n                                    \"hide_product_details_in_awb\": false,\n                                    \"hide_invoice_details_in_awb\": false,\n                                    \"company_note\": \"<p>sdfasdfab</p>\",\n                                    \"meta_data\": \"[{\\\"uuid\\\":\\\"e95a7b2d-5210-4e7b-988f-7fbde7acf198\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/601990/dashboard-mockup-for-c2c.xlsx\\\",\\\"size\\\":102609,\\\"name\\\":\\\"Dashboard Mockup for C2C.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"50844059-549d-4bcc-88bf-a023fd46bd29\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/604572/28344-1690206866.xlsx\\\",\\\"size\\\":7389,\\\"name\\\":\\\"28344-1690206866.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3ad73d68-08a3-46b5-9afc-3d1ac5df398f\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655061/lable_cancelled_order_amazon.xlsx\\\",\\\"size\\\":26214,\\\"name\\\":\\\"Lable Cancelled Order Amazon.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                                    \"color_theme_field\": \"light.blue\",\n                                    \"change_tracking_url\": false,\n                                    \"ship_to_address_as_merchants_default_warehouse\": false,\n                                    \"can_vendor_hold_an_order\": false,\n                                    \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                                    \"allow_vendors_to_change_vendor_profile_details\": true,\n                                    \"whatsapp_account\": \"use_company_account\",\n                                    \"vendor_profile_theme_choosen\": \"theme-1\",\n                                    \"whatsapp_credit\": 54,\n                                    \"test_whatsapp_number\": \"+918849193468\",\n                                    \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                                    \"connected_vendor_shops\": [\n                                        \"vendorsynctesting5.myshopify.com\",\n                                        \"testing-for-vendorsync.myshopify.com\",\n                                        \"purpleplants.myshopify.com\",\n                                        \"https://st-wpdemo.com/\",\n                                        \"test-store-webkul-112.myshopify.com\",\n                                        \"https://st-wpdemo.com/\",\n                                        \"purpleplants.myshopify.com/\",\n                                        \"https://st-wpdemo.com/\",\n                                        \"purpleplants.myshopify.com\",\n                                        \"channelteststore5.myshopify.com\",\n                                        \"https://st-wpdemo.com/newtestclient/\",\n                                        \"purpleplants.myshopify.com\",\n                                        \"purpleplants.myshopify.com\"\n                                    ],\n                                    \"events\": null,\n                                    \"commission_automation_set\": {\n                                        \"commission_automation\": true,\n                                        \"commission_automation_rules\": true,\n                                        \"commission_automation_date_range\": true,\n                                        \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                        \"time_buffer_for_commission_automation\": \"4\",\n                                        \"order_status_for_commission_automation\": \"pending\",\n                                        \"invoice_number_for_commission_automation\": 277,\n                                        \"date_Range_days_for_commission_automation\": \"4\"\n                                    },\n                                    \"auto_confirmation_using_tags_settings\": {\n                                        \"tags_settings_status\": true,\n                                        \"paid\": true,\n                                        \"tags_for_paid\": [],\n                                        \"cod_or_partially_paid\": false,\n                                        \"tags_for_cod_or_partially_paid\": [],\n                                        \"Exceptions_for_paid\": false,\n                                        \"Exceptions_for_paid_tags\": [],\n                                        \"Exceptions_for_cod_or_partially_paid\": false,\n                                        \"Exceptions_for_cod_or_partially_paid_tags\": []\n                                    },\n                                    \"preferred_location\": null,\n                                    \"email_credit\": 4853,\n                                    \"global_commission\": \"15\",\n                                    \"global_discount_shared_by_vendor\": \"0\",\n                                    \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                    \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                    \"global_shipping_charge_commission_type\": \"fixed\",\n                                    \"global_shipping_charge_commission\": 50,\n                                    \"global_fixed_commission\": 10,\n                                    \"invoice_country_detail\": {\n                                        \"id\": 98,\n                                        \"name\": \"India\",\n                                        \"code\": \"IN\",\n                                        \"dial_code\": \"+91\",\n                                        \"currency_name\": \"Indian rupee\",\n                                        \"currency_symbol\": \"Rs.\",\n                                        \"currency_code\": \"INR\",\n                                        \"created_at\": null,\n                                        \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                        \"name_with_symbole\": \"Indian rupee - Rs.\"\n                                    },\n                                    \"commission_tags\": {\n                                        \"company_id\": 212738,\n                                        \"override_commission\": true\n                                    }\n                                }\n                            },\n                            \"overridden_commission_level\": \"global\",\n                            \"overridden_commission\": \"15\",\n                            \"overridden_fixed_commission\": 10,\n                            \"global_commission_level\": \"global\",\n                            \"global_commission\": \"15\",\n                            \"global_fixed_commission\": 10\n                        },\n                        \"media\": []\n                    },\n                    \"alien_variant\": null\n                },\n                {\n                    \"id\": 22397105,\n                    \"commission\": null,\n                    \"fixed_commission\": 0,\n                    \"company_id\": 212738,\n                    \"product_id\": 8057554,\n                    \"image\": null,\n                    \"channel_variant_id\": \"22530939\",\n                    \"compare_at_price\": \"0.00\",\n                    \"deleted_at\": null,\n                    \"deactivated_at\": true,\n                    \"grams\": \"0\",\n                    \"height\": null,\n                    \"image_id\": null,\n                    \"inventory_item_id\": \"50352895197487\",\n                    \"inventory_management\": \"shopify\",\n                    \"inventory_policy\": \"deny\",\n                    \"inventory_quantity\": \"25\",\n                    \"length\": null,\n                    \"old_inventory_quantity\": null,\n                    \"option1\": \"GREEN\",\n                    \"option2\": \"S\",\n                    \"option3\": \"Title3\",\n                    \"price\": \"2010.00\",\n                    \"provider\": null,\n                    \"requires_shipping\": null,\n                    \"shop_id\": 4147,\n                    \"sku\": \"NEW-DESTINATION\",\n                    \"tax_id\": null,\n                    \"title\": \"GREEN / S / Title3\",\n                    \"updated_at\": \"2023-12-21T11:03:57.000000Z\",\n                    \"weight\": \"0\",\n                    \"weight_unit\": \"kg\",\n                    \"width\": null,\n                    \"parent_id\": 212738,\n                    \"override_commission\": false,\n                    \"vendor_shop_variant_id\": null,\n                    \"barcode\": \"\",\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/48308473790767\",\n                    \"overridden_commission_level\": \"global\",\n                    \"overridden_commission\": \"15\",\n                    \"overridden_fixed_commission\": 10,\n                    \"file_history\": null,\n                    \"company\": {\n                        \"id\": 212738,\n                        \"title\": \"violetplants\",\n                        \"parent_id\": 212738,\n                        \"commission\": \"15\",\n                        \"fixed_commission\": 10,\n                        \"set_vendor_level_commission\": false,\n                        \"global_commission\": \"15\",\n                        \"global_discount_shared_by_vendor\": \"0\",\n                        \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                        \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                        \"global_shipping_charge_commission_type\": \"fixed\",\n                        \"global_shipping_charge_commission\": 50,\n                        \"global_fixed_commission\": 10,\n                        \"invoice_country_detail\": null,\n                        \"commission_tags\": {\n                            \"company_id\": 212738,\n                            \"override_commission\": true\n                        },\n                        \"parent\": {\n                            \"id\": 212738,\n                            \"company_name\": \"kapil\",\n                            \"brand_name\": \"violetplants\",\n                            \"company_logo\": null,\n                            \"contact_name\": null,\n                            \"phone_number\": null,\n                            \"email\": \"varshil.shipturtle@gmail.com\",\n                            \"address_line_1\": null,\n                            \"address_line_2\": \"gj 23\",\n                            \"pin_code\": \"380009\",\n                            \"city\": \"Ahmedabad\",\n                            \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                            \"updated_at\": \"2023-12-21T12:23:57.000000Z\",\n                            \"state_id\": null,\n                            \"gstin_number\": \"1234\",\n                            \"invoice_prefix\": \"Invoice\",\n                            \"starting_invoice_number\": \"22\",\n                            \"terms_and_conditions\": null,\n                            \"bank_account_beneficiary_name\": null,\n                            \"bank_account_name\": null,\n                            \"ifsc_code\": null,\n                            \"label_company_name\": null,\n                            \"label_contact_name\": null,\n                            \"label_phone\": null,\n                            \"label_email_address\": null,\n                            \"label_address_line_1\": null,\n                            \"label_address_line_2\": null,\n                            \"label_pin_code\": null,\n                            \"label_city\": null,\n                            \"label_state\": null,\n                            \"signature\": null,\n                            \"currency\": \"INR\",\n                            \"weight\": null,\n                            \"measurement\": null,\n                            \"gst_enabled\": true,\n                            \"override_channel_product_weight_enabled\": true,\n                            \"label_details_same_as_company\": true,\n                            \"multi_vendor_invoicing_enabled\": false,\n                            \"multi_vendor_shipping_enabled\": false,\n                            \"is_master\": \"1\",\n                            \"invoice_number_same_as_order_number\": true,\n                            \"enable_disable_cod_reconciliation\": true,\n                            \"enable_disable_freight_reconciliation\": true,\n                            \"cod_tolerance\": \"5\",\n                            \"freight_tolerance\": \"2\",\n                            \"is_multi_vendor_enabled\": true,\n                            \"invoice_message\": null,\n                            \"inclusive_exclusive\": null,\n                            \"is_tax_on_shipping\": \"no\",\n                            \"tax_on_shipping\": null,\n                            \"primary_color\": \"#222F3D\",\n                            \"secondary_color\": null,\n                            \"display_hsn\": true,\n                            \"website\": \"https://app.shipturtle.com/\",\n                            \"country\": \"IN\",\n                            \"type_of_vendor\": \"marketplace\",\n                            \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                            \"title\": \"violetplants\",\n                            \"parent_id\": 212738,\n                            \"extra_information\": null,\n                            \"invoice_date\": \"invoice_creation_date\",\n                            \"number_of_digits\": \"0\",\n                            \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                            \"created_by\": null,\n                            \"updated_by\": 28344,\n                            \"invoice_contact_name\": \"Hussain\",\n                            \"invoice_address_1\": \"dahod\",\n                            \"invoice_address_2\": \"dahod\",\n                            \"invoice_postal_code\": \"380005\",\n                            \"invoice_city\": \"Ahmedabad\",\n                            \"invoice_phone_number\": \"09173038104\",\n                            \"invoice_tin\": null,\n                            \"timezone\": \"America/Phoenix\",\n                            \"hand_delivered_enabled\": true,\n                            \"other_courier_partner_enabled\": true,\n                            \"billing_address_same_as_company_details\": false,\n                            \"deactivated_at\": null,\n                            \"state_code\": \"GJ\",\n                            \"automatically_sync_vendor_name_from_store\": true,\n                            \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                            \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                            \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                            \"correct_all_errors_in_order\": false,\n                            \"generate_shipping_labels_for_orders\": false,\n                            \"generate_invoices_for_dropship_orders\": false,\n                            \"can_vendor_enable_disable_product\": false,\n                            \"can_vendor_edit_quantity_product\": false,\n                            \"can_vendor_edit_weight_dimension_product\": false,\n                            \"can_vendor_edit_tax_product\": true,\n                            \"set_vendor_level_commission\": false,\n                            \"commission\": \"15\",\n                            \"discount_shared_by_vendor\": \"0\",\n                            \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"set_vendor_level_shared_discount\": false,\n                            \"set_vendor_level_commissoin_calculated_on\": false,\n                            \"use_shop_channel_values_to_set_commission\": false,\n                            \"can_vendor_generate_invoice\": true,\n                            \"can_vendor_process_shippings\": true,\n                            \"can_vendor_edit_hsn_tax\": true,\n                            \"can_vendor_add_courier_provider\": true,\n                            \"default_vendor_type\": \"marketplace\",\n                            \"no_of_deciaml_digits\": 2,\n                            \"credits\": 299956,\n                            \"plan_id\": 4,\n                            \"requested_plan_id\": null,\n                            \"override_invoice_permissions\": false,\n                            \"override_product_permissions\": false,\n                            \"override_order_routing_permissions\": false,\n                            \"override_shipping_permissions\": false,\n                            \"slug\": \"violetplants-212738\",\n                            \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"shipping_charge_commission_type\": \"fixed\",\n                            \"shipping_charge_commission\": 50,\n                            \"override_commission_calculated_tax_type\": false,\n                            \"override_shipping_charge_commission_type\": false,\n                            \"override_shipping_charge_commission\": 0,\n                            \"auto_email_to_vendor\": true,\n                            \"fixed_commission\": 10,\n                            \"service_charge\": 0,\n                            \"can_vendor_edit_price\": false,\n                            \"can_vendor_delete_product\": false,\n                            \"show_logo_in_awb\": false,\n                            \"hide_pick_address_in_awb\": false,\n                            \"hide_customer_info_in_awb\": true,\n                            \"hide_price_in_awb\": false,\n                            \"hide_customer_information_on_vendor_dashboards\": false,\n                            \"allow_merchant_to_generate_invoice\": false,\n                            \"show_merchant_logo_in_invoice\": true,\n                            \"locale\": \"en\",\n                            \"use_custom_waybill\": true,\n                            \"redirect_url\": \"dashboard\",\n                            \"invoice_state_code\": \"GJ\",\n                            \"invoice_country_code\": \"IN\",\n                            \"stripe_account_id\": null,\n                            \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                            \"enable_app_shipping_profile_on_shopify\": \"0\",\n                            \"policy\": null,\n                            \"css\": null,\n                            \"vendor_profile_color\": \"#f18024\",\n                            \"about_us\": null,\n                            \"facebook_link\": null,\n                            \"twitter_link\": null,\n                            \"instagram_link\": null,\n                            \"auto_fulfill_digital_orders\": true,\n                            \"use_default_warehouse_for_all_orders\": false,\n                            \"invoice_label_header_title\": null,\n                            \"invoice_place_of_supply\": null,\n                            \"invoice_cin_key_title\": null,\n                            \"invoice_cin\": null,\n                            \"give_vendor_access_to_merchant_shipper\": false,\n                            \"auto_generate_order_invoices_to_customers\": true,\n                            \"auto_email_order_invoices_to_customers\": true,\n                            \"treat_manual_payment_mode_as_cod\": false,\n                            \"fulfill_order_after_confirm\": false,\n                            \"add_notes_before_confirming_orders\": false,\n                            \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                            \"note_at_the_top_of_invoice\": null,\n                            \"vendor_shop_id\": null,\n                            \"vendor_category\": null,\n                            \"vendor_location\": null,\n                            \"short_description\": null,\n                            \"display_vendor_category\": true,\n                            \"display_vendor_location\": true,\n                            \"display_vendor_short_description\": true,\n                            \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                            \"sync_settings\": {\n                                \"update_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": true,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"create_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": true,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"override_product_status_at_create\": true,\n                                \"product_status\": \"as_per_vendor_product\",\n                                \"enable_order_sync\": true,\n                                \"push_only_if_order_paid\": false,\n                                \"push_unsynced_product_order\": true,\n                                \"auto_add_variant\": true,\n                                \"auto_remove_variant\": true,\n                                \"strictKeyCheck\": false,\n                                \"on_product_delete\": \"do_nothing\",\n                                \"on_product_unmapped\": \"do_nothing\",\n                                \"push_only_if_product_connected\": true\n                            },\n                            \"override_hide_customer_information_permissions\": false,\n                            \"can_vendor_cancel_an_order\": false,\n                            \"hide_shipping_charges\": false,\n                            \"add_insurance_to_shipment\": 0,\n                            \"meta_title\": null,\n                            \"registration_link\": null,\n                            \"auto_approval_of_products_from_vendor\": true,\n                            \"ignore_selling_price_for_commission\": 0,\n                            \"shipping_label_check\": {\n                                \"email\": false,\n                                \"phone\": false,\n                                \"address_line_1\": false,\n                                \"address_line_2\": false,\n                                \"address_line_1_minimum\": null,\n                                \"address_line_1_maximum\": null,\n                                \"address_line_2_minimum\": null,\n                                \"address_line_2_maximum\": null\n                            },\n                            \"shipping_label_size\": \"smalllabel\",\n                            \"paypal_email\": null,\n                            \"use_custom_email_driver\": true,\n                            \"ignore_order_splitting\": false,\n                            \"hide_customer_information_on_vendor_dashboard\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"hide_customer_information_in_awb\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false,\n                                \"line_items\": false,\n                                \"vendor_name\": false,\n                                \"sku\": false,\n                                \"weight_dimension\": false\n                            },\n                            \"hide_customer_information_in_invoice\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"vendor_profile_settings\": {\n                                \"seller_products_tab\": true,\n                                \"seller_policy_tab\": true,\n                                \"seller_contact_us_tab\": true,\n                                \"seller_events_tab\": true,\n                                \"seller_reviews_tab\": false,\n                                \"seller_about_us_tab\": true\n                            },\n                            \"challan_message_1\": null,\n                            \"challan_message_2\": null,\n                            \"challan_prefix\": \"Invoice\",\n                            \"challan_number_same_as_invoice_number\": true,\n                            \"default_label_size_for_all_vendors\": true,\n                            \"hide_customer_information_in_export\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"product_permissions\": null,\n                            \"hide_product_details_in_awb\": false,\n                            \"hide_invoice_details_in_awb\": false,\n                            \"company_note\": \"<p>sdfasdfab</p>\",\n                            \"meta_data\": \"[{\\\"uuid\\\":\\\"e95a7b2d-5210-4e7b-988f-7fbde7acf198\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/601990/dashboard-mockup-for-c2c.xlsx\\\",\\\"size\\\":102609,\\\"name\\\":\\\"Dashboard Mockup for C2C.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"50844059-549d-4bcc-88bf-a023fd46bd29\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/604572/28344-1690206866.xlsx\\\",\\\"size\\\":7389,\\\"name\\\":\\\"28344-1690206866.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3ad73d68-08a3-46b5-9afc-3d1ac5df398f\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655061/lable_cancelled_order_amazon.xlsx\\\",\\\"size\\\":26214,\\\"name\\\":\\\"Lable Cancelled Order Amazon.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                            \"color_theme_field\": \"light.blue\",\n                            \"change_tracking_url\": false,\n                            \"ship_to_address_as_merchants_default_warehouse\": false,\n                            \"can_vendor_hold_an_order\": false,\n                            \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                            \"allow_vendors_to_change_vendor_profile_details\": true,\n                            \"whatsapp_account\": \"use_company_account\",\n                            \"vendor_profile_theme_choosen\": \"theme-1\",\n                            \"whatsapp_credit\": 54,\n                            \"test_whatsapp_number\": \"+918849193468\",\n                            \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                            \"connected_vendor_shops\": [\n                                \"vendorsynctesting5.myshopify.com\",\n                                \"testing-for-vendorsync.myshopify.com\",\n                                \"purpleplants.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"test-store-webkul-112.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com/\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com\",\n                                \"channelteststore5.myshopify.com\",\n                                \"https://st-wpdemo.com/newtestclient/\",\n                                \"purpleplants.myshopify.com\",\n                                \"purpleplants.myshopify.com\"\n                            ],\n                            \"events\": null,\n                            \"commission_automation_set\": {\n                                \"commission_automation\": true,\n                                \"commission_automation_rules\": true,\n                                \"commission_automation_date_range\": true,\n                                \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                \"time_buffer_for_commission_automation\": \"4\",\n                                \"order_status_for_commission_automation\": \"pending\",\n                                \"invoice_number_for_commission_automation\": 277,\n                                \"date_Range_days_for_commission_automation\": \"4\"\n                            },\n                            \"auto_confirmation_using_tags_settings\": {\n                                \"tags_settings_status\": true,\n                                \"paid\": true,\n                                \"tags_for_paid\": [],\n                                \"cod_or_partially_paid\": false,\n                                \"tags_for_cod_or_partially_paid\": [],\n                                \"Exceptions_for_paid\": false,\n                                \"Exceptions_for_paid_tags\": [],\n                                \"Exceptions_for_cod_or_partially_paid\": false,\n                                \"Exceptions_for_cod_or_partially_paid_tags\": []\n                            },\n                            \"preferred_location\": null,\n                            \"email_credit\": 4853,\n                            \"global_commission\": \"15\",\n                            \"global_discount_shared_by_vendor\": \"0\",\n                            \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"global_shipping_charge_commission_type\": \"fixed\",\n                            \"global_shipping_charge_commission\": 50,\n                            \"global_fixed_commission\": 10,\n                            \"invoice_country_detail\": {\n                                \"id\": 98,\n                                \"name\": \"India\",\n                                \"code\": \"IN\",\n                                \"dial_code\": \"+91\",\n                                \"currency_name\": \"Indian rupee\",\n                                \"currency_symbol\": \"Rs.\",\n                                \"currency_code\": \"INR\",\n                                \"created_at\": null,\n                                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                \"name_with_symbole\": \"Indian rupee - Rs.\"\n                            },\n                            \"commission_tags\": {\n                                \"company_id\": 212738,\n                                \"override_commission\": true\n                            }\n                        }\n                    },\n                    \"tax\": null,\n                    \"inventory_item\": {\n                        \"id\": 13164391,\n                        \"sku\": \"NEW-DESTINATION\",\n                        \"requires_shipping\": true,\n                        \"cost\": \"10.00\",\n                        \"admin_graphql_api_id\": \"gid://shopify/InventoryItem/50352895197487\",\n                        \"created_at\": \"2023-12-21T11:03:56.000000Z\",\n                        \"updated_at\": \"2023-12-21T11:03:56.000000Z\",\n                        \"shop_id\": 4147,\n                        \"channel_id\": \"50352895197487\",\n                        \"variant_id\": null,\n                        \"channel\": null,\n                        \"country_harmonized_system_codes\": null,\n                        \"harmonized_system_code\": null,\n                        \"deleted_at\": null\n                    },\n                    \"product\": {\n                        \"id\": 8057554,\n                        \"product_type_id\": 145003,\n                        \"image_link\": null,\n                        \"images_link\": null,\n                        \"uploaded_images\": [],\n                        \"product_type_title\": \"Canvas\",\n                        \"variant_inventory_count\": {\n                            \"quantity\": 378,\n                            \"length\": 27\n                        },\n                        \"product_type\": {\n                            \"id\": 145003,\n                            \"channel\": \"shopify\",\n                            \"shop_id\": 4147,\n                            \"title\": \"Canvas\",\n                            \"commission\": null,\n                            \"created_at\": \"2023-11-30T06:49:18.000000Z\",\n                            \"updated_at\": \"2023-11-30T06:49:18.000000Z\",\n                            \"fixed_commission\": 0,\n                            \"override_commission\": false,\n                            \"companyObject\": {\n                                \"id\": 212738,\n                                \"company_name\": \"kapil\",\n                                \"brand_name\": \"violetplants\",\n                                \"company_logo\": null,\n                                \"contact_name\": null,\n                                \"phone_number\": null,\n                                \"email\": \"varshil.shipturtle@gmail.com\",\n                                \"address_line_1\": null,\n                                \"address_line_2\": \"gj 23\",\n                                \"pin_code\": \"380009\",\n                                \"city\": \"Ahmedabad\",\n                                \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                                \"updated_at\": \"2023-12-21T12:23:57.000000Z\",\n                                \"state_id\": null,\n                                \"gstin_number\": \"1234\",\n                                \"invoice_prefix\": \"Invoice\",\n                                \"starting_invoice_number\": \"22\",\n                                \"terms_and_conditions\": null,\n                                \"bank_account_beneficiary_name\": null,\n                                \"bank_account_name\": null,\n                                \"ifsc_code\": null,\n                                \"label_company_name\": null,\n                                \"label_contact_name\": null,\n                                \"label_phone\": null,\n                                \"label_email_address\": null,\n                                \"label_address_line_1\": null,\n                                \"label_address_line_2\": null,\n                                \"label_pin_code\": null,\n                                \"label_city\": null,\n                                \"label_state\": null,\n                                \"signature\": null,\n                                \"currency\": \"INR\",\n                                \"weight\": null,\n                                \"measurement\": null,\n                                \"gst_enabled\": true,\n                                \"override_channel_product_weight_enabled\": true,\n                                \"label_details_same_as_company\": true,\n                                \"multi_vendor_invoicing_enabled\": false,\n                                \"multi_vendor_shipping_enabled\": false,\n                                \"is_master\": \"1\",\n                                \"invoice_number_same_as_order_number\": true,\n                                \"enable_disable_cod_reconciliation\": true,\n                                \"enable_disable_freight_reconciliation\": true,\n                                \"cod_tolerance\": \"5\",\n                                \"freight_tolerance\": \"2\",\n                                \"is_multi_vendor_enabled\": true,\n                                \"invoice_message\": null,\n                                \"inclusive_exclusive\": null,\n                                \"is_tax_on_shipping\": \"no\",\n                                \"tax_on_shipping\": null,\n                                \"primary_color\": \"#222F3D\",\n                                \"secondary_color\": null,\n                                \"display_hsn\": true,\n                                \"website\": \"https://app.shipturtle.com/\",\n                                \"country\": \"IN\",\n                                \"type_of_vendor\": \"marketplace\",\n                                \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                                \"title\": \"violetplants\",\n                                \"parent_id\": 212738,\n                                \"extra_information\": null,\n                                \"invoice_date\": \"invoice_creation_date\",\n                                \"number_of_digits\": \"0\",\n                                \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                                \"created_by\": null,\n                                \"updated_by\": 28344,\n                                \"invoice_contact_name\": \"Hussain\",\n                                \"invoice_address_1\": \"dahod\",\n                                \"invoice_address_2\": \"dahod\",\n                                \"invoice_postal_code\": \"380005\",\n                                \"invoice_city\": \"Ahmedabad\",\n                                \"invoice_phone_number\": \"09173038104\",\n                                \"invoice_tin\": null,\n                                \"timezone\": \"America/Phoenix\",\n                                \"hand_delivered_enabled\": true,\n                                \"other_courier_partner_enabled\": true,\n                                \"billing_address_same_as_company_details\": false,\n                                \"deactivated_at\": null,\n                                \"state_code\": \"GJ\",\n                                \"automatically_sync_vendor_name_from_store\": true,\n                                \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                                \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                                \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                                \"correct_all_errors_in_order\": false,\n                                \"generate_shipping_labels_for_orders\": false,\n                                \"generate_invoices_for_dropship_orders\": false,\n                                \"can_vendor_enable_disable_product\": false,\n                                \"can_vendor_edit_quantity_product\": false,\n                                \"can_vendor_edit_weight_dimension_product\": false,\n                                \"can_vendor_edit_tax_product\": true,\n                                \"set_vendor_level_commission\": false,\n                                \"commission\": \"15\",\n                                \"discount_shared_by_vendor\": \"0\",\n                                \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                \"set_vendor_level_shared_discount\": false,\n                                \"set_vendor_level_commissoin_calculated_on\": false,\n                                \"use_shop_channel_values_to_set_commission\": false,\n                                \"can_vendor_generate_invoice\": true,\n                                \"can_vendor_process_shippings\": true,\n                                \"can_vendor_edit_hsn_tax\": true,\n                                \"can_vendor_add_courier_provider\": true,\n                                \"default_vendor_type\": \"marketplace\",\n                                \"no_of_deciaml_digits\": 2,\n                                \"credits\": 299956,\n                                \"plan_id\": 4,\n                                \"requested_plan_id\": null,\n                                \"override_invoice_permissions\": false,\n                                \"override_product_permissions\": false,\n                                \"override_order_routing_permissions\": false,\n                                \"override_shipping_permissions\": false,\n                                \"slug\": \"violetplants-212738\",\n                                \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                \"shipping_charge_commission_type\": \"fixed\",\n                                \"shipping_charge_commission\": 50,\n                                \"override_commission_calculated_tax_type\": false,\n                                \"override_shipping_charge_commission_type\": false,\n                                \"override_shipping_charge_commission\": 0,\n                                \"auto_email_to_vendor\": true,\n                                \"fixed_commission\": 10,\n                                \"service_charge\": 0,\n                                \"can_vendor_edit_price\": false,\n                                \"can_vendor_delete_product\": false,\n                                \"show_logo_in_awb\": false,\n                                \"hide_pick_address_in_awb\": false,\n                                \"hide_customer_info_in_awb\": true,\n                                \"hide_price_in_awb\": false,\n                                \"hide_customer_information_on_vendor_dashboards\": false,\n                                \"allow_merchant_to_generate_invoice\": false,\n                                \"show_merchant_logo_in_invoice\": true,\n                                \"locale\": \"en\",\n                                \"use_custom_waybill\": true,\n                                \"redirect_url\": \"dashboard\",\n                                \"invoice_state_code\": \"GJ\",\n                                \"invoice_country_code\": \"IN\",\n                                \"stripe_account_id\": null,\n                                \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                                \"enable_app_shipping_profile_on_shopify\": \"0\",\n                                \"policy\": null,\n                                \"css\": null,\n                                \"vendor_profile_color\": \"#f18024\",\n                                \"about_us\": null,\n                                \"facebook_link\": null,\n                                \"twitter_link\": null,\n                                \"instagram_link\": null,\n                                \"auto_fulfill_digital_orders\": true,\n                                \"use_default_warehouse_for_all_orders\": false,\n                                \"invoice_label_header_title\": null,\n                                \"invoice_place_of_supply\": null,\n                                \"invoice_cin_key_title\": null,\n                                \"invoice_cin\": null,\n                                \"give_vendor_access_to_merchant_shipper\": false,\n                                \"auto_generate_order_invoices_to_customers\": true,\n                                \"auto_email_order_invoices_to_customers\": true,\n                                \"treat_manual_payment_mode_as_cod\": false,\n                                \"fulfill_order_after_confirm\": false,\n                                \"add_notes_before_confirming_orders\": false,\n                                \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                                \"note_at_the_top_of_invoice\": null,\n                                \"vendor_shop_id\": null,\n                                \"vendor_category\": null,\n                                \"vendor_location\": null,\n                                \"short_description\": null,\n                                \"display_vendor_category\": true,\n                                \"display_vendor_location\": true,\n                                \"display_vendor_short_description\": true,\n                                \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                                \"sync_settings\": {\n                                    \"update_settings\": {\n                                        \"sku\": true,\n                                        \"tags\": true,\n                                        \"media\": true,\n                                        \"price\": true,\n                                        \"title\": true,\n                                        \"weight\": true,\n                                        \"barcode\": true,\n                                        \"quantity\": true,\n                                        \"description\": true,\n                                        \"product_type\": true,\n                                        \"variant_name\": true,\n                                        \"publish_status\": true,\n                                        \"compare_at_price\": true,\n                                        \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                    },\n                                    \"create_settings\": {\n                                        \"sku\": true,\n                                        \"tags\": true,\n                                        \"media\": true,\n                                        \"price\": true,\n                                        \"title\": true,\n                                        \"weight\": true,\n                                        \"barcode\": true,\n                                        \"quantity\": true,\n                                        \"description\": true,\n                                        \"product_type\": true,\n                                        \"variant_name\": true,\n                                        \"publish_status\": true,\n                                        \"compare_at_price\": true,\n                                        \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                    },\n                                    \"override_product_status_at_create\": true,\n                                    \"product_status\": \"as_per_vendor_product\",\n                                    \"enable_order_sync\": true,\n                                    \"push_only_if_order_paid\": false,\n                                    \"push_unsynced_product_order\": true,\n                                    \"auto_add_variant\": true,\n                                    \"auto_remove_variant\": true,\n                                    \"strictKeyCheck\": false,\n                                    \"on_product_delete\": \"do_nothing\",\n                                    \"on_product_unmapped\": \"do_nothing\",\n                                    \"push_only_if_product_connected\": true\n                                },\n                                \"override_hide_customer_information_permissions\": false,\n                                \"can_vendor_cancel_an_order\": false,\n                                \"hide_shipping_charges\": false,\n                                \"add_insurance_to_shipment\": 0,\n                                \"meta_title\": null,\n                                \"registration_link\": null,\n                                \"auto_approval_of_products_from_vendor\": true,\n                                \"ignore_selling_price_for_commission\": 0,\n                                \"shipping_label_check\": {\n                                    \"email\": false,\n                                    \"phone\": false,\n                                    \"address_line_1\": false,\n                                    \"address_line_2\": false,\n                                    \"address_line_1_minimum\": null,\n                                    \"address_line_1_maximum\": null,\n                                    \"address_line_2_minimum\": null,\n                                    \"address_line_2_maximum\": null\n                                },\n                                \"shipping_label_size\": \"smalllabel\",\n                                \"paypal_email\": null,\n                                \"use_custom_email_driver\": true,\n                                \"ignore_order_splitting\": false,\n                                \"hide_customer_information_on_vendor_dashboard\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false\n                                },\n                                \"hide_customer_information_in_awb\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false,\n                                    \"line_items\": false,\n                                    \"vendor_name\": false,\n                                    \"sku\": false,\n                                    \"weight_dimension\": false\n                                },\n                                \"hide_customer_information_in_invoice\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false\n                                },\n                                \"vendor_profile_settings\": {\n                                    \"seller_products_tab\": true,\n                                    \"seller_policy_tab\": true,\n                                    \"seller_contact_us_tab\": true,\n                                    \"seller_events_tab\": true,\n                                    \"seller_reviews_tab\": false,\n                                    \"seller_about_us_tab\": true\n                                },\n                                \"challan_message_1\": null,\n                                \"challan_message_2\": null,\n                                \"challan_prefix\": \"Invoice\",\n                                \"challan_number_same_as_invoice_number\": true,\n                                \"default_label_size_for_all_vendors\": true,\n                                \"hide_customer_information_in_export\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false\n                                },\n                                \"product_permissions\": null,\n                                \"hide_product_details_in_awb\": false,\n                                \"hide_invoice_details_in_awb\": false,\n                                \"company_note\": \"<p>sdfasdfab</p>\",\n                                \"meta_data\": \"[{\\\"uuid\\\":\\\"e95a7b2d-5210-4e7b-988f-7fbde7acf198\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/601990/dashboard-mockup-for-c2c.xlsx\\\",\\\"size\\\":102609,\\\"name\\\":\\\"Dashboard Mockup for C2C.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"50844059-549d-4bcc-88bf-a023fd46bd29\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/604572/28344-1690206866.xlsx\\\",\\\"size\\\":7389,\\\"name\\\":\\\"28344-1690206866.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3ad73d68-08a3-46b5-9afc-3d1ac5df398f\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655061/lable_cancelled_order_amazon.xlsx\\\",\\\"size\\\":26214,\\\"name\\\":\\\"Lable Cancelled Order Amazon.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                                \"color_theme_field\": \"light.blue\",\n                                \"change_tracking_url\": false,\n                                \"ship_to_address_as_merchants_default_warehouse\": false,\n                                \"can_vendor_hold_an_order\": false,\n                                \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                                \"allow_vendors_to_change_vendor_profile_details\": true,\n                                \"whatsapp_account\": \"use_company_account\",\n                                \"vendor_profile_theme_choosen\": \"theme-1\",\n                                \"whatsapp_credit\": 54,\n                                \"test_whatsapp_number\": \"+918849193468\",\n                                \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                                \"connected_vendor_shops\": [\n                                    \"vendorsynctesting5.myshopify.com\",\n                                    \"testing-for-vendorsync.myshopify.com\",\n                                    \"purpleplants.myshopify.com\",\n                                    \"https://st-wpdemo.com/\",\n                                    \"test-store-webkul-112.myshopify.com\",\n                                    \"https://st-wpdemo.com/\",\n                                    \"purpleplants.myshopify.com/\",\n                                    \"https://st-wpdemo.com/\",\n                                    \"purpleplants.myshopify.com\",\n                                    \"channelteststore5.myshopify.com\",\n                                    \"https://st-wpdemo.com/newtestclient/\",\n                                    \"purpleplants.myshopify.com\",\n                                    \"purpleplants.myshopify.com\"\n                                ],\n                                \"events\": null,\n                                \"commission_automation_set\": {\n                                    \"commission_automation\": true,\n                                    \"commission_automation_rules\": true,\n                                    \"commission_automation_date_range\": true,\n                                    \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                    \"time_buffer_for_commission_automation\": \"4\",\n                                    \"order_status_for_commission_automation\": \"pending\",\n                                    \"invoice_number_for_commission_automation\": 277,\n                                    \"date_Range_days_for_commission_automation\": \"4\"\n                                },\n                                \"auto_confirmation_using_tags_settings\": {\n                                    \"tags_settings_status\": true,\n                                    \"paid\": true,\n                                    \"tags_for_paid\": [],\n                                    \"cod_or_partially_paid\": false,\n                                    \"tags_for_cod_or_partially_paid\": [],\n                                    \"Exceptions_for_paid\": false,\n                                    \"Exceptions_for_paid_tags\": [],\n                                    \"Exceptions_for_cod_or_partially_paid\": false,\n                                    \"Exceptions_for_cod_or_partially_paid_tags\": []\n                                },\n                                \"preferred_location\": null,\n                                \"email_credit\": 4853,\n                                \"global_commission\": \"15\",\n                                \"global_discount_shared_by_vendor\": \"0\",\n                                \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                \"global_shipping_charge_commission_type\": \"fixed\",\n                                \"global_shipping_charge_commission\": 50,\n                                \"global_fixed_commission\": 10,\n                                \"invoice_country_detail\": {\n                                    \"id\": 98,\n                                    \"name\": \"India\",\n                                    \"code\": \"IN\",\n                                    \"dial_code\": \"+91\",\n                                    \"currency_name\": \"Indian rupee\",\n                                    \"currency_symbol\": \"Rs.\",\n                                    \"currency_code\": \"INR\",\n                                    \"created_at\": null,\n                                    \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                    \"name_with_symbole\": \"Indian rupee - Rs.\"\n                                },\n                                \"commission_tags\": {\n                                    \"company_id\": 212738,\n                                    \"override_commission\": true\n                                },\n                                \"parent\": {\n                                    \"id\": 212738,\n                                    \"company_name\": \"kapil\",\n                                    \"brand_name\": \"violetplants\",\n                                    \"company_logo\": null,\n                                    \"contact_name\": null,\n                                    \"phone_number\": null,\n                                    \"email\": \"varshil.shipturtle@gmail.com\",\n                                    \"address_line_1\": null,\n                                    \"address_line_2\": \"gj 23\",\n                                    \"pin_code\": \"380009\",\n                                    \"city\": \"Ahmedabad\",\n                                    \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                                    \"updated_at\": \"2023-12-21T12:23:57.000000Z\",\n                                    \"state_id\": null,\n                                    \"gstin_number\": \"1234\",\n                                    \"invoice_prefix\": \"Invoice\",\n                                    \"starting_invoice_number\": \"22\",\n                                    \"terms_and_conditions\": null,\n                                    \"bank_account_beneficiary_name\": null,\n                                    \"bank_account_name\": null,\n                                    \"ifsc_code\": null,\n                                    \"label_company_name\": null,\n                                    \"label_contact_name\": null,\n                                    \"label_phone\": null,\n                                    \"label_email_address\": null,\n                                    \"label_address_line_1\": null,\n                                    \"label_address_line_2\": null,\n                                    \"label_pin_code\": null,\n                                    \"label_city\": null,\n                                    \"label_state\": null,\n                                    \"signature\": null,\n                                    \"currency\": \"INR\",\n                                    \"weight\": null,\n                                    \"measurement\": null,\n                                    \"gst_enabled\": true,\n                                    \"override_channel_product_weight_enabled\": true,\n                                    \"label_details_same_as_company\": true,\n                                    \"multi_vendor_invoicing_enabled\": false,\n                                    \"multi_vendor_shipping_enabled\": false,\n                                    \"is_master\": \"1\",\n                                    \"invoice_number_same_as_order_number\": true,\n                                    \"enable_disable_cod_reconciliation\": true,\n                                    \"enable_disable_freight_reconciliation\": true,\n                                    \"cod_tolerance\": \"5\",\n                                    \"freight_tolerance\": \"2\",\n                                    \"is_multi_vendor_enabled\": true,\n                                    \"invoice_message\": null,\n                                    \"inclusive_exclusive\": null,\n                                    \"is_tax_on_shipping\": \"no\",\n                                    \"tax_on_shipping\": null,\n                                    \"primary_color\": \"#222F3D\",\n                                    \"secondary_color\": null,\n                                    \"display_hsn\": true,\n                                    \"website\": \"https://app.shipturtle.com/\",\n                                    \"country\": \"IN\",\n                                    \"type_of_vendor\": \"marketplace\",\n                                    \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                                    \"title\": \"violetplants\",\n                                    \"parent_id\": 212738,\n                                    \"extra_information\": null,\n                                    \"invoice_date\": \"invoice_creation_date\",\n                                    \"number_of_digits\": \"0\",\n                                    \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                                    \"created_by\": null,\n                                    \"updated_by\": 28344,\n                                    \"invoice_contact_name\": \"Hussain\",\n                                    \"invoice_address_1\": \"dahod\",\n                                    \"invoice_address_2\": \"dahod\",\n                                    \"invoice_postal_code\": \"380005\",\n                                    \"invoice_city\": \"Ahmedabad\",\n                                    \"invoice_phone_number\": \"09173038104\",\n                                    \"invoice_tin\": null,\n                                    \"timezone\": \"America/Phoenix\",\n                                    \"hand_delivered_enabled\": true,\n                                    \"other_courier_partner_enabled\": true,\n                                    \"billing_address_same_as_company_details\": false,\n                                    \"deactivated_at\": null,\n                                    \"state_code\": \"GJ\",\n                                    \"automatically_sync_vendor_name_from_store\": true,\n                                    \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                                    \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                                    \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                                    \"correct_all_errors_in_order\": false,\n                                    \"generate_shipping_labels_for_orders\": false,\n                                    \"generate_invoices_for_dropship_orders\": false,\n                                    \"can_vendor_enable_disable_product\": false,\n                                    \"can_vendor_edit_quantity_product\": false,\n                                    \"can_vendor_edit_weight_dimension_product\": false,\n                                    \"can_vendor_edit_tax_product\": true,\n                                    \"set_vendor_level_commission\": false,\n                                    \"commission\": \"15\",\n                                    \"discount_shared_by_vendor\": \"0\",\n                                    \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                    \"set_vendor_level_shared_discount\": false,\n                                    \"set_vendor_level_commissoin_calculated_on\": false,\n                                    \"use_shop_channel_values_to_set_commission\": false,\n                                    \"can_vendor_generate_invoice\": true,\n                                    \"can_vendor_process_shippings\": true,\n                                    \"can_vendor_edit_hsn_tax\": true,\n                                    \"can_vendor_add_courier_provider\": true,\n                                    \"default_vendor_type\": \"marketplace\",\n                                    \"no_of_deciaml_digits\": 2,\n                                    \"credits\": 299956,\n                                    \"plan_id\": 4,\n                                    \"requested_plan_id\": null,\n                                    \"override_invoice_permissions\": false,\n                                    \"override_product_permissions\": false,\n                                    \"override_order_routing_permissions\": false,\n                                    \"override_shipping_permissions\": false,\n                                    \"slug\": \"violetplants-212738\",\n                                    \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                    \"shipping_charge_commission_type\": \"fixed\",\n                                    \"shipping_charge_commission\": 50,\n                                    \"override_commission_calculated_tax_type\": false,\n                                    \"override_shipping_charge_commission_type\": false,\n                                    \"override_shipping_charge_commission\": 0,\n                                    \"auto_email_to_vendor\": true,\n                                    \"fixed_commission\": 10,\n                                    \"service_charge\": 0,\n                                    \"can_vendor_edit_price\": false,\n                                    \"can_vendor_delete_product\": false,\n                                    \"show_logo_in_awb\": false,\n                                    \"hide_pick_address_in_awb\": false,\n                                    \"hide_customer_info_in_awb\": true,\n                                    \"hide_price_in_awb\": false,\n                                    \"hide_customer_information_on_vendor_dashboards\": false,\n                                    \"allow_merchant_to_generate_invoice\": false,\n                                    \"show_merchant_logo_in_invoice\": true,\n                                    \"locale\": \"en\",\n                                    \"use_custom_waybill\": true,\n                                    \"redirect_url\": \"dashboard\",\n                                    \"invoice_state_code\": \"GJ\",\n                                    \"invoice_country_code\": \"IN\",\n                                    \"stripe_account_id\": null,\n                                    \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                                    \"enable_app_shipping_profile_on_shopify\": \"0\",\n                                    \"policy\": null,\n                                    \"css\": null,\n                                    \"vendor_profile_color\": \"#f18024\",\n                                    \"about_us\": null,\n                                    \"facebook_link\": null,\n                                    \"twitter_link\": null,\n                                    \"instagram_link\": null,\n                                    \"auto_fulfill_digital_orders\": true,\n                                    \"use_default_warehouse_for_all_orders\": false,\n                                    \"invoice_label_header_title\": null,\n                                    \"invoice_place_of_supply\": null,\n                                    \"invoice_cin_key_title\": null,\n                                    \"invoice_cin\": null,\n                                    \"give_vendor_access_to_merchant_shipper\": false,\n                                    \"auto_generate_order_invoices_to_customers\": true,\n                                    \"auto_email_order_invoices_to_customers\": true,\n                                    \"treat_manual_payment_mode_as_cod\": false,\n                                    \"fulfill_order_after_confirm\": false,\n                                    \"add_notes_before_confirming_orders\": false,\n                                    \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                                    \"note_at_the_top_of_invoice\": null,\n                                    \"vendor_shop_id\": null,\n                                    \"vendor_category\": null,\n                                    \"vendor_location\": null,\n                                    \"short_description\": null,\n                                    \"display_vendor_category\": true,\n                                    \"display_vendor_location\": true,\n                                    \"display_vendor_short_description\": true,\n                                    \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                                    \"sync_settings\": {\n                                        \"update_settings\": {\n                                            \"sku\": true,\n                                            \"tags\": true,\n                                            \"media\": true,\n                                            \"price\": true,\n                                            \"title\": true,\n                                            \"weight\": true,\n                                            \"barcode\": true,\n                                            \"quantity\": true,\n                                            \"description\": true,\n                                            \"product_type\": true,\n                                            \"variant_name\": true,\n                                            \"publish_status\": true,\n                                            \"compare_at_price\": true,\n                                            \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                        },\n                                        \"create_settings\": {\n                                            \"sku\": true,\n                                            \"tags\": true,\n                                            \"media\": true,\n                                            \"price\": true,\n                                            \"title\": true,\n                                            \"weight\": true,\n                                            \"barcode\": true,\n                                            \"quantity\": true,\n                                            \"description\": true,\n                                            \"product_type\": true,\n                                            \"variant_name\": true,\n                                            \"publish_status\": true,\n                                            \"compare_at_price\": true,\n                                            \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                        },\n                                        \"override_product_status_at_create\": true,\n                                        \"product_status\": \"as_per_vendor_product\",\n                                        \"enable_order_sync\": true,\n                                        \"push_only_if_order_paid\": false,\n                                        \"push_unsynced_product_order\": true,\n                                        \"auto_add_variant\": true,\n                                        \"auto_remove_variant\": true,\n                                        \"strictKeyCheck\": false,\n                                        \"on_product_delete\": \"do_nothing\",\n                                        \"on_product_unmapped\": \"do_nothing\",\n                                        \"push_only_if_product_connected\": true\n                                    },\n                                    \"override_hide_customer_information_permissions\": false,\n                                    \"can_vendor_cancel_an_order\": false,\n                                    \"hide_shipping_charges\": false,\n                                    \"add_insurance_to_shipment\": 0,\n                                    \"meta_title\": null,\n                                    \"registration_link\": null,\n                                    \"auto_approval_of_products_from_vendor\": true,\n                                    \"ignore_selling_price_for_commission\": 0,\n                                    \"shipping_label_check\": {\n                                        \"email\": false,\n                                        \"phone\": false,\n                                        \"address_line_1\": false,\n                                        \"address_line_2\": false,\n                                        \"address_line_1_minimum\": null,\n                                        \"address_line_1_maximum\": null,\n                                        \"address_line_2_minimum\": null,\n                                        \"address_line_2_maximum\": null\n                                    },\n                                    \"shipping_label_size\": \"smalllabel\",\n                                    \"paypal_email\": null,\n                                    \"use_custom_email_driver\": true,\n                                    \"ignore_order_splitting\": false,\n                                    \"hide_customer_information_on_vendor_dashboard\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false\n                                    },\n                                    \"hide_customer_information_in_awb\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false,\n                                        \"line_items\": false,\n                                        \"vendor_name\": false,\n                                        \"sku\": false,\n                                        \"weight_dimension\": false\n                                    },\n                                    \"hide_customer_information_in_invoice\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false\n                                    },\n                                    \"vendor_profile_settings\": {\n                                        \"seller_products_tab\": true,\n                                        \"seller_policy_tab\": true,\n                                        \"seller_contact_us_tab\": true,\n                                        \"seller_events_tab\": true,\n                                        \"seller_reviews_tab\": false,\n                                        \"seller_about_us_tab\": true\n                                    },\n                                    \"challan_message_1\": null,\n                                    \"challan_message_2\": null,\n                                    \"challan_prefix\": \"Invoice\",\n                                    \"challan_number_same_as_invoice_number\": true,\n                                    \"default_label_size_for_all_vendors\": true,\n                                    \"hide_customer_information_in_export\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false\n                                    },\n                                    \"product_permissions\": null,\n                                    \"hide_product_details_in_awb\": false,\n                                    \"hide_invoice_details_in_awb\": false,\n                                    \"company_note\": \"<p>sdfasdfab</p>\",\n                                    \"meta_data\": \"[{\\\"uuid\\\":\\\"e95a7b2d-5210-4e7b-988f-7fbde7acf198\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/601990/dashboard-mockup-for-c2c.xlsx\\\",\\\"size\\\":102609,\\\"name\\\":\\\"Dashboard Mockup for C2C.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"50844059-549d-4bcc-88bf-a023fd46bd29\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/604572/28344-1690206866.xlsx\\\",\\\"size\\\":7389,\\\"name\\\":\\\"28344-1690206866.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3ad73d68-08a3-46b5-9afc-3d1ac5df398f\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655061/lable_cancelled_order_amazon.xlsx\\\",\\\"size\\\":26214,\\\"name\\\":\\\"Lable Cancelled Order Amazon.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                                    \"color_theme_field\": \"light.blue\",\n                                    \"change_tracking_url\": false,\n                                    \"ship_to_address_as_merchants_default_warehouse\": false,\n                                    \"can_vendor_hold_an_order\": false,\n                                    \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                                    \"allow_vendors_to_change_vendor_profile_details\": true,\n                                    \"whatsapp_account\": \"use_company_account\",\n                                    \"vendor_profile_theme_choosen\": \"theme-1\",\n                                    \"whatsapp_credit\": 54,\n                                    \"test_whatsapp_number\": \"+918849193468\",\n                                    \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                                    \"connected_vendor_shops\": [\n                                        \"vendorsynctesting5.myshopify.com\",\n                                        \"testing-for-vendorsync.myshopify.com\",\n                                        \"purpleplants.myshopify.com\",\n                                        \"https://st-wpdemo.com/\",\n                                        \"test-store-webkul-112.myshopify.com\",\n                                        \"https://st-wpdemo.com/\",\n                                        \"purpleplants.myshopify.com/\",\n                                        \"https://st-wpdemo.com/\",\n                                        \"purpleplants.myshopify.com\",\n                                        \"channelteststore5.myshopify.com\",\n                                        \"https://st-wpdemo.com/newtestclient/\",\n                                        \"purpleplants.myshopify.com\",\n                                        \"purpleplants.myshopify.com\"\n                                    ],\n                                    \"events\": null,\n                                    \"commission_automation_set\": {\n                                        \"commission_automation\": true,\n                                        \"commission_automation_rules\": true,\n                                        \"commission_automation_date_range\": true,\n                                        \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                        \"time_buffer_for_commission_automation\": \"4\",\n                                        \"order_status_for_commission_automation\": \"pending\",\n                                        \"invoice_number_for_commission_automation\": 277,\n                                        \"date_Range_days_for_commission_automation\": \"4\"\n                                    },\n                                    \"auto_confirmation_using_tags_settings\": {\n                                        \"tags_settings_status\": true,\n                                        \"paid\": true,\n                                        \"tags_for_paid\": [],\n                                        \"cod_or_partially_paid\": false,\n                                        \"tags_for_cod_or_partially_paid\": [],\n                                        \"Exceptions_for_paid\": false,\n                                        \"Exceptions_for_paid_tags\": [],\n                                        \"Exceptions_for_cod_or_partially_paid\": false,\n                                        \"Exceptions_for_cod_or_partially_paid_tags\": []\n                                    },\n                                    \"preferred_location\": null,\n                                    \"email_credit\": 4853,\n                                    \"global_commission\": \"15\",\n                                    \"global_discount_shared_by_vendor\": \"0\",\n                                    \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                    \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                    \"global_shipping_charge_commission_type\": \"fixed\",\n                                    \"global_shipping_charge_commission\": 50,\n                                    \"global_fixed_commission\": 10,\n                                    \"invoice_country_detail\": {\n                                        \"id\": 98,\n                                        \"name\": \"India\",\n                                        \"code\": \"IN\",\n                                        \"dial_code\": \"+91\",\n                                        \"currency_name\": \"Indian rupee\",\n                                        \"currency_symbol\": \"Rs.\",\n                                        \"currency_code\": \"INR\",\n                                        \"created_at\": null,\n                                        \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                        \"name_with_symbole\": \"Indian rupee - Rs.\"\n                                    },\n                                    \"commission_tags\": {\n                                        \"company_id\": 212738,\n                                        \"override_commission\": true\n                                    }\n                                }\n                            },\n                            \"overridden_commission_level\": \"global\",\n                            \"overridden_commission\": \"15\",\n                            \"overridden_fixed_commission\": 10,\n                            \"global_commission_level\": \"global\",\n                            \"global_commission\": \"15\",\n                            \"global_fixed_commission\": 10\n                        },\n                        \"media\": []\n                    },\n                    \"alien_variant\": null\n                },\n                {\n                    \"id\": 22397106,\n                    \"commission\": null,\n                    \"fixed_commission\": 0,\n                    \"company_id\": 212738,\n                    \"product_id\": 8057554,\n                    \"image\": null,\n                    \"channel_variant_id\": \"22530940\",\n                    \"compare_at_price\": \"0.00\",\n                    \"deleted_at\": null,\n                    \"deactivated_at\": true,\n                    \"grams\": \"0\",\n                    \"height\": null,\n                    \"image_id\": null,\n                    \"inventory_item_id\": \"50352895230255\",\n                    \"inventory_management\": \"shopify\",\n                    \"inventory_policy\": \"deny\",\n                    \"inventory_quantity\": \"26\",\n                    \"length\": null,\n                    \"old_inventory_quantity\": null,\n                    \"option1\": \"GREEN\",\n                    \"option2\": \"M\",\n                    \"option3\": \"Title3\",\n                    \"price\": \"2010.00\",\n                    \"provider\": null,\n                    \"requires_shipping\": null,\n                    \"shop_id\": 4147,\n                    \"sku\": \"NEW-DESTINATION\",\n                    \"tax_id\": null,\n                    \"title\": \"GREEN / M / Title3\",\n                    \"updated_at\": \"2023-12-21T11:03:57.000000Z\",\n                    \"weight\": \"0\",\n                    \"weight_unit\": \"kg\",\n                    \"width\": null,\n                    \"parent_id\": 212738,\n                    \"override_commission\": false,\n                    \"vendor_shop_variant_id\": null,\n                    \"barcode\": \"\",\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/48308473823535\",\n                    \"overridden_commission_level\": \"global\",\n                    \"overridden_commission\": \"15\",\n                    \"overridden_fixed_commission\": 10,\n                    \"file_history\": null,\n                    \"company\": {\n                        \"id\": 212738,\n                        \"title\": \"violetplants\",\n                        \"parent_id\": 212738,\n                        \"commission\": \"15\",\n                        \"fixed_commission\": 10,\n                        \"set_vendor_level_commission\": false,\n                        \"global_commission\": \"15\",\n                        \"global_discount_shared_by_vendor\": \"0\",\n                        \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                        \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                        \"global_shipping_charge_commission_type\": \"fixed\",\n                        \"global_shipping_charge_commission\": 50,\n                        \"global_fixed_commission\": 10,\n                        \"invoice_country_detail\": null,\n                        \"commission_tags\": {\n                            \"company_id\": 212738,\n                            \"override_commission\": true\n                        },\n                        \"parent\": {\n                            \"id\": 212738,\n                            \"company_name\": \"kapil\",\n                            \"brand_name\": \"violetplants\",\n                            \"company_logo\": null,\n                            \"contact_name\": null,\n                            \"phone_number\": null,\n                            \"email\": \"varshil.shipturtle@gmail.com\",\n                            \"address_line_1\": null,\n                            \"address_line_2\": \"gj 23\",\n                            \"pin_code\": \"380009\",\n                            \"city\": \"Ahmedabad\",\n                            \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                            \"updated_at\": \"2023-12-21T12:23:57.000000Z\",\n                            \"state_id\": null,\n                            \"gstin_number\": \"1234\",\n                            \"invoice_prefix\": \"Invoice\",\n                            \"starting_invoice_number\": \"22\",\n                            \"terms_and_conditions\": null,\n                            \"bank_account_beneficiary_name\": null,\n                            \"bank_account_name\": null,\n                            \"ifsc_code\": null,\n                            \"label_company_name\": null,\n                            \"label_contact_name\": null,\n                            \"label_phone\": null,\n                            \"label_email_address\": null,\n                            \"label_address_line_1\": null,\n                            \"label_address_line_2\": null,\n                            \"label_pin_code\": null,\n                            \"label_city\": null,\n                            \"label_state\": null,\n                            \"signature\": null,\n                            \"currency\": \"INR\",\n                            \"weight\": null,\n                            \"measurement\": null,\n                            \"gst_enabled\": true,\n                            \"override_channel_product_weight_enabled\": true,\n                            \"label_details_same_as_company\": true,\n                            \"multi_vendor_invoicing_enabled\": false,\n                            \"multi_vendor_shipping_enabled\": false,\n                            \"is_master\": \"1\",\n                            \"invoice_number_same_as_order_number\": true,\n                            \"enable_disable_cod_reconciliation\": true,\n                            \"enable_disable_freight_reconciliation\": true,\n                            \"cod_tolerance\": \"5\",\n                            \"freight_tolerance\": \"2\",\n                            \"is_multi_vendor_enabled\": true,\n                            \"invoice_message\": null,\n                            \"inclusive_exclusive\": null,\n                            \"is_tax_on_shipping\": \"no\",\n                            \"tax_on_shipping\": null,\n                            \"primary_color\": \"#222F3D\",\n                            \"secondary_color\": null,\n                            \"display_hsn\": true,\n                            \"website\": \"https://app.shipturtle.com/\",\n                            \"country\": \"IN\",\n                            \"type_of_vendor\": \"marketplace\",\n                            \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                            \"title\": \"violetplants\",\n                            \"parent_id\": 212738,\n                            \"extra_information\": null,\n                            \"invoice_date\": \"invoice_creation_date\",\n                            \"number_of_digits\": \"0\",\n                            \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                            \"created_by\": null,\n                            \"updated_by\": 28344,\n                            \"invoice_contact_name\": \"Hussain\",\n                            \"invoice_address_1\": \"dahod\",\n                            \"invoice_address_2\": \"dahod\",\n                            \"invoice_postal_code\": \"380005\",\n                            \"invoice_city\": \"Ahmedabad\",\n                            \"invoice_phone_number\": \"09173038104\",\n                            \"invoice_tin\": null,\n                            \"timezone\": \"America/Phoenix\",\n                            \"hand_delivered_enabled\": true,\n                            \"other_courier_partner_enabled\": true,\n                            \"billing_address_same_as_company_details\": false,\n                            \"deactivated_at\": null,\n                            \"state_code\": \"GJ\",\n                            \"automatically_sync_vendor_name_from_store\": true,\n                            \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                            \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                            \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                            \"correct_all_errors_in_order\": false,\n                            \"generate_shipping_labels_for_orders\": false,\n                            \"generate_invoices_for_dropship_orders\": false,\n                            \"can_vendor_enable_disable_product\": false,\n                            \"can_vendor_edit_quantity_product\": false,\n                            \"can_vendor_edit_weight_dimension_product\": false,\n                            \"can_vendor_edit_tax_product\": true,\n                            \"set_vendor_level_commission\": false,\n                            \"commission\": \"15\",\n                            \"discount_shared_by_vendor\": \"0\",\n                            \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"set_vendor_level_shared_discount\": false,\n                            \"set_vendor_level_commissoin_calculated_on\": false,\n                            \"use_shop_channel_values_to_set_commission\": false,\n                            \"can_vendor_generate_invoice\": true,\n                            \"can_vendor_process_shippings\": true,\n                            \"can_vendor_edit_hsn_tax\": true,\n                            \"can_vendor_add_courier_provider\": true,\n                            \"default_vendor_type\": \"marketplace\",\n                            \"no_of_deciaml_digits\": 2,\n                            \"credits\": 299956,\n                            \"plan_id\": 4,\n                            \"requested_plan_id\": null,\n                            \"override_invoice_permissions\": false,\n                            \"override_product_permissions\": false,\n                            \"override_order_routing_permissions\": false,\n                            \"override_shipping_permissions\": false,\n                            \"slug\": \"violetplants-212738\",\n                            \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"shipping_charge_commission_type\": \"fixed\",\n                            \"shipping_charge_commission\": 50,\n                            \"override_commission_calculated_tax_type\": false,\n                            \"override_shipping_charge_commission_type\": false,\n                            \"override_shipping_charge_commission\": 0,\n                            \"auto_email_to_vendor\": true,\n                            \"fixed_commission\": 10,\n                            \"service_charge\": 0,\n                            \"can_vendor_edit_price\": false,\n                            \"can_vendor_delete_product\": false,\n                            \"show_logo_in_awb\": false,\n                            \"hide_pick_address_in_awb\": false,\n                            \"hide_customer_info_in_awb\": true,\n                            \"hide_price_in_awb\": false,\n                            \"hide_customer_information_on_vendor_dashboards\": false,\n                            \"allow_merchant_to_generate_invoice\": false,\n                            \"show_merchant_logo_in_invoice\": true,\n                            \"locale\": \"en\",\n                            \"use_custom_waybill\": true,\n                            \"redirect_url\": \"dashboard\",\n                            \"invoice_state_code\": \"GJ\",\n                            \"invoice_country_code\": \"IN\",\n                            \"stripe_account_id\": null,\n                            \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                            \"enable_app_shipping_profile_on_shopify\": \"0\",\n                            \"policy\": null,\n                            \"css\": null,\n                            \"vendor_profile_color\": \"#f18024\",\n                            \"about_us\": null,\n                            \"facebook_link\": null,\n                            \"twitter_link\": null,\n                            \"instagram_link\": null,\n                            \"auto_fulfill_digital_orders\": true,\n                            \"use_default_warehouse_for_all_orders\": false,\n                            \"invoice_label_header_title\": null,\n                            \"invoice_place_of_supply\": null,\n                            \"invoice_cin_key_title\": null,\n                            \"invoice_cin\": null,\n                            \"give_vendor_access_to_merchant_shipper\": false,\n                            \"auto_generate_order_invoices_to_customers\": true,\n                            \"auto_email_order_invoices_to_customers\": true,\n                            \"treat_manual_payment_mode_as_cod\": false,\n                            \"fulfill_order_after_confirm\": false,\n                            \"add_notes_before_confirming_orders\": false,\n                            \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                            \"note_at_the_top_of_invoice\": null,\n                            \"vendor_shop_id\": null,\n                            \"vendor_category\": null,\n                            \"vendor_location\": null,\n                            \"short_description\": null,\n                            \"display_vendor_category\": true,\n                            \"display_vendor_location\": true,\n                            \"display_vendor_short_description\": true,\n                            \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                            \"sync_settings\": {\n                                \"update_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": true,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"create_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": true,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"override_product_status_at_create\": true,\n                                \"product_status\": \"as_per_vendor_product\",\n                                \"enable_order_sync\": true,\n                                \"push_only_if_order_paid\": false,\n                                \"push_unsynced_product_order\": true,\n                                \"auto_add_variant\": true,\n                                \"auto_remove_variant\": true,\n                                \"strictKeyCheck\": false,\n                                \"on_product_delete\": \"do_nothing\",\n                                \"on_product_unmapped\": \"do_nothing\",\n                                \"push_only_if_product_connected\": true\n                            },\n                            \"override_hide_customer_information_permissions\": false,\n                            \"can_vendor_cancel_an_order\": false,\n                            \"hide_shipping_charges\": false,\n                            \"add_insurance_to_shipment\": 0,\n                            \"meta_title\": null,\n                            \"registration_link\": null,\n                            \"auto_approval_of_products_from_vendor\": true,\n                            \"ignore_selling_price_for_commission\": 0,\n                            \"shipping_label_check\": {\n                                \"email\": false,\n                                \"phone\": false,\n                                \"address_line_1\": false,\n                                \"address_line_2\": false,\n                                \"address_line_1_minimum\": null,\n                                \"address_line_1_maximum\": null,\n                                \"address_line_2_minimum\": null,\n                                \"address_line_2_maximum\": null\n                            },\n                            \"shipping_label_size\": \"smalllabel\",\n                            \"paypal_email\": null,\n                            \"use_custom_email_driver\": true,\n                            \"ignore_order_splitting\": false,\n                            \"hide_customer_information_on_vendor_dashboard\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"hide_customer_information_in_awb\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false,\n                                \"line_items\": false,\n                                \"vendor_name\": false,\n                                \"sku\": false,\n                                \"weight_dimension\": false\n                            },\n                            \"hide_customer_information_in_invoice\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"vendor_profile_settings\": {\n                                \"seller_products_tab\": true,\n                                \"seller_policy_tab\": true,\n                                \"seller_contact_us_tab\": true,\n                                \"seller_events_tab\": true,\n                                \"seller_reviews_tab\": false,\n                                \"seller_about_us_tab\": true\n                            },\n                            \"challan_message_1\": null,\n                            \"challan_message_2\": null,\n                            \"challan_prefix\": \"Invoice\",\n                            \"challan_number_same_as_invoice_number\": true,\n                            \"default_label_size_for_all_vendors\": true,\n                            \"hide_customer_information_in_export\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"product_permissions\": null,\n                            \"hide_product_details_in_awb\": false,\n                            \"hide_invoice_details_in_awb\": false,\n                            \"company_note\": \"<p>sdfasdfab</p>\",\n                            \"meta_data\": \"[{\\\"uuid\\\":\\\"e95a7b2d-5210-4e7b-988f-7fbde7acf198\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/601990/dashboard-mockup-for-c2c.xlsx\\\",\\\"size\\\":102609,\\\"name\\\":\\\"Dashboard Mockup for C2C.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"50844059-549d-4bcc-88bf-a023fd46bd29\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/604572/28344-1690206866.xlsx\\\",\\\"size\\\":7389,\\\"name\\\":\\\"28344-1690206866.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3ad73d68-08a3-46b5-9afc-3d1ac5df398f\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655061/lable_cancelled_order_amazon.xlsx\\\",\\\"size\\\":26214,\\\"name\\\":\\\"Lable Cancelled Order Amazon.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                            \"color_theme_field\": \"light.blue\",\n                            \"change_tracking_url\": false,\n                            \"ship_to_address_as_merchants_default_warehouse\": false,\n                            \"can_vendor_hold_an_order\": false,\n                            \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                            \"allow_vendors_to_change_vendor_profile_details\": true,\n                            \"whatsapp_account\": \"use_company_account\",\n                            \"vendor_profile_theme_choosen\": \"theme-1\",\n                            \"whatsapp_credit\": 54,\n                            \"test_whatsapp_number\": \"+918849193468\",\n                            \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                            \"connected_vendor_shops\": [\n                                \"vendorsynctesting5.myshopify.com\",\n                                \"testing-for-vendorsync.myshopify.com\",\n                                \"purpleplants.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"test-store-webkul-112.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com/\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com\",\n                                \"channelteststore5.myshopify.com\",\n                                \"https://st-wpdemo.com/newtestclient/\",\n                                \"purpleplants.myshopify.com\",\n                                \"purpleplants.myshopify.com\"\n                            ],\n                            \"events\": null,\n                            \"commission_automation_set\": {\n                                \"commission_automation\": true,\n                                \"commission_automation_rules\": true,\n                                \"commission_automation_date_range\": true,\n                                \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                \"time_buffer_for_commission_automation\": \"4\",\n                                \"order_status_for_commission_automation\": \"pending\",\n                                \"invoice_number_for_commission_automation\": 277,\n                                \"date_Range_days_for_commission_automation\": \"4\"\n                            },\n                            \"auto_confirmation_using_tags_settings\": {\n                                \"tags_settings_status\": true,\n                                \"paid\": true,\n                                \"tags_for_paid\": [],\n                                \"cod_or_partially_paid\": false,\n                                \"tags_for_cod_or_partially_paid\": [],\n                                \"Exceptions_for_paid\": false,\n                                \"Exceptions_for_paid_tags\": [],\n                                \"Exceptions_for_cod_or_partially_paid\": false,\n                                \"Exceptions_for_cod_or_partially_paid_tags\": []\n                            },\n                            \"preferred_location\": null,\n                            \"email_credit\": 4853,\n                            \"global_commission\": \"15\",\n                            \"global_discount_shared_by_vendor\": \"0\",\n                            \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"global_shipping_charge_commission_type\": \"fixed\",\n                            \"global_shipping_charge_commission\": 50,\n                            \"global_fixed_commission\": 10,\n                            \"invoice_country_detail\": {\n                                \"id\": 98,\n                                \"name\": \"India\",\n                                \"code\": \"IN\",\n                                \"dial_code\": \"+91\",\n                                \"currency_name\": \"Indian rupee\",\n                                \"currency_symbol\": \"Rs.\",\n                                \"currency_code\": \"INR\",\n                                \"created_at\": null,\n                                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                \"name_with_symbole\": \"Indian rupee - Rs.\"\n                            },\n                            \"commission_tags\": {\n                                \"company_id\": 212738,\n                                \"override_commission\": true\n                            }\n                        }\n                    },\n                    \"tax\": null,\n                    \"inventory_item\": {\n                        \"id\": 13164406,\n                        \"sku\": \"NEW-DESTINATION\",\n                        \"requires_shipping\": true,\n                        \"cost\": \"10.00\",\n                        \"admin_graphql_api_id\": \"gid://shopify/InventoryItem/50352895230255\",\n                        \"created_at\": \"2023-12-21T11:03:57.000000Z\",\n                        \"updated_at\": \"2023-12-21T11:03:57.000000Z\",\n                        \"shop_id\": 4147,\n                        \"channel_id\": \"50352895230255\",\n                        \"variant_id\": null,\n                        \"channel\": null,\n                        \"country_harmonized_system_codes\": null,\n                        \"harmonized_system_code\": null,\n                        \"deleted_at\": null\n                    },\n                    \"product\": {\n                        \"id\": 8057554,\n                        \"product_type_id\": 145003,\n                        \"image_link\": null,\n                        \"images_link\": null,\n                        \"uploaded_images\": [],\n                        \"product_type_title\": \"Canvas\",\n                        \"variant_inventory_count\": {\n                            \"quantity\": 378,\n                            \"length\": 27\n                        },\n                        \"product_type\": {\n                            \"id\": 145003,\n                            \"channel\": \"shopify\",\n                            \"shop_id\": 4147,\n                            \"title\": \"Canvas\",\n                            \"commission\": null,\n                            \"created_at\": \"2023-11-30T06:49:18.000000Z\",\n                            \"updated_at\": \"2023-11-30T06:49:18.000000Z\",\n                            \"fixed_commission\": 0,\n                            \"override_commission\": false,\n                            \"companyObject\": {\n                                \"id\": 212738,\n                                \"company_name\": \"kapil\",\n                                \"brand_name\": \"violetplants\",\n                                \"company_logo\": null,\n                                \"contact_name\": null,\n                                \"phone_number\": null,\n                                \"email\": \"varshil.shipturtle@gmail.com\",\n                                \"address_line_1\": null,\n                                \"address_line_2\": \"gj 23\",\n                                \"pin_code\": \"380009\",\n                                \"city\": \"Ahmedabad\",\n                                \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                                \"updated_at\": \"2023-12-21T12:23:57.000000Z\",\n                                \"state_id\": null,\n                                \"gstin_number\": \"1234\",\n                                \"invoice_prefix\": \"Invoice\",\n                                \"starting_invoice_number\": \"22\",\n                                \"terms_and_conditions\": null,\n                                \"bank_account_beneficiary_name\": null,\n                                \"bank_account_name\": null,\n                                \"ifsc_code\": null,\n                                \"label_company_name\": null,\n                                \"label_contact_name\": null,\n                                \"label_phone\": null,\n                                \"label_email_address\": null,\n                                \"label_address_line_1\": null,\n                                \"label_address_line_2\": null,\n                                \"label_pin_code\": null,\n                                \"label_city\": null,\n                                \"label_state\": null,\n                                \"signature\": null,\n                                \"currency\": \"INR\",\n                                \"weight\": null,\n                                \"measurement\": null,\n                                \"gst_enabled\": true,\n                                \"override_channel_product_weight_enabled\": true,\n                                \"label_details_same_as_company\": true,\n                                \"multi_vendor_invoicing_enabled\": false,\n                                \"multi_vendor_shipping_enabled\": false,\n                                \"is_master\": \"1\",\n                                \"invoice_number_same_as_order_number\": true,\n                                \"enable_disable_cod_reconciliation\": true,\n                                \"enable_disable_freight_reconciliation\": true,\n                                \"cod_tolerance\": \"5\",\n                                \"freight_tolerance\": \"2\",\n                                \"is_multi_vendor_enabled\": true,\n                                \"invoice_message\": null,\n                                \"inclusive_exclusive\": null,\n                                \"is_tax_on_shipping\": \"no\",\n                                \"tax_on_shipping\": null,\n                                \"primary_color\": \"#222F3D\",\n                                \"secondary_color\": null,\n                                \"display_hsn\": true,\n                                \"website\": \"https://app.shipturtle.com/\",\n                                \"country\": \"IN\",\n                                \"type_of_vendor\": \"marketplace\",\n                                \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                                \"title\": \"violetplants\",\n                                \"parent_id\": 212738,\n                                \"extra_information\": null,\n                                \"invoice_date\": \"invoice_creation_date\",\n                                \"number_of_digits\": \"0\",\n                                \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                                \"created_by\": null,\n                                \"updated_by\": 28344,\n                                \"invoice_contact_name\": \"Hussain\",\n                                \"invoice_address_1\": \"dahod\",\n                                \"invoice_address_2\": \"dahod\",\n                                \"invoice_postal_code\": \"380005\",\n                                \"invoice_city\": \"Ahmedabad\",\n                                \"invoice_phone_number\": \"09173038104\",\n                                \"invoice_tin\": null,\n                                \"timezone\": \"America/Phoenix\",\n                                \"hand_delivered_enabled\": true,\n                                \"other_courier_partner_enabled\": true,\n                                \"billing_address_same_as_company_details\": false,\n                                \"deactivated_at\": null,\n                                \"state_code\": \"GJ\",\n                                \"automatically_sync_vendor_name_from_store\": true,\n                                \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                                \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                                \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                                \"correct_all_errors_in_order\": false,\n                                \"generate_shipping_labels_for_orders\": false,\n                                \"generate_invoices_for_dropship_orders\": false,\n                                \"can_vendor_enable_disable_product\": false,\n                                \"can_vendor_edit_quantity_product\": false,\n                                \"can_vendor_edit_weight_dimension_product\": false,\n                                \"can_vendor_edit_tax_product\": true,\n                                \"set_vendor_level_commission\": false,\n                                \"commission\": \"15\",\n                                \"discount_shared_by_vendor\": \"0\",\n                                \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                \"set_vendor_level_shared_discount\": false,\n                                \"set_vendor_level_commissoin_calculated_on\": false,\n                                \"use_shop_channel_values_to_set_commission\": false,\n                                \"can_vendor_generate_invoice\": true,\n                                \"can_vendor_process_shippings\": true,\n                                \"can_vendor_edit_hsn_tax\": true,\n                                \"can_vendor_add_courier_provider\": true,\n                                \"default_vendor_type\": \"marketplace\",\n                                \"no_of_deciaml_digits\": 2,\n                                \"credits\": 299956,\n                                \"plan_id\": 4,\n                                \"requested_plan_id\": null,\n                                \"override_invoice_permissions\": false,\n                                \"override_product_permissions\": false,\n                                \"override_order_routing_permissions\": false,\n                                \"override_shipping_permissions\": false,\n                                \"slug\": \"violetplants-212738\",\n                                \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                \"shipping_charge_commission_type\": \"fixed\",\n                                \"shipping_charge_commission\": 50,\n                                \"override_commission_calculated_tax_type\": false,\n                                \"override_shipping_charge_commission_type\": false,\n                                \"override_shipping_charge_commission\": 0,\n                                \"auto_email_to_vendor\": true,\n                                \"fixed_commission\": 10,\n                                \"service_charge\": 0,\n                                \"can_vendor_edit_price\": false,\n                                \"can_vendor_delete_product\": false,\n                                \"show_logo_in_awb\": false,\n                                \"hide_pick_address_in_awb\": false,\n                                \"hide_customer_info_in_awb\": true,\n                                \"hide_price_in_awb\": false,\n                                \"hide_customer_information_on_vendor_dashboards\": false,\n                                \"allow_merchant_to_generate_invoice\": false,\n                                \"show_merchant_logo_in_invoice\": true,\n                                \"locale\": \"en\",\n                                \"use_custom_waybill\": true,\n                                \"redirect_url\": \"dashboard\",\n                                \"invoice_state_code\": \"GJ\",\n                                \"invoice_country_code\": \"IN\",\n                                \"stripe_account_id\": null,\n                                \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                                \"enable_app_shipping_profile_on_shopify\": \"0\",\n                                \"policy\": null,\n                                \"css\": null,\n                                \"vendor_profile_color\": \"#f18024\",\n                                \"about_us\": null,\n                                \"facebook_link\": null,\n                                \"twitter_link\": null,\n                                \"instagram_link\": null,\n                                \"auto_fulfill_digital_orders\": true,\n                                \"use_default_warehouse_for_all_orders\": false,\n                                \"invoice_label_header_title\": null,\n                                \"invoice_place_of_supply\": null,\n                                \"invoice_cin_key_title\": null,\n                                \"invoice_cin\": null,\n                                \"give_vendor_access_to_merchant_shipper\": false,\n                                \"auto_generate_order_invoices_to_customers\": true,\n                                \"auto_email_order_invoices_to_customers\": true,\n                                \"treat_manual_payment_mode_as_cod\": false,\n                                \"fulfill_order_after_confirm\": false,\n                                \"add_notes_before_confirming_orders\": false,\n                                \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                                \"note_at_the_top_of_invoice\": null,\n                                \"vendor_shop_id\": null,\n                                \"vendor_category\": null,\n                                \"vendor_location\": null,\n                                \"short_description\": null,\n                                \"display_vendor_category\": true,\n                                \"display_vendor_location\": true,\n                                \"display_vendor_short_description\": true,\n                                \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                                \"sync_settings\": {\n                                    \"update_settings\": {\n                                        \"sku\": true,\n                                        \"tags\": true,\n                                        \"media\": true,\n                                        \"price\": true,\n                                        \"title\": true,\n                                        \"weight\": true,\n                                        \"barcode\": true,\n                                        \"quantity\": true,\n                                        \"description\": true,\n                                        \"product_type\": true,\n                                        \"variant_name\": true,\n                                        \"publish_status\": true,\n                                        \"compare_at_price\": true,\n                                        \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                    },\n                                    \"create_settings\": {\n                                        \"sku\": true,\n                                        \"tags\": true,\n                                        \"media\": true,\n                                        \"price\": true,\n                                        \"title\": true,\n                                        \"weight\": true,\n                                        \"barcode\": true,\n                                        \"quantity\": true,\n                                        \"description\": true,\n                                        \"product_type\": true,\n                                        \"variant_name\": true,\n                                        \"publish_status\": true,\n                                        \"compare_at_price\": true,\n                                        \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                    },\n                                    \"override_product_status_at_create\": true,\n                                    \"product_status\": \"as_per_vendor_product\",\n                                    \"enable_order_sync\": true,\n                                    \"push_only_if_order_paid\": false,\n                                    \"push_unsynced_product_order\": true,\n                                    \"auto_add_variant\": true,\n                                    \"auto_remove_variant\": true,\n                                    \"strictKeyCheck\": false,\n                                    \"on_product_delete\": \"do_nothing\",\n                                    \"on_product_unmapped\": \"do_nothing\",\n                                    \"push_only_if_product_connected\": true\n                                },\n                                \"override_hide_customer_information_permissions\": false,\n                                \"can_vendor_cancel_an_order\": false,\n                                \"hide_shipping_charges\": false,\n                                \"add_insurance_to_shipment\": 0,\n                                \"meta_title\": null,\n                                \"registration_link\": null,\n                                \"auto_approval_of_products_from_vendor\": true,\n                                \"ignore_selling_price_for_commission\": 0,\n                                \"shipping_label_check\": {\n                                    \"email\": false,\n                                    \"phone\": false,\n                                    \"address_line_1\": false,\n                                    \"address_line_2\": false,\n                                    \"address_line_1_minimum\": null,\n                                    \"address_line_1_maximum\": null,\n                                    \"address_line_2_minimum\": null,\n                                    \"address_line_2_maximum\": null\n                                },\n                                \"shipping_label_size\": \"smalllabel\",\n                                \"paypal_email\": null,\n                                \"use_custom_email_driver\": true,\n                                \"ignore_order_splitting\": false,\n                                \"hide_customer_information_on_vendor_dashboard\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false\n                                },\n                                \"hide_customer_information_in_awb\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false,\n                                    \"line_items\": false,\n                                    \"vendor_name\": false,\n                                    \"sku\": false,\n                                    \"weight_dimension\": false\n                                },\n                                \"hide_customer_information_in_invoice\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false\n                                },\n                                \"vendor_profile_settings\": {\n                                    \"seller_products_tab\": true,\n                                    \"seller_policy_tab\": true,\n                                    \"seller_contact_us_tab\": true,\n                                    \"seller_events_tab\": true,\n                                    \"seller_reviews_tab\": false,\n                                    \"seller_about_us_tab\": true\n                                },\n                                \"challan_message_1\": null,\n                                \"challan_message_2\": null,\n                                \"challan_prefix\": \"Invoice\",\n                                \"challan_number_same_as_invoice_number\": true,\n                                \"default_label_size_for_all_vendors\": true,\n                                \"hide_customer_information_in_export\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false\n                                },\n                                \"product_permissions\": null,\n                                \"hide_product_details_in_awb\": false,\n                                \"hide_invoice_details_in_awb\": false,\n                                \"company_note\": \"<p>sdfasdfab</p>\",\n                                \"meta_data\": \"[{\\\"uuid\\\":\\\"e95a7b2d-5210-4e7b-988f-7fbde7acf198\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/601990/dashboard-mockup-for-c2c.xlsx\\\",\\\"size\\\":102609,\\\"name\\\":\\\"Dashboard Mockup for C2C.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"50844059-549d-4bcc-88bf-a023fd46bd29\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/604572/28344-1690206866.xlsx\\\",\\\"size\\\":7389,\\\"name\\\":\\\"28344-1690206866.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3ad73d68-08a3-46b5-9afc-3d1ac5df398f\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655061/lable_cancelled_order_amazon.xlsx\\\",\\\"size\\\":26214,\\\"name\\\":\\\"Lable Cancelled Order Amazon.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                                \"color_theme_field\": \"light.blue\",\n                                \"change_tracking_url\": false,\n                                \"ship_to_address_as_merchants_default_warehouse\": false,\n                                \"can_vendor_hold_an_order\": false,\n                                \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                                \"allow_vendors_to_change_vendor_profile_details\": true,\n                                \"whatsapp_account\": \"use_company_account\",\n                                \"vendor_profile_theme_choosen\": \"theme-1\",\n                                \"whatsapp_credit\": 54,\n                                \"test_whatsapp_number\": \"+918849193468\",\n                                \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                                \"connected_vendor_shops\": [\n                                    \"vendorsynctesting5.myshopify.com\",\n                                    \"testing-for-vendorsync.myshopify.com\",\n                                    \"purpleplants.myshopify.com\",\n                                    \"https://st-wpdemo.com/\",\n                                    \"test-store-webkul-112.myshopify.com\",\n                                    \"https://st-wpdemo.com/\",\n                                    \"purpleplants.myshopify.com/\",\n                                    \"https://st-wpdemo.com/\",\n                                    \"purpleplants.myshopify.com\",\n                                    \"channelteststore5.myshopify.com\",\n                                    \"https://st-wpdemo.com/newtestclient/\",\n                                    \"purpleplants.myshopify.com\",\n                                    \"purpleplants.myshopify.com\"\n                                ],\n                                \"events\": null,\n                                \"commission_automation_set\": {\n                                    \"commission_automation\": true,\n                                    \"commission_automation_rules\": true,\n                                    \"commission_automation_date_range\": true,\n                                    \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                    \"time_buffer_for_commission_automation\": \"4\",\n                                    \"order_status_for_commission_automation\": \"pending\",\n                                    \"invoice_number_for_commission_automation\": 277,\n                                    \"date_Range_days_for_commission_automation\": \"4\"\n                                },\n                                \"auto_confirmation_using_tags_settings\": {\n                                    \"tags_settings_status\": true,\n                                    \"paid\": true,\n                                    \"tags_for_paid\": [],\n                                    \"cod_or_partially_paid\": false,\n                                    \"tags_for_cod_or_partially_paid\": [],\n                                    \"Exceptions_for_paid\": false,\n                                    \"Exceptions_for_paid_tags\": [],\n                                    \"Exceptions_for_cod_or_partially_paid\": false,\n                                    \"Exceptions_for_cod_or_partially_paid_tags\": []\n                                },\n                                \"preferred_location\": null,\n                                \"email_credit\": 4853,\n                                \"global_commission\": \"15\",\n                                \"global_discount_shared_by_vendor\": \"0\",\n                                \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                \"global_shipping_charge_commission_type\": \"fixed\",\n                                \"global_shipping_charge_commission\": 50,\n                                \"global_fixed_commission\": 10,\n                                \"invoice_country_detail\": {\n                                    \"id\": 98,\n                                    \"name\": \"India\",\n                                    \"code\": \"IN\",\n                                    \"dial_code\": \"+91\",\n                                    \"currency_name\": \"Indian rupee\",\n                                    \"currency_symbol\": \"Rs.\",\n                                    \"currency_code\": \"INR\",\n                                    \"created_at\": null,\n                                    \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                    \"name_with_symbole\": \"Indian rupee - Rs.\"\n                                },\n                                \"commission_tags\": {\n                                    \"company_id\": 212738,\n                                    \"override_commission\": true\n                                },\n                                \"parent\": {\n                                    \"id\": 212738,\n                                    \"company_name\": \"kapil\",\n                                    \"brand_name\": \"violetplants\",\n                                    \"company_logo\": null,\n                                    \"contact_name\": null,\n                                    \"phone_number\": null,\n                                    \"email\": \"varshil.shipturtle@gmail.com\",\n                                    \"address_line_1\": null,\n                                    \"address_line_2\": \"gj 23\",\n                                    \"pin_code\": \"380009\",\n                                    \"city\": \"Ahmedabad\",\n                                    \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                                    \"updated_at\": \"2023-12-21T12:23:57.000000Z\",\n                                    \"state_id\": null,\n                                    \"gstin_number\": \"1234\",\n                                    \"invoice_prefix\": \"Invoice\",\n                                    \"starting_invoice_number\": \"22\",\n                                    \"terms_and_conditions\": null,\n                                    \"bank_account_beneficiary_name\": null,\n                                    \"bank_account_name\": null,\n                                    \"ifsc_code\": null,\n                                    \"label_company_name\": null,\n                                    \"label_contact_name\": null,\n                                    \"label_phone\": null,\n                                    \"label_email_address\": null,\n                                    \"label_address_line_1\": null,\n                                    \"label_address_line_2\": null,\n                                    \"label_pin_code\": null,\n                                    \"label_city\": null,\n                                    \"label_state\": null,\n                                    \"signature\": null,\n                                    \"currency\": \"INR\",\n                                    \"weight\": null,\n                                    \"measurement\": null,\n                                    \"gst_enabled\": true,\n                                    \"override_channel_product_weight_enabled\": true,\n                                    \"label_details_same_as_company\": true,\n                                    \"multi_vendor_invoicing_enabled\": false,\n                                    \"multi_vendor_shipping_enabled\": false,\n                                    \"is_master\": \"1\",\n                                    \"invoice_number_same_as_order_number\": true,\n                                    \"enable_disable_cod_reconciliation\": true,\n                                    \"enable_disable_freight_reconciliation\": true,\n                                    \"cod_tolerance\": \"5\",\n                                    \"freight_tolerance\": \"2\",\n                                    \"is_multi_vendor_enabled\": true,\n                                    \"invoice_message\": null,\n                                    \"inclusive_exclusive\": null,\n                                    \"is_tax_on_shipping\": \"no\",\n                                    \"tax_on_shipping\": null,\n                                    \"primary_color\": \"#222F3D\",\n                                    \"secondary_color\": null,\n                                    \"display_hsn\": true,\n                                    \"website\": \"https://app.shipturtle.com/\",\n                                    \"country\": \"IN\",\n                                    \"type_of_vendor\": \"marketplace\",\n                                    \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                                    \"title\": \"violetplants\",\n                                    \"parent_id\": 212738,\n                                    \"extra_information\": null,\n                                    \"invoice_date\": \"invoice_creation_date\",\n                                    \"number_of_digits\": \"0\",\n                                    \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                                    \"created_by\": null,\n                                    \"updated_by\": 28344,\n                                    \"invoice_contact_name\": \"Hussain\",\n                                    \"invoice_address_1\": \"dahod\",\n                                    \"invoice_address_2\": \"dahod\",\n                                    \"invoice_postal_code\": \"380005\",\n                                    \"invoice_city\": \"Ahmedabad\",\n                                    \"invoice_phone_number\": \"09173038104\",\n                                    \"invoice_tin\": null,\n                                    \"timezone\": \"America/Phoenix\",\n                                    \"hand_delivered_enabled\": true,\n                                    \"other_courier_partner_enabled\": true,\n                                    \"billing_address_same_as_company_details\": false,\n                                    \"deactivated_at\": null,\n                                    \"state_code\": \"GJ\",\n                                    \"automatically_sync_vendor_name_from_store\": true,\n                                    \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                                    \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                                    \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                                    \"correct_all_errors_in_order\": false,\n                                    \"generate_shipping_labels_for_orders\": false,\n                                    \"generate_invoices_for_dropship_orders\": false,\n                                    \"can_vendor_enable_disable_product\": false,\n                                    \"can_vendor_edit_quantity_product\": false,\n                                    \"can_vendor_edit_weight_dimension_product\": false,\n                                    \"can_vendor_edit_tax_product\": true,\n                                    \"set_vendor_level_commission\": false,\n                                    \"commission\": \"15\",\n                                    \"discount_shared_by_vendor\": \"0\",\n                                    \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                    \"set_vendor_level_shared_discount\": false,\n                                    \"set_vendor_level_commissoin_calculated_on\": false,\n                                    \"use_shop_channel_values_to_set_commission\": false,\n                                    \"can_vendor_generate_invoice\": true,\n                                    \"can_vendor_process_shippings\": true,\n                                    \"can_vendor_edit_hsn_tax\": true,\n                                    \"can_vendor_add_courier_provider\": true,\n                                    \"default_vendor_type\": \"marketplace\",\n                                    \"no_of_deciaml_digits\": 2,\n                                    \"credits\": 299956,\n                                    \"plan_id\": 4,\n                                    \"requested_plan_id\": null,\n                                    \"override_invoice_permissions\": false,\n                                    \"override_product_permissions\": false,\n                                    \"override_order_routing_permissions\": false,\n                                    \"override_shipping_permissions\": false,\n                                    \"slug\": \"violetplants-212738\",\n                                    \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                    \"shipping_charge_commission_type\": \"fixed\",\n                                    \"shipping_charge_commission\": 50,\n                                    \"override_commission_calculated_tax_type\": false,\n                                    \"override_shipping_charge_commission_type\": false,\n                                    \"override_shipping_charge_commission\": 0,\n                                    \"auto_email_to_vendor\": true,\n                                    \"fixed_commission\": 10,\n                                    \"service_charge\": 0,\n                                    \"can_vendor_edit_price\": false,\n                                    \"can_vendor_delete_product\": false,\n                                    \"show_logo_in_awb\": false,\n                                    \"hide_pick_address_in_awb\": false,\n                                    \"hide_customer_info_in_awb\": true,\n                                    \"hide_price_in_awb\": false,\n                                    \"hide_customer_information_on_vendor_dashboards\": false,\n                                    \"allow_merchant_to_generate_invoice\": false,\n                                    \"show_merchant_logo_in_invoice\": true,\n                                    \"locale\": \"en\",\n                                    \"use_custom_waybill\": true,\n                                    \"redirect_url\": \"dashboard\",\n                                    \"invoice_state_code\": \"GJ\",\n                                    \"invoice_country_code\": \"IN\",\n                                    \"stripe_account_id\": null,\n                                    \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                                    \"enable_app_shipping_profile_on_shopify\": \"0\",\n                                    \"policy\": null,\n                                    \"css\": null,\n                                    \"vendor_profile_color\": \"#f18024\",\n                                    \"about_us\": null,\n                                    \"facebook_link\": null,\n                                    \"twitter_link\": null,\n                                    \"instagram_link\": null,\n                                    \"auto_fulfill_digital_orders\": true,\n                                    \"use_default_warehouse_for_all_orders\": false,\n                                    \"invoice_label_header_title\": null,\n                                    \"invoice_place_of_supply\": null,\n                                    \"invoice_cin_key_title\": null,\n                                    \"invoice_cin\": null,\n                                    \"give_vendor_access_to_merchant_shipper\": false,\n                                    \"auto_generate_order_invoices_to_customers\": true,\n                                    \"auto_email_order_invoices_to_customers\": true,\n                                    \"treat_manual_payment_mode_as_cod\": false,\n                                    \"fulfill_order_after_confirm\": false,\n                                    \"add_notes_before_confirming_orders\": false,\n                                    \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                                    \"note_at_the_top_of_invoice\": null,\n                                    \"vendor_shop_id\": null,\n                                    \"vendor_category\": null,\n                                    \"vendor_location\": null,\n                                    \"short_description\": null,\n                                    \"display_vendor_category\": true,\n                                    \"display_vendor_location\": true,\n                                    \"display_vendor_short_description\": true,\n                                    \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                                    \"sync_settings\": {\n                                        \"update_settings\": {\n                                            \"sku\": true,\n                                            \"tags\": true,\n                                            \"media\": true,\n                                            \"price\": true,\n                                            \"title\": true,\n                                            \"weight\": true,\n                                            \"barcode\": true,\n                                            \"quantity\": true,\n                                            \"description\": true,\n                                            \"product_type\": true,\n                                            \"variant_name\": true,\n                                            \"publish_status\": true,\n                                            \"compare_at_price\": true,\n                                            \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                        },\n                                        \"create_settings\": {\n                                            \"sku\": true,\n                                            \"tags\": true,\n                                            \"media\": true,\n                                            \"price\": true,\n                                            \"title\": true,\n                                            \"weight\": true,\n                                            \"barcode\": true,\n                                            \"quantity\": true,\n                                            \"description\": true,\n                                            \"product_type\": true,\n                                            \"variant_name\": true,\n                                            \"publish_status\": true,\n                                            \"compare_at_price\": true,\n                                            \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                        },\n                                        \"override_product_status_at_create\": true,\n                                        \"product_status\": \"as_per_vendor_product\",\n                                        \"enable_order_sync\": true,\n                                        \"push_only_if_order_paid\": false,\n                                        \"push_unsynced_product_order\": true,\n                                        \"auto_add_variant\": true,\n                                        \"auto_remove_variant\": true,\n                                        \"strictKeyCheck\": false,\n                                        \"on_product_delete\": \"do_nothing\",\n                                        \"on_product_unmapped\": \"do_nothing\",\n                                        \"push_only_if_product_connected\": true\n                                    },\n                                    \"override_hide_customer_information_permissions\": false,\n                                    \"can_vendor_cancel_an_order\": false,\n                                    \"hide_shipping_charges\": false,\n                                    \"add_insurance_to_shipment\": 0,\n                                    \"meta_title\": null,\n                                    \"registration_link\": null,\n                                    \"auto_approval_of_products_from_vendor\": true,\n                                    \"ignore_selling_price_for_commission\": 0,\n                                    \"shipping_label_check\": {\n                                        \"email\": false,\n                                        \"phone\": false,\n                                        \"address_line_1\": false,\n                                        \"address_line_2\": false,\n                                        \"address_line_1_minimum\": null,\n                                        \"address_line_1_maximum\": null,\n                                        \"address_line_2_minimum\": null,\n                                        \"address_line_2_maximum\": null\n                                    },\n                                    \"shipping_label_size\": \"smalllabel\",\n                                    \"paypal_email\": null,\n                                    \"use_custom_email_driver\": true,\n                                    \"ignore_order_splitting\": false,\n                                    \"hide_customer_information_on_vendor_dashboard\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false\n                                    },\n                                    \"hide_customer_information_in_awb\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false,\n                                        \"line_items\": false,\n                                        \"vendor_name\": false,\n                                        \"sku\": false,\n                                        \"weight_dimension\": false\n                                    },\n                                    \"hide_customer_information_in_invoice\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false\n                                    },\n                                    \"vendor_profile_settings\": {\n                                        \"seller_products_tab\": true,\n                                        \"seller_policy_tab\": true,\n                                        \"seller_contact_us_tab\": true,\n                                        \"seller_events_tab\": true,\n                                        \"seller_reviews_tab\": false,\n                                        \"seller_about_us_tab\": true\n                                    },\n                                    \"challan_message_1\": null,\n                                    \"challan_message_2\": null,\n                                    \"challan_prefix\": \"Invoice\",\n                                    \"challan_number_same_as_invoice_number\": true,\n                                    \"default_label_size_for_all_vendors\": true,\n                                    \"hide_customer_information_in_export\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false\n                                    },\n                                    \"product_permissions\": null,\n                                    \"hide_product_details_in_awb\": false,\n                                    \"hide_invoice_details_in_awb\": false,\n                                    \"company_note\": \"<p>sdfasdfab</p>\",\n                                    \"meta_data\": \"[{\\\"uuid\\\":\\\"e95a7b2d-5210-4e7b-988f-7fbde7acf198\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/601990/dashboard-mockup-for-c2c.xlsx\\\",\\\"size\\\":102609,\\\"name\\\":\\\"Dashboard Mockup for C2C.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"50844059-549d-4bcc-88bf-a023fd46bd29\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/604572/28344-1690206866.xlsx\\\",\\\"size\\\":7389,\\\"name\\\":\\\"28344-1690206866.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3ad73d68-08a3-46b5-9afc-3d1ac5df398f\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655061/lable_cancelled_order_amazon.xlsx\\\",\\\"size\\\":26214,\\\"name\\\":\\\"Lable Cancelled Order Amazon.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                                    \"color_theme_field\": \"light.blue\",\n                                    \"change_tracking_url\": false,\n                                    \"ship_to_address_as_merchants_default_warehouse\": false,\n                                    \"can_vendor_hold_an_order\": false,\n                                    \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                                    \"allow_vendors_to_change_vendor_profile_details\": true,\n                                    \"whatsapp_account\": \"use_company_account\",\n                                    \"vendor_profile_theme_choosen\": \"theme-1\",\n                                    \"whatsapp_credit\": 54,\n                                    \"test_whatsapp_number\": \"+918849193468\",\n                                    \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                                    \"connected_vendor_shops\": [\n                                        \"vendorsynctesting5.myshopify.com\",\n                                        \"testing-for-vendorsync.myshopify.com\",\n                                        \"purpleplants.myshopify.com\",\n                                        \"https://st-wpdemo.com/\",\n                                        \"test-store-webkul-112.myshopify.com\",\n                                        \"https://st-wpdemo.com/\",\n                                        \"purpleplants.myshopify.com/\",\n                                        \"https://st-wpdemo.com/\",\n                                        \"purpleplants.myshopify.com\",\n                                        \"channelteststore5.myshopify.com\",\n                                        \"https://st-wpdemo.com/newtestclient/\",\n                                        \"purpleplants.myshopify.com\",\n                                        \"purpleplants.myshopify.com\"\n                                    ],\n                                    \"events\": null,\n                                    \"commission_automation_set\": {\n                                        \"commission_automation\": true,\n                                        \"commission_automation_rules\": true,\n                                        \"commission_automation_date_range\": true,\n                                        \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                        \"time_buffer_for_commission_automation\": \"4\",\n                                        \"order_status_for_commission_automation\": \"pending\",\n                                        \"invoice_number_for_commission_automation\": 277,\n                                        \"date_Range_days_for_commission_automation\": \"4\"\n                                    },\n                                    \"auto_confirmation_using_tags_settings\": {\n                                        \"tags_settings_status\": true,\n                                        \"paid\": true,\n                                        \"tags_for_paid\": [],\n                                        \"cod_or_partially_paid\": false,\n                                        \"tags_for_cod_or_partially_paid\": [],\n                                        \"Exceptions_for_paid\": false,\n                                        \"Exceptions_for_paid_tags\": [],\n                                        \"Exceptions_for_cod_or_partially_paid\": false,\n                                        \"Exceptions_for_cod_or_partially_paid_tags\": []\n                                    },\n                                    \"preferred_location\": null,\n                                    \"email_credit\": 4853,\n                                    \"global_commission\": \"15\",\n                                    \"global_discount_shared_by_vendor\": \"0\",\n                                    \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                    \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                    \"global_shipping_charge_commission_type\": \"fixed\",\n                                    \"global_shipping_charge_commission\": 50,\n                                    \"global_fixed_commission\": 10,\n                                    \"invoice_country_detail\": {\n                                        \"id\": 98,\n                                        \"name\": \"India\",\n                                        \"code\": \"IN\",\n                                        \"dial_code\": \"+91\",\n                                        \"currency_name\": \"Indian rupee\",\n                                        \"currency_symbol\": \"Rs.\",\n                                        \"currency_code\": \"INR\",\n                                        \"created_at\": null,\n                                        \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                        \"name_with_symbole\": \"Indian rupee - Rs.\"\n                                    },\n                                    \"commission_tags\": {\n                                        \"company_id\": 212738,\n                                        \"override_commission\": true\n                                    }\n                                }\n                            },\n                            \"overridden_commission_level\": \"global\",\n                            \"overridden_commission\": \"15\",\n                            \"overridden_fixed_commission\": 10,\n                            \"global_commission_level\": \"global\",\n                            \"global_commission\": \"15\",\n                            \"global_fixed_commission\": 10\n                        },\n                        \"media\": []\n                    },\n                    \"alien_variant\": null\n                },\n                {\n                    \"id\": 22397107,\n                    \"commission\": null,\n                    \"fixed_commission\": 0,\n                    \"company_id\": 212738,\n                    \"product_id\": 8057554,\n                    \"image\": null,\n                    \"channel_variant_id\": \"22530941\",\n                    \"compare_at_price\": \"0.00\",\n                    \"deleted_at\": null,\n                    \"deactivated_at\": true,\n                    \"grams\": \"0\",\n                    \"height\": null,\n                    \"image_id\": null,\n                    \"inventory_item_id\": \"50352895263023\",\n                    \"inventory_management\": \"shopify\",\n                    \"inventory_policy\": \"deny\",\n                    \"inventory_quantity\": \"27\",\n                    \"length\": null,\n                    \"old_inventory_quantity\": null,\n                    \"option1\": \"GREEN\",\n                    \"option2\": \"L\",\n                    \"option3\": \"Title3\",\n                    \"price\": \"2010.00\",\n                    \"provider\": null,\n                    \"requires_shipping\": null,\n                    \"shop_id\": 4147,\n                    \"sku\": \"NEW-DESTINATION\",\n                    \"tax_id\": null,\n                    \"title\": \"GREEN / L / Title3\",\n                    \"updated_at\": \"2023-12-21T11:03:57.000000Z\",\n                    \"weight\": \"0\",\n                    \"weight_unit\": \"kg\",\n                    \"width\": null,\n                    \"parent_id\": 212738,\n                    \"override_commission\": false,\n                    \"vendor_shop_variant_id\": null,\n                    \"barcode\": \"\",\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/48308473856303\",\n                    \"overridden_commission_level\": \"global\",\n                    \"overridden_commission\": \"15\",\n                    \"overridden_fixed_commission\": 10,\n                    \"file_history\": null,\n                    \"company\": {\n                        \"id\": 212738,\n                        \"title\": \"violetplants\",\n                        \"parent_id\": 212738,\n                        \"commission\": \"15\",\n                        \"fixed_commission\": 10,\n                        \"set_vendor_level_commission\": false,\n                        \"global_commission\": \"15\",\n                        \"global_discount_shared_by_vendor\": \"0\",\n                        \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                        \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                        \"global_shipping_charge_commission_type\": \"fixed\",\n                        \"global_shipping_charge_commission\": 50,\n                        \"global_fixed_commission\": 10,\n                        \"invoice_country_detail\": null,\n                        \"commission_tags\": {\n                            \"company_id\": 212738,\n                            \"override_commission\": true\n                        },\n                        \"parent\": {\n                            \"id\": 212738,\n                            \"company_name\": \"kapil\",\n                            \"brand_name\": \"violetplants\",\n                            \"company_logo\": null,\n                            \"contact_name\": null,\n                            \"phone_number\": null,\n                            \"email\": \"varshil.shipturtle@gmail.com\",\n                            \"address_line_1\": null,\n                            \"address_line_2\": \"gj 23\",\n                            \"pin_code\": \"380009\",\n                            \"city\": \"Ahmedabad\",\n                            \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                            \"updated_at\": \"2023-12-21T12:23:57.000000Z\",\n                            \"state_id\": null,\n                            \"gstin_number\": \"1234\",\n                            \"invoice_prefix\": \"Invoice\",\n                            \"starting_invoice_number\": \"22\",\n                            \"terms_and_conditions\": null,\n                            \"bank_account_beneficiary_name\": null,\n                            \"bank_account_name\": null,\n                            \"ifsc_code\": null,\n                            \"label_company_name\": null,\n                            \"label_contact_name\": null,\n                            \"label_phone\": null,\n                            \"label_email_address\": null,\n                            \"label_address_line_1\": null,\n                            \"label_address_line_2\": null,\n                            \"label_pin_code\": null,\n                            \"label_city\": null,\n                            \"label_state\": null,\n                            \"signature\": null,\n                            \"currency\": \"INR\",\n                            \"weight\": null,\n                            \"measurement\": null,\n                            \"gst_enabled\": true,\n                            \"override_channel_product_weight_enabled\": true,\n                            \"label_details_same_as_company\": true,\n                            \"multi_vendor_invoicing_enabled\": false,\n                            \"multi_vendor_shipping_enabled\": false,\n                            \"is_master\": \"1\",\n                            \"invoice_number_same_as_order_number\": true,\n                            \"enable_disable_cod_reconciliation\": true,\n                            \"enable_disable_freight_reconciliation\": true,\n                            \"cod_tolerance\": \"5\",\n                            \"freight_tolerance\": \"2\",\n                            \"is_multi_vendor_enabled\": true,\n                            \"invoice_message\": null,\n                            \"inclusive_exclusive\": null,\n                            \"is_tax_on_shipping\": \"no\",\n                            \"tax_on_shipping\": null,\n                            \"primary_color\": \"#222F3D\",\n                            \"secondary_color\": null,\n                            \"display_hsn\": true,\n                            \"website\": \"https://app.shipturtle.com/\",\n                            \"country\": \"IN\",\n                            \"type_of_vendor\": \"marketplace\",\n                            \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                            \"title\": \"violetplants\",\n                            \"parent_id\": 212738,\n                            \"extra_information\": null,\n                            \"invoice_date\": \"invoice_creation_date\",\n                            \"number_of_digits\": \"0\",\n                            \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                            \"created_by\": null,\n                            \"updated_by\": 28344,\n                            \"invoice_contact_name\": \"Hussain\",\n                            \"invoice_address_1\": \"dahod\",\n                            \"invoice_address_2\": \"dahod\",\n                            \"invoice_postal_code\": \"380005\",\n                            \"invoice_city\": \"Ahmedabad\",\n                            \"invoice_phone_number\": \"09173038104\",\n                            \"invoice_tin\": null,\n                            \"timezone\": \"America/Phoenix\",\n                            \"hand_delivered_enabled\": true,\n                            \"other_courier_partner_enabled\": true,\n                            \"billing_address_same_as_company_details\": false,\n                            \"deactivated_at\": null,\n                            \"state_code\": \"GJ\",\n                            \"automatically_sync_vendor_name_from_store\": true,\n                            \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                            \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                            \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                            \"correct_all_errors_in_order\": false,\n                            \"generate_shipping_labels_for_orders\": false,\n                            \"generate_invoices_for_dropship_orders\": false,\n                            \"can_vendor_enable_disable_product\": false,\n                            \"can_vendor_edit_quantity_product\": false,\n                            \"can_vendor_edit_weight_dimension_product\": false,\n                            \"can_vendor_edit_tax_product\": true,\n                            \"set_vendor_level_commission\": false,\n                            \"commission\": \"15\",\n                            \"discount_shared_by_vendor\": \"0\",\n                            \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"set_vendor_level_shared_discount\": false,\n                            \"set_vendor_level_commissoin_calculated_on\": false,\n                            \"use_shop_channel_values_to_set_commission\": false,\n                            \"can_vendor_generate_invoice\": true,\n                            \"can_vendor_process_shippings\": true,\n                            \"can_vendor_edit_hsn_tax\": true,\n                            \"can_vendor_add_courier_provider\": true,\n                            \"default_vendor_type\": \"marketplace\",\n                            \"no_of_deciaml_digits\": 2,\n                            \"credits\": 299956,\n                            \"plan_id\": 4,\n                            \"requested_plan_id\": null,\n                            \"override_invoice_permissions\": false,\n                            \"override_product_permissions\": false,\n                            \"override_order_routing_permissions\": false,\n                            \"override_shipping_permissions\": false,\n                            \"slug\": \"violetplants-212738\",\n                            \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"shipping_charge_commission_type\": \"fixed\",\n                            \"shipping_charge_commission\": 50,\n                            \"override_commission_calculated_tax_type\": false,\n                            \"override_shipping_charge_commission_type\": false,\n                            \"override_shipping_charge_commission\": 0,\n                            \"auto_email_to_vendor\": true,\n                            \"fixed_commission\": 10,\n                            \"service_charge\": 0,\n                            \"can_vendor_edit_price\": false,\n                            \"can_vendor_delete_product\": false,\n                            \"show_logo_in_awb\": false,\n                            \"hide_pick_address_in_awb\": false,\n                            \"hide_customer_info_in_awb\": true,\n                            \"hide_price_in_awb\": false,\n                            \"hide_customer_information_on_vendor_dashboards\": false,\n                            \"allow_merchant_to_generate_invoice\": false,\n                            \"show_merchant_logo_in_invoice\": true,\n                            \"locale\": \"en\",\n                            \"use_custom_waybill\": true,\n                            \"redirect_url\": \"dashboard\",\n                            \"invoice_state_code\": \"GJ\",\n                            \"invoice_country_code\": \"IN\",\n                            \"stripe_account_id\": null,\n                            \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                            \"enable_app_shipping_profile_on_shopify\": \"0\",\n                            \"policy\": null,\n                            \"css\": null,\n                            \"vendor_profile_color\": \"#f18024\",\n                            \"about_us\": null,\n                            \"facebook_link\": null,\n                            \"twitter_link\": null,\n                            \"instagram_link\": null,\n                            \"auto_fulfill_digital_orders\": true,\n                            \"use_default_warehouse_for_all_orders\": false,\n                            \"invoice_label_header_title\": null,\n                            \"invoice_place_of_supply\": null,\n                            \"invoice_cin_key_title\": null,\n                            \"invoice_cin\": null,\n                            \"give_vendor_access_to_merchant_shipper\": false,\n                            \"auto_generate_order_invoices_to_customers\": true,\n                            \"auto_email_order_invoices_to_customers\": true,\n                            \"treat_manual_payment_mode_as_cod\": false,\n                            \"fulfill_order_after_confirm\": false,\n                            \"add_notes_before_confirming_orders\": false,\n                            \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                            \"note_at_the_top_of_invoice\": null,\n                            \"vendor_shop_id\": null,\n                            \"vendor_category\": null,\n                            \"vendor_location\": null,\n                            \"short_description\": null,\n                            \"display_vendor_category\": true,\n                            \"display_vendor_location\": true,\n                            \"display_vendor_short_description\": true,\n                            \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                            \"sync_settings\": {\n                                \"update_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": true,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"create_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": true,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"override_product_status_at_create\": true,\n                                \"product_status\": \"as_per_vendor_product\",\n                                \"enable_order_sync\": true,\n                                \"push_only_if_order_paid\": false,\n                                \"push_unsynced_product_order\": true,\n                                \"auto_add_variant\": true,\n                                \"auto_remove_variant\": true,\n                                \"strictKeyCheck\": false,\n                                \"on_product_delete\": \"do_nothing\",\n                                \"on_product_unmapped\": \"do_nothing\",\n                                \"push_only_if_product_connected\": true\n                            },\n                            \"override_hide_customer_information_permissions\": false,\n                            \"can_vendor_cancel_an_order\": false,\n                            \"hide_shipping_charges\": false,\n                            \"add_insurance_to_shipment\": 0,\n                            \"meta_title\": null,\n                            \"registration_link\": null,\n                            \"auto_approval_of_products_from_vendor\": true,\n                            \"ignore_selling_price_for_commission\": 0,\n                            \"shipping_label_check\": {\n                                \"email\": false,\n                                \"phone\": false,\n                                \"address_line_1\": false,\n                                \"address_line_2\": false,\n                                \"address_line_1_minimum\": null,\n                                \"address_line_1_maximum\": null,\n                                \"address_line_2_minimum\": null,\n                                \"address_line_2_maximum\": null\n                            },\n                            \"shipping_label_size\": \"smalllabel\",\n                            \"paypal_email\": null,\n                            \"use_custom_email_driver\": true,\n                            \"ignore_order_splitting\": false,\n                            \"hide_customer_information_on_vendor_dashboard\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"hide_customer_information_in_awb\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false,\n                                \"line_items\": false,\n                                \"vendor_name\": false,\n                                \"sku\": false,\n                                \"weight_dimension\": false\n                            },\n                            \"hide_customer_information_in_invoice\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"vendor_profile_settings\": {\n                                \"seller_products_tab\": true,\n                                \"seller_policy_tab\": true,\n                                \"seller_contact_us_tab\": true,\n                                \"seller_events_tab\": true,\n                                \"seller_reviews_tab\": false,\n                                \"seller_about_us_tab\": true\n                            },\n                            \"challan_message_1\": null,\n                            \"challan_message_2\": null,\n                            \"challan_prefix\": \"Invoice\",\n                            \"challan_number_same_as_invoice_number\": true,\n                            \"default_label_size_for_all_vendors\": true,\n                            \"hide_customer_information_in_export\": {\n                                \"name\": false,\n                                \"phone\": false,\n                                \"address\": false,\n                                \"email\": false,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"product_permissions\": null,\n                            \"hide_product_details_in_awb\": false,\n                            \"hide_invoice_details_in_awb\": false,\n                            \"company_note\": \"<p>sdfasdfab</p>\",\n                            \"meta_data\": \"[{\\\"uuid\\\":\\\"e95a7b2d-5210-4e7b-988f-7fbde7acf198\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/601990/dashboard-mockup-for-c2c.xlsx\\\",\\\"size\\\":102609,\\\"name\\\":\\\"Dashboard Mockup for C2C.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"50844059-549d-4bcc-88bf-a023fd46bd29\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/604572/28344-1690206866.xlsx\\\",\\\"size\\\":7389,\\\"name\\\":\\\"28344-1690206866.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3ad73d68-08a3-46b5-9afc-3d1ac5df398f\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655061/lable_cancelled_order_amazon.xlsx\\\",\\\"size\\\":26214,\\\"name\\\":\\\"Lable Cancelled Order Amazon.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                            \"color_theme_field\": \"light.blue\",\n                            \"change_tracking_url\": false,\n                            \"ship_to_address_as_merchants_default_warehouse\": false,\n                            \"can_vendor_hold_an_order\": false,\n                            \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                            \"allow_vendors_to_change_vendor_profile_details\": true,\n                            \"whatsapp_account\": \"use_company_account\",\n                            \"vendor_profile_theme_choosen\": \"theme-1\",\n                            \"whatsapp_credit\": 54,\n                            \"test_whatsapp_number\": \"+918849193468\",\n                            \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                            \"connected_vendor_shops\": [\n                                \"vendorsynctesting5.myshopify.com\",\n                                \"testing-for-vendorsync.myshopify.com\",\n                                \"purpleplants.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"test-store-webkul-112.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com/\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com\",\n                                \"channelteststore5.myshopify.com\",\n                                \"https://st-wpdemo.com/newtestclient/\",\n                                \"purpleplants.myshopify.com\",\n                                \"purpleplants.myshopify.com\"\n                            ],\n                            \"events\": null,\n                            \"commission_automation_set\": {\n                                \"commission_automation\": true,\n                                \"commission_automation_rules\": true,\n                                \"commission_automation_date_range\": true,\n                                \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                \"time_buffer_for_commission_automation\": \"4\",\n                                \"order_status_for_commission_automation\": \"pending\",\n                                \"invoice_number_for_commission_automation\": 277,\n                                \"date_Range_days_for_commission_automation\": \"4\"\n                            },\n                            \"auto_confirmation_using_tags_settings\": {\n                                \"tags_settings_status\": true,\n                                \"paid\": true,\n                                \"tags_for_paid\": [],\n                                \"cod_or_partially_paid\": false,\n                                \"tags_for_cod_or_partially_paid\": [],\n                                \"Exceptions_for_paid\": false,\n                                \"Exceptions_for_paid_tags\": [],\n                                \"Exceptions_for_cod_or_partially_paid\": false,\n                                \"Exceptions_for_cod_or_partially_paid_tags\": []\n                            },\n                            \"preferred_location\": null,\n                            \"email_credit\": 4853,\n                            \"global_commission\": \"15\",\n                            \"global_discount_shared_by_vendor\": \"0\",\n                            \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"global_shipping_charge_commission_type\": \"fixed\",\n                            \"global_shipping_charge_commission\": 50,\n                            \"global_fixed_commission\": 10,\n                            \"invoice_country_detail\": {\n                                \"id\": 98,\n                                \"name\": \"India\",\n                                \"code\": \"IN\",\n                                \"dial_code\": \"+91\",\n                                \"currency_name\": \"Indian rupee\",\n                                \"currency_symbol\": \"Rs.\",\n                                \"currency_code\": \"INR\",\n                                \"created_at\": null,\n                                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                \"name_with_symbole\": \"Indian rupee - Rs.\"\n                            },\n                            \"commission_tags\": {\n                                \"company_id\": 212738,\n                                \"override_commission\": true\n                            }\n                        }\n                    },\n                    \"tax\": null,\n                    \"inventory_item\": {\n                        \"id\": 13164401,\n                        \"sku\": \"NEW-DESTINATION\",\n                        \"requires_shipping\": true,\n                        \"cost\": \"10.00\",\n                        \"admin_graphql_api_id\": \"gid://shopify/InventoryItem/50352895263023\",\n                        \"created_at\": \"2023-12-21T11:03:57.000000Z\",\n                        \"updated_at\": \"2023-12-21T11:03:57.000000Z\",\n                        \"shop_id\": 4147,\n                        \"channel_id\": \"50352895263023\",\n                        \"variant_id\": null,\n                        \"channel\": null,\n                        \"country_harmonized_system_codes\": null,\n                        \"harmonized_system_code\": null,\n                        \"deleted_at\": null\n                    },\n                    \"product\": {\n                        \"id\": 8057554,\n                        \"product_type_id\": 145003,\n                        \"image_link\": null,\n                        \"images_link\": null,\n                        \"uploaded_images\": [],\n                        \"product_type_title\": \"Canvas\",\n                        \"variant_inventory_count\": {\n                            \"quantity\": 378,\n                            \"length\": 27\n                        },\n                        \"product_type\": {\n                            \"id\": 145003,\n                            \"channel\": \"shopify\",\n                            \"shop_id\": 4147,\n                            \"title\": \"Canvas\",\n                            \"commission\": null,\n                            \"created_at\": \"2023-11-30T06:49:18.000000Z\",\n                            \"updated_at\": \"2023-11-30T06:49:18.000000Z\",\n                            \"fixed_commission\": 0,\n                            \"override_commission\": false,\n                            \"companyObject\": {\n                                \"id\": 212738,\n                                \"company_name\": \"kapil\",\n                                \"brand_name\": \"violetplants\",\n                                \"company_logo\": null,\n                                \"contact_name\": null,\n                                \"phone_number\": null,\n                                \"email\": \"varshil.shipturtle@gmail.com\",\n                                \"address_line_1\": null,\n                                \"address_line_2\": \"gj 23\",\n                                \"pin_code\": \"380009\",\n                                \"city\": \"Ahmedabad\",\n                                \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                                \"updated_at\": \"2023-12-21T12:23:57.000000Z\",\n                                \"state_id\": null,\n                                \"gstin_number\": \"1234\",\n                                \"invoice_prefix\": \"Invoice\",\n                                \"starting_invoice_number\": \"22\",\n                                \"terms_and_conditions\": null,\n                                \"bank_account_beneficiary_name\": null,\n                                \"bank_account_name\": null,\n                                \"ifsc_code\": null,\n                                \"label_company_name\": null,\n                                \"label_contact_name\": null,\n                                \"label_phone\": null,\n                                \"label_email_address\": null,\n                                \"label_address_line_1\": null,\n                                \"label_address_line_2\": null,\n                                \"label_pin_code\": null,\n                                \"label_city\": null,\n                                \"label_state\": null,\n                                \"signature\": null,\n                                \"currency\": \"INR\",\n                                \"weight\": null,\n                                \"measurement\": null,\n                                \"gst_enabled\": true,\n                                \"override_channel_product_weight_enabled\": true,\n                                \"label_details_same_as_company\": true,\n                                \"multi_vendor_invoicing_enabled\": false,\n                                \"multi_vendor_shipping_enabled\": false,\n                                \"is_master\": \"1\",\n                                \"invoice_number_same_as_order_number\": true,\n                                \"enable_disable_cod_reconciliation\": true,\n                                \"enable_disable_freight_reconciliation\": true,\n                                \"cod_tolerance\": \"5\",\n                                \"freight_tolerance\": \"2\",\n                                \"is_multi_vendor_enabled\": true,\n                                \"invoice_message\": null,\n                                \"inclusive_exclusive\": null,\n                                \"is_tax_on_shipping\": \"no\",\n                                \"tax_on_shipping\": null,\n                                \"primary_color\": \"#222F3D\",\n                                \"secondary_color\": null,\n                                \"display_hsn\": true,\n                                \"website\": \"https://app.shipturtle.com/\",\n                                \"country\": \"IN\",\n                                \"type_of_vendor\": \"marketplace\",\n                                \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                                \"title\": \"violetplants\",\n                                \"parent_id\": 212738,\n                                \"extra_information\": null,\n                                \"invoice_date\": \"invoice_creation_date\",\n                                \"number_of_digits\": \"0\",\n                                \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                                \"created_by\": null,\n                                \"updated_by\": 28344,\n                                \"invoice_contact_name\": \"Hussain\",\n                                \"invoice_address_1\": \"dahod\",\n                                \"invoice_address_2\": \"dahod\",\n                                \"invoice_postal_code\": \"380005\",\n                                \"invoice_city\": \"Ahmedabad\",\n                                \"invoice_phone_number\": \"09173038104\",\n                                \"invoice_tin\": null,\n                                \"timezone\": \"America/Phoenix\",\n                                \"hand_delivered_enabled\": true,\n                                \"other_courier_partner_enabled\": true,\n                                \"billing_address_same_as_company_details\": false,\n                                \"deactivated_at\": null,\n                                \"state_code\": \"GJ\",\n                                \"automatically_sync_vendor_name_from_store\": true,\n                                \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                                \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                                \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                                \"correct_all_errors_in_order\": false,\n                                \"generate_shipping_labels_for_orders\": false,\n                                \"generate_invoices_for_dropship_orders\": false,\n                                \"can_vendor_enable_disable_product\": false,\n                                \"can_vendor_edit_quantity_product\": false,\n                                \"can_vendor_edit_weight_dimension_product\": false,\n                                \"can_vendor_edit_tax_product\": true,\n                                \"set_vendor_level_commission\": false,\n                                \"commission\": \"15\",\n                                \"discount_shared_by_vendor\": \"0\",\n                                \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                \"set_vendor_level_shared_discount\": false,\n                                \"set_vendor_level_commissoin_calculated_on\": false,\n                                \"use_shop_channel_values_to_set_commission\": false,\n                                \"can_vendor_generate_invoice\": true,\n                                \"can_vendor_process_shippings\": true,\n                                \"can_vendor_edit_hsn_tax\": true,\n                                \"can_vendor_add_courier_provider\": true,\n                                \"default_vendor_type\": \"marketplace\",\n                                \"no_of_deciaml_digits\": 2,\n                                \"credits\": 299956,\n                                \"plan_id\": 4,\n                                \"requested_plan_id\": null,\n                                \"override_invoice_permissions\": false,\n                                \"override_product_permissions\": false,\n                                \"override_order_routing_permissions\": false,\n                                \"override_shipping_permissions\": false,\n                                \"slug\": \"violetplants-212738\",\n                                \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                \"shipping_charge_commission_type\": \"fixed\",\n                                \"shipping_charge_commission\": 50,\n                                \"override_commission_calculated_tax_type\": false,\n                                \"override_shipping_charge_commission_type\": false,\n                                \"override_shipping_charge_commission\": 0,\n                                \"auto_email_to_vendor\": true,\n                                \"fixed_commission\": 10,\n                                \"service_charge\": 0,\n                                \"can_vendor_edit_price\": false,\n                                \"can_vendor_delete_product\": false,\n                                \"show_logo_in_awb\": false,\n                                \"hide_pick_address_in_awb\": false,\n                                \"hide_customer_info_in_awb\": true,\n                                \"hide_price_in_awb\": false,\n                                \"hide_customer_information_on_vendor_dashboards\": false,\n                                \"allow_merchant_to_generate_invoice\": false,\n                                \"show_merchant_logo_in_invoice\": true,\n                                \"locale\": \"en\",\n                                \"use_custom_waybill\": true,\n                                \"redirect_url\": \"dashboard\",\n                                \"invoice_state_code\": \"GJ\",\n                                \"invoice_country_code\": \"IN\",\n                                \"stripe_account_id\": null,\n                                \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                                \"enable_app_shipping_profile_on_shopify\": \"0\",\n                                \"policy\": null,\n                                \"css\": null,\n                                \"vendor_profile_color\": \"#f18024\",\n                                \"about_us\": null,\n                                \"facebook_link\": null,\n                                \"twitter_link\": null,\n                                \"instagram_link\": null,\n                                \"auto_fulfill_digital_orders\": true,\n                                \"use_default_warehouse_for_all_orders\": false,\n                                \"invoice_label_header_title\": null,\n                                \"invoice_place_of_supply\": null,\n                                \"invoice_cin_key_title\": null,\n                                \"invoice_cin\": null,\n                                \"give_vendor_access_to_merchant_shipper\": false,\n                                \"auto_generate_order_invoices_to_customers\": true,\n                                \"auto_email_order_invoices_to_customers\": true,\n                                \"treat_manual_payment_mode_as_cod\": false,\n                                \"fulfill_order_after_confirm\": false,\n                                \"add_notes_before_confirming_orders\": false,\n                                \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                                \"note_at_the_top_of_invoice\": null,\n                                \"vendor_shop_id\": null,\n                                \"vendor_category\": null,\n                                \"vendor_location\": null,\n                                \"short_description\": null,\n                                \"display_vendor_category\": true,\n                                \"display_vendor_location\": true,\n                                \"display_vendor_short_description\": true,\n                                \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                                \"sync_settings\": {\n                                    \"update_settings\": {\n                                        \"sku\": true,\n                                        \"tags\": true,\n                                        \"media\": true,\n                                        \"price\": true,\n                                        \"title\": true,\n                                        \"weight\": true,\n                                        \"barcode\": true,\n                                        \"quantity\": true,\n                                        \"description\": true,\n                                        \"product_type\": true,\n                                        \"variant_name\": true,\n                                        \"publish_status\": true,\n                                        \"compare_at_price\": true,\n                                        \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                    },\n                                    \"create_settings\": {\n                                        \"sku\": true,\n                                        \"tags\": true,\n                                        \"media\": true,\n                                        \"price\": true,\n                                        \"title\": true,\n                                        \"weight\": true,\n                                        \"barcode\": true,\n                                        \"quantity\": true,\n                                        \"description\": true,\n                                        \"product_type\": true,\n                                        \"variant_name\": true,\n                                        \"publish_status\": true,\n                                        \"compare_at_price\": true,\n                                        \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                    },\n                                    \"override_product_status_at_create\": true,\n                                    \"product_status\": \"as_per_vendor_product\",\n                                    \"enable_order_sync\": true,\n                                    \"push_only_if_order_paid\": false,\n                                    \"push_unsynced_product_order\": true,\n                                    \"auto_add_variant\": true,\n                                    \"auto_remove_variant\": true,\n                                    \"strictKeyCheck\": false,\n                                    \"on_product_delete\": \"do_nothing\",\n                                    \"on_product_unmapped\": \"do_nothing\",\n                                    \"push_only_if_product_connected\": true\n                                },\n                                \"override_hide_customer_information_permissions\": false,\n                                \"can_vendor_cancel_an_order\": false,\n                                \"hide_shipping_charges\": false,\n                                \"add_insurance_to_shipment\": 0,\n                                \"meta_title\": null,\n                                \"registration_link\": null,\n                                \"auto_approval_of_products_from_vendor\": true,\n                                \"ignore_selling_price_for_commission\": 0,\n                                \"shipping_label_check\": {\n                                    \"email\": false,\n                                    \"phone\": false,\n                                    \"address_line_1\": false,\n                                    \"address_line_2\": false,\n                                    \"address_line_1_minimum\": null,\n                                    \"address_line_1_maximum\": null,\n                                    \"address_line_2_minimum\": null,\n                                    \"address_line_2_maximum\": null\n                                },\n                                \"shipping_label_size\": \"smalllabel\",\n                                \"paypal_email\": null,\n                                \"use_custom_email_driver\": true,\n                                \"ignore_order_splitting\": false,\n                                \"hide_customer_information_on_vendor_dashboard\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false\n                                },\n                                \"hide_customer_information_in_awb\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false,\n                                    \"line_items\": false,\n                                    \"vendor_name\": false,\n                                    \"sku\": false,\n                                    \"weight_dimension\": false\n                                },\n                                \"hide_customer_information_in_invoice\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false\n                                },\n                                \"vendor_profile_settings\": {\n                                    \"seller_products_tab\": true,\n                                    \"seller_policy_tab\": true,\n                                    \"seller_contact_us_tab\": true,\n                                    \"seller_events_tab\": true,\n                                    \"seller_reviews_tab\": false,\n                                    \"seller_about_us_tab\": true\n                                },\n                                \"challan_message_1\": null,\n                                \"challan_message_2\": null,\n                                \"challan_prefix\": \"Invoice\",\n                                \"challan_number_same_as_invoice_number\": true,\n                                \"default_label_size_for_all_vendors\": true,\n                                \"hide_customer_information_in_export\": {\n                                    \"name\": false,\n                                    \"phone\": false,\n                                    \"address\": false,\n                                    \"email\": false,\n                                    \"city\": false,\n                                    \"state\": false\n                                },\n                                \"product_permissions\": null,\n                                \"hide_product_details_in_awb\": false,\n                                \"hide_invoice_details_in_awb\": false,\n                                \"company_note\": \"<p>sdfasdfab</p>\",\n                                \"meta_data\": \"[{\\\"uuid\\\":\\\"e95a7b2d-5210-4e7b-988f-7fbde7acf198\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/601990/dashboard-mockup-for-c2c.xlsx\\\",\\\"size\\\":102609,\\\"name\\\":\\\"Dashboard Mockup for C2C.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"50844059-549d-4bcc-88bf-a023fd46bd29\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/604572/28344-1690206866.xlsx\\\",\\\"size\\\":7389,\\\"name\\\":\\\"28344-1690206866.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3ad73d68-08a3-46b5-9afc-3d1ac5df398f\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655061/lable_cancelled_order_amazon.xlsx\\\",\\\"size\\\":26214,\\\"name\\\":\\\"Lable Cancelled Order Amazon.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                                \"color_theme_field\": \"light.blue\",\n                                \"change_tracking_url\": false,\n                                \"ship_to_address_as_merchants_default_warehouse\": false,\n                                \"can_vendor_hold_an_order\": false,\n                                \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                                \"allow_vendors_to_change_vendor_profile_details\": true,\n                                \"whatsapp_account\": \"use_company_account\",\n                                \"vendor_profile_theme_choosen\": \"theme-1\",\n                                \"whatsapp_credit\": 54,\n                                \"test_whatsapp_number\": \"+918849193468\",\n                                \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                                \"connected_vendor_shops\": [\n                                    \"vendorsynctesting5.myshopify.com\",\n                                    \"testing-for-vendorsync.myshopify.com\",\n                                    \"purpleplants.myshopify.com\",\n                                    \"https://st-wpdemo.com/\",\n                                    \"test-store-webkul-112.myshopify.com\",\n                                    \"https://st-wpdemo.com/\",\n                                    \"purpleplants.myshopify.com/\",\n                                    \"https://st-wpdemo.com/\",\n                                    \"purpleplants.myshopify.com\",\n                                    \"channelteststore5.myshopify.com\",\n                                    \"https://st-wpdemo.com/newtestclient/\",\n                                    \"purpleplants.myshopify.com\",\n                                    \"purpleplants.myshopify.com\"\n                                ],\n                                \"events\": null,\n                                \"commission_automation_set\": {\n                                    \"commission_automation\": true,\n                                    \"commission_automation_rules\": true,\n                                    \"commission_automation_date_range\": true,\n                                    \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                    \"time_buffer_for_commission_automation\": \"4\",\n                                    \"order_status_for_commission_automation\": \"pending\",\n                                    \"invoice_number_for_commission_automation\": 277,\n                                    \"date_Range_days_for_commission_automation\": \"4\"\n                                },\n                                \"auto_confirmation_using_tags_settings\": {\n                                    \"tags_settings_status\": true,\n                                    \"paid\": true,\n                                    \"tags_for_paid\": [],\n                                    \"cod_or_partially_paid\": false,\n                                    \"tags_for_cod_or_partially_paid\": [],\n                                    \"Exceptions_for_paid\": false,\n                                    \"Exceptions_for_paid_tags\": [],\n                                    \"Exceptions_for_cod_or_partially_paid\": false,\n                                    \"Exceptions_for_cod_or_partially_paid_tags\": []\n                                },\n                                \"preferred_location\": null,\n                                \"email_credit\": 4853,\n                                \"global_commission\": \"15\",\n                                \"global_discount_shared_by_vendor\": \"0\",\n                                \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                \"global_shipping_charge_commission_type\": \"fixed\",\n                                \"global_shipping_charge_commission\": 50,\n                                \"global_fixed_commission\": 10,\n                                \"invoice_country_detail\": {\n                                    \"id\": 98,\n                                    \"name\": \"India\",\n                                    \"code\": \"IN\",\n                                    \"dial_code\": \"+91\",\n                                    \"currency_name\": \"Indian rupee\",\n                                    \"currency_symbol\": \"Rs.\",\n                                    \"currency_code\": \"INR\",\n                                    \"created_at\": null,\n                                    \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                    \"name_with_symbole\": \"Indian rupee - Rs.\"\n                                },\n                                \"commission_tags\": {\n                                    \"company_id\": 212738,\n                                    \"override_commission\": true\n                                },\n                                \"parent\": {\n                                    \"id\": 212738,\n                                    \"company_name\": \"kapil\",\n                                    \"brand_name\": \"violetplants\",\n                                    \"company_logo\": null,\n                                    \"contact_name\": null,\n                                    \"phone_number\": null,\n                                    \"email\": \"varshil.shipturtle@gmail.com\",\n                                    \"address_line_1\": null,\n                                    \"address_line_2\": \"gj 23\",\n                                    \"pin_code\": \"380009\",\n                                    \"city\": \"Ahmedabad\",\n                                    \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                                    \"updated_at\": \"2023-12-21T12:23:57.000000Z\",\n                                    \"state_id\": null,\n                                    \"gstin_number\": \"1234\",\n                                    \"invoice_prefix\": \"Invoice\",\n                                    \"starting_invoice_number\": \"22\",\n                                    \"terms_and_conditions\": null,\n                                    \"bank_account_beneficiary_name\": null,\n                                    \"bank_account_name\": null,\n                                    \"ifsc_code\": null,\n                                    \"label_company_name\": null,\n                                    \"label_contact_name\": null,\n                                    \"label_phone\": null,\n                                    \"label_email_address\": null,\n                                    \"label_address_line_1\": null,\n                                    \"label_address_line_2\": null,\n                                    \"label_pin_code\": null,\n                                    \"label_city\": null,\n                                    \"label_state\": null,\n                                    \"signature\": null,\n                                    \"currency\": \"INR\",\n                                    \"weight\": null,\n                                    \"measurement\": null,\n                                    \"gst_enabled\": true,\n                                    \"override_channel_product_weight_enabled\": true,\n                                    \"label_details_same_as_company\": true,\n                                    \"multi_vendor_invoicing_enabled\": false,\n                                    \"multi_vendor_shipping_enabled\": false,\n                                    \"is_master\": \"1\",\n                                    \"invoice_number_same_as_order_number\": true,\n                                    \"enable_disable_cod_reconciliation\": true,\n                                    \"enable_disable_freight_reconciliation\": true,\n                                    \"cod_tolerance\": \"5\",\n                                    \"freight_tolerance\": \"2\",\n                                    \"is_multi_vendor_enabled\": true,\n                                    \"invoice_message\": null,\n                                    \"inclusive_exclusive\": null,\n                                    \"is_tax_on_shipping\": \"no\",\n                                    \"tax_on_shipping\": null,\n                                    \"primary_color\": \"#222F3D\",\n                                    \"secondary_color\": null,\n                                    \"display_hsn\": true,\n                                    \"website\": \"https://app.shipturtle.com/\",\n                                    \"country\": \"IN\",\n                                    \"type_of_vendor\": \"marketplace\",\n                                    \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                                    \"title\": \"violetplants\",\n                                    \"parent_id\": 212738,\n                                    \"extra_information\": null,\n                                    \"invoice_date\": \"invoice_creation_date\",\n                                    \"number_of_digits\": \"0\",\n                                    \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                                    \"created_by\": null,\n                                    \"updated_by\": 28344,\n                                    \"invoice_contact_name\": \"Hussain\",\n                                    \"invoice_address_1\": \"dahod\",\n                                    \"invoice_address_2\": \"dahod\",\n                                    \"invoice_postal_code\": \"380005\",\n                                    \"invoice_city\": \"Ahmedabad\",\n                                    \"invoice_phone_number\": \"09173038104\",\n                                    \"invoice_tin\": null,\n                                    \"timezone\": \"America/Phoenix\",\n                                    \"hand_delivered_enabled\": true,\n                                    \"other_courier_partner_enabled\": true,\n                                    \"billing_address_same_as_company_details\": false,\n                                    \"deactivated_at\": null,\n                                    \"state_code\": \"GJ\",\n                                    \"automatically_sync_vendor_name_from_store\": true,\n                                    \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                                    \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                                    \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                                    \"correct_all_errors_in_order\": false,\n                                    \"generate_shipping_labels_for_orders\": false,\n                                    \"generate_invoices_for_dropship_orders\": false,\n                                    \"can_vendor_enable_disable_product\": false,\n                                    \"can_vendor_edit_quantity_product\": false,\n                                    \"can_vendor_edit_weight_dimension_product\": false,\n                                    \"can_vendor_edit_tax_product\": true,\n                                    \"set_vendor_level_commission\": false,\n                                    \"commission\": \"15\",\n                                    \"discount_shared_by_vendor\": \"0\",\n                                    \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                    \"set_vendor_level_shared_discount\": false,\n                                    \"set_vendor_level_commissoin_calculated_on\": false,\n                                    \"use_shop_channel_values_to_set_commission\": false,\n                                    \"can_vendor_generate_invoice\": true,\n                                    \"can_vendor_process_shippings\": true,\n                                    \"can_vendor_edit_hsn_tax\": true,\n                                    \"can_vendor_add_courier_provider\": true,\n                                    \"default_vendor_type\": \"marketplace\",\n                                    \"no_of_deciaml_digits\": 2,\n                                    \"credits\": 299956,\n                                    \"plan_id\": 4,\n                                    \"requested_plan_id\": null,\n                                    \"override_invoice_permissions\": false,\n                                    \"override_product_permissions\": false,\n                                    \"override_order_routing_permissions\": false,\n                                    \"override_shipping_permissions\": false,\n                                    \"slug\": \"violetplants-212738\",\n                                    \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                    \"shipping_charge_commission_type\": \"fixed\",\n                                    \"shipping_charge_commission\": 50,\n                                    \"override_commission_calculated_tax_type\": false,\n                                    \"override_shipping_charge_commission_type\": false,\n                                    \"override_shipping_charge_commission\": 0,\n                                    \"auto_email_to_vendor\": true,\n                                    \"fixed_commission\": 10,\n                                    \"service_charge\": 0,\n                                    \"can_vendor_edit_price\": false,\n                                    \"can_vendor_delete_product\": false,\n                                    \"show_logo_in_awb\": false,\n                                    \"hide_pick_address_in_awb\": false,\n                                    \"hide_customer_info_in_awb\": true,\n                                    \"hide_price_in_awb\": false,\n                                    \"hide_customer_information_on_vendor_dashboards\": false,\n                                    \"allow_merchant_to_generate_invoice\": false,\n                                    \"show_merchant_logo_in_invoice\": true,\n                                    \"locale\": \"en\",\n                                    \"use_custom_waybill\": true,\n                                    \"redirect_url\": \"dashboard\",\n                                    \"invoice_state_code\": \"GJ\",\n                                    \"invoice_country_code\": \"IN\",\n                                    \"stripe_account_id\": null,\n                                    \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                                    \"enable_app_shipping_profile_on_shopify\": \"0\",\n                                    \"policy\": null,\n                                    \"css\": null,\n                                    \"vendor_profile_color\": \"#f18024\",\n                                    \"about_us\": null,\n                                    \"facebook_link\": null,\n                                    \"twitter_link\": null,\n                                    \"instagram_link\": null,\n                                    \"auto_fulfill_digital_orders\": true,\n                                    \"use_default_warehouse_for_all_orders\": false,\n                                    \"invoice_label_header_title\": null,\n                                    \"invoice_place_of_supply\": null,\n                                    \"invoice_cin_key_title\": null,\n                                    \"invoice_cin\": null,\n                                    \"give_vendor_access_to_merchant_shipper\": false,\n                                    \"auto_generate_order_invoices_to_customers\": true,\n                                    \"auto_email_order_invoices_to_customers\": true,\n                                    \"treat_manual_payment_mode_as_cod\": false,\n                                    \"fulfill_order_after_confirm\": false,\n                                    \"add_notes_before_confirming_orders\": false,\n                                    \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                                    \"note_at_the_top_of_invoice\": null,\n                                    \"vendor_shop_id\": null,\n                                    \"vendor_category\": null,\n                                    \"vendor_location\": null,\n                                    \"short_description\": null,\n                                    \"display_vendor_category\": true,\n                                    \"display_vendor_location\": true,\n                                    \"display_vendor_short_description\": true,\n                                    \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                                    \"sync_settings\": {\n                                        \"update_settings\": {\n                                            \"sku\": true,\n                                            \"tags\": true,\n                                            \"media\": true,\n                                            \"price\": true,\n                                            \"title\": true,\n                                            \"weight\": true,\n                                            \"barcode\": true,\n                                            \"quantity\": true,\n                                            \"description\": true,\n                                            \"product_type\": true,\n                                            \"variant_name\": true,\n                                            \"publish_status\": true,\n                                            \"compare_at_price\": true,\n                                            \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                        },\n                                        \"create_settings\": {\n                                            \"sku\": true,\n                                            \"tags\": true,\n                                            \"media\": true,\n                                            \"price\": true,\n                                            \"title\": true,\n                                            \"weight\": true,\n                                            \"barcode\": true,\n                                            \"quantity\": true,\n                                            \"description\": true,\n                                            \"product_type\": true,\n                                            \"variant_name\": true,\n                                            \"publish_status\": true,\n                                            \"compare_at_price\": true,\n                                            \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                        },\n                                        \"override_product_status_at_create\": true,\n                                        \"product_status\": \"as_per_vendor_product\",\n                                        \"enable_order_sync\": true,\n                                        \"push_only_if_order_paid\": false,\n                                        \"push_unsynced_product_order\": true,\n                                        \"auto_add_variant\": true,\n                                        \"auto_remove_variant\": true,\n                                        \"strictKeyCheck\": false,\n                                        \"on_product_delete\": \"do_nothing\",\n                                        \"on_product_unmapped\": \"do_nothing\",\n                                        \"push_only_if_product_connected\": true\n                                    },\n                                    \"override_hide_customer_information_permissions\": false,\n                                    \"can_vendor_cancel_an_order\": false,\n                                    \"hide_shipping_charges\": false,\n                                    \"add_insurance_to_shipment\": 0,\n                                    \"meta_title\": null,\n                                    \"registration_link\": null,\n                                    \"auto_approval_of_products_from_vendor\": true,\n                                    \"ignore_selling_price_for_commission\": 0,\n                                    \"shipping_label_check\": {\n                                        \"email\": false,\n                                        \"phone\": false,\n                                        \"address_line_1\": false,\n                                        \"address_line_2\": false,\n                                        \"address_line_1_minimum\": null,\n                                        \"address_line_1_maximum\": null,\n                                        \"address_line_2_minimum\": null,\n                                        \"address_line_2_maximum\": null\n                                    },\n                                    \"shipping_label_size\": \"smalllabel\",\n                                    \"paypal_email\": null,\n                                    \"use_custom_email_driver\": true,\n                                    \"ignore_order_splitting\": false,\n                                    \"hide_customer_information_on_vendor_dashboard\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false\n                                    },\n                                    \"hide_customer_information_in_awb\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false,\n                                        \"line_items\": false,\n                                        \"vendor_name\": false,\n                                        \"sku\": false,\n                                        \"weight_dimension\": false\n                                    },\n                                    \"hide_customer_information_in_invoice\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false\n                                    },\n                                    \"vendor_profile_settings\": {\n                                        \"seller_products_tab\": true,\n                                        \"seller_policy_tab\": true,\n                                        \"seller_contact_us_tab\": true,\n                                        \"seller_events_tab\": true,\n                                        \"seller_reviews_tab\": false,\n                                        \"seller_about_us_tab\": true\n                                    },\n                                    \"challan_message_1\": null,\n                                    \"challan_message_2\": null,\n                                    \"challan_prefix\": \"Invoice\",\n                                    \"challan_number_same_as_invoice_number\": true,\n                                    \"default_label_size_for_all_vendors\": true,\n                                    \"hide_customer_information_in_export\": {\n                                        \"name\": false,\n                                        \"phone\": false,\n                                        \"address\": false,\n                                        \"email\": false,\n                                        \"city\": false,\n                                        \"state\": false\n                                    },\n                                    \"product_permissions\": null,\n                                    \"hide_product_details_in_awb\": false,\n                                    \"hide_invoice_details_in_awb\": false,\n                                    \"company_note\": \"<p>sdfasdfab</p>\",\n                                    \"meta_data\": \"[{\\\"uuid\\\":\\\"e95a7b2d-5210-4e7b-988f-7fbde7acf198\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/601990/dashboard-mockup-for-c2c.xlsx\\\",\\\"size\\\":102609,\\\"name\\\":\\\"Dashboard Mockup for C2C.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"50844059-549d-4bcc-88bf-a023fd46bd29\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/604572/28344-1690206866.xlsx\\\",\\\"size\\\":7389,\\\"name\\\":\\\"28344-1690206866.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3ad73d68-08a3-46b5-9afc-3d1ac5df398f\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655061/lable_cancelled_order_amazon.xlsx\\\",\\\"size\\\":26214,\\\"name\\\":\\\"Lable Cancelled Order Amazon.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                                    \"color_theme_field\": \"light.blue\",\n                                    \"change_tracking_url\": false,\n                                    \"ship_to_address_as_merchants_default_warehouse\": false,\n                                    \"can_vendor_hold_an_order\": false,\n                                    \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                                    \"allow_vendors_to_change_vendor_profile_details\": true,\n                                    \"whatsapp_account\": \"use_company_account\",\n                                    \"vendor_profile_theme_choosen\": \"theme-1\",\n                                    \"whatsapp_credit\": 54,\n                                    \"test_whatsapp_number\": \"+918849193468\",\n                                    \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                                    \"connected_vendor_shops\": [\n                                        \"vendorsynctesting5.myshopify.com\",\n                                        \"testing-for-vendorsync.myshopify.com\",\n                                        \"purpleplants.myshopify.com\",\n                                        \"https://st-wpdemo.com/\",\n                                        \"test-store-webkul-112.myshopify.com\",\n                                        \"https://st-wpdemo.com/\",\n                                        \"purpleplants.myshopify.com/\",\n                                        \"https://st-wpdemo.com/\",\n                                        \"purpleplants.myshopify.com\",\n                                        \"channelteststore5.myshopify.com\",\n                                        \"https://st-wpdemo.com/newtestclient/\",\n                                        \"purpleplants.myshopify.com\",\n                                        \"purpleplants.myshopify.com\"\n                                    ],\n                                    \"events\": null,\n                                    \"commission_automation_set\": {\n                                        \"commission_automation\": true,\n                                        \"commission_automation_rules\": true,\n                                        \"commission_automation_date_range\": true,\n                                        \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                        \"time_buffer_for_commission_automation\": \"4\",\n                                        \"order_status_for_commission_automation\": \"pending\",\n                                        \"invoice_number_for_commission_automation\": 277,\n                                        \"date_Range_days_for_commission_automation\": \"4\"\n                                    },\n                                    \"auto_confirmation_using_tags_settings\": {\n                                        \"tags_settings_status\": true,\n                                        \"paid\": true,\n                                        \"tags_for_paid\": [],\n                                        \"cod_or_partially_paid\": false,\n                                        \"tags_for_cod_or_partially_paid\": [],\n                                        \"Exceptions_for_paid\": false,\n                                        \"Exceptions_for_paid_tags\": [],\n                                        \"Exceptions_for_cod_or_partially_paid\": false,\n                                        \"Exceptions_for_cod_or_partially_paid_tags\": []\n                                    },\n                                    \"preferred_location\": null,\n                                    \"email_credit\": 4853,\n                                    \"global_commission\": \"15\",\n                                    \"global_discount_shared_by_vendor\": \"0\",\n                                    \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                                    \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                                    \"global_shipping_charge_commission_type\": \"fixed\",\n                                    \"global_shipping_charge_commission\": 50,\n                                    \"global_fixed_commission\": 10,\n                                    \"invoice_country_detail\": {\n                                        \"id\": 98,\n                                        \"name\": \"India\",\n                                        \"code\": \"IN\",\n                                        \"dial_code\": \"+91\",\n                                        \"currency_name\": \"Indian rupee\",\n                                        \"currency_symbol\": \"Rs.\",\n                                        \"currency_code\": \"INR\",\n                                        \"created_at\": null,\n                                        \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                        \"name_with_symbole\": \"Indian rupee - Rs.\"\n                                    },\n                                    \"commission_tags\": {\n                                        \"company_id\": 212738,\n                                        \"override_commission\": true\n                                    }\n                                }\n                            },\n                            \"overridden_commission_level\": \"global\",\n                            \"overridden_commission\": \"15\",\n                            \"overridden_fixed_commission\": 10,\n                            \"global_commission_level\": \"global\",\n                            \"global_commission\": \"15\",\n                            \"global_fixed_commission\": 10\n                        },\n                        \"media\": []\n                    },\n                    \"alien_variant\": null\n                }\n            ],\n            \"company\": {\n                \"id\": 212738,\n                \"title\": \"violetplants\",\n                \"parent_id\": 212738,\n                \"commission\": \"15\",\n                \"fixed_commission\": 10,\n                \"set_vendor_level_commission\": false,\n                \"global_commission\": \"15\",\n                \"global_discount_shared_by_vendor\": null,\n                \"global_commission_calculated_on_product_price_discounted_price\": null,\n                \"global_commission_calculated_tax_type\": null,\n                \"global_shipping_charge_commission_type\": null,\n                \"global_shipping_charge_commission\": null,\n                \"global_fixed_commission\": 10,\n                \"invoice_country_detail\": null,\n                \"commission_tags\": {\n                    \"company_id\": 212738,\n                    \"override_commission\": true\n                },\n                \"parent\": {\n                    \"id\": 212738,\n                    \"title\": \"violetplants\",\n                    \"commission\": \"15\",\n                    \"fixed_commission\": 10,\n                    \"set_vendor_level_commission\": false,\n                    \"global_commission\": \"15\",\n                    \"global_discount_shared_by_vendor\": null,\n                    \"global_commission_calculated_on_product_price_discounted_price\": null,\n                    \"global_commission_calculated_tax_type\": null,\n                    \"global_shipping_charge_commission_type\": null,\n                    \"global_shipping_charge_commission\": null,\n                    \"global_fixed_commission\": 10,\n                    \"invoice_country_detail\": null,\n                    \"commission_tags\": {\n                        \"company_id\": 212738,\n                        \"override_commission\": true\n                    },\n                    \"parent\": null\n                }\n            },\n            \"alien_product\": null,\n            \"media\": []\n        }\n    ],\n    \"count\": 1\n}"}],"_postman_id":"a4818a9c-e903-4b6c-a849-f400023849de"},{"name":"create-product","id":"85f0a4bf-580e-4788-b0b4-d1a93cbff0c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"title","value":"shipturtle demo","description":"<p>Title of the product</p>\n","type":"text"},{"key":"product_type","value":"Canvas","description":"<p>Product type / Category.</p>\n","type":"text"},{"key":"price","value":"300","description":"<p>Price</p>\n","type":"text"},{"key":"grams","value":"0","description":"<p>Product weight in grams</p>\n","type":"text"},{"key":"weight","value":"0","description":"<p>Product weight</p>\n","type":"text"},{"key":"weight_unit","value":"gm","description":"<p>Product weight unit</p>\n","type":"text"},{"key":"body_html","value":"<p>Description</p>","description":"<p>Description of product</p>\n","type":"text"},{"key":"variants","value":"[{\"title\":null,\"price_error\":null,\"price\":\"300\",\"compare_at_price\":\"320\",\"cost\":\"250\",\"sku\":\"11\",\"option_slug\":\"12 / red\",\"barcode\":\"GSTIN7895\",\"hsn_tax\":\"0 - 18%\",\"tax\":\"0\",\"tax_id\":40992,\"hsn_tax_display\":\"0 - 18% - 12345\",\"tax_percentage\":18,\"option_value1\":\"12\",\"option_value2\":\"red\",\"option_value3\":null,\"grams\":null,\"weight\":0,\"weight_unit\":\"gm\",\"requires_shipping\":true,\"inventory_quantity\":\"1\",\"width\":\"12\",\"height\":\"10\",\"length\":\"12\",\"commission\":\"3\",\"override_commission\":true,\"fixed_commission\":\"10\",\"logo\":null,\"images\":[],\"inventory_management\":true,\"inventory_policy\":true,\"taxable\":false},{\"title\":null,\"price_error\":null,\"price\":\"300\",\"compare_at_price\":\"320\",\"cost\":\"250\",\"sku\":\"11\",\"option_slug\":\"12 / black\",\"barcode\":\"GSTIN7895\",\"hsn_tax\":\"0 - 18%\",\"tax\":\"0\",\"tax_id\":40992,\"hsn_tax_display\":\"0 - 18% - 12345\",\"tax_percentage\":18,\"option_value1\":\"12\",\"option_value2\":\"black\",\"option_value3\":null,\"grams\":null,\"weight\":0,\"weight_unit\":\"gm\",\"requires_shipping\":true,\"inventory_quantity\":\"1\",\"width\":\"12\",\"height\":\"10\",\"length\":\"12\",\"commission\":\"3\",\"override_commission\":true,\"fixed_commission\":\"10\",\"logo\":null,\"images\":[],\"inventory_management\":true,\"inventory_policy\":true,\"taxable\":false}]","description":"<p>Variants of products. Pass emptry if there is no variants of this product.</p>\n","type":"text"},{"key":"published_at","value":"true","description":"<p>Product published date</p>\n","type":"text"},{"key":"images","value":"[{\"src\":\"https://static.shipturtle.app/19961/download.png\",\"},{\"src\":\"https://static.shipturtle.app/19962/totdot.png\"}]","description":"<p>Product images</p>\n","type":"text"},{"key":"has_multiple_variant","value":"true","description":"<p>Boolean value if product has multiple variants.</p>\n","type":"text"},{"key":"sku","value":"11","description":"<p>Varint sku</p>\n","type":"text"},{"key":"barcode","value":"GSTIN7895","description":"<p>Product barcode</p>\n","type":"text"},{"key":"inventory_quantity","value":"1","description":"<p>Quantity of product. (Pass this key is there Default variant only)</p>\n","type":"text"},{"key":"inventory_policy","value":"true","description":"<p>Setting on shopify for (Sell when out od stock. Pass this key is there Default variant only)</p>\n","type":"text"},{"key":"inventory_management","value":"true","description":"<p>Setting on shopify for (Inventory tracked. Pass this key is there Default variant only)</p>\n","type":"text"},{"key":"width","value":"12","description":"<p>Product weight</p>\n","type":"text"},{"key":"height","value":"10","description":"<p>Product height</p>\n","type":"text"},{"key":"length","value":"12","description":"<p>Product length</p>\n","type":"text"},{"key":"cost","value":"250","description":"<p>Product cost</p>\n","type":"text"},{"key":"options","value":"[{\"name\":\"size\",\"values\":[\"12\",\"23\",\"56\"],\"selectOptions\":[{\"value\":\"size\",\"text\":\"size\"},{\"value\":\"color\",\"text\":\"color\"},{\"value\":\"title\",\"text\":\"title\"},{\"value\":\"material\",\"text\":\"material\"},{\"value\":\"style\",\"text\":\"style\"}]},{\"name\":\"color\",\"values\":[\"red\",\"black\"],\"selectOptions\":[{\"value\":\"color\",\"text\":\"color\"},{\"value\":\"title\",\"text\":\"title\"},{\"value\":\"material\",\"text\":\"material\"},{\"value\":\"style\",\"text\":\"style\"}]}]","description":"<p>Options according to variants. Pass empty array if there is no options.</p>\n","type":"text"},{"key":"compare_at_price","value":"320","description":"<p>Product compare at price</p>\n","type":"text"},{"key":"requires_shipping","value":"true","description":"<p>Boolean value for requires shipping (Product is physical or digital)</p>\n","type":"text"},{"key":"is_template","value":"false","description":"<p>Boolean value for is template</p>\n","type":"text","disabled":true},{"key":"tax_percentage","value":"18","description":"<p>Percentage of tax (Default value 0)</p>\n","type":"text"},{"key":"hsn_tax","value":"0 - 18%","description":"<p>HSN tax (Default value null)</p>\n","type":"text"},{"key":"hsn_tax_display","value":"0 - 18% - 12345","description":"<p>HSN tax for display (Default value null)</p>\n","type":"text"},{"key":"tax","value":"0","description":"<p>Tax in price. (Default value 0\n)</p>\n","type":"text"},{"key":"override_commission","value":"true","description":"<p>Boolean value for override commission</p>\n","type":"text"},{"key":"fixed_commission","value":"10","description":"<p>Fixed commission value</p>\n","type":"text"},{"key":"commission","value":"3","description":"<p>Commission value</p>\n","type":"text"},{"key":"type","value":"add_product","description":"<p>Product event type (add product, edited product etc)</p>\n","type":"text"},{"key":"merchant_comments","value":"<p>Merchant And Vendors Remarks</p>","description":"<p>Remarks for Merchant or vendor</p>\n","type":"text"},{"key":"ignore_warnings","value":"false","description":"<p>Boolean value for igonre warnings</p>\n","type":"text"},{"key":"taxable","value":"false","description":"<p>Boolean value for taxable</p>\n","type":"text"},{"key":"status","value":"active","description":"<p>Product status (active / draft)</p>\n","type":"text"},{"key":"shop_id","value":"4147","description":"<p>Shop id</p>\n","type":"text"},{"key":"vendor","value":"violetplants","description":"<p>Name of vendor. (Vendor name should be same as available on shipturlte otherwise it will create new vendor on shipturtle.)</p>\n","type":"text"},{"key":"tax_id","value":"40992","description":"<p>Tax id</p>\n","type":"text"},{"key":"id","value":"undefined","type":"text"},{"key":"meta_data","value":"{\"sp_64757cc487f5c4.64033549\":{\"value\":{\"field_name\":\"SimpleFile\",\"value\":\"simplefile\"},\"key\":\"sp_64757cc487f5c4.64033549\",\"name_slug\":\"sp_64757cc487f5c4.64033549\",\"type\":\"text\",\"show_on_shop\":false,\"digital_product\":false,\"namespace\":\"shipturtle_product\"}}","description":"<p>Product meta data</p>\n","type":"text"},{"key":"tags","value":"[\"TAG1\", \"TAG2\"]","description":"<p>Product Tags</p>\n","type":"text","uuid":"b0d6426d-2490-4105-88e0-5c19e381f2a2"}]},"url":"https://api-v2.shipturtle.com/api/v1/products","description":"<p>By sending an HTTP POST request to the given URL, you can use this endpoint to create a new product. A form-data body including several parameters, including title, product type, price, weight, variations, photos, and more should be sent in the request.</p>\n<h3 id=\"status-code\">Status code</h3>\n<p>200 - Success / OK</p>\n<p>201 - Created</p>\n<p>202 - Accepted</p>\n<p>204 - No Content</p>\n<p>400 - Bad request</p>\n<p>401 - Unauthorized error</p>\n<p>500 - Internal server error  </p>\n<p>Keys for variants.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th>Type</th>\n<th><strong>Mandatory</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>title</td>\n<td>string</td>\n<td>Yes</td>\n<td>Variant title. If not provided will take Default variant.</td>\n</tr>\n<tr>\n<td>price_error</td>\n<td>string</td>\n<td>Yes</td>\n<td><strong>Default value is null</strong>. If we get any error from shopify regarding price, this key will filled with error.</td>\n</tr>\n<tr>\n<td>price</td>\n<td>string</td>\n<td>Yes</td>\n<td>Price of variant. (In case if product has default variant.)</td>\n</tr>\n<tr>\n<td>compare_at_price</td>\n<td>string</td>\n<td>No</td>\n<td>Compare at price.</td>\n</tr>\n<tr>\n<td>cost</td>\n<td>string</td>\n<td>No</td>\n<td>Cost of variant</td>\n</tr>\n<tr>\n<td>sku</td>\n<td>string</td>\n<td>Yes</td>\n<td>Default Variant SKU.</td>\n</tr>\n<tr>\n<td>option_slug</td>\n<td>string</td>\n<td>No</td>\n<td>Option slug. For EX. Option is size and values like XS and XL, then slug will be XS and XL. (Not required if product has default variant. Pass empty array if there is no variants)</td>\n</tr>\n<tr>\n<td>barcode</td>\n<td>string</td>\n<td>No</td>\n<td>Barcode number</td>\n</tr>\n<tr>\n<td>hsn_tax</td>\n<td>string</td>\n<td>No</td>\n<td><strong>Default value will be null.</strong> It is prefereable to add HSN on UI it self instead of API call.</td>\n</tr>\n<tr>\n<td>tax</td>\n<td>string</td>\n<td>No</td>\n<td><strong>Default value will be null.</strong> configure on UI.</td>\n</tr>\n<tr>\n<td>tax_id</td>\n<td>integer</td>\n<td>No</td>\n<td><strong>Default value will be null.</strong> No need to add. configure on UI.</td>\n</tr>\n<tr>\n<td>hsn_tax_display</td>\n<td>string</td>\n<td>No</td>\n<td><strong>Default value will be null.</strong> No need to add. configure on UI.</td>\n</tr>\n<tr>\n<td>tax_percentage</td>\n<td>string</td>\n<td>No</td>\n<td>Tax percentage.</td>\n</tr>\n<tr>\n<td>option_value1</td>\n<td>string</td>\n<td>No</td>\n<td>Option value or title. For EX. XS, XL.</td>\n</tr>\n<tr>\n<td>option_value2</td>\n<td>string</td>\n<td>No</td>\n<td>Option value or title. For EX. RED, YELLOW.</td>\n</tr>\n<tr>\n<td>option_value3</td>\n<td>string</td>\n<td>No</td>\n<td>Option value or title. Other option</td>\n</tr>\n<tr>\n<td>grams</td>\n<td>string</td>\n<td>Yes</td>\n<td>Set null if weight unit is not gram. Set true if unit is in gram.</td>\n</tr>\n<tr>\n<td>weight</td>\n<td>string</td>\n<td>Yes</td>\n<td>Weight of variant.</td>\n</tr>\n<tr>\n<td>weight_unit</td>\n<td>string</td>\n<td>Yes</td>\n<td>Unit of weight. (g, kg, lb, lbs)</td>\n</tr>\n<tr>\n<td>requires_shipping</td>\n<td>boolean value in string (true, false).</td>\n<td>Yes</td>\n<td>Set true if product is physical. Set false if product digital.</td>\n</tr>\n<tr>\n<td>inventory_quantity</td>\n<td>string</td>\n<td>Yes</td>\n<td>Quantity of variant. <strong>If you add quantity, we will enable track quantity on shopify by ourself.</strong></td>\n</tr>\n<tr>\n<td>width</td>\n<td>string</td>\n<td>No</td>\n<td>Width</td>\n</tr>\n<tr>\n<td>height</td>\n<td>string</td>\n<td>No</td>\n<td>Height</td>\n</tr>\n<tr>\n<td>length</td>\n<td>string</td>\n<td>No</td>\n<td>Length</td>\n</tr>\n<tr>\n<td>commission</td>\n<td>string</td>\n<td>No</td>\n<td><strong>Default value is null.</strong> It is prefereable to configure on APP.</td>\n</tr>\n<tr>\n<td>override_commission</td>\n<td>string</td>\n<td>No</td>\n<td><strong>Default value is null.</strong> It is prefereable to configure on APP.</td>\n</tr>\n<tr>\n<td>fixed_commission</td>\n<td>string</td>\n<td>No</td>\n<td><strong>Default value is null.</strong> It is prefereable to configure on APP.</td>\n</tr>\n<tr>\n<td>logo</td>\n<td>string</td>\n<td>No</td>\n<td><strong>Default value is null.</strong> It is prefereable to configure on APP.</td>\n</tr>\n<tr>\n<td>images</td>\n<td>array of string</td>\n<td>No</td>\n<td>Enter URL for images saperated by comma ( , ). URL should be public accessible.</td>\n</tr>\n<tr>\n<td>inventory_management</td>\n<td>boolean value in string (true, false)</td>\n<td>Yes</td>\n<td>Set <strong>true</strong> if you want to enable track quantity. Set <strong>false</strong> if you want to disable track quantity. <strong>If you disabled track quantity, you are not able to update quantity.</strong></td>\n</tr>\n<tr>\n<td>inventory_policy</td>\n<td>boolean value in string (true, false)</td>\n<td>Yes</td>\n<td>Set true if you want to enable setting <strong>Continue selling after quantity 0</strong>. Set false for disabled.</td>\n</tr>\n<tr>\n<td>taxable</td>\n<td>string</td>\n<td>Yes</td>\n<td>Default value is null. It is prefereable to enable this on APP.</td>\n</tr>\n<tr>\n<td>tags</td>\n<td>array of string</td>\n<td>No</td>\n<td>Enter product tags like [\"TAG1\", \"TAG2\"]. If there is no tags just pass empty array. [].</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v1","products"],"host":["api-v2","shipturtle","com"],"query":[],"variable":[]}},"response":[{"id":"8c6e5377-e4d7-40e5-8258-44b16831ccbd","name":"create-product","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"title","value":"shipturtle demo","type":"text"},{"key":"product_type","value":"Canvas","type":"text"},{"key":"price","value":"300","type":"text"},{"key":"grams","value":"0","type":"text"},{"key":"weight","value":"0","type":"text"},{"key":"weight_unit","value":"gm","type":"text"},{"key":"body_html","value":"<p>Description</p>","type":"text"},{"key":"variants","value":"[{\"title\":null,\"price_error\":null,\"price\":\"300\",\"compare_at_price\":\"320\",\"cost\":\"250\",\"sku\":\"11\",\"option_slug\":\"12 / red\",\"barcode\":\"GSTIN7895\",\"hsn_tax\":\"0 - 18%\",\"tax\":\"0\",\"tax_id\":40992,\"hsn_tax_display\":\"0 - 18% - 12345\",\"tax_percentage\":18,\"option_value1\":\"12\",\"option_value2\":\"red\",\"option_value3\":null,\"grams\":null,\"weight\":0,\"weight_unit\":\"gm\",\"requires_shipping\":true,\"inventory_quantity\":\"1\",\"width\":\"12\",\"height\":\"10\",\"length\":\"12\",\"commission\":\"3\",\"override_commission\":true,\"fixed_commission\":\"10\",\"logo\":null,\"images\":[],\"inventory_management\":true,\"inventory_policy\":true,\"taxable\":false},{\"title\":null,\"price_error\":null,\"price\":\"300\",\"compare_at_price\":\"320\",\"cost\":\"250\",\"sku\":\"11\",\"option_slug\":\"12 / black\",\"barcode\":\"GSTIN7895\",\"hsn_tax\":\"0 - 18%\",\"tax\":\"0\",\"tax_id\":40992,\"hsn_tax_display\":\"0 - 18% - 12345\",\"tax_percentage\":18,\"option_value1\":\"12\",\"option_value2\":\"black\",\"option_value3\":null,\"grams\":null,\"weight\":0,\"weight_unit\":\"gm\",\"requires_shipping\":true,\"inventory_quantity\":\"1\",\"width\":\"12\",\"height\":\"10\",\"length\":\"12\",\"commission\":\"3\",\"override_commission\":true,\"fixed_commission\":\"10\",\"logo\":null,\"images\":[],\"inventory_management\":true,\"inventory_policy\":true,\"taxable\":false}]","type":"text"},{"key":"published_at","value":"true","type":"text"},{"key":"images","value":"[{\"uuid\":\"3e24c093-5a5c-4a13-996c-9189277ff686\",\"src\":\"https://d2i9a0muccv7uq.cloudfront.net/671086/wallpaperflare.com_wallpaper.jpg\",\"size\":120472,\"name\":\"wallpaperflare.com_wallpaper.jpg\",\"type\":\"image/jpeg\"}]","type":"text"},{"key":"has_multiple_variant","value":"true","type":"text"},{"key":"sku","value":"11","type":"text"},{"key":"barcode","value":"GSTIN7895","type":"text"},{"key":"inventory_quantity","value":"1","type":"text"},{"key":"inventory_policy","value":"true","type":"text"},{"key":"inventory_management","value":"true","type":"text"},{"key":"width","value":"12","type":"text"},{"key":"height","value":"10","type":"text"},{"key":"length","value":"12","type":"text"},{"key":"cost","value":"250","type":"text"},{"key":"options","value":"[{\"name\":\"size\",\"values\":[\"12\",\"23\",\"56\"],\"selectOptions\":[{\"value\":\"size\",\"text\":\"size\"},{\"value\":\"color\",\"text\":\"color\"},{\"value\":\"title\",\"text\":\"title\"},{\"value\":\"material\",\"text\":\"material\"},{\"value\":\"style\",\"text\":\"style\"}]},{\"name\":\"color\",\"values\":[\"red\",\"black\"],\"selectOptions\":[{\"value\":\"color\",\"text\":\"color\"},{\"value\":\"title\",\"text\":\"title\"},{\"value\":\"material\",\"text\":\"material\"},{\"value\":\"style\",\"text\":\"style\"}]}]","type":"text"},{"key":"compare_at_price","value":"320","type":"text"},{"key":"requires_shipping","value":"true","type":"text"},{"key":"is_template","value":"false","type":"text"},{"key":"tax_percentage","value":"18","type":"text"},{"key":"hsn_tax","value":"0 - 18%","type":"text"},{"key":"hsn_tax_display","value":"0 - 18% - 12345","type":"text"},{"key":"tax","value":"0","type":"text"},{"key":"override_commission","value":"true","type":"text"},{"key":"fixed_commission","value":"10","type":"text"},{"key":"commission","value":"3","type":"text"},{"key":"type","value":"add_product","type":"text"},{"key":"merchant_comments","value":"<p>Merchant And Vendors Remarks</p>","type":"text"},{"key":"ignore_warnings","value":"false","type":"text"},{"key":"taxable","value":"false","type":"text"},{"key":"status","value":"active","type":"text"},{"key":"shop_id","value":"4147","type":"text"},{"key":"vendor","value":"violetplants","type":"text"},{"key":"tax_id","value":"40992","type":"text"},{"key":"id","value":"undefined","type":"text"},{"key":"meta_data","value":"{\"sp_64757cc487f5c4.64033549\":{\"value\":{\"field_name\":\"SimpleFile\",\"value\":\"simplefile\"},\"key\":\"sp_64757cc487f5c4.64033549\",\"name_slug\":\"sp_64757cc487f5c4.64033549\",\"type\":\"text\",\"show_on_shop\":false,\"digital_product\":false,\"namespace\":\"shipturtle_product\"}}","type":"text"},{"key":"variants[0]","value":"{\"title\":null,\"price_error\":null,\"price\":\"300\",\"compare_at_price\":\"320\",\"cost\":\"250\",\"sku\":\"11\",\"option_slug\":\"12 / red\",\"barcode\":\"GSTIN7895\",\"hsn_tax\":\"0 - 18%\",\"tax\":\"0\",\"tax_id\":40992,\"hsn_tax_display\":\"0 - 18% - 12345\",\"tax_percentage\":18,\"option_value1\":\"12\",\"option_value2\":\"red\",\"option_value3\":null,\"grams\":null,\"weight\":0,\"weight_unit\":\"gm\",\"requires_shipping\":true,\"inventory_quantity\":\"1\",\"width\":\"12\",\"height\":\"10\",\"length\":\"12\",\"commission\":\"3\",\"override_commission\":true,\"fixed_commission\":\"10\",\"logo\":null,\"images\":[],\"inventory_management\":true,\"inventory_policy\":true,\"taxable\":false}","type":"text"},{"key":"variants[1]","value":"{\"title\":null,\"price_error\":null,\"price\":\"300\",\"compare_at_price\":\"320\",\"cost\":\"250\",\"sku\":\"11\",\"option_slug\":\"12 / black\",\"barcode\":\"GSTIN7895\",\"hsn_tax\":\"0 - 18%\",\"tax\":\"0\",\"tax_id\":40992,\"hsn_tax_display\":\"0 - 18% - 12345\",\"tax_percentage\":18,\"option_value1\":\"12\",\"option_value2\":\"black\",\"option_value3\":null,\"grams\":null,\"weight\":0,\"weight_unit\":\"gm\",\"requires_shipping\":true,\"inventory_quantity\":\"1\",\"width\":\"12\",\"height\":\"10\",\"length\":\"12\",\"commission\":\"3\",\"override_commission\":true,\"fixed_commission\":\"10\",\"logo\":null,\"images\":[],\"inventory_management\":true,\"inventory_policy\":true,\"taxable\":false}","type":"text"},{"key":"variants[2]","value":"{\"title\":null,\"price_error\":null,\"price\":\"300\",\"compare_at_price\":\"320\",\"cost\":\"250\",\"sku\":\"11\",\"option_slug\":\"23 / red\",\"barcode\":\"GSTIN7895\",\"hsn_tax\":\"0 - 18%\",\"tax\":\"0\",\"tax_id\":40992,\"hsn_tax_display\":\"0 - 18% - 12345\",\"tax_percentage\":18,\"option_value1\":\"23\",\"option_value2\":\"red\",\"option_value3\":null,\"grams\":null,\"weight\":0,\"weight_unit\":\"gm\",\"requires_shipping\":true,\"inventory_quantity\":\"1\",\"width\":\"12\",\"height\":\"10\",\"length\":\"12\",\"commission\":\"3\",\"override_commission\":true,\"fixed_commission\":\"10\",\"logo\":null,\"images\":[],\"inventory_management\":true,\"inventory_policy\":true,\"taxable\":false}\n","type":"text"},{"key":"variants[3]","value":"{\"title\":null,\"price_error\":null,\"price\":\"300\",\"compare_at_price\":\"320\",\"cost\":\"250\",\"sku\":\"11\",\"option_slug\":\"23 / black\",\"barcode\":\"GSTIN7895\",\"hsn_tax\":\"0 - 18%\",\"tax\":\"0\",\"tax_id\":40992,\"hsn_tax_display\":\"0 - 18% - 12345\",\"tax_percentage\":18,\"option_value1\":\"23\",\"option_value2\":\"black\",\"option_value3\":null,\"grams\":null,\"weight\":0,\"weight_unit\":\"gm\",\"requires_shipping\":true,\"inventory_quantity\":\"1\",\"width\":\"12\",\"height\":\"10\",\"length\":\"12\",\"commission\":\"3\",\"override_commission\":true,\"fixed_commission\":\"10\",\"logo\":null,\"images\":[],\"inventory_management\":true,\"inventory_policy\":true,\"taxable\":false}","type":"text"},{"key":"variants[4]","value":"{\"title\":null,\"price_error\":null,\"price\":\"300\",\"compare_at_price\":\"320\",\"cost\":\"250\",\"sku\":\"11\",\"option_slug\":\"56 / red\",\"barcode\":\"GSTIN7895\",\"hsn_tax\":\"0 - 18%\",\"tax\":\"0\",\"tax_id\":40992,\"hsn_tax_display\":\"0 - 18% - 12345\",\"tax_percentage\":18,\"option_value1\":\"56\",\"option_value2\":\"red\",\"option_value3\":null,\"grams\":null,\"weight\":0,\"weight_unit\":\"gm\",\"requires_shipping\":true,\"inventory_quantity\":\"1\",\"width\":\"12\",\"height\":\"10\",\"length\":\"12\",\"commission\":\"3\",\"override_commission\":true,\"fixed_commission\":\"10\",\"logo\":null,\"images\":[],\"inventory_management\":true,\"inventory_policy\":true,\"taxable\":false}","type":"text"},{"key":"variants[5]","value":"{\"title\":null,\"price_error\":null,\"price\":\"300\",\"compare_at_price\":\"320\",\"cost\":\"250\",\"sku\":\"11\",\"option_slug\":\"56 / black\",\"barcode\":\"GSTIN7895\",\"hsn_tax\":\"0 - 18%\",\"tax\":\"0\",\"tax_id\":40992,\"hsn_tax_display\":\"0 - 18% - 12345\",\"tax_percentage\":18,\"option_value1\":\"56\",\"option_value2\":\"black\",\"option_value3\":null,\"grams\":null,\"weight\":0,\"weight_unit\":\"gm\",\"requires_shipping\":true,\"inventory_quantity\":\"1\",\"width\":\"12\",\"height\":\"10\",\"length\":\"12\",\"commission\":\"3\",\"override_commission\":true,\"fixed_commission\":\"10\",\"logo\":null,\"images\":[],\"inventory_management\":true,\"inventory_policy\":true,\"taxable\":false}","type":"text"},{"key":"options[0]","value":"{\"name\":\"size\",\"values\":[\"12\",\"23\",\"56\"],\"selectOptions\":[{\"value\":\"size\",\"text\":\"size\"},{\"value\":\"color\",\"text\":\"color\"},{\"value\":\"title\",\"text\":\"title\"},{\"value\":\"material\",\"text\":\"material\"},{\"value\":\"style\",\"text\":\"style\"}]}","type":"text"},{"key":"options[1]","value":"{\"name\":\"color\",\"values\":[\"red\",\"black\"],\"selectOptions\":[{\"value\":\"color\",\"text\":\"color\"},{\"value\":\"title\",\"text\":\"title\"},{\"value\":\"material\",\"text\":\"material\"},{\"value\":\"style\",\"text\":\"style\"}]}","type":"text"},{"key":"tags","value":"[\"TAG1\", \"TAG2\"]","type":"text","uuid":"e2f855b4-ca54-441b-96bc-54c4ea6d6a4a"}]},"url":"https://api.shipturtle.com/api/v1/products"},"status":"Accepted","code":202,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Fri, 22 Dec 2023 07:33:24 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"Vary","value":"Origin,Authorization"}],"cookie":[],"responseTime":null,"body":"\n"}],"_postman_id":"85f0a4bf-580e-4788-b0b4-d1a93cbff0c4"},{"name":"update-product","id":"92df59ae-8037-4968-905d-f3b4cfb8423d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"title","value":" Vatsal testing","type":"text","description":"<p>Title of the product</p>\n"},{"key":"product_type","value":" ","type":"text","description":"<p>Product type</p>\n","disabled":true},{"key":"price","value":" 0","type":"text","description":"<p>Price</p>\n","disabled":true},{"key":"grams","value":" 0","type":"text","description":"<p>Product weight in grams</p>\n","disabled":true},{"key":"weight","value":" 0","type":"text","description":"<p>Product weight</p>\n","disabled":true},{"key":"body_html","value":" <p class=\"\" style=\"white-space:pre-wrap;\">Description Product</p>","type":"text","description":"<p>Product Description</p>\n","disabled":true},{"key":"variants","value":" [{\"id\":\"gid://shopify/ProductVariant/48208644407571\",\"price\":\"120.00\",\"compare_at_price\":null,\"sku\":\"SQ2214437\",\"taxable\":true,\"image\":{\"src\":null,\"type\":\"image/png\",\"size\":0,\"name\":null,\"uuid\":\"65dc3cd1c282e\"},\"barcode\":\"\",\"requires_shipping\":true,\"cost\":\"0.00\",\"height\":null,\"width\":null,\"length\":null,\"option_slug\":\"Large / Navy\",\"inventory_management\":true,\"inventory_policy\":true,\"option_value1\":\"Large\",\"option_value2\":\"Navy\",\"option_value3\":null,\"weight\":\"200\",\"weight_unit\":\"POUND\",\"grams\":\"200\",\"hsn_tax\":null,\"tax\":null,\"tax_id\":null,\"tax_percentage\":null,\"override_commission\":false,\"fixed_commission\":0,\"commission\":null,\"hsn_tax_display\":null,\"inventory_quantity\":\"0\",\"old_inventory_quantity\":\"0\",\"vendor_shop_variant_id\":628609},{\"id\":\"gid://shopify/ProductVariant/48208644440339\",\"price\":\"110.00\",\"compare_at_price\":null,\"sku\":\"SQ2481313\",\"taxable\":true,\"image\":{\"src\":null,\"type\":\"image/png\",\"size\":0,\"name\":null,\"uuid\":\"65dc3cd1c2fbc\"},\"barcode\":\"\",\"requires_shipping\":true,\"cost\":\"0.00\",\"height\":null,\"width\":null,\"length\":null,\"option_slug\":\"XLarge / Navy\",\"inventory_management\":true,\"inventory_policy\":true,\"option_value1\":\"XLarge\",\"option_value2\":\"Navy\",\"option_value3\":null,\"weight\":\"5\",\"weight_unit\":\"POUND\",\"grams\":\"5\",\"hsn_tax\":null,\"tax\":null,\"tax_id\":null,\"tax_percentage\":null,\"override_commission\":false,\"fixed_commission\":0,\"commission\":null,\"hsn_tax_display\":null,\"inventory_quantity\":\"0\",\"old_inventory_quantity\":\"0\",\"vendor_shop_variant_id\":628610}]","type":"text","description":"<p>Description of product</p>\n","disabled":true},{"key":"has_multiple_variant","value":" true","type":"text","description":"<p>Does product has multiple variants</p>\n","disabled":true},{"key":"sku","value":" ","type":"text","description":"<p>Product SKU</p>\n","disabled":true},{"key":"barcode","value":" ","type":"text","description":"<p>Product barcode</p>\n","disabled":true},{"key":"inventory_quantity","value":" 0","type":"text","description":"<p>Quantity</p>\n","disabled":true},{"key":"inventory_policy","value":" false","type":"text","description":"<p>Inventory Policy</p>\n","disabled":true},{"key":"inventory_management","value":" true","type":"text","description":"<p>Manage Inventory</p>\n","disabled":true},{"key":"width","value":" 10","type":"text"},{"key":"height","value":" 0","type":"text"},{"key":"length","value":" 0","type":"text"},{"key":"cost","value":" 0","type":"text","description":"<p>Product Price</p>\n","disabled":true},{"key":"options","value":" [{\"id\":11460594041107,\"name\":\"Color\",\"values\":[\"Large\",\"XLarge\"],\"position\":1,\"product_id\":9109814509843},{\"id\":11460594073875,\"name\":\"Size\",\"values\":[\"Navy\"],\"position\":2,\"product_id\":9109814509843}]","type":"text","description":"<p>Product height</p>\n","disabled":true},{"key":"compare_at_price","value":" 0","type":"text","description":"<p>Product Compare at price</p>\n","disabled":true},{"key":"requires_shipping","value":" true","type":"text","disabled":true},{"key":"is_template","value":" false","type":"text","disabled":true},{"key":"override_commission","value":" false","type":"text","disabled":true},{"key":"fixed_commission","value":" 0","type":"text","description":"<p>fixed commision value</p>\n","disabled":true},{"key":"type","value":" edit_product","type":"text","description":"<p>edit_product or add_product</p>\n"},{"key":"merchant_comments","value":" ","type":"text","disabled":true},{"key":"ignore_warnings","value":" true","type":"text"},{"key":"taxable","value":" false","type":"text","disabled":true},{"key":"status","value":" active","type":"text","description":"<p>Product status</p>\n","disabled":true},{"key":"handle","value":" vatsals-t-shirt-4","type":"text","disabled":true},{"key":"admin_graphql_api_id","value":"gid://shopify/Product/9114214007059","type":"text"},{"key":"published_scope","value":" ","type":"text","disabled":true},{"key":"template_suffix","value":" ","type":"text","disabled":true},{"key":"vendor","value":"Integration-Testing-PHP","type":"text","description":"<p>Vendor Name</p>\n"},{"key":"shop_id","value":" 4773","type":"text","description":"<p>shop id</p>\n"},{"key":"shop_name","value":" Integration-Testing-PHP","type":"text","description":"<p>shop name</p>\n","disabled":true},{"key":"id","value":" 8382785","type":"text","description":"<p>Product id</p>\n"},{"key":"meta_data","value":" {}","type":"text","disabled":true},{"key":"variants[0]","value":" {\"id\":\"gid://shopify/ProductVariant/48208644407571\",\"price\":\"180.00\",\"compare_at_price\":null,\"sku\":\"SQ2214437\",\"taxable\":true,\"image\":{\"src\":null,\"type\":\"image/png\",\"size\":0,\"name\":null,\"uuid\":\"65dc3cd1c282e\"},\"barcode\":\"\",\"requires_shipping\":true,\"cost\":\"0.00\",\"height\":null,\"width\":null,\"length\":null,\"option_slug\":\"Large / Navy\",\"inventory_management\":true,\"inventory_policy\":true,\"option_value1\":\"Large\",\"option_value2\":\"Navy\",\"option_value3\":null,\"weight\":\"200\",\"weight_unit\":\"POUND\",\"grams\":\"200\",\"hsn_tax\":null,\"tax\":null,\"tax_id\":null,\"tax_percentage\":null,\"override_commission\":false,\"fixed_commission\":0,\"commission\":null,\"hsn_tax_display\":null,\"inventory_quantity\":\"0\",\"old_inventory_quantity\":\"0\",\"vendor_shop_variant_id\":628609}","type":"text","disabled":true},{"key":"variants[1]","value":" {\"id\":\"gid://shopify/ProductVariant/48208644440339\",\"price\":\"110.00\",\"compare_at_price\":null,\"sku\":\"SQ2481313\",\"taxable\":true,\"image\":{\"src\":null,\"type\":\"image/png\",\"size\":0,\"name\":null,\"uuid\":\"65dc3cd1c2fbc\"},\"barcode\":\"\",\"requires_shipping\":true,\"cost\":\"0.00\",\"height\":null,\"width\":null,\"length\":null,\"option_slug\":\"XLarge / Navy\",\"inventory_management\":true,\"inventory_policy\":true,\"option_value1\":\"XLarge\",\"option_value2\":\"Navy\",\"option_value3\":null,\"weight\":\"5\",\"weight_unit\":\"POUND\",\"grams\":\"5\",\"hsn_tax\":null,\"tax\":null,\"tax_id\":null,\"tax_percentage\":null,\"override_commission\":false,\"fixed_commission\":0,\"commission\":null,\"hsn_tax_display\":null,\"inventory_quantity\":\"0\",\"old_inventory_quantity\":\"0\",\"vendor_shop_variant_id\":628610}","type":"text","disabled":true},{"key":"options[0]","value":" {\"id\":11460594041107,\"name\":\"Color\",\"values\":[\"Large\",\"XLarge\"],\"position\":1,\"product_id\":9109814509843}","type":"text","disabled":true},{"key":"options[1]","value":" {\"id\":11460594073875,\"name\":\"Size\",\"values\":[\"Navy\"],\"position\":2,\"product_id\":9109814509843}","type":"text","disabled":true},{"key":"default_variant_id","value":"gid://shopify/ProductVariant/48218801406227","type":"text"}]},"url":"https://api.shipturtle.com/api/v1/products","description":"<p>By sending an HTTP POST request to the given URL, you can use this endpoint to update product. A form-data body including several parameters like title, product type, price, weight, variants, photos, and more, should be sent in the request.</p>\n<p>All of the form input is the same as when creating a product, but we need to pass the product ID here.</p>\n<h3 id=\"status-code\">Status code</h3>\n<p>200 - Success / OK</p>\n<p>201 - Created</p>\n<p>202 - Accepted</p>\n<p>204 - No Content</p>\n<p>400 - Bad request</p>\n<p>401 - Unauthorized error</p>\n<p>500 - Internal server error</p>\n","urlObject":{"protocol":"https","path":["api","v1","products"],"host":["api","shipturtle","com"],"query":[],"variable":[]}},"response":[{"id":"6e984a6c-0255-4c13-afe1-35f7437799ae","name":"create-product","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"title","value":"shipturtle demo","type":"text"},{"key":"product_type","value":"Canvas","type":"text"},{"key":"price","value":"300","type":"text"},{"key":"grams","value":"0","type":"text"},{"key":"weight","value":"0","type":"text"},{"key":"weight_unit","value":"gm","type":"text"},{"key":"body_html","value":"<p>Description</p>","type":"text"},{"key":"variants","value":"[{\"title\":null,\"price_error\":null,\"price\":\"300\",\"compare_at_price\":\"320\",\"cost\":\"250\",\"sku\":\"11\",\"option_slug\":\"12 / red\",\"barcode\":\"GSTIN7895\",\"hsn_tax\":\"0 - 18%\",\"tax\":\"0\",\"tax_id\":40992,\"hsn_tax_display\":\"0 - 18% - 12345\",\"tax_percentage\":18,\"option_value1\":\"12\",\"option_value2\":\"red\",\"option_value3\":null,\"grams\":null,\"weight\":0,\"weight_unit\":\"gm\",\"requires_shipping\":true,\"inventory_quantity\":\"1\",\"width\":\"12\",\"height\":\"10\",\"length\":\"12\",\"commission\":\"3\",\"override_commission\":true,\"fixed_commission\":\"10\",\"logo\":null,\"images\":[],\"inventory_management\":true,\"inventory_policy\":true,\"taxable\":false},{\"title\":null,\"price_error\":null,\"price\":\"300\",\"compare_at_price\":\"320\",\"cost\":\"250\",\"sku\":\"11\",\"option_slug\":\"12 / black\",\"barcode\":\"GSTIN7895\",\"hsn_tax\":\"0 - 18%\",\"tax\":\"0\",\"tax_id\":40992,\"hsn_tax_display\":\"0 - 18% - 12345\",\"tax_percentage\":18,\"option_value1\":\"12\",\"option_value2\":\"black\",\"option_value3\":null,\"grams\":null,\"weight\":0,\"weight_unit\":\"gm\",\"requires_shipping\":true,\"inventory_quantity\":\"1\",\"width\":\"12\",\"height\":\"10\",\"length\":\"12\",\"commission\":\"3\",\"override_commission\":true,\"fixed_commission\":\"10\",\"logo\":null,\"images\":[],\"inventory_management\":true,\"inventory_policy\":true,\"taxable\":false}]","type":"text"},{"key":"published_at","value":"true","type":"text"},{"key":"images","value":"[{\"uuid\":\"3e24c093-5a5c-4a13-996c-9189277ff686\",\"src\":\"https://d2i9a0muccv7uq.cloudfront.net/671086/wallpaperflare.com_wallpaper.jpg\",\"size\":120472,\"name\":\"wallpaperflare.com_wallpaper.jpg\",\"type\":\"image/jpeg\"}]","type":"text"},{"key":"has_multiple_variant","value":"true","type":"text"},{"key":"sku","value":"11","type":"text"},{"key":"barcode","value":"GSTIN7895","type":"text"},{"key":"inventory_quantity","value":"1","type":"text"},{"key":"inventory_policy","value":"true","type":"text"},{"key":"inventory_management","value":"true","type":"text"},{"key":"width","value":"12","type":"text"},{"key":"height","value":"10","type":"text"},{"key":"length","value":"12","type":"text"},{"key":"cost","value":"250","type":"text"},{"key":"options","value":"[{\"name\":\"size\",\"values\":[\"12\",\"23\",\"56\"],\"selectOptions\":[{\"value\":\"size\",\"text\":\"size\"},{\"value\":\"color\",\"text\":\"color\"},{\"value\":\"title\",\"text\":\"title\"},{\"value\":\"material\",\"text\":\"material\"},{\"value\":\"style\",\"text\":\"style\"}]},{\"name\":\"color\",\"values\":[\"red\",\"black\"],\"selectOptions\":[{\"value\":\"color\",\"text\":\"color\"},{\"value\":\"title\",\"text\":\"title\"},{\"value\":\"material\",\"text\":\"material\"},{\"value\":\"style\",\"text\":\"style\"}]}]","type":"text"},{"key":"compare_at_price","value":"320","type":"text"},{"key":"requires_shipping","value":"true","type":"text"},{"key":"is_template","value":"false","type":"text"},{"key":"tax_percentage","value":"18","type":"text"},{"key":"hsn_tax","value":"0 - 18%","type":"text"},{"key":"hsn_tax_display","value":"0 - 18% - 12345","type":"text"},{"key":"tax","value":"0","type":"text"},{"key":"override_commission","value":"true","type":"text"},{"key":"fixed_commission","value":"10","type":"text"},{"key":"commission","value":"3","type":"text"},{"key":"type","value":"add_product","type":"text"},{"key":"merchant_comments","value":"<p>Merchant And Vendors Remarks</p>","type":"text"},{"key":"ignore_warnings","value":"false","type":"text"},{"key":"taxable","value":"false","type":"text"},{"key":"status","value":"active","type":"text"},{"key":"shop_id","value":"4147","type":"text"},{"key":"vendor","value":"violetplants","type":"text"},{"key":"tax_id","value":"40992","type":"text"},{"key":"id","value":"undefined","type":"text"},{"key":"meta_data","value":"{\"sp_64757cc487f5c4.64033549\":{\"value\":{\"field_name\":\"SimpleFile\",\"value\":\"simplefile\"},\"key\":\"sp_64757cc487f5c4.64033549\",\"name_slug\":\"sp_64757cc487f5c4.64033549\",\"type\":\"text\",\"show_on_shop\":false,\"digital_product\":false,\"namespace\":\"shipturtle_product\"}}","type":"text"},{"key":"variants[0]","value":"{\"title\":null,\"price_error\":null,\"price\":\"300\",\"compare_at_price\":\"320\",\"cost\":\"250\",\"sku\":\"11\",\"option_slug\":\"12 / red\",\"barcode\":\"GSTIN7895\",\"hsn_tax\":\"0 - 18%\",\"tax\":\"0\",\"tax_id\":40992,\"hsn_tax_display\":\"0 - 18% - 12345\",\"tax_percentage\":18,\"option_value1\":\"12\",\"option_value2\":\"red\",\"option_value3\":null,\"grams\":null,\"weight\":0,\"weight_unit\":\"gm\",\"requires_shipping\":true,\"inventory_quantity\":\"1\",\"width\":\"12\",\"height\":\"10\",\"length\":\"12\",\"commission\":\"3\",\"override_commission\":true,\"fixed_commission\":\"10\",\"logo\":null,\"images\":[],\"inventory_management\":true,\"inventory_policy\":true,\"taxable\":false}","type":"text"},{"key":"variants[1]","value":"{\"title\":null,\"price_error\":null,\"price\":\"300\",\"compare_at_price\":\"320\",\"cost\":\"250\",\"sku\":\"11\",\"option_slug\":\"12 / black\",\"barcode\":\"GSTIN7895\",\"hsn_tax\":\"0 - 18%\",\"tax\":\"0\",\"tax_id\":40992,\"hsn_tax_display\":\"0 - 18% - 12345\",\"tax_percentage\":18,\"option_value1\":\"12\",\"option_value2\":\"black\",\"option_value3\":null,\"grams\":null,\"weight\":0,\"weight_unit\":\"gm\",\"requires_shipping\":true,\"inventory_quantity\":\"1\",\"width\":\"12\",\"height\":\"10\",\"length\":\"12\",\"commission\":\"3\",\"override_commission\":true,\"fixed_commission\":\"10\",\"logo\":null,\"images\":[],\"inventory_management\":true,\"inventory_policy\":true,\"taxable\":false}","type":"text"},{"key":"variants[2]","value":"{\"title\":null,\"price_error\":null,\"price\":\"300\",\"compare_at_price\":\"320\",\"cost\":\"250\",\"sku\":\"11\",\"option_slug\":\"23 / red\",\"barcode\":\"GSTIN7895\",\"hsn_tax\":\"0 - 18%\",\"tax\":\"0\",\"tax_id\":40992,\"hsn_tax_display\":\"0 - 18% - 12345\",\"tax_percentage\":18,\"option_value1\":\"23\",\"option_value2\":\"red\",\"option_value3\":null,\"grams\":null,\"weight\":0,\"weight_unit\":\"gm\",\"requires_shipping\":true,\"inventory_quantity\":\"1\",\"width\":\"12\",\"height\":\"10\",\"length\":\"12\",\"commission\":\"3\",\"override_commission\":true,\"fixed_commission\":\"10\",\"logo\":null,\"images\":[],\"inventory_management\":true,\"inventory_policy\":true,\"taxable\":false}\n","type":"text"},{"key":"variants[3]","value":"{\"title\":null,\"price_error\":null,\"price\":\"300\",\"compare_at_price\":\"320\",\"cost\":\"250\",\"sku\":\"11\",\"option_slug\":\"23 / black\",\"barcode\":\"GSTIN7895\",\"hsn_tax\":\"0 - 18%\",\"tax\":\"0\",\"tax_id\":40992,\"hsn_tax_display\":\"0 - 18% - 12345\",\"tax_percentage\":18,\"option_value1\":\"23\",\"option_value2\":\"black\",\"option_value3\":null,\"grams\":null,\"weight\":0,\"weight_unit\":\"gm\",\"requires_shipping\":true,\"inventory_quantity\":\"1\",\"width\":\"12\",\"height\":\"10\",\"length\":\"12\",\"commission\":\"3\",\"override_commission\":true,\"fixed_commission\":\"10\",\"logo\":null,\"images\":[],\"inventory_management\":true,\"inventory_policy\":true,\"taxable\":false}","type":"text"},{"key":"variants[4]","value":"{\"title\":null,\"price_error\":null,\"price\":\"300\",\"compare_at_price\":\"320\",\"cost\":\"250\",\"sku\":\"11\",\"option_slug\":\"56 / red\",\"barcode\":\"GSTIN7895\",\"hsn_tax\":\"0 - 18%\",\"tax\":\"0\",\"tax_id\":40992,\"hsn_tax_display\":\"0 - 18% - 12345\",\"tax_percentage\":18,\"option_value1\":\"56\",\"option_value2\":\"red\",\"option_value3\":null,\"grams\":null,\"weight\":0,\"weight_unit\":\"gm\",\"requires_shipping\":true,\"inventory_quantity\":\"1\",\"width\":\"12\",\"height\":\"10\",\"length\":\"12\",\"commission\":\"3\",\"override_commission\":true,\"fixed_commission\":\"10\",\"logo\":null,\"images\":[],\"inventory_management\":true,\"inventory_policy\":true,\"taxable\":false}","type":"text"},{"key":"variants[5]","value":"{\"title\":null,\"price_error\":null,\"price\":\"300\",\"compare_at_price\":\"320\",\"cost\":\"250\",\"sku\":\"11\",\"option_slug\":\"56 / black\",\"barcode\":\"GSTIN7895\",\"hsn_tax\":\"0 - 18%\",\"tax\":\"0\",\"tax_id\":40992,\"hsn_tax_display\":\"0 - 18% - 12345\",\"tax_percentage\":18,\"option_value1\":\"56\",\"option_value2\":\"black\",\"option_value3\":null,\"grams\":null,\"weight\":0,\"weight_unit\":\"gm\",\"requires_shipping\":true,\"inventory_quantity\":\"1\",\"width\":\"12\",\"height\":\"10\",\"length\":\"12\",\"commission\":\"3\",\"override_commission\":true,\"fixed_commission\":\"10\",\"logo\":null,\"images\":[],\"inventory_management\":true,\"inventory_policy\":true,\"taxable\":false}","type":"text"},{"key":"options[0]","value":"{\"name\":\"size\",\"values\":[\"12\",\"23\",\"56\"],\"selectOptions\":[{\"value\":\"size\",\"text\":\"size\"},{\"value\":\"color\",\"text\":\"color\"},{\"value\":\"title\",\"text\":\"title\"},{\"value\":\"material\",\"text\":\"material\"},{\"value\":\"style\",\"text\":\"style\"}]}","type":"text"},{"key":"options[1]","value":"{\"name\":\"color\",\"values\":[\"red\",\"black\"],\"selectOptions\":[{\"value\":\"color\",\"text\":\"color\"},{\"value\":\"title\",\"text\":\"title\"},{\"value\":\"material\",\"text\":\"material\"},{\"value\":\"style\",\"text\":\"style\"}]}","type":"text"}]},"url":"https://api.shipturtle.com/api/v1/products"},"status":"Accepted","code":202,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Fri, 22 Dec 2023 07:33:24 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"Vary","value":"Origin,Authorization"}],"cookie":[],"responseTime":null,"body":"\n"}],"_postman_id":"92df59ae-8037-4968-905d-f3b4cfb8423d"},{"name":"approve-product","id":"8a7296f0-cc7b-492f-9f76-37fd30b8bf09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"query","value":"{\"id\":[505729]}","description":"<p>Define Draft Product Id</p>\n","type":"text"},{"key":"ignore_warnings","value":"false","description":"<p>It is employed to obtain an error answer. When ignoreWarning is set to false, an error message appears. If it is accurate, there is no error notice displayed.</p>\n","type":"text"}]},"url":"https://api.shipturtle.com/api/v1/products/approve-draft-product","description":"<p>The <code>POST</code> request is used to approve a draft product in the Shipturtle API. The request should be sent to <code>https://api.shipturtle.com/api/v1/products/approve-draft-product</code>.</p>\n<h3 id=\"request-body\">Request Body</h3>\n<p>The request body should be of type <code>form-data</code>.</p>\n<h3 id=\"status-code\">Status code</h3>\n<p>200 - Success / OK</p>\n<p>201 - Created</p>\n<p>202 - Accepted</p>\n<p>204 - No Content</p>\n<p>400 - Bad request</p>\n<p>401 - Unauthorized error</p>\n<p>500 - Internal server error</p>\n","urlObject":{"protocol":"https","path":["api","v1","products","approve-draft-product"],"host":["api","shipturtle","com"],"query":[],"variable":[]}},"response":[{"id":"036f6db1-3172-4cc1-b08c-23444991f82b","name":"approve-product","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"query","value":"{\"id\":[505729]}","description":"Define Draft Product Id","type":"text"},{"key":"ignore_warnings","value":"false","description":"It is employed to obtain an error answer. When ignoreWarning is set to false, an error message appears. If it is accurate, there is no error notice displayed.","type":"text"}]},"url":"https://api.shipturtle.com/api/v1/products/approve-draft-product"},"status":"Accepted","code":202,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Fri, 22 Dec 2023 10:13:09 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"Vary","value":"Origin,Authorization"}],"cookie":[],"responseTime":null,"body":"\n"}],"_postman_id":"8a7296f0-cc7b-492f-9f76-37fd30b8bf09"},{"name":"delete-product","id":"04436219-e311-43de-b4df-8128235f2f84","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api.shipturtle.com/api/v1/products/8102072","description":"<p>The DELETE request is used to delete a product from the Shipturtle. The request should be sent to <a href=\"https://api.beta.shipturtle.app/api/v1/products/1860984\">https://api.shipturtle.app/api/v1/products/1860984</a></p>\n<h3 id=\"status-code\">Status code</h3>\n<p>200 - Success / OK</p>\n<p>201 - Created</p>\n<p>202 - Accepted</p>\n<p>204 - No Content</p>\n<p>400 - Bad request</p>\n<p>401 - Unauthorized error</p>\n<p>500 - Internal server error</p>\n","urlObject":{"protocol":"https","path":["api","v1","products","8102072"],"host":["api","shipturtle","com"],"query":[],"variable":[]}},"response":[{"id":"b0a6e762-e9da-4cd4-9ed5-8dfca68ff1dc","name":"delete-product","originalRequest":{"method":"DELETE","header":[],"url":"https://api.shipturtle.com/api/v1/products/8102072"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Tue, 02 Jan 2024 08:37:10 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"Vary","value":"Origin,Authorization"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"04436219-e311-43de-b4df-8128235f2f84"},{"name":"filter-products","id":"283d4178-a6dc-4f30-a15f-2235b3c3ab3b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.shipturtle.com/api/v1/products/fetchData/parent?query={\"text_filter\":\"test product 1\"}&limit=10&ascending=0&page=1&byColumn=1","description":"<p>This HTTP GET request is used to fetch data for parent products from the Shipturtle API. The request URL is <a href=\"https://api.shipturtle.com/api/v1/products/fetchData/parent\">https://api.shipturtle.com/api/v1/products/fetchData/parent</a>, and it includes query parameters such as text_filter, limit, ascending, page, and byColumn. The text_filter parameter is used to filter the products based on the text \"laptop\". In this filter user can pass Product TITLE, Product Variant SKU or Product TAGs. The limit parameter specifies the maximum number of products to be fetched, while the ascending parameter determines the sorting order. The page parameter indicates the page number, and the byColumn parameter is used for column-based sorting.</p>\n<p>The request does not contain a request body.</p>\n<h3 id=\"status-code\">Status code</h3>\n<p>200 - Success / OK</p>\n<p>201 - Created</p>\n<p>202 - Accepted204 - No Content</p>\n<p>400 - Bad request</p>\n<p>401 - Unauthorized error</p>\n<p>500 - Internal server error</p>\n<p><strong>Keys for filter products</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Fetch products by it's ID.</td>\n</tr>\n<tr>\n<td>vendor</td>\n<td>Fetch products by vendor.</td>\n</tr>\n<tr>\n<td>category</td>\n<td>Fetch products by category.</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Fetch products by status (active / draft / archived)</td>\n</tr>\n<tr>\n<td>quantity</td>\n<td>Fetch products by quantity (available / 0_quantity_variants/ 0_quantity_products)</td>\n</tr>\n<tr>\n<td>date_created</td>\n<td>Fetch product by it's created date.  <br />EX : {\"startDate\":\"2025-08-01T06:30:00.000Z\",\"endDate\":\"2025-08-02T06:30:00.000Z\"}</td>\n</tr>\n<tr>\n<td>date_published</td>\n<td>Fetch product by it's published date.  <br />EX : {\"startDate\":\"2025-08-01T06:30:00.000Z\",\"endDate\":\"2025-08-02T06:30:00.000Z\"}</td>\n</tr>\n<tr>\n<td>product / text_filter</td>\n<td>Fetch products by title or SKU.</td>\n</tr>\n<tr>\n<td>vendor_shop</td>\n<td>Fetch products by it's mapping status with vendor's product. (mapped / unmapped)</td>\n</tr>\n<tr>\n<td>hsn</td>\n<td>Fetch products by it's HSN Tax status. (HSN Configured / HSN Not Configured)</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v1","products","fetchData","parent"],"host":["api","shipturtle","com"],"query":[{"description":{"content":"<p>Filter field provided by user. It can product title, product variant SKUS or product tags. Shipturtle app fetch product data according this filter  Use this keys for apply filtes.</p>\n","type":"text/plain"},"key":"query","value":"{\"text_filter\":\"test product 1\"}"},{"key":"limit","value":"10"},{"key":"ascending","value":"0"},{"key":"page","value":"1"},{"key":"byColumn","value":"1"},{"disabled":true,"key":null,"value":""}],"variable":[]}},"response":[{"id":"9d971b52-15e5-4231-a913-e1b06d07a20f","name":"filter-products","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.shipturtle.com/api/v1/products/fetchData/parent?query=%7B%22text_filter%22:%22laptop%22%7D&limit=10&ascending=0&page=1&byColumn=1","protocol":"https","host":["api","shipturtle","com"],"path":["api","v1","products","fetchData","parent"],"query":[{"key":"query","value":"%7B%22text_filter%22:%22laptop%22%7D"},{"key":"limit","value":"10"},{"key":"ascending","value":"0"},{"key":"page","value":"1"},{"key":"byColumn","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Jan 2024 09:11:54 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"Vary","value":"Origin,Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 8073594,\n            \"channel\": \"shopify\",\n            \"company_id\": 234874,\n            \"title\": \"new laptop table\",\n            \"product_type\": \"configurable\",\n            \"vendor\": \"Magento Vendor Test\",\n            \"tags\": \"new laptop table\",\n            \"status\": \"active\",\n            \"handle\": \"new-laptop-table-1\",\n            \"shop_id\": 4147,\n            \"image\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/lap3_1_1_82544e16-b1d7-407f-b365-cebc066e3ec3.jpg?v=1703681662\",\n            \"deleted_at\": null,\n            \"vendor_shop_product_id\": null,\n            \"image_link\": null,\n            \"images_link\": null,\n            \"uploaded_images\": [],\n            \"product_type_title\": null,\n            \"variant_inventory_count\": {\n                \"quantity\": 145,\n                \"length\": 1\n            },\n            \"shop\": {\n                \"currency\": \"INR\",\n                \"weight_unit\": \"gm\",\n                \"name\": \"violetplants\",\n                \"id\": 4147,\n                \"override_taxes\": false,\n                \"dimension_unit\": \"inch\",\n                \"shopify_domain\": \"violetplants.myshopify.com\",\n                \"left_days_14_day_trial\": 14,\n                \"country\": null,\n                \"currency_country\": {\n                    \"id\": 98,\n                    \"name\": \"India\",\n                    \"code\": \"IN\",\n                    \"dial_code\": \"+91\",\n                    \"currency_name\": \"Indian rupee\",\n                    \"currency_symbol\": \"Rs.\",\n                    \"currency_code\": \"INR\",\n                    \"created_at\": null,\n                    \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                    \"name_with_symbole\": \"Indian rupee - Rs.\"\n                }\n            },\n            \"variants\": [\n                {\n                    \"id\": 22444134,\n                    \"commission\": null,\n                    \"fixed_commission\": 0,\n                    \"company_id\": 234874,\n                    \"product_id\": 8073594,\n                    \"image\": null,\n                    \"channel_variant_id\": \"22578117\",\n                    \"compare_at_price\": \"300.00\",\n                    \"deleted_at\": null,\n                    \"deactivated_at\": true,\n                    \"grams\": \"0\",\n                    \"height\": null,\n                    \"image_id\": null,\n                    \"inventory_item_id\": \"50381612253487\",\n                    \"inventory_management\": \"shopify\",\n                    \"inventory_policy\": \"deny\",\n                    \"inventory_quantity\": \"145\",\n                    \"length\": null,\n                    \"old_inventory_quantity\": null,\n                    \"option1\": \"extra large\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"price\": \"300.00\",\n                    \"provider\": null,\n                    \"requires_shipping\": null,\n                    \"shop_id\": 4147,\n                    \"sku\": \"new laptop table-extra large\",\n                    \"tax_id\": null,\n                    \"title\": \"extra large\",\n                    \"updated_at\": \"2023-12-29T08:56:18.000000Z\",\n                    \"weight\": \"0\",\n                    \"weight_unit\": \"kg\",\n                    \"width\": null,\n                    \"parent_id\": 212738,\n                    \"override_commission\": false,\n                    \"vendor_shop_variant_id\": null,\n                    \"barcode\": \"\",\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/48337162240303\",\n                    \"overridden_commission_level\": \"global\",\n                    \"overridden_commission\": \"15\",\n                    \"overridden_fixed_commission\": 10,\n                    \"file_history\": null,\n                    \"company\": {\n                        \"id\": 234874,\n                        \"title\": \"Magento Vendor Test\",\n                        \"parent_id\": 212738,\n                        \"commission\": null,\n                        \"fixed_commission\": 0,\n                        \"set_vendor_level_commission\": false,\n                        \"global_commission\": \"15\",\n                        \"global_discount_shared_by_vendor\": \"0\",\n                        \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                        \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                        \"global_shipping_charge_commission_type\": \"fixed\",\n                        \"global_shipping_charge_commission\": 50,\n                        \"global_fixed_commission\": 10,\n                        \"invoice_country_detail\": null,\n                        \"commission_tags\": null,\n                        \"parent\": {\n                            \"id\": 212738,\n                            \"company_name\": \"kapil\",\n                            \"brand_name\": \"violetplants\",\n                            \"company_logo\": null,\n                            \"contact_name\": \"Chahar\",\n                            \"phone_number\": null,\n                            \"email\": \"het.shipturtle@gmail.com\",\n                            \"address_line_1\": \"Est\",\n                            \"address_line_2\": \"Test\",\n                            \"pin_code\": \"411018\",\n                            \"city\": \"Pune\",\n                            \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                            \"updated_at\": \"2024-01-01T09:06:12.000000Z\",\n                            \"state_id\": null,\n                            \"gstin_number\": \"1234\",\n                            \"invoice_prefix\": \"Invoice\",\n                            \"starting_invoice_number\": \"26\",\n                            \"terms_and_conditions\": null,\n                            \"bank_account_beneficiary_name\": null,\n                            \"bank_account_name\": null,\n                            \"ifsc_code\": null,\n                            \"label_company_name\": null,\n                            \"label_contact_name\": null,\n                            \"label_phone\": null,\n                            \"label_email_address\": null,\n                            \"label_address_line_1\": null,\n                            \"label_address_line_2\": null,\n                            \"label_pin_code\": null,\n                            \"label_city\": null,\n                            \"label_state\": null,\n                            \"signature\": null,\n                            \"currency\": \"INR\",\n                            \"weight\": null,\n                            \"measurement\": null,\n                            \"gst_enabled\": true,\n                            \"override_channel_product_weight_enabled\": true,\n                            \"label_details_same_as_company\": true,\n                            \"multi_vendor_invoicing_enabled\": false,\n                            \"multi_vendor_shipping_enabled\": false,\n                            \"is_master\": \"1\",\n                            \"invoice_number_same_as_order_number\": true,\n                            \"enable_disable_cod_reconciliation\": true,\n                            \"enable_disable_freight_reconciliation\": true,\n                            \"cod_tolerance\": \"5\",\n                            \"freight_tolerance\": \"2\",\n                            \"is_multi_vendor_enabled\": true,\n                            \"invoice_message\": null,\n                            \"inclusive_exclusive\": null,\n                            \"is_tax_on_shipping\": \"no\",\n                            \"tax_on_shipping\": null,\n                            \"primary_color\": \"#222F3D\",\n                            \"secondary_color\": null,\n                            \"display_hsn\": true,\n                            \"website\": \"https://app.shipturtle.com/\",\n                            \"country\": \"IN\",\n                            \"type_of_vendor\": \"marketplace\",\n                            \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                            \"title\": \"violetplants\",\n                            \"parent_id\": 212738,\n                            \"extra_information\": null,\n                            \"invoice_date\": \"invoice_creation_date\",\n                            \"number_of_digits\": \"0\",\n                            \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                            \"created_by\": null,\n                            \"updated_by\": 28411,\n                            \"invoice_contact_name\": \"Hussain\",\n                            \"invoice_address_1\": \"dahod\",\n                            \"invoice_address_2\": \"dahod\",\n                            \"invoice_postal_code\": \"380005\",\n                            \"invoice_city\": \"Ahmedabad\",\n                            \"invoice_phone_number\": \"09173038104\",\n                            \"invoice_tin\": null,\n                            \"timezone\": \"America/Phoenix\",\n                            \"hand_delivered_enabled\": true,\n                            \"other_courier_partner_enabled\": true,\n                            \"billing_address_same_as_company_details\": false,\n                            \"deactivated_at\": null,\n                            \"state_code\": \"GJ\",\n                            \"automatically_sync_vendor_name_from_store\": true,\n                            \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                            \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                            \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                            \"correct_all_errors_in_order\": false,\n                            \"generate_shipping_labels_for_orders\": false,\n                            \"generate_invoices_for_dropship_orders\": false,\n                            \"can_vendor_enable_disable_product\": false,\n                            \"can_vendor_edit_quantity_product\": false,\n                            \"can_vendor_edit_weight_dimension_product\": false,\n                            \"can_vendor_edit_tax_product\": true,\n                            \"set_vendor_level_commission\": false,\n                            \"commission\": \"15\",\n                            \"discount_shared_by_vendor\": \"0\",\n                            \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"set_vendor_level_shared_discount\": false,\n                            \"set_vendor_level_commissoin_calculated_on\": false,\n                            \"use_shop_channel_values_to_set_commission\": false,\n                            \"can_vendor_generate_invoice\": true,\n                            \"can_vendor_process_shippings\": true,\n                            \"can_vendor_edit_hsn_tax\": true,\n                            \"can_vendor_add_courier_provider\": true,\n                            \"default_vendor_type\": \"dropshipper\",\n                            \"no_of_deciaml_digits\": 2,\n                            \"credits\": 299840,\n                            \"plan_id\": 4,\n                            \"requested_plan_id\": null,\n                            \"override_invoice_permissions\": false,\n                            \"override_product_permissions\": false,\n                            \"override_order_routing_permissions\": false,\n                            \"override_shipping_permissions\": false,\n                            \"slug\": \"violetplants-212738\",\n                            \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"shipping_charge_commission_type\": \"fixed\",\n                            \"shipping_charge_commission\": 50,\n                            \"override_commission_calculated_tax_type\": false,\n                            \"override_shipping_charge_commission_type\": false,\n                            \"override_shipping_charge_commission\": 0,\n                            \"auto_email_to_vendor\": true,\n                            \"fixed_commission\": 10,\n                            \"service_charge\": 0,\n                            \"can_vendor_edit_price\": false,\n                            \"can_vendor_delete_product\": false,\n                            \"show_logo_in_awb\": false,\n                            \"hide_pick_address_in_awb\": false,\n                            \"hide_customer_info_in_awb\": true,\n                            \"hide_price_in_awb\": false,\n                            \"hide_customer_information_on_vendor_dashboards\": false,\n                            \"allow_merchant_to_generate_invoice\": false,\n                            \"show_merchant_logo_in_invoice\": true,\n                            \"locale\": \"en\",\n                            \"use_custom_waybill\": false,\n                            \"redirect_url\": \"dashboard\",\n                            \"invoice_state_code\": \"GJ\",\n                            \"invoice_country_code\": \"IN\",\n                            \"stripe_account_id\": null,\n                            \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                            \"enable_app_shipping_profile_on_shopify\": \"0\",\n                            \"policy\": null,\n                            \"css\": null,\n                            \"vendor_profile_color\": \"#f18024\",\n                            \"about_us\": null,\n                            \"facebook_link\": null,\n                            \"twitter_link\": null,\n                            \"instagram_link\": null,\n                            \"auto_fulfill_digital_orders\": true,\n                            \"use_default_warehouse_for_all_orders\": false,\n                            \"invoice_label_header_title\": null,\n                            \"invoice_place_of_supply\": null,\n                            \"invoice_cin_key_title\": null,\n                            \"invoice_cin\": null,\n                            \"give_vendor_access_to_merchant_shipper\": false,\n                            \"auto_generate_order_invoices_to_customers\": true,\n                            \"auto_email_order_invoices_to_customers\": true,\n                            \"treat_manual_payment_mode_as_cod\": false,\n                            \"fulfill_order_after_confirm\": false,\n                            \"add_notes_before_confirming_orders\": false,\n                            \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                            \"note_at_the_top_of_invoice\": null,\n                            \"vendor_shop_id\": null,\n                            \"vendor_category\": null,\n                            \"vendor_location\": null,\n                            \"short_description\": null,\n                            \"display_vendor_category\": true,\n                            \"display_vendor_location\": true,\n                            \"display_vendor_short_description\": true,\n                            \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                            \"sync_settings\": {\n                                \"update_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": false,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"create_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": false,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"override_product_status_at_create\": true,\n                                \"product_status\": \"as_per_vendor_product\",\n                                \"enable_order_sync\": true,\n                                \"push_only_if_order_paid\": false,\n                                \"push_unsynced_product_order\": true,\n                                \"auto_add_variant\": true,\n                                \"auto_remove_variant\": true,\n                                \"strictKeyCheck\": false,\n                                \"on_product_delete\": \"do_nothing\",\n                                \"on_product_unmapped\": \"do_nothing\",\n                                \"push_only_if_product_connected\": true\n                            },\n                            \"override_hide_customer_information_permissions\": false,\n                            \"can_vendor_cancel_an_order\": false,\n                            \"hide_shipping_charges\": false,\n                            \"add_insurance_to_shipment\": 0,\n                            \"meta_title\": null,\n                            \"registration_link\": null,\n                            \"auto_approval_of_products_from_vendor\": true,\n                            \"ignore_selling_price_for_commission\": 0,\n                            \"shipping_label_check\": {\n                                \"email\": false,\n                                \"phone\": false,\n                                \"address_line_1\": false,\n                                \"address_line_2\": false,\n                                \"address_line_1_minimum\": null,\n                                \"address_line_1_maximum\": null,\n                                \"address_line_2_minimum\": null,\n                                \"address_line_2_maximum\": null\n                            },\n                            \"shipping_label_size\": \"smalllabel\",\n                            \"paypal_email\": null,\n                            \"use_custom_email_driver\": false,\n                            \"ignore_order_splitting\": false,\n                            \"hide_customer_information_on_vendor_dashboard\": {\n                                \"name\": false,\n                                \"phone\": true,\n                                \"address\": true,\n                                \"email\": true,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"hide_customer_information_in_awb\": {\n                                \"name\": false,\n                                \"phone\": true,\n                                \"address\": true,\n                                \"email\": true,\n                                \"city\": false,\n                                \"state\": false,\n                                \"line_items\": false,\n                                \"vendor_name\": false,\n                                \"sku\": false,\n                                \"weight_dimension\": false\n                            },\n                            \"hide_customer_information_in_invoice\": {\n                                \"name\": false,\n                                \"phone\": true,\n                                \"address\": true,\n                                \"email\": true,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"vendor_profile_settings\": {\n                                \"seller_products_tab\": true,\n                                \"seller_policy_tab\": true,\n                                \"seller_contact_us_tab\": true,\n                                \"seller_events_tab\": true,\n                                \"seller_reviews_tab\": false,\n                                \"seller_about_us_tab\": true\n                            },\n                            \"challan_message_1\": null,\n                            \"challan_message_2\": null,\n                            \"challan_prefix\": \"Invoice\",\n                            \"challan_number_same_as_invoice_number\": true,\n                            \"default_label_size_for_all_vendors\": false,\n                            \"hide_customer_information_in_export\": {\n                                \"name\": false,\n                                \"phone\": true,\n                                \"address\": true,\n                                \"email\": true,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"product_permissions\": null,\n                            \"hide_product_details_in_awb\": false,\n                            \"hide_invoice_details_in_awb\": false,\n                            \"company_note\": \"<p>sdfasdfab</p>\",\n                            \"meta_data\": \"[{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                            \"color_theme_field\": \"light.orange\",\n                            \"change_tracking_url\": false,\n                            \"ship_to_address_as_merchants_default_warehouse\": false,\n                            \"can_vendor_hold_an_order\": false,\n                            \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                            \"allow_vendors_to_change_vendor_profile_details\": true,\n                            \"whatsapp_account\": \"use_company_account\",\n                            \"vendor_profile_theme_choosen\": \"theme-1\",\n                            \"whatsapp_credit\": 54,\n                            \"test_whatsapp_number\": \"+918849193468\",\n                            \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                            \"connected_vendor_shops\": [\n                                \"vendorsynctesting5.myshopify.com\",\n                                \"testing-for-vendorsync.myshopify.com\",\n                                \"purpleplants.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"test-store-webkul-112.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com/\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com\",\n                                \"channelteststore5.myshopify.com\",\n                                \"https://st-wpdemo.com/newtestclient/\",\n                                \"purpleplants.myshopify.com\",\n                                \"purpleplants.myshopify.com\",\n                                \"vendorsynctesting.myshopify.com\",\n                                \"vendorsynctesting.myshopify.com\"\n                            ],\n                            \"events\": null,\n                            \"commission_automation_set\": {\n                                \"commission_automation\": true,\n                                \"commission_automation_rules\": true,\n                                \"commission_automation_date_range\": true,\n                                \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                \"time_buffer_for_commission_automation\": \"4\",\n                                \"order_status_for_commission_automation\": \"pending\",\n                                \"invoice_number_for_commission_automation\": 277,\n                                \"date_Range_days_for_commission_automation\": \"4\"\n                            },\n                            \"auto_confirmation_using_tags_settings\": {\n                                \"tags_settings_status\": true,\n                                \"paid\": true,\n                                \"tags_for_paid\": [],\n                                \"cod_or_partially_paid\": false,\n                                \"tags_for_cod_or_partially_paid\": [],\n                                \"Exceptions_for_paid\": false,\n                                \"Exceptions_for_paid_tags\": [],\n                                \"Exceptions_for_cod_or_partially_paid\": false,\n                                \"Exceptions_for_cod_or_partially_paid_tags\": []\n                            },\n                            \"preferred_location\": null,\n                            \"email_credit\": 4781,\n                            \"global_commission\": \"15\",\n                            \"global_discount_shared_by_vendor\": \"0\",\n                            \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"global_shipping_charge_commission_type\": \"fixed\",\n                            \"global_shipping_charge_commission\": 50,\n                            \"global_fixed_commission\": 10,\n                            \"invoice_country_detail\": {\n                                \"id\": 98,\n                                \"name\": \"India\",\n                                \"code\": \"IN\",\n                                \"dial_code\": \"+91\",\n                                \"currency_name\": \"Indian rupee\",\n                                \"currency_symbol\": \"Rs.\",\n                                \"currency_code\": \"INR\",\n                                \"created_at\": null,\n                                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                \"name_with_symbole\": \"Indian rupee - Rs.\"\n                            },\n                            \"commission_tags\": {\n                                \"company_id\": 212738,\n                                \"override_commission\": true\n                            }\n                        }\n                    },\n                    \"tax\": null,\n                    \"inventory_item\": {\n                        \"id\": 13190584,\n                        \"sku\": \"new laptop table-extra large\",\n                        \"requires_shipping\": true,\n                        \"cost\": \"0.00\",\n                        \"admin_graphql_api_id\": \"gid://shopify/InventoryItem/50381612253487\",\n                        \"created_at\": \"2023-12-27T12:54:22.000000Z\",\n                        \"updated_at\": \"2023-12-27T12:54:22.000000Z\",\n                        \"shop_id\": 4147,\n                        \"channel_id\": \"50381612253487\",\n                        \"variant_id\": null,\n                        \"channel\": null,\n                        \"country_harmonized_system_codes\": null,\n                        \"harmonized_system_code\": null,\n                        \"deleted_at\": null\n                    },\n                    \"product\": {\n                        \"id\": 8073594,\n                        \"product_type_id\": 133935,\n                        \"image_link\": null,\n                        \"images_link\": null,\n                        \"uploaded_images\": [],\n                        \"product_type_title\": \"configurable\",\n                        \"variant_inventory_count\": {\n                            \"quantity\": 145,\n                            \"length\": 1\n                        },\n                        \"product_type\": {\n                            \"id\": 133935,\n                            \"channel\": \"shopify\",\n                            \"shop_id\": 4147,\n                            \"title\": \"configurable\",\n                            \"commission\": null,\n                            \"created_at\": \"2023-09-30T12:15:45.000000Z\",\n                            \"updated_at\": \"2023-09-30T12:15:45.000000Z\",\n                            \"fixed_commission\": 0,\n                            \"override_commission\": false,\n                            \"overridden_commission_level\": \"global\",\n                            \"overridden_commission\": \"15\",\n                            \"overridden_fixed_commission\": 10,\n                            \"global_commission_level\": \"global\",\n                            \"global_commission\": \"15\",\n                            \"global_fixed_commission\": 10\n                        },\n                        \"media\": []\n                    },\n                    \"alien_variant\": null\n                }\n            ],\n            \"company\": {\n                \"id\": 234874,\n                \"title\": \"Magento Vendor Test\",\n                \"parent_id\": 212738,\n                \"commission\": null,\n                \"fixed_commission\": 0,\n                \"set_vendor_level_commission\": false,\n                \"global_commission\": \"15\",\n                \"global_discount_shared_by_vendor\": null,\n                \"global_commission_calculated_on_product_price_discounted_price\": null,\n                \"global_commission_calculated_tax_type\": null,\n                \"global_shipping_charge_commission_type\": null,\n                \"global_shipping_charge_commission\": null,\n                \"global_fixed_commission\": 10,\n                \"invoice_country_detail\": null,\n                \"commission_tags\": null,\n                \"parent\": {\n                    \"id\": 212738,\n                    \"title\": \"violetplants\",\n                    \"commission\": \"15\",\n                    \"fixed_commission\": 10,\n                    \"set_vendor_level_commission\": false,\n                    \"global_commission\": \"15\",\n                    \"global_discount_shared_by_vendor\": null,\n                    \"global_commission_calculated_on_product_price_discounted_price\": null,\n                    \"global_commission_calculated_tax_type\": null,\n                    \"global_shipping_charge_commission_type\": null,\n                    \"global_shipping_charge_commission\": null,\n                    \"global_fixed_commission\": 10,\n                    \"invoice_country_detail\": null,\n                    \"commission_tags\": {\n                        \"company_id\": 212738,\n                        \"override_commission\": true\n                    },\n                    \"parent\": null\n                }\n            },\n            \"alien_product\": null,\n            \"media\": []\n        },\n        {\n            \"id\": 8073593,\n            \"channel\": \"shopify\",\n            \"company_id\": 234874,\n            \"title\": \"new laptop table mapped\",\n            \"product_type\": \"Plants\",\n            \"vendor\": \"Magento Vendor Test\",\n            \"tags\": \"new laptop table mapped\",\n            \"status\": \"active\",\n            \"handle\": \"new-laptop-table-mapped-1\",\n            \"shop_id\": 4147,\n            \"image\": null,\n            \"deleted_at\": null,\n            \"vendor_shop_product_id\": null,\n            \"image_link\": null,\n            \"images_link\": null,\n            \"uploaded_images\": [],\n            \"product_type_title\": null,\n            \"variant_inventory_count\": {\n                \"quantity\": 100,\n                \"length\": 1\n            },\n            \"shop\": {\n                \"currency\": \"INR\",\n                \"weight_unit\": \"gm\",\n                \"name\": \"violetplants\",\n                \"id\": 4147,\n                \"override_taxes\": false,\n                \"dimension_unit\": \"inch\",\n                \"shopify_domain\": \"violetplants.myshopify.com\",\n                \"left_days_14_day_trial\": 14,\n                \"country\": null,\n                \"currency_country\": {\n                    \"id\": 98,\n                    \"name\": \"India\",\n                    \"code\": \"IN\",\n                    \"dial_code\": \"+91\",\n                    \"currency_name\": \"Indian rupee\",\n                    \"currency_symbol\": \"Rs.\",\n                    \"currency_code\": \"INR\",\n                    \"created_at\": null,\n                    \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                    \"name_with_symbole\": \"Indian rupee - Rs.\"\n                }\n            },\n            \"variants\": [\n                {\n                    \"id\": 22444133,\n                    \"commission\": null,\n                    \"fixed_commission\": 0,\n                    \"company_id\": 234874,\n                    \"product_id\": 8073593,\n                    \"image\": null,\n                    \"channel_variant_id\": \"22578116\",\n                    \"compare_at_price\": \"100.00\",\n                    \"deleted_at\": null,\n                    \"deactivated_at\": true,\n                    \"grams\": \"0\",\n                    \"height\": null,\n                    \"image_id\": null,\n                    \"inventory_item_id\": \"50381611630895\",\n                    \"inventory_management\": \"shopify\",\n                    \"inventory_policy\": \"deny\",\n                    \"inventory_quantity\": \"100\",\n                    \"length\": null,\n                    \"old_inventory_quantity\": null,\n                    \"option1\": \"Default Title\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"price\": \"100.00\",\n                    \"provider\": null,\n                    \"requires_shipping\": null,\n                    \"shop_id\": 4147,\n                    \"sku\": \"new laptop table mapped\",\n                    \"tax_id\": null,\n                    \"title\": \"Default Title\",\n                    \"updated_at\": \"2023-12-27T12:54:42.000000Z\",\n                    \"weight\": \"0\",\n                    \"weight_unit\": \"kg\",\n                    \"width\": null,\n                    \"parent_id\": 212738,\n                    \"override_commission\": false,\n                    \"vendor_shop_variant_id\": null,\n                    \"barcode\": \"\",\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/48337161617711\",\n                    \"overridden_commission_level\": \"global\",\n                    \"overridden_commission\": \"15\",\n                    \"overridden_fixed_commission\": 10,\n                    \"file_history\": null,\n                    \"company\": {\n                        \"id\": 234874,\n                        \"title\": \"Magento Vendor Test\",\n                        \"parent_id\": 212738,\n                        \"commission\": null,\n                        \"fixed_commission\": 0,\n                        \"set_vendor_level_commission\": false,\n                        \"global_commission\": \"15\",\n                        \"global_discount_shared_by_vendor\": \"0\",\n                        \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                        \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                        \"global_shipping_charge_commission_type\": \"fixed\",\n                        \"global_shipping_charge_commission\": 50,\n                        \"global_fixed_commission\": 10,\n                        \"invoice_country_detail\": null,\n                        \"commission_tags\": null,\n                        \"parent\": {\n                            \"id\": 212738,\n                            \"company_name\": \"kapil\",\n                            \"brand_name\": \"violetplants\",\n                            \"company_logo\": null,\n                            \"contact_name\": \"Chahar\",\n                            \"phone_number\": null,\n                            \"email\": \"het.shipturtle@gmail.com\",\n                            \"address_line_1\": \"Est\",\n                            \"address_line_2\": \"Test\",\n                            \"pin_code\": \"411018\",\n                            \"city\": \"Pune\",\n                            \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                            \"updated_at\": \"2024-01-01T09:06:12.000000Z\",\n                            \"state_id\": null,\n                            \"gstin_number\": \"1234\",\n                            \"invoice_prefix\": \"Invoice\",\n                            \"starting_invoice_number\": \"26\",\n                            \"terms_and_conditions\": null,\n                            \"bank_account_beneficiary_name\": null,\n                            \"bank_account_name\": null,\n                            \"ifsc_code\": null,\n                            \"label_company_name\": null,\n                            \"label_contact_name\": null,\n                            \"label_phone\": null,\n                            \"label_email_address\": null,\n                            \"label_address_line_1\": null,\n                            \"label_address_line_2\": null,\n                            \"label_pin_code\": null,\n                            \"label_city\": null,\n                            \"label_state\": null,\n                            \"signature\": null,\n                            \"currency\": \"INR\",\n                            \"weight\": null,\n                            \"measurement\": null,\n                            \"gst_enabled\": true,\n                            \"override_channel_product_weight_enabled\": true,\n                            \"label_details_same_as_company\": true,\n                            \"multi_vendor_invoicing_enabled\": false,\n                            \"multi_vendor_shipping_enabled\": false,\n                            \"is_master\": \"1\",\n                            \"invoice_number_same_as_order_number\": true,\n                            \"enable_disable_cod_reconciliation\": true,\n                            \"enable_disable_freight_reconciliation\": true,\n                            \"cod_tolerance\": \"5\",\n                            \"freight_tolerance\": \"2\",\n                            \"is_multi_vendor_enabled\": true,\n                            \"invoice_message\": null,\n                            \"inclusive_exclusive\": null,\n                            \"is_tax_on_shipping\": \"no\",\n                            \"tax_on_shipping\": null,\n                            \"primary_color\": \"#222F3D\",\n                            \"secondary_color\": null,\n                            \"display_hsn\": true,\n                            \"website\": \"https://app.shipturtle.com/\",\n                            \"country\": \"IN\",\n                            \"type_of_vendor\": \"marketplace\",\n                            \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                            \"title\": \"violetplants\",\n                            \"parent_id\": 212738,\n                            \"extra_information\": null,\n                            \"invoice_date\": \"invoice_creation_date\",\n                            \"number_of_digits\": \"0\",\n                            \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                            \"created_by\": null,\n                            \"updated_by\": 28411,\n                            \"invoice_contact_name\": \"Hussain\",\n                            \"invoice_address_1\": \"dahod\",\n                            \"invoice_address_2\": \"dahod\",\n                            \"invoice_postal_code\": \"380005\",\n                            \"invoice_city\": \"Ahmedabad\",\n                            \"invoice_phone_number\": \"09173038104\",\n                            \"invoice_tin\": null,\n                            \"timezone\": \"America/Phoenix\",\n                            \"hand_delivered_enabled\": true,\n                            \"other_courier_partner_enabled\": true,\n                            \"billing_address_same_as_company_details\": false,\n                            \"deactivated_at\": null,\n                            \"state_code\": \"GJ\",\n                            \"automatically_sync_vendor_name_from_store\": true,\n                            \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                            \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                            \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                            \"correct_all_errors_in_order\": false,\n                            \"generate_shipping_labels_for_orders\": false,\n                            \"generate_invoices_for_dropship_orders\": false,\n                            \"can_vendor_enable_disable_product\": false,\n                            \"can_vendor_edit_quantity_product\": false,\n                            \"can_vendor_edit_weight_dimension_product\": false,\n                            \"can_vendor_edit_tax_product\": true,\n                            \"set_vendor_level_commission\": false,\n                            \"commission\": \"15\",\n                            \"discount_shared_by_vendor\": \"0\",\n                            \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"set_vendor_level_shared_discount\": false,\n                            \"set_vendor_level_commissoin_calculated_on\": false,\n                            \"use_shop_channel_values_to_set_commission\": false,\n                            \"can_vendor_generate_invoice\": true,\n                            \"can_vendor_process_shippings\": true,\n                            \"can_vendor_edit_hsn_tax\": true,\n                            \"can_vendor_add_courier_provider\": true,\n                            \"default_vendor_type\": \"dropshipper\",\n                            \"no_of_deciaml_digits\": 2,\n                            \"credits\": 299840,\n                            \"plan_id\": 4,\n                            \"requested_plan_id\": null,\n                            \"override_invoice_permissions\": false,\n                            \"override_product_permissions\": false,\n                            \"override_order_routing_permissions\": false,\n                            \"override_shipping_permissions\": false,\n                            \"slug\": \"violetplants-212738\",\n                            \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"shipping_charge_commission_type\": \"fixed\",\n                            \"shipping_charge_commission\": 50,\n                            \"override_commission_calculated_tax_type\": false,\n                            \"override_shipping_charge_commission_type\": false,\n                            \"override_shipping_charge_commission\": 0,\n                            \"auto_email_to_vendor\": true,\n                            \"fixed_commission\": 10,\n                            \"service_charge\": 0,\n                            \"can_vendor_edit_price\": false,\n                            \"can_vendor_delete_product\": false,\n                            \"show_logo_in_awb\": false,\n                            \"hide_pick_address_in_awb\": false,\n                            \"hide_customer_info_in_awb\": true,\n                            \"hide_price_in_awb\": false,\n                            \"hide_customer_information_on_vendor_dashboards\": false,\n                            \"allow_merchant_to_generate_invoice\": false,\n                            \"show_merchant_logo_in_invoice\": true,\n                            \"locale\": \"en\",\n                            \"use_custom_waybill\": false,\n                            \"redirect_url\": \"dashboard\",\n                            \"invoice_state_code\": \"GJ\",\n                            \"invoice_country_code\": \"IN\",\n                            \"stripe_account_id\": null,\n                            \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                            \"enable_app_shipping_profile_on_shopify\": \"0\",\n                            \"policy\": null,\n                            \"css\": null,\n                            \"vendor_profile_color\": \"#f18024\",\n                            \"about_us\": null,\n                            \"facebook_link\": null,\n                            \"twitter_link\": null,\n                            \"instagram_link\": null,\n                            \"auto_fulfill_digital_orders\": true,\n                            \"use_default_warehouse_for_all_orders\": false,\n                            \"invoice_label_header_title\": null,\n                            \"invoice_place_of_supply\": null,\n                            \"invoice_cin_key_title\": null,\n                            \"invoice_cin\": null,\n                            \"give_vendor_access_to_merchant_shipper\": false,\n                            \"auto_generate_order_invoices_to_customers\": true,\n                            \"auto_email_order_invoices_to_customers\": true,\n                            \"treat_manual_payment_mode_as_cod\": false,\n                            \"fulfill_order_after_confirm\": false,\n                            \"add_notes_before_confirming_orders\": false,\n                            \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                            \"note_at_the_top_of_invoice\": null,\n                            \"vendor_shop_id\": null,\n                            \"vendor_category\": null,\n                            \"vendor_location\": null,\n                            \"short_description\": null,\n                            \"display_vendor_category\": true,\n                            \"display_vendor_location\": true,\n                            \"display_vendor_short_description\": true,\n                            \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                            \"sync_settings\": {\n                                \"update_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": false,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"create_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": false,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"override_product_status_at_create\": true,\n                                \"product_status\": \"as_per_vendor_product\",\n                                \"enable_order_sync\": true,\n                                \"push_only_if_order_paid\": false,\n                                \"push_unsynced_product_order\": true,\n                                \"auto_add_variant\": true,\n                                \"auto_remove_variant\": true,\n                                \"strictKeyCheck\": false,\n                                \"on_product_delete\": \"do_nothing\",\n                                \"on_product_unmapped\": \"do_nothing\",\n                                \"push_only_if_product_connected\": true\n                            },\n                            \"override_hide_customer_information_permissions\": false,\n                            \"can_vendor_cancel_an_order\": false,\n                            \"hide_shipping_charges\": false,\n                            \"add_insurance_to_shipment\": 0,\n                            \"meta_title\": null,\n                            \"registration_link\": null,\n                            \"auto_approval_of_products_from_vendor\": true,\n                            \"ignore_selling_price_for_commission\": 0,\n                            \"shipping_label_check\": {\n                                \"email\": false,\n                                \"phone\": false,\n                                \"address_line_1\": false,\n                                \"address_line_2\": false,\n                                \"address_line_1_minimum\": null,\n                                \"address_line_1_maximum\": null,\n                                \"address_line_2_minimum\": null,\n                                \"address_line_2_maximum\": null\n                            },\n                            \"shipping_label_size\": \"smalllabel\",\n                            \"paypal_email\": null,\n                            \"use_custom_email_driver\": false,\n                            \"ignore_order_splitting\": false,\n                            \"hide_customer_information_on_vendor_dashboard\": {\n                                \"name\": false,\n                                \"phone\": true,\n                                \"address\": true,\n                                \"email\": true,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"hide_customer_information_in_awb\": {\n                                \"name\": false,\n                                \"phone\": true,\n                                \"address\": true,\n                                \"email\": true,\n                                \"city\": false,\n                                \"state\": false,\n                                \"line_items\": false,\n                                \"vendor_name\": false,\n                                \"sku\": false,\n                                \"weight_dimension\": false\n                            },\n                            \"hide_customer_information_in_invoice\": {\n                                \"name\": false,\n                                \"phone\": true,\n                                \"address\": true,\n                                \"email\": true,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"vendor_profile_settings\": {\n                                \"seller_products_tab\": true,\n                                \"seller_policy_tab\": true,\n                                \"seller_contact_us_tab\": true,\n                                \"seller_events_tab\": true,\n                                \"seller_reviews_tab\": false,\n                                \"seller_about_us_tab\": true\n                            },\n                            \"challan_message_1\": null,\n                            \"challan_message_2\": null,\n                            \"challan_prefix\": \"Invoice\",\n                            \"challan_number_same_as_invoice_number\": true,\n                            \"default_label_size_for_all_vendors\": false,\n                            \"hide_customer_information_in_export\": {\n                                \"name\": false,\n                                \"phone\": true,\n                                \"address\": true,\n                                \"email\": true,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"product_permissions\": null,\n                            \"hide_product_details_in_awb\": false,\n                            \"hide_invoice_details_in_awb\": false,\n                            \"company_note\": \"<p>sdfasdfab</p>\",\n                            \"meta_data\": \"[{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                            \"color_theme_field\": \"light.orange\",\n                            \"change_tracking_url\": false,\n                            \"ship_to_address_as_merchants_default_warehouse\": false,\n                            \"can_vendor_hold_an_order\": false,\n                            \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                            \"allow_vendors_to_change_vendor_profile_details\": true,\n                            \"whatsapp_account\": \"use_company_account\",\n                            \"vendor_profile_theme_choosen\": \"theme-1\",\n                            \"whatsapp_credit\": 54,\n                            \"test_whatsapp_number\": \"+918849193468\",\n                            \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                            \"connected_vendor_shops\": [\n                                \"vendorsynctesting5.myshopify.com\",\n                                \"testing-for-vendorsync.myshopify.com\",\n                                \"purpleplants.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"test-store-webkul-112.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com/\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com\",\n                                \"channelteststore5.myshopify.com\",\n                                \"https://st-wpdemo.com/newtestclient/\",\n                                \"purpleplants.myshopify.com\",\n                                \"purpleplants.myshopify.com\",\n                                \"vendorsynctesting.myshopify.com\",\n                                \"vendorsynctesting.myshopify.com\"\n                            ],\n                            \"events\": null,\n                            \"commission_automation_set\": {\n                                \"commission_automation\": true,\n                                \"commission_automation_rules\": true,\n                                \"commission_automation_date_range\": true,\n                                \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                \"time_buffer_for_commission_automation\": \"4\",\n                                \"order_status_for_commission_automation\": \"pending\",\n                                \"invoice_number_for_commission_automation\": 277,\n                                \"date_Range_days_for_commission_automation\": \"4\"\n                            },\n                            \"auto_confirmation_using_tags_settings\": {\n                                \"tags_settings_status\": true,\n                                \"paid\": true,\n                                \"tags_for_paid\": [],\n                                \"cod_or_partially_paid\": false,\n                                \"tags_for_cod_or_partially_paid\": [],\n                                \"Exceptions_for_paid\": false,\n                                \"Exceptions_for_paid_tags\": [],\n                                \"Exceptions_for_cod_or_partially_paid\": false,\n                                \"Exceptions_for_cod_or_partially_paid_tags\": []\n                            },\n                            \"preferred_location\": null,\n                            \"email_credit\": 4781,\n                            \"global_commission\": \"15\",\n                            \"global_discount_shared_by_vendor\": \"0\",\n                            \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"global_shipping_charge_commission_type\": \"fixed\",\n                            \"global_shipping_charge_commission\": 50,\n                            \"global_fixed_commission\": 10,\n                            \"invoice_country_detail\": {\n                                \"id\": 98,\n                                \"name\": \"India\",\n                                \"code\": \"IN\",\n                                \"dial_code\": \"+91\",\n                                \"currency_name\": \"Indian rupee\",\n                                \"currency_symbol\": \"Rs.\",\n                                \"currency_code\": \"INR\",\n                                \"created_at\": null,\n                                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                \"name_with_symbole\": \"Indian rupee - Rs.\"\n                            },\n                            \"commission_tags\": {\n                                \"company_id\": 212738,\n                                \"override_commission\": true\n                            }\n                        }\n                    },\n                    \"tax\": null,\n                    \"inventory_item\": {\n                        \"id\": 13190597,\n                        \"sku\": \"new laptop table mapped\",\n                        \"requires_shipping\": true,\n                        \"cost\": \"0.00\",\n                        \"admin_graphql_api_id\": \"gid://shopify/InventoryItem/50381611630895\",\n                        \"created_at\": \"2023-12-27T12:54:42.000000Z\",\n                        \"updated_at\": \"2023-12-27T12:54:42.000000Z\",\n                        \"shop_id\": 4147,\n                        \"channel_id\": \"50381611630895\",\n                        \"variant_id\": null,\n                        \"channel\": null,\n                        \"country_harmonized_system_codes\": null,\n                        \"harmonized_system_code\": null,\n                        \"deleted_at\": null\n                    },\n                    \"product\": {\n                        \"id\": 8073593,\n                        \"product_type_id\": 116397,\n                        \"image_link\": null,\n                        \"images_link\": null,\n                        \"uploaded_images\": [],\n                        \"product_type_title\": \"Plants\",\n                        \"variant_inventory_count\": {\n                            \"quantity\": 100,\n                            \"length\": 1\n                        },\n                        \"product_type\": {\n                            \"id\": 116397,\n                            \"channel\": \"shopify\",\n                            \"shop_id\": 4147,\n                            \"title\": \"Plants\",\n                            \"commission\": null,\n                            \"created_at\": \"2023-05-29T10:50:42.000000Z\",\n                            \"updated_at\": \"2023-05-29T10:50:42.000000Z\",\n                            \"fixed_commission\": 0,\n                            \"override_commission\": false,\n                            \"overridden_commission_level\": \"global\",\n                            \"overridden_commission\": \"15\",\n                            \"overridden_fixed_commission\": 10,\n                            \"global_commission_level\": \"global\",\n                            \"global_commission\": \"15\",\n                            \"global_fixed_commission\": 10\n                        },\n                        \"media\": []\n                    },\n                    \"alien_variant\": null\n                }\n            ],\n            \"company\": {\n                \"id\": 234874,\n                \"title\": \"Magento Vendor Test\",\n                \"parent_id\": 212738,\n                \"commission\": null,\n                \"fixed_commission\": 0,\n                \"set_vendor_level_commission\": false,\n                \"global_commission\": \"15\",\n                \"global_discount_shared_by_vendor\": null,\n                \"global_commission_calculated_on_product_price_discounted_price\": null,\n                \"global_commission_calculated_tax_type\": null,\n                \"global_shipping_charge_commission_type\": null,\n                \"global_shipping_charge_commission\": null,\n                \"global_fixed_commission\": 10,\n                \"invoice_country_detail\": null,\n                \"commission_tags\": null,\n                \"parent\": {\n                    \"id\": 212738,\n                    \"title\": \"violetplants\",\n                    \"commission\": \"15\",\n                    \"fixed_commission\": 10,\n                    \"set_vendor_level_commission\": false,\n                    \"global_commission\": \"15\",\n                    \"global_discount_shared_by_vendor\": null,\n                    \"global_commission_calculated_on_product_price_discounted_price\": null,\n                    \"global_commission_calculated_tax_type\": null,\n                    \"global_shipping_charge_commission_type\": null,\n                    \"global_shipping_charge_commission\": null,\n                    \"global_fixed_commission\": 10,\n                    \"invoice_country_detail\": null,\n                    \"commission_tags\": {\n                        \"company_id\": 212738,\n                        \"override_commission\": true\n                    },\n                    \"parent\": null\n                }\n            },\n            \"alien_product\": null,\n            \"media\": []\n        },\n        {\n            \"id\": 8073585,\n            \"channel\": \"shopify\",\n            \"company_id\": 234956,\n            \"title\": \"new laptop table\",\n            \"product_type\": \"configurable\",\n            \"vendor\": \"Magento0\",\n            \"tags\": \"new laptop table\",\n            \"status\": \"active\",\n            \"handle\": \"new-laptop-table\",\n            \"shop_id\": 4147,\n            \"image\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/lap3_1_1_493e7206-657a-4825-afcb-5fbcfee89793.jpg?v=1703681569\",\n            \"deleted_at\": null,\n            \"vendor_shop_product_id\": null,\n            \"image_link\": null,\n            \"images_link\": null,\n            \"uploaded_images\": [],\n            \"product_type_title\": null,\n            \"variant_inventory_count\": {\n                \"quantity\": 150,\n                \"length\": 1\n            },\n            \"shop\": {\n                \"currency\": \"INR\",\n                \"weight_unit\": \"gm\",\n                \"name\": \"violetplants\",\n                \"id\": 4147,\n                \"override_taxes\": false,\n                \"dimension_unit\": \"inch\",\n                \"shopify_domain\": \"violetplants.myshopify.com\",\n                \"left_days_14_day_trial\": 14,\n                \"country\": null,\n                \"currency_country\": {\n                    \"id\": 98,\n                    \"name\": \"India\",\n                    \"code\": \"IN\",\n                    \"dial_code\": \"+91\",\n                    \"currency_name\": \"Indian rupee\",\n                    \"currency_symbol\": \"Rs.\",\n                    \"currency_code\": \"INR\",\n                    \"created_at\": null,\n                    \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                    \"name_with_symbole\": \"Indian rupee - Rs.\"\n                }\n            },\n            \"variants\": [\n                {\n                    \"id\": 22444125,\n                    \"commission\": null,\n                    \"fixed_commission\": 0,\n                    \"company_id\": 234956,\n                    \"product_id\": 8073585,\n                    \"image\": null,\n                    \"channel_variant_id\": \"22578108\",\n                    \"compare_at_price\": \"300.00\",\n                    \"deleted_at\": null,\n                    \"deactivated_at\": true,\n                    \"grams\": \"0\",\n                    \"height\": null,\n                    \"image_id\": null,\n                    \"inventory_item_id\": \"50381601341743\",\n                    \"inventory_management\": \"shopify\",\n                    \"inventory_policy\": \"deny\",\n                    \"inventory_quantity\": \"150\",\n                    \"length\": null,\n                    \"old_inventory_quantity\": null,\n                    \"option1\": \"extra large\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"price\": \"300.00\",\n                    \"provider\": null,\n                    \"requires_shipping\": null,\n                    \"shop_id\": 4147,\n                    \"sku\": \"new laptop table-extra large\",\n                    \"tax_id\": null,\n                    \"title\": \"extra large\",\n                    \"updated_at\": \"2023-12-27T12:52:50.000000Z\",\n                    \"weight\": \"0\",\n                    \"weight_unit\": \"kg\",\n                    \"width\": null,\n                    \"parent_id\": 212738,\n                    \"override_commission\": false,\n                    \"vendor_shop_variant_id\": null,\n                    \"barcode\": \"\",\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/48337151295791\",\n                    \"overridden_commission_level\": \"global\",\n                    \"overridden_commission\": \"15\",\n                    \"overridden_fixed_commission\": 10,\n                    \"file_history\": null,\n                    \"company\": {\n                        \"id\": 234956,\n                        \"title\": \"Magento0\",\n                        \"parent_id\": 212738,\n                        \"commission\": null,\n                        \"fixed_commission\": 0,\n                        \"set_vendor_level_commission\": false,\n                        \"global_commission\": \"15\",\n                        \"global_discount_shared_by_vendor\": \"0\",\n                        \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                        \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                        \"global_shipping_charge_commission_type\": \"fixed\",\n                        \"global_shipping_charge_commission\": 50,\n                        \"global_fixed_commission\": 10,\n                        \"invoice_country_detail\": null,\n                        \"commission_tags\": null,\n                        \"parent\": {\n                            \"id\": 212738,\n                            \"company_name\": \"kapil\",\n                            \"brand_name\": \"violetplants\",\n                            \"company_logo\": null,\n                            \"contact_name\": \"Chahar\",\n                            \"phone_number\": null,\n                            \"email\": \"het.shipturtle@gmail.com\",\n                            \"address_line_1\": \"Est\",\n                            \"address_line_2\": \"Test\",\n                            \"pin_code\": \"411018\",\n                            \"city\": \"Pune\",\n                            \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                            \"updated_at\": \"2024-01-01T09:06:12.000000Z\",\n                            \"state_id\": null,\n                            \"gstin_number\": \"1234\",\n                            \"invoice_prefix\": \"Invoice\",\n                            \"starting_invoice_number\": \"26\",\n                            \"terms_and_conditions\": null,\n                            \"bank_account_beneficiary_name\": null,\n                            \"bank_account_name\": null,\n                            \"ifsc_code\": null,\n                            \"label_company_name\": null,\n                            \"label_contact_name\": null,\n                            \"label_phone\": null,\n                            \"label_email_address\": null,\n                            \"label_address_line_1\": null,\n                            \"label_address_line_2\": null,\n                            \"label_pin_code\": null,\n                            \"label_city\": null,\n                            \"label_state\": null,\n                            \"signature\": null,\n                            \"currency\": \"INR\",\n                            \"weight\": null,\n                            \"measurement\": null,\n                            \"gst_enabled\": true,\n                            \"override_channel_product_weight_enabled\": true,\n                            \"label_details_same_as_company\": true,\n                            \"multi_vendor_invoicing_enabled\": false,\n                            \"multi_vendor_shipping_enabled\": false,\n                            \"is_master\": \"1\",\n                            \"invoice_number_same_as_order_number\": true,\n                            \"enable_disable_cod_reconciliation\": true,\n                            \"enable_disable_freight_reconciliation\": true,\n                            \"cod_tolerance\": \"5\",\n                            \"freight_tolerance\": \"2\",\n                            \"is_multi_vendor_enabled\": true,\n                            \"invoice_message\": null,\n                            \"inclusive_exclusive\": null,\n                            \"is_tax_on_shipping\": \"no\",\n                            \"tax_on_shipping\": null,\n                            \"primary_color\": \"#222F3D\",\n                            \"secondary_color\": null,\n                            \"display_hsn\": true,\n                            \"website\": \"https://app.shipturtle.com/\",\n                            \"country\": \"IN\",\n                            \"type_of_vendor\": \"marketplace\",\n                            \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                            \"title\": \"violetplants\",\n                            \"parent_id\": 212738,\n                            \"extra_information\": null,\n                            \"invoice_date\": \"invoice_creation_date\",\n                            \"number_of_digits\": \"0\",\n                            \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                            \"created_by\": null,\n                            \"updated_by\": 28411,\n                            \"invoice_contact_name\": \"Hussain\",\n                            \"invoice_address_1\": \"dahod\",\n                            \"invoice_address_2\": \"dahod\",\n                            \"invoice_postal_code\": \"380005\",\n                            \"invoice_city\": \"Ahmedabad\",\n                            \"invoice_phone_number\": \"09173038104\",\n                            \"invoice_tin\": null,\n                            \"timezone\": \"America/Phoenix\",\n                            \"hand_delivered_enabled\": true,\n                            \"other_courier_partner_enabled\": true,\n                            \"billing_address_same_as_company_details\": false,\n                            \"deactivated_at\": null,\n                            \"state_code\": \"GJ\",\n                            \"automatically_sync_vendor_name_from_store\": true,\n                            \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                            \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                            \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                            \"correct_all_errors_in_order\": false,\n                            \"generate_shipping_labels_for_orders\": false,\n                            \"generate_invoices_for_dropship_orders\": false,\n                            \"can_vendor_enable_disable_product\": false,\n                            \"can_vendor_edit_quantity_product\": false,\n                            \"can_vendor_edit_weight_dimension_product\": false,\n                            \"can_vendor_edit_tax_product\": true,\n                            \"set_vendor_level_commission\": false,\n                            \"commission\": \"15\",\n                            \"discount_shared_by_vendor\": \"0\",\n                            \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"set_vendor_level_shared_discount\": false,\n                            \"set_vendor_level_commissoin_calculated_on\": false,\n                            \"use_shop_channel_values_to_set_commission\": false,\n                            \"can_vendor_generate_invoice\": true,\n                            \"can_vendor_process_shippings\": true,\n                            \"can_vendor_edit_hsn_tax\": true,\n                            \"can_vendor_add_courier_provider\": true,\n                            \"default_vendor_type\": \"dropshipper\",\n                            \"no_of_deciaml_digits\": 2,\n                            \"credits\": 299840,\n                            \"plan_id\": 4,\n                            \"requested_plan_id\": null,\n                            \"override_invoice_permissions\": false,\n                            \"override_product_permissions\": false,\n                            \"override_order_routing_permissions\": false,\n                            \"override_shipping_permissions\": false,\n                            \"slug\": \"violetplants-212738\",\n                            \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"shipping_charge_commission_type\": \"fixed\",\n                            \"shipping_charge_commission\": 50,\n                            \"override_commission_calculated_tax_type\": false,\n                            \"override_shipping_charge_commission_type\": false,\n                            \"override_shipping_charge_commission\": 0,\n                            \"auto_email_to_vendor\": true,\n                            \"fixed_commission\": 10,\n                            \"service_charge\": 0,\n                            \"can_vendor_edit_price\": false,\n                            \"can_vendor_delete_product\": false,\n                            \"show_logo_in_awb\": false,\n                            \"hide_pick_address_in_awb\": false,\n                            \"hide_customer_info_in_awb\": true,\n                            \"hide_price_in_awb\": false,\n                            \"hide_customer_information_on_vendor_dashboards\": false,\n                            \"allow_merchant_to_generate_invoice\": false,\n                            \"show_merchant_logo_in_invoice\": true,\n                            \"locale\": \"en\",\n                            \"use_custom_waybill\": false,\n                            \"redirect_url\": \"dashboard\",\n                            \"invoice_state_code\": \"GJ\",\n                            \"invoice_country_code\": \"IN\",\n                            \"stripe_account_id\": null,\n                            \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                            \"enable_app_shipping_profile_on_shopify\": \"0\",\n                            \"policy\": null,\n                            \"css\": null,\n                            \"vendor_profile_color\": \"#f18024\",\n                            \"about_us\": null,\n                            \"facebook_link\": null,\n                            \"twitter_link\": null,\n                            \"instagram_link\": null,\n                            \"auto_fulfill_digital_orders\": true,\n                            \"use_default_warehouse_for_all_orders\": false,\n                            \"invoice_label_header_title\": null,\n                            \"invoice_place_of_supply\": null,\n                            \"invoice_cin_key_title\": null,\n                            \"invoice_cin\": null,\n                            \"give_vendor_access_to_merchant_shipper\": false,\n                            \"auto_generate_order_invoices_to_customers\": true,\n                            \"auto_email_order_invoices_to_customers\": true,\n                            \"treat_manual_payment_mode_as_cod\": false,\n                            \"fulfill_order_after_confirm\": false,\n                            \"add_notes_before_confirming_orders\": false,\n                            \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                            \"note_at_the_top_of_invoice\": null,\n                            \"vendor_shop_id\": null,\n                            \"vendor_category\": null,\n                            \"vendor_location\": null,\n                            \"short_description\": null,\n                            \"display_vendor_category\": true,\n                            \"display_vendor_location\": true,\n                            \"display_vendor_short_description\": true,\n                            \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                            \"sync_settings\": {\n                                \"update_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": false,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"create_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": false,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"override_product_status_at_create\": true,\n                                \"product_status\": \"as_per_vendor_product\",\n                                \"enable_order_sync\": true,\n                                \"push_only_if_order_paid\": false,\n                                \"push_unsynced_product_order\": true,\n                                \"auto_add_variant\": true,\n                                \"auto_remove_variant\": true,\n                                \"strictKeyCheck\": false,\n                                \"on_product_delete\": \"do_nothing\",\n                                \"on_product_unmapped\": \"do_nothing\",\n                                \"push_only_if_product_connected\": true\n                            },\n                            \"override_hide_customer_information_permissions\": false,\n                            \"can_vendor_cancel_an_order\": false,\n                            \"hide_shipping_charges\": false,\n                            \"add_insurance_to_shipment\": 0,\n                            \"meta_title\": null,\n                            \"registration_link\": null,\n                            \"auto_approval_of_products_from_vendor\": true,\n                            \"ignore_selling_price_for_commission\": 0,\n                            \"shipping_label_check\": {\n                                \"email\": false,\n                                \"phone\": false,\n                                \"address_line_1\": false,\n                                \"address_line_2\": false,\n                                \"address_line_1_minimum\": null,\n                                \"address_line_1_maximum\": null,\n                                \"address_line_2_minimum\": null,\n                                \"address_line_2_maximum\": null\n                            },\n                            \"shipping_label_size\": \"smalllabel\",\n                            \"paypal_email\": null,\n                            \"use_custom_email_driver\": false,\n                            \"ignore_order_splitting\": false,\n                            \"hide_customer_information_on_vendor_dashboard\": {\n                                \"name\": false,\n                                \"phone\": true,\n                                \"address\": true,\n                                \"email\": true,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"hide_customer_information_in_awb\": {\n                                \"name\": false,\n                                \"phone\": true,\n                                \"address\": true,\n                                \"email\": true,\n                                \"city\": false,\n                                \"state\": false,\n                                \"line_items\": false,\n                                \"vendor_name\": false,\n                                \"sku\": false,\n                                \"weight_dimension\": false\n                            },\n                            \"hide_customer_information_in_invoice\": {\n                                \"name\": false,\n                                \"phone\": true,\n                                \"address\": true,\n                                \"email\": true,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"vendor_profile_settings\": {\n                                \"seller_products_tab\": true,\n                                \"seller_policy_tab\": true,\n                                \"seller_contact_us_tab\": true,\n                                \"seller_events_tab\": true,\n                                \"seller_reviews_tab\": false,\n                                \"seller_about_us_tab\": true\n                            },\n                            \"challan_message_1\": null,\n                            \"challan_message_2\": null,\n                            \"challan_prefix\": \"Invoice\",\n                            \"challan_number_same_as_invoice_number\": true,\n                            \"default_label_size_for_all_vendors\": false,\n                            \"hide_customer_information_in_export\": {\n                                \"name\": false,\n                                \"phone\": true,\n                                \"address\": true,\n                                \"email\": true,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"product_permissions\": null,\n                            \"hide_product_details_in_awb\": false,\n                            \"hide_invoice_details_in_awb\": false,\n                            \"company_note\": \"<p>sdfasdfab</p>\",\n                            \"meta_data\": \"[{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                            \"color_theme_field\": \"light.orange\",\n                            \"change_tracking_url\": false,\n                            \"ship_to_address_as_merchants_default_warehouse\": false,\n                            \"can_vendor_hold_an_order\": false,\n                            \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                            \"allow_vendors_to_change_vendor_profile_details\": true,\n                            \"whatsapp_account\": \"use_company_account\",\n                            \"vendor_profile_theme_choosen\": \"theme-1\",\n                            \"whatsapp_credit\": 54,\n                            \"test_whatsapp_number\": \"+918849193468\",\n                            \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                            \"connected_vendor_shops\": [\n                                \"vendorsynctesting5.myshopify.com\",\n                                \"testing-for-vendorsync.myshopify.com\",\n                                \"purpleplants.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"test-store-webkul-112.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com/\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com\",\n                                \"channelteststore5.myshopify.com\",\n                                \"https://st-wpdemo.com/newtestclient/\",\n                                \"purpleplants.myshopify.com\",\n                                \"purpleplants.myshopify.com\",\n                                \"vendorsynctesting.myshopify.com\",\n                                \"vendorsynctesting.myshopify.com\"\n                            ],\n                            \"events\": null,\n                            \"commission_automation_set\": {\n                                \"commission_automation\": true,\n                                \"commission_automation_rules\": true,\n                                \"commission_automation_date_range\": true,\n                                \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                \"time_buffer_for_commission_automation\": \"4\",\n                                \"order_status_for_commission_automation\": \"pending\",\n                                \"invoice_number_for_commission_automation\": 277,\n                                \"date_Range_days_for_commission_automation\": \"4\"\n                            },\n                            \"auto_confirmation_using_tags_settings\": {\n                                \"tags_settings_status\": true,\n                                \"paid\": true,\n                                \"tags_for_paid\": [],\n                                \"cod_or_partially_paid\": false,\n                                \"tags_for_cod_or_partially_paid\": [],\n                                \"Exceptions_for_paid\": false,\n                                \"Exceptions_for_paid_tags\": [],\n                                \"Exceptions_for_cod_or_partially_paid\": false,\n                                \"Exceptions_for_cod_or_partially_paid_tags\": []\n                            },\n                            \"preferred_location\": null,\n                            \"email_credit\": 4781,\n                            \"global_commission\": \"15\",\n                            \"global_discount_shared_by_vendor\": \"0\",\n                            \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"global_shipping_charge_commission_type\": \"fixed\",\n                            \"global_shipping_charge_commission\": 50,\n                            \"global_fixed_commission\": 10,\n                            \"invoice_country_detail\": {\n                                \"id\": 98,\n                                \"name\": \"India\",\n                                \"code\": \"IN\",\n                                \"dial_code\": \"+91\",\n                                \"currency_name\": \"Indian rupee\",\n                                \"currency_symbol\": \"Rs.\",\n                                \"currency_code\": \"INR\",\n                                \"created_at\": null,\n                                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                \"name_with_symbole\": \"Indian rupee - Rs.\"\n                            },\n                            \"commission_tags\": {\n                                \"company_id\": 212738,\n                                \"override_commission\": true\n                            }\n                        }\n                    },\n                    \"tax\": null,\n                    \"inventory_item\": {\n                        \"id\": 13190576,\n                        \"sku\": \"new laptop table-extra large\",\n                        \"requires_shipping\": true,\n                        \"cost\": \"0.00\",\n                        \"admin_graphql_api_id\": \"gid://shopify/InventoryItem/50381601341743\",\n                        \"created_at\": \"2023-12-27T12:52:51.000000Z\",\n                        \"updated_at\": \"2023-12-27T12:52:51.000000Z\",\n                        \"shop_id\": 4147,\n                        \"channel_id\": \"50381601341743\",\n                        \"variant_id\": null,\n                        \"channel\": null,\n                        \"country_harmonized_system_codes\": null,\n                        \"harmonized_system_code\": null,\n                        \"deleted_at\": null\n                    },\n                    \"product\": {\n                        \"id\": 8073585,\n                        \"product_type_id\": 133935,\n                        \"image_link\": null,\n                        \"images_link\": null,\n                        \"uploaded_images\": [],\n                        \"product_type_title\": \"configurable\",\n                        \"variant_inventory_count\": {\n                            \"quantity\": 150,\n                            \"length\": 1\n                        },\n                        \"product_type\": {\n                            \"id\": 133935,\n                            \"channel\": \"shopify\",\n                            \"shop_id\": 4147,\n                            \"title\": \"configurable\",\n                            \"commission\": null,\n                            \"created_at\": \"2023-09-30T12:15:45.000000Z\",\n                            \"updated_at\": \"2023-09-30T12:15:45.000000Z\",\n                            \"fixed_commission\": 0,\n                            \"override_commission\": false,\n                            \"overridden_commission_level\": \"global\",\n                            \"overridden_commission\": \"15\",\n                            \"overridden_fixed_commission\": 10,\n                            \"global_commission_level\": \"global\",\n                            \"global_commission\": \"15\",\n                            \"global_fixed_commission\": 10\n                        },\n                        \"media\": []\n                    },\n                    \"alien_variant\": null\n                }\n            ],\n            \"company\": {\n                \"id\": 234956,\n                \"title\": \"Magento0\",\n                \"parent_id\": 212738,\n                \"commission\": null,\n                \"fixed_commission\": 0,\n                \"set_vendor_level_commission\": false,\n                \"global_commission\": \"15\",\n                \"global_discount_shared_by_vendor\": null,\n                \"global_commission_calculated_on_product_price_discounted_price\": null,\n                \"global_commission_calculated_tax_type\": null,\n                \"global_shipping_charge_commission_type\": null,\n                \"global_shipping_charge_commission\": null,\n                \"global_fixed_commission\": 10,\n                \"invoice_country_detail\": null,\n                \"commission_tags\": null,\n                \"parent\": {\n                    \"id\": 212738,\n                    \"title\": \"violetplants\",\n                    \"commission\": \"15\",\n                    \"fixed_commission\": 10,\n                    \"set_vendor_level_commission\": false,\n                    \"global_commission\": \"15\",\n                    \"global_discount_shared_by_vendor\": null,\n                    \"global_commission_calculated_on_product_price_discounted_price\": null,\n                    \"global_commission_calculated_tax_type\": null,\n                    \"global_shipping_charge_commission_type\": null,\n                    \"global_shipping_charge_commission\": null,\n                    \"global_fixed_commission\": 10,\n                    \"invoice_country_detail\": null,\n                    \"commission_tags\": {\n                        \"company_id\": 212738,\n                        \"override_commission\": true\n                    },\n                    \"parent\": null\n                }\n            },\n            \"alien_product\": null,\n            \"media\": []\n        },\n        {\n            \"id\": 8073529,\n            \"channel\": \"shopify\",\n            \"company_id\": 234956,\n            \"title\": \"new laptop table mapped\",\n            \"product_type\": \"Plants\",\n            \"vendor\": \"Magento0\",\n            \"tags\": \"new laptop table mapped\",\n            \"status\": \"active\",\n            \"handle\": \"new-laptop-table-mapped\",\n            \"shop_id\": 4147,\n            \"image\": null,\n            \"deleted_at\": null,\n            \"vendor_shop_product_id\": null,\n            \"image_link\": null,\n            \"images_link\": null,\n            \"uploaded_images\": [],\n            \"product_type_title\": null,\n            \"variant_inventory_count\": {\n                \"quantity\": 98,\n                \"length\": 1\n            },\n            \"shop\": {\n                \"currency\": \"INR\",\n                \"weight_unit\": \"gm\",\n                \"name\": \"violetplants\",\n                \"id\": 4147,\n                \"override_taxes\": false,\n                \"dimension_unit\": \"inch\",\n                \"shopify_domain\": \"violetplants.myshopify.com\",\n                \"left_days_14_day_trial\": 14,\n                \"country\": null,\n                \"currency_country\": {\n                    \"id\": 98,\n                    \"name\": \"India\",\n                    \"code\": \"IN\",\n                    \"dial_code\": \"+91\",\n                    \"currency_name\": \"Indian rupee\",\n                    \"currency_symbol\": \"Rs.\",\n                    \"currency_code\": \"INR\",\n                    \"created_at\": null,\n                    \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                    \"name_with_symbole\": \"Indian rupee - Rs.\"\n                }\n            },\n            \"variants\": [\n                {\n                    \"id\": 22444014,\n                    \"commission\": null,\n                    \"fixed_commission\": 0,\n                    \"company_id\": 234956,\n                    \"product_id\": 8073529,\n                    \"image\": null,\n                    \"channel_variant_id\": \"22577997\",\n                    \"compare_at_price\": \"100.00\",\n                    \"deleted_at\": null,\n                    \"deactivated_at\": true,\n                    \"grams\": \"0\",\n                    \"height\": null,\n                    \"image_id\": null,\n                    \"inventory_item_id\": \"50381462274351\",\n                    \"inventory_management\": \"shopify\",\n                    \"inventory_policy\": \"deny\",\n                    \"inventory_quantity\": \"98\",\n                    \"length\": null,\n                    \"old_inventory_quantity\": null,\n                    \"option1\": \"Default Title\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"price\": \"100.00\",\n                    \"provider\": null,\n                    \"requires_shipping\": null,\n                    \"shop_id\": 4147,\n                    \"sku\": \"new laptop table mapped\",\n                    \"tax_id\": null,\n                    \"title\": \"Default Title\",\n                    \"updated_at\": \"2023-12-27T12:37:48.000000Z\",\n                    \"weight\": \"0\",\n                    \"weight_unit\": \"kg\",\n                    \"width\": null,\n                    \"parent_id\": 212738,\n                    \"override_commission\": false,\n                    \"vendor_shop_variant_id\": null,\n                    \"barcode\": \"\",\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/48337012261167\",\n                    \"overridden_commission_level\": \"global\",\n                    \"overridden_commission\": \"15\",\n                    \"overridden_fixed_commission\": 10,\n                    \"file_history\": null,\n                    \"company\": {\n                        \"id\": 234956,\n                        \"title\": \"Magento0\",\n                        \"parent_id\": 212738,\n                        \"commission\": null,\n                        \"fixed_commission\": 0,\n                        \"set_vendor_level_commission\": false,\n                        \"global_commission\": \"15\",\n                        \"global_discount_shared_by_vendor\": \"0\",\n                        \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                        \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                        \"global_shipping_charge_commission_type\": \"fixed\",\n                        \"global_shipping_charge_commission\": 50,\n                        \"global_fixed_commission\": 10,\n                        \"invoice_country_detail\": null,\n                        \"commission_tags\": null,\n                        \"parent\": {\n                            \"id\": 212738,\n                            \"company_name\": \"kapil\",\n                            \"brand_name\": \"violetplants\",\n                            \"company_logo\": null,\n                            \"contact_name\": \"Chahar\",\n                            \"phone_number\": null,\n                            \"email\": \"het.shipturtle@gmail.com\",\n                            \"address_line_1\": \"Est\",\n                            \"address_line_2\": \"Test\",\n                            \"pin_code\": \"411018\",\n                            \"city\": \"Pune\",\n                            \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                            \"updated_at\": \"2024-01-01T09:06:12.000000Z\",\n                            \"state_id\": null,\n                            \"gstin_number\": \"1234\",\n                            \"invoice_prefix\": \"Invoice\",\n                            \"starting_invoice_number\": \"26\",\n                            \"terms_and_conditions\": null,\n                            \"bank_account_beneficiary_name\": null,\n                            \"bank_account_name\": null,\n                            \"ifsc_code\": null,\n                            \"label_company_name\": null,\n                            \"label_contact_name\": null,\n                            \"label_phone\": null,\n                            \"label_email_address\": null,\n                            \"label_address_line_1\": null,\n                            \"label_address_line_2\": null,\n                            \"label_pin_code\": null,\n                            \"label_city\": null,\n                            \"label_state\": null,\n                            \"signature\": null,\n                            \"currency\": \"INR\",\n                            \"weight\": null,\n                            \"measurement\": null,\n                            \"gst_enabled\": true,\n                            \"override_channel_product_weight_enabled\": true,\n                            \"label_details_same_as_company\": true,\n                            \"multi_vendor_invoicing_enabled\": false,\n                            \"multi_vendor_shipping_enabled\": false,\n                            \"is_master\": \"1\",\n                            \"invoice_number_same_as_order_number\": true,\n                            \"enable_disable_cod_reconciliation\": true,\n                            \"enable_disable_freight_reconciliation\": true,\n                            \"cod_tolerance\": \"5\",\n                            \"freight_tolerance\": \"2\",\n                            \"is_multi_vendor_enabled\": true,\n                            \"invoice_message\": null,\n                            \"inclusive_exclusive\": null,\n                            \"is_tax_on_shipping\": \"no\",\n                            \"tax_on_shipping\": null,\n                            \"primary_color\": \"#222F3D\",\n                            \"secondary_color\": null,\n                            \"display_hsn\": true,\n                            \"website\": \"https://app.shipturtle.com/\",\n                            \"country\": \"IN\",\n                            \"type_of_vendor\": \"marketplace\",\n                            \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                            \"title\": \"violetplants\",\n                            \"parent_id\": 212738,\n                            \"extra_information\": null,\n                            \"invoice_date\": \"invoice_creation_date\",\n                            \"number_of_digits\": \"0\",\n                            \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                            \"created_by\": null,\n                            \"updated_by\": 28411,\n                            \"invoice_contact_name\": \"Hussain\",\n                            \"invoice_address_1\": \"dahod\",\n                            \"invoice_address_2\": \"dahod\",\n                            \"invoice_postal_code\": \"380005\",\n                            \"invoice_city\": \"Ahmedabad\",\n                            \"invoice_phone_number\": \"09173038104\",\n                            \"invoice_tin\": null,\n                            \"timezone\": \"America/Phoenix\",\n                            \"hand_delivered_enabled\": true,\n                            \"other_courier_partner_enabled\": true,\n                            \"billing_address_same_as_company_details\": false,\n                            \"deactivated_at\": null,\n                            \"state_code\": \"GJ\",\n                            \"automatically_sync_vendor_name_from_store\": true,\n                            \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                            \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                            \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                            \"correct_all_errors_in_order\": false,\n                            \"generate_shipping_labels_for_orders\": false,\n                            \"generate_invoices_for_dropship_orders\": false,\n                            \"can_vendor_enable_disable_product\": false,\n                            \"can_vendor_edit_quantity_product\": false,\n                            \"can_vendor_edit_weight_dimension_product\": false,\n                            \"can_vendor_edit_tax_product\": true,\n                            \"set_vendor_level_commission\": false,\n                            \"commission\": \"15\",\n                            \"discount_shared_by_vendor\": \"0\",\n                            \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"set_vendor_level_shared_discount\": false,\n                            \"set_vendor_level_commissoin_calculated_on\": false,\n                            \"use_shop_channel_values_to_set_commission\": false,\n                            \"can_vendor_generate_invoice\": true,\n                            \"can_vendor_process_shippings\": true,\n                            \"can_vendor_edit_hsn_tax\": true,\n                            \"can_vendor_add_courier_provider\": true,\n                            \"default_vendor_type\": \"dropshipper\",\n                            \"no_of_deciaml_digits\": 2,\n                            \"credits\": 299840,\n                            \"plan_id\": 4,\n                            \"requested_plan_id\": null,\n                            \"override_invoice_permissions\": false,\n                            \"override_product_permissions\": false,\n                            \"override_order_routing_permissions\": false,\n                            \"override_shipping_permissions\": false,\n                            \"slug\": \"violetplants-212738\",\n                            \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"shipping_charge_commission_type\": \"fixed\",\n                            \"shipping_charge_commission\": 50,\n                            \"override_commission_calculated_tax_type\": false,\n                            \"override_shipping_charge_commission_type\": false,\n                            \"override_shipping_charge_commission\": 0,\n                            \"auto_email_to_vendor\": true,\n                            \"fixed_commission\": 10,\n                            \"service_charge\": 0,\n                            \"can_vendor_edit_price\": false,\n                            \"can_vendor_delete_product\": false,\n                            \"show_logo_in_awb\": false,\n                            \"hide_pick_address_in_awb\": false,\n                            \"hide_customer_info_in_awb\": true,\n                            \"hide_price_in_awb\": false,\n                            \"hide_customer_information_on_vendor_dashboards\": false,\n                            \"allow_merchant_to_generate_invoice\": false,\n                            \"show_merchant_logo_in_invoice\": true,\n                            \"locale\": \"en\",\n                            \"use_custom_waybill\": false,\n                            \"redirect_url\": \"dashboard\",\n                            \"invoice_state_code\": \"GJ\",\n                            \"invoice_country_code\": \"IN\",\n                            \"stripe_account_id\": null,\n                            \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                            \"enable_app_shipping_profile_on_shopify\": \"0\",\n                            \"policy\": null,\n                            \"css\": null,\n                            \"vendor_profile_color\": \"#f18024\",\n                            \"about_us\": null,\n                            \"facebook_link\": null,\n                            \"twitter_link\": null,\n                            \"instagram_link\": null,\n                            \"auto_fulfill_digital_orders\": true,\n                            \"use_default_warehouse_for_all_orders\": false,\n                            \"invoice_label_header_title\": null,\n                            \"invoice_place_of_supply\": null,\n                            \"invoice_cin_key_title\": null,\n                            \"invoice_cin\": null,\n                            \"give_vendor_access_to_merchant_shipper\": false,\n                            \"auto_generate_order_invoices_to_customers\": true,\n                            \"auto_email_order_invoices_to_customers\": true,\n                            \"treat_manual_payment_mode_as_cod\": false,\n                            \"fulfill_order_after_confirm\": false,\n                            \"add_notes_before_confirming_orders\": false,\n                            \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                            \"note_at_the_top_of_invoice\": null,\n                            \"vendor_shop_id\": null,\n                            \"vendor_category\": null,\n                            \"vendor_location\": null,\n                            \"short_description\": null,\n                            \"display_vendor_category\": true,\n                            \"display_vendor_location\": true,\n                            \"display_vendor_short_description\": true,\n                            \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                            \"sync_settings\": {\n                                \"update_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": false,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"create_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": false,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"override_product_status_at_create\": true,\n                                \"product_status\": \"as_per_vendor_product\",\n                                \"enable_order_sync\": true,\n                                \"push_only_if_order_paid\": false,\n                                \"push_unsynced_product_order\": true,\n                                \"auto_add_variant\": true,\n                                \"auto_remove_variant\": true,\n                                \"strictKeyCheck\": false,\n                                \"on_product_delete\": \"do_nothing\",\n                                \"on_product_unmapped\": \"do_nothing\",\n                                \"push_only_if_product_connected\": true\n                            },\n                            \"override_hide_customer_information_permissions\": false,\n                            \"can_vendor_cancel_an_order\": false,\n                            \"hide_shipping_charges\": false,\n                            \"add_insurance_to_shipment\": 0,\n                            \"meta_title\": null,\n                            \"registration_link\": null,\n                            \"auto_approval_of_products_from_vendor\": true,\n                            \"ignore_selling_price_for_commission\": 0,\n                            \"shipping_label_check\": {\n                                \"email\": false,\n                                \"phone\": false,\n                                \"address_line_1\": false,\n                                \"address_line_2\": false,\n                                \"address_line_1_minimum\": null,\n                                \"address_line_1_maximum\": null,\n                                \"address_line_2_minimum\": null,\n                                \"address_line_2_maximum\": null\n                            },\n                            \"shipping_label_size\": \"smalllabel\",\n                            \"paypal_email\": null,\n                            \"use_custom_email_driver\": false,\n                            \"ignore_order_splitting\": false,\n                            \"hide_customer_information_on_vendor_dashboard\": {\n                                \"name\": false,\n                                \"phone\": true,\n                                \"address\": true,\n                                \"email\": true,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"hide_customer_information_in_awb\": {\n                                \"name\": false,\n                                \"phone\": true,\n                                \"address\": true,\n                                \"email\": true,\n                                \"city\": false,\n                                \"state\": false,\n                                \"line_items\": false,\n                                \"vendor_name\": false,\n                                \"sku\": false,\n                                \"weight_dimension\": false\n                            },\n                            \"hide_customer_information_in_invoice\": {\n                                \"name\": false,\n                                \"phone\": true,\n                                \"address\": true,\n                                \"email\": true,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"vendor_profile_settings\": {\n                                \"seller_products_tab\": true,\n                                \"seller_policy_tab\": true,\n                                \"seller_contact_us_tab\": true,\n                                \"seller_events_tab\": true,\n                                \"seller_reviews_tab\": false,\n                                \"seller_about_us_tab\": true\n                            },\n                            \"challan_message_1\": null,\n                            \"challan_message_2\": null,\n                            \"challan_prefix\": \"Invoice\",\n                            \"challan_number_same_as_invoice_number\": true,\n                            \"default_label_size_for_all_vendors\": false,\n                            \"hide_customer_information_in_export\": {\n                                \"name\": false,\n                                \"phone\": true,\n                                \"address\": true,\n                                \"email\": true,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"product_permissions\": null,\n                            \"hide_product_details_in_awb\": false,\n                            \"hide_invoice_details_in_awb\": false,\n                            \"company_note\": \"<p>sdfasdfab</p>\",\n                            \"meta_data\": \"[{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                            \"color_theme_field\": \"light.orange\",\n                            \"change_tracking_url\": false,\n                            \"ship_to_address_as_merchants_default_warehouse\": false,\n                            \"can_vendor_hold_an_order\": false,\n                            \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                            \"allow_vendors_to_change_vendor_profile_details\": true,\n                            \"whatsapp_account\": \"use_company_account\",\n                            \"vendor_profile_theme_choosen\": \"theme-1\",\n                            \"whatsapp_credit\": 54,\n                            \"test_whatsapp_number\": \"+918849193468\",\n                            \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                            \"connected_vendor_shops\": [\n                                \"vendorsynctesting5.myshopify.com\",\n                                \"testing-for-vendorsync.myshopify.com\",\n                                \"purpleplants.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"test-store-webkul-112.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com/\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com\",\n                                \"channelteststore5.myshopify.com\",\n                                \"https://st-wpdemo.com/newtestclient/\",\n                                \"purpleplants.myshopify.com\",\n                                \"purpleplants.myshopify.com\",\n                                \"vendorsynctesting.myshopify.com\",\n                                \"vendorsynctesting.myshopify.com\"\n                            ],\n                            \"events\": null,\n                            \"commission_automation_set\": {\n                                \"commission_automation\": true,\n                                \"commission_automation_rules\": true,\n                                \"commission_automation_date_range\": true,\n                                \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                \"time_buffer_for_commission_automation\": \"4\",\n                                \"order_status_for_commission_automation\": \"pending\",\n                                \"invoice_number_for_commission_automation\": 277,\n                                \"date_Range_days_for_commission_automation\": \"4\"\n                            },\n                            \"auto_confirmation_using_tags_settings\": {\n                                \"tags_settings_status\": true,\n                                \"paid\": true,\n                                \"tags_for_paid\": [],\n                                \"cod_or_partially_paid\": false,\n                                \"tags_for_cod_or_partially_paid\": [],\n                                \"Exceptions_for_paid\": false,\n                                \"Exceptions_for_paid_tags\": [],\n                                \"Exceptions_for_cod_or_partially_paid\": false,\n                                \"Exceptions_for_cod_or_partially_paid_tags\": []\n                            },\n                            \"preferred_location\": null,\n                            \"email_credit\": 4781,\n                            \"global_commission\": \"15\",\n                            \"global_discount_shared_by_vendor\": \"0\",\n                            \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"global_shipping_charge_commission_type\": \"fixed\",\n                            \"global_shipping_charge_commission\": 50,\n                            \"global_fixed_commission\": 10,\n                            \"invoice_country_detail\": {\n                                \"id\": 98,\n                                \"name\": \"India\",\n                                \"code\": \"IN\",\n                                \"dial_code\": \"+91\",\n                                \"currency_name\": \"Indian rupee\",\n                                \"currency_symbol\": \"Rs.\",\n                                \"currency_code\": \"INR\",\n                                \"created_at\": null,\n                                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                \"name_with_symbole\": \"Indian rupee - Rs.\"\n                            },\n                            \"commission_tags\": {\n                                \"company_id\": 212738,\n                                \"override_commission\": true\n                            }\n                        }\n                    },\n                    \"tax\": null,\n                    \"inventory_item\": {\n                        \"id\": 13190468,\n                        \"sku\": \"new laptop table mapped\",\n                        \"requires_shipping\": true,\n                        \"cost\": \"0.00\",\n                        \"admin_graphql_api_id\": \"gid://shopify/InventoryItem/50381462274351\",\n                        \"created_at\": \"2023-12-27T12:32:31.000000Z\",\n                        \"updated_at\": \"2023-12-27T12:32:31.000000Z\",\n                        \"shop_id\": 4147,\n                        \"channel_id\": \"50381462274351\",\n                        \"variant_id\": null,\n                        \"channel\": null,\n                        \"country_harmonized_system_codes\": null,\n                        \"harmonized_system_code\": null,\n                        \"deleted_at\": null\n                    },\n                    \"product\": {\n                        \"id\": 8073529,\n                        \"product_type_id\": 116397,\n                        \"image_link\": null,\n                        \"images_link\": null,\n                        \"uploaded_images\": [],\n                        \"product_type_title\": \"Plants\",\n                        \"variant_inventory_count\": {\n                            \"quantity\": 98,\n                            \"length\": 1\n                        },\n                        \"product_type\": {\n                            \"id\": 116397,\n                            \"channel\": \"shopify\",\n                            \"shop_id\": 4147,\n                            \"title\": \"Plants\",\n                            \"commission\": null,\n                            \"created_at\": \"2023-05-29T10:50:42.000000Z\",\n                            \"updated_at\": \"2023-05-29T10:50:42.000000Z\",\n                            \"fixed_commission\": 0,\n                            \"override_commission\": false,\n                            \"overridden_commission_level\": \"global\",\n                            \"overridden_commission\": \"15\",\n                            \"overridden_fixed_commission\": 10,\n                            \"global_commission_level\": \"global\",\n                            \"global_commission\": \"15\",\n                            \"global_fixed_commission\": 10\n                        },\n                        \"media\": []\n                    },\n                    \"alien_variant\": null\n                }\n            ],\n            \"company\": {\n                \"id\": 234956,\n                \"title\": \"Magento0\",\n                \"parent_id\": 212738,\n                \"commission\": null,\n                \"fixed_commission\": 0,\n                \"set_vendor_level_commission\": false,\n                \"global_commission\": \"15\",\n                \"global_discount_shared_by_vendor\": null,\n                \"global_commission_calculated_on_product_price_discounted_price\": null,\n                \"global_commission_calculated_tax_type\": null,\n                \"global_shipping_charge_commission_type\": null,\n                \"global_shipping_charge_commission\": null,\n                \"global_fixed_commission\": 10,\n                \"invoice_country_detail\": null,\n                \"commission_tags\": null,\n                \"parent\": {\n                    \"id\": 212738,\n                    \"title\": \"violetplants\",\n                    \"commission\": \"15\",\n                    \"fixed_commission\": 10,\n                    \"set_vendor_level_commission\": false,\n                    \"global_commission\": \"15\",\n                    \"global_discount_shared_by_vendor\": null,\n                    \"global_commission_calculated_on_product_price_discounted_price\": null,\n                    \"global_commission_calculated_tax_type\": null,\n                    \"global_shipping_charge_commission_type\": null,\n                    \"global_shipping_charge_commission\": null,\n                    \"global_fixed_commission\": 10,\n                    \"invoice_country_detail\": null,\n                    \"commission_tags\": {\n                        \"company_id\": 212738,\n                        \"override_commission\": true\n                    },\n                    \"parent\": null\n                }\n            },\n            \"alien_product\": null,\n            \"media\": []\n        },\n        {\n            \"id\": 8073507,\n            \"channel\": \"shopify\",\n            \"company_id\": 234874,\n            \"title\": \"new laptop table 740\",\n            \"product_type\": \"configurable\",\n            \"vendor\": \"Magento Vendor Test\",\n            \"tags\": \"new laptop table\",\n            \"status\": \"active\",\n            \"handle\": \"new-laptop-table-740\",\n            \"shop_id\": 4147,\n            \"image\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/lap3_1_1.jpg?v=1703679201\",\n            \"deleted_at\": null,\n            \"vendor_shop_product_id\": null,\n            \"image_link\": null,\n            \"images_link\": null,\n            \"uploaded_images\": [],\n            \"product_type_title\": null,\n            \"variant_inventory_count\": {\n                \"quantity\": 996,\n                \"length\": 1\n            },\n            \"shop\": {\n                \"currency\": \"INR\",\n                \"weight_unit\": \"gm\",\n                \"name\": \"violetplants\",\n                \"id\": 4147,\n                \"override_taxes\": false,\n                \"dimension_unit\": \"inch\",\n                \"shopify_domain\": \"violetplants.myshopify.com\",\n                \"left_days_14_day_trial\": 14,\n                \"country\": null,\n                \"currency_country\": {\n                    \"id\": 98,\n                    \"name\": \"India\",\n                    \"code\": \"IN\",\n                    \"dial_code\": \"+91\",\n                    \"currency_name\": \"Indian rupee\",\n                    \"currency_symbol\": \"Rs.\",\n                    \"currency_code\": \"INR\",\n                    \"created_at\": null,\n                    \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                    \"name_with_symbole\": \"Indian rupee - Rs.\"\n                }\n            },\n            \"variants\": [\n                {\n                    \"id\": 22443953,\n                    \"commission\": null,\n                    \"fixed_commission\": 0,\n                    \"company_id\": 234874,\n                    \"product_id\": 8073507,\n                    \"image\": null,\n                    \"channel_variant_id\": \"22577936\",\n                    \"compare_at_price\": \"300.00\",\n                    \"deleted_at\": null,\n                    \"deactivated_at\": true,\n                    \"grams\": \"0\",\n                    \"height\": null,\n                    \"image_id\": null,\n                    \"inventory_item_id\": \"50381356499247\",\n                    \"inventory_management\": \"shopify\",\n                    \"inventory_policy\": \"deny\",\n                    \"inventory_quantity\": \"996\",\n                    \"length\": null,\n                    \"old_inventory_quantity\": null,\n                    \"option1\": \"extra large\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"price\": \"300.00\",\n                    \"provider\": null,\n                    \"requires_shipping\": null,\n                    \"shop_id\": 4147,\n                    \"sku\": \"new laptop table-extra large change\",\n                    \"tax_id\": null,\n                    \"title\": \"extra large\",\n                    \"updated_at\": \"2023-12-27T12:48:44.000000Z\",\n                    \"weight\": \"0\",\n                    \"weight_unit\": \"kg\",\n                    \"width\": null,\n                    \"parent_id\": 212738,\n                    \"override_commission\": false,\n                    \"vendor_shop_variant_id\": null,\n                    \"barcode\": \"rajdeep\",\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/48336906486063\",\n                    \"overridden_commission_level\": \"global\",\n                    \"overridden_commission\": \"15\",\n                    \"overridden_fixed_commission\": 10,\n                    \"file_history\": null,\n                    \"company\": {\n                        \"id\": 234874,\n                        \"title\": \"Magento Vendor Test\",\n                        \"parent_id\": 212738,\n                        \"commission\": null,\n                        \"fixed_commission\": 0,\n                        \"set_vendor_level_commission\": false,\n                        \"global_commission\": \"15\",\n                        \"global_discount_shared_by_vendor\": \"0\",\n                        \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                        \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                        \"global_shipping_charge_commission_type\": \"fixed\",\n                        \"global_shipping_charge_commission\": 50,\n                        \"global_fixed_commission\": 10,\n                        \"invoice_country_detail\": null,\n                        \"commission_tags\": null,\n                        \"parent\": {\n                            \"id\": 212738,\n                            \"company_name\": \"kapil\",\n                            \"brand_name\": \"violetplants\",\n                            \"company_logo\": null,\n                            \"contact_name\": \"Chahar\",\n                            \"phone_number\": null,\n                            \"email\": \"het.shipturtle@gmail.com\",\n                            \"address_line_1\": \"Est\",\n                            \"address_line_2\": \"Test\",\n                            \"pin_code\": \"411018\",\n                            \"city\": \"Pune\",\n                            \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                            \"updated_at\": \"2024-01-01T09:06:12.000000Z\",\n                            \"state_id\": null,\n                            \"gstin_number\": \"1234\",\n                            \"invoice_prefix\": \"Invoice\",\n                            \"starting_invoice_number\": \"26\",\n                            \"terms_and_conditions\": null,\n                            \"bank_account_beneficiary_name\": null,\n                            \"bank_account_name\": null,\n                            \"ifsc_code\": null,\n                            \"label_company_name\": null,\n                            \"label_contact_name\": null,\n                            \"label_phone\": null,\n                            \"label_email_address\": null,\n                            \"label_address_line_1\": null,\n                            \"label_address_line_2\": null,\n                            \"label_pin_code\": null,\n                            \"label_city\": null,\n                            \"label_state\": null,\n                            \"signature\": null,\n                            \"currency\": \"INR\",\n                            \"weight\": null,\n                            \"measurement\": null,\n                            \"gst_enabled\": true,\n                            \"override_channel_product_weight_enabled\": true,\n                            \"label_details_same_as_company\": true,\n                            \"multi_vendor_invoicing_enabled\": false,\n                            \"multi_vendor_shipping_enabled\": false,\n                            \"is_master\": \"1\",\n                            \"invoice_number_same_as_order_number\": true,\n                            \"enable_disable_cod_reconciliation\": true,\n                            \"enable_disable_freight_reconciliation\": true,\n                            \"cod_tolerance\": \"5\",\n                            \"freight_tolerance\": \"2\",\n                            \"is_multi_vendor_enabled\": true,\n                            \"invoice_message\": null,\n                            \"inclusive_exclusive\": null,\n                            \"is_tax_on_shipping\": \"no\",\n                            \"tax_on_shipping\": null,\n                            \"primary_color\": \"#222F3D\",\n                            \"secondary_color\": null,\n                            \"display_hsn\": true,\n                            \"website\": \"https://app.shipturtle.com/\",\n                            \"country\": \"IN\",\n                            \"type_of_vendor\": \"marketplace\",\n                            \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                            \"title\": \"violetplants\",\n                            \"parent_id\": 212738,\n                            \"extra_information\": null,\n                            \"invoice_date\": \"invoice_creation_date\",\n                            \"number_of_digits\": \"0\",\n                            \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                            \"created_by\": null,\n                            \"updated_by\": 28411,\n                            \"invoice_contact_name\": \"Hussain\",\n                            \"invoice_address_1\": \"dahod\",\n                            \"invoice_address_2\": \"dahod\",\n                            \"invoice_postal_code\": \"380005\",\n                            \"invoice_city\": \"Ahmedabad\",\n                            \"invoice_phone_number\": \"09173038104\",\n                            \"invoice_tin\": null,\n                            \"timezone\": \"America/Phoenix\",\n                            \"hand_delivered_enabled\": true,\n                            \"other_courier_partner_enabled\": true,\n                            \"billing_address_same_as_company_details\": false,\n                            \"deactivated_at\": null,\n                            \"state_code\": \"GJ\",\n                            \"automatically_sync_vendor_name_from_store\": true,\n                            \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                            \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                            \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                            \"correct_all_errors_in_order\": false,\n                            \"generate_shipping_labels_for_orders\": false,\n                            \"generate_invoices_for_dropship_orders\": false,\n                            \"can_vendor_enable_disable_product\": false,\n                            \"can_vendor_edit_quantity_product\": false,\n                            \"can_vendor_edit_weight_dimension_product\": false,\n                            \"can_vendor_edit_tax_product\": true,\n                            \"set_vendor_level_commission\": false,\n                            \"commission\": \"15\",\n                            \"discount_shared_by_vendor\": \"0\",\n                            \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"set_vendor_level_shared_discount\": false,\n                            \"set_vendor_level_commissoin_calculated_on\": false,\n                            \"use_shop_channel_values_to_set_commission\": false,\n                            \"can_vendor_generate_invoice\": true,\n                            \"can_vendor_process_shippings\": true,\n                            \"can_vendor_edit_hsn_tax\": true,\n                            \"can_vendor_add_courier_provider\": true,\n                            \"default_vendor_type\": \"dropshipper\",\n                            \"no_of_deciaml_digits\": 2,\n                            \"credits\": 299840,\n                            \"plan_id\": 4,\n                            \"requested_plan_id\": null,\n                            \"override_invoice_permissions\": false,\n                            \"override_product_permissions\": false,\n                            \"override_order_routing_permissions\": false,\n                            \"override_shipping_permissions\": false,\n                            \"slug\": \"violetplants-212738\",\n                            \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"shipping_charge_commission_type\": \"fixed\",\n                            \"shipping_charge_commission\": 50,\n                            \"override_commission_calculated_tax_type\": false,\n                            \"override_shipping_charge_commission_type\": false,\n                            \"override_shipping_charge_commission\": 0,\n                            \"auto_email_to_vendor\": true,\n                            \"fixed_commission\": 10,\n                            \"service_charge\": 0,\n                            \"can_vendor_edit_price\": false,\n                            \"can_vendor_delete_product\": false,\n                            \"show_logo_in_awb\": false,\n                            \"hide_pick_address_in_awb\": false,\n                            \"hide_customer_info_in_awb\": true,\n                            \"hide_price_in_awb\": false,\n                            \"hide_customer_information_on_vendor_dashboards\": false,\n                            \"allow_merchant_to_generate_invoice\": false,\n                            \"show_merchant_logo_in_invoice\": true,\n                            \"locale\": \"en\",\n                            \"use_custom_waybill\": false,\n                            \"redirect_url\": \"dashboard\",\n                            \"invoice_state_code\": \"GJ\",\n                            \"invoice_country_code\": \"IN\",\n                            \"stripe_account_id\": null,\n                            \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                            \"enable_app_shipping_profile_on_shopify\": \"0\",\n                            \"policy\": null,\n                            \"css\": null,\n                            \"vendor_profile_color\": \"#f18024\",\n                            \"about_us\": null,\n                            \"facebook_link\": null,\n                            \"twitter_link\": null,\n                            \"instagram_link\": null,\n                            \"auto_fulfill_digital_orders\": true,\n                            \"use_default_warehouse_for_all_orders\": false,\n                            \"invoice_label_header_title\": null,\n                            \"invoice_place_of_supply\": null,\n                            \"invoice_cin_key_title\": null,\n                            \"invoice_cin\": null,\n                            \"give_vendor_access_to_merchant_shipper\": false,\n                            \"auto_generate_order_invoices_to_customers\": true,\n                            \"auto_email_order_invoices_to_customers\": true,\n                            \"treat_manual_payment_mode_as_cod\": false,\n                            \"fulfill_order_after_confirm\": false,\n                            \"add_notes_before_confirming_orders\": false,\n                            \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                            \"note_at_the_top_of_invoice\": null,\n                            \"vendor_shop_id\": null,\n                            \"vendor_category\": null,\n                            \"vendor_location\": null,\n                            \"short_description\": null,\n                            \"display_vendor_category\": true,\n                            \"display_vendor_location\": true,\n                            \"display_vendor_short_description\": true,\n                            \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                            \"sync_settings\": {\n                                \"update_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": false,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"create_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": false,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"override_product_status_at_create\": true,\n                                \"product_status\": \"as_per_vendor_product\",\n                                \"enable_order_sync\": true,\n                                \"push_only_if_order_paid\": false,\n                                \"push_unsynced_product_order\": true,\n                                \"auto_add_variant\": true,\n                                \"auto_remove_variant\": true,\n                                \"strictKeyCheck\": false,\n                                \"on_product_delete\": \"do_nothing\",\n                                \"on_product_unmapped\": \"do_nothing\",\n                                \"push_only_if_product_connected\": true\n                            },\n                            \"override_hide_customer_information_permissions\": false,\n                            \"can_vendor_cancel_an_order\": false,\n                            \"hide_shipping_charges\": false,\n                            \"add_insurance_to_shipment\": 0,\n                            \"meta_title\": null,\n                            \"registration_link\": null,\n                            \"auto_approval_of_products_from_vendor\": true,\n                            \"ignore_selling_price_for_commission\": 0,\n                            \"shipping_label_check\": {\n                                \"email\": false,\n                                \"phone\": false,\n                                \"address_line_1\": false,\n                                \"address_line_2\": false,\n                                \"address_line_1_minimum\": null,\n                                \"address_line_1_maximum\": null,\n                                \"address_line_2_minimum\": null,\n                                \"address_line_2_maximum\": null\n                            },\n                            \"shipping_label_size\": \"smalllabel\",\n                            \"paypal_email\": null,\n                            \"use_custom_email_driver\": false,\n                            \"ignore_order_splitting\": false,\n                            \"hide_customer_information_on_vendor_dashboard\": {\n                                \"name\": false,\n                                \"phone\": true,\n                                \"address\": true,\n                                \"email\": true,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"hide_customer_information_in_awb\": {\n                                \"name\": false,\n                                \"phone\": true,\n                                \"address\": true,\n                                \"email\": true,\n                                \"city\": false,\n                                \"state\": false,\n                                \"line_items\": false,\n                                \"vendor_name\": false,\n                                \"sku\": false,\n                                \"weight_dimension\": false\n                            },\n                            \"hide_customer_information_in_invoice\": {\n                                \"name\": false,\n                                \"phone\": true,\n                                \"address\": true,\n                                \"email\": true,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"vendor_profile_settings\": {\n                                \"seller_products_tab\": true,\n                                \"seller_policy_tab\": true,\n                                \"seller_contact_us_tab\": true,\n                                \"seller_events_tab\": true,\n                                \"seller_reviews_tab\": false,\n                                \"seller_about_us_tab\": true\n                            },\n                            \"challan_message_1\": null,\n                            \"challan_message_2\": null,\n                            \"challan_prefix\": \"Invoice\",\n                            \"challan_number_same_as_invoice_number\": true,\n                            \"default_label_size_for_all_vendors\": false,\n                            \"hide_customer_information_in_export\": {\n                                \"name\": false,\n                                \"phone\": true,\n                                \"address\": true,\n                                \"email\": true,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"product_permissions\": null,\n                            \"hide_product_details_in_awb\": false,\n                            \"hide_invoice_details_in_awb\": false,\n                            \"company_note\": \"<p>sdfasdfab</p>\",\n                            \"meta_data\": \"[{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                            \"color_theme_field\": \"light.orange\",\n                            \"change_tracking_url\": false,\n                            \"ship_to_address_as_merchants_default_warehouse\": false,\n                            \"can_vendor_hold_an_order\": false,\n                            \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                            \"allow_vendors_to_change_vendor_profile_details\": true,\n                            \"whatsapp_account\": \"use_company_account\",\n                            \"vendor_profile_theme_choosen\": \"theme-1\",\n                            \"whatsapp_credit\": 54,\n                            \"test_whatsapp_number\": \"+918849193468\",\n                            \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                            \"connected_vendor_shops\": [\n                                \"vendorsynctesting5.myshopify.com\",\n                                \"testing-for-vendorsync.myshopify.com\",\n                                \"purpleplants.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"test-store-webkul-112.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com/\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com\",\n                                \"channelteststore5.myshopify.com\",\n                                \"https://st-wpdemo.com/newtestclient/\",\n                                \"purpleplants.myshopify.com\",\n                                \"purpleplants.myshopify.com\",\n                                \"vendorsynctesting.myshopify.com\",\n                                \"vendorsynctesting.myshopify.com\"\n                            ],\n                            \"events\": null,\n                            \"commission_automation_set\": {\n                                \"commission_automation\": true,\n                                \"commission_automation_rules\": true,\n                                \"commission_automation_date_range\": true,\n                                \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                \"time_buffer_for_commission_automation\": \"4\",\n                                \"order_status_for_commission_automation\": \"pending\",\n                                \"invoice_number_for_commission_automation\": 277,\n                                \"date_Range_days_for_commission_automation\": \"4\"\n                            },\n                            \"auto_confirmation_using_tags_settings\": {\n                                \"tags_settings_status\": true,\n                                \"paid\": true,\n                                \"tags_for_paid\": [],\n                                \"cod_or_partially_paid\": false,\n                                \"tags_for_cod_or_partially_paid\": [],\n                                \"Exceptions_for_paid\": false,\n                                \"Exceptions_for_paid_tags\": [],\n                                \"Exceptions_for_cod_or_partially_paid\": false,\n                                \"Exceptions_for_cod_or_partially_paid_tags\": []\n                            },\n                            \"preferred_location\": null,\n                            \"email_credit\": 4781,\n                            \"global_commission\": \"15\",\n                            \"global_discount_shared_by_vendor\": \"0\",\n                            \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"global_shipping_charge_commission_type\": \"fixed\",\n                            \"global_shipping_charge_commission\": 50,\n                            \"global_fixed_commission\": 10,\n                            \"invoice_country_detail\": {\n                                \"id\": 98,\n                                \"name\": \"India\",\n                                \"code\": \"IN\",\n                                \"dial_code\": \"+91\",\n                                \"currency_name\": \"Indian rupee\",\n                                \"currency_symbol\": \"Rs.\",\n                                \"currency_code\": \"INR\",\n                                \"created_at\": null,\n                                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                \"name_with_symbole\": \"Indian rupee - Rs.\"\n                            },\n                            \"commission_tags\": {\n                                \"company_id\": 212738,\n                                \"override_commission\": true\n                            }\n                        }\n                    },\n                    \"tax\": null,\n                    \"inventory_item\": {\n                        \"id\": 13190411,\n                        \"sku\": \"new laptop table-extra large change\",\n                        \"requires_shipping\": false,\n                        \"cost\": \"0.00\",\n                        \"admin_graphql_api_id\": \"gid://shopify/InventoryItem/50381356499247\",\n                        \"created_at\": \"2023-12-27T12:13:32.000000Z\",\n                        \"updated_at\": \"2023-12-27T12:13:32.000000Z\",\n                        \"shop_id\": 4147,\n                        \"channel_id\": \"50381356499247\",\n                        \"variant_id\": null,\n                        \"channel\": null,\n                        \"country_harmonized_system_codes\": null,\n                        \"harmonized_system_code\": null,\n                        \"deleted_at\": null\n                    },\n                    \"product\": {\n                        \"id\": 8073507,\n                        \"product_type_id\": 133935,\n                        \"image_link\": null,\n                        \"images_link\": null,\n                        \"uploaded_images\": [],\n                        \"product_type_title\": \"configurable\",\n                        \"variant_inventory_count\": {\n                            \"quantity\": 996,\n                            \"length\": 1\n                        },\n                        \"product_type\": {\n                            \"id\": 133935,\n                            \"channel\": \"shopify\",\n                            \"shop_id\": 4147,\n                            \"title\": \"configurable\",\n                            \"commission\": null,\n                            \"created_at\": \"2023-09-30T12:15:45.000000Z\",\n                            \"updated_at\": \"2023-09-30T12:15:45.000000Z\",\n                            \"fixed_commission\": 0,\n                            \"override_commission\": false,\n                            \"overridden_commission_level\": \"global\",\n                            \"overridden_commission\": \"15\",\n                            \"overridden_fixed_commission\": 10,\n                            \"global_commission_level\": \"global\",\n                            \"global_commission\": \"15\",\n                            \"global_fixed_commission\": 10\n                        },\n                        \"media\": []\n                    },\n                    \"alien_variant\": null\n                }\n            ],\n            \"company\": {\n                \"id\": 234874,\n                \"title\": \"Magento Vendor Test\",\n                \"parent_id\": 212738,\n                \"commission\": null,\n                \"fixed_commission\": 0,\n                \"set_vendor_level_commission\": false,\n                \"global_commission\": \"15\",\n                \"global_discount_shared_by_vendor\": null,\n                \"global_commission_calculated_on_product_price_discounted_price\": null,\n                \"global_commission_calculated_tax_type\": null,\n                \"global_shipping_charge_commission_type\": null,\n                \"global_shipping_charge_commission\": null,\n                \"global_fixed_commission\": 10,\n                \"invoice_country_detail\": null,\n                \"commission_tags\": null,\n                \"parent\": {\n                    \"id\": 212738,\n                    \"title\": \"violetplants\",\n                    \"commission\": \"15\",\n                    \"fixed_commission\": 10,\n                    \"set_vendor_level_commission\": false,\n                    \"global_commission\": \"15\",\n                    \"global_discount_shared_by_vendor\": null,\n                    \"global_commission_calculated_on_product_price_discounted_price\": null,\n                    \"global_commission_calculated_tax_type\": null,\n                    \"global_shipping_charge_commission_type\": null,\n                    \"global_shipping_charge_commission\": null,\n                    \"global_fixed_commission\": 10,\n                    \"invoice_country_detail\": null,\n                    \"commission_tags\": {\n                        \"company_id\": 212738,\n                        \"override_commission\": true\n                    },\n                    \"parent\": null\n                }\n            },\n            \"alien_product\": null,\n            \"media\": []\n        },\n        {\n            \"id\": 8071589,\n            \"channel\": \"shopify\",\n            \"company_id\": 234874,\n            \"title\": \"Laptop Table 0123\",\n            \"product_type\": \"Plants\",\n            \"vendor\": \"Magento Vendor Test\",\n            \"tags\": \"Laptop Table 0123\",\n            \"status\": \"draft\",\n            \"handle\": \"laptop-table-0123\",\n            \"shop_id\": 4147,\n            \"image\": null,\n            \"deleted_at\": null,\n            \"vendor_shop_product_id\": null,\n            \"image_link\": null,\n            \"images_link\": null,\n            \"uploaded_images\": [],\n            \"product_type_title\": null,\n            \"variant_inventory_count\": {\n                \"quantity\": 0,\n                \"length\": 1\n            },\n            \"shop\": {\n                \"currency\": \"INR\",\n                \"weight_unit\": \"gm\",\n                \"name\": \"violetplants\",\n                \"id\": 4147,\n                \"override_taxes\": false,\n                \"dimension_unit\": \"inch\",\n                \"shopify_domain\": \"violetplants.myshopify.com\",\n                \"left_days_14_day_trial\": 14,\n                \"country\": null,\n                \"currency_country\": {\n                    \"id\": 98,\n                    \"name\": \"India\",\n                    \"code\": \"IN\",\n                    \"dial_code\": \"+91\",\n                    \"currency_name\": \"Indian rupee\",\n                    \"currency_symbol\": \"Rs.\",\n                    \"currency_code\": \"INR\",\n                    \"created_at\": null,\n                    \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                    \"name_with_symbole\": \"Indian rupee - Rs.\"\n                }\n            },\n            \"variants\": [\n                {\n                    \"id\": 22440810,\n                    \"commission\": null,\n                    \"fixed_commission\": 0,\n                    \"company_id\": 234874,\n                    \"product_id\": 8071589,\n                    \"image\": null,\n                    \"channel_variant_id\": \"22574793\",\n                    \"compare_at_price\": \"1.00\",\n                    \"deleted_at\": null,\n                    \"deactivated_at\": true,\n                    \"grams\": \"0\",\n                    \"height\": null,\n                    \"image_id\": null,\n                    \"inventory_item_id\": \"50379417420079\",\n                    \"inventory_management\": \"shopify\",\n                    \"inventory_policy\": \"deny\",\n                    \"inventory_quantity\": \"0\",\n                    \"length\": null,\n                    \"old_inventory_quantity\": null,\n                    \"option1\": \"Default Title\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"price\": \"1.00\",\n                    \"provider\": null,\n                    \"requires_shipping\": null,\n                    \"shop_id\": 4147,\n                    \"sku\": \"Laptop Table 0123\",\n                    \"tax_id\": null,\n                    \"title\": \"Default Title\",\n                    \"updated_at\": \"2023-12-27T07:23:36.000000Z\",\n                    \"weight\": \"0\",\n                    \"weight_unit\": \"kg\",\n                    \"width\": null,\n                    \"parent_id\": 212738,\n                    \"override_commission\": false,\n                    \"vendor_shop_variant_id\": null,\n                    \"barcode\": \"\",\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/48334967767343\",\n                    \"overridden_commission_level\": \"global\",\n                    \"overridden_commission\": \"15\",\n                    \"overridden_fixed_commission\": 10,\n                    \"file_history\": null,\n                    \"company\": {\n                        \"id\": 234874,\n                        \"title\": \"Magento Vendor Test\",\n                        \"parent_id\": 212738,\n                        \"commission\": null,\n                        \"fixed_commission\": 0,\n                        \"set_vendor_level_commission\": false,\n                        \"global_commission\": \"15\",\n                        \"global_discount_shared_by_vendor\": \"0\",\n                        \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                        \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                        \"global_shipping_charge_commission_type\": \"fixed\",\n                        \"global_shipping_charge_commission\": 50,\n                        \"global_fixed_commission\": 10,\n                        \"invoice_country_detail\": null,\n                        \"commission_tags\": null,\n                        \"parent\": {\n                            \"id\": 212738,\n                            \"company_name\": \"kapil\",\n                            \"brand_name\": \"violetplants\",\n                            \"company_logo\": null,\n                            \"contact_name\": \"Chahar\",\n                            \"phone_number\": null,\n                            \"email\": \"het.shipturtle@gmail.com\",\n                            \"address_line_1\": \"Est\",\n                            \"address_line_2\": \"Test\",\n                            \"pin_code\": \"411018\",\n                            \"city\": \"Pune\",\n                            \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                            \"updated_at\": \"2024-01-01T09:06:12.000000Z\",\n                            \"state_id\": null,\n                            \"gstin_number\": \"1234\",\n                            \"invoice_prefix\": \"Invoice\",\n                            \"starting_invoice_number\": \"26\",\n                            \"terms_and_conditions\": null,\n                            \"bank_account_beneficiary_name\": null,\n                            \"bank_account_name\": null,\n                            \"ifsc_code\": null,\n                            \"label_company_name\": null,\n                            \"label_contact_name\": null,\n                            \"label_phone\": null,\n                            \"label_email_address\": null,\n                            \"label_address_line_1\": null,\n                            \"label_address_line_2\": null,\n                            \"label_pin_code\": null,\n                            \"label_city\": null,\n                            \"label_state\": null,\n                            \"signature\": null,\n                            \"currency\": \"INR\",\n                            \"weight\": null,\n                            \"measurement\": null,\n                            \"gst_enabled\": true,\n                            \"override_channel_product_weight_enabled\": true,\n                            \"label_details_same_as_company\": true,\n                            \"multi_vendor_invoicing_enabled\": false,\n                            \"multi_vendor_shipping_enabled\": false,\n                            \"is_master\": \"1\",\n                            \"invoice_number_same_as_order_number\": true,\n                            \"enable_disable_cod_reconciliation\": true,\n                            \"enable_disable_freight_reconciliation\": true,\n                            \"cod_tolerance\": \"5\",\n                            \"freight_tolerance\": \"2\",\n                            \"is_multi_vendor_enabled\": true,\n                            \"invoice_message\": null,\n                            \"inclusive_exclusive\": null,\n                            \"is_tax_on_shipping\": \"no\",\n                            \"tax_on_shipping\": null,\n                            \"primary_color\": \"#222F3D\",\n                            \"secondary_color\": null,\n                            \"display_hsn\": true,\n                            \"website\": \"https://app.shipturtle.com/\",\n                            \"country\": \"IN\",\n                            \"type_of_vendor\": \"marketplace\",\n                            \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                            \"title\": \"violetplants\",\n                            \"parent_id\": 212738,\n                            \"extra_information\": null,\n                            \"invoice_date\": \"invoice_creation_date\",\n                            \"number_of_digits\": \"0\",\n                            \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                            \"created_by\": null,\n                            \"updated_by\": 28411,\n                            \"invoice_contact_name\": \"Hussain\",\n                            \"invoice_address_1\": \"dahod\",\n                            \"invoice_address_2\": \"dahod\",\n                            \"invoice_postal_code\": \"380005\",\n                            \"invoice_city\": \"Ahmedabad\",\n                            \"invoice_phone_number\": \"09173038104\",\n                            \"invoice_tin\": null,\n                            \"timezone\": \"America/Phoenix\",\n                            \"hand_delivered_enabled\": true,\n                            \"other_courier_partner_enabled\": true,\n                            \"billing_address_same_as_company_details\": false,\n                            \"deactivated_at\": null,\n                            \"state_code\": \"GJ\",\n                            \"automatically_sync_vendor_name_from_store\": true,\n                            \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                            \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                            \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                            \"correct_all_errors_in_order\": false,\n                            \"generate_shipping_labels_for_orders\": false,\n                            \"generate_invoices_for_dropship_orders\": false,\n                            \"can_vendor_enable_disable_product\": false,\n                            \"can_vendor_edit_quantity_product\": false,\n                            \"can_vendor_edit_weight_dimension_product\": false,\n                            \"can_vendor_edit_tax_product\": true,\n                            \"set_vendor_level_commission\": false,\n                            \"commission\": \"15\",\n                            \"discount_shared_by_vendor\": \"0\",\n                            \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"set_vendor_level_shared_discount\": false,\n                            \"set_vendor_level_commissoin_calculated_on\": false,\n                            \"use_shop_channel_values_to_set_commission\": false,\n                            \"can_vendor_generate_invoice\": true,\n                            \"can_vendor_process_shippings\": true,\n                            \"can_vendor_edit_hsn_tax\": true,\n                            \"can_vendor_add_courier_provider\": true,\n                            \"default_vendor_type\": \"dropshipper\",\n                            \"no_of_deciaml_digits\": 2,\n                            \"credits\": 299840,\n                            \"plan_id\": 4,\n                            \"requested_plan_id\": null,\n                            \"override_invoice_permissions\": false,\n                            \"override_product_permissions\": false,\n                            \"override_order_routing_permissions\": false,\n                            \"override_shipping_permissions\": false,\n                            \"slug\": \"violetplants-212738\",\n                            \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"shipping_charge_commission_type\": \"fixed\",\n                            \"shipping_charge_commission\": 50,\n                            \"override_commission_calculated_tax_type\": false,\n                            \"override_shipping_charge_commission_type\": false,\n                            \"override_shipping_charge_commission\": 0,\n                            \"auto_email_to_vendor\": true,\n                            \"fixed_commission\": 10,\n                            \"service_charge\": 0,\n                            \"can_vendor_edit_price\": false,\n                            \"can_vendor_delete_product\": false,\n                            \"show_logo_in_awb\": false,\n                            \"hide_pick_address_in_awb\": false,\n                            \"hide_customer_info_in_awb\": true,\n                            \"hide_price_in_awb\": false,\n                            \"hide_customer_information_on_vendor_dashboards\": false,\n                            \"allow_merchant_to_generate_invoice\": false,\n                            \"show_merchant_logo_in_invoice\": true,\n                            \"locale\": \"en\",\n                            \"use_custom_waybill\": false,\n                            \"redirect_url\": \"dashboard\",\n                            \"invoice_state_code\": \"GJ\",\n                            \"invoice_country_code\": \"IN\",\n                            \"stripe_account_id\": null,\n                            \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                            \"enable_app_shipping_profile_on_shopify\": \"0\",\n                            \"policy\": null,\n                            \"css\": null,\n                            \"vendor_profile_color\": \"#f18024\",\n                            \"about_us\": null,\n                            \"facebook_link\": null,\n                            \"twitter_link\": null,\n                            \"instagram_link\": null,\n                            \"auto_fulfill_digital_orders\": true,\n                            \"use_default_warehouse_for_all_orders\": false,\n                            \"invoice_label_header_title\": null,\n                            \"invoice_place_of_supply\": null,\n                            \"invoice_cin_key_title\": null,\n                            \"invoice_cin\": null,\n                            \"give_vendor_access_to_merchant_shipper\": false,\n                            \"auto_generate_order_invoices_to_customers\": true,\n                            \"auto_email_order_invoices_to_customers\": true,\n                            \"treat_manual_payment_mode_as_cod\": false,\n                            \"fulfill_order_after_confirm\": false,\n                            \"add_notes_before_confirming_orders\": false,\n                            \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                            \"note_at_the_top_of_invoice\": null,\n                            \"vendor_shop_id\": null,\n                            \"vendor_category\": null,\n                            \"vendor_location\": null,\n                            \"short_description\": null,\n                            \"display_vendor_category\": true,\n                            \"display_vendor_location\": true,\n                            \"display_vendor_short_description\": true,\n                            \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                            \"sync_settings\": {\n                                \"update_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": false,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"create_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": false,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"override_product_status_at_create\": true,\n                                \"product_status\": \"as_per_vendor_product\",\n                                \"enable_order_sync\": true,\n                                \"push_only_if_order_paid\": false,\n                                \"push_unsynced_product_order\": true,\n                                \"auto_add_variant\": true,\n                                \"auto_remove_variant\": true,\n                                \"strictKeyCheck\": false,\n                                \"on_product_delete\": \"do_nothing\",\n                                \"on_product_unmapped\": \"do_nothing\",\n                                \"push_only_if_product_connected\": true\n                            },\n                            \"override_hide_customer_information_permissions\": false,\n                            \"can_vendor_cancel_an_order\": false,\n                            \"hide_shipping_charges\": false,\n                            \"add_insurance_to_shipment\": 0,\n                            \"meta_title\": null,\n                            \"registration_link\": null,\n                            \"auto_approval_of_products_from_vendor\": true,\n                            \"ignore_selling_price_for_commission\": 0,\n                            \"shipping_label_check\": {\n                                \"email\": false,\n                                \"phone\": false,\n                                \"address_line_1\": false,\n                                \"address_line_2\": false,\n                                \"address_line_1_minimum\": null,\n                                \"address_line_1_maximum\": null,\n                                \"address_line_2_minimum\": null,\n                                \"address_line_2_maximum\": null\n                            },\n                            \"shipping_label_size\": \"smalllabel\",\n                            \"paypal_email\": null,\n                            \"use_custom_email_driver\": false,\n                            \"ignore_order_splitting\": false,\n                            \"hide_customer_information_on_vendor_dashboard\": {\n                                \"name\": false,\n                                \"phone\": true,\n                                \"address\": true,\n                                \"email\": true,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"hide_customer_information_in_awb\": {\n                                \"name\": false,\n                                \"phone\": true,\n                                \"address\": true,\n                                \"email\": true,\n                                \"city\": false,\n                                \"state\": false,\n                                \"line_items\": false,\n                                \"vendor_name\": false,\n                                \"sku\": false,\n                                \"weight_dimension\": false\n                            },\n                            \"hide_customer_information_in_invoice\": {\n                                \"name\": false,\n                                \"phone\": true,\n                                \"address\": true,\n                                \"email\": true,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"vendor_profile_settings\": {\n                                \"seller_products_tab\": true,\n                                \"seller_policy_tab\": true,\n                                \"seller_contact_us_tab\": true,\n                                \"seller_events_tab\": true,\n                                \"seller_reviews_tab\": false,\n                                \"seller_about_us_tab\": true\n                            },\n                            \"challan_message_1\": null,\n                            \"challan_message_2\": null,\n                            \"challan_prefix\": \"Invoice\",\n                            \"challan_number_same_as_invoice_number\": true,\n                            \"default_label_size_for_all_vendors\": false,\n                            \"hide_customer_information_in_export\": {\n                                \"name\": false,\n                                \"phone\": true,\n                                \"address\": true,\n                                \"email\": true,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"product_permissions\": null,\n                            \"hide_product_details_in_awb\": false,\n                            \"hide_invoice_details_in_awb\": false,\n                            \"company_note\": \"<p>sdfasdfab</p>\",\n                            \"meta_data\": \"[{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                            \"color_theme_field\": \"light.orange\",\n                            \"change_tracking_url\": false,\n                            \"ship_to_address_as_merchants_default_warehouse\": false,\n                            \"can_vendor_hold_an_order\": false,\n                            \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                            \"allow_vendors_to_change_vendor_profile_details\": true,\n                            \"whatsapp_account\": \"use_company_account\",\n                            \"vendor_profile_theme_choosen\": \"theme-1\",\n                            \"whatsapp_credit\": 54,\n                            \"test_whatsapp_number\": \"+918849193468\",\n                            \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                            \"connected_vendor_shops\": [\n                                \"vendorsynctesting5.myshopify.com\",\n                                \"testing-for-vendorsync.myshopify.com\",\n                                \"purpleplants.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"test-store-webkul-112.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com/\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com\",\n                                \"channelteststore5.myshopify.com\",\n                                \"https://st-wpdemo.com/newtestclient/\",\n                                \"purpleplants.myshopify.com\",\n                                \"purpleplants.myshopify.com\",\n                                \"vendorsynctesting.myshopify.com\",\n                                \"vendorsynctesting.myshopify.com\"\n                            ],\n                            \"events\": null,\n                            \"commission_automation_set\": {\n                                \"commission_automation\": true,\n                                \"commission_automation_rules\": true,\n                                \"commission_automation_date_range\": true,\n                                \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                \"time_buffer_for_commission_automation\": \"4\",\n                                \"order_status_for_commission_automation\": \"pending\",\n                                \"invoice_number_for_commission_automation\": 277,\n                                \"date_Range_days_for_commission_automation\": \"4\"\n                            },\n                            \"auto_confirmation_using_tags_settings\": {\n                                \"tags_settings_status\": true,\n                                \"paid\": true,\n                                \"tags_for_paid\": [],\n                                \"cod_or_partially_paid\": false,\n                                \"tags_for_cod_or_partially_paid\": [],\n                                \"Exceptions_for_paid\": false,\n                                \"Exceptions_for_paid_tags\": [],\n                                \"Exceptions_for_cod_or_partially_paid\": false,\n                                \"Exceptions_for_cod_or_partially_paid_tags\": []\n                            },\n                            \"preferred_location\": null,\n                            \"email_credit\": 4781,\n                            \"global_commission\": \"15\",\n                            \"global_discount_shared_by_vendor\": \"0\",\n                            \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"global_shipping_charge_commission_type\": \"fixed\",\n                            \"global_shipping_charge_commission\": 50,\n                            \"global_fixed_commission\": 10,\n                            \"invoice_country_detail\": {\n                                \"id\": 98,\n                                \"name\": \"India\",\n                                \"code\": \"IN\",\n                                \"dial_code\": \"+91\",\n                                \"currency_name\": \"Indian rupee\",\n                                \"currency_symbol\": \"Rs.\",\n                                \"currency_code\": \"INR\",\n                                \"created_at\": null,\n                                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                \"name_with_symbole\": \"Indian rupee - Rs.\"\n                            },\n                            \"commission_tags\": {\n                                \"company_id\": 212738,\n                                \"override_commission\": true\n                            }\n                        }\n                    },\n                    \"tax\": null,\n                    \"inventory_item\": null,\n                    \"product\": {\n                        \"id\": 8071589,\n                        \"product_type_id\": 116397,\n                        \"image_link\": null,\n                        \"images_link\": null,\n                        \"uploaded_images\": [],\n                        \"product_type_title\": \"Plants\",\n                        \"variant_inventory_count\": {\n                            \"quantity\": 0,\n                            \"length\": 1\n                        },\n                        \"product_type\": {\n                            \"id\": 116397,\n                            \"channel\": \"shopify\",\n                            \"shop_id\": 4147,\n                            \"title\": \"Plants\",\n                            \"commission\": null,\n                            \"created_at\": \"2023-05-29T10:50:42.000000Z\",\n                            \"updated_at\": \"2023-05-29T10:50:42.000000Z\",\n                            \"fixed_commission\": 0,\n                            \"override_commission\": false,\n                            \"overridden_commission_level\": \"global\",\n                            \"overridden_commission\": \"15\",\n                            \"overridden_fixed_commission\": 10,\n                            \"global_commission_level\": \"global\",\n                            \"global_commission\": \"15\",\n                            \"global_fixed_commission\": 10\n                        },\n                        \"media\": []\n                    },\n                    \"alien_variant\": null\n                }\n            ],\n            \"company\": {\n                \"id\": 234874,\n                \"title\": \"Magento Vendor Test\",\n                \"parent_id\": 212738,\n                \"commission\": null,\n                \"fixed_commission\": 0,\n                \"set_vendor_level_commission\": false,\n                \"global_commission\": \"15\",\n                \"global_discount_shared_by_vendor\": null,\n                \"global_commission_calculated_on_product_price_discounted_price\": null,\n                \"global_commission_calculated_tax_type\": null,\n                \"global_shipping_charge_commission_type\": null,\n                \"global_shipping_charge_commission\": null,\n                \"global_fixed_commission\": 10,\n                \"invoice_country_detail\": null,\n                \"commission_tags\": null,\n                \"parent\": {\n                    \"id\": 212738,\n                    \"title\": \"violetplants\",\n                    \"commission\": \"15\",\n                    \"fixed_commission\": 10,\n                    \"set_vendor_level_commission\": false,\n                    \"global_commission\": \"15\",\n                    \"global_discount_shared_by_vendor\": null,\n                    \"global_commission_calculated_on_product_price_discounted_price\": null,\n                    \"global_commission_calculated_tax_type\": null,\n                    \"global_shipping_charge_commission_type\": null,\n                    \"global_shipping_charge_commission\": null,\n                    \"global_fixed_commission\": 10,\n                    \"invoice_country_detail\": null,\n                    \"commission_tags\": {\n                        \"company_id\": 212738,\n                        \"override_commission\": true\n                    },\n                    \"parent\": null\n                }\n            },\n            \"alien_product\": null,\n            \"media\": []\n        },\n        {\n            \"id\": 7853677,\n            \"channel\": \"shopify\",\n            \"company_id\": 219749,\n            \"title\": \"Best Laptop\",\n            \"product_type\": \"ABC\",\n            \"vendor\": \"shopify vendorsync\",\n            \"tags\": \"BEST, Laptop\",\n            \"status\": \"active\",\n            \"handle\": \"best-laptop-18\",\n            \"shop_id\": 4147,\n            \"image\": null,\n            \"deleted_at\": null,\n            \"vendor_shop_product_id\": 174909,\n            \"image_link\": null,\n            \"images_link\": null,\n            \"uploaded_images\": [],\n            \"product_type_title\": null,\n            \"variant_inventory_count\": {\n                \"quantity\": 0,\n                \"length\": 1\n            },\n            \"shop\": {\n                \"currency\": \"INR\",\n                \"weight_unit\": \"gm\",\n                \"name\": \"violetplants\",\n                \"id\": 4147,\n                \"override_taxes\": false,\n                \"dimension_unit\": \"inch\",\n                \"shopify_domain\": \"violetplants.myshopify.com\",\n                \"left_days_14_day_trial\": 14,\n                \"country\": null,\n                \"currency_country\": {\n                    \"id\": 98,\n                    \"name\": \"India\",\n                    \"code\": \"IN\",\n                    \"dial_code\": \"+91\",\n                    \"currency_name\": \"Indian rupee\",\n                    \"currency_symbol\": \"Rs.\",\n                    \"currency_code\": \"INR\",\n                    \"created_at\": null,\n                    \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                    \"name_with_symbole\": \"Indian rupee - Rs.\"\n                }\n            },\n            \"variants\": [\n                {\n                    \"id\": 21741679,\n                    \"commission\": null,\n                    \"fixed_commission\": 0,\n                    \"company_id\": 219749,\n                    \"product_id\": 7853677,\n                    \"image\": null,\n                    \"channel_variant_id\": \"21875471\",\n                    \"compare_at_price\": \"0.00\",\n                    \"deleted_at\": null,\n                    \"deactivated_at\": true,\n                    \"grams\": \"1000\",\n                    \"height\": null,\n                    \"image_id\": null,\n                    \"inventory_item_id\": \"50060315099439\",\n                    \"inventory_management\": \"shopify\",\n                    \"inventory_policy\": \"deny\",\n                    \"inventory_quantity\": \"0\",\n                    \"length\": null,\n                    \"old_inventory_quantity\": null,\n                    \"option1\": \"Default Title\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"price\": \"80000.00\",\n                    \"provider\": null,\n                    \"requires_shipping\": null,\n                    \"shop_id\": 4147,\n                    \"sku\": \"BEST-LAPTOP-EVER\",\n                    \"tax_id\": null,\n                    \"title\": \"Default Title\",\n                    \"updated_at\": \"2023-11-10T06:01:28.000000Z\",\n                    \"weight\": \"1\",\n                    \"weight_unit\": \"kg\",\n                    \"width\": null,\n                    \"parent_id\": 212738,\n                    \"override_commission\": false,\n                    \"vendor_shop_variant_id\": 445408,\n                    \"barcode\": \"\",\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/48016328622383\",\n                    \"overridden_commission_level\": \"global\",\n                    \"overridden_commission\": \"15\",\n                    \"overridden_fixed_commission\": 10,\n                    \"file_history\": null,\n                    \"company\": {\n                        \"id\": 219749,\n                        \"title\": \"shopify vendorsync\",\n                        \"parent_id\": 212738,\n                        \"commission\": null,\n                        \"fixed_commission\": 0,\n                        \"set_vendor_level_commission\": false,\n                        \"global_commission\": \"15\",\n                        \"global_discount_shared_by_vendor\": \"0\",\n                        \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                        \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                        \"global_shipping_charge_commission_type\": \"fixed\",\n                        \"global_shipping_charge_commission\": 50,\n                        \"global_fixed_commission\": 10,\n                        \"invoice_country_detail\": null,\n                        \"commission_tags\": null,\n                        \"parent\": {\n                            \"id\": 212738,\n                            \"company_name\": \"kapil\",\n                            \"brand_name\": \"violetplants\",\n                            \"company_logo\": null,\n                            \"contact_name\": \"Chahar\",\n                            \"phone_number\": null,\n                            \"email\": \"het.shipturtle@gmail.com\",\n                            \"address_line_1\": \"Est\",\n                            \"address_line_2\": \"Test\",\n                            \"pin_code\": \"411018\",\n                            \"city\": \"Pune\",\n                            \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                            \"updated_at\": \"2024-01-01T09:06:12.000000Z\",\n                            \"state_id\": null,\n                            \"gstin_number\": \"1234\",\n                            \"invoice_prefix\": \"Invoice\",\n                            \"starting_invoice_number\": \"26\",\n                            \"terms_and_conditions\": null,\n                            \"bank_account_beneficiary_name\": null,\n                            \"bank_account_name\": null,\n                            \"ifsc_code\": null,\n                            \"label_company_name\": null,\n                            \"label_contact_name\": null,\n                            \"label_phone\": null,\n                            \"label_email_address\": null,\n                            \"label_address_line_1\": null,\n                            \"label_address_line_2\": null,\n                            \"label_pin_code\": null,\n                            \"label_city\": null,\n                            \"label_state\": null,\n                            \"signature\": null,\n                            \"currency\": \"INR\",\n                            \"weight\": null,\n                            \"measurement\": null,\n                            \"gst_enabled\": true,\n                            \"override_channel_product_weight_enabled\": true,\n                            \"label_details_same_as_company\": true,\n                            \"multi_vendor_invoicing_enabled\": false,\n                            \"multi_vendor_shipping_enabled\": false,\n                            \"is_master\": \"1\",\n                            \"invoice_number_same_as_order_number\": true,\n                            \"enable_disable_cod_reconciliation\": true,\n                            \"enable_disable_freight_reconciliation\": true,\n                            \"cod_tolerance\": \"5\",\n                            \"freight_tolerance\": \"2\",\n                            \"is_multi_vendor_enabled\": true,\n                            \"invoice_message\": null,\n                            \"inclusive_exclusive\": null,\n                            \"is_tax_on_shipping\": \"no\",\n                            \"tax_on_shipping\": null,\n                            \"primary_color\": \"#222F3D\",\n                            \"secondary_color\": null,\n                            \"display_hsn\": true,\n                            \"website\": \"https://app.shipturtle.com/\",\n                            \"country\": \"IN\",\n                            \"type_of_vendor\": \"marketplace\",\n                            \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                            \"title\": \"violetplants\",\n                            \"parent_id\": 212738,\n                            \"extra_information\": null,\n                            \"invoice_date\": \"invoice_creation_date\",\n                            \"number_of_digits\": \"0\",\n                            \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                            \"created_by\": null,\n                            \"updated_by\": 28411,\n                            \"invoice_contact_name\": \"Hussain\",\n                            \"invoice_address_1\": \"dahod\",\n                            \"invoice_address_2\": \"dahod\",\n                            \"invoice_postal_code\": \"380005\",\n                            \"invoice_city\": \"Ahmedabad\",\n                            \"invoice_phone_number\": \"09173038104\",\n                            \"invoice_tin\": null,\n                            \"timezone\": \"America/Phoenix\",\n                            \"hand_delivered_enabled\": true,\n                            \"other_courier_partner_enabled\": true,\n                            \"billing_address_same_as_company_details\": false,\n                            \"deactivated_at\": null,\n                            \"state_code\": \"GJ\",\n                            \"automatically_sync_vendor_name_from_store\": true,\n                            \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                            \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                            \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                            \"correct_all_errors_in_order\": false,\n                            \"generate_shipping_labels_for_orders\": false,\n                            \"generate_invoices_for_dropship_orders\": false,\n                            \"can_vendor_enable_disable_product\": false,\n                            \"can_vendor_edit_quantity_product\": false,\n                            \"can_vendor_edit_weight_dimension_product\": false,\n                            \"can_vendor_edit_tax_product\": true,\n                            \"set_vendor_level_commission\": false,\n                            \"commission\": \"15\",\n                            \"discount_shared_by_vendor\": \"0\",\n                            \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"set_vendor_level_shared_discount\": false,\n                            \"set_vendor_level_commissoin_calculated_on\": false,\n                            \"use_shop_channel_values_to_set_commission\": false,\n                            \"can_vendor_generate_invoice\": true,\n                            \"can_vendor_process_shippings\": true,\n                            \"can_vendor_edit_hsn_tax\": true,\n                            \"can_vendor_add_courier_provider\": true,\n                            \"default_vendor_type\": \"dropshipper\",\n                            \"no_of_deciaml_digits\": 2,\n                            \"credits\": 299840,\n                            \"plan_id\": 4,\n                            \"requested_plan_id\": null,\n                            \"override_invoice_permissions\": false,\n                            \"override_product_permissions\": false,\n                            \"override_order_routing_permissions\": false,\n                            \"override_shipping_permissions\": false,\n                            \"slug\": \"violetplants-212738\",\n                            \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"shipping_charge_commission_type\": \"fixed\",\n                            \"shipping_charge_commission\": 50,\n                            \"override_commission_calculated_tax_type\": false,\n                            \"override_shipping_charge_commission_type\": false,\n                            \"override_shipping_charge_commission\": 0,\n                            \"auto_email_to_vendor\": true,\n                            \"fixed_commission\": 10,\n                            \"service_charge\": 0,\n                            \"can_vendor_edit_price\": false,\n                            \"can_vendor_delete_product\": false,\n                            \"show_logo_in_awb\": false,\n                            \"hide_pick_address_in_awb\": false,\n                            \"hide_customer_info_in_awb\": true,\n                            \"hide_price_in_awb\": false,\n                            \"hide_customer_information_on_vendor_dashboards\": false,\n                            \"allow_merchant_to_generate_invoice\": false,\n                            \"show_merchant_logo_in_invoice\": true,\n                            \"locale\": \"en\",\n                            \"use_custom_waybill\": false,\n                            \"redirect_url\": \"dashboard\",\n                            \"invoice_state_code\": \"GJ\",\n                            \"invoice_country_code\": \"IN\",\n                            \"stripe_account_id\": null,\n                            \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                            \"enable_app_shipping_profile_on_shopify\": \"0\",\n                            \"policy\": null,\n                            \"css\": null,\n                            \"vendor_profile_color\": \"#f18024\",\n                            \"about_us\": null,\n                            \"facebook_link\": null,\n                            \"twitter_link\": null,\n                            \"instagram_link\": null,\n                            \"auto_fulfill_digital_orders\": true,\n                            \"use_default_warehouse_for_all_orders\": false,\n                            \"invoice_label_header_title\": null,\n                            \"invoice_place_of_supply\": null,\n                            \"invoice_cin_key_title\": null,\n                            \"invoice_cin\": null,\n                            \"give_vendor_access_to_merchant_shipper\": false,\n                            \"auto_generate_order_invoices_to_customers\": true,\n                            \"auto_email_order_invoices_to_customers\": true,\n                            \"treat_manual_payment_mode_as_cod\": false,\n                            \"fulfill_order_after_confirm\": false,\n                            \"add_notes_before_confirming_orders\": false,\n                            \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                            \"note_at_the_top_of_invoice\": null,\n                            \"vendor_shop_id\": null,\n                            \"vendor_category\": null,\n                            \"vendor_location\": null,\n                            \"short_description\": null,\n                            \"display_vendor_category\": true,\n                            \"display_vendor_location\": true,\n                            \"display_vendor_short_description\": true,\n                            \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                            \"sync_settings\": {\n                                \"update_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": false,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"create_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": false,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"override_product_status_at_create\": true,\n                                \"product_status\": \"as_per_vendor_product\",\n                                \"enable_order_sync\": true,\n                                \"push_only_if_order_paid\": false,\n                                \"push_unsynced_product_order\": true,\n                                \"auto_add_variant\": true,\n                                \"auto_remove_variant\": true,\n                                \"strictKeyCheck\": false,\n                                \"on_product_delete\": \"do_nothing\",\n                                \"on_product_unmapped\": \"do_nothing\",\n                                \"push_only_if_product_connected\": true\n                            },\n                            \"override_hide_customer_information_permissions\": false,\n                            \"can_vendor_cancel_an_order\": false,\n                            \"hide_shipping_charges\": false,\n                            \"add_insurance_to_shipment\": 0,\n                            \"meta_title\": null,\n                            \"registration_link\": null,\n                            \"auto_approval_of_products_from_vendor\": true,\n                            \"ignore_selling_price_for_commission\": 0,\n                            \"shipping_label_check\": {\n                                \"email\": false,\n                                \"phone\": false,\n                                \"address_line_1\": false,\n                                \"address_line_2\": false,\n                                \"address_line_1_minimum\": null,\n                                \"address_line_1_maximum\": null,\n                                \"address_line_2_minimum\": null,\n                                \"address_line_2_maximum\": null\n                            },\n                            \"shipping_label_size\": \"smalllabel\",\n                            \"paypal_email\": null,\n                            \"use_custom_email_driver\": false,\n                            \"ignore_order_splitting\": false,\n                            \"hide_customer_information_on_vendor_dashboard\": {\n                                \"name\": false,\n                                \"phone\": true,\n                                \"address\": true,\n                                \"email\": true,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"hide_customer_information_in_awb\": {\n                                \"name\": false,\n                                \"phone\": true,\n                                \"address\": true,\n                                \"email\": true,\n                                \"city\": false,\n                                \"state\": false,\n                                \"line_items\": false,\n                                \"vendor_name\": false,\n                                \"sku\": false,\n                                \"weight_dimension\": false\n                            },\n                            \"hide_customer_information_in_invoice\": {\n                                \"name\": false,\n                                \"phone\": true,\n                                \"address\": true,\n                                \"email\": true,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"vendor_profile_settings\": {\n                                \"seller_products_tab\": true,\n                                \"seller_policy_tab\": true,\n                                \"seller_contact_us_tab\": true,\n                                \"seller_events_tab\": true,\n                                \"seller_reviews_tab\": false,\n                                \"seller_about_us_tab\": true\n                            },\n                            \"challan_message_1\": null,\n                            \"challan_message_2\": null,\n                            \"challan_prefix\": \"Invoice\",\n                            \"challan_number_same_as_invoice_number\": true,\n                            \"default_label_size_for_all_vendors\": false,\n                            \"hide_customer_information_in_export\": {\n                                \"name\": false,\n                                \"phone\": true,\n                                \"address\": true,\n                                \"email\": true,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"product_permissions\": null,\n                            \"hide_product_details_in_awb\": false,\n                            \"hide_invoice_details_in_awb\": false,\n                            \"company_note\": \"<p>sdfasdfab</p>\",\n                            \"meta_data\": \"[{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                            \"color_theme_field\": \"light.orange\",\n                            \"change_tracking_url\": false,\n                            \"ship_to_address_as_merchants_default_warehouse\": false,\n                            \"can_vendor_hold_an_order\": false,\n                            \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                            \"allow_vendors_to_change_vendor_profile_details\": true,\n                            \"whatsapp_account\": \"use_company_account\",\n                            \"vendor_profile_theme_choosen\": \"theme-1\",\n                            \"whatsapp_credit\": 54,\n                            \"test_whatsapp_number\": \"+918849193468\",\n                            \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                            \"connected_vendor_shops\": [\n                                \"vendorsynctesting5.myshopify.com\",\n                                \"testing-for-vendorsync.myshopify.com\",\n                                \"purpleplants.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"test-store-webkul-112.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com/\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com\",\n                                \"channelteststore5.myshopify.com\",\n                                \"https://st-wpdemo.com/newtestclient/\",\n                                \"purpleplants.myshopify.com\",\n                                \"purpleplants.myshopify.com\",\n                                \"vendorsynctesting.myshopify.com\",\n                                \"vendorsynctesting.myshopify.com\"\n                            ],\n                            \"events\": null,\n                            \"commission_automation_set\": {\n                                \"commission_automation\": true,\n                                \"commission_automation_rules\": true,\n                                \"commission_automation_date_range\": true,\n                                \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                \"time_buffer_for_commission_automation\": \"4\",\n                                \"order_status_for_commission_automation\": \"pending\",\n                                \"invoice_number_for_commission_automation\": 277,\n                                \"date_Range_days_for_commission_automation\": \"4\"\n                            },\n                            \"auto_confirmation_using_tags_settings\": {\n                                \"tags_settings_status\": true,\n                                \"paid\": true,\n                                \"tags_for_paid\": [],\n                                \"cod_or_partially_paid\": false,\n                                \"tags_for_cod_or_partially_paid\": [],\n                                \"Exceptions_for_paid\": false,\n                                \"Exceptions_for_paid_tags\": [],\n                                \"Exceptions_for_cod_or_partially_paid\": false,\n                                \"Exceptions_for_cod_or_partially_paid_tags\": []\n                            },\n                            \"preferred_location\": null,\n                            \"email_credit\": 4781,\n                            \"global_commission\": \"15\",\n                            \"global_discount_shared_by_vendor\": \"0\",\n                            \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"global_shipping_charge_commission_type\": \"fixed\",\n                            \"global_shipping_charge_commission\": 50,\n                            \"global_fixed_commission\": 10,\n                            \"invoice_country_detail\": {\n                                \"id\": 98,\n                                \"name\": \"India\",\n                                \"code\": \"IN\",\n                                \"dial_code\": \"+91\",\n                                \"currency_name\": \"Indian rupee\",\n                                \"currency_symbol\": \"Rs.\",\n                                \"currency_code\": \"INR\",\n                                \"created_at\": null,\n                                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                \"name_with_symbole\": \"Indian rupee - Rs.\"\n                            },\n                            \"commission_tags\": {\n                                \"company_id\": 212738,\n                                \"override_commission\": true\n                            }\n                        }\n                    },\n                    \"tax\": null,\n                    \"inventory_item\": {\n                        \"id\": 12835388,\n                        \"sku\": \"BEST-LAPTOP-EVER\",\n                        \"requires_shipping\": true,\n                        \"cost\": \"0.00\",\n                        \"admin_graphql_api_id\": \"gid://shopify/InventoryItem/50060315099439\",\n                        \"created_at\": \"2023-11-10T06:01:28.000000Z\",\n                        \"updated_at\": \"2023-11-10T06:01:28.000000Z\",\n                        \"shop_id\": 4147,\n                        \"channel_id\": \"50060315099439\",\n                        \"variant_id\": null,\n                        \"channel\": null,\n                        \"country_harmonized_system_codes\": null,\n                        \"harmonized_system_code\": null,\n                        \"deleted_at\": null\n                    },\n                    \"product\": {\n                        \"id\": 7853677,\n                        \"product_type_id\": 128849,\n                        \"image_link\": null,\n                        \"images_link\": null,\n                        \"uploaded_images\": [],\n                        \"product_type_title\": \"ABC\",\n                        \"variant_inventory_count\": {\n                            \"quantity\": 0,\n                            \"length\": 1\n                        },\n                        \"product_type\": {\n                            \"id\": 128849,\n                            \"channel\": \"shopify\",\n                            \"shop_id\": 4147,\n                            \"title\": \"ABC\",\n                            \"commission\": null,\n                            \"created_at\": \"2023-08-23T11:35:47.000000Z\",\n                            \"updated_at\": \"2023-08-23T11:35:47.000000Z\",\n                            \"fixed_commission\": 0,\n                            \"override_commission\": false,\n                            \"overridden_commission_level\": \"global\",\n                            \"overridden_commission\": \"15\",\n                            \"overridden_fixed_commission\": 10,\n                            \"global_commission_level\": \"global\",\n                            \"global_commission\": \"15\",\n                            \"global_fixed_commission\": 10\n                        },\n                        \"media\": []\n                    },\n                    \"alien_variant\": {\n                        \"id\": 445408,\n                        \"sku\": \"BEST-LAPTOP-EVER\",\n                        \"title\": \"Default Title\",\n                        \"price\": \"80000.00\",\n                        \"inventory_quantity\": \"0\",\n                        \"image_link\": null,\n                        \"product_code_name\": \"BEST-LAPTOP-EVER</br>Default Title</br>\",\n                        \"product\": null\n                    }\n                }\n            ],\n            \"company\": {\n                \"id\": 219749,\n                \"title\": \"shopify vendorsync\",\n                \"parent_id\": 212738,\n                \"commission\": null,\n                \"fixed_commission\": 0,\n                \"set_vendor_level_commission\": false,\n                \"global_commission\": \"15\",\n                \"global_discount_shared_by_vendor\": null,\n                \"global_commission_calculated_on_product_price_discounted_price\": null,\n                \"global_commission_calculated_tax_type\": null,\n                \"global_shipping_charge_commission_type\": null,\n                \"global_shipping_charge_commission\": null,\n                \"global_fixed_commission\": 10,\n                \"invoice_country_detail\": null,\n                \"commission_tags\": null,\n                \"parent\": {\n                    \"id\": 212738,\n                    \"title\": \"violetplants\",\n                    \"commission\": \"15\",\n                    \"fixed_commission\": 10,\n                    \"set_vendor_level_commission\": false,\n                    \"global_commission\": \"15\",\n                    \"global_discount_shared_by_vendor\": null,\n                    \"global_commission_calculated_on_product_price_discounted_price\": null,\n                    \"global_commission_calculated_tax_type\": null,\n                    \"global_shipping_charge_commission_type\": null,\n                    \"global_shipping_charge_commission\": null,\n                    \"global_fixed_commission\": 10,\n                    \"invoice_country_detail\": null,\n                    \"commission_tags\": {\n                        \"company_id\": 212738,\n                        \"override_commission\": true\n                    },\n                    \"parent\": null\n                }\n            },\n            \"alien_product\": {\n                \"id\": 174909,\n                \"sku\": null,\n                \"title\": \"Best Laptop\",\n                \"tags\": \"BEST, Laptop\",\n                \"image\": null,\n                \"status\": \"active\",\n                \"shop_id\": 261,\n                \"vendor_shop\": {\n                    \"id\": 261,\n                    \"domain\": \"rainbow-plant.myshopify.com\",\n                    \"channel\": \"shopify\",\n                    \"setup_progress_en\": \"Initiating Shop Installation\",\n                    \"is_setup_done\": false\n                }\n            },\n            \"media\": []\n        },\n        {\n            \"id\": 7853676,\n            \"channel\": \"shopify\",\n            \"company_id\": 219749,\n            \"title\": \"Best Laptop\",\n            \"product_type\": \"ABC\",\n            \"vendor\": \"shopify vendorsync\",\n            \"tags\": \"BEST, Laptop\",\n            \"status\": \"active\",\n            \"handle\": \"best-laptop-16\",\n            \"shop_id\": 4147,\n            \"image\": null,\n            \"deleted_at\": null,\n            \"vendor_shop_product_id\": 174909,\n            \"image_link\": null,\n            \"images_link\": null,\n            \"uploaded_images\": [],\n            \"product_type_title\": null,\n            \"variant_inventory_count\": {\n                \"quantity\": 0,\n                \"length\": 1\n            },\n            \"shop\": {\n                \"currency\": \"INR\",\n                \"weight_unit\": \"gm\",\n                \"name\": \"violetplants\",\n                \"id\": 4147,\n                \"override_taxes\": false,\n                \"dimension_unit\": \"inch\",\n                \"shopify_domain\": \"violetplants.myshopify.com\",\n                \"left_days_14_day_trial\": 14,\n                \"country\": null,\n                \"currency_country\": {\n                    \"id\": 98,\n                    \"name\": \"India\",\n                    \"code\": \"IN\",\n                    \"dial_code\": \"+91\",\n                    \"currency_name\": \"Indian rupee\",\n                    \"currency_symbol\": \"Rs.\",\n                    \"currency_code\": \"INR\",\n                    \"created_at\": null,\n                    \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                    \"name_with_symbole\": \"Indian rupee - Rs.\"\n                }\n            },\n            \"variants\": [\n                {\n                    \"id\": 21741678,\n                    \"commission\": null,\n                    \"fixed_commission\": 0,\n                    \"company_id\": 219749,\n                    \"product_id\": 7853676,\n                    \"image\": null,\n                    \"channel_variant_id\": \"21875470\",\n                    \"compare_at_price\": \"0.00\",\n                    \"deleted_at\": null,\n                    \"deactivated_at\": true,\n                    \"grams\": \"1000\",\n                    \"height\": null,\n                    \"image_id\": null,\n                    \"inventory_item_id\": \"50060314870063\",\n                    \"inventory_management\": \"shopify\",\n                    \"inventory_policy\": \"deny\",\n                    \"inventory_quantity\": \"0\",\n                    \"length\": null,\n                    \"old_inventory_quantity\": null,\n                    \"option1\": \"Default Title\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"price\": \"80000.00\",\n                    \"provider\": null,\n                    \"requires_shipping\": null,\n                    \"shop_id\": 4147,\n                    \"sku\": \"BEST-LAPTOP-EVER\",\n                    \"tax_id\": null,\n                    \"title\": \"Default Title\",\n                    \"updated_at\": \"2023-11-10T06:01:26.000000Z\",\n                    \"weight\": \"1\",\n                    \"weight_unit\": \"kg\",\n                    \"width\": null,\n                    \"parent_id\": 212738,\n                    \"override_commission\": false,\n                    \"vendor_shop_variant_id\": 445408,\n                    \"barcode\": \"\",\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/48016328393007\",\n                    \"overridden_commission_level\": \"global\",\n                    \"overridden_commission\": \"15\",\n                    \"overridden_fixed_commission\": 10,\n                    \"file_history\": null,\n                    \"company\": {\n                        \"id\": 219749,\n                        \"title\": \"shopify vendorsync\",\n                        \"parent_id\": 212738,\n                        \"commission\": null,\n                        \"fixed_commission\": 0,\n                        \"set_vendor_level_commission\": false,\n                        \"global_commission\": \"15\",\n                        \"global_discount_shared_by_vendor\": \"0\",\n                        \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                        \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                        \"global_shipping_charge_commission_type\": \"fixed\",\n                        \"global_shipping_charge_commission\": 50,\n                        \"global_fixed_commission\": 10,\n                        \"invoice_country_detail\": null,\n                        \"commission_tags\": null,\n                        \"parent\": {\n                            \"id\": 212738,\n                            \"company_name\": \"kapil\",\n                            \"brand_name\": \"violetplants\",\n                            \"company_logo\": null,\n                            \"contact_name\": \"Chahar\",\n                            \"phone_number\": null,\n                            \"email\": \"het.shipturtle@gmail.com\",\n                            \"address_line_1\": \"Est\",\n                            \"address_line_2\": \"Test\",\n                            \"pin_code\": \"411018\",\n                            \"city\": \"Pune\",\n                            \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                            \"updated_at\": \"2024-01-01T09:06:12.000000Z\",\n                            \"state_id\": null,\n                            \"gstin_number\": \"1234\",\n                            \"invoice_prefix\": \"Invoice\",\n                            \"starting_invoice_number\": \"26\",\n                            \"terms_and_conditions\": null,\n                            \"bank_account_beneficiary_name\": null,\n                            \"bank_account_name\": null,\n                            \"ifsc_code\": null,\n                            \"label_company_name\": null,\n                            \"label_contact_name\": null,\n                            \"label_phone\": null,\n                            \"label_email_address\": null,\n                            \"label_address_line_1\": null,\n                            \"label_address_line_2\": null,\n                            \"label_pin_code\": null,\n                            \"label_city\": null,\n                            \"label_state\": null,\n                            \"signature\": null,\n                            \"currency\": \"INR\",\n                            \"weight\": null,\n                            \"measurement\": null,\n                            \"gst_enabled\": true,\n                            \"override_channel_product_weight_enabled\": true,\n                            \"label_details_same_as_company\": true,\n                            \"multi_vendor_invoicing_enabled\": false,\n                            \"multi_vendor_shipping_enabled\": false,\n                            \"is_master\": \"1\",\n                            \"invoice_number_same_as_order_number\": true,\n                            \"enable_disable_cod_reconciliation\": true,\n                            \"enable_disable_freight_reconciliation\": true,\n                            \"cod_tolerance\": \"5\",\n                            \"freight_tolerance\": \"2\",\n                            \"is_multi_vendor_enabled\": true,\n                            \"invoice_message\": null,\n                            \"inclusive_exclusive\": null,\n                            \"is_tax_on_shipping\": \"no\",\n                            \"tax_on_shipping\": null,\n                            \"primary_color\": \"#222F3D\",\n                            \"secondary_color\": null,\n                            \"display_hsn\": true,\n                            \"website\": \"https://app.shipturtle.com/\",\n                            \"country\": \"IN\",\n                            \"type_of_vendor\": \"marketplace\",\n                            \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                            \"title\": \"violetplants\",\n                            \"parent_id\": 212738,\n                            \"extra_information\": null,\n                            \"invoice_date\": \"invoice_creation_date\",\n                            \"number_of_digits\": \"0\",\n                            \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                            \"created_by\": null,\n                            \"updated_by\": 28411,\n                            \"invoice_contact_name\": \"Hussain\",\n                            \"invoice_address_1\": \"dahod\",\n                            \"invoice_address_2\": \"dahod\",\n                            \"invoice_postal_code\": \"380005\",\n                            \"invoice_city\": \"Ahmedabad\",\n                            \"invoice_phone_number\": \"09173038104\",\n                            \"invoice_tin\": null,\n                            \"timezone\": \"America/Phoenix\",\n                            \"hand_delivered_enabled\": true,\n                            \"other_courier_partner_enabled\": true,\n                            \"billing_address_same_as_company_details\": false,\n                            \"deactivated_at\": null,\n                            \"state_code\": \"GJ\",\n                            \"automatically_sync_vendor_name_from_store\": true,\n                            \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                            \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                            \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                            \"correct_all_errors_in_order\": false,\n                            \"generate_shipping_labels_for_orders\": false,\n                            \"generate_invoices_for_dropship_orders\": false,\n                            \"can_vendor_enable_disable_product\": false,\n                            \"can_vendor_edit_quantity_product\": false,\n                            \"can_vendor_edit_weight_dimension_product\": false,\n                            \"can_vendor_edit_tax_product\": true,\n                            \"set_vendor_level_commission\": false,\n                            \"commission\": \"15\",\n                            \"discount_shared_by_vendor\": \"0\",\n                            \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"set_vendor_level_shared_discount\": false,\n                            \"set_vendor_level_commissoin_calculated_on\": false,\n                            \"use_shop_channel_values_to_set_commission\": false,\n                            \"can_vendor_generate_invoice\": true,\n                            \"can_vendor_process_shippings\": true,\n                            \"can_vendor_edit_hsn_tax\": true,\n                            \"can_vendor_add_courier_provider\": true,\n                            \"default_vendor_type\": \"dropshipper\",\n                            \"no_of_deciaml_digits\": 2,\n                            \"credits\": 299840,\n                            \"plan_id\": 4,\n                            \"requested_plan_id\": null,\n                            \"override_invoice_permissions\": false,\n                            \"override_product_permissions\": false,\n                            \"override_order_routing_permissions\": false,\n                            \"override_shipping_permissions\": false,\n                            \"slug\": \"violetplants-212738\",\n                            \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"shipping_charge_commission_type\": \"fixed\",\n                            \"shipping_charge_commission\": 50,\n                            \"override_commission_calculated_tax_type\": false,\n                            \"override_shipping_charge_commission_type\": false,\n                            \"override_shipping_charge_commission\": 0,\n                            \"auto_email_to_vendor\": true,\n                            \"fixed_commission\": 10,\n                            \"service_charge\": 0,\n                            \"can_vendor_edit_price\": false,\n                            \"can_vendor_delete_product\": false,\n                            \"show_logo_in_awb\": false,\n                            \"hide_pick_address_in_awb\": false,\n                            \"hide_customer_info_in_awb\": true,\n                            \"hide_price_in_awb\": false,\n                            \"hide_customer_information_on_vendor_dashboards\": false,\n                            \"allow_merchant_to_generate_invoice\": false,\n                            \"show_merchant_logo_in_invoice\": true,\n                            \"locale\": \"en\",\n                            \"use_custom_waybill\": false,\n                            \"redirect_url\": \"dashboard\",\n                            \"invoice_state_code\": \"GJ\",\n                            \"invoice_country_code\": \"IN\",\n                            \"stripe_account_id\": null,\n                            \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                            \"enable_app_shipping_profile_on_shopify\": \"0\",\n                            \"policy\": null,\n                            \"css\": null,\n                            \"vendor_profile_color\": \"#f18024\",\n                            \"about_us\": null,\n                            \"facebook_link\": null,\n                            \"twitter_link\": null,\n                            \"instagram_link\": null,\n                            \"auto_fulfill_digital_orders\": true,\n                            \"use_default_warehouse_for_all_orders\": false,\n                            \"invoice_label_header_title\": null,\n                            \"invoice_place_of_supply\": null,\n                            \"invoice_cin_key_title\": null,\n                            \"invoice_cin\": null,\n                            \"give_vendor_access_to_merchant_shipper\": false,\n                            \"auto_generate_order_invoices_to_customers\": true,\n                            \"auto_email_order_invoices_to_customers\": true,\n                            \"treat_manual_payment_mode_as_cod\": false,\n                            \"fulfill_order_after_confirm\": false,\n                            \"add_notes_before_confirming_orders\": false,\n                            \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                            \"note_at_the_top_of_invoice\": null,\n                            \"vendor_shop_id\": null,\n                            \"vendor_category\": null,\n                            \"vendor_location\": null,\n                            \"short_description\": null,\n                            \"display_vendor_category\": true,\n                            \"display_vendor_location\": true,\n                            \"display_vendor_short_description\": true,\n                            \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                            \"sync_settings\": {\n                                \"update_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": false,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"create_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": false,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"override_product_status_at_create\": true,\n                                \"product_status\": \"as_per_vendor_product\",\n                                \"enable_order_sync\": true,\n                                \"push_only_if_order_paid\": false,\n                                \"push_unsynced_product_order\": true,\n                                \"auto_add_variant\": true,\n                                \"auto_remove_variant\": true,\n                                \"strictKeyCheck\": false,\n                                \"on_product_delete\": \"do_nothing\",\n                                \"on_product_unmapped\": \"do_nothing\",\n                                \"push_only_if_product_connected\": true\n                            },\n                            \"override_hide_customer_information_permissions\": false,\n                            \"can_vendor_cancel_an_order\": false,\n                            \"hide_shipping_charges\": false,\n                            \"add_insurance_to_shipment\": 0,\n                            \"meta_title\": null,\n                            \"registration_link\": null,\n                            \"auto_approval_of_products_from_vendor\": true,\n                            \"ignore_selling_price_for_commission\": 0,\n                            \"shipping_label_check\": {\n                                \"email\": false,\n                                \"phone\": false,\n                                \"address_line_1\": false,\n                                \"address_line_2\": false,\n                                \"address_line_1_minimum\": null,\n                                \"address_line_1_maximum\": null,\n                                \"address_line_2_minimum\": null,\n                                \"address_line_2_maximum\": null\n                            },\n                            \"shipping_label_size\": \"smalllabel\",\n                            \"paypal_email\": null,\n                            \"use_custom_email_driver\": false,\n                            \"ignore_order_splitting\": false,\n                            \"hide_customer_information_on_vendor_dashboard\": {\n                                \"name\": false,\n                                \"phone\": true,\n                                \"address\": true,\n                                \"email\": true,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"hide_customer_information_in_awb\": {\n                                \"name\": false,\n                                \"phone\": true,\n                                \"address\": true,\n                                \"email\": true,\n                                \"city\": false,\n                                \"state\": false,\n                                \"line_items\": false,\n                                \"vendor_name\": false,\n                                \"sku\": false,\n                                \"weight_dimension\": false\n                            },\n                            \"hide_customer_information_in_invoice\": {\n                                \"name\": false,\n                                \"phone\": true,\n                                \"address\": true,\n                                \"email\": true,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"vendor_profile_settings\": {\n                                \"seller_products_tab\": true,\n                                \"seller_policy_tab\": true,\n                                \"seller_contact_us_tab\": true,\n                                \"seller_events_tab\": true,\n                                \"seller_reviews_tab\": false,\n                                \"seller_about_us_tab\": true\n                            },\n                            \"challan_message_1\": null,\n                            \"challan_message_2\": null,\n                            \"challan_prefix\": \"Invoice\",\n                            \"challan_number_same_as_invoice_number\": true,\n                            \"default_label_size_for_all_vendors\": false,\n                            \"hide_customer_information_in_export\": {\n                                \"name\": false,\n                                \"phone\": true,\n                                \"address\": true,\n                                \"email\": true,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"product_permissions\": null,\n                            \"hide_product_details_in_awb\": false,\n                            \"hide_invoice_details_in_awb\": false,\n                            \"company_note\": \"<p>sdfasdfab</p>\",\n                            \"meta_data\": \"[{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                            \"color_theme_field\": \"light.orange\",\n                            \"change_tracking_url\": false,\n                            \"ship_to_address_as_merchants_default_warehouse\": false,\n                            \"can_vendor_hold_an_order\": false,\n                            \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                            \"allow_vendors_to_change_vendor_profile_details\": true,\n                            \"whatsapp_account\": \"use_company_account\",\n                            \"vendor_profile_theme_choosen\": \"theme-1\",\n                            \"whatsapp_credit\": 54,\n                            \"test_whatsapp_number\": \"+918849193468\",\n                            \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                            \"connected_vendor_shops\": [\n                                \"vendorsynctesting5.myshopify.com\",\n                                \"testing-for-vendorsync.myshopify.com\",\n                                \"purpleplants.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"test-store-webkul-112.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com/\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com\",\n                                \"channelteststore5.myshopify.com\",\n                                \"https://st-wpdemo.com/newtestclient/\",\n                                \"purpleplants.myshopify.com\",\n                                \"purpleplants.myshopify.com\",\n                                \"vendorsynctesting.myshopify.com\",\n                                \"vendorsynctesting.myshopify.com\"\n                            ],\n                            \"events\": null,\n                            \"commission_automation_set\": {\n                                \"commission_automation\": true,\n                                \"commission_automation_rules\": true,\n                                \"commission_automation_date_range\": true,\n                                \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                \"time_buffer_for_commission_automation\": \"4\",\n                                \"order_status_for_commission_automation\": \"pending\",\n                                \"invoice_number_for_commission_automation\": 277,\n                                \"date_Range_days_for_commission_automation\": \"4\"\n                            },\n                            \"auto_confirmation_using_tags_settings\": {\n                                \"tags_settings_status\": true,\n                                \"paid\": true,\n                                \"tags_for_paid\": [],\n                                \"cod_or_partially_paid\": false,\n                                \"tags_for_cod_or_partially_paid\": [],\n                                \"Exceptions_for_paid\": false,\n                                \"Exceptions_for_paid_tags\": [],\n                                \"Exceptions_for_cod_or_partially_paid\": false,\n                                \"Exceptions_for_cod_or_partially_paid_tags\": []\n                            },\n                            \"preferred_location\": null,\n                            \"email_credit\": 4781,\n                            \"global_commission\": \"15\",\n                            \"global_discount_shared_by_vendor\": \"0\",\n                            \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"global_shipping_charge_commission_type\": \"fixed\",\n                            \"global_shipping_charge_commission\": 50,\n                            \"global_fixed_commission\": 10,\n                            \"invoice_country_detail\": {\n                                \"id\": 98,\n                                \"name\": \"India\",\n                                \"code\": \"IN\",\n                                \"dial_code\": \"+91\",\n                                \"currency_name\": \"Indian rupee\",\n                                \"currency_symbol\": \"Rs.\",\n                                \"currency_code\": \"INR\",\n                                \"created_at\": null,\n                                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                \"name_with_symbole\": \"Indian rupee - Rs.\"\n                            },\n                            \"commission_tags\": {\n                                \"company_id\": 212738,\n                                \"override_commission\": true\n                            }\n                        }\n                    },\n                    \"tax\": null,\n                    \"inventory_item\": {\n                        \"id\": 12835387,\n                        \"sku\": \"BEST-LAPTOP-EVER\",\n                        \"requires_shipping\": true,\n                        \"cost\": \"0.00\",\n                        \"admin_graphql_api_id\": \"gid://shopify/InventoryItem/50060314870063\",\n                        \"created_at\": \"2023-11-10T06:01:25.000000Z\",\n                        \"updated_at\": \"2023-11-10T06:01:25.000000Z\",\n                        \"shop_id\": 4147,\n                        \"channel_id\": \"50060314870063\",\n                        \"variant_id\": null,\n                        \"channel\": null,\n                        \"country_harmonized_system_codes\": null,\n                        \"harmonized_system_code\": null,\n                        \"deleted_at\": null\n                    },\n                    \"product\": {\n                        \"id\": 7853676,\n                        \"product_type_id\": 128849,\n                        \"image_link\": null,\n                        \"images_link\": null,\n                        \"uploaded_images\": [],\n                        \"product_type_title\": \"ABC\",\n                        \"variant_inventory_count\": {\n                            \"quantity\": 0,\n                            \"length\": 1\n                        },\n                        \"product_type\": {\n                            \"id\": 128849,\n                            \"channel\": \"shopify\",\n                            \"shop_id\": 4147,\n                            \"title\": \"ABC\",\n                            \"commission\": null,\n                            \"created_at\": \"2023-08-23T11:35:47.000000Z\",\n                            \"updated_at\": \"2023-08-23T11:35:47.000000Z\",\n                            \"fixed_commission\": 0,\n                            \"override_commission\": false,\n                            \"overridden_commission_level\": \"global\",\n                            \"overridden_commission\": \"15\",\n                            \"overridden_fixed_commission\": 10,\n                            \"global_commission_level\": \"global\",\n                            \"global_commission\": \"15\",\n                            \"global_fixed_commission\": 10\n                        },\n                        \"media\": []\n                    },\n                    \"alien_variant\": {\n                        \"id\": 445408,\n                        \"sku\": \"BEST-LAPTOP-EVER\",\n                        \"title\": \"Default Title\",\n                        \"price\": \"80000.00\",\n                        \"inventory_quantity\": \"0\",\n                        \"image_link\": null,\n                        \"product_code_name\": \"BEST-LAPTOP-EVER</br>Default Title</br>\",\n                        \"product\": null\n                    }\n                }\n            ],\n            \"company\": {\n                \"id\": 219749,\n                \"title\": \"shopify vendorsync\",\n                \"parent_id\": 212738,\n                \"commission\": null,\n                \"fixed_commission\": 0,\n                \"set_vendor_level_commission\": false,\n                \"global_commission\": \"15\",\n                \"global_discount_shared_by_vendor\": null,\n                \"global_commission_calculated_on_product_price_discounted_price\": null,\n                \"global_commission_calculated_tax_type\": null,\n                \"global_shipping_charge_commission_type\": null,\n                \"global_shipping_charge_commission\": null,\n                \"global_fixed_commission\": 10,\n                \"invoice_country_detail\": null,\n                \"commission_tags\": null,\n                \"parent\": {\n                    \"id\": 212738,\n                    \"title\": \"violetplants\",\n                    \"commission\": \"15\",\n                    \"fixed_commission\": 10,\n                    \"set_vendor_level_commission\": false,\n                    \"global_commission\": \"15\",\n                    \"global_discount_shared_by_vendor\": null,\n                    \"global_commission_calculated_on_product_price_discounted_price\": null,\n                    \"global_commission_calculated_tax_type\": null,\n                    \"global_shipping_charge_commission_type\": null,\n                    \"global_shipping_charge_commission\": null,\n                    \"global_fixed_commission\": 10,\n                    \"invoice_country_detail\": null,\n                    \"commission_tags\": {\n                        \"company_id\": 212738,\n                        \"override_commission\": true\n                    },\n                    \"parent\": null\n                }\n            },\n            \"alien_product\": {\n                \"id\": 174909,\n                \"sku\": null,\n                \"title\": \"Best Laptop\",\n                \"tags\": \"BEST, Laptop\",\n                \"image\": null,\n                \"status\": \"active\",\n                \"shop_id\": 261,\n                \"vendor_shop\": {\n                    \"id\": 261,\n                    \"domain\": \"rainbow-plant.myshopify.com\",\n                    \"channel\": \"shopify\",\n                    \"setup_progress_en\": \"Initiating Shop Installation\",\n                    \"is_setup_done\": false\n                }\n            },\n            \"media\": []\n        },\n        {\n            \"id\": 7853675,\n            \"channel\": \"shopify\",\n            \"company_id\": 219749,\n            \"title\": \"Best Laptop\",\n            \"product_type\": \"ABC\",\n            \"vendor\": \"shopify vendorsync\",\n            \"tags\": \"BEST, Laptop\",\n            \"status\": \"active\",\n            \"handle\": \"best-laptop-17\",\n            \"shop_id\": 4147,\n            \"image\": null,\n            \"deleted_at\": null,\n            \"vendor_shop_product_id\": 174909,\n            \"image_link\": null,\n            \"images_link\": null,\n            \"uploaded_images\": [],\n            \"product_type_title\": null,\n            \"variant_inventory_count\": {\n                \"quantity\": 0,\n                \"length\": 1\n            },\n            \"shop\": {\n                \"currency\": \"INR\",\n                \"weight_unit\": \"gm\",\n                \"name\": \"violetplants\",\n                \"id\": 4147,\n                \"override_taxes\": false,\n                \"dimension_unit\": \"inch\",\n                \"shopify_domain\": \"violetplants.myshopify.com\",\n                \"left_days_14_day_trial\": 14,\n                \"country\": null,\n                \"currency_country\": {\n                    \"id\": 98,\n                    \"name\": \"India\",\n                    \"code\": \"IN\",\n                    \"dial_code\": \"+91\",\n                    \"currency_name\": \"Indian rupee\",\n                    \"currency_symbol\": \"Rs.\",\n                    \"currency_code\": \"INR\",\n                    \"created_at\": null,\n                    \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                    \"name_with_symbole\": \"Indian rupee - Rs.\"\n                }\n            },\n            \"variants\": [\n                {\n                    \"id\": 21741677,\n                    \"commission\": null,\n                    \"fixed_commission\": 0,\n                    \"company_id\": 219749,\n                    \"product_id\": 7853675,\n                    \"image\": null,\n                    \"channel_variant_id\": \"21875469\",\n                    \"compare_at_price\": \"0.00\",\n                    \"deleted_at\": null,\n                    \"deactivated_at\": true,\n                    \"grams\": \"1000\",\n                    \"height\": null,\n                    \"image_id\": null,\n                    \"inventory_item_id\": \"50060315001135\",\n                    \"inventory_management\": \"shopify\",\n                    \"inventory_policy\": \"deny\",\n                    \"inventory_quantity\": \"0\",\n                    \"length\": null,\n                    \"old_inventory_quantity\": null,\n                    \"option1\": \"Default Title\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"price\": \"80000.00\",\n                    \"provider\": null,\n                    \"requires_shipping\": null,\n                    \"shop_id\": 4147,\n                    \"sku\": \"BEST-LAPTOP-EVER\",\n                    \"tax_id\": null,\n                    \"title\": \"Default Title\",\n                    \"updated_at\": \"2023-11-10T06:01:27.000000Z\",\n                    \"weight\": \"1\",\n                    \"weight_unit\": \"kg\",\n                    \"width\": null,\n                    \"parent_id\": 212738,\n                    \"override_commission\": false,\n                    \"vendor_shop_variant_id\": 445408,\n                    \"barcode\": \"\",\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/48016328524079\",\n                    \"overridden_commission_level\": \"global\",\n                    \"overridden_commission\": \"15\",\n                    \"overridden_fixed_commission\": 10,\n                    \"file_history\": null,\n                    \"company\": {\n                        \"id\": 219749,\n                        \"title\": \"shopify vendorsync\",\n                        \"parent_id\": 212738,\n                        \"commission\": null,\n                        \"fixed_commission\": 0,\n                        \"set_vendor_level_commission\": false,\n                        \"global_commission\": \"15\",\n                        \"global_discount_shared_by_vendor\": \"0\",\n                        \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                        \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                        \"global_shipping_charge_commission_type\": \"fixed\",\n                        \"global_shipping_charge_commission\": 50,\n                        \"global_fixed_commission\": 10,\n                        \"invoice_country_detail\": null,\n                        \"commission_tags\": null,\n                        \"parent\": {\n                            \"id\": 212738,\n                            \"company_name\": \"kapil\",\n                            \"brand_name\": \"violetplants\",\n                            \"company_logo\": null,\n                            \"contact_name\": \"Chahar\",\n                            \"phone_number\": null,\n                            \"email\": \"het.shipturtle@gmail.com\",\n                            \"address_line_1\": \"Est\",\n                            \"address_line_2\": \"Test\",\n                            \"pin_code\": \"411018\",\n                            \"city\": \"Pune\",\n                            \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                            \"updated_at\": \"2024-01-01T09:06:12.000000Z\",\n                            \"state_id\": null,\n                            \"gstin_number\": \"1234\",\n                            \"invoice_prefix\": \"Invoice\",\n                            \"starting_invoice_number\": \"26\",\n                            \"terms_and_conditions\": null,\n                            \"bank_account_beneficiary_name\": null,\n                            \"bank_account_name\": null,\n                            \"ifsc_code\": null,\n                            \"label_company_name\": null,\n                            \"label_contact_name\": null,\n                            \"label_phone\": null,\n                            \"label_email_address\": null,\n                            \"label_address_line_1\": null,\n                            \"label_address_line_2\": null,\n                            \"label_pin_code\": null,\n                            \"label_city\": null,\n                            \"label_state\": null,\n                            \"signature\": null,\n                            \"currency\": \"INR\",\n                            \"weight\": null,\n                            \"measurement\": null,\n                            \"gst_enabled\": true,\n                            \"override_channel_product_weight_enabled\": true,\n                            \"label_details_same_as_company\": true,\n                            \"multi_vendor_invoicing_enabled\": false,\n                            \"multi_vendor_shipping_enabled\": false,\n                            \"is_master\": \"1\",\n                            \"invoice_number_same_as_order_number\": true,\n                            \"enable_disable_cod_reconciliation\": true,\n                            \"enable_disable_freight_reconciliation\": true,\n                            \"cod_tolerance\": \"5\",\n                            \"freight_tolerance\": \"2\",\n                            \"is_multi_vendor_enabled\": true,\n                            \"invoice_message\": null,\n                            \"inclusive_exclusive\": null,\n                            \"is_tax_on_shipping\": \"no\",\n                            \"tax_on_shipping\": null,\n                            \"primary_color\": \"#222F3D\",\n                            \"secondary_color\": null,\n                            \"display_hsn\": true,\n                            \"website\": \"https://app.shipturtle.com/\",\n                            \"country\": \"IN\",\n                            \"type_of_vendor\": \"marketplace\",\n                            \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                            \"title\": \"violetplants\",\n                            \"parent_id\": 212738,\n                            \"extra_information\": null,\n                            \"invoice_date\": \"invoice_creation_date\",\n                            \"number_of_digits\": \"0\",\n                            \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                            \"created_by\": null,\n                            \"updated_by\": 28411,\n                            \"invoice_contact_name\": \"Hussain\",\n                            \"invoice_address_1\": \"dahod\",\n                            \"invoice_address_2\": \"dahod\",\n                            \"invoice_postal_code\": \"380005\",\n                            \"invoice_city\": \"Ahmedabad\",\n                            \"invoice_phone_number\": \"09173038104\",\n                            \"invoice_tin\": null,\n                            \"timezone\": \"America/Phoenix\",\n                            \"hand_delivered_enabled\": true,\n                            \"other_courier_partner_enabled\": true,\n                            \"billing_address_same_as_company_details\": false,\n                            \"deactivated_at\": null,\n                            \"state_code\": \"GJ\",\n                            \"automatically_sync_vendor_name_from_store\": true,\n                            \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                            \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                            \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                            \"correct_all_errors_in_order\": false,\n                            \"generate_shipping_labels_for_orders\": false,\n                            \"generate_invoices_for_dropship_orders\": false,\n                            \"can_vendor_enable_disable_product\": false,\n                            \"can_vendor_edit_quantity_product\": false,\n                            \"can_vendor_edit_weight_dimension_product\": false,\n                            \"can_vendor_edit_tax_product\": true,\n                            \"set_vendor_level_commission\": false,\n                            \"commission\": \"15\",\n                            \"discount_shared_by_vendor\": \"0\",\n                            \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"set_vendor_level_shared_discount\": false,\n                            \"set_vendor_level_commissoin_calculated_on\": false,\n                            \"use_shop_channel_values_to_set_commission\": false,\n                            \"can_vendor_generate_invoice\": true,\n                            \"can_vendor_process_shippings\": true,\n                            \"can_vendor_edit_hsn_tax\": true,\n                            \"can_vendor_add_courier_provider\": true,\n                            \"default_vendor_type\": \"dropshipper\",\n                            \"no_of_deciaml_digits\": 2,\n                            \"credits\": 299840,\n                            \"plan_id\": 4,\n                            \"requested_plan_id\": null,\n                            \"override_invoice_permissions\": false,\n                            \"override_product_permissions\": false,\n                            \"override_order_routing_permissions\": false,\n                            \"override_shipping_permissions\": false,\n                            \"slug\": \"violetplants-212738\",\n                            \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"shipping_charge_commission_type\": \"fixed\",\n                            \"shipping_charge_commission\": 50,\n                            \"override_commission_calculated_tax_type\": false,\n                            \"override_shipping_charge_commission_type\": false,\n                            \"override_shipping_charge_commission\": 0,\n                            \"auto_email_to_vendor\": true,\n                            \"fixed_commission\": 10,\n                            \"service_charge\": 0,\n                            \"can_vendor_edit_price\": false,\n                            \"can_vendor_delete_product\": false,\n                            \"show_logo_in_awb\": false,\n                            \"hide_pick_address_in_awb\": false,\n                            \"hide_customer_info_in_awb\": true,\n                            \"hide_price_in_awb\": false,\n                            \"hide_customer_information_on_vendor_dashboards\": false,\n                            \"allow_merchant_to_generate_invoice\": false,\n                            \"show_merchant_logo_in_invoice\": true,\n                            \"locale\": \"en\",\n                            \"use_custom_waybill\": false,\n                            \"redirect_url\": \"dashboard\",\n                            \"invoice_state_code\": \"GJ\",\n                            \"invoice_country_code\": \"IN\",\n                            \"stripe_account_id\": null,\n                            \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                            \"enable_app_shipping_profile_on_shopify\": \"0\",\n                            \"policy\": null,\n                            \"css\": null,\n                            \"vendor_profile_color\": \"#f18024\",\n                            \"about_us\": null,\n                            \"facebook_link\": null,\n                            \"twitter_link\": null,\n                            \"instagram_link\": null,\n                            \"auto_fulfill_digital_orders\": true,\n                            \"use_default_warehouse_for_all_orders\": false,\n                            \"invoice_label_header_title\": null,\n                            \"invoice_place_of_supply\": null,\n                            \"invoice_cin_key_title\": null,\n                            \"invoice_cin\": null,\n                            \"give_vendor_access_to_merchant_shipper\": false,\n                            \"auto_generate_order_invoices_to_customers\": true,\n                            \"auto_email_order_invoices_to_customers\": true,\n                            \"treat_manual_payment_mode_as_cod\": false,\n                            \"fulfill_order_after_confirm\": false,\n                            \"add_notes_before_confirming_orders\": false,\n                            \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                            \"note_at_the_top_of_invoice\": null,\n                            \"vendor_shop_id\": null,\n                            \"vendor_category\": null,\n                            \"vendor_location\": null,\n                            \"short_description\": null,\n                            \"display_vendor_category\": true,\n                            \"display_vendor_location\": true,\n                            \"display_vendor_short_description\": true,\n                            \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                            \"sync_settings\": {\n                                \"update_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": false,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"create_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": false,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"override_product_status_at_create\": true,\n                                \"product_status\": \"as_per_vendor_product\",\n                                \"enable_order_sync\": true,\n                                \"push_only_if_order_paid\": false,\n                                \"push_unsynced_product_order\": true,\n                                \"auto_add_variant\": true,\n                                \"auto_remove_variant\": true,\n                                \"strictKeyCheck\": false,\n                                \"on_product_delete\": \"do_nothing\",\n                                \"on_product_unmapped\": \"do_nothing\",\n                                \"push_only_if_product_connected\": true\n                            },\n                            \"override_hide_customer_information_permissions\": false,\n                            \"can_vendor_cancel_an_order\": false,\n                            \"hide_shipping_charges\": false,\n                            \"add_insurance_to_shipment\": 0,\n                            \"meta_title\": null,\n                            \"registration_link\": null,\n                            \"auto_approval_of_products_from_vendor\": true,\n                            \"ignore_selling_price_for_commission\": 0,\n                            \"shipping_label_check\": {\n                                \"email\": false,\n                                \"phone\": false,\n                                \"address_line_1\": false,\n                                \"address_line_2\": false,\n                                \"address_line_1_minimum\": null,\n                                \"address_line_1_maximum\": null,\n                                \"address_line_2_minimum\": null,\n                                \"address_line_2_maximum\": null\n                            },\n                            \"shipping_label_size\": \"smalllabel\",\n                            \"paypal_email\": null,\n                            \"use_custom_email_driver\": false,\n                            \"ignore_order_splitting\": false,\n                            \"hide_customer_information_on_vendor_dashboard\": {\n                                \"name\": false,\n                                \"phone\": true,\n                                \"address\": true,\n                                \"email\": true,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"hide_customer_information_in_awb\": {\n                                \"name\": false,\n                                \"phone\": true,\n                                \"address\": true,\n                                \"email\": true,\n                                \"city\": false,\n                                \"state\": false,\n                                \"line_items\": false,\n                                \"vendor_name\": false,\n                                \"sku\": false,\n                                \"weight_dimension\": false\n                            },\n                            \"hide_customer_information_in_invoice\": {\n                                \"name\": false,\n                                \"phone\": true,\n                                \"address\": true,\n                                \"email\": true,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"vendor_profile_settings\": {\n                                \"seller_products_tab\": true,\n                                \"seller_policy_tab\": true,\n                                \"seller_contact_us_tab\": true,\n                                \"seller_events_tab\": true,\n                                \"seller_reviews_tab\": false,\n                                \"seller_about_us_tab\": true\n                            },\n                            \"challan_message_1\": null,\n                            \"challan_message_2\": null,\n                            \"challan_prefix\": \"Invoice\",\n                            \"challan_number_same_as_invoice_number\": true,\n                            \"default_label_size_for_all_vendors\": false,\n                            \"hide_customer_information_in_export\": {\n                                \"name\": false,\n                                \"phone\": true,\n                                \"address\": true,\n                                \"email\": true,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"product_permissions\": null,\n                            \"hide_product_details_in_awb\": false,\n                            \"hide_invoice_details_in_awb\": false,\n                            \"company_note\": \"<p>sdfasdfab</p>\",\n                            \"meta_data\": \"[{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                            \"color_theme_field\": \"light.orange\",\n                            \"change_tracking_url\": false,\n                            \"ship_to_address_as_merchants_default_warehouse\": false,\n                            \"can_vendor_hold_an_order\": false,\n                            \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                            \"allow_vendors_to_change_vendor_profile_details\": true,\n                            \"whatsapp_account\": \"use_company_account\",\n                            \"vendor_profile_theme_choosen\": \"theme-1\",\n                            \"whatsapp_credit\": 54,\n                            \"test_whatsapp_number\": \"+918849193468\",\n                            \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                            \"connected_vendor_shops\": [\n                                \"vendorsynctesting5.myshopify.com\",\n                                \"testing-for-vendorsync.myshopify.com\",\n                                \"purpleplants.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"test-store-webkul-112.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com/\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com\",\n                                \"channelteststore5.myshopify.com\",\n                                \"https://st-wpdemo.com/newtestclient/\",\n                                \"purpleplants.myshopify.com\",\n                                \"purpleplants.myshopify.com\",\n                                \"vendorsynctesting.myshopify.com\",\n                                \"vendorsynctesting.myshopify.com\"\n                            ],\n                            \"events\": null,\n                            \"commission_automation_set\": {\n                                \"commission_automation\": true,\n                                \"commission_automation_rules\": true,\n                                \"commission_automation_date_range\": true,\n                                \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                \"time_buffer_for_commission_automation\": \"4\",\n                                \"order_status_for_commission_automation\": \"pending\",\n                                \"invoice_number_for_commission_automation\": 277,\n                                \"date_Range_days_for_commission_automation\": \"4\"\n                            },\n                            \"auto_confirmation_using_tags_settings\": {\n                                \"tags_settings_status\": true,\n                                \"paid\": true,\n                                \"tags_for_paid\": [],\n                                \"cod_or_partially_paid\": false,\n                                \"tags_for_cod_or_partially_paid\": [],\n                                \"Exceptions_for_paid\": false,\n                                \"Exceptions_for_paid_tags\": [],\n                                \"Exceptions_for_cod_or_partially_paid\": false,\n                                \"Exceptions_for_cod_or_partially_paid_tags\": []\n                            },\n                            \"preferred_location\": null,\n                            \"email_credit\": 4781,\n                            \"global_commission\": \"15\",\n                            \"global_discount_shared_by_vendor\": \"0\",\n                            \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"global_shipping_charge_commission_type\": \"fixed\",\n                            \"global_shipping_charge_commission\": 50,\n                            \"global_fixed_commission\": 10,\n                            \"invoice_country_detail\": {\n                                \"id\": 98,\n                                \"name\": \"India\",\n                                \"code\": \"IN\",\n                                \"dial_code\": \"+91\",\n                                \"currency_name\": \"Indian rupee\",\n                                \"currency_symbol\": \"Rs.\",\n                                \"currency_code\": \"INR\",\n                                \"created_at\": null,\n                                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                \"name_with_symbole\": \"Indian rupee - Rs.\"\n                            },\n                            \"commission_tags\": {\n                                \"company_id\": 212738,\n                                \"override_commission\": true\n                            }\n                        }\n                    },\n                    \"tax\": null,\n                    \"inventory_item\": {\n                        \"id\": 12835386,\n                        \"sku\": \"BEST-LAPTOP-EVER\",\n                        \"requires_shipping\": true,\n                        \"cost\": \"0.00\",\n                        \"admin_graphql_api_id\": \"gid://shopify/InventoryItem/50060315001135\",\n                        \"created_at\": \"2023-11-10T06:01:25.000000Z\",\n                        \"updated_at\": \"2023-11-10T06:01:25.000000Z\",\n                        \"shop_id\": 4147,\n                        \"channel_id\": \"50060315001135\",\n                        \"variant_id\": null,\n                        \"channel\": null,\n                        \"country_harmonized_system_codes\": null,\n                        \"harmonized_system_code\": null,\n                        \"deleted_at\": null\n                    },\n                    \"product\": {\n                        \"id\": 7853675,\n                        \"product_type_id\": 128849,\n                        \"image_link\": null,\n                        \"images_link\": null,\n                        \"uploaded_images\": [],\n                        \"product_type_title\": \"ABC\",\n                        \"variant_inventory_count\": {\n                            \"quantity\": 0,\n                            \"length\": 1\n                        },\n                        \"product_type\": {\n                            \"id\": 128849,\n                            \"channel\": \"shopify\",\n                            \"shop_id\": 4147,\n                            \"title\": \"ABC\",\n                            \"commission\": null,\n                            \"created_at\": \"2023-08-23T11:35:47.000000Z\",\n                            \"updated_at\": \"2023-08-23T11:35:47.000000Z\",\n                            \"fixed_commission\": 0,\n                            \"override_commission\": false,\n                            \"overridden_commission_level\": \"global\",\n                            \"overridden_commission\": \"15\",\n                            \"overridden_fixed_commission\": 10,\n                            \"global_commission_level\": \"global\",\n                            \"global_commission\": \"15\",\n                            \"global_fixed_commission\": 10\n                        },\n                        \"media\": []\n                    },\n                    \"alien_variant\": {\n                        \"id\": 445408,\n                        \"sku\": \"BEST-LAPTOP-EVER\",\n                        \"title\": \"Default Title\",\n                        \"price\": \"80000.00\",\n                        \"inventory_quantity\": \"0\",\n                        \"image_link\": null,\n                        \"product_code_name\": \"BEST-LAPTOP-EVER</br>Default Title</br>\",\n                        \"product\": null\n                    }\n                }\n            ],\n            \"company\": {\n                \"id\": 219749,\n                \"title\": \"shopify vendorsync\",\n                \"parent_id\": 212738,\n                \"commission\": null,\n                \"fixed_commission\": 0,\n                \"set_vendor_level_commission\": false,\n                \"global_commission\": \"15\",\n                \"global_discount_shared_by_vendor\": null,\n                \"global_commission_calculated_on_product_price_discounted_price\": null,\n                \"global_commission_calculated_tax_type\": null,\n                \"global_shipping_charge_commission_type\": null,\n                \"global_shipping_charge_commission\": null,\n                \"global_fixed_commission\": 10,\n                \"invoice_country_detail\": null,\n                \"commission_tags\": null,\n                \"parent\": {\n                    \"id\": 212738,\n                    \"title\": \"violetplants\",\n                    \"commission\": \"15\",\n                    \"fixed_commission\": 10,\n                    \"set_vendor_level_commission\": false,\n                    \"global_commission\": \"15\",\n                    \"global_discount_shared_by_vendor\": null,\n                    \"global_commission_calculated_on_product_price_discounted_price\": null,\n                    \"global_commission_calculated_tax_type\": null,\n                    \"global_shipping_charge_commission_type\": null,\n                    \"global_shipping_charge_commission\": null,\n                    \"global_fixed_commission\": 10,\n                    \"invoice_country_detail\": null,\n                    \"commission_tags\": {\n                        \"company_id\": 212738,\n                        \"override_commission\": true\n                    },\n                    \"parent\": null\n                }\n            },\n            \"alien_product\": {\n                \"id\": 174909,\n                \"sku\": null,\n                \"title\": \"Best Laptop\",\n                \"tags\": \"BEST, Laptop\",\n                \"image\": null,\n                \"status\": \"active\",\n                \"shop_id\": 261,\n                \"vendor_shop\": {\n                    \"id\": 261,\n                    \"domain\": \"rainbow-plant.myshopify.com\",\n                    \"channel\": \"shopify\",\n                    \"setup_progress_en\": \"Initiating Shop Installation\",\n                    \"is_setup_done\": false\n                }\n            },\n            \"media\": []\n        },\n        {\n            \"id\": 7853674,\n            \"channel\": \"shopify\",\n            \"company_id\": 219749,\n            \"title\": \"Best Laptop\",\n            \"product_type\": \"ABC\",\n            \"vendor\": \"shopify vendorsync\",\n            \"tags\": \"BEST, Laptop\",\n            \"status\": \"active\",\n            \"handle\": \"best-laptop-15\",\n            \"shop_id\": 4147,\n            \"image\": null,\n            \"deleted_at\": null,\n            \"vendor_shop_product_id\": 174909,\n            \"image_link\": null,\n            \"images_link\": null,\n            \"uploaded_images\": [],\n            \"product_type_title\": null,\n            \"variant_inventory_count\": {\n                \"quantity\": 0,\n                \"length\": 1\n            },\n            \"shop\": {\n                \"currency\": \"INR\",\n                \"weight_unit\": \"gm\",\n                \"name\": \"violetplants\",\n                \"id\": 4147,\n                \"override_taxes\": false,\n                \"dimension_unit\": \"inch\",\n                \"shopify_domain\": \"violetplants.myshopify.com\",\n                \"left_days_14_day_trial\": 14,\n                \"country\": null,\n                \"currency_country\": {\n                    \"id\": 98,\n                    \"name\": \"India\",\n                    \"code\": \"IN\",\n                    \"dial_code\": \"+91\",\n                    \"currency_name\": \"Indian rupee\",\n                    \"currency_symbol\": \"Rs.\",\n                    \"currency_code\": \"INR\",\n                    \"created_at\": null,\n                    \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                    \"name_with_symbole\": \"Indian rupee - Rs.\"\n                }\n            },\n            \"variants\": [\n                {\n                    \"id\": 21741676,\n                    \"commission\": null,\n                    \"fixed_commission\": 0,\n                    \"company_id\": 219749,\n                    \"product_id\": 7853674,\n                    \"image\": null,\n                    \"channel_variant_id\": \"21875468\",\n                    \"compare_at_price\": \"0.00\",\n                    \"deleted_at\": null,\n                    \"deactivated_at\": true,\n                    \"grams\": \"1000\",\n                    \"height\": null,\n                    \"image_id\": null,\n                    \"inventory_item_id\": \"50060314575151\",\n                    \"inventory_management\": \"shopify\",\n                    \"inventory_policy\": \"deny\",\n                    \"inventory_quantity\": \"0\",\n                    \"length\": null,\n                    \"old_inventory_quantity\": null,\n                    \"option1\": \"Default Title\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"price\": \"80000.00\",\n                    \"provider\": null,\n                    \"requires_shipping\": null,\n                    \"shop_id\": 4147,\n                    \"sku\": \"BEST-LAPTOP-EVER\",\n                    \"tax_id\": null,\n                    \"title\": \"Default Title\",\n                    \"updated_at\": \"2023-11-10T06:01:24.000000Z\",\n                    \"weight\": \"1\",\n                    \"weight_unit\": \"kg\",\n                    \"width\": null,\n                    \"parent_id\": 212738,\n                    \"override_commission\": false,\n                    \"vendor_shop_variant_id\": 445408,\n                    \"barcode\": \"\",\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/48016328098095\",\n                    \"overridden_commission_level\": \"global\",\n                    \"overridden_commission\": \"15\",\n                    \"overridden_fixed_commission\": 10,\n                    \"file_history\": null,\n                    \"company\": {\n                        \"id\": 219749,\n                        \"title\": \"shopify vendorsync\",\n                        \"parent_id\": 212738,\n                        \"commission\": null,\n                        \"fixed_commission\": 0,\n                        \"set_vendor_level_commission\": false,\n                        \"global_commission\": \"15\",\n                        \"global_discount_shared_by_vendor\": \"0\",\n                        \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                        \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                        \"global_shipping_charge_commission_type\": \"fixed\",\n                        \"global_shipping_charge_commission\": 50,\n                        \"global_fixed_commission\": 10,\n                        \"invoice_country_detail\": null,\n                        \"commission_tags\": null,\n                        \"parent\": {\n                            \"id\": 212738,\n                            \"company_name\": \"kapil\",\n                            \"brand_name\": \"violetplants\",\n                            \"company_logo\": null,\n                            \"contact_name\": \"Chahar\",\n                            \"phone_number\": null,\n                            \"email\": \"het.shipturtle@gmail.com\",\n                            \"address_line_1\": \"Est\",\n                            \"address_line_2\": \"Test\",\n                            \"pin_code\": \"411018\",\n                            \"city\": \"Pune\",\n                            \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                            \"updated_at\": \"2024-01-01T09:06:12.000000Z\",\n                            \"state_id\": null,\n                            \"gstin_number\": \"1234\",\n                            \"invoice_prefix\": \"Invoice\",\n                            \"starting_invoice_number\": \"26\",\n                            \"terms_and_conditions\": null,\n                            \"bank_account_beneficiary_name\": null,\n                            \"bank_account_name\": null,\n                            \"ifsc_code\": null,\n                            \"label_company_name\": null,\n                            \"label_contact_name\": null,\n                            \"label_phone\": null,\n                            \"label_email_address\": null,\n                            \"label_address_line_1\": null,\n                            \"label_address_line_2\": null,\n                            \"label_pin_code\": null,\n                            \"label_city\": null,\n                            \"label_state\": null,\n                            \"signature\": null,\n                            \"currency\": \"INR\",\n                            \"weight\": null,\n                            \"measurement\": null,\n                            \"gst_enabled\": true,\n                            \"override_channel_product_weight_enabled\": true,\n                            \"label_details_same_as_company\": true,\n                            \"multi_vendor_invoicing_enabled\": false,\n                            \"multi_vendor_shipping_enabled\": false,\n                            \"is_master\": \"1\",\n                            \"invoice_number_same_as_order_number\": true,\n                            \"enable_disable_cod_reconciliation\": true,\n                            \"enable_disable_freight_reconciliation\": true,\n                            \"cod_tolerance\": \"5\",\n                            \"freight_tolerance\": \"2\",\n                            \"is_multi_vendor_enabled\": true,\n                            \"invoice_message\": null,\n                            \"inclusive_exclusive\": null,\n                            \"is_tax_on_shipping\": \"no\",\n                            \"tax_on_shipping\": null,\n                            \"primary_color\": \"#222F3D\",\n                            \"secondary_color\": null,\n                            \"display_hsn\": true,\n                            \"website\": \"https://app.shipturtle.com/\",\n                            \"country\": \"IN\",\n                            \"type_of_vendor\": \"marketplace\",\n                            \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                            \"title\": \"violetplants\",\n                            \"parent_id\": 212738,\n                            \"extra_information\": null,\n                            \"invoice_date\": \"invoice_creation_date\",\n                            \"number_of_digits\": \"0\",\n                            \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                            \"created_by\": null,\n                            \"updated_by\": 28411,\n                            \"invoice_contact_name\": \"Hussain\",\n                            \"invoice_address_1\": \"dahod\",\n                            \"invoice_address_2\": \"dahod\",\n                            \"invoice_postal_code\": \"380005\",\n                            \"invoice_city\": \"Ahmedabad\",\n                            \"invoice_phone_number\": \"09173038104\",\n                            \"invoice_tin\": null,\n                            \"timezone\": \"America/Phoenix\",\n                            \"hand_delivered_enabled\": true,\n                            \"other_courier_partner_enabled\": true,\n                            \"billing_address_same_as_company_details\": false,\n                            \"deactivated_at\": null,\n                            \"state_code\": \"GJ\",\n                            \"automatically_sync_vendor_name_from_store\": true,\n                            \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                            \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                            \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                            \"correct_all_errors_in_order\": false,\n                            \"generate_shipping_labels_for_orders\": false,\n                            \"generate_invoices_for_dropship_orders\": false,\n                            \"can_vendor_enable_disable_product\": false,\n                            \"can_vendor_edit_quantity_product\": false,\n                            \"can_vendor_edit_weight_dimension_product\": false,\n                            \"can_vendor_edit_tax_product\": true,\n                            \"set_vendor_level_commission\": false,\n                            \"commission\": \"15\",\n                            \"discount_shared_by_vendor\": \"0\",\n                            \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"set_vendor_level_shared_discount\": false,\n                            \"set_vendor_level_commissoin_calculated_on\": false,\n                            \"use_shop_channel_values_to_set_commission\": false,\n                            \"can_vendor_generate_invoice\": true,\n                            \"can_vendor_process_shippings\": true,\n                            \"can_vendor_edit_hsn_tax\": true,\n                            \"can_vendor_add_courier_provider\": true,\n                            \"default_vendor_type\": \"dropshipper\",\n                            \"no_of_deciaml_digits\": 2,\n                            \"credits\": 299840,\n                            \"plan_id\": 4,\n                            \"requested_plan_id\": null,\n                            \"override_invoice_permissions\": false,\n                            \"override_product_permissions\": false,\n                            \"override_order_routing_permissions\": false,\n                            \"override_shipping_permissions\": false,\n                            \"slug\": \"violetplants-212738\",\n                            \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"shipping_charge_commission_type\": \"fixed\",\n                            \"shipping_charge_commission\": 50,\n                            \"override_commission_calculated_tax_type\": false,\n                            \"override_shipping_charge_commission_type\": false,\n                            \"override_shipping_charge_commission\": 0,\n                            \"auto_email_to_vendor\": true,\n                            \"fixed_commission\": 10,\n                            \"service_charge\": 0,\n                            \"can_vendor_edit_price\": false,\n                            \"can_vendor_delete_product\": false,\n                            \"show_logo_in_awb\": false,\n                            \"hide_pick_address_in_awb\": false,\n                            \"hide_customer_info_in_awb\": true,\n                            \"hide_price_in_awb\": false,\n                            \"hide_customer_information_on_vendor_dashboards\": false,\n                            \"allow_merchant_to_generate_invoice\": false,\n                            \"show_merchant_logo_in_invoice\": true,\n                            \"locale\": \"en\",\n                            \"use_custom_waybill\": false,\n                            \"redirect_url\": \"dashboard\",\n                            \"invoice_state_code\": \"GJ\",\n                            \"invoice_country_code\": \"IN\",\n                            \"stripe_account_id\": null,\n                            \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                            \"enable_app_shipping_profile_on_shopify\": \"0\",\n                            \"policy\": null,\n                            \"css\": null,\n                            \"vendor_profile_color\": \"#f18024\",\n                            \"about_us\": null,\n                            \"facebook_link\": null,\n                            \"twitter_link\": null,\n                            \"instagram_link\": null,\n                            \"auto_fulfill_digital_orders\": true,\n                            \"use_default_warehouse_for_all_orders\": false,\n                            \"invoice_label_header_title\": null,\n                            \"invoice_place_of_supply\": null,\n                            \"invoice_cin_key_title\": null,\n                            \"invoice_cin\": null,\n                            \"give_vendor_access_to_merchant_shipper\": false,\n                            \"auto_generate_order_invoices_to_customers\": true,\n                            \"auto_email_order_invoices_to_customers\": true,\n                            \"treat_manual_payment_mode_as_cod\": false,\n                            \"fulfill_order_after_confirm\": false,\n                            \"add_notes_before_confirming_orders\": false,\n                            \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                            \"note_at_the_top_of_invoice\": null,\n                            \"vendor_shop_id\": null,\n                            \"vendor_category\": null,\n                            \"vendor_location\": null,\n                            \"short_description\": null,\n                            \"display_vendor_category\": true,\n                            \"display_vendor_location\": true,\n                            \"display_vendor_short_description\": true,\n                            \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                            \"sync_settings\": {\n                                \"update_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": false,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"create_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": false,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"override_product_status_at_create\": true,\n                                \"product_status\": \"as_per_vendor_product\",\n                                \"enable_order_sync\": true,\n                                \"push_only_if_order_paid\": false,\n                                \"push_unsynced_product_order\": true,\n                                \"auto_add_variant\": true,\n                                \"auto_remove_variant\": true,\n                                \"strictKeyCheck\": false,\n                                \"on_product_delete\": \"do_nothing\",\n                                \"on_product_unmapped\": \"do_nothing\",\n                                \"push_only_if_product_connected\": true\n                            },\n                            \"override_hide_customer_information_permissions\": false,\n                            \"can_vendor_cancel_an_order\": false,\n                            \"hide_shipping_charges\": false,\n                            \"add_insurance_to_shipment\": 0,\n                            \"meta_title\": null,\n                            \"registration_link\": null,\n                            \"auto_approval_of_products_from_vendor\": true,\n                            \"ignore_selling_price_for_commission\": 0,\n                            \"shipping_label_check\": {\n                                \"email\": false,\n                                \"phone\": false,\n                                \"address_line_1\": false,\n                                \"address_line_2\": false,\n                                \"address_line_1_minimum\": null,\n                                \"address_line_1_maximum\": null,\n                                \"address_line_2_minimum\": null,\n                                \"address_line_2_maximum\": null\n                            },\n                            \"shipping_label_size\": \"smalllabel\",\n                            \"paypal_email\": null,\n                            \"use_custom_email_driver\": false,\n                            \"ignore_order_splitting\": false,\n                            \"hide_customer_information_on_vendor_dashboard\": {\n                                \"name\": false,\n                                \"phone\": true,\n                                \"address\": true,\n                                \"email\": true,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"hide_customer_information_in_awb\": {\n                                \"name\": false,\n                                \"phone\": true,\n                                \"address\": true,\n                                \"email\": true,\n                                \"city\": false,\n                                \"state\": false,\n                                \"line_items\": false,\n                                \"vendor_name\": false,\n                                \"sku\": false,\n                                \"weight_dimension\": false\n                            },\n                            \"hide_customer_information_in_invoice\": {\n                                \"name\": false,\n                                \"phone\": true,\n                                \"address\": true,\n                                \"email\": true,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"vendor_profile_settings\": {\n                                \"seller_products_tab\": true,\n                                \"seller_policy_tab\": true,\n                                \"seller_contact_us_tab\": true,\n                                \"seller_events_tab\": true,\n                                \"seller_reviews_tab\": false,\n                                \"seller_about_us_tab\": true\n                            },\n                            \"challan_message_1\": null,\n                            \"challan_message_2\": null,\n                            \"challan_prefix\": \"Invoice\",\n                            \"challan_number_same_as_invoice_number\": true,\n                            \"default_label_size_for_all_vendors\": false,\n                            \"hide_customer_information_in_export\": {\n                                \"name\": false,\n                                \"phone\": true,\n                                \"address\": true,\n                                \"email\": true,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"product_permissions\": null,\n                            \"hide_product_details_in_awb\": false,\n                            \"hide_invoice_details_in_awb\": false,\n                            \"company_note\": \"<p>sdfasdfab</p>\",\n                            \"meta_data\": \"[{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                            \"color_theme_field\": \"light.orange\",\n                            \"change_tracking_url\": false,\n                            \"ship_to_address_as_merchants_default_warehouse\": false,\n                            \"can_vendor_hold_an_order\": false,\n                            \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                            \"allow_vendors_to_change_vendor_profile_details\": true,\n                            \"whatsapp_account\": \"use_company_account\",\n                            \"vendor_profile_theme_choosen\": \"theme-1\",\n                            \"whatsapp_credit\": 54,\n                            \"test_whatsapp_number\": \"+918849193468\",\n                            \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                            \"connected_vendor_shops\": [\n                                \"vendorsynctesting5.myshopify.com\",\n                                \"testing-for-vendorsync.myshopify.com\",\n                                \"purpleplants.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"test-store-webkul-112.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com/\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com\",\n                                \"channelteststore5.myshopify.com\",\n                                \"https://st-wpdemo.com/newtestclient/\",\n                                \"purpleplants.myshopify.com\",\n                                \"purpleplants.myshopify.com\",\n                                \"vendorsynctesting.myshopify.com\",\n                                \"vendorsynctesting.myshopify.com\"\n                            ],\n                            \"events\": null,\n                            \"commission_automation_set\": {\n                                \"commission_automation\": true,\n                                \"commission_automation_rules\": true,\n                                \"commission_automation_date_range\": true,\n                                \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                \"time_buffer_for_commission_automation\": \"4\",\n                                \"order_status_for_commission_automation\": \"pending\",\n                                \"invoice_number_for_commission_automation\": 277,\n                                \"date_Range_days_for_commission_automation\": \"4\"\n                            },\n                            \"auto_confirmation_using_tags_settings\": {\n                                \"tags_settings_status\": true,\n                                \"paid\": true,\n                                \"tags_for_paid\": [],\n                                \"cod_or_partially_paid\": false,\n                                \"tags_for_cod_or_partially_paid\": [],\n                                \"Exceptions_for_paid\": false,\n                                \"Exceptions_for_paid_tags\": [],\n                                \"Exceptions_for_cod_or_partially_paid\": false,\n                                \"Exceptions_for_cod_or_partially_paid_tags\": []\n                            },\n                            \"preferred_location\": null,\n                            \"email_credit\": 4781,\n                            \"global_commission\": \"15\",\n                            \"global_discount_shared_by_vendor\": \"0\",\n                            \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"global_shipping_charge_commission_type\": \"fixed\",\n                            \"global_shipping_charge_commission\": 50,\n                            \"global_fixed_commission\": 10,\n                            \"invoice_country_detail\": {\n                                \"id\": 98,\n                                \"name\": \"India\",\n                                \"code\": \"IN\",\n                                \"dial_code\": \"+91\",\n                                \"currency_name\": \"Indian rupee\",\n                                \"currency_symbol\": \"Rs.\",\n                                \"currency_code\": \"INR\",\n                                \"created_at\": null,\n                                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                \"name_with_symbole\": \"Indian rupee - Rs.\"\n                            },\n                            \"commission_tags\": {\n                                \"company_id\": 212738,\n                                \"override_commission\": true\n                            }\n                        }\n                    },\n                    \"tax\": null,\n                    \"inventory_item\": {\n                        \"id\": 12835385,\n                        \"sku\": \"BEST-LAPTOP-EVER\",\n                        \"requires_shipping\": true,\n                        \"cost\": \"0.00\",\n                        \"admin_graphql_api_id\": \"gid://shopify/InventoryItem/50060314575151\",\n                        \"created_at\": \"2023-11-10T06:01:24.000000Z\",\n                        \"updated_at\": \"2023-11-10T06:01:24.000000Z\",\n                        \"shop_id\": 4147,\n                        \"channel_id\": \"50060314575151\",\n                        \"variant_id\": null,\n                        \"channel\": null,\n                        \"country_harmonized_system_codes\": null,\n                        \"harmonized_system_code\": null,\n                        \"deleted_at\": null\n                    },\n                    \"product\": {\n                        \"id\": 7853674,\n                        \"product_type_id\": 128849,\n                        \"image_link\": null,\n                        \"images_link\": null,\n                        \"uploaded_images\": [],\n                        \"product_type_title\": \"ABC\",\n                        \"variant_inventory_count\": {\n                            \"quantity\": 0,\n                            \"length\": 1\n                        },\n                        \"product_type\": {\n                            \"id\": 128849,\n                            \"channel\": \"shopify\",\n                            \"shop_id\": 4147,\n                            \"title\": \"ABC\",\n                            \"commission\": null,\n                            \"created_at\": \"2023-08-23T11:35:47.000000Z\",\n                            \"updated_at\": \"2023-08-23T11:35:47.000000Z\",\n                            \"fixed_commission\": 0,\n                            \"override_commission\": false,\n                            \"overridden_commission_level\": \"global\",\n                            \"overridden_commission\": \"15\",\n                            \"overridden_fixed_commission\": 10,\n                            \"global_commission_level\": \"global\",\n                            \"global_commission\": \"15\",\n                            \"global_fixed_commission\": 10\n                        },\n                        \"media\": []\n                    },\n                    \"alien_variant\": {\n                        \"id\": 445408,\n                        \"sku\": \"BEST-LAPTOP-EVER\",\n                        \"title\": \"Default Title\",\n                        \"price\": \"80000.00\",\n                        \"inventory_quantity\": \"0\",\n                        \"image_link\": null,\n                        \"product_code_name\": \"BEST-LAPTOP-EVER</br>Default Title</br>\",\n                        \"product\": null\n                    }\n                }\n            ],\n            \"company\": {\n                \"id\": 219749,\n                \"title\": \"shopify vendorsync\",\n                \"parent_id\": 212738,\n                \"commission\": null,\n                \"fixed_commission\": 0,\n                \"set_vendor_level_commission\": false,\n                \"global_commission\": \"15\",\n                \"global_discount_shared_by_vendor\": null,\n                \"global_commission_calculated_on_product_price_discounted_price\": null,\n                \"global_commission_calculated_tax_type\": null,\n                \"global_shipping_charge_commission_type\": null,\n                \"global_shipping_charge_commission\": null,\n                \"global_fixed_commission\": 10,\n                \"invoice_country_detail\": null,\n                \"commission_tags\": null,\n                \"parent\": {\n                    \"id\": 212738,\n                    \"title\": \"violetplants\",\n                    \"commission\": \"15\",\n                    \"fixed_commission\": 10,\n                    \"set_vendor_level_commission\": false,\n                    \"global_commission\": \"15\",\n                    \"global_discount_shared_by_vendor\": null,\n                    \"global_commission_calculated_on_product_price_discounted_price\": null,\n                    \"global_commission_calculated_tax_type\": null,\n                    \"global_shipping_charge_commission_type\": null,\n                    \"global_shipping_charge_commission\": null,\n                    \"global_fixed_commission\": 10,\n                    \"invoice_country_detail\": null,\n                    \"commission_tags\": {\n                        \"company_id\": 212738,\n                        \"override_commission\": true\n                    },\n                    \"parent\": null\n                }\n            },\n            \"alien_product\": {\n                \"id\": 174909,\n                \"sku\": null,\n                \"title\": \"Best Laptop\",\n                \"tags\": \"BEST, Laptop\",\n                \"image\": null,\n                \"status\": \"active\",\n                \"shop_id\": 261,\n                \"vendor_shop\": {\n                    \"id\": 261,\n                    \"domain\": \"rainbow-plant.myshopify.com\",\n                    \"channel\": \"shopify\",\n                    \"setup_progress_en\": \"Initiating Shop Installation\",\n                    \"is_setup_done\": false\n                }\n            },\n            \"media\": []\n        }\n    ],\n    \"count\": 25\n}"}],"_postman_id":"283d4178-a6dc-4f30-a15f-2235b3c3ab3b"},{"name":"deactivate-product","id":"7ce5a08a-0775-416c-92d8-78bf59ce08e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"id","value":"8073594","description":"<p>product id which you want to deactivate</p>\n","type":"text"}]},"url":"https://api.shipturtle.com/api/v1/products/deactivate","description":"<h3 id=\"add-documentation\">Add Documentation</h3>\n<p>This endpoint makes an HTTP POST request to deactivate a product. The request should include a form-data body with the product ID.</p>\n<h3 id=\"status-code\">Status code</h3>\n<p>200 - Success / OK</p>\n<p>201 - Created</p>\n<p>202 - Accepted</p>\n<p>204 - No Content</p>\n<p>400 - Bad request</p>\n<p>401 - Unauthorized error</p>\n<p>500 - Internal server error</p>\n","urlObject":{"protocol":"https","path":["api","v1","products","deactivate"],"host":["api","shipturtle","com"],"query":[],"variable":[]}},"response":[{"id":"93eb02f7-fe50-414a-a4cd-3f77c401e693","name":"deactivate-product","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"id","value":"8073594","type":"text"}]},"url":"https://api.shipturtle.com/api/v1/products/deactivate"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Jan 2024 09:26:04 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"Vary","value":"Origin,Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 8073594,\n        \"title\": \"new laptop table\",\n        \"body_html\": \"\",\n        \"vendor\": \"Magento Vendor Test\",\n        \"product_type\": \"configurable\",\n        \"handle\": \"new-laptop-table-1\",\n        \"published_at\": null,\n        \"template_suffix\": null,\n        \"tags\": \"new laptop table\",\n        \"published_scope\": null,\n        \"admin_graphql_api_id\": \"gid://shopify/Product/9585781506351\",\n        \"image\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/lap3_1_1_82544e16-b1d7-407f-b365-cebc066e3ec3.jpg?v=1703681662\",\n        \"created_at\": \"2023-12-27T12:54:22.000000Z\",\n        \"updated_at\": \"2024-01-01T09:22:47.000000Z\",\n        \"deleted_at\": null,\n        \"vendor_id\": 234874,\n        \"provider\": null,\n        \"company_id\": 234874,\n        \"channel_id\": \"9585781506351\",\n        \"store_id\": null,\n        \"product_image_link\": null,\n        \"channel_product_id\": 8066731,\n        \"channel\": \"shopify\",\n        \"sku\": null,\n        \"shop_id\": 4147,\n        \"tax_id\": null,\n        \"product_type_id\": 133935,\n        \"parent_id\": 212738,\n        \"images\": [\n            {\n                \"id\": 43985722507567,\n                \"alt\": null,\n                \"src\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/lap3_1_1_82544e16-b1d7-407f-b365-cebc066e3ec3.jpg?v=1703681662\",\n                \"width\": 425,\n                \"height\": 278,\n                \"position\": 1,\n                \"created_at\": \"2023-12-27T18:24:22+05:30\",\n                \"product_id\": 9585781506351,\n                \"updated_at\": \"2023-12-27T18:24:22+05:30\",\n                \"variant_ids\": [],\n                \"admin_graphql_api_id\": \"gid://shopify/ProductImage/43985722507567\"\n            }\n        ],\n        \"options\": [\n            {\n                \"id\": 11903238734127,\n                \"name\": \"size\",\n                \"values\": [\n                    \"extra large\"\n                ],\n                \"position\": 1,\n                \"product_id\": 9585781506351\n            }\n        ],\n        \"has_only_default_variant\": false,\n        \"meta_data\": null,\n        \"status\": \"draft\",\n        \"vendor_shop_product_id\": null,\n        \"shopify_meta_data\": null,\n        \"image_link\": null,\n        \"images_link\": null,\n        \"uploaded_images\": [],\n        \"media\": []\n    }\n}"}],"_postman_id":"7ce5a08a-0775-416c-92d8-78bf59ce08e1"},{"name":"check-export-product-count","id":"1c74f742-ea09-41ca-9b99-ee05d97357c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.shipturtle.com/api/v1/check-export-MetaFields-count?query=%7B%22id%22:[8102072],%22query%22:%7B%22query%22:%7B%7D%7D,%22companyId%22:%22parent%22%7D","description":"<p>This HTTP GET request is used to retrieve the count of exported Products based on the provided query parameters. The request should include the query parameter with the specified ID, query, and companyId.</p>\n<h3 id=\"status-code\">Status code</h3>\n<p>200 - Success / OK</p>\n<p>201 - Created</p>\n<p>202 - Accepted</p>\n<p>204 - No Content</p>\n<p>400 - Bad request</p>\n<p>401 - Unauthorized error</p>\n<p>500 - Internal server error</p>\n","urlObject":{"protocol":"https","path":["api","v1","check-export-MetaFields-count"],"host":["api","shipturtle","com"],"query":[{"description":{"content":"<p>in the query it will pass product's ids for count</p>\n","type":"text/plain"},"key":"query","value":"%7B%22id%22:[8102072],%22query%22:%7B%22query%22:%7B%7D%7D,%22companyId%22:%22parent%22%7D"}],"variable":[]}},"response":[{"id":"0a8b454d-11a3-42fb-8ef8-31f7fd976377","name":"check-export-MetaFields-count","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.shipturtle.com/api/v1/check-export-MetaFields-count?query=%7B%22id%22:[8102072],%22query%22:%7B%22query%22:%7B%7D%7D,%22companyId%22:%22parent%22%7D","protocol":"https","host":["api","shipturtle","com"],"path":["api","v1","check-export-MetaFields-count"],"query":[{"key":"query","value":"%7B%22id%22:[8102072],%22query%22:%7B%22query%22:%7B%7D%7D,%22companyId%22:%22parent%22%7D"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Jan 2024 09:44:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"997"},{"key":"Vary","value":"Origin,Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"isShowModal\": false,\n        \"exportCount\": 1\n    }\n}"}],"_postman_id":"1c74f742-ea09-41ca-9b99-ee05d97357c8"},{"name":"export-product-data","id":"04064f4d-70d0-4869-bdb7-9019cfc1dfdb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.shipturtle.com/api/v1/variants/export-meta-data?query=%7B%22id%22:[8102072],%22query%22:%7B%22query%22:%7B%7D%7D,%22companyId%22:%22parent%22%7D&exportProductsCount=1","description":"<p>This endpoint makes an HTTP GET request to retrieve the meta data for exporting variants. The request includes a query parameter with specific ID and company information, along with a parameter to specify the number of products to export.</p>\n<p>The response will include a data object with the path to the exported meta data file.</p>\n<h3 id=\"status-code\">Status code</h3>\n<p>200 - Success / OK</p>\n<p>201 - Created</p>\n<p>202 - Accepted</p>\n<p>204 - No Content</p>\n<p>400 - Bad request</p>\n<p>401 - Unauthorized error</p>\n<p>500 - Internal server error</p>\n","urlObject":{"protocol":"https","path":["api","v1","variants","export-meta-data"],"host":["api","shipturtle","com"],"query":[{"description":{"content":"<p>product's id which you want to export</p>\n","type":"text/plain"},"key":"query","value":"%7B%22id%22:[8102072],%22query%22:%7B%22query%22:%7B%7D%7D,%22companyId%22:%22parent%22%7D"},{"description":{"content":"<p>count of products that are export</p>\n","type":"text/plain"},"key":"exportProductsCount","value":"1"}],"variable":[]}},"response":[{"id":"15edde2e-0381-41fc-b85d-5ecc8dc57785","name":"export-meta-data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.shipturtle.com/api/v1/variants/export-meta-data?query=%7B%22id%22:[8102072],%22query%22:%7B%22query%22:%7B%7D%7D,%22companyId%22:%22parent%22%7D&exportProductsCount=1","protocol":"https","host":["api","shipturtle","com"],"path":["api","v1","variants","export-meta-data"],"query":[{"key":"query","value":"%7B%22id%22:[8102072],%22query%22:%7B%22query%22:%7B%7D%7D,%22companyId%22:%22parent%22%7D"},{"key":"exportProductsCount","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Jan 2024 09:49:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"981"},{"key":"Vary","value":"Origin,Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"path\": \"https://d2i9a0muccv7uq.cloudfront.net/s3/4147/export_metafields/_2024-01-01_09:49:47_65928abb68720.xlsx\"\n    }\n}"}],"_postman_id":"04064f4d-70d0-4869-bdb7-9019cfc1dfdb"},{"name":"check-export-variants-count","id":"29259071-f797-4b9c-818c-d1bdabb50020","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.shipturtle.com/api/v1/check-export-variants-count?query=%7B%22id%22:[8105654],%22query%22:%7B%22query%22:%7B%7D%7D,%22companyId%22:%22parent%22%7D","description":"<p>This endpoint makes an HTTP GET request to retrieve the count of export variants based on the provided query parameters. The request should include a query parameter with the specified ID, query, and company ID.</p>\n<p>The response to the request will have a status code of 200, and the body will contain a JSON object with the \"isShowModal\" boolean indicating whether a modal should be displayed, and the \"exportCount\" representing the count of export variants.</p>\n<p>For the last call, the request payload was null, and the response indicated that a modal should be displayed and the export count was 0.</p>\n<h3 id=\"status-code\">Status code</h3>\n<p>200 - Success / OK</p>\n<p>201 - Created</p>\n<p>202 - Accepted</p>\n<p>204 - No Content</p>\n<p>400 - Bad request</p>\n<p>401 - Unauthorized error</p>\n<p>500 - Internal server error</p>\n","urlObject":{"protocol":"https","path":["api","v1","check-export-variants-count"],"host":["api","shipturtle","com"],"query":[{"description":{"content":"<p>product variants id which you want to export</p>\n","type":"text/plain"},"key":"query","value":"%7B%22id%22:[8105654],%22query%22:%7B%22query%22:%7B%7D%7D,%22companyId%22:%22parent%22%7D"}],"variable":[]}},"response":[{"id":"b281f59a-bba5-4bc1-9364-526a9af29cc7","name":"check-export-variants","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.shipturtle.com/api/v1/check-export-variants-count?query=%7B%22id%22:[8105654],%22query%22:%7B%22query%22:%7B%7D%7D,%22companyId%22:%22parent%22%7D","protocol":"https","host":["api","shipturtle","com"],"path":["api","v1","check-export-variants-count"],"query":[{"key":"query","value":"%7B%22id%22:[8105654],%22query%22:%7B%22query%22:%7B%7D%7D,%22companyId%22:%22parent%22%7D"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Jan 2024 09:58:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"995"},{"key":"Vary","value":"Origin,Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"isShowModal\": false,\n        \"exportCount\": 2\n    }\n}"}],"_postman_id":"29259071-f797-4b9c-818c-d1bdabb50020"},{"name":"export-variants-data","id":"a4834466-e386-49c4-8617-13ef89d2360d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.shipturtle.com/api/v1/variants/export?query=%7B%22id%22:[8105654],%22query%22:%7B%22query%22:%7B%7D%7D,%22companyId%22:%22parent%22%7D&exportProductsCount=2","description":"<h1 id=\"variants-export\">Variants Export</h1>\n<p>This endpoint retrieves the export link for the variants based on the provided query and export product count.</p>\n<h3 id=\"status-code\">Status code</h3>\n<p>200 - Success / OK</p>\n<p>201 - Created</p>\n<p>202 - Accepted</p>\n<p>204 - No Content</p>\n<p>400 - Bad request</p>\n<p>401 - Unauthorized error</p>\n<p>500 - Internal server error</p>\n","urlObject":{"protocol":"https","path":["api","v1","variants","export"],"host":["api","shipturtle","com"],"query":[{"description":{"content":"<p>product variants ids which you want to export</p>\n","type":"text/plain"},"key":"query","value":"%7B%22id%22:[8105654],%22query%22:%7B%22query%22:%7B%7D%7D,%22companyId%22:%22parent%22%7D"},{"description":{"content":"<p>count of variants that are going to export</p>\n","type":"text/plain"},"key":"exportProductsCount","value":"2"}],"variable":[]}},"response":[{"id":"3a3a4550-d12d-431e-8f43-d0e073353a5b","name":"export-variants-data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.shipturtle.com/api/v1/variants/export?query=%7B%22id%22:[8105654],%22query%22:%7B%22query%22:%7B%7D%7D,%22companyId%22:%22parent%22%7D&exportProductsCount=2","protocol":"https","host":["api","shipturtle","com"],"path":["api","v1","variants","export"],"query":[{"key":"query","value":"%7B%22id%22:[8105654],%22query%22:%7B%22query%22:%7B%7D%7D,%22companyId%22:%22parent%22%7D"},{"key":"exportProductsCount","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Jan 2024 10:17:12 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"Vary","value":"Origin,Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"path\": \"https://d2i9a0muccv7uq.cloudfront.net/s3/4147/export_products/_2024-01-01_10:17:12_6592912808e29.xlsx\"\n    }\n}"}],"_postman_id":"a4834466-e386-49c4-8617-13ef89d2360d"},{"name":"file-uploaded-earlier","id":"cb353746-17b9-4db5-8e7c-c3d2f93e7e43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.shipturtle.com/api/v1/user/company","description":"<p>This endpoint makes an HTTP GET request to retrieve old uploaded products details.</p>\n<h3 id=\"status-code\">Status code</h3>\n<p>200 - Success / OK</p>\n<p>201 - Created</p>\n<p>202 - Accepted</p>\n<p>204 - No Content</p>\n<p>400 - Bad request</p>\n<p>401 - Unauthorized error</p>\n<p>500 - Internal server error</p>\n","urlObject":{"protocol":"https","path":["api","v1","user","company"],"host":["api","shipturtle","com"],"query":[],"variable":[]}},"response":[{"id":"1738f8fe-9b8d-4afa-b23b-401fd96cfcec","name":"file-uploaded-earlier","originalRequest":{"method":"GET","header":[],"url":"https://api.shipturtle.com/api/v1/user/company"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Jan 2024 10:23:51 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"987"},{"key":"Vary","value":"Origin,Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 212738,\n        \"company_name\": \"kapil\",\n        \"brand_name\": \"violetplants\",\n        \"company_logo\": null,\n        \"contact_name\": \"Chahar\",\n        \"phone_number\": null,\n        \"email\": \"het.shipturtle@gmail.com\",\n        \"address_line_1\": \"Est\",\n        \"address_line_2\": \"Test\",\n        \"pin_code\": \"411018\",\n        \"city\": \"Pune\",\n        \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n        \"updated_at\": \"2024-01-01T10:16:03.000000Z\",\n        \"state_id\": null,\n        \"gstin_number\": \"1234\",\n        \"invoice_prefix\": \"Invoice\",\n        \"starting_invoice_number\": \"26\",\n        \"terms_and_conditions\": null,\n        \"bank_account_beneficiary_name\": null,\n        \"bank_account_name\": null,\n        \"ifsc_code\": null,\n        \"label_company_name\": null,\n        \"label_contact_name\": null,\n        \"label_phone\": null,\n        \"label_email_address\": null,\n        \"label_address_line_1\": null,\n        \"label_address_line_2\": null,\n        \"label_pin_code\": null,\n        \"label_city\": null,\n        \"label_state\": null,\n        \"signature\": null,\n        \"currency\": \"INR\",\n        \"weight\": null,\n        \"measurement\": null,\n        \"gst_enabled\": true,\n        \"override_channel_product_weight_enabled\": true,\n        \"label_details_same_as_company\": true,\n        \"multi_vendor_invoicing_enabled\": false,\n        \"multi_vendor_shipping_enabled\": false,\n        \"is_master\": \"1\",\n        \"invoice_number_same_as_order_number\": true,\n        \"enable_disable_cod_reconciliation\": true,\n        \"enable_disable_freight_reconciliation\": true,\n        \"cod_tolerance\": \"5\",\n        \"freight_tolerance\": \"2\",\n        \"is_multi_vendor_enabled\": true,\n        \"invoice_message\": null,\n        \"inclusive_exclusive\": null,\n        \"is_tax_on_shipping\": \"no\",\n        \"tax_on_shipping\": null,\n        \"primary_color\": \"#222F3D\",\n        \"secondary_color\": null,\n        \"display_hsn\": true,\n        \"website\": \"https://app.shipturtle.com/\",\n        \"country\": \"IN\",\n        \"type_of_vendor\": \"marketplace\",\n        \"invoice_message_2\": \"<p>hussainhifi</p>\",\n        \"title\": \"violetplants\",\n        \"parent_id\": 212738,\n        \"extra_information\": null,\n        \"invoice_date\": \"invoice_creation_date\",\n        \"number_of_digits\": \"0\",\n        \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n        \"created_by\": null,\n        \"updated_by\": 28411,\n        \"invoice_contact_name\": \"Hussain\",\n        \"invoice_address_1\": \"dahod\",\n        \"invoice_address_2\": \"dahod\",\n        \"invoice_postal_code\": \"380005\",\n        \"invoice_city\": \"Ahmedabad\",\n        \"invoice_phone_number\": \"09173038104\",\n        \"invoice_tin\": null,\n        \"timezone\": \"America/Phoenix\",\n        \"hand_delivered_enabled\": true,\n        \"other_courier_partner_enabled\": true,\n        \"billing_address_same_as_company_details\": false,\n        \"deactivated_at\": null,\n        \"state_code\": \"GJ\",\n        \"automatically_sync_vendor_name_from_store\": true,\n        \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n        \"automatically_route_all_orders_to_vendor_dashboard\": true,\n        \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n        \"correct_all_errors_in_order\": false,\n        \"generate_shipping_labels_for_orders\": false,\n        \"generate_invoices_for_dropship_orders\": false,\n        \"can_vendor_enable_disable_product\": false,\n        \"can_vendor_edit_quantity_product\": false,\n        \"can_vendor_edit_weight_dimension_product\": false,\n        \"can_vendor_edit_tax_product\": true,\n        \"set_vendor_level_commission\": false,\n        \"commission\": \"15\",\n        \"discount_shared_by_vendor\": \"0\",\n        \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n        \"set_vendor_level_shared_discount\": false,\n        \"set_vendor_level_commissoin_calculated_on\": false,\n        \"use_shop_channel_values_to_set_commission\": false,\n        \"can_vendor_generate_invoice\": true,\n        \"can_vendor_process_shippings\": true,\n        \"can_vendor_edit_hsn_tax\": true,\n        \"can_vendor_add_courier_provider\": true,\n        \"default_vendor_type\": \"dropshipper\",\n        \"no_of_deciaml_digits\": 2,\n        \"credits\": 299840,\n        \"plan_id\": 4,\n        \"requested_plan_id\": null,\n        \"override_invoice_permissions\": false,\n        \"override_product_permissions\": false,\n        \"override_order_routing_permissions\": false,\n        \"override_shipping_permissions\": false,\n        \"slug\": \"violetplants-212738\",\n        \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n        \"shipping_charge_commission_type\": \"fixed\",\n        \"shipping_charge_commission\": 50,\n        \"override_commission_calculated_tax_type\": false,\n        \"override_shipping_charge_commission_type\": false,\n        \"override_shipping_charge_commission\": 0,\n        \"auto_email_to_vendor\": true,\n        \"fixed_commission\": 10,\n        \"service_charge\": 0,\n        \"can_vendor_edit_price\": false,\n        \"can_vendor_delete_product\": false,\n        \"show_logo_in_awb\": false,\n        \"hide_pick_address_in_awb\": false,\n        \"hide_customer_info_in_awb\": true,\n        \"hide_price_in_awb\": false,\n        \"hide_customer_information_on_vendor_dashboards\": false,\n        \"allow_merchant_to_generate_invoice\": false,\n        \"show_merchant_logo_in_invoice\": true,\n        \"locale\": \"en\",\n        \"use_custom_waybill\": false,\n        \"redirect_url\": \"dashboard\",\n        \"invoice_state_code\": \"GJ\",\n        \"invoice_country_code\": \"IN\",\n        \"stripe_account_id\": null,\n        \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n        \"enable_app_shipping_profile_on_shopify\": \"0\",\n        \"policy\": null,\n        \"css\": null,\n        \"vendor_profile_color\": \"#f18024\",\n        \"about_us\": null,\n        \"facebook_link\": null,\n        \"twitter_link\": null,\n        \"instagram_link\": null,\n        \"auto_fulfill_digital_orders\": true,\n        \"use_default_warehouse_for_all_orders\": false,\n        \"invoice_label_header_title\": null,\n        \"invoice_place_of_supply\": null,\n        \"invoice_cin_key_title\": null,\n        \"invoice_cin\": null,\n        \"give_vendor_access_to_merchant_shipper\": false,\n        \"auto_generate_order_invoices_to_customers\": true,\n        \"auto_email_order_invoices_to_customers\": true,\n        \"treat_manual_payment_mode_as_cod\": false,\n        \"fulfill_order_after_confirm\": false,\n        \"add_notes_before_confirming_orders\": false,\n        \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n        \"note_at_the_top_of_invoice\": null,\n        \"vendor_shop_id\": null,\n        \"vendor_category\": null,\n        \"vendor_location\": null,\n        \"short_description\": null,\n        \"display_vendor_category\": true,\n        \"display_vendor_location\": true,\n        \"display_vendor_short_description\": true,\n        \"name_of_the_vendor_listing_page\": \"seller profile page\",\n        \"sync_settings\": {\n            \"update_settings\": {\n                \"sku\": true,\n                \"tags\": true,\n                \"media\": true,\n                \"price\": false,\n                \"title\": true,\n                \"weight\": true,\n                \"barcode\": true,\n                \"quantity\": true,\n                \"description\": true,\n                \"product_type\": true,\n                \"variant_name\": true,\n                \"publish_status\": true,\n                \"compare_at_price\": true,\n                \"track_quantity_and_continue_selling_when_out_of_stock\": true\n            },\n            \"create_settings\": {\n                \"sku\": true,\n                \"tags\": true,\n                \"media\": true,\n                \"price\": false,\n                \"title\": true,\n                \"weight\": true,\n                \"barcode\": true,\n                \"quantity\": true,\n                \"description\": true,\n                \"product_type\": true,\n                \"variant_name\": true,\n                \"publish_status\": true,\n                \"compare_at_price\": true,\n                \"track_quantity_and_continue_selling_when_out_of_stock\": true\n            },\n            \"override_product_status_at_create\": true,\n            \"product_status\": \"as_per_vendor_product\",\n            \"enable_order_sync\": true,\n            \"push_only_if_order_paid\": false,\n            \"push_unsynced_product_order\": true,\n            \"auto_add_variant\": true,\n            \"auto_remove_variant\": true,\n            \"strictKeyCheck\": false,\n            \"on_product_delete\": \"do_nothing\",\n            \"on_product_unmapped\": \"do_nothing\",\n            \"push_only_if_product_connected\": true\n        },\n        \"override_hide_customer_information_permissions\": false,\n        \"can_vendor_cancel_an_order\": false,\n        \"hide_shipping_charges\": false,\n        \"add_insurance_to_shipment\": 0,\n        \"meta_title\": null,\n        \"registration_link\": null,\n        \"auto_approval_of_products_from_vendor\": true,\n        \"ignore_selling_price_for_commission\": 0,\n        \"shipping_label_check\": {\n            \"email\": false,\n            \"phone\": false,\n            \"address_line_1\": false,\n            \"address_line_2\": false,\n            \"address_line_1_minimum\": null,\n            \"address_line_1_maximum\": null,\n            \"address_line_2_minimum\": null,\n            \"address_line_2_maximum\": null\n        },\n        \"shipping_label_size\": \"smalllabel\",\n        \"paypal_email\": null,\n        \"use_custom_email_driver\": false,\n        \"ignore_order_splitting\": false,\n        \"hide_customer_information_on_vendor_dashboard\": {\n            \"name\": false,\n            \"phone\": true,\n            \"address\": true,\n            \"email\": true,\n            \"city\": false,\n            \"state\": false\n        },\n        \"hide_customer_information_in_awb\": {\n            \"name\": false,\n            \"phone\": true,\n            \"address\": true,\n            \"email\": true,\n            \"city\": false,\n            \"state\": false,\n            \"line_items\": false,\n            \"vendor_name\": false,\n            \"sku\": false,\n            \"weight_dimension\": false\n        },\n        \"hide_customer_information_in_invoice\": {\n            \"name\": false,\n            \"phone\": true,\n            \"address\": true,\n            \"email\": true,\n            \"city\": false,\n            \"state\": false\n        },\n        \"vendor_profile_settings\": {\n            \"seller_products_tab\": true,\n            \"seller_policy_tab\": true,\n            \"seller_contact_us_tab\": true,\n            \"seller_events_tab\": true,\n            \"seller_reviews_tab\": false,\n            \"seller_about_us_tab\": true\n        },\n        \"challan_message_1\": null,\n        \"challan_message_2\": null,\n        \"challan_prefix\": \"Invoice\",\n        \"challan_number_same_as_invoice_number\": true,\n        \"default_label_size_for_all_vendors\": false,\n        \"hide_customer_information_in_export\": {\n            \"name\": false,\n            \"phone\": true,\n            \"address\": true,\n            \"email\": true,\n            \"city\": false,\n            \"state\": false\n        },\n        \"product_permissions\": null,\n        \"hide_product_details_in_awb\": false,\n        \"hide_invoice_details_in_awb\": false,\n        \"company_note\": \"<p>sdfasdfab</p>\",\n        \"meta_data\": [\n            {\n                \"uuid\": \"3f652e1e-9c70-4679-8d38-dd001f269272\",\n                \"src\": \"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\",\n                \"size\": 11700,\n                \"name\": \"segni2.xlsx\",\n                \"type\": \"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\",\n                \"manuallyAdded\": true,\n                \"previewElement\": {},\n                \"previewTemplate\": {}\n            },\n            {\n                \"uuid\": \"46e93c96-2d60-4256-a6be-39b9ddc62828\",\n                \"src\": \"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\",\n                \"size\": 12589,\n                \"name\": \"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\",\n                \"type\": \"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\",\n                \"manuallyAdded\": true,\n                \"previewElement\": {},\n                \"previewTemplate\": {}\n            },\n            {\n                \"uuid\": \"3d176dda-4001-4e56-a466-3bbcd6c9b560\",\n                \"src\": \"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\",\n                \"size\": 10392,\n                \"name\": \"Cancel order id (1).xlsx\",\n                \"type\": \"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\",\n                \"manuallyAdded\": true,\n                \"previewElement\": {},\n                \"previewTemplate\": {}\n            },\n            {\n                \"uuid\": \"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\",\n                \"src\": \"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\",\n                \"size\": 10392,\n                \"name\": \"Cancel order id (2).xlsx\",\n                \"type\": \"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\",\n                \"manuallyAdded\": true,\n                \"previewElement\": {},\n                \"previewTemplate\": {}\n            }\n        ],\n        \"color_theme_field\": \"light.orange\",\n        \"change_tracking_url\": false,\n        \"ship_to_address_as_merchants_default_warehouse\": false,\n        \"can_vendor_hold_an_order\": false,\n        \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n        \"allow_vendors_to_change_vendor_profile_details\": true,\n        \"whatsapp_account\": \"use_company_account\",\n        \"vendor_profile_theme_choosen\": \"theme-1\",\n        \"whatsapp_credit\": 54,\n        \"test_whatsapp_number\": \"+918849193468\",\n        \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n        \"connected_vendor_shops\": [\n            \"vendorsynctesting5.myshopify.com\",\n            \"testing-for-vendorsync.myshopify.com\",\n            \"purpleplants.myshopify.com\",\n            \"https://st-wpdemo.com/\",\n            \"test-store-webkul-112.myshopify.com\",\n            \"https://st-wpdemo.com/\",\n            \"purpleplants.myshopify.com/\",\n            \"https://st-wpdemo.com/\",\n            \"purpleplants.myshopify.com\",\n            \"channelteststore5.myshopify.com\",\n            \"https://st-wpdemo.com/newtestclient/\",\n            \"purpleplants.myshopify.com\",\n            \"purpleplants.myshopify.com\",\n            \"vendorsynctesting.myshopify.com\",\n            \"vendorsynctesting.myshopify.com\"\n        ],\n        \"events\": null,\n        \"commission_automation_set\": {\n            \"commission_automation\": true,\n            \"commission_automation_rules\": true,\n            \"commission_automation_date_range\": true,\n            \"commission_automation_schedule_option\": \"on_order_receipt\",\n            \"time_buffer_for_commission_automation\": \"4\",\n            \"order_status_for_commission_automation\": \"pending\",\n            \"invoice_number_for_commission_automation\": 277,\n            \"date_Range_days_for_commission_automation\": \"4\"\n        },\n        \"auto_confirmation_using_tags_settings\": {\n            \"tags_settings_status\": true,\n            \"paid\": true,\n            \"tags_for_paid\": [],\n            \"cod_or_partially_paid\": false,\n            \"tags_for_cod_or_partially_paid\": [],\n            \"Exceptions_for_paid\": false,\n            \"Exceptions_for_paid_tags\": [],\n            \"Exceptions_for_cod_or_partially_paid\": false,\n            \"Exceptions_for_cod_or_partially_paid_tags\": []\n        },\n        \"preferred_location\": null,\n        \"email_credit\": 4778,\n        \"logo\": null,\n        \"logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n        \"is_general_setting_done\": true,\n        \"is_invoice_setting_done\": true,\n        \"is_label_setting_done\": false,\n        \"is_gst_enabled\": true,\n        \"billing_detail\": \"Pune</br>Gujarat</br>India\",\n        \"warehouse_address\": \"Pune</br>IN\",\n        \"contact_information\": \"Chahar</br>het.shipturtle@gmail.com</br>\",\n        \"status\": \"Active\",\n        \"global_commission\": \"15\",\n        \"global_discount_shared_by_vendor\": \"0\",\n        \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n        \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n        \"global_shipping_charge_commission_type\": \"fixed\",\n        \"global_shipping_charge_commission\": 50,\n        \"global_fixed_commission\": 10,\n        \"is_drop_shipper\": false,\n        \"state\": {\n            \"id\": 13,\n            \"code\": \"GJ\",\n            \"tin\": 24,\n            \"title\": \"Gujarat\",\n            \"created_at\": \"2019-08-03T17:48:42.000000Z\",\n            \"updated_at\": \"2020-03-28T04:51:45.000000Z\",\n            \"deleted_at\": null,\n            \"country_code\": \"IN\"\n        },\n        \"first_email\": [\n            \"het.shipturtle@gmail.com\"\n        ],\n        \"invoice_state\": {\n            \"id\": 13,\n            \"code\": \"GJ\",\n            \"tin\": 24,\n            \"title\": \"Gujarat\",\n            \"created_at\": \"2019-08-03T17:48:42.000000Z\",\n            \"updated_at\": \"2020-03-28T04:51:45.000000Z\",\n            \"deleted_at\": null,\n            \"country_code\": \"IN\"\n        },\n        \"banner\": null,\n        \"banner_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n        \"frontend_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n        \"navbar_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n        \"email_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n        \"invoice_country_detail\": {\n            \"id\": 98,\n            \"name\": \"India\",\n            \"code\": \"IN\",\n            \"dial_code\": \"+91\",\n            \"currency_name\": \"Indian rupee\",\n            \"currency_symbol\": \"Rs.\",\n            \"currency_code\": \"INR\",\n            \"created_at\": null,\n            \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n            \"name_with_symbole\": \"Indian rupee - Rs.\"\n        },\n        \"commission_tags\": {\n            \"company_id\": 212738,\n            \"override_commission\": true\n        },\n        \"configuration\": {\n            \"id\": 108384,\n            \"children_default_permissions\": {\n                \"can_vendor_enable_disable_product\": true,\n                \"can_vendor_edit_quantity_product\": true,\n                \"can_vendor_edit_weight_dimension_product\": true,\n                \"can_vendor_edit_tax_product\": true,\n                \"can_vendor_generate_invoice\": true,\n                \"can_vendor_generate_label\": true,\n                \"can_vendor_add_courier_provider\": true,\n                \"can_vendor_edit_order_package_dimensions\": true,\n                \"can_vendor_cancel_label\": true,\n                \"can_vendor_change_order_shipment_status\": true,\n                \"can_vendor_change_order_warehouse\": true,\n                \"can_vendor_cancel_invoice\": false,\n                \"can_vendor_edit_price\": true,\n                \"can_vendor_delete_product\": true,\n                \"can_mail_to_customer\": true,\n                \"can_change_payment_method\": true,\n                \"can_access_shipping_address\": true,\n                \"can_edit_shipping_address\": true,\n                \"can_view_shipping_address\": true,\n                \"can_view_estimated_cost_of_shipping\": true,\n                \"can_access_settings\": true,\n                \"can_access_customer_chat\": true,\n                \"can_product_view_price\": true,\n                \"can_product_view_title\": true,\n                \"can_product_view_sku\": true,\n                \"can_product_view_quantity\": true,\n                \"can_product_view_inventory_management\": true,\n                \"can_product_view_inventory_policy\": true,\n                \"can_product_view_requires_shipping\": true,\n                \"can_product_view_cost_price\": true,\n                \"can_product_view_bar_code\": true,\n                \"can_product_view_weight_dimension\": true,\n                \"can_product_view_commission\": true,\n                \"can_product_view_compare_at_price\": true,\n                \"product_quick_edit_price\": true,\n                \"product_quick_edit_title\": true,\n                \"product_quick_edit_sku\": false,\n                \"product_quick_edit_quantity\": false,\n                \"product_quick_edit_inventory_management\": true,\n                \"product_quick_edit_inventory_policy\": true,\n                \"product_quick_edit_requires_shipping\": true,\n                \"product_quick_edit_cost_price\": false,\n                \"product_quick_edit_bar_code\": false,\n                \"product_quick_edit_weight_dimension\": true,\n                \"product_quick_edit_compare_at_price\": true,\n                \"product_full_edit_price\": true,\n                \"product_full_edit_title\": true,\n                \"product_full_edit_sku\": true,\n                \"product_full_edit_quantity\": true,\n                \"product_full_edit_inventory_management\": true,\n                \"product_full_edit_inventory_policy\": true,\n                \"product_full_edit_requires_shipping\": true,\n                \"product_full_edit_cost_price\": true,\n                \"product_full_edit_bar_code\": false,\n                \"product_full_edit_weight_dimension\": true,\n                \"product_full_edit_compare_at_price\": true,\n                \"commission_access\": true,\n                \"product_access\": false,\n                \"auto_approval_of_products_from_vendor\": false\n            },\n            \"company_id\": 212738,\n            \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n            \"updated_at\": \"2023-12-29T09:36:57.000000Z\"\n        },\n        \"media\": [],\n        \"country_detail\": {\n            \"id\": 98,\n            \"name\": \"India\",\n            \"code\": \"IN\",\n            \"dial_code\": \"+91\",\n            \"currency_name\": \"Indian rupee\",\n            \"currency_symbol\": \"Rs.\",\n            \"currency_code\": \"INR\",\n            \"created_at\": null,\n            \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n            \"name_with_symbole\": \"Indian rupee - Rs.\"\n        }\n    }\n}"}],"_postman_id":"cb353746-17b9-4db5-8e7c-c3d2f93e7e43"},{"name":"HSN-tax-mapping","id":"a0b1f260-46a8-4a26-9783-7a0eccb7804b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.shipturtle.com/api/v1/user/company","description":"<p>This endpoint makes an HTTP GET request to retrieve company information of taxes for the user. There is no request body required for this endpoint. The response will contain the details of the company associated with the user.</p>\n<h3 id=\"status-code\">Status code</h3>\n<p>200 - Success / OK</p>\n<p>201 - Created</p>\n<p>202 - Accepted</p>\n<p>204 - No Content</p>\n<p>400 - Bad request</p>\n<p>401 - Unauthorized error</p>\n<p>500 - Internal server error</p>\n","urlObject":{"protocol":"https","path":["api","v1","user","company"],"host":["api","shipturtle","com"],"query":[],"variable":[]}},"response":[{"id":"d07bbed4-048c-434d-8f60-e626543c7e7b","name":"HSN-tax-mapping","originalRequest":{"method":"GET","header":[],"url":"https://api.shipturtle.com/api/v1/user/company"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Jan 2024 10:33:40 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"Vary","value":"Origin,Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 212738,\n        \"company_name\": \"kapil\",\n        \"brand_name\": \"violetplants\",\n        \"company_logo\": null,\n        \"contact_name\": \"Chahar\",\n        \"phone_number\": null,\n        \"email\": \"het.shipturtle@gmail.com\",\n        \"address_line_1\": \"Est\",\n        \"address_line_2\": \"Test\",\n        \"pin_code\": \"411018\",\n        \"city\": \"Pune\",\n        \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n        \"updated_at\": \"2024-01-01T10:16:03.000000Z\",\n        \"state_id\": null,\n        \"gstin_number\": \"1234\",\n        \"invoice_prefix\": \"Invoice\",\n        \"starting_invoice_number\": \"26\",\n        \"terms_and_conditions\": null,\n        \"bank_account_beneficiary_name\": null,\n        \"bank_account_name\": null,\n        \"ifsc_code\": null,\n        \"label_company_name\": null,\n        \"label_contact_name\": null,\n        \"label_phone\": null,\n        \"label_email_address\": null,\n        \"label_address_line_1\": null,\n        \"label_address_line_2\": null,\n        \"label_pin_code\": null,\n        \"label_city\": null,\n        \"label_state\": null,\n        \"signature\": null,\n        \"currency\": \"INR\",\n        \"weight\": null,\n        \"measurement\": null,\n        \"gst_enabled\": true,\n        \"override_channel_product_weight_enabled\": true,\n        \"label_details_same_as_company\": true,\n        \"multi_vendor_invoicing_enabled\": false,\n        \"multi_vendor_shipping_enabled\": false,\n        \"is_master\": \"1\",\n        \"invoice_number_same_as_order_number\": true,\n        \"enable_disable_cod_reconciliation\": true,\n        \"enable_disable_freight_reconciliation\": true,\n        \"cod_tolerance\": \"5\",\n        \"freight_tolerance\": \"2\",\n        \"is_multi_vendor_enabled\": true,\n        \"invoice_message\": null,\n        \"inclusive_exclusive\": null,\n        \"is_tax_on_shipping\": \"no\",\n        \"tax_on_shipping\": null,\n        \"primary_color\": \"#222F3D\",\n        \"secondary_color\": null,\n        \"display_hsn\": true,\n        \"website\": \"https://app.shipturtle.com/\",\n        \"country\": \"IN\",\n        \"type_of_vendor\": \"marketplace\",\n        \"invoice_message_2\": \"<p>hussainhifi</p>\",\n        \"title\": \"violetplants\",\n        \"parent_id\": 212738,\n        \"extra_information\": null,\n        \"invoice_date\": \"invoice_creation_date\",\n        \"number_of_digits\": \"0\",\n        \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n        \"created_by\": null,\n        \"updated_by\": 28411,\n        \"invoice_contact_name\": \"Hussain\",\n        \"invoice_address_1\": \"dahod\",\n        \"invoice_address_2\": \"dahod\",\n        \"invoice_postal_code\": \"380005\",\n        \"invoice_city\": \"Ahmedabad\",\n        \"invoice_phone_number\": \"09173038104\",\n        \"invoice_tin\": null,\n        \"timezone\": \"America/Phoenix\",\n        \"hand_delivered_enabled\": true,\n        \"other_courier_partner_enabled\": true,\n        \"billing_address_same_as_company_details\": false,\n        \"deactivated_at\": null,\n        \"state_code\": \"GJ\",\n        \"automatically_sync_vendor_name_from_store\": true,\n        \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n        \"automatically_route_all_orders_to_vendor_dashboard\": true,\n        \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n        \"correct_all_errors_in_order\": false,\n        \"generate_shipping_labels_for_orders\": false,\n        \"generate_invoices_for_dropship_orders\": false,\n        \"can_vendor_enable_disable_product\": false,\n        \"can_vendor_edit_quantity_product\": false,\n        \"can_vendor_edit_weight_dimension_product\": false,\n        \"can_vendor_edit_tax_product\": true,\n        \"set_vendor_level_commission\": false,\n        \"commission\": \"15\",\n        \"discount_shared_by_vendor\": \"0\",\n        \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n        \"set_vendor_level_shared_discount\": false,\n        \"set_vendor_level_commissoin_calculated_on\": false,\n        \"use_shop_channel_values_to_set_commission\": false,\n        \"can_vendor_generate_invoice\": true,\n        \"can_vendor_process_shippings\": true,\n        \"can_vendor_edit_hsn_tax\": true,\n        \"can_vendor_add_courier_provider\": true,\n        \"default_vendor_type\": \"dropshipper\",\n        \"no_of_deciaml_digits\": 2,\n        \"credits\": 299840,\n        \"plan_id\": 4,\n        \"requested_plan_id\": null,\n        \"override_invoice_permissions\": false,\n        \"override_product_permissions\": false,\n        \"override_order_routing_permissions\": false,\n        \"override_shipping_permissions\": false,\n        \"slug\": \"violetplants-212738\",\n        \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n        \"shipping_charge_commission_type\": \"fixed\",\n        \"shipping_charge_commission\": 50,\n        \"override_commission_calculated_tax_type\": false,\n        \"override_shipping_charge_commission_type\": false,\n        \"override_shipping_charge_commission\": 0,\n        \"auto_email_to_vendor\": true,\n        \"fixed_commission\": 10,\n        \"service_charge\": 0,\n        \"can_vendor_edit_price\": false,\n        \"can_vendor_delete_product\": false,\n        \"show_logo_in_awb\": false,\n        \"hide_pick_address_in_awb\": false,\n        \"hide_customer_info_in_awb\": true,\n        \"hide_price_in_awb\": false,\n        \"hide_customer_information_on_vendor_dashboards\": false,\n        \"allow_merchant_to_generate_invoice\": false,\n        \"show_merchant_logo_in_invoice\": true,\n        \"locale\": \"en\",\n        \"use_custom_waybill\": false,\n        \"redirect_url\": \"dashboard\",\n        \"invoice_state_code\": \"GJ\",\n        \"invoice_country_code\": \"IN\",\n        \"stripe_account_id\": null,\n        \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n        \"enable_app_shipping_profile_on_shopify\": \"0\",\n        \"policy\": null,\n        \"css\": null,\n        \"vendor_profile_color\": \"#f18024\",\n        \"about_us\": null,\n        \"facebook_link\": null,\n        \"twitter_link\": null,\n        \"instagram_link\": null,\n        \"auto_fulfill_digital_orders\": true,\n        \"use_default_warehouse_for_all_orders\": false,\n        \"invoice_label_header_title\": null,\n        \"invoice_place_of_supply\": null,\n        \"invoice_cin_key_title\": null,\n        \"invoice_cin\": null,\n        \"give_vendor_access_to_merchant_shipper\": false,\n        \"auto_generate_order_invoices_to_customers\": true,\n        \"auto_email_order_invoices_to_customers\": true,\n        \"treat_manual_payment_mode_as_cod\": false,\n        \"fulfill_order_after_confirm\": false,\n        \"add_notes_before_confirming_orders\": false,\n        \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n        \"note_at_the_top_of_invoice\": null,\n        \"vendor_shop_id\": null,\n        \"vendor_category\": null,\n        \"vendor_location\": null,\n        \"short_description\": null,\n        \"display_vendor_category\": true,\n        \"display_vendor_location\": true,\n        \"display_vendor_short_description\": true,\n        \"name_of_the_vendor_listing_page\": \"seller profile page\",\n        \"sync_settings\": {\n            \"update_settings\": {\n                \"sku\": true,\n                \"tags\": true,\n                \"media\": true,\n                \"price\": false,\n                \"title\": true,\n                \"weight\": true,\n                \"barcode\": true,\n                \"quantity\": true,\n                \"description\": true,\n                \"product_type\": true,\n                \"variant_name\": true,\n                \"publish_status\": true,\n                \"compare_at_price\": true,\n                \"track_quantity_and_continue_selling_when_out_of_stock\": true\n            },\n            \"create_settings\": {\n                \"sku\": true,\n                \"tags\": true,\n                \"media\": true,\n                \"price\": false,\n                \"title\": true,\n                \"weight\": true,\n                \"barcode\": true,\n                \"quantity\": true,\n                \"description\": true,\n                \"product_type\": true,\n                \"variant_name\": true,\n                \"publish_status\": true,\n                \"compare_at_price\": true,\n                \"track_quantity_and_continue_selling_when_out_of_stock\": true\n            },\n            \"override_product_status_at_create\": true,\n            \"product_status\": \"as_per_vendor_product\",\n            \"enable_order_sync\": true,\n            \"push_only_if_order_paid\": false,\n            \"push_unsynced_product_order\": true,\n            \"auto_add_variant\": true,\n            \"auto_remove_variant\": true,\n            \"strictKeyCheck\": false,\n            \"on_product_delete\": \"do_nothing\",\n            \"on_product_unmapped\": \"do_nothing\",\n            \"push_only_if_product_connected\": true\n        },\n        \"override_hide_customer_information_permissions\": false,\n        \"can_vendor_cancel_an_order\": false,\n        \"hide_shipping_charges\": false,\n        \"add_insurance_to_shipment\": 0,\n        \"meta_title\": null,\n        \"registration_link\": null,\n        \"auto_approval_of_products_from_vendor\": true,\n        \"ignore_selling_price_for_commission\": 0,\n        \"shipping_label_check\": {\n            \"email\": false,\n            \"phone\": false,\n            \"address_line_1\": false,\n            \"address_line_2\": false,\n            \"address_line_1_minimum\": null,\n            \"address_line_1_maximum\": null,\n            \"address_line_2_minimum\": null,\n            \"address_line_2_maximum\": null\n        },\n        \"shipping_label_size\": \"smalllabel\",\n        \"paypal_email\": null,\n        \"use_custom_email_driver\": false,\n        \"ignore_order_splitting\": false,\n        \"hide_customer_information_on_vendor_dashboard\": {\n            \"name\": false,\n            \"phone\": true,\n            \"address\": true,\n            \"email\": true,\n            \"city\": false,\n            \"state\": false\n        },\n        \"hide_customer_information_in_awb\": {\n            \"name\": false,\n            \"phone\": true,\n            \"address\": true,\n            \"email\": true,\n            \"city\": false,\n            \"state\": false,\n            \"line_items\": false,\n            \"vendor_name\": false,\n            \"sku\": false,\n            \"weight_dimension\": false\n        },\n        \"hide_customer_information_in_invoice\": {\n            \"name\": false,\n            \"phone\": true,\n            \"address\": true,\n            \"email\": true,\n            \"city\": false,\n            \"state\": false\n        },\n        \"vendor_profile_settings\": {\n            \"seller_products_tab\": true,\n            \"seller_policy_tab\": true,\n            \"seller_contact_us_tab\": true,\n            \"seller_events_tab\": true,\n            \"seller_reviews_tab\": false,\n            \"seller_about_us_tab\": true\n        },\n        \"challan_message_1\": null,\n        \"challan_message_2\": null,\n        \"challan_prefix\": \"Invoice\",\n        \"challan_number_same_as_invoice_number\": true,\n        \"default_label_size_for_all_vendors\": false,\n        \"hide_customer_information_in_export\": {\n            \"name\": false,\n            \"phone\": true,\n            \"address\": true,\n            \"email\": true,\n            \"city\": false,\n            \"state\": false\n        },\n        \"product_permissions\": null,\n        \"hide_product_details_in_awb\": false,\n        \"hide_invoice_details_in_awb\": false,\n        \"company_note\": \"<p>sdfasdfab</p>\",\n        \"meta_data\": [\n            {\n                \"uuid\": \"3f652e1e-9c70-4679-8d38-dd001f269272\",\n                \"src\": \"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\",\n                \"size\": 11700,\n                \"name\": \"segni2.xlsx\",\n                \"type\": \"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\",\n                \"manuallyAdded\": true,\n                \"previewElement\": {},\n                \"previewTemplate\": {}\n            },\n            {\n                \"uuid\": \"46e93c96-2d60-4256-a6be-39b9ddc62828\",\n                \"src\": \"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\",\n                \"size\": 12589,\n                \"name\": \"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\",\n                \"type\": \"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\",\n                \"manuallyAdded\": true,\n                \"previewElement\": {},\n                \"previewTemplate\": {}\n            },\n            {\n                \"uuid\": \"3d176dda-4001-4e56-a466-3bbcd6c9b560\",\n                \"src\": \"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\",\n                \"size\": 10392,\n                \"name\": \"Cancel order id (1).xlsx\",\n                \"type\": \"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\",\n                \"manuallyAdded\": true,\n                \"previewElement\": {},\n                \"previewTemplate\": {}\n            },\n            {\n                \"uuid\": \"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\",\n                \"src\": \"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\",\n                \"size\": 10392,\n                \"name\": \"Cancel order id (2).xlsx\",\n                \"type\": \"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\",\n                \"manuallyAdded\": true,\n                \"previewElement\": {},\n                \"previewTemplate\": {}\n            }\n        ],\n        \"color_theme_field\": \"light.orange\",\n        \"change_tracking_url\": false,\n        \"ship_to_address_as_merchants_default_warehouse\": false,\n        \"can_vendor_hold_an_order\": false,\n        \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n        \"allow_vendors_to_change_vendor_profile_details\": true,\n        \"whatsapp_account\": \"use_company_account\",\n        \"vendor_profile_theme_choosen\": \"theme-1\",\n        \"whatsapp_credit\": 54,\n        \"test_whatsapp_number\": \"+918849193468\",\n        \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n        \"connected_vendor_shops\": [\n            \"vendorsynctesting5.myshopify.com\",\n            \"testing-for-vendorsync.myshopify.com\",\n            \"purpleplants.myshopify.com\",\n            \"https://st-wpdemo.com/\",\n            \"test-store-webkul-112.myshopify.com\",\n            \"https://st-wpdemo.com/\",\n            \"purpleplants.myshopify.com/\",\n            \"https://st-wpdemo.com/\",\n            \"purpleplants.myshopify.com\",\n            \"channelteststore5.myshopify.com\",\n            \"https://st-wpdemo.com/newtestclient/\",\n            \"purpleplants.myshopify.com\",\n            \"purpleplants.myshopify.com\",\n            \"vendorsynctesting.myshopify.com\",\n            \"vendorsynctesting.myshopify.com\"\n        ],\n        \"events\": null,\n        \"commission_automation_set\": {\n            \"commission_automation\": true,\n            \"commission_automation_rules\": true,\n            \"commission_automation_date_range\": true,\n            \"commission_automation_schedule_option\": \"on_order_receipt\",\n            \"time_buffer_for_commission_automation\": \"4\",\n            \"order_status_for_commission_automation\": \"pending\",\n            \"invoice_number_for_commission_automation\": 277,\n            \"date_Range_days_for_commission_automation\": \"4\"\n        },\n        \"auto_confirmation_using_tags_settings\": {\n            \"tags_settings_status\": true,\n            \"paid\": true,\n            \"tags_for_paid\": [],\n            \"cod_or_partially_paid\": false,\n            \"tags_for_cod_or_partially_paid\": [],\n            \"Exceptions_for_paid\": false,\n            \"Exceptions_for_paid_tags\": [],\n            \"Exceptions_for_cod_or_partially_paid\": false,\n            \"Exceptions_for_cod_or_partially_paid_tags\": []\n        },\n        \"preferred_location\": null,\n        \"email_credit\": 4778,\n        \"logo\": null,\n        \"logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n        \"is_general_setting_done\": true,\n        \"is_invoice_setting_done\": true,\n        \"is_label_setting_done\": false,\n        \"is_gst_enabled\": true,\n        \"billing_detail\": \"Pune</br>Gujarat</br>India\",\n        \"warehouse_address\": \"Pune</br>IN\",\n        \"contact_information\": \"Chahar</br>het.shipturtle@gmail.com</br>\",\n        \"status\": \"Active\",\n        \"global_commission\": \"15\",\n        \"global_discount_shared_by_vendor\": \"0\",\n        \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n        \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n        \"global_shipping_charge_commission_type\": \"fixed\",\n        \"global_shipping_charge_commission\": 50,\n        \"global_fixed_commission\": 10,\n        \"is_drop_shipper\": false,\n        \"state\": {\n            \"id\": 13,\n            \"code\": \"GJ\",\n            \"tin\": 24,\n            \"title\": \"Gujarat\",\n            \"created_at\": \"2019-08-03T17:48:42.000000Z\",\n            \"updated_at\": \"2020-03-28T04:51:45.000000Z\",\n            \"deleted_at\": null,\n            \"country_code\": \"IN\"\n        },\n        \"first_email\": [\n            \"het.shipturtle@gmail.com\"\n        ],\n        \"invoice_state\": {\n            \"id\": 13,\n            \"code\": \"GJ\",\n            \"tin\": 24,\n            \"title\": \"Gujarat\",\n            \"created_at\": \"2019-08-03T17:48:42.000000Z\",\n            \"updated_at\": \"2020-03-28T04:51:45.000000Z\",\n            \"deleted_at\": null,\n            \"country_code\": \"IN\"\n        },\n        \"banner\": null,\n        \"banner_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n        \"frontend_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n        \"navbar_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n        \"email_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n        \"invoice_country_detail\": {\n            \"id\": 98,\n            \"name\": \"India\",\n            \"code\": \"IN\",\n            \"dial_code\": \"+91\",\n            \"currency_name\": \"Indian rupee\",\n            \"currency_symbol\": \"Rs.\",\n            \"currency_code\": \"INR\",\n            \"created_at\": null,\n            \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n            \"name_with_symbole\": \"Indian rupee - Rs.\"\n        },\n        \"commission_tags\": {\n            \"company_id\": 212738,\n            \"override_commission\": true\n        },\n        \"configuration\": {\n            \"id\": 108384,\n            \"children_default_permissions\": {\n                \"can_vendor_enable_disable_product\": true,\n                \"can_vendor_edit_quantity_product\": true,\n                \"can_vendor_edit_weight_dimension_product\": true,\n                \"can_vendor_edit_tax_product\": true,\n                \"can_vendor_generate_invoice\": true,\n                \"can_vendor_generate_label\": true,\n                \"can_vendor_add_courier_provider\": true,\n                \"can_vendor_edit_order_package_dimensions\": true,\n                \"can_vendor_cancel_label\": true,\n                \"can_vendor_change_order_shipment_status\": true,\n                \"can_vendor_change_order_warehouse\": true,\n                \"can_vendor_cancel_invoice\": false,\n                \"can_vendor_edit_price\": true,\n                \"can_vendor_delete_product\": true,\n                \"can_mail_to_customer\": true,\n                \"can_change_payment_method\": true,\n                \"can_access_shipping_address\": true,\n                \"can_edit_shipping_address\": true,\n                \"can_view_shipping_address\": true,\n                \"can_view_estimated_cost_of_shipping\": true,\n                \"can_access_settings\": true,\n                \"can_access_customer_chat\": true,\n                \"can_product_view_price\": true,\n                \"can_product_view_title\": true,\n                \"can_product_view_sku\": true,\n                \"can_product_view_quantity\": true,\n                \"can_product_view_inventory_management\": true,\n                \"can_product_view_inventory_policy\": true,\n                \"can_product_view_requires_shipping\": true,\n                \"can_product_view_cost_price\": true,\n                \"can_product_view_bar_code\": true,\n                \"can_product_view_weight_dimension\": true,\n                \"can_product_view_commission\": true,\n                \"can_product_view_compare_at_price\": true,\n                \"product_quick_edit_price\": true,\n                \"product_quick_edit_title\": true,\n                \"product_quick_edit_sku\": false,\n                \"product_quick_edit_quantity\": false,\n                \"product_quick_edit_inventory_management\": true,\n                \"product_quick_edit_inventory_policy\": true,\n                \"product_quick_edit_requires_shipping\": true,\n                \"product_quick_edit_cost_price\": false,\n                \"product_quick_edit_bar_code\": false,\n                \"product_quick_edit_weight_dimension\": true,\n                \"product_quick_edit_compare_at_price\": true,\n                \"product_full_edit_price\": true,\n                \"product_full_edit_title\": true,\n                \"product_full_edit_sku\": true,\n                \"product_full_edit_quantity\": true,\n                \"product_full_edit_inventory_management\": true,\n                \"product_full_edit_inventory_policy\": true,\n                \"product_full_edit_requires_shipping\": true,\n                \"product_full_edit_cost_price\": true,\n                \"product_full_edit_bar_code\": false,\n                \"product_full_edit_weight_dimension\": true,\n                \"product_full_edit_compare_at_price\": true,\n                \"commission_access\": true,\n                \"product_access\": false,\n                \"auto_approval_of_products_from_vendor\": false\n            },\n            \"company_id\": 212738,\n            \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n            \"updated_at\": \"2023-12-29T09:36:57.000000Z\"\n        },\n        \"media\": [],\n        \"country_detail\": {\n            \"id\": 98,\n            \"name\": \"India\",\n            \"code\": \"IN\",\n            \"dial_code\": \"+91\",\n            \"currency_name\": \"Indian rupee\",\n            \"currency_symbol\": \"Rs.\",\n            \"currency_code\": \"INR\",\n            \"created_at\": null,\n            \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n            \"name_with_symbole\": \"Indian rupee - Rs.\"\n        }\n    }\n}"}],"_postman_id":"a0b1f260-46a8-4a26-9783-7a0eccb7804b"},{"name":"create-HSN-tax","id":"a0683499-466e-4768-b8b7-85d7c59c5685","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"tax_rates\": [\r\n        {\r\n            \"tax_rates\": \"10\",\r\n            \"description\": null\r\n        }\r\n    ],\r\n    \"title\": \"demo\",\r\n    \"description\": \"demo tax\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.shipturtle.com/api/v1/tax","description":"<h1 id=\"tax-information-retrieval\">Tax Information Retrieval</h1>\n<p>This endpoint is used to add new tax information including tax rates, titles, descriptions, and other related details.</p>\n<h3 id=\"status-code\">Status code</h3>\n<p>200 - Success / OK</p>\n<p>201 - Created</p>\n<p>202 - Accepted</p>\n<p>204 - No Content</p>\n<p>400 - Bad request</p>\n<p>401 - Unauthorized error</p>\n<p>500 - Internal server error</p>\n","urlObject":{"protocol":"https","path":["api","v1","tax"],"host":["api","shipturtle","com"],"query":[],"variable":[]}},"response":[{"id":"77cb53b0-288f-4f94-92bd-782c5912a56e","name":"create-HSN-tax","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"tax_rates\": [\r\n        {\r\n            \"tax_rates\": \"10\",\r\n            \"description\": null\r\n        }\r\n    ],\r\n    \"title\": \"demo\",\r\n    \"description\": \"demo tax\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.shipturtle.com/api/v1/tax"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Jan 2024 07:17:30 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"Vary","value":"Origin,Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 58090,\n            \"title\": \"test\",\n            \"description\": \"test HSN tax\",\n            \"created_at\": \"2024-01-02T07:16:22.000000Z\",\n            \"updated_at\": \"2024-01-02T07:16:22.000000Z\",\n            \"company_id\": 212738,\n            \"parent_id\": null,\n            \"tax_percentage\": 10,\n            \"hsn_tax_display\": \"test - 10% - test HSN tax\",\n            \"hsn_tax\": \"test - 10%\",\n            \"tax_rates\": [\n                {\n                    \"id\": 57641,\n                    \"tax_id\": 58090,\n                    \"tax_rate\": \"10\",\n                    \"tax_description\": null,\n                    \"created_at\": \"2024-01-02T07:16:22.000000Z\",\n                    \"updated_at\": \"2024-01-02T07:16:22.000000Z\",\n                    \"tax_percentage_for_calculation\": 0.1\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"a0683499-466e-4768-b8b7-85d7c59c5685"},{"name":"update-HSN-tax","id":"60609496-c84b-4f41-b619-5fcb646bd12c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.shipturtle.com/api/v1/tax/40992","description":"<h3 id=\"get-tax-details\">Get Tax Details</h3>\n<p>By sending an HTTP POST request to the given URL, it retrieves the tax details for a specific tax ID. You can use this URL to update HST-tax.</p>\n<h3 id=\"status-code\">Status code</h3>\n<p>200 - Success / OK</p>\n<p>201 - Created</p>\n<p>202 - Accepted</p>\n<p>204 - No Content</p>\n<p>400 - Bad request</p>\n<p>401 - Unauthorized error</p>\n<p>500 - Internal server error</p>\n","urlObject":{"protocol":"https","path":["api","v1","tax","40992"],"host":["api","shipturtle","com"],"query":[],"variable":[]}},"response":[{"id":"551e07fe-bc87-4901-97ee-7296b405039f","name":"update-HSN-tax","originalRequest":{"method":"GET","header":[],"url":"https://api.shipturtle.com/api/v1/tax/40992"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Jan 2024 10:55:54 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"Vary","value":"Origin,Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 40992,\n        \"title\": \"0\",\n        \"description\": \"12345\",\n        \"created_at\": \"2023-06-19T05:24:04.000000Z\",\n        \"updated_at\": \"2023-06-19T06:15:49.000000Z\",\n        \"company_id\": 212738,\n        \"parent_id\": null,\n        \"tax_percentage\": 18,\n        \"hsn_tax_display\": \"0 - 18% - 12345\",\n        \"hsn_tax\": \"0 - 18%\",\n        \"tax_rates\": [\n            {\n                \"id\": 40543,\n                \"tax_id\": 40992,\n                \"tax_rate\": 18,\n                \"tax_description\": \"12345\",\n                \"created_at\": \"2023-06-19T05:24:04.000000Z\",\n                \"updated_at\": \"2023-06-19T06:15:49.000000Z\",\n                \"tax_percentage_for_calculation\": 0.18\n            }\n        ]\n    }\n}"}],"_postman_id":"60609496-c84b-4f41-b619-5fcb646bd12c"},{"name":"export-taxes","id":"6f6a4270-aa52-43d7-95f0-9525191d2c02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.shipturtle.com/api/v1/taxes/export?query=%7B%22id%22:[40993]%7D","description":"<p>This endpoint makes an HTTP GET request to retrieve tax export data based on the provided query parameters. The request should include a query parameter with the ID of the tax data to be exported.</p>\n<p>By using this request you can download tax details.</p>\n<h3 id=\"status-code\">Status code</h3>\n<p>200 - Success / OK</p>\n<p>201 - Created</p>\n<p>202 - Accepted</p>\n<p>204 - No Content</p>\n<p>400 - Bad request</p>\n<p>401 - Unauthorized error</p>\n<p>500 - Internal server error</p>\n","urlObject":{"protocol":"https","path":["api","v1","taxes","export"],"host":["api","shipturtle","com"],"query":[{"description":{"content":"<p>tax id which are going to export</p>\n","type":"text/plain"},"key":"query","value":"%7B%22id%22:[40993]%7D"}],"variable":[]}},"response":[{"id":"458d8a6d-0d91-4167-8fd1-916e6c5b94b0","name":"export-taxes","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.shipturtle.com/api/v1/taxes/export?query=%7B%22id%22:[40993]%7D","protocol":"https","host":["api","shipturtle","com"],"path":["api","v1","taxes","export"],"query":[{"key":"query","value":"%7B%22id%22:[40993]%7D"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Jan 2024 12:20:32 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"Vary","value":"Origin,Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"path\": \"https://d2i9a0muccv7uq.cloudfront.net/s3/4147/export_taxes/_2024-01-01_12:20:32_6592ae1005907.xlsx\"\n    }\n}"}],"_postman_id":"6f6a4270-aa52-43d7-95f0-9525191d2c02"},{"name":"import-tax","id":"9ca0aa42-1909-4312-a40f-16bd62ecf285","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"","type":"file","src":"HbqQR5SO1/_2024-01-03_08_53_51_6595209f06763.xlsx"}]},"url":"https://api.shipturtle.com/api/v1/taxes/import","description":"<p>This endpoint makes an HTTP GET request to import tax details file into Shipturtle.</p>\n<p>By using this request you can upload tax details file.</p>\n<h3 id=\"status-code\">Status code</h3>\n<p>200 - Success / OK</p>\n<p>201 - Created</p>\n<p>202 - Accepted</p>\n<p>204 - No Content</p>\n<p>400 - Bad request</p>\n<p>401 - Unauthorized error</p>\n<p>500 - Internal server error</p>\n","urlObject":{"protocol":"https","path":["api","v1","taxes","import"],"host":["api","shipturtle","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9ca0aa42-1909-4312-a40f-16bd62ecf285"},{"name":"delete-tax","id":"6bcf6cb7-a485-4d25-88a6-5b01e0c5521c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"query","value":"\"id\": [40992]","description":"<p>tax id which you want to delete</p>\n","type":"text"}]},"url":"https://api.shipturtle.com/api/v1/delete-tax","description":"<p>This endpoint is used to delete a tax record. The HTTP POST request is sent to <a href=\"https://api.shipturtle.com/api/v1/delete-tax\">https://api.shipturtle.com/api/v1/delete-tax</a> with a form-data request body type. The request payload includes a \"query\" parameter with type \"text\" and an optional description.</p>\n<h3 id=\"status-code\">Status code</h3>\n<p>200 - Success / OK</p>\n<p>201 - Created</p>\n<p>202 - Accepted</p>\n<p>204 - No Content</p>\n<p>400 - Bad request</p>\n<p>401 - Unauthorized error</p>\n<p>500 - Internal server error</p>\n","urlObject":{"protocol":"https","path":["api","v1","delete-tax"],"host":["api","shipturtle","com"],"query":[],"variable":[]}},"response":[{"id":"30c261bc-88aa-41d7-8c63-aa3ab8e46ca0","name":"delete-tax","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"query","value":"\"id\": [40992]","type":"text"}]},"url":"https://api.shipturtle.com/api/v1/delete-tax"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Mon, 01 Jan 2024 12:55:05 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Content-Length","value":"22"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"Vary","value":"Origin,Authorization,Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"\n"}],"_postman_id":"6bcf6cb7-a485-4d25-88a6-5b01e0c5521c"},{"name":"activate-product","id":"ed8eba30-67c1-477e-8825-d4ac424973ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"id","value":"8102141","description":"<p>product id which you want to activate</p>\n","type":"text"}]},"url":"https://api.shipturtle.com/api/v1/products/activate","description":"<h3 id=\"activate-product\">Activate Product</h3>\n<p>This endpoint is used to activate a product by providing the product ID. The request should include a form-data body with the product ID.</p>\n<h3 id=\"status-code\">Status code</h3>\n<p>200 - Success / OK</p>\n<p>201 - Created</p>\n<p>202 - Accepted</p>\n<p>204 - No Content</p>\n<p>400 - Bad request</p>\n<p>401 - Unauthorized error</p>\n<p>500 - Internal server error</p>\n","urlObject":{"protocol":"https","path":["api","v1","products","activate"],"host":["api","shipturtle","com"],"query":[],"variable":[]}},"response":[{"id":"8ddc00fd-62ca-44d9-a733-ea86ffcfd0ad","name":"activate-product","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"id","value":"8102141","description":"product id which you want to activate","type":"text"}]},"url":"https://api.shipturtle.com/api/v1/products/activate"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Jan 2024 09:13:13 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"982"},{"key":"Vary","value":"Origin,Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 8102141,\n        \"title\": \"1\",\n        \"body_html\": \"\",\n        \"vendor\": \"Rajdeep\",\n        \"product_type\": \"Plants\",\n        \"handle\": \"1\",\n        \"published_at\": null,\n        \"template_suffix\": null,\n        \"tags\": \"1\",\n        \"published_scope\": null,\n        \"admin_graphql_api_id\": \"gid://shopify/Product/9591587995951\",\n        \"image\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-30.jpg?v=1703840350\",\n        \"created_at\": \"2023-12-29T08:59:12.000000Z\",\n        \"updated_at\": \"2024-01-02T09:13:13.000000Z\",\n        \"deleted_at\": null,\n        \"vendor_id\": 234805,\n        \"provider\": null,\n        \"company_id\": 234805,\n        \"channel_id\": \"9591587995951\",\n        \"store_id\": null,\n        \"product_image_link\": null,\n        \"channel_product_id\": 8095272,\n        \"channel\": \"shopify\",\n        \"sku\": null,\n        \"shop_id\": 4147,\n        \"tax_id\": null,\n        \"product_type_id\": 116397,\n        \"parent_id\": 212738,\n        \"images\": [\n            {\n                \"id\": 44001353236783,\n                \"alt\": null,\n                \"src\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-30.jpg?v=1703840350\",\n                \"width\": 1080,\n                \"height\": 1080,\n                \"position\": 1,\n                \"created_at\": \"2023-12-29T14:29:10+05:30\",\n                \"product_id\": 9591587995951,\n                \"updated_at\": \"2023-12-29T14:29:10+05:30\",\n                \"variant_ids\": [],\n                \"admin_graphql_api_id\": \"gid://shopify/ProductImage/44001353236783\"\n            },\n            {\n                \"id\": 44001353138479,\n                \"alt\": null,\n                \"src\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-31_883096b1-7c13-4889-970a-583d28bc07a1.jpg?v=1703840350\",\n                \"width\": 1080,\n                \"height\": 1080,\n                \"position\": 2,\n                \"created_at\": \"2023-12-29T14:29:10+05:30\",\n                \"product_id\": 9591587995951,\n                \"updated_at\": \"2023-12-29T14:29:10+05:30\",\n                \"variant_ids\": [],\n                \"admin_graphql_api_id\": \"gid://shopify/ProductImage/44001353138479\"\n            },\n            {\n                \"id\": 44001353171247,\n                \"alt\": null,\n                \"src\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-32.jpg?v=1703840350\",\n                \"width\": 1080,\n                \"height\": 1080,\n                \"position\": 3,\n                \"created_at\": \"2023-12-29T14:29:10+05:30\",\n                \"product_id\": 9591587995951,\n                \"updated_at\": \"2023-12-29T14:29:10+05:30\",\n                \"variant_ids\": [],\n                \"admin_graphql_api_id\": \"gid://shopify/ProductImage/44001353171247\"\n            },\n            {\n                \"id\": 44001353204015,\n                \"alt\": null,\n                \"src\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-33_01c7c273-2f30-44dd-a3a6-8ac3c0a93499.jpg?v=1703840350\",\n                \"width\": 1080,\n                \"height\": 1080,\n                \"position\": 4,\n                \"created_at\": \"2023-12-29T14:29:10+05:30\",\n                \"product_id\": 9591587995951,\n                \"updated_at\": \"2023-12-29T14:29:10+05:30\",\n                \"variant_ids\": [],\n                \"admin_graphql_api_id\": \"gid://shopify/ProductImage/44001353204015\"\n            }\n        ],\n        \"options\": [\n            {\n                \"id\": 11909750227247,\n                \"name\": \"Title\",\n                \"values\": [\n                    \"Default Title\"\n                ],\n                \"position\": 1,\n                \"product_id\": 9591587995951\n            }\n        ],\n        \"has_only_default_variant\": false,\n        \"meta_data\": null,\n        \"status\": \"active\",\n        \"vendor_shop_product_id\": null,\n        \"shopify_meta_data\": null,\n        \"image_link\": null,\n        \"images_link\": null,\n        \"uploaded_images\": [],\n        \"media\": []\n    }\n}"}],"_postman_id":"ed8eba30-67c1-477e-8825-d4ac424973ba"},{"name":"updateDimensions","id":"f97a278c-ea74-4315-a212-e29065f4c11c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"variant_id","value":"23193145","description":"<p>required</p>\n","type":"text"},{"key":"length","value":"3","description":"<p>optional</p>\n","type":"text"},{"key":"width","value":"11","description":"<p>optional</p>\n","type":"text"},{"key":"height","value":"12","description":"<p>optional</p>\n","type":"text"}]},"url":"https://api.shipturtle.com/api/v1/updateDimensions","description":"<p>Use this end-point to update dimensions (lenght , width , height ) of a perticular Variant.</p>\n","urlObject":{"protocol":"https","path":["api","v1","updateDimensions"],"host":["api","shipturtle","com"],"query":[],"variable":[]}},"response":[{"id":"fc62441f-076d-4476-a360-9590f7bacbd4","name":"updateDimensions","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"variant_id","value":"23193145","description":"required","type":"text"},{"key":"length","value":"3","description":"optional","type":"text"},{"key":"width","value":"11","description":"optional","type":"text"},{"key":"height","value":"12","description":"optional","type":"text"}]},"url":"https://api.shipturtle.com/api/v1/updateDimensions"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 28 Feb 2024 07:15:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"2000"},{"key":"X-RateLimit-Remaining","value":"1999"},{"key":"Vary","value":"Origin,Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 23193145,\n    \"title\": \"XLarge / Navy\",\n    \"price\": \"110.00\",\n    \"sku\": \"SQ0038322\",\n    \"position\": 2,\n    \"inventory_policy\": \"deny\",\n    \"compare_at_price\": null,\n    \"fulfillment_service\": \"manual\",\n    \"inventory_management\": \"shopify\",\n    \"option1\": \"XLarge\",\n    \"option2\": \"Navy\",\n    \"option3\": null,\n    \"barcode\": \"\",\n    \"grams\": \"0\",\n    \"image_id\": null,\n    \"weight\": \"5\",\n    \"inventory_item_id\": \"50238024122643\",\n    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/48219303248147\",\n    \"created_at\": \"2024-02-26T10:14:12.000000Z\",\n    \"updated_at\": \"2024-02-28T07:15:16.000000Z\",\n    \"deleted_at\": null,\n    \"product_id\": 8387566,\n    \"taxable\": false,\n    \"requires_shipping\": null,\n    \"weight_unit\": \"POUND\",\n    \"inventory_quantity\": \"0\",\n    \"old_inventory_quantity\": null,\n    \"product_purchase_cost\": \"0\",\n    \"actual_product_weight\": \"0\",\n    \"vendor_id\": null,\n    \"provider\": null,\n    \"company_id\": 241267,\n    \"hsn_sku_id\": null,\n    \"channel_id\": \"48219303248147\",\n    \"channel\": \"shopify\",\n    \"store_id\": null,\n    \"image\": null,\n    \"channel_variant_id\": \"23327612\",\n    \"extra_information\": null,\n    \"deactivated_at\": true,\n    \"height\": \"12\",\n    \"width\": \"11\",\n    \"length\": \"3\",\n    \"shop_id\": 4773,\n    \"tax_id\": null,\n    \"body_html\": \"<p class=\\\"\\\" style=\\\"white-space:pre-wrap;\\\">Description Product</p>\",\n    \"commission\": null,\n    \"fixed_commission\": 0,\n    \"override_commission\": false,\n    \"parent_id\": 229118,\n    \"product_code_name\": \"SQ0038322</br>Vatsal's T-shirt-4</br>XLarge,Navy\",\n    \"product_variant_title\": \"Vatsal's T-shirt-4 - XLarge / Navy\",\n    \"product_type\": \"\",\n    \"product_type_id\": 140382,\n    \"file_id\": null,\n    \"option_name_1\": null,\n    \"option_name_2\": null,\n    \"option_name_3\": null,\n    \"delivery_profile_id\": null,\n    \"delivery_profile_provider_id\": null,\n    \"vendor_shop_variant_id\": 628732,\n    \"shopify_meta_data\": null,\n    \"new_variant_sent\": 0,\n    \"image_link\": null,\n    \"overridden_commission_level\": \"shop/channel\",\n    \"overridden_commission\": 0,\n    \"overridden_fixed_commission\": 110,\n    \"file_history\": null,\n    \"product\": {\n        \"id\": 8387566,\n        \"title\": \"Vatsal's T-shirt-4\",\n        \"body_html\": \"<p class=\\\"\\\" style=\\\"white-space:pre-wrap;\\\">Description Product</p>\",\n        \"vendor\": \"TestVendor123\",\n        \"product_type\": \"\",\n        \"handle\": \"vatsals-t-shirt-6\",\n        \"published_at\": null,\n        \"template_suffix\": null,\n        \"tags\": \"\",\n        \"published_scope\": null,\n        \"admin_graphql_api_id\": \"gid://shopify/Product/9114369327379\",\n        \"image\": null,\n        \"created_at\": \"2024-02-26T10:14:12.000000Z\",\n        \"updated_at\": \"2024-02-28T05:25:13.000000Z\",\n        \"deleted_at\": null,\n        \"vendor_id\": 241267,\n        \"provider\": null,\n        \"company_id\": 241267,\n        \"channel_id\": \"9114369327379\",\n        \"store_id\": null,\n        \"product_image_link\": null,\n        \"channel_product_id\": 8380819,\n        \"channel\": \"shopify\",\n        \"sku\": null,\n        \"shop_id\": 4773,\n        \"tax_id\": null,\n        \"product_type_id\": 140382,\n        \"parent_id\": 229118,\n        \"images\": [],\n        \"options\": [\n            {\n                \"id\": 11465882698003,\n                \"name\": \"Color\",\n                \"values\": [\n                    \"Large\",\n                    \"XLarge\"\n                ],\n                \"position\": 1,\n                \"product_id\": 9114369327379\n            },\n            {\n                \"id\": 11465882730771,\n                \"name\": \"Size\",\n                \"values\": [\n                    \"Navy\"\n                ],\n                \"position\": 2,\n                \"product_id\": 9114369327379\n            }\n        ],\n        \"has_only_default_variant\": false,\n        \"meta_data\": [],\n        \"status\": \"active\",\n        \"vendor_shop_product_id\": 239040,\n        \"shopify_meta_data\": null,\n        \"image_link\": null,\n        \"images_link\": null,\n        \"uploaded_images\": [],\n        \"media\": []\n    },\n    \"company\": {\n        \"id\": 241267,\n        \"company_name\": \"TestVendor123\",\n        \"brand_name\": \"TestVendor123\",\n        \"company_logo\": null,\n        \"contact_name\": \"TestVendor123\",\n        \"phone_number\": null,\n        \"email\": \"vatsal.shipturtle@gmail.com\",\n        \"address_line_1\": null,\n        \"address_line_2\": null,\n        \"pin_code\": null,\n        \"city\": null,\n        \"created_at\": \"2024-02-23T12:29:24.000000Z\",\n        \"updated_at\": \"2024-02-28T07:07:39.000000Z\",\n        \"state_id\": null,\n        \"gstin_number\": null,\n        \"invoice_prefix\": null,\n        \"starting_invoice_number\": null,\n        \"terms_and_conditions\": null,\n        \"bank_account_beneficiary_name\": null,\n        \"bank_account_name\": null,\n        \"ifsc_code\": null,\n        \"label_company_name\": null,\n        \"label_contact_name\": null,\n        \"label_phone\": null,\n        \"label_email_address\": null,\n        \"label_address_line_1\": null,\n        \"label_address_line_2\": null,\n        \"label_pin_code\": null,\n        \"label_city\": null,\n        \"label_state\": null,\n        \"signature\": null,\n        \"currency\": null,\n        \"weight\": null,\n        \"measurement\": null,\n        \"gst_enabled\": false,\n        \"override_channel_product_weight_enabled\": false,\n        \"label_details_same_as_company\": true,\n        \"multi_vendor_invoicing_enabled\": true,\n        \"multi_vendor_shipping_enabled\": true,\n        \"is_master\": null,\n        \"invoice_number_same_as_order_number\": true,\n        \"enable_disable_cod_reconciliation\": false,\n        \"enable_disable_freight_reconciliation\": false,\n        \"cod_tolerance\": null,\n        \"freight_tolerance\": null,\n        \"is_multi_vendor_enabled\": true,\n        \"invoice_message\": null,\n        \"inclusive_exclusive\": null,\n        \"is_tax_on_shipping\": \"no\",\n        \"tax_on_shipping\": null,\n        \"primary_color\": \"#f18024\",\n        \"secondary_color\": null,\n        \"display_hsn\": true,\n        \"website\": \"TestVendor123\",\n        \"country\": null,\n        \"type_of_vendor\": \"dropshipper\",\n        \"invoice_message_2\": null,\n        \"title\": \"TestVendor123\",\n        \"parent_id\": 229118,\n        \"extra_information\": null,\n        \"invoice_date\": \"invoice_creation_date\",\n        \"number_of_digits\": \"0\",\n        \"invoice_message_1\": null,\n        \"created_by\": null,\n        \"updated_by\": 32786,\n        \"invoice_contact_name\": \"TestVendor123\",\n        \"invoice_address_1\": null,\n        \"invoice_address_2\": null,\n        \"invoice_postal_code\": null,\n        \"invoice_city\": null,\n        \"invoice_phone_number\": null,\n        \"invoice_tin\": null,\n        \"timezone\": \"Asia/Kolkata\",\n        \"hand_delivered_enabled\": true,\n        \"other_courier_partner_enabled\": true,\n        \"billing_address_same_as_company_details\": true,\n        \"deactivated_at\": null,\n        \"state_code\": null,\n        \"automatically_sync_vendor_name_from_store\": true,\n        \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n        \"automatically_route_all_orders_to_vendor_dashboard\": true,\n        \"order_confirmation_before_routing_orders_to_vendor_dashboard\": false,\n        \"correct_all_errors_in_order\": false,\n        \"generate_shipping_labels_for_orders\": false,\n        \"generate_invoices_for_dropship_orders\": false,\n        \"can_vendor_enable_disable_product\": false,\n        \"can_vendor_edit_quantity_product\": false,\n        \"can_vendor_edit_weight_dimension_product\": false,\n        \"can_vendor_edit_tax_product\": false,\n        \"set_vendor_level_commission\": false,\n        \"commission\": null,\n        \"discount_shared_by_vendor\": null,\n        \"commission_calculated_on_product_price_discounted_price\": null,\n        \"set_vendor_level_shared_discount\": false,\n        \"set_vendor_level_commissoin_calculated_on\": false,\n        \"use_shop_channel_values_to_set_commission\": true,\n        \"can_vendor_generate_invoice\": false,\n        \"can_vendor_process_shippings\": false,\n        \"can_vendor_edit_hsn_tax\": false,\n        \"can_vendor_add_courier_provider\": false,\n        \"default_vendor_type\": \"dropshipper\",\n        \"no_of_deciaml_digits\": 2,\n        \"credits\": 0,\n        \"plan_id\": null,\n        \"requested_plan_id\": null,\n        \"override_invoice_permissions\": false,\n        \"override_product_permissions\": false,\n        \"override_order_routing_permissions\": false,\n        \"override_shipping_permissions\": false,\n        \"slug\": \"testvendor123-241267\",\n        \"commission_calculated_tax_type\": \"exclusive_of_tax\",\n        \"shipping_charge_commission_type\": \"fixed\",\n        \"shipping_charge_commission\": 0,\n        \"override_commission_calculated_tax_type\": false,\n        \"override_shipping_charge_commission_type\": false,\n        \"override_shipping_charge_commission\": 0,\n        \"auto_email_to_vendor\": false,\n        \"fixed_commission\": 0,\n        \"service_charge\": 0,\n        \"can_vendor_edit_price\": false,\n        \"can_vendor_delete_product\": false,\n        \"show_logo_in_awb\": false,\n        \"hide_pick_address_in_awb\": true,\n        \"hide_customer_info_in_awb\": true,\n        \"hide_price_in_awb\": false,\n        \"hide_customer_information_on_vendor_dashboards\": false,\n        \"allow_merchant_to_generate_invoice\": false,\n        \"show_merchant_logo_in_invoice\": false,\n        \"locale\": \"en\",\n        \"use_custom_waybill\": false,\n        \"redirect_url\": \"dashboard\",\n        \"invoice_state_code\": null,\n        \"invoice_country_code\": null,\n        \"stripe_account_id\": null,\n        \"url_to_redirect_vendor_is_registered\": null,\n        \"enable_app_shipping_profile_on_shopify\": null,\n        \"policy\": null,\n        \"css\": null,\n        \"vendor_profile_color\": \"#f18024\",\n        \"about_us\": null,\n        \"facebook_link\": null,\n        \"twitter_link\": null,\n        \"instagram_link\": null,\n        \"auto_fulfill_digital_orders\": false,\n        \"use_default_warehouse_for_all_orders\": false,\n        \"invoice_label_header_title\": null,\n        \"invoice_place_of_supply\": null,\n        \"invoice_cin_key_title\": null,\n        \"invoice_cin\": null,\n        \"give_vendor_access_to_merchant_shipper\": false,\n        \"auto_generate_order_invoices_to_customers\": false,\n        \"auto_email_order_invoices_to_customers\": false,\n        \"treat_manual_payment_mode_as_cod\": false,\n        \"fulfill_order_after_confirm\": false,\n        \"add_notes_before_confirming_orders\": false,\n        \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n        \"note_at_the_top_of_invoice\": null,\n        \"vendor_shop_id\": 631,\n        \"vendor_category\": null,\n        \"vendor_location\": null,\n        \"short_description\": null,\n        \"display_vendor_category\": false,\n        \"display_vendor_location\": false,\n        \"display_vendor_short_description\": false,\n        \"name_of_the_vendor_listing_page\": null,\n        \"sync_settings\": {\n            \"update_settings\": {\n                \"sku\": true,\n                \"tags\": false,\n                \"media\": false,\n                \"price\": true,\n                \"title\": false,\n                \"weight\": true,\n                \"barcode\": true,\n                \"quantity\": true,\n                \"description\": false,\n                \"product_type\": false,\n                \"variant_name\": true,\n                \"publish_status\": false,\n                \"compare_at_price\": true,\n                \"charge_tax_on_product\": true,\n                \"hsn_code_and_country_of_origin\": false,\n                \"track_quantity_and_continue_selling_when_out_of_stock\": true\n            },\n            \"create_settings\": {\n                \"sku\": true,\n                \"tags\": false,\n                \"media\": false,\n                \"price\": true,\n                \"title\": true,\n                \"weight\": true,\n                \"barcode\": true,\n                \"quantity\": true,\n                \"description\": false,\n                \"product_type\": false,\n                \"variant_name\": true,\n                \"publish_status\": false,\n                \"compare_at_price\": true,\n                \"charge_tax_on_product\": true,\n                \"hsn_code_and_country_of_origin\": true,\n                \"track_quantity_and_continue_selling_when_out_of_stock\": true\n            },\n            \"override_product_status_at_create\": false,\n            \"product_status\": \"as_per_vendor_product\",\n            \"enable_order_sync\": true,\n            \"push_only_if_order_paid\": true,\n            \"push_unsynced_product_order\": false,\n            \"auto_variants\": true,\n            \"strictKeyCheck\": false,\n            \"on_product_delete\": \"delete_on_destination\",\n            \"on_product_unmapped\": \"delete_on_destination\",\n            \"auto_add_variant\": true,\n            \"auto_remove_variant\": true\n        },\n        \"override_hide_customer_information_permissions\": false,\n        \"can_vendor_cancel_an_order\": false,\n        \"hide_shipping_charges\": false,\n        \"add_insurance_to_shipment\": 0,\n        \"meta_title\": null,\n        \"registration_link\": null,\n        \"auto_approval_of_products_from_vendor\": false,\n        \"ignore_selling_price_for_commission\": 0,\n        \"shipping_label_check\": {\n            \"email\": false,\n            \"phone\": false,\n            \"address_line_1\": false,\n            \"address_line_2\": false,\n            \"address_line_1_minimum\": null,\n            \"address_line_1_maximum\": null,\n            \"address_line_2_minimum\": null,\n            \"address_line_2_maximum\": null\n        },\n        \"shipping_label_size\": null,\n        \"paypal_email\": null,\n        \"use_custom_email_driver\": false,\n        \"ignore_order_splitting\": false,\n        \"hide_customer_information_on_vendor_dashboard\": {\n            \"name\": true,\n            \"phone\": false,\n            \"address\": false,\n            \"email\": false,\n            \"city\": false,\n            \"state\": false\n        },\n        \"hide_customer_information_in_awb\": {\n            \"name\": false,\n            \"phone\": false,\n            \"address\": false,\n            \"email\": false,\n            \"city\": false,\n            \"state\": false,\n            \"line_items\": false,\n            \"vendor_name\": false,\n            \"sku\": false,\n            \"weight_dimension\": false\n        },\n        \"hide_customer_information_in_invoice\": {\n            \"name\": false,\n            \"phone\": false,\n            \"address\": false,\n            \"email\": false,\n            \"city\": false,\n            \"state\": false\n        },\n        \"vendor_profile_settings\": {\n            \"seller_products_tab\": true,\n            \"seller_policy_tab\": true,\n            \"seller_contact_us_tab\": true\n        },\n        \"challan_message_1\": null,\n        \"challan_message_2\": null,\n        \"challan_prefix\": null,\n        \"challan_number_same_as_invoice_number\": true,\n        \"default_label_size_for_all_vendors\": false,\n        \"hide_customer_information_in_export\": {\n            \"name\": true,\n            \"phone\": false,\n            \"address\": false,\n            \"email\": false,\n            \"city\": false,\n            \"state\": false\n        },\n        \"product_permissions\": null,\n        \"hide_product_details_in_awb\": false,\n        \"hide_invoice_details_in_awb\": false,\n        \"company_note\": null,\n        \"meta_data\": null,\n        \"color_theme_field\": null,\n        \"change_tracking_url\": false,\n        \"ship_to_address_as_merchants_default_warehouse\": false,\n        \"can_vendor_hold_an_order\": false,\n        \"handle_out_of_stock_products\": null,\n        \"allow_vendors_to_change_vendor_profile_details\": false,\n        \"whatsapp_account\": null,\n        \"vendor_profile_theme_choosen\": \"theme-1\",\n        \"whatsapp_credit\": 100,\n        \"test_whatsapp_number\": null,\n        \"spoc_email_sending_method\": null,\n        \"connected_vendor_shops\": null,\n        \"events\": null,\n        \"commission_automation_set\": null,\n        \"auto_confirmation_using_tags_settings\": {\n            \"tags_settings_status\": false,\n            \"paid\": false,\n            \"tags_for_paid\": [],\n            \"cod_or_partially_paid\": false,\n            \"tags_for_cod_or_partially_paid\": [],\n            \"Exceptions_for_paid\": false,\n            \"Exceptions_for_paid_tags\": [],\n            \"Exceptions_for_cod_or_partially_paid\": false,\n            \"Exceptions_for_cod_or_partially_paid_tags\": []\n        },\n        \"preferred_location\": null,\n        \"email_credit\": 1000,\n        \"tracking_placeholder\": null,\n        \"video_url\": null,\n        \"pickup_option_at_checkout\": null,\n        \"default_product_sorting_method\": null,\n        \"logo\": null,\n        \"logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n        \"is_general_setting_done\": true,\n        \"is_invoice_setting_done\": true,\n        \"is_label_setting_done\": false,\n        \"is_gst_enabled\": false,\n        \"billing_detail\": \"\",\n        \"warehouse_address\": \"</br>\",\n        \"contact_information\": \"TestVendor123</br>vatsal.shipturtle@gmail.com</br>\",\n        \"status\": \"Active\",\n        \"global_commission\": null,\n        \"global_discount_shared_by_vendor\": \"0\",\n        \"global_commission_calculated_on_product_price_discounted_price\": \"on_product_price\",\n        \"global_commission_calculated_tax_type\": \"exclusive_of_tax\",\n        \"global_shipping_charge_commission_type\": \"fixed\",\n        \"global_shipping_charge_commission\": 0,\n        \"global_fixed_commission\": 0,\n        \"is_drop_shipper\": true,\n        \"state\": null,\n        \"first_email\": [\n            \"vatsal.shipturtle@gmail.com\"\n        ],\n        \"invoice_state\": null,\n        \"banner\": null,\n        \"banner_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n        \"frontend_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n        \"navbar_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n        \"email_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n        \"invoice_country_detail\": null,\n        \"commission_tags\": null,\n        \"parent\": {\n            \"id\": 229118,\n            \"company_name\": \"company name65\",\n            \"brand_name\": \"Brand name53\",\n            \"company_logo\": null,\n            \"contact_name\": \"Test26\",\n            \"phone_number\": \"9999999999\",\n            \"email\": \"tech@shipturtle.com\",\n            \"address_line_1\": \"Address56\",\n            \"address_line_2\": \"Address78\",\n            \"pin_code\": null,\n            \"city\": null,\n            \"created_at\": \"2023-10-26T07:28:11.000000Z\",\n            \"updated_at\": \"2024-02-28T07:07:39.000000Z\",\n            \"state_id\": null,\n            \"gstin_number\": null,\n            \"invoice_prefix\": null,\n            \"starting_invoice_number\": \"38\",\n            \"terms_and_conditions\": null,\n            \"bank_account_beneficiary_name\": null,\n            \"bank_account_name\": null,\n            \"ifsc_code\": null,\n            \"label_company_name\": null,\n            \"label_contact_name\": null,\n            \"label_phone\": null,\n            \"label_email_address\": null,\n            \"label_address_line_1\": null,\n            \"label_address_line_2\": null,\n            \"label_pin_code\": null,\n            \"label_city\": null,\n            \"label_state\": null,\n            \"signature\": null,\n            \"currency\": \"INR\",\n            \"weight\": null,\n            \"measurement\": null,\n            \"gst_enabled\": false,\n            \"override_channel_product_weight_enabled\": true,\n            \"label_details_same_as_company\": true,\n            \"multi_vendor_invoicing_enabled\": false,\n            \"multi_vendor_shipping_enabled\": false,\n            \"is_master\": \"1\",\n            \"invoice_number_same_as_order_number\": true,\n            \"enable_disable_cod_reconciliation\": false,\n            \"enable_disable_freight_reconciliation\": false,\n            \"cod_tolerance\": null,\n            \"freight_tolerance\": null,\n            \"is_multi_vendor_enabled\": true,\n            \"invoice_message\": null,\n            \"inclusive_exclusive\": null,\n            \"is_tax_on_shipping\": \"no\",\n            \"tax_on_shipping\": null,\n            \"primary_color\": \"#f18024\",\n            \"secondary_color\": null,\n            \"display_hsn\": true,\n            \"website\": \"https://test32.com\",\n            \"country\": \"KE\",\n            \"type_of_vendor\": \"marketplace\",\n            \"invoice_message_2\": null,\n            \"title\": \"Integration-Testing-PHP\",\n            \"parent_id\": 229118,\n            \"extra_information\": null,\n            \"invoice_date\": \"invoice_creation_date\",\n            \"number_of_digits\": \"0\",\n            \"invoice_message_1\": null,\n            \"created_by\": null,\n            \"updated_by\": 32786,\n            \"invoice_contact_name\": \"Test26\",\n            \"invoice_address_1\": \"Address56\",\n            \"invoice_address_2\": \"Address78\",\n            \"invoice_postal_code\": null,\n            \"invoice_city\": null,\n            \"invoice_phone_number\": \"9999999999\",\n            \"invoice_tin\": null,\n            \"timezone\": \"Pacific/Marquesas\",\n            \"hand_delivered_enabled\": true,\n            \"other_courier_partner_enabled\": true,\n            \"billing_address_same_as_company_details\": true,\n            \"deactivated_at\": null,\n            \"state_code\": \"41\",\n            \"automatically_sync_vendor_name_from_store\": true,\n            \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n            \"automatically_route_all_orders_to_vendor_dashboard\": true,\n            \"order_confirmation_before_routing_orders_to_vendor_dashboard\": false,\n            \"correct_all_errors_in_order\": false,\n            \"generate_shipping_labels_for_orders\": false,\n            \"generate_invoices_for_dropship_orders\": false,\n            \"can_vendor_enable_disable_product\": false,\n            \"can_vendor_edit_quantity_product\": false,\n            \"can_vendor_edit_weight_dimension_product\": false,\n            \"can_vendor_edit_tax_product\": false,\n            \"set_vendor_level_commission\": false,\n            \"commission\": null,\n            \"discount_shared_by_vendor\": \"0\",\n            \"commission_calculated_on_product_price_discounted_price\": \"on_product_price\",\n            \"set_vendor_level_shared_discount\": false,\n            \"set_vendor_level_commissoin_calculated_on\": false,\n            \"use_shop_channel_values_to_set_commission\": true,\n            \"can_vendor_generate_invoice\": true,\n            \"can_vendor_process_shippings\": true,\n            \"can_vendor_edit_hsn_tax\": true,\n            \"can_vendor_add_courier_provider\": true,\n            \"default_vendor_type\": \"dropshipper\",\n            \"no_of_deciaml_digits\": 2,\n            \"credits\": 2987,\n            \"plan_id\": 2248,\n            \"requested_plan_id\": null,\n            \"override_invoice_permissions\": false,\n            \"override_product_permissions\": false,\n            \"override_order_routing_permissions\": false,\n            \"override_shipping_permissions\": false,\n            \"slug\": \"integration-testing-php-229118\",\n            \"commission_calculated_tax_type\": \"exclusive_of_tax\",\n            \"shipping_charge_commission_type\": \"fixed\",\n            \"shipping_charge_commission\": 0,\n            \"override_commission_calculated_tax_type\": false,\n            \"override_shipping_charge_commission_type\": false,\n            \"override_shipping_charge_commission\": 0,\n            \"auto_email_to_vendor\": true,\n            \"fixed_commission\": 0,\n            \"service_charge\": 0,\n            \"can_vendor_edit_price\": false,\n            \"can_vendor_delete_product\": false,\n            \"show_logo_in_awb\": false,\n            \"hide_pick_address_in_awb\": true,\n            \"hide_customer_info_in_awb\": true,\n            \"hide_price_in_awb\": false,\n            \"hide_customer_information_on_vendor_dashboards\": false,\n            \"allow_merchant_to_generate_invoice\": false,\n            \"show_merchant_logo_in_invoice\": false,\n            \"locale\": \"en\",\n            \"use_custom_waybill\": false,\n            \"redirect_url\": \"dashboard\",\n            \"invoice_state_code\": \"41\",\n            \"invoice_country_code\": \"KE\",\n            \"stripe_account_id\": null,\n            \"url_to_redirect_vendor_is_registered\": null,\n            \"enable_app_shipping_profile_on_shopify\": \"3rd_party_shipping_rate\",\n            \"policy\": null,\n            \"css\": null,\n            \"vendor_profile_color\": \"#f18024\",\n            \"about_us\": null,\n            \"facebook_link\": null,\n            \"twitter_link\": null,\n            \"instagram_link\": null,\n            \"auto_fulfill_digital_orders\": false,\n            \"use_default_warehouse_for_all_orders\": false,\n            \"invoice_label_header_title\": null,\n            \"invoice_place_of_supply\": null,\n            \"invoice_cin_key_title\": null,\n            \"invoice_cin\": null,\n            \"give_vendor_access_to_merchant_shipper\": false,\n            \"auto_generate_order_invoices_to_customers\": false,\n            \"auto_email_order_invoices_to_customers\": true,\n            \"treat_manual_payment_mode_as_cod\": false,\n            \"fulfill_order_after_confirm\": false,\n            \"add_notes_before_confirming_orders\": false,\n            \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n            \"note_at_the_top_of_invoice\": null,\n            \"vendor_shop_id\": 631,\n            \"vendor_category\": null,\n            \"vendor_location\": null,\n            \"short_description\": null,\n            \"display_vendor_category\": false,\n            \"display_vendor_location\": false,\n            \"display_vendor_short_description\": false,\n            \"name_of_the_vendor_listing_page\": null,\n            \"sync_settings\": {\n                \"update_settings\": {\n                    \"sku\": true,\n                    \"tags\": false,\n                    \"media\": false,\n                    \"price\": true,\n                    \"title\": false,\n                    \"weight\": true,\n                    \"barcode\": true,\n                    \"quantity\": true,\n                    \"description\": false,\n                    \"product_type\": false,\n                    \"variant_name\": true,\n                    \"publish_status\": false,\n                    \"compare_at_price\": true,\n                    \"charge_tax_on_product\": true,\n                    \"hsn_code_and_country_of_origin\": false,\n                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                },\n                \"create_settings\": {\n                    \"sku\": true,\n                    \"tags\": false,\n                    \"media\": false,\n                    \"price\": true,\n                    \"title\": true,\n                    \"weight\": true,\n                    \"barcode\": true,\n                    \"quantity\": true,\n                    \"description\": false,\n                    \"product_type\": false,\n                    \"variant_name\": true,\n                    \"publish_status\": false,\n                    \"compare_at_price\": true,\n                    \"charge_tax_on_product\": true,\n                    \"hsn_code_and_country_of_origin\": true,\n                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                },\n                \"override_product_status_at_create\": false,\n                \"product_status\": \"as_per_vendor_product\",\n                \"enable_order_sync\": true,\n                \"push_only_if_order_paid\": true,\n                \"push_unsynced_product_order\": false,\n                \"auto_variants\": true,\n                \"strictKeyCheck\": false,\n                \"on_product_delete\": \"delete_on_destination\",\n                \"on_product_unmapped\": \"delete_on_destination\",\n                \"auto_add_variant\": true,\n                \"auto_remove_variant\": true\n            },\n            \"override_hide_customer_information_permissions\": false,\n            \"can_vendor_cancel_an_order\": false,\n            \"hide_shipping_charges\": false,\n            \"add_insurance_to_shipment\": 0,\n            \"meta_title\": null,\n            \"registration_link\": null,\n            \"auto_approval_of_products_from_vendor\": false,\n            \"ignore_selling_price_for_commission\": 0,\n            \"shipping_label_check\": {\n                \"email\": false,\n                \"phone\": false,\n                \"address_line_1\": false,\n                \"address_line_2\": false,\n                \"address_line_1_minimum\": null,\n                \"address_line_1_maximum\": null,\n                \"address_line_2_minimum\": null,\n                \"address_line_2_maximum\": null\n            },\n            \"shipping_label_size\": null,\n            \"paypal_email\": null,\n            \"use_custom_email_driver\": false,\n            \"ignore_order_splitting\": false,\n            \"hide_customer_information_on_vendor_dashboard\": {\n                \"name\": true,\n                \"phone\": false,\n                \"address\": false,\n                \"email\": false,\n                \"city\": false,\n                \"state\": false\n            },\n            \"hide_customer_information_in_awb\": {\n                \"name\": false,\n                \"phone\": false,\n                \"address\": false,\n                \"email\": false,\n                \"city\": false,\n                \"state\": false,\n                \"line_items\": false,\n                \"vendor_name\": false,\n                \"sku\": false,\n                \"weight_dimension\": false\n            },\n            \"hide_customer_information_in_invoice\": {\n                \"name\": false,\n                \"phone\": false,\n                \"address\": false,\n                \"email\": false,\n                \"city\": false,\n                \"state\": false\n            },\n            \"vendor_profile_settings\": {\n                \"seller_products_tab\": true,\n                \"seller_policy_tab\": true,\n                \"seller_contact_us_tab\": true,\n                \"seller_reviews_tab\": \"false\"\n            },\n            \"challan_message_1\": null,\n            \"challan_message_2\": null,\n            \"challan_prefix\": null,\n            \"challan_number_same_as_invoice_number\": true,\n            \"default_label_size_for_all_vendors\": false,\n            \"hide_customer_information_in_export\": {\n                \"name\": true,\n                \"phone\": false,\n                \"address\": false,\n                \"email\": false,\n                \"city\": false,\n                \"state\": false\n            },\n            \"product_permissions\": null,\n            \"hide_product_details_in_awb\": false,\n            \"hide_invoice_details_in_awb\": false,\n            \"company_note\": null,\n            \"meta_data\": null,\n            \"color_theme_field\": \"light.blue\",\n            \"change_tracking_url\": false,\n            \"ship_to_address_as_merchants_default_warehouse\": false,\n            \"can_vendor_hold_an_order\": false,\n            \"handle_out_of_stock_products\": null,\n            \"allow_vendors_to_change_vendor_profile_details\": false,\n            \"whatsapp_account\": null,\n            \"vendor_profile_theme_choosen\": \"theme-1\",\n            \"whatsapp_credit\": 100,\n            \"test_whatsapp_number\": null,\n            \"spoc_email_sending_method\": null,\n            \"connected_vendor_shops\": [\n                \"v-sync-test.myshopify.com\",\n                \"https://st-wpdemo.com/vendorsyncwp/\",\n                \"https://hexagon-gar-5myy.squarespace.com\",\n                \"https://silver-radish-e3hb.squarespace.com\",\n                \"https://rabbit-denim-3rwd.squarespace.com\",\n                \"https://silver-radish-e3hb.squarespace.com\"\n            ],\n            \"events\": null,\n            \"commission_automation_set\": null,\n            \"auto_confirmation_using_tags_settings\": {\n                \"tags_settings_status\": false,\n                \"paid\": false,\n                \"tags_for_paid\": [],\n                \"cod_or_partially_paid\": false,\n                \"tags_for_cod_or_partially_paid\": [],\n                \"Exceptions_for_paid\": false,\n                \"Exceptions_for_paid_tags\": [],\n                \"Exceptions_for_cod_or_partially_paid\": false,\n                \"Exceptions_for_cod_or_partially_paid_tags\": []\n            },\n            \"preferred_location\": null,\n            \"email_credit\": 4023,\n            \"tracking_placeholder\": null,\n            \"video_url\": null,\n            \"pickup_option_at_checkout\": null,\n            \"default_product_sorting_method\": null,\n            \"logo\": null,\n            \"logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n            \"is_general_setting_done\": true,\n            \"is_invoice_setting_done\": true,\n            \"is_label_setting_done\": false,\n            \"is_gst_enabled\": false,\n            \"billing_detail\": \"Tharaka Nithi County</br>Kenya\",\n            \"warehouse_address\": \"</br>KE\",\n            \"contact_information\": \"Test26</br>9999999999</br>tech@shipturtle.com</br>\",\n            \"status\": \"Active\",\n            \"global_commission\": null,\n            \"global_discount_shared_by_vendor\": \"0\",\n            \"global_commission_calculated_on_product_price_discounted_price\": \"on_product_price\",\n            \"global_commission_calculated_tax_type\": \"exclusive_of_tax\",\n            \"global_shipping_charge_commission_type\": \"fixed\",\n            \"global_shipping_charge_commission\": 0,\n            \"global_fixed_commission\": 0,\n            \"is_drop_shipper\": false,\n            \"state\": {\n                \"id\": 2024,\n                \"code\": \"41\",\n                \"tin\": null,\n                \"title\": \"Tharaka Nithi County\",\n                \"created_at\": \"2020-08-26T03:11:20.000000Z\",\n                \"updated_at\": \"2020-08-26T03:11:20.000000Z\",\n                \"deleted_at\": null,\n                \"country_code\": \"KE\"\n            },\n            \"first_email\": [\n                \"tech@shipturtle.com\"\n            ],\n            \"invoice_state\": {\n                \"id\": 2024,\n                \"code\": \"41\",\n                \"tin\": null,\n                \"title\": \"Tharaka Nithi County\",\n                \"created_at\": \"2020-08-26T03:11:20.000000Z\",\n                \"updated_at\": \"2020-08-26T03:11:20.000000Z\",\n                \"deleted_at\": null,\n                \"country_code\": \"KE\"\n            },\n            \"banner\": null,\n            \"banner_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n            \"frontend_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n            \"navbar_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n            \"email_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n            \"invoice_country_detail\": {\n                \"id\": 111,\n                \"name\": \"Kenya\",\n                \"code\": \"KE\",\n                \"dial_code\": \"+254\",\n                \"currency_name\": \"Kenyan shilling\",\n                \"currency_symbol\": \"Sh\",\n                \"currency_code\": \"KES\",\n                \"created_at\": null,\n                \"updated_at\": null,\n                \"name_with_symbole\": \"Kenyan shilling - Sh\"\n            },\n            \"commission_tags\": null,\n            \"media\": [],\n            \"country_detail\": {\n                \"id\": 111,\n                \"name\": \"Kenya\",\n                \"code\": \"KE\",\n                \"dial_code\": \"+254\",\n                \"currency_name\": \"Kenyan shilling\",\n                \"currency_symbol\": \"Sh\",\n                \"currency_code\": \"KES\",\n                \"created_at\": null,\n                \"updated_at\": null,\n                \"name_with_symbole\": \"Kenyan shilling - Sh\"\n            }\n        },\n        \"media\": []\n    },\n    \"inventory_item\": {\n        \"id\": 13596209,\n        \"sku\": \"SQ0038322\",\n        \"requires_shipping\": true,\n        \"cost\": \"0.00\",\n        \"admin_graphql_api_id\": \"gid://shopify/InventoryItem/50238024122643\",\n        \"created_at\": \"2024-02-26T10:14:12.000000Z\",\n        \"updated_at\": \"2024-02-26T10:14:12.000000Z\",\n        \"shop_id\": 4773,\n        \"channel_id\": \"50238024122643\",\n        \"variant_id\": null,\n        \"channel\": null,\n        \"country_harmonized_system_codes\": null,\n        \"harmonized_system_code\": null,\n        \"deleted_at\": null\n    }\n}"}],"_postman_id":"f97a278c-ea74-4315-a212-e29065f4c11c"}],"id":"2cf9e793-ea87-4a30-9724-b8d21f898c00","_postman_id":"2cf9e793-ea87-4a30-9724-b8d21f898c00","description":""},{"name":"Categories","item":[{"name":"create-category","id":"d128542d-5162-49ee-a1da-ce7d4014e040","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"title","value":"shipturtle","description":"<p>It is a title of category </p>\n","type":"text"},{"key":"fixed_commission","value":"0","description":"<p>fixed commision by default 0</p>\n","type":"text"},{"key":"override_commission","value":"false","description":"<p>override commision by default false</p>\n","type":"text"},{"key":"shop_id","value":"4147","description":"<p>shop id </p>\n","type":"text"}]},"url":"https://api.shipturtle.com/api/v1/product-type","description":"<h3 id=\"add-product-type\">Add Product Type</h3>\n<p>This API endpoint is used to add a new product type with specific details. A form-data body including several parameters, including title, fixed bcommission, override commission and shop id should be sent in the request.</p>\n<h3 id=\"status-code\">Status code</h3>\n<p>200 - Success / OK</p>\n<p>201 - Created</p>\n<p>202 - Accepted</p>\n<p>204 - No Content</p>\n<p>400 - Bad request</p>\n<p>401 - Unauthorized error</p>\n<p>500 - Internal server error</p>\n","urlObject":{"protocol":"https","path":["api","v1","product-type"],"host":["api","shipturtle","com"],"query":[],"variable":[]}},"response":[{"id":"b673d6f7-922f-4bcb-b9ca-a177a2850193","name":"create-category","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"title","value":"shipturtle","description":"Title of category ","type":"text"},{"key":"fixed_commission","value":"0","description":"fixed commision amount","type":"text"},{"key":"override_commission","value":"false","description":"flag indicates whether to override global commision","type":"text"},{"key":"shop_id","value":"4147","description":"shop id ","type":"text"}]},"url":"https://api.shipturtle.com/api/v1/product-type"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 22 Dec 2023 10:29:26 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"Vary","value":"Origin,Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"available\": false,\n    \"data\": {\n        \"title\": \"shipturtle\",\n        \"shop_id\": \"4147\",\n        \"channel\": \"shopify\",\n        \"updated_at\": \"2023-12-22T10:29:26.000000Z\",\n        \"created_at\": \"2023-12-22T10:29:26.000000Z\",\n        \"id\": 147651,\n        \"overridden_commission_level\": \"global\",\n        \"overridden_commission\": \"15\",\n        \"overridden_fixed_commission\": 10,\n        \"global_commission_level\": \"global\",\n        \"global_commission\": \"15\",\n        \"global_fixed_commission\": 10\n    }\n}"}],"_postman_id":"d128542d-5162-49ee-a1da-ce7d4014e040"},{"name":"update-category","id":"4f551c25-bcec-4799-8829-1d3bba0e097c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"_method","value":"PUT","description":"<p>This fields used for api method </p>\n","type":"text"},{"key":"commission","value":"20","description":"<p>commision in percentage </p>\n","type":"text"},{"key":"fixed_commission","value":"20","description":"<p>Fixed commision Amount</p>\n","type":"text"},{"key":"override_commission","value":"true","description":"<p>override commision</p>\n","type":"text"},{"key":"id","value":"147650","description":"<p>ID of categpry to be updated</p>\n","type":"text"}]},"url":"https://api.shipturtle.com/api/v1/product-type/147650","description":"<h3 id=\"add-product-type\">Add Product Type</h3>\n<p>This endpoint allows you to update a category details.</p>\n<h3 id=\"status-code\">Status code</h3>\n<p>200 - Success / OK</p>\n<p>201 - Created</p>\n<p>202 - Accepted</p>\n<p>204 - No Content</p>\n<p>400 - Bad request</p>\n<p>401 - Unauthorized error</p>\n<p>500 - Internal server error</p>\n","urlObject":{"protocol":"https","path":["api","v1","product-type","147650"],"host":["api","shipturtle","com"],"query":[],"variable":[]}},"response":[{"id":"547fbdad-61ea-4e4e-8b99-89415adc74fd","name":"update-category","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"_method","value":"PUT","description":"This fields used for api method ","type":"text"},{"key":"commissiona","value":"20","description":"commision ","type":"text"},{"key":"fixed_commission","value":"20","description":"Fixed commision","type":"text"},{"key":"override_commission","value":"true","description":"override commision","type":"text"},{"key":"id","value":"147650","description":"This field includes inputs for Category id ","type":"text"}]},"url":"https://api.shipturtle.com/api/v1/product-type/147650"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 22 Dec 2023 10:46:00 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"Vary","value":"Origin,Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 147650,\n        \"channel\": \"shopify\",\n        \"shop_id\": 4147,\n        \"title\": \"qwe\",\n        \"commission\": \"20\",\n        \"created_at\": \"2023-12-22T10:23:50.000000Z\",\n        \"updated_at\": \"2023-12-22T10:35:27.000000Z\",\n        \"fixed_commission\": \"20\",\n        \"override_commission\": true,\n        \"overridden_commission_level\": \"category\",\n        \"overridden_commission\": \"20\",\n        \"overridden_fixed_commission\": \"20\",\n        \"global_commission_level\": \"global\",\n        \"global_commission\": \"15\",\n        \"global_fixed_commission\": 10\n    }\n}"}],"_postman_id":"4f551c25-bcec-4799-8829-1d3bba0e097c"},{"name":"fetch-all-categories","id":"d12e86ec-d245-4ec1-9600-e5d4045290e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.shipturtle.com/api/v1/product-type/fetch?query={\"title\":\"shipturtle\"}&limit=10&ascending=1&page=1&byColumn=1","description":"<p>The Shipturtle API's categories are fetched via an HTTP GET request sent by this API endpoint. In addition to specifying the page and column where the data is to be retrieved, the request also includes a query parameter like title is \"shipturtle\" and a limit of 10 in ascending order.</p>\n<h3 id=\"status-code\">Status code</h3>\n<p>200 - Success / OK</p>\n<p>201 - Created</p>\n<p>202 - Accepted</p>\n<p>204 - No Content</p>\n<p>400 - Bad request</p>\n<p>401 - Unauthorized error</p>\n<p>500 - Internal server error</p>\n","urlObject":{"protocol":"https","path":["api","v1","product-type","fetch"],"host":["api","shipturtle","com"],"query":[{"description":{"content":"<p>Filter inputs for Category Title is included in this field</p>\n","type":"text/plain"},"key":"query","value":"{\"title\":\"shipturtle\"}"},{"description":{"content":"<p>defines the most records that can appear on a single page of a paginated response</p>\n","type":"text/plain"},"key":"limit","value":"10"},{"description":{"content":"<p>used to regulate the records sorting order. Put the value in <code>0</code> for descending order and <code>1</code> for ascending order</p>\n","type":"text/plain"},"key":"ascending","value":"1"},{"description":{"content":"<p>gives the paginated response's page number</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>The column name that will be used to sort the orders. 1 means there is no sorting</p>\n","type":"text/plain"},"key":"byColumn","value":"1"}],"variable":[]}},"response":[{"id":"339bbeab-b183-4a90-b685-fe1d19482272","name":"fetch-all-categories","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.shipturtle.com/api/v1/product-type/fetch?query={\"title\":\"shipturtle\"}&limit=10&ascending=1&page=1&byColumn=1","protocol":"https","host":["api","shipturtle","com"],"path":["api","v1","product-type","fetch"],"query":[{"key":"query","value":"{\"title\":\"shipturtle\"}","description":"Filter inputs for Category Title is included in this field"},{"key":"limit","value":"10","description":"defines the most records that can appear on a single page of a paginated response"},{"key":"ascending","value":"1","description":"used to regulate the records sorting order. Put the value in `0` for descending order and `1` for ascending order"},{"key":"page","value":"1","description":"gives the paginated response's page number"},{"key":"byColumn","value":"1","description":"The column name that will be used to sort the orders. 1 means there is no sorting"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 22 Dec 2023 10:50:31 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"Vary","value":"Origin,Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 147651,\n            \"channel\": \"shopify\",\n            \"shop_id\": 4147,\n            \"title\": \"shipturtle\",\n            \"commission\": null,\n            \"created_at\": \"2023-12-22T10:29:26.000000Z\",\n            \"updated_at\": \"2023-12-22T10:29:26.000000Z\",\n            \"fixed_commission\": 0,\n            \"override_commission\": false,\n            \"overridden_commission_level\": \"global\",\n            \"overridden_commission\": \"15\",\n            \"overridden_fixed_commission\": 10,\n            \"global_commission_level\": \"global\",\n            \"global_commission\": \"15\",\n            \"global_fixed_commission\": 10,\n            \"shop\": {\n                \"id\": 4147,\n                \"shopify_domain\": \"violetplants.myshopify.com\",\n                \"shopify_token\": null,\n                \"created_at\": \"2023-07-13T10:19:49.000000Z\",\n                \"updated_at\": \"2023-12-22T00:06:52.000000Z\",\n                \"grandfathered\": false,\n                \"deleted_at\": null,\n                \"namespace\": null,\n                \"plan_id\": 621,\n                \"freemium\": false,\n                \"name\": \"violetplants\",\n                \"email\": \"violetplants123@gmail.com\",\n                \"province\": \"WB\",\n                \"country\": {\n                    \"id\": 98,\n                    \"name\": \"India\",\n                    \"code\": \"IN\",\n                    \"dial_code\": \"+91\",\n                    \"currency_name\": \"Indian rupee\",\n                    \"currency_symbol\": \"Rs.\",\n                    \"currency_code\": \"INR\",\n                    \"created_at\": null,\n                    \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                    \"name_with_symbole\": \"Indian rupee - Rs.\"\n                },\n                \"address1\": \"123 Old Court House Street Lal Dighi B.B.D. Bagh\",\n                \"zip\": \"700001\",\n                \"city\": \"Kolkata\",\n                \"source\": null,\n                \"phone\": \"12345678\",\n                \"latitude\": \"22.5685769\",\n                \"longitude\": \"88.3492417\",\n                \"primary_locale\": \"en\",\n                \"address2\": \"\",\n                \"country_code\": \"IN\",\n                \"country_name\": \"India\",\n                \"currency\": \"INR\",\n                \"customer_email\": \"violetplants123@gmail.com\",\n                \"timezone\": \"(GMT+05:30) Asia/Kolkata\",\n                \"iana_timezone\": \"Asia/Kolkata\",\n                \"shop_owner\": \"Sharad Kabra\",\n                \"money_format\": \"Rs. {{amount}}\",\n                \"money_with_currency_format\": \"Rs. {{amount}}\",\n                \"weight_unit\": \"gm\",\n                \"province_code\": \"WB\",\n                \"taxes_included\": false,\n                \"tax_shipping\": false,\n                \"county_taxes\": true,\n                \"plan_display_name\": \"Basic Shopify\",\n                \"plan_name\": \"basic\",\n                \"has_discounts\": \"1\",\n                \"has_gift_cards\": \"1\",\n                \"money_in_emails_format\": \"Rs. {{amount}}\",\n                \"money_with_currency_in_emails_format\": \"Rs. {{amount}}\",\n                \"eligible_for_payments\": \"0\",\n                \"requires_extra_payments_agreement\": \"0\",\n                \"primary_location_id\": \"94960419119\",\n                \"multi_location_enabled\": \"1\",\n                \"channel_id\": null,\n                \"company_id\": 212738,\n                \"user_id\": 28343,\n                \"verifying_plan\": 495,\n                \"dimension_unit\": \"inch\",\n                \"override_taxes\": false,\n                \"provider\": \"shopify\",\n                \"maintain_hs_information_in_shipturtle\": false,\n                \"automatically_update_order_status_on_shopify\": true,\n                \"charge_tax\": \"0\",\n                \"enable_tax_on_shipping\": false,\n                \"tax_on_shipping\": 0,\n                \"automatically_update_product_status_on_shopify\": true,\n                \"parent_id\": null,\n                \"setup_pending\": false,\n                \"product_types_sold_on_store\": \"physical_products_only\",\n                \"carrier_service_id\": null,\n                \"extra_info\": \"{\\\"location_sync_status\\\":[true,\\\"2023-05-29 10:50:37\\\"],\\\"product_sync_status\\\":[true,\\\"2023-05-29 10:51:10\\\"],\\\"inventory_level_sync_status\\\":[true,\\\"2023-05-29 10:51:13\\\"],\\\"order_sync_status\\\":[true,\\\"2023-05-29 10:53:11\\\"]}\",\n                \"payment_method_settings\": {\n                    \"0\": null,\n                    \"payu_in_paisa\": \"paid\",\n                    \"cash_on_delivery\": \"paid\",\n                    \"manual\": \"paid\",\n                    \"cashfree\": \"paid\",\n                    \"Cash on Delivery (COD)\": \"cod\",\n                    \"gift_card\": \"paid\",\n                    \"paytm\": \"paid\",\n                    \"stripe\": \"paid\",\n                    \"payu_india\": \"paid\",\n                    \"razorpay_cards_upi_netbanking_wallets_\": \"paid\",\n                    \"neft\": \"paid\",\n                    \"paypal\": \"paid\",\n                    \"shopify_payments\": \"paid\",\n                    \"amazon_payments\": \"paid\",\n                    \"razorpay_all_cards_netbanking_wallets_\": \"paid\",\n                    \"Etsy\": \"paid\",\n                    \"clearpay\": \"paid\",\n                    \"Bank Deposit/Mobile Transfer\": \"paid\",\n                    \"E-Transfer\": \"paid\",\n                    \"cash\": \"cod\",\n                    \"eBay/PayPal\": \"paid\",\n                    \"amazon_marketplace\": \"paid\",\n                    \"ccavenue\": \"paid\",\n                    \"payu_in\": \"paid\",\n                    \"bogus\": \"paid\",\n                    \"\": null,\n                    \"money_order\": \"cod\",\n                    \"bank_deposit\": null\n                },\n                \"enable_payment_settings\": false,\n                \"script_js_id\": \"234600726831\",\n                \"shopify_namespace\": \"shipturtle\",\n                \"password\": \"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\",\n                \"password_updated_at\": \"2023-12-19\",\n                \"domain\": null,\n                \"shopify_freemium\": 0,\n                \"plan_id_onetime\": null,\n                \"shipment_movement\": \"on_shipment\",\n                \"14_day_trial_expired\": true,\n                \"keep_credits\": 0,\n                \"change_base\": 1,\n                \"shop_setup_instructions\": \"{\\\"store_type\\\":\\\"market_place\\\"}\",\n                \"store_setup\": \"{\\\"is_setup_complete\\\":null,\\\"step\\\":\\\"1\\\"}\",\n                \"published_and_unpublished_theme1_code\": \"null\",\n                \"published_and_unpublished_theme1_code_last_version\": \"{\\\"published_theme1_css\\\":\\\"/* The CSS Code you write here will override the default styling.*/\\\\n.u-section-2 .u-product-list {\\\\n    grid-template-columns: 25% 25% 25% 25%;\\\\n    grid-gap: 0px 0px;\\\\n}\\\",\\\"published_theme1_template\\\":{\\\"main_page_template\\\":\\\"<div id=\\\\\\\"vendor-detail-page\\\\\\\">\\\\n    <input type=\\\\\\\"hidden\\\\\\\" id=\\\\\\\"company_id\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\">\\\\n    @if ($company->banner_link)\\\\n    <section class=\\\\\\\"u-clearfix u-section-1 bck-banner-img\\\\\\\" id=\\\\\\\"sec-44b5\\\\\\\" style=\\\\\\\"background-image: url({{$company->banner_link}});\\\\\\\">\\\\n    </section>\\\\n    @endif\\\\n    <div class=\\\\\\\"u-clearfix u-sheet u-valign-middle u-sheet-1\\\\\\\" style=\\\\\\\"min-height: 250px;\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-expanded-width u-gutter-0 u-layout-wrap u-layout-wrap-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-layout\\\\\\\">\\\\n                <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n                    <div class=\\\\\\\"u-align-center u-container-style u-layout-cell u-left-cell u-size-23 u-layout-cell-1\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\" style=\\\\\\\"height:max-content; display: flex; flex-direction: column; align-items: center; padding-right: 4rem; padding-top: 1.5rem;\\\\\\\">\\\\n                            <img alt=\\\\\\\"{{$company->title}}\\\\\\\" class=\\\\\\\"u-image u-image-circle\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\" data-image-width=\\\\\\\"150\\\\\\\" data-image-height=\\\\\\\"150\\\\\\\" style=\\\\\\\"width: 80%;\\\\\\\">\\\\n                            </img>\\\\n                             <div class=\\\\\\\"social-media-links\\\\\\\">\\\\n                            @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                            <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\">\\\\n                                    <svg class=\\\\\\\"u-svg-content\\\\\\\"  x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-0214\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#3B5998\\\\\\\" d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\">\\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-3589\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#55ACEE\\\\\\\" d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\">        \\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-d986\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                        </div>\\\\n                            @if ($parentCompany->display_vendor_location)\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-1\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}\\\\n                            </p>\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                            @endif\\\\n                        </div>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n                            <h2 style=\\\\\\\"margin-bottom: 0;\\\\\\\" class=\\\\\\\"u-text\\\\\\\">{{$company->brand_name}}</h2>\\\\n                            <p class=\\\\\\\"u-text u-text-3\\\\\\\">\\\\n                                {!! $company->about_us !!}\\\\n                            </p>\\\\n                        </div>\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </div>\\\\n    {{-- Tabs --}}\\\\n    <section class=\\\\\\\"u-align-center u-clearfix u-section-2\\\\\\\" id=\\\\\\\"carousel_37bc\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-tab-links-align-justify u-tabs u-tabs-1\\\\\\\" id=\\\\\\\"u-tabs\\\\\\\">\\\\n                <ul class=\\\\\\\"u-tab-list u-unstyled\\\\\\\" role=\\\\\\\"tablist\\\\\\\">\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_products_tab)\\\\n                    <li class=\\\\\\\"u-tab-item\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"active u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-1\\\\\\\" id=\\\\\\\"link-tab-products\\\\\\\" href=\\\\\\\"#tab-products\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-products\\\\\\\" aria-selected=\\\\\\\"true\\\\\\\">Products</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_policy_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-2\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-2\\\\\\\" id=\\\\\\\"link-tab-policy\\\\\\\" href=\\\\\\\"#tab-policy\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-policy\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Policy</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_about_us_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-aboutus\\\\\\\" href=\\\\\\\"#tab-aboutus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-aboutus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">About Us<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_events_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\"\\\\n                             id=\\\\\\\"link-tab-events\\\\\\\" href=\\\\\\\"#tab-events\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-events\\\\\\\"\\\\n                              aria-selected=\\\\\\\"false\\\\\\\">Events<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_contact_us_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-contactus\\\\\\\" href=\\\\\\\"#tab-contactus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-contactus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Contact Us<br>\\\\n                        </a>\\\\n                    </li>\\\\n                    @endif\\\\n                </ul>\\\\n                <div class=\\\\\\\"u-tab-content\\\\\\\">\\\\n                    <div class=\\\\\\\"u-container-style u-tab-active u-tab-pane u-white u-tab-pane-1\\\\\\\" id=\\\\\\\"tab-products\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-products\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-container-style u-tab-pane u-white u-tab-pane-2\\\\\\\" id=\\\\\\\"tab-policy\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-policy\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-aboutus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-aboutus\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-events\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-events\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white u-tab-pane-5\\\\\\\" id=\\\\\\\"tab-contactus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-contactus\\\\\\\">\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </section>\\\\n</div>\\\",\\\"product_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\">\\\\n    <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n        <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.details\\\\\\\", [\\\\\\\"shopDomain\\\\\\\" => $shop->shopify_domain,\\\\n        \\\\\\\"vendorTitle\\\\\\\"=>$vendorTitle, \\\\\\\"action\\\\\\\"=>\\\\\\\"products\\\\\\\"]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" id=\\\\\\\"search_product_form\\\\\\\"\\\\n        class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\"\\\\n        source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: left;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n                <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search Product\\\\\\\" id=\\\\\\\"st_search_product\\\\\\\" name=\\\\\\\"search_product\\\\\\\"\\\\n                class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n                <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$tags}}\\\\\\\" id=\\\\\\\"st_search_product_by_tag\\\\\\\" name=\\\\\\\"search_product_by_tag\\\\\\\">\\\\n            </div>\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: right;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control u-label\\\\\\\" style=\\\\\\\"margin-left: auto;\\\\\\\">Sort By</label>\\\\n                <select name=\\\\\\\"sort_by\\\\\\\" id=\\\\\\\"st_product_list_sort_by\\\\\\\" class=\\\\\\\"filters-toolbar__input\\\\\\\" aria-describedby=\\\\\\\"a11y-refresh-page-message \\\\n                a11y-selection-message\\\\\\\" data-default-sortby=\\\\\\\"title-descending\\\\\\\">\\\\n                    <option value=\\\\\\\"title-ascending\\\\\\\" {{$orderBy == \\\\\\\"title-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, A-Z</option>\\\\n                    <option value=\\\\\\\"title-descending\\\\\\\" {{$orderBy == \\\\\\\"title-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, Z-A</option>\\\\n                    <option value=\\\\\\\"price-ascending\\\\\\\" {{$orderBy == \\\\\\\"price-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price , Low To High</option>\\\\n                    <option value=\\\\\\\"price-descending\\\\\\\" {{$orderBy == \\\\\\\"price-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price, High To Low</option>\\\\n                    <option value=\\\\\\\"best-selling\\\\\\\" {{$orderBy == \\\\\\\"best-selling\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Best Selling</option>\\\\n                    <option value=\\\\\\\"date-ascending\\\\\\\" {{$orderBy == \\\\\\\"date-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, New To Old</option>\\\\n                    <option value=\\\\\\\"date-descending\\\\\\\" {{$orderBy == \\\\\\\"date-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, Old To New</option>\\\\n                </select>\\\\n            </div>\\\\n            <div style=\\\\\\\"clear: both;\\\\\\\"></div>\\\\n        </form>\\\\n    </div>\\\\n    <div class=\\\\\\\"u-products u-products-1\\\\\\\">\\\\n        <div class=\\\\\\\"loader hide\\\\\\\"></div>\\\\n        @if ($products && sizeof($products) > 0)\\\\n        <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n            @foreach($products as $product)\\\\n                <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                    <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/products/{{$product->handle}}\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2\\\\\\\">\\\\n                            <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1\\\\\\\" \\\\n                            src=\\\\\\\"{{$product->image}}\\\\\\\">\\\\n                            @if($parentCompany->handle_out_of_stock_products == \\\\\\\"list_out_of_stock_products_with_out_of_stock_label\\\\\\\" && $product->isOutOfStock())\\\\n                                <p class=\\\\\\\"hidden-text u-out-of-stock-text\\\\\\\">OUT OF STOCK</p>\\\\n                            @endif\\\\n\\\\n                            <div class=\\\\\\\"u-product-control u-product-price u-product-price-1\\\\\\\">\\\\n                                <div class=\\\\\\\"u-price-wrapper u-spacing-10\\\\\\\">\\\\n                                    <div class=\\\\\\\"u-price u-text-palette-2-base\\\\\\\" style=\\\\\\\"font-weight: 700;\\\\\\\">\\\\n                                        <p class=\\\\\\\"u-product-title text-muted\\\\\\\" style=\\\\\\\"text-decoration: none;\\\\\\\">\\\\n                                            {{$product->title}}\\\\n                                        </p>\\\\n                                        @if($product->has_only_default_variant)\\\\n                                        {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                         $product->shop->currency}} \\\\n                                        {{$product->lowestPricedVariant->first() ? $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\"}}\\\\n                                        @else\\\\n                                        From: {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                        $product->shop->currency}} {{ $product->lowestPricedVariant->first() ?\\\\n                                        $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\" }}\\\\n                                        @endif\\\\n                                    </div>\\\\n                                </div>\\\\n                            </div>\\\\n                        </div>\\\\n                    </a>\\\\n                </div>\\\\n            @endforeach\\\\n        </div>\\\\n        <div>\\\\n            {{ $products->links() }}\\\\n        </div>\\\\n        @else\\\\n        <div style=\\\\\\\"margin: auto;\\\\\\\">\\\\n            <h3>No Products Found</h3>\\\\n        </div>\\\\n        @endif\\\\n    </div>\\\\n</div>\\\",\\\"about_us_template\\\":\\\"<div class=\\\\\\\"u-aboutus-container\\\\\\\"> <div class=\\\\\\\"u-aboutus-row\\\\\\\"> {!! $aboutus !!} </div></div>\\\",\\\"policy_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">{!! $policy !!}</div>\\\\\\\\n</div>\\\\\\\\n\\\",\\\"contact_us_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-left-cell u-size-30 u-layout-cell-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-container-layout-10\\\\\\\">\\\\n                <h2 class=\\\\\\\"u-text u-text-grey-70 u-text-8\\\\\\\">Contact us</h2>\\\\n                <h6 class=\\\\\\\"u-text u-text-grey-50 u-text-9\\\\\\\">{{$company->brand_name}}</h6>\\\\n                @if ($parentCompany->display_vendor_location)\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10\\\\\\\">{{ $company->address_line_1 ? $company->address_line_1.\\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\" }} {{ $company->address_line_2 ? $company->address_line_2 : \\\\\\\"\\\\\\\" }} <br>\\\\n                    {{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}                                        \\\\n                    </p>\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                @endif\\\\n                <div class=\\\\\\\"u-social-icons u-spacing-20 u-social-icons-1\\\\\\\">\\\\n                @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-facebook u-social-icon u-icon-2\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-50ee\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-50ee\\\\\\\"><path d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-twitter u-icon-3\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-d346\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-d346\\\\\\\"><path d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-instagram u-icon-4\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-dd2a\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-dd2a\\\\\\\"><path d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path><path d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path><path d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif                \\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-30 u-layout-cell-2\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-valign-middle u-container-layout-11\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-form u-form-2\\\\\\\">\\\\n                <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.contact\\\\\\\") }}\\\\\\\" id=\\\\\\\"st_vendor_contact_form\\\\\\\" method=\\\\\\\"POST\\\\\\\" class=\\\\\\\"u-clearfix u-form-spacing-24 u-form-vertical u-inner-form\\\\\\\" style=\\\\\\\"padding: 24px;\\\\\\\" source=\\\\\\\"custom\\\\\\\" name=\\\\\\\"form\\\\\\\">\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$shop->id}}\\\\\\\" name=\\\\\\\"shop_id\\\\\\\" >\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\" name=\\\\\\\"company_id\\\\\\\" >\\\\n                    <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_name\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Name</label>\\\\n                        <input type=\\\\\\\"text\\\\\\\" placeholder=\\\\\\\"Enter your Name\\\\\\\" id=\\\\\\\"st_contact_form_name\\\\\\\" name=\\\\\\\"name\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-4\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-email u-form-group\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_email\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Email</label>\\\\n                        <input type=\\\\\\\"email\\\\\\\" placeholder=\\\\\\\"Enter a valid email address\\\\\\\" id=\\\\\\\"st_contact_form_email\\\\\\\" name=\\\\\\\"email\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-5\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-group u-form-message\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_message\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Message</label>\\\\n                        <textarea placeholder=\\\\\\\"Enter your message\\\\\\\" rows=\\\\\\\"4\\\\\\\" cols=\\\\\\\"50\\\\\\\" id=\\\\\\\"st_contact_form_message\\\\\\\" name=\\\\\\\"message\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-6\\\\\\\" required=\\\\\\\"\\\\\\\"></textarea>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-form-group u-form-submit\\\\\\\">       \\\\n                        <input type=\\\\\\\"submit\\\\\\\" value=\\\\\\\"submit\\\\\\\" class=\\\\\\\"u-form-control\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-send-message u-form-send-success\\\\\\\"> Thank you! Your message has been sent. </div>\\\\n                    <div class=\\\\\\\"u-form-send-error u-form-send-message\\\\\\\"> Unable to send your message. Please fix errors then try again. </div>\\\\n                </form>\\\\n            </div>\\\\n    </div>\\\\n        </div>\\\\n    </div>\\\\n</div>\\\"},\\\"published_vendor_list_template\\\":\\\"<div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2 u-section-2\\\\\\\">\\\\n    <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n      <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n        <h1 class=\\\\\\\"u-text u-text-default u-text-1\\\\\\\">{{$parentCompany->name_of_the_vendor_listing_page}}</h1>\\\\n        <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n          <form id=\\\\\\\"vendor_search_form\\\\\\\" action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.list\\\\\\\", [\\\\\\\"shop\\\\\\\" => $shop->shopify_domain]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\" source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n              <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n              <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search\\\\\\\" id=\\\\\\\"search_vendor\\\\\\\" name=\\\\\\\"search_vendor\\\\\\\" class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n            </div>\\\\n          </form>\\\\n        </div>\\\\n        <div class=\\\\\\\"loader\\\\\\\" ></div>\\\\n        <div class=\\\\\\\"u-container-layout-2 u-container-layout-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-products u-products-1\\\\\\\">                \\\\n                <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n                    @foreach($companies as $company)\\\\n                      <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2 container\\\\\\\">\\\\n                                  <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1 image-hover\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\">\\\\n                                  <h1 class=\\\\\\\"u-align-center u-product-control u-text u-text-1\\\\\\\">\\\\n                                      <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                                          {{$company->title}}\\\\n                                      </a>\\\\n                                      @if ($parentCompany->display_vendor_category && $company->vendor_category != \\\\\\\"\\\\\\\")\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->vendor_category}} </p>\\\\n                                      @endif\\\\n                                      @if ($parentCompany->display_vendor_location)\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}</p>\\\\n                                      @endif\\\\n                                  </h1>\\\\n                              </div>\\\\n                          </a>\\\\n                          @if ($parentCompany->display_vendor_short_description)\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"st-middle\\\\\\\">\\\\n                                  <div class=\\\\\\\"short-description st-white-text-overlay\\\\\\\" style=\\\\\\\"height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.4);\\\\\\\">\\\\n                                      {!! $company->short_description !!}\\\\n                                  </div>\\\\n                              </div>\\\\n                          </a>\\\\n                          @endif\\\\n                      </div>\\\\n                    @endforeach\\\\n                </div>\\\\n                <div>\\\\n                  {{ $companies->links() }}\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n      </div>\\\\n    </div>\\\\n  </div>\\\"}\",\n                \"left_days_14_day_trial\": null,\n                \"currency_country\": {\n                    \"id\": 98,\n                    \"name\": \"India\",\n                    \"code\": \"IN\",\n                    \"dial_code\": \"+91\",\n                    \"currency_name\": \"Indian rupee\",\n                    \"currency_symbol\": \"Rs.\",\n                    \"currency_code\": \"INR\",\n                    \"created_at\": null,\n                    \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                    \"name_with_symbole\": \"Indian rupee - Rs.\"\n                }\n            }\n        }\n    ],\n    \"count\": 1\n}"}],"_postman_id":"d12e86ec-d245-4ec1-9600-e5d4045290e2"},{"name":"export-categories","id":"9c5580ee-a3c1-4260-ba88-2f2167ca0a85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.shipturtle.com/api/v1/product-category-export?query=%7B%7D","description":"<p>This endpoint sends an HTTP GET request to export a product categories.</p>\n<h3 id=\"status-code\">Status code</h3>\n<p>200 - Success / OK</p>\n<p>201 - Created</p>\n<p>202 - Accepted</p>\n<p>204 - No Content</p>\n<p>400 - Bad request</p>\n<p>401 - Unauthorized error</p>\n<p>500 - Internal server error</p>\n","urlObject":{"protocol":"https","path":["api","v1","product-category-export"],"host":["api","shipturtle","com"],"query":[{"key":"query","value":"%7B%7D"}],"variable":[]}},"response":[{"id":"23cd0458-9f5b-4287-ac51-9808f1f94987","name":"export-categories","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.shipturtle.com/api/v1/product-category-export?query=%7B%7D","protocol":"https","host":["api","shipturtle","com"],"path":["api","v1","product-category-export"],"query":[{"key":"query","value":"%7B%7D"}]}},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Jan 2024 13:02:10 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"997"},{"key":"Vary","value":"Origin,Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"path\": \"https://d2i9a0muccv7uq.cloudfront.net/s3/4147/export_categories/_2024-01-01_13:02:10_6592b7d29bf07.xlsx\"\n    }\n}"}],"_postman_id":"9c5580ee-a3c1-4260-ba88-2f2167ca0a85"},{"name":"import-categories","id":"c280b85e-d766-49cd-83c3-f2727b758d52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"file","file":{"src":"QKuK33RD-/_2024-01-01_13_04_49_6592b8716906a.xlsx"}},"url":"https://api.beta.shipturtle.app/api/v1/product-category-import","description":"<p>This endpoint sends an HTTP POST request to import a product categories from local device.</p>\n<h3 id=\"status-code\">Status code</h3>\n<p>200 - Success / OK</p>\n<p>201 - Created</p>\n<p>202 - Accepted</p>\n<p>204 - No Content</p>\n<p>400 - Bad request</p>\n<p>401 - Unauthorized error</p>\n<p>500 - Internal server error</p>\n","urlObject":{"protocol":"https","path":["api","v1","product-category-import"],"host":["api","beta","shipturtle","app"],"query":[],"variable":[]}},"response":[],"_postman_id":"c280b85e-d766-49cd-83c3-f2727b758d52"},{"name":"delete-category","id":"763bee62-5eee-4da3-b544-e39a2da5bd4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api.beta.shipturtle.app/api/v1/product-type/37880","description":"<p>This endpoint allows you to remove a category from Shipturtle.</p>\n<h3 id=\"status-code\">Status code</h3>\n<p>200 - Success / OK</p>\n<p>201 - Created</p>\n<p>202 - Accepted</p>\n<p>204 - No Content</p>\n<p>400 - Bad request</p>\n<p>401 - Unauthorized error</p>\n<p>500 - Internal server error</p>\n","urlObject":{"protocol":"https","path":["api","v1","product-type","37880"],"host":["api","beta","shipturtle","app"],"query":[],"variable":[]}},"response":[{"id":"a8e939e9-2d17-4237-880d-3932f814f2cb","name":"delete-category","originalRequest":{"method":"DELETE","header":[],"url":"https://api.beta.shipturtle.app/api/v1/product-type/37880"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Mon, 01 Jan 2024 13:16:27 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"997"},{"key":"Vary","value":"Origin,Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"763bee62-5eee-4da3-b544-e39a2da5bd4a"}],"id":"09fc5d17-5d80-43d6-b654-5655fbc95ab3","_postman_id":"09fc5d17-5d80-43d6-b654-5655fbc95ab3","description":""},{"name":"Vendors","item":[{"name":"fetch-all-vendors","id":"f55e4b2f-1299-4da6-9695-75ff5fe54326","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.shipturtle.com/api/v1/vendors/fetch?query={\"vendor\":[{\"id\":214238,\"title\":\"mybageecha\",\"is_master\":null,\"invoice_country_detail\":null,\"commission_tags\":null}],\"company_name\":\"kapil45678900987\",\"brand_name\":\"myBageecha\"}&limit=10&ascending=0&page=1&byColumn=1","description":"<p>In order to obtain vendor data from the Shipturtle API, this endpoint sends an HTTP GET request. A query parameter including the company name, brand name, and facts about the vendor is included in the request, along with pagination settings such byColumn, limit, ascending, and page.</p>\n<h3 id=\"status-code\">Status code</h3>\n<p>200 - Success / OK</p>\n<p>201 - Created</p>\n<p>202 - Accepted</p>\n<p>204 - No Content</p>\n<p>400 - Bad request</p>\n<p>401 - Unauthorized error</p>\n<p>500 - Internal server error</p>\n","urlObject":{"protocol":"https","path":["api","v1","vendors","fetch"],"host":["api","shipturtle","com"],"query":[{"description":{"content":"<p>Filter inputs for Vendor Title, Company Name, and Brand Name are included in this field</p>\n","type":"text/plain"},"key":"query","value":"{\"vendor\":[{\"id\":214238,\"title\":\"mybageecha\",\"is_master\":null,\"invoice_country_detail\":null,\"commission_tags\":null}],\"company_name\":\"kapil45678900987\",\"brand_name\":\"myBageecha\"}"},{"description":{"content":"<p>defines the most records that can appear on a single page of a paginated response</p>\n","type":"text/plain"},"key":"limit","value":"10"},{"description":{"content":"<p>used to regulate the records sorting order. Put the value in <code>0</code> for descending order and <code>1</code> for ascending order</p>\n","type":"text/plain"},"key":"ascending","value":"0"},{"description":{"content":"<p>gives the paginated response's page number</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>The column name that will be used to sort the orders. 1 means there is no sorting</p>\n","type":"text/plain"},"key":"byColumn","value":"1"}],"variable":[]}},"response":[{"id":"0c56ce87-fb3e-4b9f-8ebc-2ddc9c441412","name":"fetch-all-vendors","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.shipturtle.com/api/v1/vendors/fetch?query={\"vendor\":[{\"id\":214238,\"title\":\"mybageecha\",\"is_master\":null,\"invoice_country_detail\":null,\"commission_tags\":null}],\"company_name\":\"kapil45678900987\",\"brand_name\":\"myBageecha\"}&limit=10&ascending=0&page=1&byColumn=1","protocol":"https","host":["api","shipturtle","com"],"path":["api","v1","vendors","fetch"],"query":[{"key":"query","value":"{\"vendor\":[{\"id\":214238,\"title\":\"mybageecha\",\"is_master\":null,\"invoice_country_detail\":null,\"commission_tags\":null}],\"company_name\":\"kapil45678900987\",\"brand_name\":\"myBageecha\"}","description":"Filter inputs for Vendor Title, Company Name, and Brand Name are included in this field"},{"key":"limit","value":"10","description":"defines the most records that can appear on a single page of a paginated response"},{"key":"ascending","value":"0","description":"used to regulate the records sorting order. Put the value in `0` for descending order and `1` for ascending order"},{"key":"page","value":"1","description":"gives the paginated response's page number"},{"key":"byColumn","value":"1","description":"The column name that will be used to sort the orders. 1 means there is no sorting"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 22 Dec 2023 11:09:54 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"Vary","value":"Origin,Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 233362,\n            \"company_name\": \"kapil45678900987\",\n            \"brand_name\": \"myBageecha\",\n            \"company_logo\": null,\n            \"contact_name\": \"kapil kapil\",\n            \"phone_number\": \"08849193468\",\n            \"email\": \"kapil@gmail.com\",\n            \"address_line_1\": \"Nani Khodiyar\",\n            \"address_line_2\": \"gj 23\",\n            \"pin_code\": \"388001\",\n            \"city\": \"Anand\",\n            \"created_at\": \"2023-12-04T07:34:14.000000Z\",\n            \"updated_at\": \"2023-12-22T10:48:26.000000Z\",\n            \"state_id\": null,\n            \"gstin_number\": null,\n            \"invoice_prefix\": null,\n            \"starting_invoice_number\": null,\n            \"terms_and_conditions\": null,\n            \"bank_account_beneficiary_name\": null,\n            \"bank_account_name\": null,\n            \"ifsc_code\": null,\n            \"label_company_name\": null,\n            \"label_contact_name\": null,\n            \"label_phone\": null,\n            \"label_email_address\": null,\n            \"label_address_line_1\": null,\n            \"label_address_line_2\": null,\n            \"label_pin_code\": null,\n            \"label_city\": null,\n            \"label_state\": null,\n            \"signature\": null,\n            \"currency\": null,\n            \"weight\": null,\n            \"measurement\": null,\n            \"gst_enabled\": false,\n            \"override_channel_product_weight_enabled\": false,\n            \"label_details_same_as_company\": true,\n            \"multi_vendor_invoicing_enabled\": true,\n            \"multi_vendor_shipping_enabled\": true,\n            \"is_master\": null,\n            \"invoice_number_same_as_order_number\": true,\n            \"enable_disable_cod_reconciliation\": false,\n            \"enable_disable_freight_reconciliation\": false,\n            \"cod_tolerance\": null,\n            \"freight_tolerance\": null,\n            \"is_multi_vendor_enabled\": true,\n            \"invoice_message\": null,\n            \"inclusive_exclusive\": null,\n            \"is_tax_on_shipping\": \"no\",\n            \"tax_on_shipping\": null,\n            \"primary_color\": \"#f18024\",\n            \"secondary_color\": null,\n            \"display_hsn\": true,\n            \"website\": \"https://www.shipturtle.com/\",\n            \"country\": \"IN\",\n            \"type_of_vendor\": \"dropshipper\",\n            \"invoice_message_2\": null,\n            \"title\": \"myBageecha\",\n            \"parent_id\": 212738,\n            \"extra_information\": null,\n            \"invoice_date\": \"invoice_creation_date\",\n            \"number_of_digits\": \"0\",\n            \"invoice_message_1\": null,\n            \"created_by\": null,\n            \"updated_by\": 28344,\n            \"invoice_contact_name\": \"kapil kapil\",\n            \"invoice_address_1\": \"Nani Khodiyar\",\n            \"invoice_address_2\": \"gj 23\",\n            \"invoice_postal_code\": \"388001\",\n            \"invoice_city\": \"Anand\",\n            \"invoice_phone_number\": \"08849193468\",\n            \"invoice_tin\": null,\n            \"timezone\": \"Asia/Kolkata\",\n            \"hand_delivered_enabled\": true,\n            \"other_courier_partner_enabled\": true,\n            \"billing_address_same_as_company_details\": true,\n            \"deactivated_at\": null,\n            \"state_code\": \"GJ\",\n            \"automatically_sync_vendor_name_from_store\": true,\n            \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n            \"automatically_route_all_orders_to_vendor_dashboard\": true,\n            \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n            \"correct_all_errors_in_order\": false,\n            \"generate_shipping_labels_for_orders\": false,\n            \"generate_invoices_for_dropship_orders\": false,\n            \"can_vendor_enable_disable_product\": false,\n            \"can_vendor_edit_quantity_product\": false,\n            \"can_vendor_edit_weight_dimension_product\": false,\n            \"can_vendor_edit_tax_product\": true,\n            \"set_vendor_level_commission\": false,\n            \"commission\": null,\n            \"discount_shared_by_vendor\": null,\n            \"commission_calculated_on_product_price_discounted_price\": null,\n            \"set_vendor_level_shared_discount\": false,\n            \"set_vendor_level_commissoin_calculated_on\": false,\n            \"use_shop_channel_values_to_set_commission\": true,\n            \"can_vendor_generate_invoice\": false,\n            \"can_vendor_process_shippings\": false,\n            \"can_vendor_edit_hsn_tax\": false,\n            \"can_vendor_add_courier_provider\": false,\n            \"default_vendor_type\": \"marketplace\",\n            \"no_of_deciaml_digits\": 2,\n            \"credits\": 0,\n            \"plan_id\": null,\n            \"requested_plan_id\": null,\n            \"override_invoice_permissions\": false,\n            \"override_product_permissions\": false,\n            \"override_order_routing_permissions\": false,\n            \"override_shipping_permissions\": false,\n            \"slug\": \"mybageecha-233362\",\n            \"commission_calculated_tax_type\": \"exclusive_of_tax\",\n            \"shipping_charge_commission_type\": \"fixed\",\n            \"shipping_charge_commission\": 0,\n            \"override_commission_calculated_tax_type\": false,\n            \"override_shipping_charge_commission_type\": false,\n            \"override_shipping_charge_commission\": 0,\n            \"auto_email_to_vendor\": false,\n            \"fixed_commission\": 0,\n            \"service_charge\": 0,\n            \"can_vendor_edit_price\": false,\n            \"can_vendor_delete_product\": false,\n            \"show_logo_in_awb\": false,\n            \"hide_pick_address_in_awb\": true,\n            \"hide_customer_info_in_awb\": true,\n            \"hide_price_in_awb\": false,\n            \"hide_customer_information_on_vendor_dashboards\": false,\n            \"allow_merchant_to_generate_invoice\": false,\n            \"show_merchant_logo_in_invoice\": false,\n            \"locale\": \"en\",\n            \"use_custom_waybill\": false,\n            \"redirect_url\": \"dashboard\",\n            \"invoice_state_code\": \"GJ\",\n            \"invoice_country_code\": \"IN\",\n            \"stripe_account_id\": null,\n            \"url_to_redirect_vendor_is_registered\": null,\n            \"enable_app_shipping_profile_on_shopify\": null,\n            \"policy\": null,\n            \"css\": null,\n            \"vendor_profile_color\": \"#f18024\",\n            \"about_us\": null,\n            \"facebook_link\": null,\n            \"twitter_link\": null,\n            \"instagram_link\": null,\n            \"auto_fulfill_digital_orders\": false,\n            \"use_default_warehouse_for_all_orders\": false,\n            \"invoice_label_header_title\": null,\n            \"invoice_place_of_supply\": null,\n            \"invoice_cin_key_title\": null,\n            \"invoice_cin\": null,\n            \"give_vendor_access_to_merchant_shipper\": false,\n            \"auto_generate_order_invoices_to_customers\": false,\n            \"auto_email_order_invoices_to_customers\": false,\n            \"treat_manual_payment_mode_as_cod\": false,\n            \"fulfill_order_after_confirm\": false,\n            \"add_notes_before_confirming_orders\": false,\n            \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n            \"note_at_the_top_of_invoice\": null,\n            \"vendor_shop_id\": null,\n            \"vendor_category\": null,\n            \"vendor_location\": null,\n            \"short_description\": null,\n            \"display_vendor_category\": false,\n            \"display_vendor_location\": false,\n            \"display_vendor_short_description\": false,\n            \"name_of_the_vendor_listing_page\": null,\n            \"sync_settings\": {\n                \"update_settings\": {\n                    \"sku\": true,\n                    \"tags\": true,\n                    \"media\": true,\n                    \"price\": false,\n                    \"title\": true,\n                    \"weight\": true,\n                    \"barcode\": true,\n                    \"quantity\": true,\n                    \"description\": true,\n                    \"product_type\": true,\n                    \"variant_name\": true,\n                    \"publish_status\": true,\n                    \"compare_at_price\": true,\n                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                },\n                \"create_settings\": {\n                    \"sku\": true,\n                    \"tags\": true,\n                    \"media\": true,\n                    \"price\": false,\n                    \"title\": true,\n                    \"weight\": true,\n                    \"barcode\": true,\n                    \"quantity\": true,\n                    \"description\": true,\n                    \"product_type\": true,\n                    \"variant_name\": true,\n                    \"publish_status\": true,\n                    \"compare_at_price\": true,\n                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                },\n                \"override_product_status_at_create\": true,\n                \"product_status\": \"as_per_vendor_product\",\n                \"enable_order_sync\": true,\n                \"push_only_if_order_paid\": false,\n                \"push_unsynced_product_order\": true,\n                \"auto_add_variant\": true,\n                \"auto_remove_variant\": true,\n                \"strictKeyCheck\": false,\n                \"on_product_delete\": \"do_nothing\",\n                \"on_product_unmapped\": \"do_nothing\",\n                \"push_only_if_product_connected\": true\n            },\n            \"override_hide_customer_information_permissions\": false,\n            \"can_vendor_cancel_an_order\": false,\n            \"hide_shipping_charges\": false,\n            \"add_insurance_to_shipment\": 0,\n            \"meta_title\": null,\n            \"registration_link\": null,\n            \"auto_approval_of_products_from_vendor\": true,\n            \"ignore_selling_price_for_commission\": 0,\n            \"shipping_label_check\": {\n                \"email\": false,\n                \"phone\": false,\n                \"address_line_1\": false,\n                \"address_line_2\": false,\n                \"address_line_1_minimum\": null,\n                \"address_line_1_maximum\": null,\n                \"address_line_2_minimum\": null,\n                \"address_line_2_maximum\": null\n            },\n            \"shipping_label_size\": \"smalllabel\",\n            \"paypal_email\": null,\n            \"use_custom_email_driver\": false,\n            \"ignore_order_splitting\": false,\n            \"hide_customer_information_on_vendor_dashboard\": {\n                \"name\": false,\n                \"phone\": false,\n                \"address\": false,\n                \"email\": false,\n                \"city\": false,\n                \"state\": false\n            },\n            \"hide_customer_information_in_awb\": {\n                \"name\": false,\n                \"phone\": false,\n                \"address\": false,\n                \"email\": false,\n                \"city\": false,\n                \"state\": false,\n                \"line_items\": false,\n                \"vendor_name\": false,\n                \"sku\": false,\n                \"weight_dimension\": false\n            },\n            \"hide_customer_information_in_invoice\": {\n                \"name\": false,\n                \"phone\": false,\n                \"address\": false,\n                \"email\": false,\n                \"city\": false,\n                \"state\": false\n            },\n            \"vendor_profile_settings\": {\n                \"seller_products_tab\": true,\n                \"seller_policy_tab\": true,\n                \"seller_contact_us_tab\": true\n            },\n            \"challan_message_1\": null,\n            \"challan_message_2\": null,\n            \"challan_prefix\": null,\n            \"challan_number_same_as_invoice_number\": true,\n            \"default_label_size_for_all_vendors\": false,\n            \"hide_customer_information_in_export\": {\n                \"name\": false,\n                \"phone\": false,\n                \"address\": false,\n                \"email\": false,\n                \"city\": false,\n                \"state\": false\n            },\n            \"product_permissions\": null,\n            \"hide_product_details_in_awb\": false,\n            \"hide_invoice_details_in_awb\": false,\n            \"company_note\": null,\n            \"meta_data\": null,\n            \"color_theme_field\": \"light.blue\",\n            \"change_tracking_url\": false,\n            \"ship_to_address_as_merchants_default_warehouse\": false,\n            \"can_vendor_hold_an_order\": false,\n            \"handle_out_of_stock_products\": null,\n            \"allow_vendors_to_change_vendor_profile_details\": false,\n            \"whatsapp_account\": null,\n            \"vendor_profile_theme_choosen\": \"theme-1\",\n            \"whatsapp_credit\": 100,\n            \"test_whatsapp_number\": null,\n            \"spoc_email_sending_method\": null,\n            \"connected_vendor_shops\": null,\n            \"events\": null,\n            \"commission_automation_set\": null,\n            \"auto_confirmation_using_tags_settings\": {\n                \"tags_settings_status\": false,\n                \"paid\": false,\n                \"tags_for_paid\": [],\n                \"cod_or_partially_paid\": false,\n                \"tags_for_cod_or_partially_paid\": [],\n                \"Exceptions_for_paid\": false,\n                \"Exceptions_for_paid_tags\": [],\n                \"Exceptions_for_cod_or_partially_paid\": false,\n                \"Exceptions_for_cod_or_partially_paid_tags\": []\n            },\n            \"preferred_location\": null,\n            \"email_credit\": null,\n            \"logo\": null,\n            \"logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n            \"is_general_setting_done\": true,\n            \"is_invoice_setting_done\": true,\n            \"is_label_setting_done\": false,\n            \"is_gst_enabled\": false,\n            \"billing_detail\": \"Anand</br>Gujarat</br>India\",\n            \"warehouse_address\": \"Anand</br>IN\",\n            \"contact_information\": \"kapil kapil</br>08849193468</br>kapil@gmail.com</br>\",\n            \"status\": \"Active\",\n            \"global_commission\": \"15\",\n            \"global_discount_shared_by_vendor\": \"0\",\n            \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n            \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n            \"global_shipping_charge_commission_type\": \"fixed\",\n            \"global_shipping_charge_commission\": 50,\n            \"global_fixed_commission\": 10,\n            \"is_drop_shipper\": true,\n            \"state\": {\n                \"id\": 13,\n                \"code\": \"GJ\",\n                \"tin\": 24,\n                \"title\": \"Gujarat\",\n                \"created_at\": \"2019-08-03T17:48:42.000000Z\",\n                \"updated_at\": \"2020-03-28T04:51:45.000000Z\",\n                \"deleted_at\": null,\n                \"country_code\": \"IN\"\n            },\n            \"first_email\": [\n                \"kapil@gmail.com\"\n            ],\n            \"invoice_state\": {\n                \"id\": 13,\n                \"code\": \"GJ\",\n                \"tin\": 24,\n                \"title\": \"Gujarat\",\n                \"created_at\": \"2019-08-03T17:48:42.000000Z\",\n                \"updated_at\": \"2020-03-28T04:51:45.000000Z\",\n                \"deleted_at\": null,\n                \"country_code\": \"IN\"\n            },\n            \"banner\": null,\n            \"banner_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n            \"frontend_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n            \"navbar_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n            \"email_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n            \"invoice_country_detail\": {\n                \"id\": 98,\n                \"name\": \"India\",\n                \"code\": \"IN\",\n                \"dial_code\": \"+91\",\n                \"currency_name\": \"Indian rupee\",\n                \"currency_symbol\": \"Rs.\",\n                \"currency_code\": \"INR\",\n                \"created_at\": null,\n                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                \"name_with_symbole\": \"Indian rupee - Rs.\"\n            },\n            \"commission_tags\": null,\n            \"warehouses\": [],\n            \"shipping_profiles\": [],\n            \"vendor_shop\": null,\n            \"configuration\": {\n                \"id\": 129008,\n                \"children_default_permissions\": {\n                    \"can_vendor_enable_disable_product\": false,\n                    \"can_vendor_edit_quantity_product\": true,\n                    \"can_vendor_edit_weight_dimension_product\": true,\n                    \"can_vendor_edit_tax_product\": false,\n                    \"can_vendor_generate_invoice\": true,\n                    \"can_vendor_generate_label\": true,\n                    \"can_vendor_add_courier_provider\": true,\n                    \"can_vendor_edit_order_package_dimensions\": true,\n                    \"can_vendor_cancel_label\": true,\n                    \"can_vendor_change_order_shipment_status\": true,\n                    \"can_vendor_change_order_warehouse\": true,\n                    \"can_vendor_cancel_invoice\": false,\n                    \"can_vendor_edit_price\": true,\n                    \"can_vendor_delete_product\": false,\n                    \"can_mail_to_customer\": true,\n                    \"can_change_payment_method\": true,\n                    \"can_access_shipping_address\": true,\n                    \"can_edit_shipping_address\": true,\n                    \"can_view_shipping_address\": true,\n                    \"can_view_estimated_cost_of_shipping\": true,\n                    \"can_access_settings\": true,\n                    \"can_access_customer_chat\": true,\n                    \"can_product_view_price\": true,\n                    \"can_product_view_title\": true,\n                    \"can_product_view_sku\": true,\n                    \"can_product_view_quantity\": true,\n                    \"can_product_view_inventory_management\": true,\n                    \"can_product_view_inventory_policy\": true,\n                    \"can_product_view_requires_shipping\": true,\n                    \"can_product_view_cost_price\": true,\n                    \"can_product_view_bar_code\": true,\n                    \"can_product_view_weight_dimension\": true,\n                    \"can_product_view_commission\": true,\n                    \"can_product_view_compare_at_price\": true,\n                    \"product_quick_edit_price\": true,\n                    \"product_quick_edit_title\": false,\n                    \"product_quick_edit_sku\": false,\n                    \"product_quick_edit_quantity\": false,\n                    \"product_quick_edit_inventory_management\": true,\n                    \"product_quick_edit_inventory_policy\": true,\n                    \"product_quick_edit_requires_shipping\": true,\n                    \"product_quick_edit_cost_price\": false,\n                    \"product_quick_edit_bar_code\": false,\n                    \"product_quick_edit_weight_dimension\": false,\n                    \"product_quick_edit_compare_at_price\": false,\n                    \"product_full_edit_price\": true,\n                    \"product_full_edit_title\": false,\n                    \"product_full_edit_sku\": false,\n                    \"product_full_edit_quantity\": false,\n                    \"product_full_edit_inventory_management\": true,\n                    \"product_full_edit_inventory_policy\": true,\n                    \"product_full_edit_requires_shipping\": true,\n                    \"product_full_edit_cost_price\": false,\n                    \"product_full_edit_bar_code\": false,\n                    \"product_full_edit_weight_dimension\": false,\n                    \"product_full_edit_compare_at_price\": false,\n                    \"commission_access\": true,\n                    \"product_access\": false,\n                    \"auto_approval_of_products_from_vendor\": false\n                },\n                \"company_id\": 233362,\n                \"created_at\": \"2023-12-04T07:34:14.000000Z\",\n                \"updated_at\": \"2023-12-22T06:26:18.000000Z\"\n            },\n            \"parent\": {\n                \"id\": 212738,\n                \"company_name\": \"kapil\",\n                \"brand_name\": \"violetplants\",\n                \"company_logo\": null,\n                \"contact_name\": \"Chahar\",\n                \"phone_number\": null,\n                \"email\": \"dragjyoti@shipturtle.com\",\n                \"address_line_1\": \"Est\",\n                \"address_line_2\": \"Test\",\n                \"pin_code\": \"411018\",\n                \"city\": \"Pune\",\n                \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                \"updated_at\": \"2023-12-22T10:48:24.000000Z\",\n                \"state_id\": null,\n                \"gstin_number\": \"1234\",\n                \"invoice_prefix\": \"Invoice\",\n                \"starting_invoice_number\": \"22\",\n                \"terms_and_conditions\": null,\n                \"bank_account_beneficiary_name\": null,\n                \"bank_account_name\": null,\n                \"ifsc_code\": null,\n                \"label_company_name\": null,\n                \"label_contact_name\": null,\n                \"label_phone\": null,\n                \"label_email_address\": null,\n                \"label_address_line_1\": null,\n                \"label_address_line_2\": null,\n                \"label_pin_code\": null,\n                \"label_city\": null,\n                \"label_state\": null,\n                \"signature\": null,\n                \"currency\": \"INR\",\n                \"weight\": null,\n                \"measurement\": null,\n                \"gst_enabled\": true,\n                \"override_channel_product_weight_enabled\": true,\n                \"label_details_same_as_company\": true,\n                \"multi_vendor_invoicing_enabled\": false,\n                \"multi_vendor_shipping_enabled\": false,\n                \"is_master\": \"1\",\n                \"invoice_number_same_as_order_number\": true,\n                \"enable_disable_cod_reconciliation\": true,\n                \"enable_disable_freight_reconciliation\": true,\n                \"cod_tolerance\": \"5\",\n                \"freight_tolerance\": \"2\",\n                \"is_multi_vendor_enabled\": true,\n                \"invoice_message\": null,\n                \"inclusive_exclusive\": null,\n                \"is_tax_on_shipping\": \"no\",\n                \"tax_on_shipping\": null,\n                \"primary_color\": \"#222F3D\",\n                \"secondary_color\": null,\n                \"display_hsn\": true,\n                \"website\": \"https://app.shipturtle.com/\",\n                \"country\": \"IN\",\n                \"type_of_vendor\": \"marketplace\",\n                \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                \"title\": \"violetplants\",\n                \"parent_id\": 212738,\n                \"extra_information\": null,\n                \"invoice_date\": \"invoice_creation_date\",\n                \"number_of_digits\": \"0\",\n                \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                \"created_by\": null,\n                \"updated_by\": 28344,\n                \"invoice_contact_name\": \"Hussain\",\n                \"invoice_address_1\": \"dahod\",\n                \"invoice_address_2\": \"dahod\",\n                \"invoice_postal_code\": \"380005\",\n                \"invoice_city\": \"Ahmedabad\",\n                \"invoice_phone_number\": \"09173038104\",\n                \"invoice_tin\": null,\n                \"timezone\": \"America/Phoenix\",\n                \"hand_delivered_enabled\": true,\n                \"other_courier_partner_enabled\": true,\n                \"billing_address_same_as_company_details\": false,\n                \"deactivated_at\": null,\n                \"state_code\": \"GJ\",\n                \"automatically_sync_vendor_name_from_store\": true,\n                \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                \"correct_all_errors_in_order\": false,\n                \"generate_shipping_labels_for_orders\": false,\n                \"generate_invoices_for_dropship_orders\": false,\n                \"can_vendor_enable_disable_product\": false,\n                \"can_vendor_edit_quantity_product\": false,\n                \"can_vendor_edit_weight_dimension_product\": false,\n                \"can_vendor_edit_tax_product\": true,\n                \"set_vendor_level_commission\": false,\n                \"commission\": \"15\",\n                \"discount_shared_by_vendor\": \"0\",\n                \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                \"set_vendor_level_shared_discount\": false,\n                \"set_vendor_level_commissoin_calculated_on\": false,\n                \"use_shop_channel_values_to_set_commission\": false,\n                \"can_vendor_generate_invoice\": true,\n                \"can_vendor_process_shippings\": true,\n                \"can_vendor_edit_hsn_tax\": true,\n                \"can_vendor_add_courier_provider\": true,\n                \"default_vendor_type\": \"dropshipper\",\n                \"no_of_deciaml_digits\": 2,\n                \"credits\": 299952,\n                \"plan_id\": 4,\n                \"requested_plan_id\": null,\n                \"override_invoice_permissions\": false,\n                \"override_product_permissions\": false,\n                \"override_order_routing_permissions\": false,\n                \"override_shipping_permissions\": false,\n                \"slug\": \"violetplants-212738\",\n                \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                \"shipping_charge_commission_type\": \"fixed\",\n                \"shipping_charge_commission\": 50,\n                \"override_commission_calculated_tax_type\": false,\n                \"override_shipping_charge_commission_type\": false,\n                \"override_shipping_charge_commission\": 0,\n                \"auto_email_to_vendor\": true,\n                \"fixed_commission\": 10,\n                \"service_charge\": 0,\n                \"can_vendor_edit_price\": false,\n                \"can_vendor_delete_product\": false,\n                \"show_logo_in_awb\": false,\n                \"hide_pick_address_in_awb\": false,\n                \"hide_customer_info_in_awb\": true,\n                \"hide_price_in_awb\": false,\n                \"hide_customer_information_on_vendor_dashboards\": false,\n                \"allow_merchant_to_generate_invoice\": false,\n                \"show_merchant_logo_in_invoice\": true,\n                \"locale\": \"en\",\n                \"use_custom_waybill\": true,\n                \"redirect_url\": \"dashboard\",\n                \"invoice_state_code\": \"GJ\",\n                \"invoice_country_code\": \"IN\",\n                \"stripe_account_id\": null,\n                \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                \"enable_app_shipping_profile_on_shopify\": \"0\",\n                \"policy\": null,\n                \"css\": null,\n                \"vendor_profile_color\": \"#f18024\",\n                \"about_us\": null,\n                \"facebook_link\": null,\n                \"twitter_link\": null,\n                \"instagram_link\": null,\n                \"auto_fulfill_digital_orders\": true,\n                \"use_default_warehouse_for_all_orders\": false,\n                \"invoice_label_header_title\": null,\n                \"invoice_place_of_supply\": null,\n                \"invoice_cin_key_title\": null,\n                \"invoice_cin\": null,\n                \"give_vendor_access_to_merchant_shipper\": false,\n                \"auto_generate_order_invoices_to_customers\": true,\n                \"auto_email_order_invoices_to_customers\": true,\n                \"treat_manual_payment_mode_as_cod\": false,\n                \"fulfill_order_after_confirm\": false,\n                \"add_notes_before_confirming_orders\": false,\n                \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                \"note_at_the_top_of_invoice\": null,\n                \"vendor_shop_id\": null,\n                \"vendor_category\": null,\n                \"vendor_location\": null,\n                \"short_description\": null,\n                \"display_vendor_category\": true,\n                \"display_vendor_location\": true,\n                \"display_vendor_short_description\": true,\n                \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                \"sync_settings\": {\n                    \"update_settings\": {\n                        \"sku\": true,\n                        \"tags\": true,\n                        \"media\": true,\n                        \"price\": false,\n                        \"title\": true,\n                        \"weight\": true,\n                        \"barcode\": true,\n                        \"quantity\": true,\n                        \"description\": true,\n                        \"product_type\": true,\n                        \"variant_name\": true,\n                        \"publish_status\": true,\n                        \"compare_at_price\": true,\n                        \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                    },\n                    \"create_settings\": {\n                        \"sku\": true,\n                        \"tags\": true,\n                        \"media\": true,\n                        \"price\": false,\n                        \"title\": true,\n                        \"weight\": true,\n                        \"barcode\": true,\n                        \"quantity\": true,\n                        \"description\": true,\n                        \"product_type\": true,\n                        \"variant_name\": true,\n                        \"publish_status\": true,\n                        \"compare_at_price\": true,\n                        \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                    },\n                    \"override_product_status_at_create\": true,\n                    \"product_status\": \"as_per_vendor_product\",\n                    \"enable_order_sync\": true,\n                    \"push_only_if_order_paid\": false,\n                    \"push_unsynced_product_order\": true,\n                    \"auto_add_variant\": true,\n                    \"auto_remove_variant\": true,\n                    \"strictKeyCheck\": false,\n                    \"on_product_delete\": \"do_nothing\",\n                    \"on_product_unmapped\": \"do_nothing\",\n                    \"push_only_if_product_connected\": true\n                },\n                \"override_hide_customer_information_permissions\": false,\n                \"can_vendor_cancel_an_order\": false,\n                \"hide_shipping_charges\": false,\n                \"add_insurance_to_shipment\": 0,\n                \"meta_title\": null,\n                \"registration_link\": null,\n                \"auto_approval_of_products_from_vendor\": true,\n                \"ignore_selling_price_for_commission\": 0,\n                \"shipping_label_check\": {\n                    \"email\": false,\n                    \"phone\": false,\n                    \"address_line_1\": false,\n                    \"address_line_2\": false,\n                    \"address_line_1_minimum\": null,\n                    \"address_line_1_maximum\": null,\n                    \"address_line_2_minimum\": null,\n                    \"address_line_2_maximum\": null\n                },\n                \"shipping_label_size\": \"smalllabel\",\n                \"paypal_email\": null,\n                \"use_custom_email_driver\": true,\n                \"ignore_order_splitting\": false,\n                \"hide_customer_information_on_vendor_dashboard\": {\n                    \"name\": false,\n                    \"phone\": false,\n                    \"address\": false,\n                    \"email\": false,\n                    \"city\": false,\n                    \"state\": false\n                },\n                \"hide_customer_information_in_awb\": {\n                    \"name\": false,\n                    \"phone\": false,\n                    \"address\": false,\n                    \"email\": false,\n                    \"city\": false,\n                    \"state\": false,\n                    \"line_items\": false,\n                    \"vendor_name\": false,\n                    \"sku\": false,\n                    \"weight_dimension\": false\n                },\n                \"hide_customer_information_in_invoice\": {\n                    \"name\": false,\n                    \"phone\": false,\n                    \"address\": false,\n                    \"email\": false,\n                    \"city\": false,\n                    \"state\": false\n                },\n                \"vendor_profile_settings\": {\n                    \"seller_products_tab\": true,\n                    \"seller_policy_tab\": true,\n                    \"seller_contact_us_tab\": true,\n                    \"seller_events_tab\": true,\n                    \"seller_reviews_tab\": false,\n                    \"seller_about_us_tab\": true\n                },\n                \"challan_message_1\": null,\n                \"challan_message_2\": null,\n                \"challan_prefix\": \"Invoice\",\n                \"challan_number_same_as_invoice_number\": true,\n                \"default_label_size_for_all_vendors\": true,\n                \"hide_customer_information_in_export\": {\n                    \"name\": false,\n                    \"phone\": false,\n                    \"address\": false,\n                    \"email\": false,\n                    \"city\": false,\n                    \"state\": false\n                },\n                \"product_permissions\": null,\n                \"hide_product_details_in_awb\": false,\n                \"hide_invoice_details_in_awb\": false,\n                \"company_note\": \"<p>sdfasdfab</p>\",\n                \"meta_data\": \"[{\\\"uuid\\\":\\\"e95a7b2d-5210-4e7b-988f-7fbde7acf198\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/601990/dashboard-mockup-for-c2c.xlsx\\\",\\\"size\\\":102609,\\\"name\\\":\\\"Dashboard Mockup for C2C.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"50844059-549d-4bcc-88bf-a023fd46bd29\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/604572/28344-1690206866.xlsx\\\",\\\"size\\\":7389,\\\"name\\\":\\\"28344-1690206866.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3ad73d68-08a3-46b5-9afc-3d1ac5df398f\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655061/lable_cancelled_order_amazon.xlsx\\\",\\\"size\\\":26214,\\\"name\\\":\\\"Lable Cancelled Order Amazon.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                \"color_theme_field\": \"light.blue\",\n                \"change_tracking_url\": false,\n                \"ship_to_address_as_merchants_default_warehouse\": false,\n                \"can_vendor_hold_an_order\": false,\n                \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                \"allow_vendors_to_change_vendor_profile_details\": true,\n                \"whatsapp_account\": \"use_company_account\",\n                \"vendor_profile_theme_choosen\": \"theme-1\",\n                \"whatsapp_credit\": 54,\n                \"test_whatsapp_number\": \"+918849193468\",\n                \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                \"connected_vendor_shops\": [\n                    \"vendorsynctesting5.myshopify.com\",\n                    \"testing-for-vendorsync.myshopify.com\",\n                    \"purpleplants.myshopify.com\",\n                    \"https://st-wpdemo.com/\",\n                    \"test-store-webkul-112.myshopify.com\",\n                    \"https://st-wpdemo.com/\",\n                    \"purpleplants.myshopify.com/\",\n                    \"https://st-wpdemo.com/\",\n                    \"purpleplants.myshopify.com\",\n                    \"channelteststore5.myshopify.com\",\n                    \"https://st-wpdemo.com/newtestclient/\",\n                    \"purpleplants.myshopify.com\",\n                    \"purpleplants.myshopify.com\"\n                ],\n                \"events\": null,\n                \"commission_automation_set\": {\n                    \"commission_automation\": true,\n                    \"commission_automation_rules\": true,\n                    \"commission_automation_date_range\": true,\n                    \"commission_automation_schedule_option\": \"on_order_receipt\",\n                    \"time_buffer_for_commission_automation\": \"4\",\n                    \"order_status_for_commission_automation\": \"pending\",\n                    \"invoice_number_for_commission_automation\": 277,\n                    \"date_Range_days_for_commission_automation\": \"4\"\n                },\n                \"auto_confirmation_using_tags_settings\": {\n                    \"tags_settings_status\": true,\n                    \"paid\": true,\n                    \"tags_for_paid\": [],\n                    \"cod_or_partially_paid\": false,\n                    \"tags_for_cod_or_partially_paid\": [],\n                    \"Exceptions_for_paid\": false,\n                    \"Exceptions_for_paid_tags\": [],\n                    \"Exceptions_for_cod_or_partially_paid\": false,\n                    \"Exceptions_for_cod_or_partially_paid_tags\": []\n                },\n                \"preferred_location\": null,\n                \"email_credit\": 4853,\n                \"logo\": {\n                    \"id\": 665099,\n                    \"model_type\": \"App\\\\Company\",\n                    \"model_id\": 212738,\n                    \"collection_name\": \"logo\",\n                    \"name\": \"pexels-pixabay-268533\",\n                    \"file_name\": \"pexels-pixabay-268533.jpg\",\n                    \"mime_type\": \"image/jpeg\",\n                    \"disk\": \"s3\",\n                    \"size\": 272597,\n                    \"manipulations\": [],\n                    \"custom_properties\": {\n                        \"generated_conversions\": {\n                            \"email_logo\": true,\n                            \"navbar_logo\": true,\n                            \"frontend_logo\": true\n                        }\n                    },\n                    \"responsive_images\": {\n                        \"medialibrary_original\": {\n                            \"urls\": [\n                                \"pexels-pixabay-268533___medialibrary_original_1920_1278.jpg\",\n                                \"pexels-pixabay-268533___medialibrary_original_1606_1069.jpg\",\n                                \"pexels-pixabay-268533___medialibrary_original_1344_895.jpg\",\n                                \"pexels-pixabay-268533___medialibrary_original_1124_748.jpg\",\n                                \"pexels-pixabay-268533___medialibrary_original_940_626.jpg\",\n                                \"pexels-pixabay-268533___medialibrary_original_787_524.jpg\",\n                                \"pexels-pixabay-268533___medialibrary_original_658_438.jpg\",\n                                \"pexels-pixabay-268533___medialibrary_original_550_366.jpg\",\n                                \"pexels-pixabay-268533___medialibrary_original_460_306.jpg\",\n                                \"pexels-pixabay-268533___medialibrary_original_385_256.jpg\"\n                            ],\n                            \"base64svg\": \"data:image/svg+xml;base64,PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHg9IjAiCiB5PSIwIiB2aWV3Qm94PSIwIDAgMTkyMCAxMjc4Ij4KCTxpbWFnZSB3aWR0aD0iMTkyMCIgaGVpZ2h0PSIxMjc4IiB4bGluazpocmVmPSJkYXRhOmltYWdlL2pwZWc7YmFzZTY0LC85ai80QUFRU2taSlJnQUJBUUVBWUFCZ0FBRC8vZ0E3UTFKRlFWUlBVam9nWjJRdGFuQmxaeUIyTVM0d0lDaDFjMmx1WnlCSlNrY2dTbEJGUnlCMk9EQXBMQ0J4ZFdGc2FYUjVJRDBnT1RBSy85c0FRd0FEQWdJREFnSURBd01EQkFNREJBVUlCUVVFQkFVS0J3Y0dDQXdLREF3TENnc0xEUTRTRUEwT0VRNExDeEFXRUJFVEZCVVZGUXdQRnhnV0ZCZ1NGQlVVLzlzQVF3RURCQVFGQkFVSkJRVUpGQTBMRFJRVUZCUVVGQlFVRkJRVUZCUVVGQlFVRkJRVUZCUVVGQlFVRkJRVUZCUVVGQlFVRkJRVUZCUVVGQlFVRkJRVUZCUVUvOEFBRVFnQUZRQWdBd0VSQUFJUkFRTVJBZi9FQUI4QUFBRUZBUUVCQVFFQkFBQUFBQUFBQUFBQkFnTUVCUVlIQ0FrS0MvL0VBTFVRQUFJQkF3TUNCQU1GQlFRRUFBQUJmUUVDQXdBRUVRVVNJVEZCQmhOUllRY2ljUlF5Z1pHaENDTkNzY0VWVXRId0pETmljb0lKQ2hZWEdCa2FKU1luS0NrcU5EVTJOemc1T2tORVJVWkhTRWxLVTFSVlZsZFlXVnBqWkdWbVoyaHBhbk4wZFhaM2VIbDZnNFNGaG9lSWlZcVNrNVNWbHBlWW1acWlvNlNscHFlb3FhcXlzN1MxdHJlNHVickN3OFRGeHNmSXljclMwOVRWMXRmWTJkcmg0dVBrNWVibjZPbnE4Zkx6OVBYMjkvajUrdi9FQUI4QkFBTUJBUUVCQVFFQkFRRUFBQUFBQUFBQkFnTUVCUVlIQ0FrS0MvL0VBTFVSQUFJQkFnUUVBd1FIQlFRRUFBRUNkd0FCQWdNUkJBVWhNUVlTUVZFSFlYRVRJaktCQ0JSQ2thR3h3UWtqTTFMd0ZXSnkwUW9XSkRUaEpmRVhHQmthSmljb0tTbzFOamM0T1RwRFJFVkdSMGhKU2xOVVZWWlhXRmxhWTJSbFptZG9hV3B6ZEhWMmQzaDVlb0tEaElXR2g0aUppcEtUbEpXV2w1aVptcUtqcEtXbXA2aXBxckt6dExXMnQ3aTV1c0xEeE1YR3g4akp5dExUMU5YVzE5aloydUxqNU9YbTUranA2dkx6OVBYMjkvajUrdi9hQUF3REFRQUNFUU1SQUQ4QS9QNnc4S3pUWUFROCsxZTdHbGM0WlZqZXR2aDVjdW00eHNCOUs2RlEwMU1YV2JMRC9EaTVNZTVZeVI2Z1UvWWFDOXEwWk41NEh1SWM1amI4cXpkRXRWajFyd1FzRnhPb2tzK00rbFp4cnk3QktrdTU3UGNlSDlPbDhQNThnUWtqNzFjK0p4TStXMWpmRFVZODF6cFBDbmdYU3BmRGZtTXFTdGpyVjRmRVQ1VExFVTRxZWg1LzR5OFAyRm5Jd1MyQjU3Q3V0MXBkakJVMTNQRlBEL2lTN3RwRktFQ3RvV0lrZWd0NHkxQyswc3dTUDhoSGF0YWxHRlNObWdwVkpVNVhSZTB2eHZxbWxhWjVFTXgyZTVwMDZNS2NiSVZTYm5LN09iMXp4cHFOd3hMdm1ocElsSC8vMlE9PSI+Cgk8L2ltYWdlPgo8L3N2Zz4=\"\n                        }\n                    },\n                    \"order_column\": 570835,\n                    \"created_at\": \"2023-12-15T06:51:08.000000Z\",\n                    \"updated_at\": \"2023-12-15T06:51:11.000000Z\"\n                },\n                \"logo_link\": \"https://d2i9a0muccv7uq.cloudfront.net/665099/pexels-pixabay-268533.jpg\",\n                \"is_general_setting_done\": true,\n                \"is_invoice_setting_done\": true,\n                \"is_label_setting_done\": false,\n                \"is_gst_enabled\": true,\n                \"billing_detail\": \"Pune</br>Gujarat</br>India\",\n                \"warehouse_address\": \"Pune</br>IN\",\n                \"contact_information\": \"Chahar</br>dragjyoti@shipturtle.com</br>\",\n                \"status\": \"Active\",\n                \"global_commission\": \"15\",\n                \"global_discount_shared_by_vendor\": \"0\",\n                \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                \"global_shipping_charge_commission_type\": \"fixed\",\n                \"global_shipping_charge_commission\": 50,\n                \"global_fixed_commission\": 10,\n                \"is_drop_shipper\": false,\n                \"state\": {\n                    \"id\": 13,\n                    \"code\": \"GJ\",\n                    \"tin\": 24,\n                    \"title\": \"Gujarat\",\n                    \"created_at\": \"2019-08-03T17:48:42.000000Z\",\n                    \"updated_at\": \"2020-03-28T04:51:45.000000Z\",\n                    \"deleted_at\": null,\n                    \"country_code\": \"IN\"\n                },\n                \"first_email\": [\n                    \"dragjyoti@shipturtle.com\"\n                ],\n                \"invoice_state\": {\n                    \"id\": 13,\n                    \"code\": \"GJ\",\n                    \"tin\": 24,\n                    \"title\": \"Gujarat\",\n                    \"created_at\": \"2019-08-03T17:48:42.000000Z\",\n                    \"updated_at\": \"2020-03-28T04:51:45.000000Z\",\n                    \"deleted_at\": null,\n                    \"country_code\": \"IN\"\n                },\n                \"banner\": null,\n                \"banner_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                \"frontend_logo_link\": \"https://d2i9a0muccv7uq.cloudfront.net/665099/pexels-pixabay-268533.jpg\",\n                \"navbar_logo_link\": \"https://d2i9a0muccv7uq.cloudfront.net/665099/pexels-pixabay-268533.jpg\",\n                \"email_logo_link\": \"https://d2i9a0muccv7uq.cloudfront.net/665099/pexels-pixabay-268533.jpg\",\n                \"invoice_country_detail\": {\n                    \"id\": 98,\n                    \"name\": \"India\",\n                    \"code\": \"IN\",\n                    \"dial_code\": \"+91\",\n                    \"currency_name\": \"Indian rupee\",\n                    \"currency_symbol\": \"Rs.\",\n                    \"currency_code\": \"INR\",\n                    \"created_at\": null,\n                    \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                    \"name_with_symbole\": \"Indian rupee - Rs.\"\n                },\n                \"commission_tags\": {\n                    \"company_id\": 212738,\n                    \"override_commission\": true\n                },\n                \"media\": [\n                    {\n                        \"id\": 665099,\n                        \"model_type\": \"App\\\\Company\",\n                        \"model_id\": 212738,\n                        \"collection_name\": \"logo\",\n                        \"name\": \"pexels-pixabay-268533\",\n                        \"file_name\": \"pexels-pixabay-268533.jpg\",\n                        \"mime_type\": \"image/jpeg\",\n                        \"disk\": \"s3\",\n                        \"size\": 272597,\n                        \"manipulations\": [],\n                        \"custom_properties\": {\n                            \"generated_conversions\": {\n                                \"email_logo\": true,\n                                \"navbar_logo\": true,\n                                \"frontend_logo\": true\n                            }\n                        },\n                        \"responsive_images\": {\n                            \"medialibrary_original\": {\n                                \"urls\": [\n                                    \"pexels-pixabay-268533___medialibrary_original_1920_1278.jpg\",\n                                    \"pexels-pixabay-268533___medialibrary_original_1606_1069.jpg\",\n                                    \"pexels-pixabay-268533___medialibrary_original_1344_895.jpg\",\n                                    \"pexels-pixabay-268533___medialibrary_original_1124_748.jpg\",\n                                    \"pexels-pixabay-268533___medialibrary_original_940_626.jpg\",\n                                    \"pexels-pixabay-268533___medialibrary_original_787_524.jpg\",\n                                    \"pexels-pixabay-268533___medialibrary_original_658_438.jpg\",\n                                    \"pexels-pixabay-268533___medialibrary_original_550_366.jpg\",\n                                    \"pexels-pixabay-268533___medialibrary_original_460_306.jpg\",\n                                    \"pexels-pixabay-268533___medialibrary_original_385_256.jpg\"\n                                ],\n                                \"base64svg\": \"data:image/svg+xml;base64,PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHg9IjAiCiB5PSIwIiB2aWV3Qm94PSIwIDAgMTkyMCAxMjc4Ij4KCTxpbWFnZSB3aWR0aD0iMTkyMCIgaGVpZ2h0PSIxMjc4IiB4bGluazpocmVmPSJkYXRhOmltYWdlL2pwZWc7YmFzZTY0LC85ai80QUFRU2taSlJnQUJBUUVBWUFCZ0FBRC8vZ0E3UTFKRlFWUlBVam9nWjJRdGFuQmxaeUIyTVM0d0lDaDFjMmx1WnlCSlNrY2dTbEJGUnlCMk9EQXBMQ0J4ZFdGc2FYUjVJRDBnT1RBSy85c0FRd0FEQWdJREFnSURBd01EQkFNREJBVUlCUVVFQkFVS0J3Y0dDQXdLREF3TENnc0xEUTRTRUEwT0VRNExDeEFXRUJFVEZCVVZGUXdQRnhnV0ZCZ1NGQlVVLzlzQVF3RURCQVFGQkFVSkJRVUpGQTBMRFJRVUZCUVVGQlFVRkJRVUZCUVVGQlFVRkJRVUZCUVVGQlFVRkJRVUZCUVVGQlFVRkJRVUZCUVVGQlFVRkJRVUZCUVUvOEFBRVFnQUZRQWdBd0VSQUFJUkFRTVJBZi9FQUI4QUFBRUZBUUVCQVFFQkFBQUFBQUFBQUFBQkFnTUVCUVlIQ0FrS0MvL0VBTFVRQUFJQkF3TUNCQU1GQlFRRUFBQUJmUUVDQXdBRUVRVVNJVEZCQmhOUllRY2ljUlF5Z1pHaENDTkNzY0VWVXRId0pETmljb0lKQ2hZWEdCa2FKU1luS0NrcU5EVTJOemc1T2tORVJVWkhTRWxLVTFSVlZsZFlXVnBqWkdWbVoyaHBhbk4wZFhaM2VIbDZnNFNGaG9lSWlZcVNrNVNWbHBlWW1acWlvNlNscHFlb3FhcXlzN1MxdHJlNHVickN3OFRGeHNmSXljclMwOVRWMXRmWTJkcmg0dVBrNWVibjZPbnE4Zkx6OVBYMjkvajUrdi9FQUI4QkFBTUJBUUVCQVFFQkFRRUFBQUFBQUFBQkFnTUVCUVlIQ0FrS0MvL0VBTFVSQUFJQkFnUUVBd1FIQlFRRUFBRUNkd0FCQWdNUkJBVWhNUVlTUVZFSFlYRVRJaktCQ0JSQ2thR3h3UWtqTTFMd0ZXSnkwUW9XSkRUaEpmRVhHQmthSmljb0tTbzFOamM0T1RwRFJFVkdSMGhKU2xOVVZWWlhXRmxhWTJSbFptZG9hV3B6ZEhWMmQzaDVlb0tEaElXR2g0aUppcEtUbEpXV2w1aVptcUtqcEtXbXA2aXBxckt6dExXMnQ3aTV1c0xEeE1YR3g4akp5dExUMU5YVzE5aloydUxqNU9YbTUranA2dkx6OVBYMjkvajUrdi9hQUF3REFRQUNFUU1SQUQ4QS9QNnc4S3pUWUFROCsxZTdHbGM0WlZqZXR2aDVjdW00eHNCOUs2RlEwMU1YV2JMRC9EaTVNZTVZeVI2Z1UvWWFDOXEwWk41NEh1SWM1amI4cXpkRXRWajFyd1FzRnhPb2tzK00rbFp4cnk3QktrdTU3UGNlSDlPbDhQNThnUWtqNzFjK0p4TStXMWpmRFVZODF6cFBDbmdYU3BmRGZtTXFTdGpyVjRmRVQ1VExFVTRxZWg1LzR5OFAyRm5Jd1MyQjU3Q3V0MXBkakJVMTNQRlBEL2lTN3RwRktFQ3RvV0lrZWd0NHkxQyswc3dTUDhoSGF0YWxHRlNObWdwVkpVNVhSZTB2eHZxbWxhWjVFTXgyZTVwMDZNS2NiSVZTYm5LN09iMXp4cHFOd3hMdm1ocElsSC8vMlE9PSI+Cgk8L2ltYWdlPgo8L3N2Zz4=\"\n                            }\n                        },\n                        \"order_column\": 570835,\n                        \"created_at\": \"2023-12-15T06:51:08.000000Z\",\n                        \"updated_at\": \"2023-12-15T06:51:11.000000Z\"\n                    }\n                ],\n                \"country_detail\": {\n                    \"id\": 98,\n                    \"name\": \"India\",\n                    \"code\": \"IN\",\n                    \"dial_code\": \"+91\",\n                    \"currency_name\": \"Indian rupee\",\n                    \"currency_symbol\": \"Rs.\",\n                    \"currency_code\": \"INR\",\n                    \"created_at\": null,\n                    \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                    \"name_with_symbole\": \"Indian rupee - Rs.\"\n                }\n            },\n            \"media\": [\n                {\n                    \"id\": 652307,\n                    \"model_type\": \"App\\\\Company\",\n                    \"model_id\": 233362,\n                    \"collection_name\": \"media_company\",\n                    \"name\": \"_2023-11-24_10_49_15_65607fab94a04\",\n                    \"file_name\": \"_2023-11-24_10_49_15_65607fab94a04.xlsx\",\n                    \"mime_type\": \"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\",\n                    \"disk\": \"public\",\n                    \"size\": 12025,\n                    \"manipulations\": [],\n                    \"custom_properties\": [],\n                    \"responsive_images\": [],\n                    \"order_column\": 560925,\n                    \"created_at\": \"2023-12-04T07:34:15.000000Z\",\n                    \"updated_at\": \"2023-12-04T07:34:15.000000Z\"\n                },\n                {\n                    \"id\": 652308,\n                    \"model_type\": \"App\\\\Company\",\n                    \"model_id\": 233362,\n                    \"collection_name\": \"media_company\",\n                    \"name\": \"_2023-11-24_05_43_21_656037f9a007a\",\n                    \"file_name\": \"_2023-11-24_05_43_21_656037f9a007a.xlsx\",\n                    \"mime_type\": \"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\",\n                    \"disk\": \"public\",\n                    \"size\": 15164,\n                    \"manipulations\": [],\n                    \"custom_properties\": [],\n                    \"responsive_images\": [],\n                    \"order_column\": 560926,\n                    \"created_at\": \"2023-12-04T07:34:15.000000Z\",\n                    \"updated_at\": \"2023-12-04T07:34:15.000000Z\"\n                },\n                {\n                    \"id\": 652309,\n                    \"model_type\": \"App\\\\Company\",\n                    \"model_id\": 233362,\n                    \"collection_name\": \"media_company\",\n                    \"name\": \"_2023-11-24_05_42_53_656037dd1edca\",\n                    \"file_name\": \"_2023-11-24_05_42_53_656037dd1edca.xlsx\",\n                    \"mime_type\": \"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\",\n                    \"disk\": \"public\",\n                    \"size\": 14178,\n                    \"manipulations\": [],\n                    \"custom_properties\": [],\n                    \"responsive_images\": [],\n                    \"order_column\": 560927,\n                    \"created_at\": \"2023-12-04T07:34:15.000000Z\",\n                    \"updated_at\": \"2023-12-04T07:34:15.000000Z\"\n                },\n                {\n                    \"id\": 652310,\n                    \"model_type\": \"App\\\\Company\",\n                    \"model_id\": 233362,\n                    \"collection_name\": \"media_company\",\n                    \"name\": \"image-(2)\",\n                    \"file_name\": \"image-(2).png\",\n                    \"mime_type\": \"image/png\",\n                    \"disk\": \"public\",\n                    \"size\": 43194,\n                    \"manipulations\": [],\n                    \"custom_properties\": {\n                        \"generated_conversions\": {\n                            \"email_logo\": true,\n                            \"navbar_logo\": true,\n                            \"frontend_logo\": true\n                        }\n                    },\n                    \"responsive_images\": [],\n                    \"order_column\": 560928,\n                    \"created_at\": \"2023-12-04T07:34:16.000000Z\",\n                    \"updated_at\": \"2023-12-04T07:34:16.000000Z\"\n                }\n            ],\n            \"country_detail\": {\n                \"id\": 98,\n                \"name\": \"India\",\n                \"code\": \"IN\",\n                \"dial_code\": \"+91\",\n                \"currency_name\": \"Indian rupee\",\n                \"currency_symbol\": \"Rs.\",\n                \"currency_code\": \"INR\",\n                \"created_at\": null,\n                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                \"name_with_symbole\": \"Indian rupee - Rs.\"\n            }\n        },\n        {\n            \"id\": 233361,\n            \"company_name\": \"kapil45678900987\",\n            \"brand_name\": \"myBageecha\",\n            \"company_logo\": null,\n            \"contact_name\": \"kapil kapil\",\n            \"phone_number\": \"08849193468\",\n            \"email\": \"kapil@gmail.com\",\n            \"address_line_1\": \"Nani Khodiyar\",\n            \"address_line_2\": \"gj 23\",\n            \"pin_code\": \"388001\",\n            \"city\": \"Anand\",\n            \"created_at\": \"2023-12-04T07:31:16.000000Z\",\n            \"updated_at\": \"2023-12-22T10:48:26.000000Z\",\n            \"state_id\": null,\n            \"gstin_number\": null,\n            \"invoice_prefix\": null,\n            \"starting_invoice_number\": null,\n            \"terms_and_conditions\": null,\n            \"bank_account_beneficiary_name\": null,\n            \"bank_account_name\": null,\n            \"ifsc_code\": null,\n            \"label_company_name\": null,\n            \"label_contact_name\": null,\n            \"label_phone\": null,\n            \"label_email_address\": null,\n            \"label_address_line_1\": null,\n            \"label_address_line_2\": null,\n            \"label_pin_code\": null,\n            \"label_city\": null,\n            \"label_state\": null,\n            \"signature\": null,\n            \"currency\": null,\n            \"weight\": null,\n            \"measurement\": null,\n            \"gst_enabled\": false,\n            \"override_channel_product_weight_enabled\": false,\n            \"label_details_same_as_company\": true,\n            \"multi_vendor_invoicing_enabled\": true,\n            \"multi_vendor_shipping_enabled\": true,\n            \"is_master\": null,\n            \"invoice_number_same_as_order_number\": true,\n            \"enable_disable_cod_reconciliation\": false,\n            \"enable_disable_freight_reconciliation\": false,\n            \"cod_tolerance\": null,\n            \"freight_tolerance\": null,\n            \"is_multi_vendor_enabled\": true,\n            \"invoice_message\": null,\n            \"inclusive_exclusive\": null,\n            \"is_tax_on_shipping\": \"no\",\n            \"tax_on_shipping\": null,\n            \"primary_color\": \"#f18024\",\n            \"secondary_color\": null,\n            \"display_hsn\": true,\n            \"website\": \"https://www.shipturtle.com/\",\n            \"country\": \"IN\",\n            \"type_of_vendor\": \"dropshipper\",\n            \"invoice_message_2\": null,\n            \"title\": \"myBageecha\",\n            \"parent_id\": 212738,\n            \"extra_information\": null,\n            \"invoice_date\": \"invoice_creation_date\",\n            \"number_of_digits\": \"0\",\n            \"invoice_message_1\": null,\n            \"created_by\": null,\n            \"updated_by\": 28344,\n            \"invoice_contact_name\": \"kapil kapil\",\n            \"invoice_address_1\": \"Nani Khodiyar\",\n            \"invoice_address_2\": \"gj 23\",\n            \"invoice_postal_code\": \"388001\",\n            \"invoice_city\": \"Anand\",\n            \"invoice_phone_number\": \"08849193468\",\n            \"invoice_tin\": null,\n            \"timezone\": \"Asia/Kolkata\",\n            \"hand_delivered_enabled\": true,\n            \"other_courier_partner_enabled\": true,\n            \"billing_address_same_as_company_details\": true,\n            \"deactivated_at\": null,\n            \"state_code\": \"GJ\",\n            \"automatically_sync_vendor_name_from_store\": true,\n            \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n            \"automatically_route_all_orders_to_vendor_dashboard\": true,\n            \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n            \"correct_all_errors_in_order\": false,\n            \"generate_shipping_labels_for_orders\": false,\n            \"generate_invoices_for_dropship_orders\": false,\n            \"can_vendor_enable_disable_product\": false,\n            \"can_vendor_edit_quantity_product\": false,\n            \"can_vendor_edit_weight_dimension_product\": false,\n            \"can_vendor_edit_tax_product\": true,\n            \"set_vendor_level_commission\": false,\n            \"commission\": null,\n            \"discount_shared_by_vendor\": null,\n            \"commission_calculated_on_product_price_discounted_price\": null,\n            \"set_vendor_level_shared_discount\": false,\n            \"set_vendor_level_commissoin_calculated_on\": false,\n            \"use_shop_channel_values_to_set_commission\": true,\n            \"can_vendor_generate_invoice\": false,\n            \"can_vendor_process_shippings\": false,\n            \"can_vendor_edit_hsn_tax\": false,\n            \"can_vendor_add_courier_provider\": false,\n            \"default_vendor_type\": \"marketplace\",\n            \"no_of_deciaml_digits\": 2,\n            \"credits\": 0,\n            \"plan_id\": null,\n            \"requested_plan_id\": null,\n            \"override_invoice_permissions\": false,\n            \"override_product_permissions\": false,\n            \"override_order_routing_permissions\": false,\n            \"override_shipping_permissions\": false,\n            \"slug\": \"mybageecha-233361\",\n            \"commission_calculated_tax_type\": \"exclusive_of_tax\",\n            \"shipping_charge_commission_type\": \"fixed\",\n            \"shipping_charge_commission\": 0,\n            \"override_commission_calculated_tax_type\": false,\n            \"override_shipping_charge_commission_type\": false,\n            \"override_shipping_charge_commission\": 0,\n            \"auto_email_to_vendor\": false,\n            \"fixed_commission\": 0,\n            \"service_charge\": 0,\n            \"can_vendor_edit_price\": false,\n            \"can_vendor_delete_product\": false,\n            \"show_logo_in_awb\": false,\n            \"hide_pick_address_in_awb\": true,\n            \"hide_customer_info_in_awb\": true,\n            \"hide_price_in_awb\": false,\n            \"hide_customer_information_on_vendor_dashboards\": false,\n            \"allow_merchant_to_generate_invoice\": false,\n            \"show_merchant_logo_in_invoice\": false,\n            \"locale\": \"en\",\n            \"use_custom_waybill\": false,\n            \"redirect_url\": \"dashboard\",\n            \"invoice_state_code\": \"GJ\",\n            \"invoice_country_code\": \"IN\",\n            \"stripe_account_id\": null,\n            \"url_to_redirect_vendor_is_registered\": null,\n            \"enable_app_shipping_profile_on_shopify\": null,\n            \"policy\": null,\n            \"css\": null,\n            \"vendor_profile_color\": \"#f18024\",\n            \"about_us\": null,\n            \"facebook_link\": null,\n            \"twitter_link\": null,\n            \"instagram_link\": null,\n            \"auto_fulfill_digital_orders\": false,\n            \"use_default_warehouse_for_all_orders\": false,\n            \"invoice_label_header_title\": null,\n            \"invoice_place_of_supply\": null,\n            \"invoice_cin_key_title\": null,\n            \"invoice_cin\": null,\n            \"give_vendor_access_to_merchant_shipper\": false,\n            \"auto_generate_order_invoices_to_customers\": false,\n            \"auto_email_order_invoices_to_customers\": false,\n            \"treat_manual_payment_mode_as_cod\": false,\n            \"fulfill_order_after_confirm\": false,\n            \"add_notes_before_confirming_orders\": false,\n            \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n            \"note_at_the_top_of_invoice\": null,\n            \"vendor_shop_id\": null,\n            \"vendor_category\": null,\n            \"vendor_location\": null,\n            \"short_description\": null,\n            \"display_vendor_category\": false,\n            \"display_vendor_location\": false,\n            \"display_vendor_short_description\": false,\n            \"name_of_the_vendor_listing_page\": null,\n            \"sync_settings\": {\n                \"update_settings\": {\n                    \"sku\": true,\n                    \"tags\": true,\n                    \"media\": true,\n                    \"price\": false,\n                    \"title\": true,\n                    \"weight\": true,\n                    \"barcode\": true,\n                    \"quantity\": true,\n                    \"description\": true,\n                    \"product_type\": true,\n                    \"variant_name\": true,\n                    \"publish_status\": true,\n                    \"compare_at_price\": true,\n                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                },\n                \"create_settings\": {\n                    \"sku\": true,\n                    \"tags\": true,\n                    \"media\": true,\n                    \"price\": false,\n                    \"title\": true,\n                    \"weight\": true,\n                    \"barcode\": true,\n                    \"quantity\": true,\n                    \"description\": true,\n                    \"product_type\": true,\n                    \"variant_name\": true,\n                    \"publish_status\": true,\n                    \"compare_at_price\": true,\n                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                },\n                \"override_product_status_at_create\": true,\n                \"product_status\": \"as_per_vendor_product\",\n                \"enable_order_sync\": true,\n                \"push_only_if_order_paid\": false,\n                \"push_unsynced_product_order\": true,\n                \"auto_add_variant\": true,\n                \"auto_remove_variant\": true,\n                \"strictKeyCheck\": false,\n                \"on_product_delete\": \"do_nothing\",\n                \"on_product_unmapped\": \"do_nothing\",\n                \"push_only_if_product_connected\": true\n            },\n            \"override_hide_customer_information_permissions\": false,\n            \"can_vendor_cancel_an_order\": false,\n            \"hide_shipping_charges\": false,\n            \"add_insurance_to_shipment\": 0,\n            \"meta_title\": null,\n            \"registration_link\": null,\n            \"auto_approval_of_products_from_vendor\": true,\n            \"ignore_selling_price_for_commission\": 0,\n            \"shipping_label_check\": {\n                \"email\": false,\n                \"phone\": false,\n                \"address_line_1\": false,\n                \"address_line_2\": false,\n                \"address_line_1_minimum\": null,\n                \"address_line_1_maximum\": null,\n                \"address_line_2_minimum\": null,\n                \"address_line_2_maximum\": null\n            },\n            \"shipping_label_size\": \"smalllabel\",\n            \"paypal_email\": null,\n            \"use_custom_email_driver\": false,\n            \"ignore_order_splitting\": false,\n            \"hide_customer_information_on_vendor_dashboard\": {\n                \"name\": false,\n                \"phone\": false,\n                \"address\": false,\n                \"email\": false,\n                \"city\": false,\n                \"state\": false\n            },\n            \"hide_customer_information_in_awb\": {\n                \"name\": false,\n                \"phone\": false,\n                \"address\": false,\n                \"email\": false,\n                \"city\": false,\n                \"state\": false,\n                \"line_items\": false,\n                \"vendor_name\": false,\n                \"sku\": false,\n                \"weight_dimension\": false\n            },\n            \"hide_customer_information_in_invoice\": {\n                \"name\": false,\n                \"phone\": false,\n                \"address\": false,\n                \"email\": false,\n                \"city\": false,\n                \"state\": false\n            },\n            \"vendor_profile_settings\": {\n                \"seller_products_tab\": true,\n                \"seller_policy_tab\": true,\n                \"seller_contact_us_tab\": true\n            },\n            \"challan_message_1\": null,\n            \"challan_message_2\": null,\n            \"challan_prefix\": null,\n            \"challan_number_same_as_invoice_number\": true,\n            \"default_label_size_for_all_vendors\": false,\n            \"hide_customer_information_in_export\": {\n                \"name\": false,\n                \"phone\": false,\n                \"address\": false,\n                \"email\": false,\n                \"city\": false,\n                \"state\": false\n            },\n            \"product_permissions\": null,\n            \"hide_product_details_in_awb\": false,\n            \"hide_invoice_details_in_awb\": false,\n            \"company_note\": null,\n            \"meta_data\": null,\n            \"color_theme_field\": \"light.blue\",\n            \"change_tracking_url\": false,\n            \"ship_to_address_as_merchants_default_warehouse\": false,\n            \"can_vendor_hold_an_order\": false,\n            \"handle_out_of_stock_products\": null,\n            \"allow_vendors_to_change_vendor_profile_details\": false,\n            \"whatsapp_account\": null,\n            \"vendor_profile_theme_choosen\": \"theme-1\",\n            \"whatsapp_credit\": 100,\n            \"test_whatsapp_number\": null,\n            \"spoc_email_sending_method\": null,\n            \"connected_vendor_shops\": null,\n            \"events\": null,\n            \"commission_automation_set\": null,\n            \"auto_confirmation_using_tags_settings\": {\n                \"tags_settings_status\": false,\n                \"paid\": false,\n                \"tags_for_paid\": [],\n                \"cod_or_partially_paid\": false,\n                \"tags_for_cod_or_partially_paid\": [],\n                \"Exceptions_for_paid\": false,\n                \"Exceptions_for_paid_tags\": [],\n                \"Exceptions_for_cod_or_partially_paid\": false,\n                \"Exceptions_for_cod_or_partially_paid_tags\": []\n            },\n            \"preferred_location\": null,\n            \"email_credit\": null,\n            \"logo\": null,\n            \"logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n            \"is_general_setting_done\": true,\n            \"is_invoice_setting_done\": true,\n            \"is_label_setting_done\": false,\n            \"is_gst_enabled\": false,\n            \"billing_detail\": \"Anand</br>Gujarat</br>India\",\n            \"warehouse_address\": \"Anand</br>IN\",\n            \"contact_information\": \"kapil kapil</br>08849193468</br>kapil@gmail.com</br>\",\n            \"status\": \"Active\",\n            \"global_commission\": \"15\",\n            \"global_discount_shared_by_vendor\": \"0\",\n            \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n            \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n            \"global_shipping_charge_commission_type\": \"fixed\",\n            \"global_shipping_charge_commission\": 50,\n            \"global_fixed_commission\": 10,\n            \"is_drop_shipper\": true,\n            \"state\": {\n                \"id\": 13,\n                \"code\": \"GJ\",\n                \"tin\": 24,\n                \"title\": \"Gujarat\",\n                \"created_at\": \"2019-08-03T17:48:42.000000Z\",\n                \"updated_at\": \"2020-03-28T04:51:45.000000Z\",\n                \"deleted_at\": null,\n                \"country_code\": \"IN\"\n            },\n            \"first_email\": [\n                \"kapil@gmail.com\"\n            ],\n            \"invoice_state\": {\n                \"id\": 13,\n                \"code\": \"GJ\",\n                \"tin\": 24,\n                \"title\": \"Gujarat\",\n                \"created_at\": \"2019-08-03T17:48:42.000000Z\",\n                \"updated_at\": \"2020-03-28T04:51:45.000000Z\",\n                \"deleted_at\": null,\n                \"country_code\": \"IN\"\n            },\n            \"banner\": null,\n            \"banner_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n            \"frontend_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n            \"navbar_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n            \"email_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n            \"invoice_country_detail\": {\n                \"id\": 98,\n                \"name\": \"India\",\n                \"code\": \"IN\",\n                \"dial_code\": \"+91\",\n                \"currency_name\": \"Indian rupee\",\n                \"currency_symbol\": \"Rs.\",\n                \"currency_code\": \"INR\",\n                \"created_at\": null,\n                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                \"name_with_symbole\": \"Indian rupee - Rs.\"\n            },\n            \"commission_tags\": null,\n            \"warehouses\": [],\n            \"shipping_profiles\": [],\n            \"vendor_shop\": null,\n            \"configuration\": {\n                \"id\": 129007,\n                \"children_default_permissions\": {\n                    \"can_vendor_enable_disable_product\": false,\n                    \"can_vendor_edit_quantity_product\": true,\n                    \"can_vendor_edit_weight_dimension_product\": true,\n                    \"can_vendor_edit_tax_product\": false,\n                    \"can_vendor_generate_invoice\": true,\n                    \"can_vendor_generate_label\": true,\n                    \"can_vendor_add_courier_provider\": true,\n                    \"can_vendor_edit_order_package_dimensions\": true,\n                    \"can_vendor_cancel_label\": true,\n                    \"can_vendor_change_order_shipment_status\": true,\n                    \"can_vendor_change_order_warehouse\": true,\n                    \"can_vendor_cancel_invoice\": false,\n                    \"can_vendor_edit_price\": true,\n                    \"can_vendor_delete_product\": false,\n                    \"can_mail_to_customer\": true,\n                    \"can_change_payment_method\": true,\n                    \"can_access_shipping_address\": true,\n                    \"can_edit_shipping_address\": true,\n                    \"can_view_shipping_address\": true,\n                    \"can_view_estimated_cost_of_shipping\": true,\n                    \"can_access_settings\": true,\n                    \"can_access_customer_chat\": true,\n                    \"can_product_view_price\": true,\n                    \"can_product_view_title\": true,\n                    \"can_product_view_sku\": true,\n                    \"can_product_view_quantity\": true,\n                    \"can_product_view_inventory_management\": true,\n                    \"can_product_view_inventory_policy\": true,\n                    \"can_product_view_requires_shipping\": true,\n                    \"can_product_view_cost_price\": true,\n                    \"can_product_view_bar_code\": true,\n                    \"can_product_view_weight_dimension\": true,\n                    \"can_product_view_commission\": true,\n                    \"can_product_view_compare_at_price\": true,\n                    \"product_quick_edit_price\": true,\n                    \"product_quick_edit_title\": false,\n                    \"product_quick_edit_sku\": false,\n                    \"product_quick_edit_quantity\": false,\n                    \"product_quick_edit_inventory_management\": true,\n                    \"product_quick_edit_inventory_policy\": true,\n                    \"product_quick_edit_requires_shipping\": true,\n                    \"product_quick_edit_cost_price\": false,\n                    \"product_quick_edit_bar_code\": false,\n                    \"product_quick_edit_weight_dimension\": false,\n                    \"product_quick_edit_compare_at_price\": false,\n                    \"product_full_edit_price\": true,\n                    \"product_full_edit_title\": false,\n                    \"product_full_edit_sku\": false,\n                    \"product_full_edit_quantity\": false,\n                    \"product_full_edit_inventory_management\": true,\n                    \"product_full_edit_inventory_policy\": true,\n                    \"product_full_edit_requires_shipping\": true,\n                    \"product_full_edit_cost_price\": false,\n                    \"product_full_edit_bar_code\": false,\n                    \"product_full_edit_weight_dimension\": false,\n                    \"product_full_edit_compare_at_price\": false,\n                    \"commission_access\": true,\n                    \"product_access\": false,\n                    \"auto_approval_of_products_from_vendor\": false\n                },\n                \"company_id\": 233361,\n                \"created_at\": \"2023-12-04T07:31:16.000000Z\",\n                \"updated_at\": \"2023-12-22T06:26:18.000000Z\"\n            },\n            \"parent\": {\n                \"id\": 212738,\n                \"company_name\": \"kapil\",\n                \"brand_name\": \"violetplants\",\n                \"company_logo\": null,\n                \"contact_name\": \"Chahar\",\n                \"phone_number\": null,\n                \"email\": \"dragjyoti@shipturtle.com\",\n                \"address_line_1\": \"Est\",\n                \"address_line_2\": \"Test\",\n                \"pin_code\": \"411018\",\n                \"city\": \"Pune\",\n                \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                \"updated_at\": \"2023-12-22T10:48:24.000000Z\",\n                \"state_id\": null,\n                \"gstin_number\": \"1234\",\n                \"invoice_prefix\": \"Invoice\",\n                \"starting_invoice_number\": \"22\",\n                \"terms_and_conditions\": null,\n                \"bank_account_beneficiary_name\": null,\n                \"bank_account_name\": null,\n                \"ifsc_code\": null,\n                \"label_company_name\": null,\n                \"label_contact_name\": null,\n                \"label_phone\": null,\n                \"label_email_address\": null,\n                \"label_address_line_1\": null,\n                \"label_address_line_2\": null,\n                \"label_pin_code\": null,\n                \"label_city\": null,\n                \"label_state\": null,\n                \"signature\": null,\n                \"currency\": \"INR\",\n                \"weight\": null,\n                \"measurement\": null,\n                \"gst_enabled\": true,\n                \"override_channel_product_weight_enabled\": true,\n                \"label_details_same_as_company\": true,\n                \"multi_vendor_invoicing_enabled\": false,\n                \"multi_vendor_shipping_enabled\": false,\n                \"is_master\": \"1\",\n                \"invoice_number_same_as_order_number\": true,\n                \"enable_disable_cod_reconciliation\": true,\n                \"enable_disable_freight_reconciliation\": true,\n                \"cod_tolerance\": \"5\",\n                \"freight_tolerance\": \"2\",\n                \"is_multi_vendor_enabled\": true,\n                \"invoice_message\": null,\n                \"inclusive_exclusive\": null,\n                \"is_tax_on_shipping\": \"no\",\n                \"tax_on_shipping\": null,\n                \"primary_color\": \"#222F3D\",\n                \"secondary_color\": null,\n                \"display_hsn\": true,\n                \"website\": \"https://app.shipturtle.com/\",\n                \"country\": \"IN\",\n                \"type_of_vendor\": \"marketplace\",\n                \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                \"title\": \"violetplants\",\n                \"parent_id\": 212738,\n                \"extra_information\": null,\n                \"invoice_date\": \"invoice_creation_date\",\n                \"number_of_digits\": \"0\",\n                \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                \"created_by\": null,\n                \"updated_by\": 28344,\n                \"invoice_contact_name\": \"Hussain\",\n                \"invoice_address_1\": \"dahod\",\n                \"invoice_address_2\": \"dahod\",\n                \"invoice_postal_code\": \"380005\",\n                \"invoice_city\": \"Ahmedabad\",\n                \"invoice_phone_number\": \"09173038104\",\n                \"invoice_tin\": null,\n                \"timezone\": \"America/Phoenix\",\n                \"hand_delivered_enabled\": true,\n                \"other_courier_partner_enabled\": true,\n                \"billing_address_same_as_company_details\": false,\n                \"deactivated_at\": null,\n                \"state_code\": \"GJ\",\n                \"automatically_sync_vendor_name_from_store\": true,\n                \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                \"correct_all_errors_in_order\": false,\n                \"generate_shipping_labels_for_orders\": false,\n                \"generate_invoices_for_dropship_orders\": false,\n                \"can_vendor_enable_disable_product\": false,\n                \"can_vendor_edit_quantity_product\": false,\n                \"can_vendor_edit_weight_dimension_product\": false,\n                \"can_vendor_edit_tax_product\": true,\n                \"set_vendor_level_commission\": false,\n                \"commission\": \"15\",\n                \"discount_shared_by_vendor\": \"0\",\n                \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                \"set_vendor_level_shared_discount\": false,\n                \"set_vendor_level_commissoin_calculated_on\": false,\n                \"use_shop_channel_values_to_set_commission\": false,\n                \"can_vendor_generate_invoice\": true,\n                \"can_vendor_process_shippings\": true,\n                \"can_vendor_edit_hsn_tax\": true,\n                \"can_vendor_add_courier_provider\": true,\n                \"default_vendor_type\": \"dropshipper\",\n                \"no_of_deciaml_digits\": 2,\n                \"credits\": 299952,\n                \"plan_id\": 4,\n                \"requested_plan_id\": null,\n                \"override_invoice_permissions\": false,\n                \"override_product_permissions\": false,\n                \"override_order_routing_permissions\": false,\n                \"override_shipping_permissions\": false,\n                \"slug\": \"violetplants-212738\",\n                \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                \"shipping_charge_commission_type\": \"fixed\",\n                \"shipping_charge_commission\": 50,\n                \"override_commission_calculated_tax_type\": false,\n                \"override_shipping_charge_commission_type\": false,\n                \"override_shipping_charge_commission\": 0,\n                \"auto_email_to_vendor\": true,\n                \"fixed_commission\": 10,\n                \"service_charge\": 0,\n                \"can_vendor_edit_price\": false,\n                \"can_vendor_delete_product\": false,\n                \"show_logo_in_awb\": false,\n                \"hide_pick_address_in_awb\": false,\n                \"hide_customer_info_in_awb\": true,\n                \"hide_price_in_awb\": false,\n                \"hide_customer_information_on_vendor_dashboards\": false,\n                \"allow_merchant_to_generate_invoice\": false,\n                \"show_merchant_logo_in_invoice\": true,\n                \"locale\": \"en\",\n                \"use_custom_waybill\": true,\n                \"redirect_url\": \"dashboard\",\n                \"invoice_state_code\": \"GJ\",\n                \"invoice_country_code\": \"IN\",\n                \"stripe_account_id\": null,\n                \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                \"enable_app_shipping_profile_on_shopify\": \"0\",\n                \"policy\": null,\n                \"css\": null,\n                \"vendor_profile_color\": \"#f18024\",\n                \"about_us\": null,\n                \"facebook_link\": null,\n                \"twitter_link\": null,\n                \"instagram_link\": null,\n                \"auto_fulfill_digital_orders\": true,\n                \"use_default_warehouse_for_all_orders\": false,\n                \"invoice_label_header_title\": null,\n                \"invoice_place_of_supply\": null,\n                \"invoice_cin_key_title\": null,\n                \"invoice_cin\": null,\n                \"give_vendor_access_to_merchant_shipper\": false,\n                \"auto_generate_order_invoices_to_customers\": true,\n                \"auto_email_order_invoices_to_customers\": true,\n                \"treat_manual_payment_mode_as_cod\": false,\n                \"fulfill_order_after_confirm\": false,\n                \"add_notes_before_confirming_orders\": false,\n                \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                \"note_at_the_top_of_invoice\": null,\n                \"vendor_shop_id\": null,\n                \"vendor_category\": null,\n                \"vendor_location\": null,\n                \"short_description\": null,\n                \"display_vendor_category\": true,\n                \"display_vendor_location\": true,\n                \"display_vendor_short_description\": true,\n                \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                \"sync_settings\": {\n                    \"update_settings\": {\n                        \"sku\": true,\n                        \"tags\": true,\n                        \"media\": true,\n                        \"price\": false,\n                        \"title\": true,\n                        \"weight\": true,\n                        \"barcode\": true,\n                        \"quantity\": true,\n                        \"description\": true,\n                        \"product_type\": true,\n                        \"variant_name\": true,\n                        \"publish_status\": true,\n                        \"compare_at_price\": true,\n                        \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                    },\n                    \"create_settings\": {\n                        \"sku\": true,\n                        \"tags\": true,\n                        \"media\": true,\n                        \"price\": false,\n                        \"title\": true,\n                        \"weight\": true,\n                        \"barcode\": true,\n                        \"quantity\": true,\n                        \"description\": true,\n                        \"product_type\": true,\n                        \"variant_name\": true,\n                        \"publish_status\": true,\n                        \"compare_at_price\": true,\n                        \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                    },\n                    \"override_product_status_at_create\": true,\n                    \"product_status\": \"as_per_vendor_product\",\n                    \"enable_order_sync\": true,\n                    \"push_only_if_order_paid\": false,\n                    \"push_unsynced_product_order\": true,\n                    \"auto_add_variant\": true,\n                    \"auto_remove_variant\": true,\n                    \"strictKeyCheck\": false,\n                    \"on_product_delete\": \"do_nothing\",\n                    \"on_product_unmapped\": \"do_nothing\",\n                    \"push_only_if_product_connected\": true\n                },\n                \"override_hide_customer_information_permissions\": false,\n                \"can_vendor_cancel_an_order\": false,\n                \"hide_shipping_charges\": false,\n                \"add_insurance_to_shipment\": 0,\n                \"meta_title\": null,\n                \"registration_link\": null,\n                \"auto_approval_of_products_from_vendor\": true,\n                \"ignore_selling_price_for_commission\": 0,\n                \"shipping_label_check\": {\n                    \"email\": false,\n                    \"phone\": false,\n                    \"address_line_1\": false,\n                    \"address_line_2\": false,\n                    \"address_line_1_minimum\": null,\n                    \"address_line_1_maximum\": null,\n                    \"address_line_2_minimum\": null,\n                    \"address_line_2_maximum\": null\n                },\n                \"shipping_label_size\": \"smalllabel\",\n                \"paypal_email\": null,\n                \"use_custom_email_driver\": true,\n                \"ignore_order_splitting\": false,\n                \"hide_customer_information_on_vendor_dashboard\": {\n                    \"name\": false,\n                    \"phone\": false,\n                    \"address\": false,\n                    \"email\": false,\n                    \"city\": false,\n                    \"state\": false\n                },\n                \"hide_customer_information_in_awb\": {\n                    \"name\": false,\n                    \"phone\": false,\n                    \"address\": false,\n                    \"email\": false,\n                    \"city\": false,\n                    \"state\": false,\n                    \"line_items\": false,\n                    \"vendor_name\": false,\n                    \"sku\": false,\n                    \"weight_dimension\": false\n                },\n                \"hide_customer_information_in_invoice\": {\n                    \"name\": false,\n                    \"phone\": false,\n                    \"address\": false,\n                    \"email\": false,\n                    \"city\": false,\n                    \"state\": false\n                },\n                \"vendor_profile_settings\": {\n                    \"seller_products_tab\": true,\n                    \"seller_policy_tab\": true,\n                    \"seller_contact_us_tab\": true,\n                    \"seller_events_tab\": true,\n                    \"seller_reviews_tab\": false,\n                    \"seller_about_us_tab\": true\n                },\n                \"challan_message_1\": null,\n                \"challan_message_2\": null,\n                \"challan_prefix\": \"Invoice\",\n                \"challan_number_same_as_invoice_number\": true,\n                \"default_label_size_for_all_vendors\": true,\n                \"hide_customer_information_in_export\": {\n                    \"name\": false,\n                    \"phone\": false,\n                    \"address\": false,\n                    \"email\": false,\n                    \"city\": false,\n                    \"state\": false\n                },\n                \"product_permissions\": null,\n                \"hide_product_details_in_awb\": false,\n                \"hide_invoice_details_in_awb\": false,\n                \"company_note\": \"<p>sdfasdfab</p>\",\n                \"meta_data\": \"[{\\\"uuid\\\":\\\"e95a7b2d-5210-4e7b-988f-7fbde7acf198\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/601990/dashboard-mockup-for-c2c.xlsx\\\",\\\"size\\\":102609,\\\"name\\\":\\\"Dashboard Mockup for C2C.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"50844059-549d-4bcc-88bf-a023fd46bd29\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/604572/28344-1690206866.xlsx\\\",\\\"size\\\":7389,\\\"name\\\":\\\"28344-1690206866.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3ad73d68-08a3-46b5-9afc-3d1ac5df398f\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655061/lable_cancelled_order_amazon.xlsx\\\",\\\"size\\\":26214,\\\"name\\\":\\\"Lable Cancelled Order Amazon.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                \"color_theme_field\": \"light.blue\",\n                \"change_tracking_url\": false,\n                \"ship_to_address_as_merchants_default_warehouse\": false,\n                \"can_vendor_hold_an_order\": false,\n                \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                \"allow_vendors_to_change_vendor_profile_details\": true,\n                \"whatsapp_account\": \"use_company_account\",\n                \"vendor_profile_theme_choosen\": \"theme-1\",\n                \"whatsapp_credit\": 54,\n                \"test_whatsapp_number\": \"+918849193468\",\n                \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                \"connected_vendor_shops\": [\n                    \"vendorsynctesting5.myshopify.com\",\n                    \"testing-for-vendorsync.myshopify.com\",\n                    \"purpleplants.myshopify.com\",\n                    \"https://st-wpdemo.com/\",\n                    \"test-store-webkul-112.myshopify.com\",\n                    \"https://st-wpdemo.com/\",\n                    \"purpleplants.myshopify.com/\",\n                    \"https://st-wpdemo.com/\",\n                    \"purpleplants.myshopify.com\",\n                    \"channelteststore5.myshopify.com\",\n                    \"https://st-wpdemo.com/newtestclient/\",\n                    \"purpleplants.myshopify.com\",\n                    \"purpleplants.myshopify.com\"\n                ],\n                \"events\": null,\n                \"commission_automation_set\": {\n                    \"commission_automation\": true,\n                    \"commission_automation_rules\": true,\n                    \"commission_automation_date_range\": true,\n                    \"commission_automation_schedule_option\": \"on_order_receipt\",\n                    \"time_buffer_for_commission_automation\": \"4\",\n                    \"order_status_for_commission_automation\": \"pending\",\n                    \"invoice_number_for_commission_automation\": 277,\n                    \"date_Range_days_for_commission_automation\": \"4\"\n                },\n                \"auto_confirmation_using_tags_settings\": {\n                    \"tags_settings_status\": true,\n                    \"paid\": true,\n                    \"tags_for_paid\": [],\n                    \"cod_or_partially_paid\": false,\n                    \"tags_for_cod_or_partially_paid\": [],\n                    \"Exceptions_for_paid\": false,\n                    \"Exceptions_for_paid_tags\": [],\n                    \"Exceptions_for_cod_or_partially_paid\": false,\n                    \"Exceptions_for_cod_or_partially_paid_tags\": []\n                },\n                \"preferred_location\": null,\n                \"email_credit\": 4853,\n                \"logo\": {\n                    \"id\": 665099,\n                    \"model_type\": \"App\\\\Company\",\n                    \"model_id\": 212738,\n                    \"collection_name\": \"logo\",\n                    \"name\": \"pexels-pixabay-268533\",\n                    \"file_name\": \"pexels-pixabay-268533.jpg\",\n                    \"mime_type\": \"image/jpeg\",\n                    \"disk\": \"s3\",\n                    \"size\": 272597,\n                    \"manipulations\": [],\n                    \"custom_properties\": {\n                        \"generated_conversions\": {\n                            \"email_logo\": true,\n                            \"navbar_logo\": true,\n                            \"frontend_logo\": true\n                        }\n                    },\n                    \"responsive_images\": {\n                        \"medialibrary_original\": {\n                            \"urls\": [\n                                \"pexels-pixabay-268533___medialibrary_original_1920_1278.jpg\",\n                                \"pexels-pixabay-268533___medialibrary_original_1606_1069.jpg\",\n                                \"pexels-pixabay-268533___medialibrary_original_1344_895.jpg\",\n                                \"pexels-pixabay-268533___medialibrary_original_1124_748.jpg\",\n                                \"pexels-pixabay-268533___medialibrary_original_940_626.jpg\",\n                                \"pexels-pixabay-268533___medialibrary_original_787_524.jpg\",\n                                \"pexels-pixabay-268533___medialibrary_original_658_438.jpg\",\n                                \"pexels-pixabay-268533___medialibrary_original_550_366.jpg\",\n                                \"pexels-pixabay-268533___medialibrary_original_460_306.jpg\",\n                                \"pexels-pixabay-268533___medialibrary_original_385_256.jpg\"\n                            ],\n                            \"base64svg\": \"data:image/svg+xml;base64,PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHg9IjAiCiB5PSIwIiB2aWV3Qm94PSIwIDAgMTkyMCAxMjc4Ij4KCTxpbWFnZSB3aWR0aD0iMTkyMCIgaGVpZ2h0PSIxMjc4IiB4bGluazpocmVmPSJkYXRhOmltYWdlL2pwZWc7YmFzZTY0LC85ai80QUFRU2taSlJnQUJBUUVBWUFCZ0FBRC8vZ0E3UTFKRlFWUlBVam9nWjJRdGFuQmxaeUIyTVM0d0lDaDFjMmx1WnlCSlNrY2dTbEJGUnlCMk9EQXBMQ0J4ZFdGc2FYUjVJRDBnT1RBSy85c0FRd0FEQWdJREFnSURBd01EQkFNREJBVUlCUVVFQkFVS0J3Y0dDQXdLREF3TENnc0xEUTRTRUEwT0VRNExDeEFXRUJFVEZCVVZGUXdQRnhnV0ZCZ1NGQlVVLzlzQVF3RURCQVFGQkFVSkJRVUpGQTBMRFJRVUZCUVVGQlFVRkJRVUZCUVVGQlFVRkJRVUZCUVVGQlFVRkJRVUZCUVVGQlFVRkJRVUZCUVVGQlFVRkJRVUZCUVUvOEFBRVFnQUZRQWdBd0VSQUFJUkFRTVJBZi9FQUI4QUFBRUZBUUVCQVFFQkFBQUFBQUFBQUFBQkFnTUVCUVlIQ0FrS0MvL0VBTFVRQUFJQkF3TUNCQU1GQlFRRUFBQUJmUUVDQXdBRUVRVVNJVEZCQmhOUllRY2ljUlF5Z1pHaENDTkNzY0VWVXRId0pETmljb0lKQ2hZWEdCa2FKU1luS0NrcU5EVTJOemc1T2tORVJVWkhTRWxLVTFSVlZsZFlXVnBqWkdWbVoyaHBhbk4wZFhaM2VIbDZnNFNGaG9lSWlZcVNrNVNWbHBlWW1acWlvNlNscHFlb3FhcXlzN1MxdHJlNHVickN3OFRGeHNmSXljclMwOVRWMXRmWTJkcmg0dVBrNWVibjZPbnE4Zkx6OVBYMjkvajUrdi9FQUI4QkFBTUJBUUVCQVFFQkFRRUFBQUFBQUFBQkFnTUVCUVlIQ0FrS0MvL0VBTFVSQUFJQkFnUUVBd1FIQlFRRUFBRUNkd0FCQWdNUkJBVWhNUVlTUVZFSFlYRVRJaktCQ0JSQ2thR3h3UWtqTTFMd0ZXSnkwUW9XSkRUaEpmRVhHQmthSmljb0tTbzFOamM0T1RwRFJFVkdSMGhKU2xOVVZWWlhXRmxhWTJSbFptZG9hV3B6ZEhWMmQzaDVlb0tEaElXR2g0aUppcEtUbEpXV2w1aVptcUtqcEtXbXA2aXBxckt6dExXMnQ3aTV1c0xEeE1YR3g4akp5dExUMU5YVzE5aloydUxqNU9YbTUranA2dkx6OVBYMjkvajUrdi9hQUF3REFRQUNFUU1SQUQ4QS9QNnc4S3pUWUFROCsxZTdHbGM0WlZqZXR2aDVjdW00eHNCOUs2RlEwMU1YV2JMRC9EaTVNZTVZeVI2Z1UvWWFDOXEwWk41NEh1SWM1amI4cXpkRXRWajFyd1FzRnhPb2tzK00rbFp4cnk3QktrdTU3UGNlSDlPbDhQNThnUWtqNzFjK0p4TStXMWpmRFVZODF6cFBDbmdYU3BmRGZtTXFTdGpyVjRmRVQ1VExFVTRxZWg1LzR5OFAyRm5Jd1MyQjU3Q3V0MXBkakJVMTNQRlBEL2lTN3RwRktFQ3RvV0lrZWd0NHkxQyswc3dTUDhoSGF0YWxHRlNObWdwVkpVNVhSZTB2eHZxbWxhWjVFTXgyZTVwMDZNS2NiSVZTYm5LN09iMXp4cHFOd3hMdm1ocElsSC8vMlE9PSI+Cgk8L2ltYWdlPgo8L3N2Zz4=\"\n                        }\n                    },\n                    \"order_column\": 570835,\n                    \"created_at\": \"2023-12-15T06:51:08.000000Z\",\n                    \"updated_at\": \"2023-12-15T06:51:11.000000Z\"\n                },\n                \"logo_link\": \"https://d2i9a0muccv7uq.cloudfront.net/665099/pexels-pixabay-268533.jpg\",\n                \"is_general_setting_done\": true,\n                \"is_invoice_setting_done\": true,\n                \"is_label_setting_done\": false,\n                \"is_gst_enabled\": true,\n                \"billing_detail\": \"Pune</br>Gujarat</br>India\",\n                \"warehouse_address\": \"Pune</br>IN\",\n                \"contact_information\": \"Chahar</br>dragjyoti@shipturtle.com</br>\",\n                \"status\": \"Active\",\n                \"global_commission\": \"15\",\n                \"global_discount_shared_by_vendor\": \"0\",\n                \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                \"global_shipping_charge_commission_type\": \"fixed\",\n                \"global_shipping_charge_commission\": 50,\n                \"global_fixed_commission\": 10,\n                \"is_drop_shipper\": false,\n                \"state\": {\n                    \"id\": 13,\n                    \"code\": \"GJ\",\n                    \"tin\": 24,\n                    \"title\": \"Gujarat\",\n                    \"created_at\": \"2019-08-03T17:48:42.000000Z\",\n                    \"updated_at\": \"2020-03-28T04:51:45.000000Z\",\n                    \"deleted_at\": null,\n                    \"country_code\": \"IN\"\n                },\n                \"first_email\": [\n                    \"dragjyoti@shipturtle.com\"\n                ],\n                \"invoice_state\": {\n                    \"id\": 13,\n                    \"code\": \"GJ\",\n                    \"tin\": 24,\n                    \"title\": \"Gujarat\",\n                    \"created_at\": \"2019-08-03T17:48:42.000000Z\",\n                    \"updated_at\": \"2020-03-28T04:51:45.000000Z\",\n                    \"deleted_at\": null,\n                    \"country_code\": \"IN\"\n                },\n                \"banner\": null,\n                \"banner_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                \"frontend_logo_link\": \"https://d2i9a0muccv7uq.cloudfront.net/665099/pexels-pixabay-268533.jpg\",\n                \"navbar_logo_link\": \"https://d2i9a0muccv7uq.cloudfront.net/665099/pexels-pixabay-268533.jpg\",\n                \"email_logo_link\": \"https://d2i9a0muccv7uq.cloudfront.net/665099/pexels-pixabay-268533.jpg\",\n                \"invoice_country_detail\": {\n                    \"id\": 98,\n                    \"name\": \"India\",\n                    \"code\": \"IN\",\n                    \"dial_code\": \"+91\",\n                    \"currency_name\": \"Indian rupee\",\n                    \"currency_symbol\": \"Rs.\",\n                    \"currency_code\": \"INR\",\n                    \"created_at\": null,\n                    \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                    \"name_with_symbole\": \"Indian rupee - Rs.\"\n                },\n                \"commission_tags\": {\n                    \"company_id\": 212738,\n                    \"override_commission\": true\n                },\n                \"media\": [\n                    {\n                        \"id\": 665099,\n                        \"model_type\": \"App\\\\Company\",\n                        \"model_id\": 212738,\n                        \"collection_name\": \"logo\",\n                        \"name\": \"pexels-pixabay-268533\",\n                        \"file_name\": \"pexels-pixabay-268533.jpg\",\n                        \"mime_type\": \"image/jpeg\",\n                        \"disk\": \"s3\",\n                        \"size\": 272597,\n                        \"manipulations\": [],\n                        \"custom_properties\": {\n                            \"generated_conversions\": {\n                                \"email_logo\": true,\n                                \"navbar_logo\": true,\n                                \"frontend_logo\": true\n                            }\n                        },\n                        \"responsive_images\": {\n                            \"medialibrary_original\": {\n                                \"urls\": [\n                                    \"pexels-pixabay-268533___medialibrary_original_1920_1278.jpg\",\n                                    \"pexels-pixabay-268533___medialibrary_original_1606_1069.jpg\",\n                                    \"pexels-pixabay-268533___medialibrary_original_1344_895.jpg\",\n                                    \"pexels-pixabay-268533___medialibrary_original_1124_748.jpg\",\n                                    \"pexels-pixabay-268533___medialibrary_original_940_626.jpg\",\n                                    \"pexels-pixabay-268533___medialibrary_original_787_524.jpg\",\n                                    \"pexels-pixabay-268533___medialibrary_original_658_438.jpg\",\n                                    \"pexels-pixabay-268533___medialibrary_original_550_366.jpg\",\n                                    \"pexels-pixabay-268533___medialibrary_original_460_306.jpg\",\n                                    \"pexels-pixabay-268533___medialibrary_original_385_256.jpg\"\n                                ],\n                                \"base64svg\": \"data:image/svg+xml;base64,PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHg9IjAiCiB5PSIwIiB2aWV3Qm94PSIwIDAgMTkyMCAxMjc4Ij4KCTxpbWFnZSB3aWR0aD0iMTkyMCIgaGVpZ2h0PSIxMjc4IiB4bGluazpocmVmPSJkYXRhOmltYWdlL2pwZWc7YmFzZTY0LC85ai80QUFRU2taSlJnQUJBUUVBWUFCZ0FBRC8vZ0E3UTFKRlFWUlBVam9nWjJRdGFuQmxaeUIyTVM0d0lDaDFjMmx1WnlCSlNrY2dTbEJGUnlCMk9EQXBMQ0J4ZFdGc2FYUjVJRDBnT1RBSy85c0FRd0FEQWdJREFnSURBd01EQkFNREJBVUlCUVVFQkFVS0J3Y0dDQXdLREF3TENnc0xEUTRTRUEwT0VRNExDeEFXRUJFVEZCVVZGUXdQRnhnV0ZCZ1NGQlVVLzlzQVF3RURCQVFGQkFVSkJRVUpGQTBMRFJRVUZCUVVGQlFVRkJRVUZCUVVGQlFVRkJRVUZCUVVGQlFVRkJRVUZCUVVGQlFVRkJRVUZCUVVGQlFVRkJRVUZCUVUvOEFBRVFnQUZRQWdBd0VSQUFJUkFRTVJBZi9FQUI4QUFBRUZBUUVCQVFFQkFBQUFBQUFBQUFBQkFnTUVCUVlIQ0FrS0MvL0VBTFVRQUFJQkF3TUNCQU1GQlFRRUFBQUJmUUVDQXdBRUVRVVNJVEZCQmhOUllRY2ljUlF5Z1pHaENDTkNzY0VWVXRId0pETmljb0lKQ2hZWEdCa2FKU1luS0NrcU5EVTJOemc1T2tORVJVWkhTRWxLVTFSVlZsZFlXVnBqWkdWbVoyaHBhbk4wZFhaM2VIbDZnNFNGaG9lSWlZcVNrNVNWbHBlWW1acWlvNlNscHFlb3FhcXlzN1MxdHJlNHVickN3OFRGeHNmSXljclMwOVRWMXRmWTJkcmg0dVBrNWVibjZPbnE4Zkx6OVBYMjkvajUrdi9FQUI4QkFBTUJBUUVCQVFFQkFRRUFBQUFBQUFBQkFnTUVCUVlIQ0FrS0MvL0VBTFVSQUFJQkFnUUVBd1FIQlFRRUFBRUNkd0FCQWdNUkJBVWhNUVlTUVZFSFlYRVRJaktCQ0JSQ2thR3h3UWtqTTFMd0ZXSnkwUW9XSkRUaEpmRVhHQmthSmljb0tTbzFOamM0T1RwRFJFVkdSMGhKU2xOVVZWWlhXRmxhWTJSbFptZG9hV3B6ZEhWMmQzaDVlb0tEaElXR2g0aUppcEtUbEpXV2w1aVptcUtqcEtXbXA2aXBxckt6dExXMnQ3aTV1c0xEeE1YR3g4akp5dExUMU5YVzE5aloydUxqNU9YbTUranA2dkx6OVBYMjkvajUrdi9hQUF3REFRQUNFUU1SQUQ4QS9QNnc4S3pUWUFROCsxZTdHbGM0WlZqZXR2aDVjdW00eHNCOUs2RlEwMU1YV2JMRC9EaTVNZTVZeVI2Z1UvWWFDOXEwWk41NEh1SWM1amI4cXpkRXRWajFyd1FzRnhPb2tzK00rbFp4cnk3QktrdTU3UGNlSDlPbDhQNThnUWtqNzFjK0p4TStXMWpmRFVZODF6cFBDbmdYU3BmRGZtTXFTdGpyVjRmRVQ1VExFVTRxZWg1LzR5OFAyRm5Jd1MyQjU3Q3V0MXBkakJVMTNQRlBEL2lTN3RwRktFQ3RvV0lrZWd0NHkxQyswc3dTUDhoSGF0YWxHRlNObWdwVkpVNVhSZTB2eHZxbWxhWjVFTXgyZTVwMDZNS2NiSVZTYm5LN09iMXp4cHFOd3hMdm1ocElsSC8vMlE9PSI+Cgk8L2ltYWdlPgo8L3N2Zz4=\"\n                            }\n                        },\n                        \"order_column\": 570835,\n                        \"created_at\": \"2023-12-15T06:51:08.000000Z\",\n                        \"updated_at\": \"2023-12-15T06:51:11.000000Z\"\n                    }\n                ],\n                \"country_detail\": {\n                    \"id\": 98,\n                    \"name\": \"India\",\n                    \"code\": \"IN\",\n                    \"dial_code\": \"+91\",\n                    \"currency_name\": \"Indian rupee\",\n                    \"currency_symbol\": \"Rs.\",\n                    \"currency_code\": \"INR\",\n                    \"created_at\": null,\n                    \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                    \"name_with_symbole\": \"Indian rupee - Rs.\"\n                }\n            },\n            \"media\": [],\n            \"country_detail\": {\n                \"id\": 98,\n                \"name\": \"India\",\n                \"code\": \"IN\",\n                \"dial_code\": \"+91\",\n                \"currency_name\": \"Indian rupee\",\n                \"currency_symbol\": \"Rs.\",\n                \"currency_code\": \"INR\",\n                \"created_at\": null,\n                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                \"name_with_symbole\": \"Indian rupee - Rs.\"\n            }\n        },\n        {\n            \"id\": 233359,\n            \"company_name\": \"kapil45678900987\",\n            \"brand_name\": \"myBageecha\",\n            \"company_logo\": null,\n            \"contact_name\": \"kapil kapil\",\n            \"phone_number\": \"08849193468\",\n            \"email\": \"kapil@gmail.com\",\n            \"address_line_1\": \"Nani Khodiyar\",\n            \"address_line_2\": \"gj 23\",\n            \"pin_code\": \"388001\",\n            \"city\": \"Anand\",\n            \"created_at\": \"2023-12-04T07:29:21.000000Z\",\n            \"updated_at\": \"2023-12-22T10:48:26.000000Z\",\n            \"state_id\": null,\n            \"gstin_number\": null,\n            \"invoice_prefix\": null,\n            \"starting_invoice_number\": null,\n            \"terms_and_conditions\": null,\n            \"bank_account_beneficiary_name\": null,\n            \"bank_account_name\": null,\n            \"ifsc_code\": null,\n            \"label_company_name\": null,\n            \"label_contact_name\": null,\n            \"label_phone\": null,\n            \"label_email_address\": null,\n            \"label_address_line_1\": null,\n            \"label_address_line_2\": null,\n            \"label_pin_code\": null,\n            \"label_city\": null,\n            \"label_state\": null,\n            \"signature\": null,\n            \"currency\": null,\n            \"weight\": null,\n            \"measurement\": null,\n            \"gst_enabled\": false,\n            \"override_channel_product_weight_enabled\": false,\n            \"label_details_same_as_company\": true,\n            \"multi_vendor_invoicing_enabled\": true,\n            \"multi_vendor_shipping_enabled\": true,\n            \"is_master\": null,\n            \"invoice_number_same_as_order_number\": true,\n            \"enable_disable_cod_reconciliation\": false,\n            \"enable_disable_freight_reconciliation\": false,\n            \"cod_tolerance\": null,\n            \"freight_tolerance\": null,\n            \"is_multi_vendor_enabled\": true,\n            \"invoice_message\": null,\n            \"inclusive_exclusive\": null,\n            \"is_tax_on_shipping\": \"no\",\n            \"tax_on_shipping\": null,\n            \"primary_color\": \"#f18024\",\n            \"secondary_color\": null,\n            \"display_hsn\": true,\n            \"website\": \"https://www.shipturtle.com/\",\n            \"country\": \"IN\",\n            \"type_of_vendor\": \"dropshipper\",\n            \"invoice_message_2\": null,\n            \"title\": \"myBageecha\",\n            \"parent_id\": 212738,\n            \"extra_information\": null,\n            \"invoice_date\": \"invoice_creation_date\",\n            \"number_of_digits\": \"0\",\n            \"invoice_message_1\": null,\n            \"created_by\": null,\n            \"updated_by\": 28344,\n            \"invoice_contact_name\": \"kapil kapil\",\n            \"invoice_address_1\": \"Nani Khodiyar\",\n            \"invoice_address_2\": \"gj 23\",\n            \"invoice_postal_code\": \"388001\",\n            \"invoice_city\": \"Anand\",\n            \"invoice_phone_number\": \"08849193468\",\n            \"invoice_tin\": null,\n            \"timezone\": \"Asia/Kolkata\",\n            \"hand_delivered_enabled\": true,\n            \"other_courier_partner_enabled\": true,\n            \"billing_address_same_as_company_details\": true,\n            \"deactivated_at\": null,\n            \"state_code\": \"GJ\",\n            \"automatically_sync_vendor_name_from_store\": true,\n            \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n            \"automatically_route_all_orders_to_vendor_dashboard\": true,\n            \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n            \"correct_all_errors_in_order\": false,\n            \"generate_shipping_labels_for_orders\": false,\n            \"generate_invoices_for_dropship_orders\": false,\n            \"can_vendor_enable_disable_product\": false,\n            \"can_vendor_edit_quantity_product\": false,\n            \"can_vendor_edit_weight_dimension_product\": false,\n            \"can_vendor_edit_tax_product\": true,\n            \"set_vendor_level_commission\": false,\n            \"commission\": null,\n            \"discount_shared_by_vendor\": null,\n            \"commission_calculated_on_product_price_discounted_price\": null,\n            \"set_vendor_level_shared_discount\": false,\n            \"set_vendor_level_commissoin_calculated_on\": false,\n            \"use_shop_channel_values_to_set_commission\": true,\n            \"can_vendor_generate_invoice\": false,\n            \"can_vendor_process_shippings\": false,\n            \"can_vendor_edit_hsn_tax\": false,\n            \"can_vendor_add_courier_provider\": false,\n            \"default_vendor_type\": \"marketplace\",\n            \"no_of_deciaml_digits\": 2,\n            \"credits\": 0,\n            \"plan_id\": null,\n            \"requested_plan_id\": null,\n            \"override_invoice_permissions\": false,\n            \"override_product_permissions\": false,\n            \"override_order_routing_permissions\": false,\n            \"override_shipping_permissions\": false,\n            \"slug\": \"mybageecha-233359\",\n            \"commission_calculated_tax_type\": \"exclusive_of_tax\",\n            \"shipping_charge_commission_type\": \"fixed\",\n            \"shipping_charge_commission\": 0,\n            \"override_commission_calculated_tax_type\": false,\n            \"override_shipping_charge_commission_type\": false,\n            \"override_shipping_charge_commission\": 0,\n            \"auto_email_to_vendor\": false,\n            \"fixed_commission\": 0,\n            \"service_charge\": 0,\n            \"can_vendor_edit_price\": false,\n            \"can_vendor_delete_product\": false,\n            \"show_logo_in_awb\": false,\n            \"hide_pick_address_in_awb\": true,\n            \"hide_customer_info_in_awb\": true,\n            \"hide_price_in_awb\": false,\n            \"hide_customer_information_on_vendor_dashboards\": false,\n            \"allow_merchant_to_generate_invoice\": false,\n            \"show_merchant_logo_in_invoice\": false,\n            \"locale\": \"en\",\n            \"use_custom_waybill\": false,\n            \"redirect_url\": \"dashboard\",\n            \"invoice_state_code\": \"GJ\",\n            \"invoice_country_code\": \"IN\",\n            \"stripe_account_id\": null,\n            \"url_to_redirect_vendor_is_registered\": null,\n            \"enable_app_shipping_profile_on_shopify\": null,\n            \"policy\": null,\n            \"css\": null,\n            \"vendor_profile_color\": \"#f18024\",\n            \"about_us\": null,\n            \"facebook_link\": null,\n            \"twitter_link\": null,\n            \"instagram_link\": null,\n            \"auto_fulfill_digital_orders\": false,\n            \"use_default_warehouse_for_all_orders\": false,\n            \"invoice_label_header_title\": null,\n            \"invoice_place_of_supply\": null,\n            \"invoice_cin_key_title\": null,\n            \"invoice_cin\": null,\n            \"give_vendor_access_to_merchant_shipper\": false,\n            \"auto_generate_order_invoices_to_customers\": false,\n            \"auto_email_order_invoices_to_customers\": false,\n            \"treat_manual_payment_mode_as_cod\": false,\n            \"fulfill_order_after_confirm\": false,\n            \"add_notes_before_confirming_orders\": false,\n            \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n            \"note_at_the_top_of_invoice\": null,\n            \"vendor_shop_id\": null,\n            \"vendor_category\": null,\n            \"vendor_location\": null,\n            \"short_description\": null,\n            \"display_vendor_category\": false,\n            \"display_vendor_location\": false,\n            \"display_vendor_short_description\": false,\n            \"name_of_the_vendor_listing_page\": null,\n            \"sync_settings\": {\n                \"update_settings\": {\n                    \"sku\": true,\n                    \"tags\": true,\n                    \"media\": true,\n                    \"price\": false,\n                    \"title\": true,\n                    \"weight\": true,\n                    \"barcode\": true,\n                    \"quantity\": true,\n                    \"description\": true,\n                    \"product_type\": true,\n                    \"variant_name\": true,\n                    \"publish_status\": true,\n                    \"compare_at_price\": true,\n                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                },\n                \"create_settings\": {\n                    \"sku\": true,\n                    \"tags\": true,\n                    \"media\": true,\n                    \"price\": false,\n                    \"title\": true,\n                    \"weight\": true,\n                    \"barcode\": true,\n                    \"quantity\": true,\n                    \"description\": true,\n                    \"product_type\": true,\n                    \"variant_name\": true,\n                    \"publish_status\": true,\n                    \"compare_at_price\": true,\n                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                },\n                \"override_product_status_at_create\": true,\n                \"product_status\": \"as_per_vendor_product\",\n                \"enable_order_sync\": true,\n                \"push_only_if_order_paid\": false,\n                \"push_unsynced_product_order\": true,\n                \"auto_add_variant\": true,\n                \"auto_remove_variant\": true,\n                \"strictKeyCheck\": false,\n                \"on_product_delete\": \"do_nothing\",\n                \"on_product_unmapped\": \"do_nothing\",\n                \"push_only_if_product_connected\": true\n            },\n            \"override_hide_customer_information_permissions\": false,\n            \"can_vendor_cancel_an_order\": false,\n            \"hide_shipping_charges\": false,\n            \"add_insurance_to_shipment\": 0,\n            \"meta_title\": null,\n            \"registration_link\": null,\n            \"auto_approval_of_products_from_vendor\": true,\n            \"ignore_selling_price_for_commission\": 0,\n            \"shipping_label_check\": {\n                \"email\": false,\n                \"phone\": false,\n                \"address_line_1\": false,\n                \"address_line_2\": false,\n                \"address_line_1_minimum\": null,\n                \"address_line_1_maximum\": null,\n                \"address_line_2_minimum\": null,\n                \"address_line_2_maximum\": null\n            },\n            \"shipping_label_size\": \"smalllabel\",\n            \"paypal_email\": null,\n            \"use_custom_email_driver\": false,\n            \"ignore_order_splitting\": false,\n            \"hide_customer_information_on_vendor_dashboard\": {\n                \"name\": false,\n                \"phone\": false,\n                \"address\": false,\n                \"email\": false,\n                \"city\": false,\n                \"state\": false\n            },\n            \"hide_customer_information_in_awb\": {\n                \"name\": false,\n                \"phone\": false,\n                \"address\": false,\n                \"email\": false,\n                \"city\": false,\n                \"state\": false,\n                \"line_items\": false,\n                \"vendor_name\": false,\n                \"sku\": false,\n                \"weight_dimension\": false\n            },\n            \"hide_customer_information_in_invoice\": {\n                \"name\": false,\n                \"phone\": false,\n                \"address\": false,\n                \"email\": false,\n                \"city\": false,\n                \"state\": false\n            },\n            \"vendor_profile_settings\": {\n                \"seller_products_tab\": true,\n                \"seller_policy_tab\": true,\n                \"seller_contact_us_tab\": true\n            },\n            \"challan_message_1\": null,\n            \"challan_message_2\": null,\n            \"challan_prefix\": null,\n            \"challan_number_same_as_invoice_number\": true,\n            \"default_label_size_for_all_vendors\": false,\n            \"hide_customer_information_in_export\": {\n                \"name\": false,\n                \"phone\": false,\n                \"address\": false,\n                \"email\": false,\n                \"city\": false,\n                \"state\": false\n            },\n            \"product_permissions\": null,\n            \"hide_product_details_in_awb\": false,\n            \"hide_invoice_details_in_awb\": false,\n            \"company_note\": null,\n            \"meta_data\": null,\n            \"color_theme_field\": \"light.blue\",\n            \"change_tracking_url\": false,\n            \"ship_to_address_as_merchants_default_warehouse\": false,\n            \"can_vendor_hold_an_order\": false,\n            \"handle_out_of_stock_products\": null,\n            \"allow_vendors_to_change_vendor_profile_details\": false,\n            \"whatsapp_account\": null,\n            \"vendor_profile_theme_choosen\": \"theme-1\",\n            \"whatsapp_credit\": 100,\n            \"test_whatsapp_number\": null,\n            \"spoc_email_sending_method\": null,\n            \"connected_vendor_shops\": null,\n            \"events\": null,\n            \"commission_automation_set\": null,\n            \"auto_confirmation_using_tags_settings\": {\n                \"tags_settings_status\": false,\n                \"paid\": false,\n                \"tags_for_paid\": [],\n                \"cod_or_partially_paid\": false,\n                \"tags_for_cod_or_partially_paid\": [],\n                \"Exceptions_for_paid\": false,\n                \"Exceptions_for_paid_tags\": [],\n                \"Exceptions_for_cod_or_partially_paid\": false,\n                \"Exceptions_for_cod_or_partially_paid_tags\": []\n            },\n            \"preferred_location\": null,\n            \"email_credit\": null,\n            \"logo\": null,\n            \"logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n            \"is_general_setting_done\": true,\n            \"is_invoice_setting_done\": true,\n            \"is_label_setting_done\": false,\n            \"is_gst_enabled\": false,\n            \"billing_detail\": \"Anand</br>Gujarat</br>India\",\n            \"warehouse_address\": \"Anand</br>IN\",\n            \"contact_information\": \"kapil kapil</br>08849193468</br>kapil@gmail.com</br>\",\n            \"status\": \"Active\",\n            \"global_commission\": \"15\",\n            \"global_discount_shared_by_vendor\": \"0\",\n            \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n            \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n            \"global_shipping_charge_commission_type\": \"fixed\",\n            \"global_shipping_charge_commission\": 50,\n            \"global_fixed_commission\": 10,\n            \"is_drop_shipper\": true,\n            \"state\": {\n                \"id\": 13,\n                \"code\": \"GJ\",\n                \"tin\": 24,\n                \"title\": \"Gujarat\",\n                \"created_at\": \"2019-08-03T17:48:42.000000Z\",\n                \"updated_at\": \"2020-03-28T04:51:45.000000Z\",\n                \"deleted_at\": null,\n                \"country_code\": \"IN\"\n            },\n            \"first_email\": [\n                \"kapil@gmail.com\"\n            ],\n            \"invoice_state\": {\n                \"id\": 13,\n                \"code\": \"GJ\",\n                \"tin\": 24,\n                \"title\": \"Gujarat\",\n                \"created_at\": \"2019-08-03T17:48:42.000000Z\",\n                \"updated_at\": \"2020-03-28T04:51:45.000000Z\",\n                \"deleted_at\": null,\n                \"country_code\": \"IN\"\n            },\n            \"banner\": null,\n            \"banner_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n            \"frontend_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n            \"navbar_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n            \"email_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n            \"invoice_country_detail\": {\n                \"id\": 98,\n                \"name\": \"India\",\n                \"code\": \"IN\",\n                \"dial_code\": \"+91\",\n                \"currency_name\": \"Indian rupee\",\n                \"currency_symbol\": \"Rs.\",\n                \"currency_code\": \"INR\",\n                \"created_at\": null,\n                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                \"name_with_symbole\": \"Indian rupee - Rs.\"\n            },\n            \"commission_tags\": null,\n            \"warehouses\": [],\n            \"shipping_profiles\": [],\n            \"vendor_shop\": null,\n            \"configuration\": {\n                \"id\": 129005,\n                \"children_default_permissions\": {\n                    \"can_vendor_enable_disable_product\": false,\n                    \"can_vendor_edit_quantity_product\": true,\n                    \"can_vendor_edit_weight_dimension_product\": true,\n                    \"can_vendor_edit_tax_product\": false,\n                    \"can_vendor_generate_invoice\": true,\n                    \"can_vendor_generate_label\": true,\n                    \"can_vendor_add_courier_provider\": true,\n                    \"can_vendor_edit_order_package_dimensions\": true,\n                    \"can_vendor_cancel_label\": true,\n                    \"can_vendor_change_order_shipment_status\": true,\n                    \"can_vendor_change_order_warehouse\": true,\n                    \"can_vendor_cancel_invoice\": false,\n                    \"can_vendor_edit_price\": true,\n                    \"can_vendor_delete_product\": false,\n                    \"can_mail_to_customer\": true,\n                    \"can_change_payment_method\": true,\n                    \"can_access_shipping_address\": true,\n                    \"can_edit_shipping_address\": true,\n                    \"can_view_shipping_address\": true,\n                    \"can_view_estimated_cost_of_shipping\": true,\n                    \"can_access_settings\": true,\n                    \"can_access_customer_chat\": true,\n                    \"can_product_view_price\": true,\n                    \"can_product_view_title\": true,\n                    \"can_product_view_sku\": true,\n                    \"can_product_view_quantity\": true,\n                    \"can_product_view_inventory_management\": true,\n                    \"can_product_view_inventory_policy\": true,\n                    \"can_product_view_requires_shipping\": true,\n                    \"can_product_view_cost_price\": true,\n                    \"can_product_view_bar_code\": true,\n                    \"can_product_view_weight_dimension\": true,\n                    \"can_product_view_commission\": true,\n                    \"can_product_view_compare_at_price\": true,\n                    \"product_quick_edit_price\": true,\n                    \"product_quick_edit_title\": false,\n                    \"product_quick_edit_sku\": false,\n                    \"product_quick_edit_quantity\": false,\n                    \"product_quick_edit_inventory_management\": true,\n                    \"product_quick_edit_inventory_policy\": true,\n                    \"product_quick_edit_requires_shipping\": true,\n                    \"product_quick_edit_cost_price\": false,\n                    \"product_quick_edit_bar_code\": false,\n                    \"product_quick_edit_weight_dimension\": false,\n                    \"product_quick_edit_compare_at_price\": false,\n                    \"product_full_edit_price\": true,\n                    \"product_full_edit_title\": false,\n                    \"product_full_edit_sku\": false,\n                    \"product_full_edit_quantity\": false,\n                    \"product_full_edit_inventory_management\": true,\n                    \"product_full_edit_inventory_policy\": true,\n                    \"product_full_edit_requires_shipping\": true,\n                    \"product_full_edit_cost_price\": false,\n                    \"product_full_edit_bar_code\": false,\n                    \"product_full_edit_weight_dimension\": false,\n                    \"product_full_edit_compare_at_price\": false,\n                    \"commission_access\": true,\n                    \"product_access\": false,\n                    \"auto_approval_of_products_from_vendor\": false\n                },\n                \"company_id\": 233359,\n                \"created_at\": \"2023-12-04T07:29:21.000000Z\",\n                \"updated_at\": \"2023-12-22T06:26:18.000000Z\"\n            },\n            \"parent\": {\n                \"id\": 212738,\n                \"company_name\": \"kapil\",\n                \"brand_name\": \"violetplants\",\n                \"company_logo\": null,\n                \"contact_name\": \"Chahar\",\n                \"phone_number\": null,\n                \"email\": \"dragjyoti@shipturtle.com\",\n                \"address_line_1\": \"Est\",\n                \"address_line_2\": \"Test\",\n                \"pin_code\": \"411018\",\n                \"city\": \"Pune\",\n                \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                \"updated_at\": \"2023-12-22T10:48:24.000000Z\",\n                \"state_id\": null,\n                \"gstin_number\": \"1234\",\n                \"invoice_prefix\": \"Invoice\",\n                \"starting_invoice_number\": \"22\",\n                \"terms_and_conditions\": null,\n                \"bank_account_beneficiary_name\": null,\n                \"bank_account_name\": null,\n                \"ifsc_code\": null,\n                \"label_company_name\": null,\n                \"label_contact_name\": null,\n                \"label_phone\": null,\n                \"label_email_address\": null,\n                \"label_address_line_1\": null,\n                \"label_address_line_2\": null,\n                \"label_pin_code\": null,\n                \"label_city\": null,\n                \"label_state\": null,\n                \"signature\": null,\n                \"currency\": \"INR\",\n                \"weight\": null,\n                \"measurement\": null,\n                \"gst_enabled\": true,\n                \"override_channel_product_weight_enabled\": true,\n                \"label_details_same_as_company\": true,\n                \"multi_vendor_invoicing_enabled\": false,\n                \"multi_vendor_shipping_enabled\": false,\n                \"is_master\": \"1\",\n                \"invoice_number_same_as_order_number\": true,\n                \"enable_disable_cod_reconciliation\": true,\n                \"enable_disable_freight_reconciliation\": true,\n                \"cod_tolerance\": \"5\",\n                \"freight_tolerance\": \"2\",\n                \"is_multi_vendor_enabled\": true,\n                \"invoice_message\": null,\n                \"inclusive_exclusive\": null,\n                \"is_tax_on_shipping\": \"no\",\n                \"tax_on_shipping\": null,\n                \"primary_color\": \"#222F3D\",\n                \"secondary_color\": null,\n                \"display_hsn\": true,\n                \"website\": \"https://app.shipturtle.com/\",\n                \"country\": \"IN\",\n                \"type_of_vendor\": \"marketplace\",\n                \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                \"title\": \"violetplants\",\n                \"parent_id\": 212738,\n                \"extra_information\": null,\n                \"invoice_date\": \"invoice_creation_date\",\n                \"number_of_digits\": \"0\",\n                \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                \"created_by\": null,\n                \"updated_by\": 28344,\n                \"invoice_contact_name\": \"Hussain\",\n                \"invoice_address_1\": \"dahod\",\n                \"invoice_address_2\": \"dahod\",\n                \"invoice_postal_code\": \"380005\",\n                \"invoice_city\": \"Ahmedabad\",\n                \"invoice_phone_number\": \"09173038104\",\n                \"invoice_tin\": null,\n                \"timezone\": \"America/Phoenix\",\n                \"hand_delivered_enabled\": true,\n                \"other_courier_partner_enabled\": true,\n                \"billing_address_same_as_company_details\": false,\n                \"deactivated_at\": null,\n                \"state_code\": \"GJ\",\n                \"automatically_sync_vendor_name_from_store\": true,\n                \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                \"correct_all_errors_in_order\": false,\n                \"generate_shipping_labels_for_orders\": false,\n                \"generate_invoices_for_dropship_orders\": false,\n                \"can_vendor_enable_disable_product\": false,\n                \"can_vendor_edit_quantity_product\": false,\n                \"can_vendor_edit_weight_dimension_product\": false,\n                \"can_vendor_edit_tax_product\": true,\n                \"set_vendor_level_commission\": false,\n                \"commission\": \"15\",\n                \"discount_shared_by_vendor\": \"0\",\n                \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                \"set_vendor_level_shared_discount\": false,\n                \"set_vendor_level_commissoin_calculated_on\": false,\n                \"use_shop_channel_values_to_set_commission\": false,\n                \"can_vendor_generate_invoice\": true,\n                \"can_vendor_process_shippings\": true,\n                \"can_vendor_edit_hsn_tax\": true,\n                \"can_vendor_add_courier_provider\": true,\n                \"default_vendor_type\": \"dropshipper\",\n                \"no_of_deciaml_digits\": 2,\n                \"credits\": 299952,\n                \"plan_id\": 4,\n                \"requested_plan_id\": null,\n                \"override_invoice_permissions\": false,\n                \"override_product_permissions\": false,\n                \"override_order_routing_permissions\": false,\n                \"override_shipping_permissions\": false,\n                \"slug\": \"violetplants-212738\",\n                \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                \"shipping_charge_commission_type\": \"fixed\",\n                \"shipping_charge_commission\": 50,\n                \"override_commission_calculated_tax_type\": false,\n                \"override_shipping_charge_commission_type\": false,\n                \"override_shipping_charge_commission\": 0,\n                \"auto_email_to_vendor\": true,\n                \"fixed_commission\": 10,\n                \"service_charge\": 0,\n                \"can_vendor_edit_price\": false,\n                \"can_vendor_delete_product\": false,\n                \"show_logo_in_awb\": false,\n                \"hide_pick_address_in_awb\": false,\n                \"hide_customer_info_in_awb\": true,\n                \"hide_price_in_awb\": false,\n                \"hide_customer_information_on_vendor_dashboards\": false,\n                \"allow_merchant_to_generate_invoice\": false,\n                \"show_merchant_logo_in_invoice\": true,\n                \"locale\": \"en\",\n                \"use_custom_waybill\": true,\n                \"redirect_url\": \"dashboard\",\n                \"invoice_state_code\": \"GJ\",\n                \"invoice_country_code\": \"IN\",\n                \"stripe_account_id\": null,\n                \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                \"enable_app_shipping_profile_on_shopify\": \"0\",\n                \"policy\": null,\n                \"css\": null,\n                \"vendor_profile_color\": \"#f18024\",\n                \"about_us\": null,\n                \"facebook_link\": null,\n                \"twitter_link\": null,\n                \"instagram_link\": null,\n                \"auto_fulfill_digital_orders\": true,\n                \"use_default_warehouse_for_all_orders\": false,\n                \"invoice_label_header_title\": null,\n                \"invoice_place_of_supply\": null,\n                \"invoice_cin_key_title\": null,\n                \"invoice_cin\": null,\n                \"give_vendor_access_to_merchant_shipper\": false,\n                \"auto_generate_order_invoices_to_customers\": true,\n                \"auto_email_order_invoices_to_customers\": true,\n                \"treat_manual_payment_mode_as_cod\": false,\n                \"fulfill_order_after_confirm\": false,\n                \"add_notes_before_confirming_orders\": false,\n                \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                \"note_at_the_top_of_invoice\": null,\n                \"vendor_shop_id\": null,\n                \"vendor_category\": null,\n                \"vendor_location\": null,\n                \"short_description\": null,\n                \"display_vendor_category\": true,\n                \"display_vendor_location\": true,\n                \"display_vendor_short_description\": true,\n                \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                \"sync_settings\": {\n                    \"update_settings\": {\n                        \"sku\": true,\n                        \"tags\": true,\n                        \"media\": true,\n                        \"price\": false,\n                        \"title\": true,\n                        \"weight\": true,\n                        \"barcode\": true,\n                        \"quantity\": true,\n                        \"description\": true,\n                        \"product_type\": true,\n                        \"variant_name\": true,\n                        \"publish_status\": true,\n                        \"compare_at_price\": true,\n                        \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                    },\n                    \"create_settings\": {\n                        \"sku\": true,\n                        \"tags\": true,\n                        \"media\": true,\n                        \"price\": false,\n                        \"title\": true,\n                        \"weight\": true,\n                        \"barcode\": true,\n                        \"quantity\": true,\n                        \"description\": true,\n                        \"product_type\": true,\n                        \"variant_name\": true,\n                        \"publish_status\": true,\n                        \"compare_at_price\": true,\n                        \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                    },\n                    \"override_product_status_at_create\": true,\n                    \"product_status\": \"as_per_vendor_product\",\n                    \"enable_order_sync\": true,\n                    \"push_only_if_order_paid\": false,\n                    \"push_unsynced_product_order\": true,\n                    \"auto_add_variant\": true,\n                    \"auto_remove_variant\": true,\n                    \"strictKeyCheck\": false,\n                    \"on_product_delete\": \"do_nothing\",\n                    \"on_product_unmapped\": \"do_nothing\",\n                    \"push_only_if_product_connected\": true\n                },\n                \"override_hide_customer_information_permissions\": false,\n                \"can_vendor_cancel_an_order\": false,\n                \"hide_shipping_charges\": false,\n                \"add_insurance_to_shipment\": 0,\n                \"meta_title\": null,\n                \"registration_link\": null,\n                \"auto_approval_of_products_from_vendor\": true,\n                \"ignore_selling_price_for_commission\": 0,\n                \"shipping_label_check\": {\n                    \"email\": false,\n                    \"phone\": false,\n                    \"address_line_1\": false,\n                    \"address_line_2\": false,\n                    \"address_line_1_minimum\": null,\n                    \"address_line_1_maximum\": null,\n                    \"address_line_2_minimum\": null,\n                    \"address_line_2_maximum\": null\n                },\n                \"shipping_label_size\": \"smalllabel\",\n                \"paypal_email\": null,\n                \"use_custom_email_driver\": true,\n                \"ignore_order_splitting\": false,\n                \"hide_customer_information_on_vendor_dashboard\": {\n                    \"name\": false,\n                    \"phone\": false,\n                    \"address\": false,\n                    \"email\": false,\n                    \"city\": false,\n                    \"state\": false\n                },\n                \"hide_customer_information_in_awb\": {\n                    \"name\": false,\n                    \"phone\": false,\n                    \"address\": false,\n                    \"email\": false,\n                    \"city\": false,\n                    \"state\": false,\n                    \"line_items\": false,\n                    \"vendor_name\": false,\n                    \"sku\": false,\n                    \"weight_dimension\": false\n                },\n                \"hide_customer_information_in_invoice\": {\n                    \"name\": false,\n                    \"phone\": false,\n                    \"address\": false,\n                    \"email\": false,\n                    \"city\": false,\n                    \"state\": false\n                },\n                \"vendor_profile_settings\": {\n                    \"seller_products_tab\": true,\n                    \"seller_policy_tab\": true,\n                    \"seller_contact_us_tab\": true,\n                    \"seller_events_tab\": true,\n                    \"seller_reviews_tab\": false,\n                    \"seller_about_us_tab\": true\n                },\n                \"challan_message_1\": null,\n                \"challan_message_2\": null,\n                \"challan_prefix\": \"Invoice\",\n                \"challan_number_same_as_invoice_number\": true,\n                \"default_label_size_for_all_vendors\": true,\n                \"hide_customer_information_in_export\": {\n                    \"name\": false,\n                    \"phone\": false,\n                    \"address\": false,\n                    \"email\": false,\n                    \"city\": false,\n                    \"state\": false\n                },\n                \"product_permissions\": null,\n                \"hide_product_details_in_awb\": false,\n                \"hide_invoice_details_in_awb\": false,\n                \"company_note\": \"<p>sdfasdfab</p>\",\n                \"meta_data\": \"[{\\\"uuid\\\":\\\"e95a7b2d-5210-4e7b-988f-7fbde7acf198\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/601990/dashboard-mockup-for-c2c.xlsx\\\",\\\"size\\\":102609,\\\"name\\\":\\\"Dashboard Mockup for C2C.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"50844059-549d-4bcc-88bf-a023fd46bd29\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/604572/28344-1690206866.xlsx\\\",\\\"size\\\":7389,\\\"name\\\":\\\"28344-1690206866.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3ad73d68-08a3-46b5-9afc-3d1ac5df398f\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655061/lable_cancelled_order_amazon.xlsx\\\",\\\"size\\\":26214,\\\"name\\\":\\\"Lable Cancelled Order Amazon.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                \"color_theme_field\": \"light.blue\",\n                \"change_tracking_url\": false,\n                \"ship_to_address_as_merchants_default_warehouse\": false,\n                \"can_vendor_hold_an_order\": false,\n                \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                \"allow_vendors_to_change_vendor_profile_details\": true,\n                \"whatsapp_account\": \"use_company_account\",\n                \"vendor_profile_theme_choosen\": \"theme-1\",\n                \"whatsapp_credit\": 54,\n                \"test_whatsapp_number\": \"+918849193468\",\n                \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                \"connected_vendor_shops\": [\n                    \"vendorsynctesting5.myshopify.com\",\n                    \"testing-for-vendorsync.myshopify.com\",\n                    \"purpleplants.myshopify.com\",\n                    \"https://st-wpdemo.com/\",\n                    \"test-store-webkul-112.myshopify.com\",\n                    \"https://st-wpdemo.com/\",\n                    \"purpleplants.myshopify.com/\",\n                    \"https://st-wpdemo.com/\",\n                    \"purpleplants.myshopify.com\",\n                    \"channelteststore5.myshopify.com\",\n                    \"https://st-wpdemo.com/newtestclient/\",\n                    \"purpleplants.myshopify.com\",\n                    \"purpleplants.myshopify.com\"\n                ],\n                \"events\": null,\n                \"commission_automation_set\": {\n                    \"commission_automation\": true,\n                    \"commission_automation_rules\": true,\n                    \"commission_automation_date_range\": true,\n                    \"commission_automation_schedule_option\": \"on_order_receipt\",\n                    \"time_buffer_for_commission_automation\": \"4\",\n                    \"order_status_for_commission_automation\": \"pending\",\n                    \"invoice_number_for_commission_automation\": 277,\n                    \"date_Range_days_for_commission_automation\": \"4\"\n                },\n                \"auto_confirmation_using_tags_settings\": {\n                    \"tags_settings_status\": true,\n                    \"paid\": true,\n                    \"tags_for_paid\": [],\n                    \"cod_or_partially_paid\": false,\n                    \"tags_for_cod_or_partially_paid\": [],\n                    \"Exceptions_for_paid\": false,\n                    \"Exceptions_for_paid_tags\": [],\n                    \"Exceptions_for_cod_or_partially_paid\": false,\n                    \"Exceptions_for_cod_or_partially_paid_tags\": []\n                },\n                \"preferred_location\": null,\n                \"email_credit\": 4853,\n                \"logo\": {\n                    \"id\": 665099,\n                    \"model_type\": \"App\\\\Company\",\n                    \"model_id\": 212738,\n                    \"collection_name\": \"logo\",\n                    \"name\": \"pexels-pixabay-268533\",\n                    \"file_name\": \"pexels-pixabay-268533.jpg\",\n                    \"mime_type\": \"image/jpeg\",\n                    \"disk\": \"s3\",\n                    \"size\": 272597,\n                    \"manipulations\": [],\n                    \"custom_properties\": {\n                        \"generated_conversions\": {\n                            \"email_logo\": true,\n                            \"navbar_logo\": true,\n                            \"frontend_logo\": true\n                        }\n                    },\n                    \"responsive_images\": {\n                        \"medialibrary_original\": {\n                            \"urls\": [\n                                \"pexels-pixabay-268533___medialibrary_original_1920_1278.jpg\",\n                                \"pexels-pixabay-268533___medialibrary_original_1606_1069.jpg\",\n                                \"pexels-pixabay-268533___medialibrary_original_1344_895.jpg\",\n                                \"pexels-pixabay-268533___medialibrary_original_1124_748.jpg\",\n                                \"pexels-pixabay-268533___medialibrary_original_940_626.jpg\",\n                                \"pexels-pixabay-268533___medialibrary_original_787_524.jpg\",\n                                \"pexels-pixabay-268533___medialibrary_original_658_438.jpg\",\n                                \"pexels-pixabay-268533___medialibrary_original_550_366.jpg\",\n                                \"pexels-pixabay-268533___medialibrary_original_460_306.jpg\",\n                                \"pexels-pixabay-268533___medialibrary_original_385_256.jpg\"\n                            ],\n                            \"base64svg\": \"data:image/svg+xml;base64,PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHg9IjAiCiB5PSIwIiB2aWV3Qm94PSIwIDAgMTkyMCAxMjc4Ij4KCTxpbWFnZSB3aWR0aD0iMTkyMCIgaGVpZ2h0PSIxMjc4IiB4bGluazpocmVmPSJkYXRhOmltYWdlL2pwZWc7YmFzZTY0LC85ai80QUFRU2taSlJnQUJBUUVBWUFCZ0FBRC8vZ0E3UTFKRlFWUlBVam9nWjJRdGFuQmxaeUIyTVM0d0lDaDFjMmx1WnlCSlNrY2dTbEJGUnlCMk9EQXBMQ0J4ZFdGc2FYUjVJRDBnT1RBSy85c0FRd0FEQWdJREFnSURBd01EQkFNREJBVUlCUVVFQkFVS0J3Y0dDQXdLREF3TENnc0xEUTRTRUEwT0VRNExDeEFXRUJFVEZCVVZGUXdQRnhnV0ZCZ1NGQlVVLzlzQVF3RURCQVFGQkFVSkJRVUpGQTBMRFJRVUZCUVVGQlFVRkJRVUZCUVVGQlFVRkJRVUZCUVVGQlFVRkJRVUZCUVVGQlFVRkJRVUZCUVVGQlFVRkJRVUZCUVUvOEFBRVFnQUZRQWdBd0VSQUFJUkFRTVJBZi9FQUI4QUFBRUZBUUVCQVFFQkFBQUFBQUFBQUFBQkFnTUVCUVlIQ0FrS0MvL0VBTFVRQUFJQkF3TUNCQU1GQlFRRUFBQUJmUUVDQXdBRUVRVVNJVEZCQmhOUllRY2ljUlF5Z1pHaENDTkNzY0VWVXRId0pETmljb0lKQ2hZWEdCa2FKU1luS0NrcU5EVTJOemc1T2tORVJVWkhTRWxLVTFSVlZsZFlXVnBqWkdWbVoyaHBhbk4wZFhaM2VIbDZnNFNGaG9lSWlZcVNrNVNWbHBlWW1acWlvNlNscHFlb3FhcXlzN1MxdHJlNHVickN3OFRGeHNmSXljclMwOVRWMXRmWTJkcmg0dVBrNWVibjZPbnE4Zkx6OVBYMjkvajUrdi9FQUI4QkFBTUJBUUVCQVFFQkFRRUFBQUFBQUFBQkFnTUVCUVlIQ0FrS0MvL0VBTFVSQUFJQkFnUUVBd1FIQlFRRUFBRUNkd0FCQWdNUkJBVWhNUVlTUVZFSFlYRVRJaktCQ0JSQ2thR3h3UWtqTTFMd0ZXSnkwUW9XSkRUaEpmRVhHQmthSmljb0tTbzFOamM0T1RwRFJFVkdSMGhKU2xOVVZWWlhXRmxhWTJSbFptZG9hV3B6ZEhWMmQzaDVlb0tEaElXR2g0aUppcEtUbEpXV2w1aVptcUtqcEtXbXA2aXBxckt6dExXMnQ3aTV1c0xEeE1YR3g4akp5dExUMU5YVzE5aloydUxqNU9YbTUranA2dkx6OVBYMjkvajUrdi9hQUF3REFRQUNFUU1SQUQ4QS9QNnc4S3pUWUFROCsxZTdHbGM0WlZqZXR2aDVjdW00eHNCOUs2RlEwMU1YV2JMRC9EaTVNZTVZeVI2Z1UvWWFDOXEwWk41NEh1SWM1amI4cXpkRXRWajFyd1FzRnhPb2tzK00rbFp4cnk3QktrdTU3UGNlSDlPbDhQNThnUWtqNzFjK0p4TStXMWpmRFVZODF6cFBDbmdYU3BmRGZtTXFTdGpyVjRmRVQ1VExFVTRxZWg1LzR5OFAyRm5Jd1MyQjU3Q3V0MXBkakJVMTNQRlBEL2lTN3RwRktFQ3RvV0lrZWd0NHkxQyswc3dTUDhoSGF0YWxHRlNObWdwVkpVNVhSZTB2eHZxbWxhWjVFTXgyZTVwMDZNS2NiSVZTYm5LN09iMXp4cHFOd3hMdm1ocElsSC8vMlE9PSI+Cgk8L2ltYWdlPgo8L3N2Zz4=\"\n                        }\n                    },\n                    \"order_column\": 570835,\n                    \"created_at\": \"2023-12-15T06:51:08.000000Z\",\n                    \"updated_at\": \"2023-12-15T06:51:11.000000Z\"\n                },\n                \"logo_link\": \"https://d2i9a0muccv7uq.cloudfront.net/665099/pexels-pixabay-268533.jpg\",\n                \"is_general_setting_done\": true,\n                \"is_invoice_setting_done\": true,\n                \"is_label_setting_done\": false,\n                \"is_gst_enabled\": true,\n                \"billing_detail\": \"Pune</br>Gujarat</br>India\",\n                \"warehouse_address\": \"Pune</br>IN\",\n                \"contact_information\": \"Chahar</br>dragjyoti@shipturtle.com</br>\",\n                \"status\": \"Active\",\n                \"global_commission\": \"15\",\n                \"global_discount_shared_by_vendor\": \"0\",\n                \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                \"global_shipping_charge_commission_type\": \"fixed\",\n                \"global_shipping_charge_commission\": 50,\n                \"global_fixed_commission\": 10,\n                \"is_drop_shipper\": false,\n                \"state\": {\n                    \"id\": 13,\n                    \"code\": \"GJ\",\n                    \"tin\": 24,\n                    \"title\": \"Gujarat\",\n                    \"created_at\": \"2019-08-03T17:48:42.000000Z\",\n                    \"updated_at\": \"2020-03-28T04:51:45.000000Z\",\n                    \"deleted_at\": null,\n                    \"country_code\": \"IN\"\n                },\n                \"first_email\": [\n                    \"dragjyoti@shipturtle.com\"\n                ],\n                \"invoice_state\": {\n                    \"id\": 13,\n                    \"code\": \"GJ\",\n                    \"tin\": 24,\n                    \"title\": \"Gujarat\",\n                    \"created_at\": \"2019-08-03T17:48:42.000000Z\",\n                    \"updated_at\": \"2020-03-28T04:51:45.000000Z\",\n                    \"deleted_at\": null,\n                    \"country_code\": \"IN\"\n                },\n                \"banner\": null,\n                \"banner_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                \"frontend_logo_link\": \"https://d2i9a0muccv7uq.cloudfront.net/665099/pexels-pixabay-268533.jpg\",\n                \"navbar_logo_link\": \"https://d2i9a0muccv7uq.cloudfront.net/665099/pexels-pixabay-268533.jpg\",\n                \"email_logo_link\": \"https://d2i9a0muccv7uq.cloudfront.net/665099/pexels-pixabay-268533.jpg\",\n                \"invoice_country_detail\": {\n                    \"id\": 98,\n                    \"name\": \"India\",\n                    \"code\": \"IN\",\n                    \"dial_code\": \"+91\",\n                    \"currency_name\": \"Indian rupee\",\n                    \"currency_symbol\": \"Rs.\",\n                    \"currency_code\": \"INR\",\n                    \"created_at\": null,\n                    \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                    \"name_with_symbole\": \"Indian rupee - Rs.\"\n                },\n                \"commission_tags\": {\n                    \"company_id\": 212738,\n                    \"override_commission\": true\n                },\n                \"media\": [\n                    {\n                        \"id\": 665099,\n                        \"model_type\": \"App\\\\Company\",\n                        \"model_id\": 212738,\n                        \"collection_name\": \"logo\",\n                        \"name\": \"pexels-pixabay-268533\",\n                        \"file_name\": \"pexels-pixabay-268533.jpg\",\n                        \"mime_type\": \"image/jpeg\",\n                        \"disk\": \"s3\",\n                        \"size\": 272597,\n                        \"manipulations\": [],\n                        \"custom_properties\": {\n                            \"generated_conversions\": {\n                                \"email_logo\": true,\n                                \"navbar_logo\": true,\n                                \"frontend_logo\": true\n                            }\n                        },\n                        \"responsive_images\": {\n                            \"medialibrary_original\": {\n                                \"urls\": [\n                                    \"pexels-pixabay-268533___medialibrary_original_1920_1278.jpg\",\n                                    \"pexels-pixabay-268533___medialibrary_original_1606_1069.jpg\",\n                                    \"pexels-pixabay-268533___medialibrary_original_1344_895.jpg\",\n                                    \"pexels-pixabay-268533___medialibrary_original_1124_748.jpg\",\n                                    \"pexels-pixabay-268533___medialibrary_original_940_626.jpg\",\n                                    \"pexels-pixabay-268533___medialibrary_original_787_524.jpg\",\n                                    \"pexels-pixabay-268533___medialibrary_original_658_438.jpg\",\n                                    \"pexels-pixabay-268533___medialibrary_original_550_366.jpg\",\n                                    \"pexels-pixabay-268533___medialibrary_original_460_306.jpg\",\n                                    \"pexels-pixabay-268533___medialibrary_original_385_256.jpg\"\n                                ],\n                                \"base64svg\": \"data:image/svg+xml;base64,PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHg9IjAiCiB5PSIwIiB2aWV3Qm94PSIwIDAgMTkyMCAxMjc4Ij4KCTxpbWFnZSB3aWR0aD0iMTkyMCIgaGVpZ2h0PSIxMjc4IiB4bGluazpocmVmPSJkYXRhOmltYWdlL2pwZWc7YmFzZTY0LC85ai80QUFRU2taSlJnQUJBUUVBWUFCZ0FBRC8vZ0E3UTFKRlFWUlBVam9nWjJRdGFuQmxaeUIyTVM0d0lDaDFjMmx1WnlCSlNrY2dTbEJGUnlCMk9EQXBMQ0J4ZFdGc2FYUjVJRDBnT1RBSy85c0FRd0FEQWdJREFnSURBd01EQkFNREJBVUlCUVVFQkFVS0J3Y0dDQXdLREF3TENnc0xEUTRTRUEwT0VRNExDeEFXRUJFVEZCVVZGUXdQRnhnV0ZCZ1NGQlVVLzlzQVF3RURCQVFGQkFVSkJRVUpGQTBMRFJRVUZCUVVGQlFVRkJRVUZCUVVGQlFVRkJRVUZCUVVGQlFVRkJRVUZCUVVGQlFVRkJRVUZCUVVGQlFVRkJRVUZCUVUvOEFBRVFnQUZRQWdBd0VSQUFJUkFRTVJBZi9FQUI4QUFBRUZBUUVCQVFFQkFBQUFBQUFBQUFBQkFnTUVCUVlIQ0FrS0MvL0VBTFVRQUFJQkF3TUNCQU1GQlFRRUFBQUJmUUVDQXdBRUVRVVNJVEZCQmhOUllRY2ljUlF5Z1pHaENDTkNzY0VWVXRId0pETmljb0lKQ2hZWEdCa2FKU1luS0NrcU5EVTJOemc1T2tORVJVWkhTRWxLVTFSVlZsZFlXVnBqWkdWbVoyaHBhbk4wZFhaM2VIbDZnNFNGaG9lSWlZcVNrNVNWbHBlWW1acWlvNlNscHFlb3FhcXlzN1MxdHJlNHVickN3OFRGeHNmSXljclMwOVRWMXRmWTJkcmg0dVBrNWVibjZPbnE4Zkx6OVBYMjkvajUrdi9FQUI4QkFBTUJBUUVCQVFFQkFRRUFBQUFBQUFBQkFnTUVCUVlIQ0FrS0MvL0VBTFVSQUFJQkFnUUVBd1FIQlFRRUFBRUNkd0FCQWdNUkJBVWhNUVlTUVZFSFlYRVRJaktCQ0JSQ2thR3h3UWtqTTFMd0ZXSnkwUW9XSkRUaEpmRVhHQmthSmljb0tTbzFOamM0T1RwRFJFVkdSMGhKU2xOVVZWWlhXRmxhWTJSbFptZG9hV3B6ZEhWMmQzaDVlb0tEaElXR2g0aUppcEtUbEpXV2w1aVptcUtqcEtXbXA2aXBxckt6dExXMnQ3aTV1c0xEeE1YR3g4akp5dExUMU5YVzE5aloydUxqNU9YbTUranA2dkx6OVBYMjkvajUrdi9hQUF3REFRQUNFUU1SQUQ4QS9QNnc4S3pUWUFROCsxZTdHbGM0WlZqZXR2aDVjdW00eHNCOUs2RlEwMU1YV2JMRC9EaTVNZTVZeVI2Z1UvWWFDOXEwWk41NEh1SWM1amI4cXpkRXRWajFyd1FzRnhPb2tzK00rbFp4cnk3QktrdTU3UGNlSDlPbDhQNThnUWtqNzFjK0p4TStXMWpmRFVZODF6cFBDbmdYU3BmRGZtTXFTdGpyVjRmRVQ1VExFVTRxZWg1LzR5OFAyRm5Jd1MyQjU3Q3V0MXBkakJVMTNQRlBEL2lTN3RwRktFQ3RvV0lrZWd0NHkxQyswc3dTUDhoSGF0YWxHRlNObWdwVkpVNVhSZTB2eHZxbWxhWjVFTXgyZTVwMDZNS2NiSVZTYm5LN09iMXp4cHFOd3hMdm1ocElsSC8vMlE9PSI+Cgk8L2ltYWdlPgo8L3N2Zz4=\"\n                            }\n                        },\n                        \"order_column\": 570835,\n                        \"created_at\": \"2023-12-15T06:51:08.000000Z\",\n                        \"updated_at\": \"2023-12-15T06:51:11.000000Z\"\n                    }\n                ],\n                \"country_detail\": {\n                    \"id\": 98,\n                    \"name\": \"India\",\n                    \"code\": \"IN\",\n                    \"dial_code\": \"+91\",\n                    \"currency_name\": \"Indian rupee\",\n                    \"currency_symbol\": \"Rs.\",\n                    \"currency_code\": \"INR\",\n                    \"created_at\": null,\n                    \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                    \"name_with_symbole\": \"Indian rupee - Rs.\"\n                }\n            },\n            \"media\": [],\n            \"country_detail\": {\n                \"id\": 98,\n                \"name\": \"India\",\n                \"code\": \"IN\",\n                \"dial_code\": \"+91\",\n                \"currency_name\": \"Indian rupee\",\n                \"currency_symbol\": \"Rs.\",\n                \"currency_code\": \"INR\",\n                \"created_at\": null,\n                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                \"name_with_symbole\": \"Indian rupee - Rs.\"\n            }\n        },\n        {\n            \"id\": 233358,\n            \"company_name\": \"kapil45678900987\",\n            \"brand_name\": \"myBageecha\",\n            \"company_logo\": null,\n            \"contact_name\": \"kapil kapil\",\n            \"phone_number\": \"08849193468\",\n            \"email\": \"kapil@gmail.com\",\n            \"address_line_1\": \"Nani Khodiyar\",\n            \"address_line_2\": \"gj 23\",\n            \"pin_code\": \"388001\",\n            \"city\": \"Anand\",\n            \"created_at\": \"2023-12-04T07:26:35.000000Z\",\n            \"updated_at\": \"2023-12-22T10:48:26.000000Z\",\n            \"state_id\": null,\n            \"gstin_number\": null,\n            \"invoice_prefix\": null,\n            \"starting_invoice_number\": null,\n            \"terms_and_conditions\": null,\n            \"bank_account_beneficiary_name\": null,\n            \"bank_account_name\": null,\n            \"ifsc_code\": null,\n            \"label_company_name\": null,\n            \"label_contact_name\": null,\n            \"label_phone\": null,\n            \"label_email_address\": null,\n            \"label_address_line_1\": null,\n            \"label_address_line_2\": null,\n            \"label_pin_code\": null,\n            \"label_city\": null,\n            \"label_state\": null,\n            \"signature\": null,\n            \"currency\": null,\n            \"weight\": null,\n            \"measurement\": null,\n            \"gst_enabled\": false,\n            \"override_channel_product_weight_enabled\": false,\n            \"label_details_same_as_company\": true,\n            \"multi_vendor_invoicing_enabled\": true,\n            \"multi_vendor_shipping_enabled\": true,\n            \"is_master\": null,\n            \"invoice_number_same_as_order_number\": true,\n            \"enable_disable_cod_reconciliation\": false,\n            \"enable_disable_freight_reconciliation\": false,\n            \"cod_tolerance\": null,\n            \"freight_tolerance\": null,\n            \"is_multi_vendor_enabled\": true,\n            \"invoice_message\": null,\n            \"inclusive_exclusive\": null,\n            \"is_tax_on_shipping\": \"no\",\n            \"tax_on_shipping\": null,\n            \"primary_color\": \"#f18024\",\n            \"secondary_color\": null,\n            \"display_hsn\": true,\n            \"website\": \"https://www.shipturtle.com/\",\n            \"country\": \"IN\",\n            \"type_of_vendor\": \"dropshipper\",\n            \"invoice_message_2\": null,\n            \"title\": \"myBageecha\",\n            \"parent_id\": 212738,\n            \"extra_information\": null,\n            \"invoice_date\": \"invoice_creation_date\",\n            \"number_of_digits\": \"0\",\n            \"invoice_message_1\": null,\n            \"created_by\": null,\n            \"updated_by\": 28344,\n            \"invoice_contact_name\": \"kapil kapil\",\n            \"invoice_address_1\": \"Nani Khodiyar\",\n            \"invoice_address_2\": \"gj 23\",\n            \"invoice_postal_code\": \"388001\",\n            \"invoice_city\": \"Anand\",\n            \"invoice_phone_number\": \"08849193468\",\n            \"invoice_tin\": null,\n            \"timezone\": \"Asia/Kolkata\",\n            \"hand_delivered_enabled\": true,\n            \"other_courier_partner_enabled\": true,\n            \"billing_address_same_as_company_details\": true,\n            \"deactivated_at\": null,\n            \"state_code\": \"GJ\",\n            \"automatically_sync_vendor_name_from_store\": true,\n            \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n            \"automatically_route_all_orders_to_vendor_dashboard\": true,\n            \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n            \"correct_all_errors_in_order\": false,\n            \"generate_shipping_labels_for_orders\": false,\n            \"generate_invoices_for_dropship_orders\": false,\n            \"can_vendor_enable_disable_product\": false,\n            \"can_vendor_edit_quantity_product\": false,\n            \"can_vendor_edit_weight_dimension_product\": false,\n            \"can_vendor_edit_tax_product\": true,\n            \"set_vendor_level_commission\": false,\n            \"commission\": null,\n            \"discount_shared_by_vendor\": null,\n            \"commission_calculated_on_product_price_discounted_price\": null,\n            \"set_vendor_level_shared_discount\": false,\n            \"set_vendor_level_commissoin_calculated_on\": false,\n            \"use_shop_channel_values_to_set_commission\": true,\n            \"can_vendor_generate_invoice\": false,\n            \"can_vendor_process_shippings\": false,\n            \"can_vendor_edit_hsn_tax\": false,\n            \"can_vendor_add_courier_provider\": false,\n            \"default_vendor_type\": \"marketplace\",\n            \"no_of_deciaml_digits\": 2,\n            \"credits\": 0,\n            \"plan_id\": null,\n            \"requested_plan_id\": null,\n            \"override_invoice_permissions\": false,\n            \"override_product_permissions\": false,\n            \"override_order_routing_permissions\": false,\n            \"override_shipping_permissions\": false,\n            \"slug\": \"mybageecha-233358\",\n            \"commission_calculated_tax_type\": \"exclusive_of_tax\",\n            \"shipping_charge_commission_type\": \"fixed\",\n            \"shipping_charge_commission\": 0,\n            \"override_commission_calculated_tax_type\": false,\n            \"override_shipping_charge_commission_type\": false,\n            \"override_shipping_charge_commission\": 0,\n            \"auto_email_to_vendor\": false,\n            \"fixed_commission\": 0,\n            \"service_charge\": 0,\n            \"can_vendor_edit_price\": false,\n            \"can_vendor_delete_product\": false,\n            \"show_logo_in_awb\": false,\n            \"hide_pick_address_in_awb\": true,\n            \"hide_customer_info_in_awb\": true,\n            \"hide_price_in_awb\": false,\n            \"hide_customer_information_on_vendor_dashboards\": false,\n            \"allow_merchant_to_generate_invoice\": false,\n            \"show_merchant_logo_in_invoice\": false,\n            \"locale\": \"en\",\n            \"use_custom_waybill\": false,\n            \"redirect_url\": \"dashboard\",\n            \"invoice_state_code\": \"GJ\",\n            \"invoice_country_code\": \"IN\",\n            \"stripe_account_id\": null,\n            \"url_to_redirect_vendor_is_registered\": null,\n            \"enable_app_shipping_profile_on_shopify\": null,\n            \"policy\": null,\n            \"css\": null,\n            \"vendor_profile_color\": \"#f18024\",\n            \"about_us\": null,\n            \"facebook_link\": null,\n            \"twitter_link\": null,\n            \"instagram_link\": null,\n            \"auto_fulfill_digital_orders\": false,\n            \"use_default_warehouse_for_all_orders\": false,\n            \"invoice_label_header_title\": null,\n            \"invoice_place_of_supply\": null,\n            \"invoice_cin_key_title\": null,\n            \"invoice_cin\": null,\n            \"give_vendor_access_to_merchant_shipper\": false,\n            \"auto_generate_order_invoices_to_customers\": false,\n            \"auto_email_order_invoices_to_customers\": false,\n            \"treat_manual_payment_mode_as_cod\": false,\n            \"fulfill_order_after_confirm\": false,\n            \"add_notes_before_confirming_orders\": false,\n            \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n            \"note_at_the_top_of_invoice\": null,\n            \"vendor_shop_id\": null,\n            \"vendor_category\": null,\n            \"vendor_location\": null,\n            \"short_description\": null,\n            \"display_vendor_category\": false,\n            \"display_vendor_location\": false,\n            \"display_vendor_short_description\": false,\n            \"name_of_the_vendor_listing_page\": null,\n            \"sync_settings\": {\n                \"update_settings\": {\n                    \"sku\": true,\n                    \"tags\": true,\n                    \"media\": true,\n                    \"price\": false,\n                    \"title\": true,\n                    \"weight\": true,\n                    \"barcode\": true,\n                    \"quantity\": true,\n                    \"description\": true,\n                    \"product_type\": true,\n                    \"variant_name\": true,\n                    \"publish_status\": true,\n                    \"compare_at_price\": true,\n                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                },\n                \"create_settings\": {\n                    \"sku\": true,\n                    \"tags\": true,\n                    \"media\": true,\n                    \"price\": false,\n                    \"title\": true,\n                    \"weight\": true,\n                    \"barcode\": true,\n                    \"quantity\": true,\n                    \"description\": true,\n                    \"product_type\": true,\n                    \"variant_name\": true,\n                    \"publish_status\": true,\n                    \"compare_at_price\": true,\n                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                },\n                \"override_product_status_at_create\": true,\n                \"product_status\": \"as_per_vendor_product\",\n                \"enable_order_sync\": true,\n                \"push_only_if_order_paid\": false,\n                \"push_unsynced_product_order\": true,\n                \"auto_add_variant\": true,\n                \"auto_remove_variant\": true,\n                \"strictKeyCheck\": false,\n                \"on_product_delete\": \"do_nothing\",\n                \"on_product_unmapped\": \"do_nothing\",\n                \"push_only_if_product_connected\": true\n            },\n            \"override_hide_customer_information_permissions\": false,\n            \"can_vendor_cancel_an_order\": false,\n            \"hide_shipping_charges\": false,\n            \"add_insurance_to_shipment\": 0,\n            \"meta_title\": null,\n            \"registration_link\": null,\n            \"auto_approval_of_products_from_vendor\": true,\n            \"ignore_selling_price_for_commission\": 0,\n            \"shipping_label_check\": {\n                \"email\": false,\n                \"phone\": false,\n                \"address_line_1\": false,\n                \"address_line_2\": false,\n                \"address_line_1_minimum\": null,\n                \"address_line_1_maximum\": null,\n                \"address_line_2_minimum\": null,\n                \"address_line_2_maximum\": null\n            },\n            \"shipping_label_size\": \"smalllabel\",\n            \"paypal_email\": null,\n            \"use_custom_email_driver\": false,\n            \"ignore_order_splitting\": false,\n            \"hide_customer_information_on_vendor_dashboard\": {\n                \"name\": false,\n                \"phone\": false,\n                \"address\": false,\n                \"email\": false,\n                \"city\": false,\n                \"state\": false\n            },\n            \"hide_customer_information_in_awb\": {\n                \"name\": false,\n                \"phone\": false,\n                \"address\": false,\n                \"email\": false,\n                \"city\": false,\n                \"state\": false,\n                \"line_items\": false,\n                \"vendor_name\": false,\n                \"sku\": false,\n                \"weight_dimension\": false\n            },\n            \"hide_customer_information_in_invoice\": {\n                \"name\": false,\n                \"phone\": false,\n                \"address\": false,\n                \"email\": false,\n                \"city\": false,\n                \"state\": false\n            },\n            \"vendor_profile_settings\": {\n                \"seller_products_tab\": true,\n                \"seller_policy_tab\": true,\n                \"seller_contact_us_tab\": true\n            },\n            \"challan_message_1\": null,\n            \"challan_message_2\": null,\n            \"challan_prefix\": null,\n            \"challan_number_same_as_invoice_number\": true,\n            \"default_label_size_for_all_vendors\": false,\n            \"hide_customer_information_in_export\": {\n                \"name\": false,\n                \"phone\": false,\n                \"address\": false,\n                \"email\": false,\n                \"city\": false,\n                \"state\": false\n            },\n            \"product_permissions\": null,\n            \"hide_product_details_in_awb\": false,\n            \"hide_invoice_details_in_awb\": false,\n            \"company_note\": null,\n            \"meta_data\": null,\n            \"color_theme_field\": \"light.blue\",\n            \"change_tracking_url\": false,\n            \"ship_to_address_as_merchants_default_warehouse\": false,\n            \"can_vendor_hold_an_order\": false,\n            \"handle_out_of_stock_products\": null,\n            \"allow_vendors_to_change_vendor_profile_details\": false,\n            \"whatsapp_account\": null,\n            \"vendor_profile_theme_choosen\": \"theme-1\",\n            \"whatsapp_credit\": 100,\n            \"test_whatsapp_number\": null,\n            \"spoc_email_sending_method\": null,\n            \"connected_vendor_shops\": null,\n            \"events\": null,\n            \"commission_automation_set\": null,\n            \"auto_confirmation_using_tags_settings\": {\n                \"tags_settings_status\": false,\n                \"paid\": false,\n                \"tags_for_paid\": [],\n                \"cod_or_partially_paid\": false,\n                \"tags_for_cod_or_partially_paid\": [],\n                \"Exceptions_for_paid\": false,\n                \"Exceptions_for_paid_tags\": [],\n                \"Exceptions_for_cod_or_partially_paid\": false,\n                \"Exceptions_for_cod_or_partially_paid_tags\": []\n            },\n            \"preferred_location\": null,\n            \"email_credit\": null,\n            \"logo\": null,\n            \"logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n            \"is_general_setting_done\": true,\n            \"is_invoice_setting_done\": true,\n            \"is_label_setting_done\": false,\n            \"is_gst_enabled\": false,\n            \"billing_detail\": \"Anand</br>Gujarat</br>India\",\n            \"warehouse_address\": \"Anand</br>IN\",\n            \"contact_information\": \"kapil kapil</br>08849193468</br>kapil@gmail.com</br>\",\n            \"status\": \"Active\",\n            \"global_commission\": \"15\",\n            \"global_discount_shared_by_vendor\": \"0\",\n            \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n            \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n            \"global_shipping_charge_commission_type\": \"fixed\",\n            \"global_shipping_charge_commission\": 50,\n            \"global_fixed_commission\": 10,\n            \"is_drop_shipper\": true,\n            \"state\": {\n                \"id\": 13,\n                \"code\": \"GJ\",\n                \"tin\": 24,\n                \"title\": \"Gujarat\",\n                \"created_at\": \"2019-08-03T17:48:42.000000Z\",\n                \"updated_at\": \"2020-03-28T04:51:45.000000Z\",\n                \"deleted_at\": null,\n                \"country_code\": \"IN\"\n            },\n            \"first_email\": [\n                \"kapil@gmail.com\"\n            ],\n            \"invoice_state\": {\n                \"id\": 13,\n                \"code\": \"GJ\",\n                \"tin\": 24,\n                \"title\": \"Gujarat\",\n                \"created_at\": \"2019-08-03T17:48:42.000000Z\",\n                \"updated_at\": \"2020-03-28T04:51:45.000000Z\",\n                \"deleted_at\": null,\n                \"country_code\": \"IN\"\n            },\n            \"banner\": null,\n            \"banner_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n            \"frontend_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n            \"navbar_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n            \"email_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n            \"invoice_country_detail\": {\n                \"id\": 98,\n                \"name\": \"India\",\n                \"code\": \"IN\",\n                \"dial_code\": \"+91\",\n                \"currency_name\": \"Indian rupee\",\n                \"currency_symbol\": \"Rs.\",\n                \"currency_code\": \"INR\",\n                \"created_at\": null,\n                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                \"name_with_symbole\": \"Indian rupee - Rs.\"\n            },\n            \"commission_tags\": null,\n            \"warehouses\": [],\n            \"shipping_profiles\": [],\n            \"vendor_shop\": null,\n            \"configuration\": {\n                \"id\": 129004,\n                \"children_default_permissions\": {\n                    \"can_vendor_enable_disable_product\": false,\n                    \"can_vendor_edit_quantity_product\": true,\n                    \"can_vendor_edit_weight_dimension_product\": true,\n                    \"can_vendor_edit_tax_product\": false,\n                    \"can_vendor_generate_invoice\": true,\n                    \"can_vendor_generate_label\": true,\n                    \"can_vendor_add_courier_provider\": true,\n                    \"can_vendor_edit_order_package_dimensions\": true,\n                    \"can_vendor_cancel_label\": true,\n                    \"can_vendor_change_order_shipment_status\": true,\n                    \"can_vendor_change_order_warehouse\": true,\n                    \"can_vendor_cancel_invoice\": false,\n                    \"can_vendor_edit_price\": true,\n                    \"can_vendor_delete_product\": false,\n                    \"can_mail_to_customer\": true,\n                    \"can_change_payment_method\": true,\n                    \"can_access_shipping_address\": true,\n                    \"can_edit_shipping_address\": true,\n                    \"can_view_shipping_address\": true,\n                    \"can_view_estimated_cost_of_shipping\": true,\n                    \"can_access_settings\": true,\n                    \"can_access_customer_chat\": true,\n                    \"can_product_view_price\": true,\n                    \"can_product_view_title\": true,\n                    \"can_product_view_sku\": true,\n                    \"can_product_view_quantity\": true,\n                    \"can_product_view_inventory_management\": true,\n                    \"can_product_view_inventory_policy\": true,\n                    \"can_product_view_requires_shipping\": true,\n                    \"can_product_view_cost_price\": true,\n                    \"can_product_view_bar_code\": true,\n                    \"can_product_view_weight_dimension\": true,\n                    \"can_product_view_commission\": true,\n                    \"can_product_view_compare_at_price\": true,\n                    \"product_quick_edit_price\": true,\n                    \"product_quick_edit_title\": false,\n                    \"product_quick_edit_sku\": false,\n                    \"product_quick_edit_quantity\": false,\n                    \"product_quick_edit_inventory_management\": true,\n                    \"product_quick_edit_inventory_policy\": true,\n                    \"product_quick_edit_requires_shipping\": true,\n                    \"product_quick_edit_cost_price\": false,\n                    \"product_quick_edit_bar_code\": false,\n                    \"product_quick_edit_weight_dimension\": false,\n                    \"product_quick_edit_compare_at_price\": false,\n                    \"product_full_edit_price\": true,\n                    \"product_full_edit_title\": false,\n                    \"product_full_edit_sku\": false,\n                    \"product_full_edit_quantity\": false,\n                    \"product_full_edit_inventory_management\": true,\n                    \"product_full_edit_inventory_policy\": true,\n                    \"product_full_edit_requires_shipping\": true,\n                    \"product_full_edit_cost_price\": false,\n                    \"product_full_edit_bar_code\": false,\n                    \"product_full_edit_weight_dimension\": false,\n                    \"product_full_edit_compare_at_price\": false,\n                    \"commission_access\": true,\n                    \"product_access\": false,\n                    \"auto_approval_of_products_from_vendor\": false\n                },\n                \"company_id\": 233358,\n                \"created_at\": \"2023-12-04T07:26:35.000000Z\",\n                \"updated_at\": \"2023-12-22T06:26:18.000000Z\"\n            },\n            \"parent\": {\n                \"id\": 212738,\n                \"company_name\": \"kapil\",\n                \"brand_name\": \"violetplants\",\n                \"company_logo\": null,\n                \"contact_name\": \"Chahar\",\n                \"phone_number\": null,\n                \"email\": \"dragjyoti@shipturtle.com\",\n                \"address_line_1\": \"Est\",\n                \"address_line_2\": \"Test\",\n                \"pin_code\": \"411018\",\n                \"city\": \"Pune\",\n                \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                \"updated_at\": \"2023-12-22T10:48:24.000000Z\",\n                \"state_id\": null,\n                \"gstin_number\": \"1234\",\n                \"invoice_prefix\": \"Invoice\",\n                \"starting_invoice_number\": \"22\",\n                \"terms_and_conditions\": null,\n                \"bank_account_beneficiary_name\": null,\n                \"bank_account_name\": null,\n                \"ifsc_code\": null,\n                \"label_company_name\": null,\n                \"label_contact_name\": null,\n                \"label_phone\": null,\n                \"label_email_address\": null,\n                \"label_address_line_1\": null,\n                \"label_address_line_2\": null,\n                \"label_pin_code\": null,\n                \"label_city\": null,\n                \"label_state\": null,\n                \"signature\": null,\n                \"currency\": \"INR\",\n                \"weight\": null,\n                \"measurement\": null,\n                \"gst_enabled\": true,\n                \"override_channel_product_weight_enabled\": true,\n                \"label_details_same_as_company\": true,\n                \"multi_vendor_invoicing_enabled\": false,\n                \"multi_vendor_shipping_enabled\": false,\n                \"is_master\": \"1\",\n                \"invoice_number_same_as_order_number\": true,\n                \"enable_disable_cod_reconciliation\": true,\n                \"enable_disable_freight_reconciliation\": true,\n                \"cod_tolerance\": \"5\",\n                \"freight_tolerance\": \"2\",\n                \"is_multi_vendor_enabled\": true,\n                \"invoice_message\": null,\n                \"inclusive_exclusive\": null,\n                \"is_tax_on_shipping\": \"no\",\n                \"tax_on_shipping\": null,\n                \"primary_color\": \"#222F3D\",\n                \"secondary_color\": null,\n                \"display_hsn\": true,\n                \"website\": \"https://app.shipturtle.com/\",\n                \"country\": \"IN\",\n                \"type_of_vendor\": \"marketplace\",\n                \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                \"title\": \"violetplants\",\n                \"parent_id\": 212738,\n                \"extra_information\": null,\n                \"invoice_date\": \"invoice_creation_date\",\n                \"number_of_digits\": \"0\",\n                \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                \"created_by\": null,\n                \"updated_by\": 28344,\n                \"invoice_contact_name\": \"Hussain\",\n                \"invoice_address_1\": \"dahod\",\n                \"invoice_address_2\": \"dahod\",\n                \"invoice_postal_code\": \"380005\",\n                \"invoice_city\": \"Ahmedabad\",\n                \"invoice_phone_number\": \"09173038104\",\n                \"invoice_tin\": null,\n                \"timezone\": \"America/Phoenix\",\n                \"hand_delivered_enabled\": true,\n                \"other_courier_partner_enabled\": true,\n                \"billing_address_same_as_company_details\": false,\n                \"deactivated_at\": null,\n                \"state_code\": \"GJ\",\n                \"automatically_sync_vendor_name_from_store\": true,\n                \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                \"correct_all_errors_in_order\": false,\n                \"generate_shipping_labels_for_orders\": false,\n                \"generate_invoices_for_dropship_orders\": false,\n                \"can_vendor_enable_disable_product\": false,\n                \"can_vendor_edit_quantity_product\": false,\n                \"can_vendor_edit_weight_dimension_product\": false,\n                \"can_vendor_edit_tax_product\": true,\n                \"set_vendor_level_commission\": false,\n                \"commission\": \"15\",\n                \"discount_shared_by_vendor\": \"0\",\n                \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                \"set_vendor_level_shared_discount\": false,\n                \"set_vendor_level_commissoin_calculated_on\": false,\n                \"use_shop_channel_values_to_set_commission\": false,\n                \"can_vendor_generate_invoice\": true,\n                \"can_vendor_process_shippings\": true,\n                \"can_vendor_edit_hsn_tax\": true,\n                \"can_vendor_add_courier_provider\": true,\n                \"default_vendor_type\": \"dropshipper\",\n                \"no_of_deciaml_digits\": 2,\n                \"credits\": 299952,\n                \"plan_id\": 4,\n                \"requested_plan_id\": null,\n                \"override_invoice_permissions\": false,\n                \"override_product_permissions\": false,\n                \"override_order_routing_permissions\": false,\n                \"override_shipping_permissions\": false,\n                \"slug\": \"violetplants-212738\",\n                \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                \"shipping_charge_commission_type\": \"fixed\",\n                \"shipping_charge_commission\": 50,\n                \"override_commission_calculated_tax_type\": false,\n                \"override_shipping_charge_commission_type\": false,\n                \"override_shipping_charge_commission\": 0,\n                \"auto_email_to_vendor\": true,\n                \"fixed_commission\": 10,\n                \"service_charge\": 0,\n                \"can_vendor_edit_price\": false,\n                \"can_vendor_delete_product\": false,\n                \"show_logo_in_awb\": false,\n                \"hide_pick_address_in_awb\": false,\n                \"hide_customer_info_in_awb\": true,\n                \"hide_price_in_awb\": false,\n                \"hide_customer_information_on_vendor_dashboards\": false,\n                \"allow_merchant_to_generate_invoice\": false,\n                \"show_merchant_logo_in_invoice\": true,\n                \"locale\": \"en\",\n                \"use_custom_waybill\": true,\n                \"redirect_url\": \"dashboard\",\n                \"invoice_state_code\": \"GJ\",\n                \"invoice_country_code\": \"IN\",\n                \"stripe_account_id\": null,\n                \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                \"enable_app_shipping_profile_on_shopify\": \"0\",\n                \"policy\": null,\n                \"css\": null,\n                \"vendor_profile_color\": \"#f18024\",\n                \"about_us\": null,\n                \"facebook_link\": null,\n                \"twitter_link\": null,\n                \"instagram_link\": null,\n                \"auto_fulfill_digital_orders\": true,\n                \"use_default_warehouse_for_all_orders\": false,\n                \"invoice_label_header_title\": null,\n                \"invoice_place_of_supply\": null,\n                \"invoice_cin_key_title\": null,\n                \"invoice_cin\": null,\n                \"give_vendor_access_to_merchant_shipper\": false,\n                \"auto_generate_order_invoices_to_customers\": true,\n                \"auto_email_order_invoices_to_customers\": true,\n                \"treat_manual_payment_mode_as_cod\": false,\n                \"fulfill_order_after_confirm\": false,\n                \"add_notes_before_confirming_orders\": false,\n                \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                \"note_at_the_top_of_invoice\": null,\n                \"vendor_shop_id\": null,\n                \"vendor_category\": null,\n                \"vendor_location\": null,\n                \"short_description\": null,\n                \"display_vendor_category\": true,\n                \"display_vendor_location\": true,\n                \"display_vendor_short_description\": true,\n                \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                \"sync_settings\": {\n                    \"update_settings\": {\n                        \"sku\": true,\n                        \"tags\": true,\n                        \"media\": true,\n                        \"price\": false,\n                        \"title\": true,\n                        \"weight\": true,\n                        \"barcode\": true,\n                        \"quantity\": true,\n                        \"description\": true,\n                        \"product_type\": true,\n                        \"variant_name\": true,\n                        \"publish_status\": true,\n                        \"compare_at_price\": true,\n                        \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                    },\n                    \"create_settings\": {\n                        \"sku\": true,\n                        \"tags\": true,\n                        \"media\": true,\n                        \"price\": false,\n                        \"title\": true,\n                        \"weight\": true,\n                        \"barcode\": true,\n                        \"quantity\": true,\n                        \"description\": true,\n                        \"product_type\": true,\n                        \"variant_name\": true,\n                        \"publish_status\": true,\n                        \"compare_at_price\": true,\n                        \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                    },\n                    \"override_product_status_at_create\": true,\n                    \"product_status\": \"as_per_vendor_product\",\n                    \"enable_order_sync\": true,\n                    \"push_only_if_order_paid\": false,\n                    \"push_unsynced_product_order\": true,\n                    \"auto_add_variant\": true,\n                    \"auto_remove_variant\": true,\n                    \"strictKeyCheck\": false,\n                    \"on_product_delete\": \"do_nothing\",\n                    \"on_product_unmapped\": \"do_nothing\",\n                    \"push_only_if_product_connected\": true\n                },\n                \"override_hide_customer_information_permissions\": false,\n                \"can_vendor_cancel_an_order\": false,\n                \"hide_shipping_charges\": false,\n                \"add_insurance_to_shipment\": 0,\n                \"meta_title\": null,\n                \"registration_link\": null,\n                \"auto_approval_of_products_from_vendor\": true,\n                \"ignore_selling_price_for_commission\": 0,\n                \"shipping_label_check\": {\n                    \"email\": false,\n                    \"phone\": false,\n                    \"address_line_1\": false,\n                    \"address_line_2\": false,\n                    \"address_line_1_minimum\": null,\n                    \"address_line_1_maximum\": null,\n                    \"address_line_2_minimum\": null,\n                    \"address_line_2_maximum\": null\n                },\n                \"shipping_label_size\": \"smalllabel\",\n                \"paypal_email\": null,\n                \"use_custom_email_driver\": true,\n                \"ignore_order_splitting\": false,\n                \"hide_customer_information_on_vendor_dashboard\": {\n                    \"name\": false,\n                    \"phone\": false,\n                    \"address\": false,\n                    \"email\": false,\n                    \"city\": false,\n                    \"state\": false\n                },\n                \"hide_customer_information_in_awb\": {\n                    \"name\": false,\n                    \"phone\": false,\n                    \"address\": false,\n                    \"email\": false,\n                    \"city\": false,\n                    \"state\": false,\n                    \"line_items\": false,\n                    \"vendor_name\": false,\n                    \"sku\": false,\n                    \"weight_dimension\": false\n                },\n                \"hide_customer_information_in_invoice\": {\n                    \"name\": false,\n                    \"phone\": false,\n                    \"address\": false,\n                    \"email\": false,\n                    \"city\": false,\n                    \"state\": false\n                },\n                \"vendor_profile_settings\": {\n                    \"seller_products_tab\": true,\n                    \"seller_policy_tab\": true,\n                    \"seller_contact_us_tab\": true,\n                    \"seller_events_tab\": true,\n                    \"seller_reviews_tab\": false,\n                    \"seller_about_us_tab\": true\n                },\n                \"challan_message_1\": null,\n                \"challan_message_2\": null,\n                \"challan_prefix\": \"Invoice\",\n                \"challan_number_same_as_invoice_number\": true,\n                \"default_label_size_for_all_vendors\": true,\n                \"hide_customer_information_in_export\": {\n                    \"name\": false,\n                    \"phone\": false,\n                    \"address\": false,\n                    \"email\": false,\n                    \"city\": false,\n                    \"state\": false\n                },\n                \"product_permissions\": null,\n                \"hide_product_details_in_awb\": false,\n                \"hide_invoice_details_in_awb\": false,\n                \"company_note\": \"<p>sdfasdfab</p>\",\n                \"meta_data\": \"[{\\\"uuid\\\":\\\"e95a7b2d-5210-4e7b-988f-7fbde7acf198\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/601990/dashboard-mockup-for-c2c.xlsx\\\",\\\"size\\\":102609,\\\"name\\\":\\\"Dashboard Mockup for C2C.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"50844059-549d-4bcc-88bf-a023fd46bd29\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/604572/28344-1690206866.xlsx\\\",\\\"size\\\":7389,\\\"name\\\":\\\"28344-1690206866.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3ad73d68-08a3-46b5-9afc-3d1ac5df398f\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655061/lable_cancelled_order_amazon.xlsx\\\",\\\"size\\\":26214,\\\"name\\\":\\\"Lable Cancelled Order Amazon.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                \"color_theme_field\": \"light.blue\",\n                \"change_tracking_url\": false,\n                \"ship_to_address_as_merchants_default_warehouse\": false,\n                \"can_vendor_hold_an_order\": false,\n                \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                \"allow_vendors_to_change_vendor_profile_details\": true,\n                \"whatsapp_account\": \"use_company_account\",\n                \"vendor_profile_theme_choosen\": \"theme-1\",\n                \"whatsapp_credit\": 54,\n                \"test_whatsapp_number\": \"+918849193468\",\n                \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                \"connected_vendor_shops\": [\n                    \"vendorsynctesting5.myshopify.com\",\n                    \"testing-for-vendorsync.myshopify.com\",\n                    \"purpleplants.myshopify.com\",\n                    \"https://st-wpdemo.com/\",\n                    \"test-store-webkul-112.myshopify.com\",\n                    \"https://st-wpdemo.com/\",\n                    \"purpleplants.myshopify.com/\",\n                    \"https://st-wpdemo.com/\",\n                    \"purpleplants.myshopify.com\",\n                    \"channelteststore5.myshopify.com\",\n                    \"https://st-wpdemo.com/newtestclient/\",\n                    \"purpleplants.myshopify.com\",\n                    \"purpleplants.myshopify.com\"\n                ],\n                \"events\": null,\n                \"commission_automation_set\": {\n                    \"commission_automation\": true,\n                    \"commission_automation_rules\": true,\n                    \"commission_automation_date_range\": true,\n                    \"commission_automation_schedule_option\": \"on_order_receipt\",\n                    \"time_buffer_for_commission_automation\": \"4\",\n                    \"order_status_for_commission_automation\": \"pending\",\n                    \"invoice_number_for_commission_automation\": 277,\n                    \"date_Range_days_for_commission_automation\": \"4\"\n                },\n                \"auto_confirmation_using_tags_settings\": {\n                    \"tags_settings_status\": true,\n                    \"paid\": true,\n                    \"tags_for_paid\": [],\n                    \"cod_or_partially_paid\": false,\n                    \"tags_for_cod_or_partially_paid\": [],\n                    \"Exceptions_for_paid\": false,\n                    \"Exceptions_for_paid_tags\": [],\n                    \"Exceptions_for_cod_or_partially_paid\": false,\n                    \"Exceptions_for_cod_or_partially_paid_tags\": []\n                },\n                \"preferred_location\": null,\n                \"email_credit\": 4853,\n                \"logo\": {\n                    \"id\": 665099,\n                    \"model_type\": \"App\\\\Company\",\n                    \"model_id\": 212738,\n                    \"collection_name\": \"logo\",\n                    \"name\": \"pexels-pixabay-268533\",\n                    \"file_name\": \"pexels-pixabay-268533.jpg\",\n                    \"mime_type\": \"image/jpeg\",\n                    \"disk\": \"s3\",\n                    \"size\": 272597,\n                    \"manipulations\": [],\n                    \"custom_properties\": {\n                        \"generated_conversions\": {\n                            \"email_logo\": true,\n                            \"navbar_logo\": true,\n                            \"frontend_logo\": true\n                        }\n                    },\n                    \"responsive_images\": {\n                        \"medialibrary_original\": {\n                            \"urls\": [\n                                \"pexels-pixabay-268533___medialibrary_original_1920_1278.jpg\",\n                                \"pexels-pixabay-268533___medialibrary_original_1606_1069.jpg\",\n                                \"pexels-pixabay-268533___medialibrary_original_1344_895.jpg\",\n                                \"pexels-pixabay-268533___medialibrary_original_1124_748.jpg\",\n                                \"pexels-pixabay-268533___medialibrary_original_940_626.jpg\",\n                                \"pexels-pixabay-268533___medialibrary_original_787_524.jpg\",\n                                \"pexels-pixabay-268533___medialibrary_original_658_438.jpg\",\n                                \"pexels-pixabay-268533___medialibrary_original_550_366.jpg\",\n                                \"pexels-pixabay-268533___medialibrary_original_460_306.jpg\",\n                                \"pexels-pixabay-268533___medialibrary_original_385_256.jpg\"\n                            ],\n                            \"base64svg\": \"data:image/svg+xml;base64,PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHg9IjAiCiB5PSIwIiB2aWV3Qm94PSIwIDAgMTkyMCAxMjc4Ij4KCTxpbWFnZSB3aWR0aD0iMTkyMCIgaGVpZ2h0PSIxMjc4IiB4bGluazpocmVmPSJkYXRhOmltYWdlL2pwZWc7YmFzZTY0LC85ai80QUFRU2taSlJnQUJBUUVBWUFCZ0FBRC8vZ0E3UTFKRlFWUlBVam9nWjJRdGFuQmxaeUIyTVM0d0lDaDFjMmx1WnlCSlNrY2dTbEJGUnlCMk9EQXBMQ0J4ZFdGc2FYUjVJRDBnT1RBSy85c0FRd0FEQWdJREFnSURBd01EQkFNREJBVUlCUVVFQkFVS0J3Y0dDQXdLREF3TENnc0xEUTRTRUEwT0VRNExDeEFXRUJFVEZCVVZGUXdQRnhnV0ZCZ1NGQlVVLzlzQVF3RURCQVFGQkFVSkJRVUpGQTBMRFJRVUZCUVVGQlFVRkJRVUZCUVVGQlFVRkJRVUZCUVVGQlFVRkJRVUZCUVVGQlFVRkJRVUZCUVVGQlFVRkJRVUZCUVUvOEFBRVFnQUZRQWdBd0VSQUFJUkFRTVJBZi9FQUI4QUFBRUZBUUVCQVFFQkFBQUFBQUFBQUFBQkFnTUVCUVlIQ0FrS0MvL0VBTFVRQUFJQkF3TUNCQU1GQlFRRUFBQUJmUUVDQXdBRUVRVVNJVEZCQmhOUllRY2ljUlF5Z1pHaENDTkNzY0VWVXRId0pETmljb0lKQ2hZWEdCa2FKU1luS0NrcU5EVTJOemc1T2tORVJVWkhTRWxLVTFSVlZsZFlXVnBqWkdWbVoyaHBhbk4wZFhaM2VIbDZnNFNGaG9lSWlZcVNrNVNWbHBlWW1acWlvNlNscHFlb3FhcXlzN1MxdHJlNHVickN3OFRGeHNmSXljclMwOVRWMXRmWTJkcmg0dVBrNWVibjZPbnE4Zkx6OVBYMjkvajUrdi9FQUI4QkFBTUJBUUVCQVFFQkFRRUFBQUFBQUFBQkFnTUVCUVlIQ0FrS0MvL0VBTFVSQUFJQkFnUUVBd1FIQlFRRUFBRUNkd0FCQWdNUkJBVWhNUVlTUVZFSFlYRVRJaktCQ0JSQ2thR3h3UWtqTTFMd0ZXSnkwUW9XSkRUaEpmRVhHQmthSmljb0tTbzFOamM0T1RwRFJFVkdSMGhKU2xOVVZWWlhXRmxhWTJSbFptZG9hV3B6ZEhWMmQzaDVlb0tEaElXR2g0aUppcEtUbEpXV2w1aVptcUtqcEtXbXA2aXBxckt6dExXMnQ3aTV1c0xEeE1YR3g4akp5dExUMU5YVzE5aloydUxqNU9YbTUranA2dkx6OVBYMjkvajUrdi9hQUF3REFRQUNFUU1SQUQ4QS9QNnc4S3pUWUFROCsxZTdHbGM0WlZqZXR2aDVjdW00eHNCOUs2RlEwMU1YV2JMRC9EaTVNZTVZeVI2Z1UvWWFDOXEwWk41NEh1SWM1amI4cXpkRXRWajFyd1FzRnhPb2tzK00rbFp4cnk3QktrdTU3UGNlSDlPbDhQNThnUWtqNzFjK0p4TStXMWpmRFVZODF6cFBDbmdYU3BmRGZtTXFTdGpyVjRmRVQ1VExFVTRxZWg1LzR5OFAyRm5Jd1MyQjU3Q3V0MXBkakJVMTNQRlBEL2lTN3RwRktFQ3RvV0lrZWd0NHkxQyswc3dTUDhoSGF0YWxHRlNObWdwVkpVNVhSZTB2eHZxbWxhWjVFTXgyZTVwMDZNS2NiSVZTYm5LN09iMXp4cHFOd3hMdm1ocElsSC8vMlE9PSI+Cgk8L2ltYWdlPgo8L3N2Zz4=\"\n                        }\n                    },\n                    \"order_column\": 570835,\n                    \"created_at\": \"2023-12-15T06:51:08.000000Z\",\n                    \"updated_at\": \"2023-12-15T06:51:11.000000Z\"\n                },\n                \"logo_link\": \"https://d2i9a0muccv7uq.cloudfront.net/665099/pexels-pixabay-268533.jpg\",\n                \"is_general_setting_done\": true,\n                \"is_invoice_setting_done\": true,\n                \"is_label_setting_done\": false,\n                \"is_gst_enabled\": true,\n                \"billing_detail\": \"Pune</br>Gujarat</br>India\",\n                \"warehouse_address\": \"Pune</br>IN\",\n                \"contact_information\": \"Chahar</br>dragjyoti@shipturtle.com</br>\",\n                \"status\": \"Active\",\n                \"global_commission\": \"15\",\n                \"global_discount_shared_by_vendor\": \"0\",\n                \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                \"global_shipping_charge_commission_type\": \"fixed\",\n                \"global_shipping_charge_commission\": 50,\n                \"global_fixed_commission\": 10,\n                \"is_drop_shipper\": false,\n                \"state\": {\n                    \"id\": 13,\n                    \"code\": \"GJ\",\n                    \"tin\": 24,\n                    \"title\": \"Gujarat\",\n                    \"created_at\": \"2019-08-03T17:48:42.000000Z\",\n                    \"updated_at\": \"2020-03-28T04:51:45.000000Z\",\n                    \"deleted_at\": null,\n                    \"country_code\": \"IN\"\n                },\n                \"first_email\": [\n                    \"dragjyoti@shipturtle.com\"\n                ],\n                \"invoice_state\": {\n                    \"id\": 13,\n                    \"code\": \"GJ\",\n                    \"tin\": 24,\n                    \"title\": \"Gujarat\",\n                    \"created_at\": \"2019-08-03T17:48:42.000000Z\",\n                    \"updated_at\": \"2020-03-28T04:51:45.000000Z\",\n                    \"deleted_at\": null,\n                    \"country_code\": \"IN\"\n                },\n                \"banner\": null,\n                \"banner_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                \"frontend_logo_link\": \"https://d2i9a0muccv7uq.cloudfront.net/665099/pexels-pixabay-268533.jpg\",\n                \"navbar_logo_link\": \"https://d2i9a0muccv7uq.cloudfront.net/665099/pexels-pixabay-268533.jpg\",\n                \"email_logo_link\": \"https://d2i9a0muccv7uq.cloudfront.net/665099/pexels-pixabay-268533.jpg\",\n                \"invoice_country_detail\": {\n                    \"id\": 98,\n                    \"name\": \"India\",\n                    \"code\": \"IN\",\n                    \"dial_code\": \"+91\",\n                    \"currency_name\": \"Indian rupee\",\n                    \"currency_symbol\": \"Rs.\",\n                    \"currency_code\": \"INR\",\n                    \"created_at\": null,\n                    \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                    \"name_with_symbole\": \"Indian rupee - Rs.\"\n                },\n                \"commission_tags\": {\n                    \"company_id\": 212738,\n                    \"override_commission\": true\n                },\n                \"media\": [\n                    {\n                        \"id\": 665099,\n                        \"model_type\": \"App\\\\Company\",\n                        \"model_id\": 212738,\n                        \"collection_name\": \"logo\",\n                        \"name\": \"pexels-pixabay-268533\",\n                        \"file_name\": \"pexels-pixabay-268533.jpg\",\n                        \"mime_type\": \"image/jpeg\",\n                        \"disk\": \"s3\",\n                        \"size\": 272597,\n                        \"manipulations\": [],\n                        \"custom_properties\": {\n                            \"generated_conversions\": {\n                                \"email_logo\": true,\n                                \"navbar_logo\": true,\n                                \"frontend_logo\": true\n                            }\n                        },\n                        \"responsive_images\": {\n                            \"medialibrary_original\": {\n                                \"urls\": [\n                                    \"pexels-pixabay-268533___medialibrary_original_1920_1278.jpg\",\n                                    \"pexels-pixabay-268533___medialibrary_original_1606_1069.jpg\",\n                                    \"pexels-pixabay-268533___medialibrary_original_1344_895.jpg\",\n                                    \"pexels-pixabay-268533___medialibrary_original_1124_748.jpg\",\n                                    \"pexels-pixabay-268533___medialibrary_original_940_626.jpg\",\n                                    \"pexels-pixabay-268533___medialibrary_original_787_524.jpg\",\n                                    \"pexels-pixabay-268533___medialibrary_original_658_438.jpg\",\n                                    \"pexels-pixabay-268533___medialibrary_original_550_366.jpg\",\n                                    \"pexels-pixabay-268533___medialibrary_original_460_306.jpg\",\n                                    \"pexels-pixabay-268533___medialibrary_original_385_256.jpg\"\n                                ],\n                                \"base64svg\": \"data:image/svg+xml;base64,PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHg9IjAiCiB5PSIwIiB2aWV3Qm94PSIwIDAgMTkyMCAxMjc4Ij4KCTxpbWFnZSB3aWR0aD0iMTkyMCIgaGVpZ2h0PSIxMjc4IiB4bGluazpocmVmPSJkYXRhOmltYWdlL2pwZWc7YmFzZTY0LC85ai80QUFRU2taSlJnQUJBUUVBWUFCZ0FBRC8vZ0E3UTFKRlFWUlBVam9nWjJRdGFuQmxaeUIyTVM0d0lDaDFjMmx1WnlCSlNrY2dTbEJGUnlCMk9EQXBMQ0J4ZFdGc2FYUjVJRDBnT1RBSy85c0FRd0FEQWdJREFnSURBd01EQkFNREJBVUlCUVVFQkFVS0J3Y0dDQXdLREF3TENnc0xEUTRTRUEwT0VRNExDeEFXRUJFVEZCVVZGUXdQRnhnV0ZCZ1NGQlVVLzlzQVF3RURCQVFGQkFVSkJRVUpGQTBMRFJRVUZCUVVGQlFVRkJRVUZCUVVGQlFVRkJRVUZCUVVGQlFVRkJRVUZCUVVGQlFVRkJRVUZCUVVGQlFVRkJRVUZCUVUvOEFBRVFnQUZRQWdBd0VSQUFJUkFRTVJBZi9FQUI4QUFBRUZBUUVCQVFFQkFBQUFBQUFBQUFBQkFnTUVCUVlIQ0FrS0MvL0VBTFVRQUFJQkF3TUNCQU1GQlFRRUFBQUJmUUVDQXdBRUVRVVNJVEZCQmhOUllRY2ljUlF5Z1pHaENDTkNzY0VWVXRId0pETmljb0lKQ2hZWEdCa2FKU1luS0NrcU5EVTJOemc1T2tORVJVWkhTRWxLVTFSVlZsZFlXVnBqWkdWbVoyaHBhbk4wZFhaM2VIbDZnNFNGaG9lSWlZcVNrNVNWbHBlWW1acWlvNlNscHFlb3FhcXlzN1MxdHJlNHVickN3OFRGeHNmSXljclMwOVRWMXRmWTJkcmg0dVBrNWVibjZPbnE4Zkx6OVBYMjkvajUrdi9FQUI4QkFBTUJBUUVCQVFFQkFRRUFBQUFBQUFBQkFnTUVCUVlIQ0FrS0MvL0VBTFVSQUFJQkFnUUVBd1FIQlFRRUFBRUNkd0FCQWdNUkJBVWhNUVlTUVZFSFlYRVRJaktCQ0JSQ2thR3h3UWtqTTFMd0ZXSnkwUW9XSkRUaEpmRVhHQmthSmljb0tTbzFOamM0T1RwRFJFVkdSMGhKU2xOVVZWWlhXRmxhWTJSbFptZG9hV3B6ZEhWMmQzaDVlb0tEaElXR2g0aUppcEtUbEpXV2w1aVptcUtqcEtXbXA2aXBxckt6dExXMnQ3aTV1c0xEeE1YR3g4akp5dExUMU5YVzE5aloydUxqNU9YbTUranA2dkx6OVBYMjkvajUrdi9hQUF3REFRQUNFUU1SQUQ4QS9QNnc4S3pUWUFROCsxZTdHbGM0WlZqZXR2aDVjdW00eHNCOUs2RlEwMU1YV2JMRC9EaTVNZTVZeVI2Z1UvWWFDOXEwWk41NEh1SWM1amI4cXpkRXRWajFyd1FzRnhPb2tzK00rbFp4cnk3QktrdTU3UGNlSDlPbDhQNThnUWtqNzFjK0p4TStXMWpmRFVZODF6cFBDbmdYU3BmRGZtTXFTdGpyVjRmRVQ1VExFVTRxZWg1LzR5OFAyRm5Jd1MyQjU3Q3V0MXBkakJVMTNQRlBEL2lTN3RwRktFQ3RvV0lrZWd0NHkxQyswc3dTUDhoSGF0YWxHRlNObWdwVkpVNVhSZTB2eHZxbWxhWjVFTXgyZTVwMDZNS2NiSVZTYm5LN09iMXp4cHFOd3hMdm1ocElsSC8vMlE9PSI+Cgk8L2ltYWdlPgo8L3N2Zz4=\"\n                            }\n                        },\n                        \"order_column\": 570835,\n                        \"created_at\": \"2023-12-15T06:51:08.000000Z\",\n                        \"updated_at\": \"2023-12-15T06:51:11.000000Z\"\n                    }\n                ],\n                \"country_detail\": {\n                    \"id\": 98,\n                    \"name\": \"India\",\n                    \"code\": \"IN\",\n                    \"dial_code\": \"+91\",\n                    \"currency_name\": \"Indian rupee\",\n                    \"currency_symbol\": \"Rs.\",\n                    \"currency_code\": \"INR\",\n                    \"created_at\": null,\n                    \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                    \"name_with_symbole\": \"Indian rupee - Rs.\"\n                }\n            },\n            \"media\": [],\n            \"country_detail\": {\n                \"id\": 98,\n                \"name\": \"India\",\n                \"code\": \"IN\",\n                \"dial_code\": \"+91\",\n                \"currency_name\": \"Indian rupee\",\n                \"currency_symbol\": \"Rs.\",\n                \"currency_code\": \"INR\",\n                \"created_at\": null,\n                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                \"name_with_symbole\": \"Indian rupee - Rs.\"\n            }\n        }\n    ],\n    \"count\": 4\n}"}],"_postman_id":"f55e4b2f-1299-4da6-9695-75ff5fe54326"},{"name":"create-vendor","id":"78b639ed-7bc7-4f62-b338-b3d091ceb2e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"company_name","value":"shipturtle","description":"<p>Company Name</p>\n","type":"text"},{"key":"brand_name","value":"shipturtle","description":"<p>Brand Name</p>\n","type":"text"},{"key":"website","value":"app.shipturtle.com","description":"<p>Companies website</p>\n","type":"text"},{"key":"contact_name","value":"shipturtle","description":"<p>Contact Name</p>\n","type":"text"},{"key":"phone_number","value":"9999999999","description":"<p>Phone Number</p>\n","type":"text"},{"key":"email","value":"shipturtlemarketplace@gmail.com","description":"<p>Vendor email id</p>\n","type":"text"},{"key":"address_line_1","value":"GUSEC","description":"<p>Address line 1 contains home/shop number, street name, area</p>\n","type":"text"},{"key":"address_line_2","value":"ahemdabad","description":"<p>Address line 2 contains city, state, country, pincode</p>\n","type":"text"},{"key":"city","value":"ahemdabad","description":"<p>city name</p>\n","type":"text"},{"key":"pin_code","value":"388001","description":"<p>pin code</p>\n","type":"text"},{"key":"country","value":"IN","description":"<p>country code</p>\n","type":"text"},{"key":"state_code","value":"GJ","description":"<p>state code</p>\n","type":"text"},{"key":"title","value":"shipturtle","description":"<p>Title of vendor</p>\n","type":"text"}]},"url":"https://api.shipturtle.com/api/v1/companies","description":"<p>This API endpoint allows you to create a new vendor by providing vendor details. The request should be sent as an HTTP POST to the specified URL. The request body should be of form-data type. Make sure to provide all the required parameters in the request body to successfully create a new company.</p>\n<h3 id=\"status-code\">Status code</h3>\n<p>200 - Success / OK</p>\n<p>201 - Created</p>\n<p>202 - Accepted</p>\n<p>204 - No Content</p>\n<p>400 - Bad request</p>\n<p>401 - Unauthorized error</p>\n<p>500 - Internal server error</p>\n","urlObject":{"protocol":"https","path":["api","v1","companies"],"host":["api","shipturtle","com"],"query":[],"variable":[]}},"response":[{"id":"90988f14-2f54-4ea5-a135-10a9efd20a62","name":"create-vendor","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"company_name","value":"shipturtle","type":"text"},{"key":"brand_name","value":"shipturtle","type":"text"},{"key":"website","value":"app.shipturtle.com","type":"text"},{"key":"contact_name","value":"shipturtle","type":"text"},{"key":"phone_number","value":"9999999999","type":"text"},{"key":"email","value":"shipturtlemarketplace@gmail.com","type":"text"},{"key":"address_line_1","value":"GUSEC","type":"text"},{"key":"address_line_2","value":"ahemdabad","type":"text"},{"key":"city","value":"ahemdabad","type":"text"},{"key":"pin_code","value":"388001","type":"text"},{"key":"country","value":"IN","type":"text"},{"key":"state_code","value":"GJ","type":"text"},{"key":"title","value":"shipturtle","type":"text"}]},"url":"https://api.shipturtle.com/api/v1/companies"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 22 Dec 2023 11:35:26 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"Vary","value":"Origin,Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"user\": {\n            \"user_name\": \"shipturtlemarketplace_5695\",\n            \"email\": \"shipturtlemarketplace@gmail.com\",\n            \"name\": \"shipturtle\",\n            \"company_id\": 234801,\n            \"updated_at\": \"2023-12-22T11:35:25.000000Z\",\n            \"created_at\": \"2023-12-22T11:35:25.000000Z\",\n            \"id\": 34882,\n            \"currency_country\": {\n                \"id\": 98,\n                \"name\": \"India\",\n                \"code\": \"IN\",\n                \"dial_code\": \"+91\",\n                \"currency_name\": \"Indian rupee\",\n                \"currency_symbol\": \"Rs.\",\n                \"currency_code\": \"INR\",\n                \"created_at\": null,\n                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                \"name_with_symbole\": \"Indian rupee - Rs.\"\n            },\n            \"slug\": \"shipturtle-34882\",\n            \"default_shop\": {\n                \"id\": 4147,\n                \"shopify_domain\": \"violetplants.myshopify.com\",\n                \"name\": \"violetplants\",\n                \"company_id\": 212738,\n                \"currency\": \"INR\",\n                \"weight_unit\": \"gm\",\n                \"dimension_unit\": \"inch\",\n                \"setup_pending\": false,\n                \"product_types_sold_on_store\": \"physical_products_only\",\n                \"enable_payment_settings\": false,\n                \"payment_method_settings\": {\n                    \"0\": null,\n                    \"payu_in_paisa\": \"paid\",\n                    \"cash_on_delivery\": \"paid\",\n                    \"manual\": \"paid\",\n                    \"cashfree\": \"paid\",\n                    \"Cash on Delivery (COD)\": \"cod\",\n                    \"gift_card\": \"paid\",\n                    \"paytm\": \"paid\",\n                    \"stripe\": \"paid\",\n                    \"payu_india\": \"paid\",\n                    \"razorpay_cards_upi_netbanking_wallets_\": \"paid\",\n                    \"neft\": \"paid\",\n                    \"paypal\": \"paid\",\n                    \"shopify_payments\": \"paid\",\n                    \"amazon_payments\": \"paid\",\n                    \"razorpay_all_cards_netbanking_wallets_\": \"paid\",\n                    \"Etsy\": \"paid\",\n                    \"clearpay\": \"paid\",\n                    \"Bank Deposit/Mobile Transfer\": \"paid\",\n                    \"E-Transfer\": \"paid\",\n                    \"cash\": \"cod\",\n                    \"eBay/PayPal\": \"paid\",\n                    \"amazon_marketplace\": \"paid\",\n                    \"ccavenue\": \"paid\",\n                    \"payu_in\": \"paid\",\n                    \"bogus\": \"paid\",\n                    \"\": null,\n                    \"money_order\": \"cod\",\n                    \"bank_deposit\": null\n                },\n                \"created_at\": \"2023-07-13T10:19:49.000000Z\",\n                \"14_day_trial_expired\": true,\n                \"shop_setup_instructions\": \"{\\\"store_type\\\":\\\"market_place\\\"}\",\n                \"store_setup\": \"{\\\"is_setup_complete\\\":null,\\\"step\\\":\\\"1\\\"}\",\n                \"published_and_unpublished_theme1_code\": \"null\",\n                \"left_days_14_day_trial\": null,\n                \"country\": null,\n                \"currency_country\": {\n                    \"id\": 98,\n                    \"name\": \"India\",\n                    \"code\": \"IN\",\n                    \"dial_code\": \"+91\",\n                    \"currency_name\": \"Indian rupee\",\n                    \"currency_symbol\": \"Rs.\",\n                    \"currency_code\": \"INR\",\n                    \"created_at\": null,\n                    \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                    \"name_with_symbole\": \"Indian rupee - Rs.\"\n                }\n            },\n            \"domain\": null,\n            \"tawk_hmac\": \"052741c97260872be7249da1d20a25a6aefa08ba95542cc1d0272e272d049a9c\",\n            \"next_renewal_on\": null,\n            \"company\": {\n                \"id\": 234801,\n                \"company_name\": \"shipturtle\",\n                \"brand_name\": \"shipturtle\",\n                \"company_logo\": null,\n                \"contact_name\": \"shipturtle\",\n                \"phone_number\": \"9999999999\",\n                \"email\": \"shipturtlemarketplace@gmail.com\",\n                \"address_line_1\": \"GUSEC\",\n                \"address_line_2\": \"ahemdabad\",\n                \"pin_code\": \"388001\",\n                \"city\": \"ahemdabad\",\n                \"created_at\": \"2023-12-22T11:35:25.000000Z\",\n                \"updated_at\": \"2023-12-22T11:35:25.000000Z\",\n                \"state_id\": null,\n                \"gstin_number\": null,\n                \"invoice_prefix\": null,\n                \"starting_invoice_number\": null,\n                \"terms_and_conditions\": null,\n                \"bank_account_beneficiary_name\": null,\n                \"bank_account_name\": null,\n                \"ifsc_code\": null,\n                \"label_company_name\": null,\n                \"label_contact_name\": null,\n                \"label_phone\": null,\n                \"label_email_address\": null,\n                \"label_address_line_1\": null,\n                \"label_address_line_2\": null,\n                \"label_pin_code\": null,\n                \"label_city\": null,\n                \"label_state\": null,\n                \"signature\": null,\n                \"currency\": null,\n                \"weight\": null,\n                \"measurement\": null,\n                \"gst_enabled\": false,\n                \"override_channel_product_weight_enabled\": false,\n                \"label_details_same_as_company\": true,\n                \"multi_vendor_invoicing_enabled\": true,\n                \"multi_vendor_shipping_enabled\": true,\n                \"is_master\": null,\n                \"invoice_number_same_as_order_number\": true,\n                \"enable_disable_cod_reconciliation\": false,\n                \"enable_disable_freight_reconciliation\": false,\n                \"cod_tolerance\": null,\n                \"freight_tolerance\": null,\n                \"is_multi_vendor_enabled\": true,\n                \"invoice_message\": null,\n                \"inclusive_exclusive\": null,\n                \"is_tax_on_shipping\": \"no\",\n                \"tax_on_shipping\": null,\n                \"primary_color\": \"#f18024\",\n                \"secondary_color\": null,\n                \"display_hsn\": true,\n                \"website\": \"app.shipturtle.com\",\n                \"country\": \"IN\",\n                \"type_of_vendor\": \"dropshipper\",\n                \"invoice_message_2\": null,\n                \"title\": \"shipturtle\",\n                \"parent_id\": 212738,\n                \"extra_information\": null,\n                \"invoice_date\": \"invoice_creation_date\",\n                \"number_of_digits\": \"0\",\n                \"invoice_message_1\": null,\n                \"created_by\": null,\n                \"updated_by\": 34862,\n                \"invoice_contact_name\": \"shipturtle\",\n                \"invoice_address_1\": \"GUSEC\",\n                \"invoice_address_2\": \"ahemdabad\",\n                \"invoice_postal_code\": \"388001\",\n                \"invoice_city\": \"ahemdabad\",\n                \"invoice_phone_number\": \"9999999999\",\n                \"invoice_tin\": null,\n                \"timezone\": \"Asia/Kolkata\",\n                \"hand_delivered_enabled\": true,\n                \"other_courier_partner_enabled\": true,\n                \"billing_address_same_as_company_details\": true,\n                \"deactivated_at\": null,\n                \"state_code\": \"GJ\",\n                \"automatically_sync_vendor_name_from_store\": true,\n                \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                \"correct_all_errors_in_order\": false,\n                \"generate_shipping_labels_for_orders\": false,\n                \"generate_invoices_for_dropship_orders\": false,\n                \"can_vendor_enable_disable_product\": false,\n                \"can_vendor_edit_quantity_product\": false,\n                \"can_vendor_edit_weight_dimension_product\": false,\n                \"can_vendor_edit_tax_product\": false,\n                \"set_vendor_level_commission\": false,\n                \"commission\": null,\n                \"discount_shared_by_vendor\": null,\n                \"commission_calculated_on_product_price_discounted_price\": null,\n                \"set_vendor_level_shared_discount\": false,\n                \"set_vendor_level_commissoin_calculated_on\": false,\n                \"use_shop_channel_values_to_set_commission\": true,\n                \"can_vendor_generate_invoice\": false,\n                \"can_vendor_process_shippings\": false,\n                \"can_vendor_edit_hsn_tax\": false,\n                \"can_vendor_add_courier_provider\": false,\n                \"default_vendor_type\": \"dropshipper\",\n                \"no_of_deciaml_digits\": 2,\n                \"credits\": 0,\n                \"plan_id\": null,\n                \"requested_plan_id\": null,\n                \"override_invoice_permissions\": false,\n                \"override_product_permissions\": false,\n                \"override_order_routing_permissions\": false,\n                \"override_shipping_permissions\": false,\n                \"slug\": \"shipturtle-234801\",\n                \"commission_calculated_tax_type\": \"exclusive_of_tax\",\n                \"shipping_charge_commission_type\": \"fixed\",\n                \"shipping_charge_commission\": 0,\n                \"override_commission_calculated_tax_type\": false,\n                \"override_shipping_charge_commission_type\": false,\n                \"override_shipping_charge_commission\": 0,\n                \"auto_email_to_vendor\": false,\n                \"fixed_commission\": 0,\n                \"service_charge\": 0,\n                \"can_vendor_edit_price\": false,\n                \"can_vendor_delete_product\": false,\n                \"show_logo_in_awb\": false,\n                \"hide_pick_address_in_awb\": true,\n                \"hide_customer_info_in_awb\": true,\n                \"hide_price_in_awb\": false,\n                \"hide_customer_information_on_vendor_dashboards\": false,\n                \"allow_merchant_to_generate_invoice\": false,\n                \"show_merchant_logo_in_invoice\": false,\n                \"locale\": \"en\",\n                \"use_custom_waybill\": false,\n                \"redirect_url\": \"dashboard\",\n                \"invoice_state_code\": \"GJ\",\n                \"invoice_country_code\": \"IN\",\n                \"stripe_account_id\": null,\n                \"url_to_redirect_vendor_is_registered\": null,\n                \"enable_app_shipping_profile_on_shopify\": null,\n                \"policy\": null,\n                \"css\": null,\n                \"vendor_profile_color\": \"#f18024\",\n                \"about_us\": null,\n                \"facebook_link\": null,\n                \"twitter_link\": null,\n                \"instagram_link\": null,\n                \"auto_fulfill_digital_orders\": false,\n                \"use_default_warehouse_for_all_orders\": false,\n                \"invoice_label_header_title\": null,\n                \"invoice_place_of_supply\": null,\n                \"invoice_cin_key_title\": null,\n                \"invoice_cin\": null,\n                \"give_vendor_access_to_merchant_shipper\": false,\n                \"auto_generate_order_invoices_to_customers\": false,\n                \"auto_email_order_invoices_to_customers\": false,\n                \"treat_manual_payment_mode_as_cod\": false,\n                \"fulfill_order_after_confirm\": false,\n                \"add_notes_before_confirming_orders\": false,\n                \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                \"note_at_the_top_of_invoice\": null,\n                \"vendor_shop_id\": null,\n                \"vendor_category\": null,\n                \"vendor_location\": null,\n                \"short_description\": null,\n                \"display_vendor_category\": false,\n                \"display_vendor_location\": false,\n                \"display_vendor_short_description\": false,\n                \"name_of_the_vendor_listing_page\": null,\n                \"sync_settings\": {\n                    \"update_settings\": {\n                        \"title\": false,\n                        \"variant_name\": false,\n                        \"price\": true,\n                        \"weight\": false,\n                        \"sku\": false,\n                        \"description\": false,\n                        \"publish_status\": false,\n                        \"product_type\": false,\n                        \"barcode\": false,\n                        \"media\": false,\n                        \"compare_at_price\": true,\n                        \"quantity\": true,\n                        \"track_quantity_and_continue_selling_when_out_of_stock\": false,\n                        \"hsn_code_and_country_of_origin\": false,\n                        \"tags\": true\n                    },\n                    \"create_settings\": {\n                        \"title\": true,\n                        \"variant_name\": true,\n                        \"price\": true,\n                        \"weight\": true,\n                        \"sku\": true,\n                        \"description\": true,\n                        \"publish_status\": true,\n                        \"product_type\": true,\n                        \"barcode\": true,\n                        \"media\": true,\n                        \"compare_at_price\": true,\n                        \"quantity\": true,\n                        \"track_quantity_and_continue_selling_when_out_of_stock\": true,\n                        \"hsn_code_and_country_of_origin\": true,\n                        \"tags\": true\n                    },\n                    \"override_product_status_at_create\": false,\n                    \"product_status\": \"as_per_vendor_product\",\n                    \"enable_order_sync\": false,\n                    \"push_only_if_order_paid\": false,\n                    \"push_unsynced_product_order\": false,\n                    \"auto_add_variant\": true,\n                    \"auto_remove_variant\": true,\n                    \"strictKeyCheck\": false,\n                    \"on_product_delete\": \"do_nothing\",\n                    \"on_product_unmapped\": \"do_nothing\"\n                },\n                \"override_hide_customer_information_permissions\": false,\n                \"can_vendor_cancel_an_order\": false,\n                \"hide_shipping_charges\": false,\n                \"add_insurance_to_shipment\": 0,\n                \"meta_title\": null,\n                \"registration_link\": null,\n                \"auto_approval_of_products_from_vendor\": false,\n                \"ignore_selling_price_for_commission\": 0,\n                \"shipping_label_check\": {\n                    \"email\": false,\n                    \"phone\": false,\n                    \"address_line_1\": false,\n                    \"address_line_2\": false,\n                    \"address_line_1_minimum\": null,\n                    \"address_line_1_maximum\": null,\n                    \"address_line_2_minimum\": null,\n                    \"address_line_2_maximum\": null\n                },\n                \"shipping_label_size\": null,\n                \"paypal_email\": null,\n                \"use_custom_email_driver\": false,\n                \"ignore_order_splitting\": false,\n                \"hide_customer_information_on_vendor_dashboard\": {\n                    \"name\": false,\n                    \"phone\": false,\n                    \"address\": false,\n                    \"email\": false,\n                    \"city\": false,\n                    \"state\": false\n                },\n                \"hide_customer_information_in_awb\": {\n                    \"name\": false,\n                    \"phone\": false,\n                    \"address\": false,\n                    \"email\": false,\n                    \"city\": false,\n                    \"state\": false,\n                    \"line_items\": false,\n                    \"vendor_name\": false,\n                    \"sku\": false,\n                    \"weight_dimension\": false\n                },\n                \"hide_customer_information_in_invoice\": {\n                    \"name\": false,\n                    \"phone\": false,\n                    \"address\": false,\n                    \"email\": false,\n                    \"city\": false,\n                    \"state\": false\n                },\n                \"vendor_profile_settings\": {\n                    \"seller_products_tab\": true,\n                    \"seller_policy_tab\": true,\n                    \"seller_contact_us_tab\": true\n                },\n                \"challan_message_1\": null,\n                \"challan_message_2\": null,\n                \"challan_prefix\": null,\n                \"challan_number_same_as_invoice_number\": true,\n                \"default_label_size_for_all_vendors\": false,\n                \"hide_customer_information_in_export\": {\n                    \"name\": false,\n                    \"phone\": false,\n                    \"address\": false,\n                    \"email\": false,\n                    \"city\": false,\n                    \"state\": false\n                },\n                \"product_permissions\": null,\n                \"hide_product_details_in_awb\": false,\n                \"hide_invoice_details_in_awb\": false,\n                \"company_note\": null,\n                \"meta_data\": null,\n                \"color_theme_field\": null,\n                \"change_tracking_url\": false,\n                \"ship_to_address_as_merchants_default_warehouse\": false,\n                \"can_vendor_hold_an_order\": false,\n                \"handle_out_of_stock_products\": null,\n                \"allow_vendors_to_change_vendor_profile_details\": false,\n                \"whatsapp_account\": null,\n                \"vendor_profile_theme_choosen\": \"theme-1\",\n                \"whatsapp_credit\": 100,\n                \"test_whatsapp_number\": null,\n                \"spoc_email_sending_method\": null,\n                \"connected_vendor_shops\": null,\n                \"events\": null,\n                \"commission_automation_set\": null,\n                \"auto_confirmation_using_tags_settings\": {\n                    \"tags_settings_status\": false,\n                    \"paid\": false,\n                    \"tags_for_paid\": [],\n                    \"cod_or_partially_paid\": false,\n                    \"tags_for_cod_or_partially_paid\": [],\n                    \"Exceptions_for_paid\": false,\n                    \"Exceptions_for_paid_tags\": [],\n                    \"Exceptions_for_cod_or_partially_paid\": false,\n                    \"Exceptions_for_cod_or_partially_paid_tags\": []\n                },\n                \"preferred_location\": null,\n                \"email_credit\": null,\n                \"logo\": null,\n                \"logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                \"is_general_setting_done\": true,\n                \"is_invoice_setting_done\": true,\n                \"is_label_setting_done\": false,\n                \"is_gst_enabled\": false,\n                \"billing_detail\": \"ahemdabad</br>Gujarat</br>India\",\n                \"warehouse_address\": \"ahemdabad</br>IN\",\n                \"contact_information\": \"shipturtle</br>9999999999</br>shipturtlemarketplace@gmail.com</br>\",\n                \"status\": \"Active\",\n                \"global_commission\": \"15\",\n                \"global_discount_shared_by_vendor\": \"0\",\n                \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                \"global_shipping_charge_commission_type\": \"fixed\",\n                \"global_shipping_charge_commission\": 50,\n                \"global_fixed_commission\": 10,\n                \"is_drop_shipper\": true,\n                \"state\": {\n                    \"id\": 13,\n                    \"code\": \"GJ\",\n                    \"tin\": 24,\n                    \"title\": \"Gujarat\",\n                    \"created_at\": \"2019-08-03T17:48:42.000000Z\",\n                    \"updated_at\": \"2020-03-28T04:51:45.000000Z\",\n                    \"deleted_at\": null,\n                    \"country_code\": \"IN\"\n                },\n                \"first_email\": [\n                    \"shipturtlemarketplace@gmail.com\"\n                ],\n                \"invoice_state\": {\n                    \"id\": 13,\n                    \"code\": \"GJ\",\n                    \"tin\": 24,\n                    \"title\": \"Gujarat\",\n                    \"created_at\": \"2019-08-03T17:48:42.000000Z\",\n                    \"updated_at\": \"2020-03-28T04:51:45.000000Z\",\n                    \"deleted_at\": null,\n                    \"country_code\": \"IN\"\n                },\n                \"banner\": null,\n                \"banner_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                \"frontend_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                \"navbar_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                \"email_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                \"invoice_country_detail\": {\n                    \"id\": 98,\n                    \"name\": \"India\",\n                    \"code\": \"IN\",\n                    \"dial_code\": \"+91\",\n                    \"currency_name\": \"Indian rupee\",\n                    \"currency_symbol\": \"Rs.\",\n                    \"currency_code\": \"INR\",\n                    \"created_at\": null,\n                    \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                    \"name_with_symbole\": \"Indian rupee - Rs.\"\n                },\n                \"commission_tags\": null,\n                \"configuration\": {\n                    \"id\": 130447,\n                    \"children_default_permissions\": {\n                        \"can_vendor_enable_disable_product\": false,\n                        \"can_vendor_edit_quantity_product\": true,\n                        \"can_vendor_edit_weight_dimension_product\": true,\n                        \"can_vendor_edit_tax_product\": false,\n                        \"can_vendor_generate_invoice\": true,\n                        \"can_vendor_generate_label\": true,\n                        \"can_vendor_add_courier_provider\": true,\n                        \"can_vendor_edit_order_package_dimensions\": true,\n                        \"can_vendor_cancel_label\": true,\n                        \"can_vendor_change_order_shipment_status\": true,\n                        \"can_vendor_change_order_warehouse\": true,\n                        \"can_vendor_cancel_invoice\": false,\n                        \"can_vendor_edit_price\": true,\n                        \"can_vendor_delete_product\": false,\n                        \"can_mail_to_customer\": true,\n                        \"can_change_payment_method\": true,\n                        \"can_access_shipping_address\": true,\n                        \"can_edit_shipping_address\": true,\n                        \"can_view_shipping_address\": true,\n                        \"can_view_estimated_cost_of_shipping\": true,\n                        \"can_access_settings\": true,\n                        \"can_access_customer_chat\": true,\n                        \"can_product_view_price\": true,\n                        \"can_product_view_title\": true,\n                        \"can_product_view_sku\": true,\n                        \"can_product_view_quantity\": true,\n                        \"can_product_view_inventory_management\": true,\n                        \"can_product_view_inventory_policy\": true,\n                        \"can_product_view_requires_shipping\": true,\n                        \"can_product_view_cost_price\": true,\n                        \"can_product_view_bar_code\": true,\n                        \"can_product_view_weight_dimension\": true,\n                        \"can_product_view_commission\": true,\n                        \"can_product_view_compare_at_price\": true,\n                        \"product_quick_edit_price\": true,\n                        \"product_quick_edit_title\": false,\n                        \"product_quick_edit_sku\": false,\n                        \"product_quick_edit_quantity\": false,\n                        \"product_quick_edit_inventory_management\": true,\n                        \"product_quick_edit_inventory_policy\": true,\n                        \"product_quick_edit_requires_shipping\": true,\n                        \"product_quick_edit_cost_price\": false,\n                        \"product_quick_edit_bar_code\": false,\n                        \"product_quick_edit_weight_dimension\": false,\n                        \"product_quick_edit_compare_at_price\": false,\n                        \"product_full_edit_price\": true,\n                        \"product_full_edit_title\": false,\n                        \"product_full_edit_sku\": false,\n                        \"product_full_edit_quantity\": false,\n                        \"product_full_edit_inventory_management\": true,\n                        \"product_full_edit_inventory_policy\": true,\n                        \"product_full_edit_requires_shipping\": true,\n                        \"product_full_edit_cost_price\": false,\n                        \"product_full_edit_bar_code\": false,\n                        \"product_full_edit_weight_dimension\": false,\n                        \"product_full_edit_compare_at_price\": false,\n                        \"commission_access\": true,\n                        \"product_access\": false,\n                        \"auto_approval_of_products_from_vendor\": false\n                    },\n                    \"company_id\": 234801,\n                    \"created_at\": \"2023-12-22T11:35:25.000000Z\",\n                    \"updated_at\": \"2023-12-22T11:35:25.000000Z\"\n                },\n                \"parent\": {\n                    \"id\": 212738,\n                    \"company_name\": \"kapil\",\n                    \"brand_name\": \"violetplants\",\n                    \"company_logo\": null,\n                    \"contact_name\": \"Chahar\",\n                    \"phone_number\": null,\n                    \"email\": \"dragjyoti@shipturtle.com\",\n                    \"address_line_1\": \"Est\",\n                    \"address_line_2\": \"Test\",\n                    \"pin_code\": \"411018\",\n                    \"city\": \"Pune\",\n                    \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                    \"updated_at\": \"2023-12-22T10:48:24.000000Z\",\n                    \"state_id\": null,\n                    \"gstin_number\": \"1234\",\n                    \"invoice_prefix\": \"Invoice\",\n                    \"starting_invoice_number\": \"22\",\n                    \"terms_and_conditions\": null,\n                    \"bank_account_beneficiary_name\": null,\n                    \"bank_account_name\": null,\n                    \"ifsc_code\": null,\n                    \"label_company_name\": null,\n                    \"label_contact_name\": null,\n                    \"label_phone\": null,\n                    \"label_email_address\": null,\n                    \"label_address_line_1\": null,\n                    \"label_address_line_2\": null,\n                    \"label_pin_code\": null,\n                    \"label_city\": null,\n                    \"label_state\": null,\n                    \"signature\": null,\n                    \"currency\": \"INR\",\n                    \"weight\": null,\n                    \"measurement\": null,\n                    \"gst_enabled\": true,\n                    \"override_channel_product_weight_enabled\": true,\n                    \"label_details_same_as_company\": true,\n                    \"multi_vendor_invoicing_enabled\": false,\n                    \"multi_vendor_shipping_enabled\": false,\n                    \"is_master\": \"1\",\n                    \"invoice_number_same_as_order_number\": true,\n                    \"enable_disable_cod_reconciliation\": true,\n                    \"enable_disable_freight_reconciliation\": true,\n                    \"cod_tolerance\": \"5\",\n                    \"freight_tolerance\": \"2\",\n                    \"is_multi_vendor_enabled\": true,\n                    \"invoice_message\": null,\n                    \"inclusive_exclusive\": null,\n                    \"is_tax_on_shipping\": \"no\",\n                    \"tax_on_shipping\": null,\n                    \"primary_color\": \"#222F3D\",\n                    \"secondary_color\": null,\n                    \"display_hsn\": true,\n                    \"website\": \"https://app.shipturtle.com/\",\n                    \"country\": \"IN\",\n                    \"type_of_vendor\": \"marketplace\",\n                    \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                    \"title\": \"violetplants\",\n                    \"parent_id\": 212738,\n                    \"extra_information\": null,\n                    \"invoice_date\": \"invoice_creation_date\",\n                    \"number_of_digits\": \"0\",\n                    \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                    \"created_by\": null,\n                    \"updated_by\": 28344,\n                    \"invoice_contact_name\": \"Hussain\",\n                    \"invoice_address_1\": \"dahod\",\n                    \"invoice_address_2\": \"dahod\",\n                    \"invoice_postal_code\": \"380005\",\n                    \"invoice_city\": \"Ahmedabad\",\n                    \"invoice_phone_number\": \"09173038104\",\n                    \"invoice_tin\": null,\n                    \"timezone\": \"America/Phoenix\",\n                    \"hand_delivered_enabled\": true,\n                    \"other_courier_partner_enabled\": true,\n                    \"billing_address_same_as_company_details\": false,\n                    \"deactivated_at\": null,\n                    \"state_code\": \"GJ\",\n                    \"automatically_sync_vendor_name_from_store\": true,\n                    \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                    \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                    \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                    \"correct_all_errors_in_order\": false,\n                    \"generate_shipping_labels_for_orders\": false,\n                    \"generate_invoices_for_dropship_orders\": false,\n                    \"can_vendor_enable_disable_product\": false,\n                    \"can_vendor_edit_quantity_product\": false,\n                    \"can_vendor_edit_weight_dimension_product\": false,\n                    \"can_vendor_edit_tax_product\": true,\n                    \"set_vendor_level_commission\": false,\n                    \"commission\": \"15\",\n                    \"discount_shared_by_vendor\": \"0\",\n                    \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                    \"set_vendor_level_shared_discount\": false,\n                    \"set_vendor_level_commissoin_calculated_on\": false,\n                    \"use_shop_channel_values_to_set_commission\": false,\n                    \"can_vendor_generate_invoice\": true,\n                    \"can_vendor_process_shippings\": true,\n                    \"can_vendor_edit_hsn_tax\": true,\n                    \"can_vendor_add_courier_provider\": true,\n                    \"default_vendor_type\": \"dropshipper\",\n                    \"no_of_deciaml_digits\": 2,\n                    \"credits\": 299952,\n                    \"plan_id\": 4,\n                    \"requested_plan_id\": null,\n                    \"override_invoice_permissions\": false,\n                    \"override_product_permissions\": false,\n                    \"override_order_routing_permissions\": false,\n                    \"override_shipping_permissions\": false,\n                    \"slug\": \"violetplants-212738\",\n                    \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                    \"shipping_charge_commission_type\": \"fixed\",\n                    \"shipping_charge_commission\": 50,\n                    \"override_commission_calculated_tax_type\": false,\n                    \"override_shipping_charge_commission_type\": false,\n                    \"override_shipping_charge_commission\": 0,\n                    \"auto_email_to_vendor\": true,\n                    \"fixed_commission\": 10,\n                    \"service_charge\": 0,\n                    \"can_vendor_edit_price\": false,\n                    \"can_vendor_delete_product\": false,\n                    \"show_logo_in_awb\": false,\n                    \"hide_pick_address_in_awb\": false,\n                    \"hide_customer_info_in_awb\": true,\n                    \"hide_price_in_awb\": false,\n                    \"hide_customer_information_on_vendor_dashboards\": false,\n                    \"allow_merchant_to_generate_invoice\": false,\n                    \"show_merchant_logo_in_invoice\": true,\n                    \"locale\": \"en\",\n                    \"use_custom_waybill\": true,\n                    \"redirect_url\": \"dashboard\",\n                    \"invoice_state_code\": \"GJ\",\n                    \"invoice_country_code\": \"IN\",\n                    \"stripe_account_id\": null,\n                    \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                    \"enable_app_shipping_profile_on_shopify\": \"0\",\n                    \"policy\": null,\n                    \"css\": null,\n                    \"vendor_profile_color\": \"#f18024\",\n                    \"about_us\": null,\n                    \"facebook_link\": null,\n                    \"twitter_link\": null,\n                    \"instagram_link\": null,\n                    \"auto_fulfill_digital_orders\": true,\n                    \"use_default_warehouse_for_all_orders\": false,\n                    \"invoice_label_header_title\": null,\n                    \"invoice_place_of_supply\": null,\n                    \"invoice_cin_key_title\": null,\n                    \"invoice_cin\": null,\n                    \"give_vendor_access_to_merchant_shipper\": false,\n                    \"auto_generate_order_invoices_to_customers\": true,\n                    \"auto_email_order_invoices_to_customers\": true,\n                    \"treat_manual_payment_mode_as_cod\": false,\n                    \"fulfill_order_after_confirm\": false,\n                    \"add_notes_before_confirming_orders\": false,\n                    \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                    \"note_at_the_top_of_invoice\": null,\n                    \"vendor_shop_id\": null,\n                    \"vendor_category\": null,\n                    \"vendor_location\": null,\n                    \"short_description\": null,\n                    \"display_vendor_category\": true,\n                    \"display_vendor_location\": true,\n                    \"display_vendor_short_description\": true,\n                    \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                    \"sync_settings\": {\n                        \"update_settings\": {\n                            \"sku\": true,\n                            \"tags\": true,\n                            \"media\": true,\n                            \"price\": false,\n                            \"title\": true,\n                            \"weight\": true,\n                            \"barcode\": true,\n                            \"quantity\": true,\n                            \"description\": true,\n                            \"product_type\": true,\n                            \"variant_name\": true,\n                            \"publish_status\": true,\n                            \"compare_at_price\": true,\n                            \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                        },\n                        \"create_settings\": {\n                            \"sku\": true,\n                            \"tags\": true,\n                            \"media\": true,\n                            \"price\": false,\n                            \"title\": true,\n                            \"weight\": true,\n                            \"barcode\": true,\n                            \"quantity\": true,\n                            \"description\": true,\n                            \"product_type\": true,\n                            \"variant_name\": true,\n                            \"publish_status\": true,\n                            \"compare_at_price\": true,\n                            \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                        },\n                        \"override_product_status_at_create\": true,\n                        \"product_status\": \"as_per_vendor_product\",\n                        \"enable_order_sync\": true,\n                        \"push_only_if_order_paid\": false,\n                        \"push_unsynced_product_order\": true,\n                        \"auto_add_variant\": true,\n                        \"auto_remove_variant\": true,\n                        \"strictKeyCheck\": false,\n                        \"on_product_delete\": \"do_nothing\",\n                        \"on_product_unmapped\": \"do_nothing\",\n                        \"push_only_if_product_connected\": true\n                    },\n                    \"override_hide_customer_information_permissions\": false,\n                    \"can_vendor_cancel_an_order\": false,\n                    \"hide_shipping_charges\": false,\n                    \"add_insurance_to_shipment\": 0,\n                    \"meta_title\": null,\n                    \"registration_link\": null,\n                    \"auto_approval_of_products_from_vendor\": true,\n                    \"ignore_selling_price_for_commission\": 0,\n                    \"shipping_label_check\": {\n                        \"email\": false,\n                        \"phone\": false,\n                        \"address_line_1\": false,\n                        \"address_line_2\": false,\n                        \"address_line_1_minimum\": null,\n                        \"address_line_1_maximum\": null,\n                        \"address_line_2_minimum\": null,\n                        \"address_line_2_maximum\": null\n                    },\n                    \"shipping_label_size\": \"smalllabel\",\n                    \"paypal_email\": null,\n                    \"use_custom_email_driver\": true,\n                    \"ignore_order_splitting\": false,\n                    \"hide_customer_information_on_vendor_dashboard\": {\n                        \"name\": false,\n                        \"phone\": false,\n                        \"address\": false,\n                        \"email\": false,\n                        \"city\": false,\n                        \"state\": false\n                    },\n                    \"hide_customer_information_in_awb\": {\n                        \"name\": false,\n                        \"phone\": false,\n                        \"address\": false,\n                        \"email\": false,\n                        \"city\": false,\n                        \"state\": false,\n                        \"line_items\": false,\n                        \"vendor_name\": false,\n                        \"sku\": false,\n                        \"weight_dimension\": false\n                    },\n                    \"hide_customer_information_in_invoice\": {\n                        \"name\": false,\n                        \"phone\": false,\n                        \"address\": false,\n                        \"email\": false,\n                        \"city\": false,\n                        \"state\": false\n                    },\n                    \"vendor_profile_settings\": {\n                        \"seller_products_tab\": true,\n                        \"seller_policy_tab\": true,\n                        \"seller_contact_us_tab\": true,\n                        \"seller_events_tab\": true,\n                        \"seller_reviews_tab\": false,\n                        \"seller_about_us_tab\": true\n                    },\n                    \"challan_message_1\": null,\n                    \"challan_message_2\": null,\n                    \"challan_prefix\": \"Invoice\",\n                    \"challan_number_same_as_invoice_number\": true,\n                    \"default_label_size_for_all_vendors\": true,\n                    \"hide_customer_information_in_export\": {\n                        \"name\": false,\n                        \"phone\": false,\n                        \"address\": false,\n                        \"email\": false,\n                        \"city\": false,\n                        \"state\": false\n                    },\n                    \"product_permissions\": null,\n                    \"hide_product_details_in_awb\": false,\n                    \"hide_invoice_details_in_awb\": false,\n                    \"company_note\": \"<p>sdfasdfab</p>\",\n                    \"meta_data\": \"[{\\\"uuid\\\":\\\"e95a7b2d-5210-4e7b-988f-7fbde7acf198\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/601990/dashboard-mockup-for-c2c.xlsx\\\",\\\"size\\\":102609,\\\"name\\\":\\\"Dashboard Mockup for C2C.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"50844059-549d-4bcc-88bf-a023fd46bd29\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/604572/28344-1690206866.xlsx\\\",\\\"size\\\":7389,\\\"name\\\":\\\"28344-1690206866.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3ad73d68-08a3-46b5-9afc-3d1ac5df398f\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655061/lable_cancelled_order_amazon.xlsx\\\",\\\"size\\\":26214,\\\"name\\\":\\\"Lable Cancelled Order Amazon.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                    \"color_theme_field\": \"light.blue\",\n                    \"change_tracking_url\": false,\n                    \"ship_to_address_as_merchants_default_warehouse\": false,\n                    \"can_vendor_hold_an_order\": false,\n                    \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                    \"allow_vendors_to_change_vendor_profile_details\": true,\n                    \"whatsapp_account\": \"use_company_account\",\n                    \"vendor_profile_theme_choosen\": \"theme-1\",\n                    \"whatsapp_credit\": 54,\n                    \"test_whatsapp_number\": \"+918849193468\",\n                    \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                    \"connected_vendor_shops\": [\n                        \"vendorsynctesting5.myshopify.com\",\n                        \"testing-for-vendorsync.myshopify.com\",\n                        \"purpleplants.myshopify.com\",\n                        \"https://st-wpdemo.com/\",\n                        \"test-store-webkul-112.myshopify.com\",\n                        \"https://st-wpdemo.com/\",\n                        \"purpleplants.myshopify.com/\",\n                        \"https://st-wpdemo.com/\",\n                        \"purpleplants.myshopify.com\",\n                        \"channelteststore5.myshopify.com\",\n                        \"https://st-wpdemo.com/newtestclient/\",\n                        \"purpleplants.myshopify.com\",\n                        \"purpleplants.myshopify.com\"\n                    ],\n                    \"events\": null,\n                    \"commission_automation_set\": {\n                        \"commission_automation\": true,\n                        \"commission_automation_rules\": true,\n                        \"commission_automation_date_range\": true,\n                        \"commission_automation_schedule_option\": \"on_order_receipt\",\n                        \"time_buffer_for_commission_automation\": \"4\",\n                        \"order_status_for_commission_automation\": \"pending\",\n                        \"invoice_number_for_commission_automation\": 277,\n                        \"date_Range_days_for_commission_automation\": \"4\"\n                    },\n                    \"auto_confirmation_using_tags_settings\": {\n                        \"tags_settings_status\": true,\n                        \"paid\": true,\n                        \"tags_for_paid\": [],\n                        \"cod_or_partially_paid\": false,\n                        \"tags_for_cod_or_partially_paid\": [],\n                        \"Exceptions_for_paid\": false,\n                        \"Exceptions_for_paid_tags\": [],\n                        \"Exceptions_for_cod_or_partially_paid\": false,\n                        \"Exceptions_for_cod_or_partially_paid_tags\": []\n                    },\n                    \"preferred_location\": null,\n                    \"email_credit\": 4853,\n                    \"logo\": {\n                        \"id\": 665099,\n                        \"model_type\": \"App\\\\Company\",\n                        \"model_id\": 212738,\n                        \"collection_name\": \"logo\",\n                        \"name\": \"pexels-pixabay-268533\",\n                        \"file_name\": \"pexels-pixabay-268533.jpg\",\n                        \"mime_type\": \"image/jpeg\",\n                        \"disk\": \"s3\",\n                        \"size\": 272597,\n                        \"manipulations\": [],\n                        \"custom_properties\": {\n                            \"generated_conversions\": {\n                                \"email_logo\": true,\n                                \"navbar_logo\": true,\n                                \"frontend_logo\": true\n                            }\n                        },\n                        \"responsive_images\": {\n                            \"medialibrary_original\": {\n                                \"urls\": [\n                                    \"pexels-pixabay-268533___medialibrary_original_1920_1278.jpg\",\n                                    \"pexels-pixabay-268533___medialibrary_original_1606_1069.jpg\",\n                                    \"pexels-pixabay-268533___medialibrary_original_1344_895.jpg\",\n                                    \"pexels-pixabay-268533___medialibrary_original_1124_748.jpg\",\n                                    \"pexels-pixabay-268533___medialibrary_original_940_626.jpg\",\n                                    \"pexels-pixabay-268533___medialibrary_original_787_524.jpg\",\n                                    \"pexels-pixabay-268533___medialibrary_original_658_438.jpg\",\n                                    \"pexels-pixabay-268533___medialibrary_original_550_366.jpg\",\n                                    \"pexels-pixabay-268533___medialibrary_original_460_306.jpg\",\n                                    \"pexels-pixabay-268533___medialibrary_original_385_256.jpg\"\n                                ],\n                                \"base64svg\": \"data:image/svg+xml;base64,PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHg9IjAiCiB5PSIwIiB2aWV3Qm94PSIwIDAgMTkyMCAxMjc4Ij4KCTxpbWFnZSB3aWR0aD0iMTkyMCIgaGVpZ2h0PSIxMjc4IiB4bGluazpocmVmPSJkYXRhOmltYWdlL2pwZWc7YmFzZTY0LC85ai80QUFRU2taSlJnQUJBUUVBWUFCZ0FBRC8vZ0E3UTFKRlFWUlBVam9nWjJRdGFuQmxaeUIyTVM0d0lDaDFjMmx1WnlCSlNrY2dTbEJGUnlCMk9EQXBMQ0J4ZFdGc2FYUjVJRDBnT1RBSy85c0FRd0FEQWdJREFnSURBd01EQkFNREJBVUlCUVVFQkFVS0J3Y0dDQXdLREF3TENnc0xEUTRTRUEwT0VRNExDeEFXRUJFVEZCVVZGUXdQRnhnV0ZCZ1NGQlVVLzlzQVF3RURCQVFGQkFVSkJRVUpGQTBMRFJRVUZCUVVGQlFVRkJRVUZCUVVGQlFVRkJRVUZCUVVGQlFVRkJRVUZCUVVGQlFVRkJRVUZCUVVGQlFVRkJRVUZCUVUvOEFBRVFnQUZRQWdBd0VSQUFJUkFRTVJBZi9FQUI4QUFBRUZBUUVCQVFFQkFBQUFBQUFBQUFBQkFnTUVCUVlIQ0FrS0MvL0VBTFVRQUFJQkF3TUNCQU1GQlFRRUFBQUJmUUVDQXdBRUVRVVNJVEZCQmhOUllRY2ljUlF5Z1pHaENDTkNzY0VWVXRId0pETmljb0lKQ2hZWEdCa2FKU1luS0NrcU5EVTJOemc1T2tORVJVWkhTRWxLVTFSVlZsZFlXVnBqWkdWbVoyaHBhbk4wZFhaM2VIbDZnNFNGaG9lSWlZcVNrNVNWbHBlWW1acWlvNlNscHFlb3FhcXlzN1MxdHJlNHVickN3OFRGeHNmSXljclMwOVRWMXRmWTJkcmg0dVBrNWVibjZPbnE4Zkx6OVBYMjkvajUrdi9FQUI4QkFBTUJBUUVCQVFFQkFRRUFBQUFBQUFBQkFnTUVCUVlIQ0FrS0MvL0VBTFVSQUFJQkFnUUVBd1FIQlFRRUFBRUNkd0FCQWdNUkJBVWhNUVlTUVZFSFlYRVRJaktCQ0JSQ2thR3h3UWtqTTFMd0ZXSnkwUW9XSkRUaEpmRVhHQmthSmljb0tTbzFOamM0T1RwRFJFVkdSMGhKU2xOVVZWWlhXRmxhWTJSbFptZG9hV3B6ZEhWMmQzaDVlb0tEaElXR2g0aUppcEtUbEpXV2w1aVptcUtqcEtXbXA2aXBxckt6dExXMnQ3aTV1c0xEeE1YR3g4akp5dExUMU5YVzE5aloydUxqNU9YbTUranA2dkx6OVBYMjkvajUrdi9hQUF3REFRQUNFUU1SQUQ4QS9QNnc4S3pUWUFROCsxZTdHbGM0WlZqZXR2aDVjdW00eHNCOUs2RlEwMU1YV2JMRC9EaTVNZTVZeVI2Z1UvWWFDOXEwWk41NEh1SWM1amI4cXpkRXRWajFyd1FzRnhPb2tzK00rbFp4cnk3QktrdTU3UGNlSDlPbDhQNThnUWtqNzFjK0p4TStXMWpmRFVZODF6cFBDbmdYU3BmRGZtTXFTdGpyVjRmRVQ1VExFVTRxZWg1LzR5OFAyRm5Jd1MyQjU3Q3V0MXBkakJVMTNQRlBEL2lTN3RwRktFQ3RvV0lrZWd0NHkxQyswc3dTUDhoSGF0YWxHRlNObWdwVkpVNVhSZTB2eHZxbWxhWjVFTXgyZTVwMDZNS2NiSVZTYm5LN09iMXp4cHFOd3hMdm1ocElsSC8vMlE9PSI+Cgk8L2ltYWdlPgo8L3N2Zz4=\"\n                            }\n                        },\n                        \"order_column\": 570835,\n                        \"created_at\": \"2023-12-15T06:51:08.000000Z\",\n                        \"updated_at\": \"2023-12-15T06:51:11.000000Z\"\n                    },\n                    \"logo_link\": \"https://d2i9a0muccv7uq.cloudfront.net/665099/pexels-pixabay-268533.jpg\",\n                    \"is_general_setting_done\": true,\n                    \"is_invoice_setting_done\": true,\n                    \"is_label_setting_done\": false,\n                    \"is_gst_enabled\": true,\n                    \"billing_detail\": \"Pune</br>Gujarat</br>India\",\n                    \"warehouse_address\": \"Pune</br>IN\",\n                    \"contact_information\": \"Chahar</br>dragjyoti@shipturtle.com</br>\",\n                    \"status\": \"Active\",\n                    \"global_commission\": \"15\",\n                    \"global_discount_shared_by_vendor\": \"0\",\n                    \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                    \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                    \"global_shipping_charge_commission_type\": \"fixed\",\n                    \"global_shipping_charge_commission\": 50,\n                    \"global_fixed_commission\": 10,\n                    \"is_drop_shipper\": false,\n                    \"state\": {\n                        \"id\": 13,\n                        \"code\": \"GJ\",\n                        \"tin\": 24,\n                        \"title\": \"Gujarat\",\n                        \"created_at\": \"2019-08-03T17:48:42.000000Z\",\n                        \"updated_at\": \"2020-03-28T04:51:45.000000Z\",\n                        \"deleted_at\": null,\n                        \"country_code\": \"IN\"\n                    },\n                    \"first_email\": [\n                        \"dragjyoti@shipturtle.com\"\n                    ],\n                    \"invoice_state\": {\n                        \"id\": 13,\n                        \"code\": \"GJ\",\n                        \"tin\": 24,\n                        \"title\": \"Gujarat\",\n                        \"created_at\": \"2019-08-03T17:48:42.000000Z\",\n                        \"updated_at\": \"2020-03-28T04:51:45.000000Z\",\n                        \"deleted_at\": null,\n                        \"country_code\": \"IN\"\n                    },\n                    \"banner\": null,\n                    \"banner_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                    \"frontend_logo_link\": \"https://d2i9a0muccv7uq.cloudfront.net/665099/pexels-pixabay-268533.jpg\",\n                    \"navbar_logo_link\": \"https://d2i9a0muccv7uq.cloudfront.net/665099/pexels-pixabay-268533.jpg\",\n                    \"email_logo_link\": \"https://d2i9a0muccv7uq.cloudfront.net/665099/pexels-pixabay-268533.jpg\",\n                    \"invoice_country_detail\": {\n                        \"id\": 98,\n                        \"name\": \"India\",\n                        \"code\": \"IN\",\n                        \"dial_code\": \"+91\",\n                        \"currency_name\": \"Indian rupee\",\n                        \"currency_symbol\": \"Rs.\",\n                        \"currency_code\": \"INR\",\n                        \"created_at\": null,\n                        \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                        \"name_with_symbole\": \"Indian rupee - Rs.\"\n                    },\n                    \"commission_tags\": {\n                        \"company_id\": 212738,\n                        \"override_commission\": true\n                    },\n                    \"media\": [\n                        {\n                            \"id\": 665099,\n                            \"model_type\": \"App\\\\Company\",\n                            \"model_id\": 212738,\n                            \"collection_name\": \"logo\",\n                            \"name\": \"pexels-pixabay-268533\",\n                            \"file_name\": \"pexels-pixabay-268533.jpg\",\n                            \"mime_type\": \"image/jpeg\",\n                            \"disk\": \"s3\",\n                            \"size\": 272597,\n                            \"manipulations\": [],\n                            \"custom_properties\": {\n                                \"generated_conversions\": {\n                                    \"email_logo\": true,\n                                    \"navbar_logo\": true,\n                                    \"frontend_logo\": true\n                                }\n                            },\n                            \"responsive_images\": {\n                                \"medialibrary_original\": {\n                                    \"urls\": [\n                                        \"pexels-pixabay-268533___medialibrary_original_1920_1278.jpg\",\n                                        \"pexels-pixabay-268533___medialibrary_original_1606_1069.jpg\",\n                                        \"pexels-pixabay-268533___medialibrary_original_1344_895.jpg\",\n                                        \"pexels-pixabay-268533___medialibrary_original_1124_748.jpg\",\n                                        \"pexels-pixabay-268533___medialibrary_original_940_626.jpg\",\n                                        \"pexels-pixabay-268533___medialibrary_original_787_524.jpg\",\n                                        \"pexels-pixabay-268533___medialibrary_original_658_438.jpg\",\n                                        \"pexels-pixabay-268533___medialibrary_original_550_366.jpg\",\n                                        \"pexels-pixabay-268533___medialibrary_original_460_306.jpg\",\n                                        \"pexels-pixabay-268533___medialibrary_original_385_256.jpg\"\n                                    ],\n                                    \"base64svg\": \"data:image/svg+xml;base64,PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHg9IjAiCiB5PSIwIiB2aWV3Qm94PSIwIDAgMTkyMCAxMjc4Ij4KCTxpbWFnZSB3aWR0aD0iMTkyMCIgaGVpZ2h0PSIxMjc4IiB4bGluazpocmVmPSJkYXRhOmltYWdlL2pwZWc7YmFzZTY0LC85ai80QUFRU2taSlJnQUJBUUVBWUFCZ0FBRC8vZ0E3UTFKRlFWUlBVam9nWjJRdGFuQmxaeUIyTVM0d0lDaDFjMmx1WnlCSlNrY2dTbEJGUnlCMk9EQXBMQ0J4ZFdGc2FYUjVJRDBnT1RBSy85c0FRd0FEQWdJREFnSURBd01EQkFNREJBVUlCUVVFQkFVS0J3Y0dDQXdLREF3TENnc0xEUTRTRUEwT0VRNExDeEFXRUJFVEZCVVZGUXdQRnhnV0ZCZ1NGQlVVLzlzQVF3RURCQVFGQkFVSkJRVUpGQTBMRFJRVUZCUVVGQlFVRkJRVUZCUVVGQlFVRkJRVUZCUVVGQlFVRkJRVUZCUVVGQlFVRkJRVUZCUVVGQlFVRkJRVUZCUVUvOEFBRVFnQUZRQWdBd0VSQUFJUkFRTVJBZi9FQUI4QUFBRUZBUUVCQVFFQkFBQUFBQUFBQUFBQkFnTUVCUVlIQ0FrS0MvL0VBTFVRQUFJQkF3TUNCQU1GQlFRRUFBQUJmUUVDQXdBRUVRVVNJVEZCQmhOUllRY2ljUlF5Z1pHaENDTkNzY0VWVXRId0pETmljb0lKQ2hZWEdCa2FKU1luS0NrcU5EVTJOemc1T2tORVJVWkhTRWxLVTFSVlZsZFlXVnBqWkdWbVoyaHBhbk4wZFhaM2VIbDZnNFNGaG9lSWlZcVNrNVNWbHBlWW1acWlvNlNscHFlb3FhcXlzN1MxdHJlNHVickN3OFRGeHNmSXljclMwOVRWMXRmWTJkcmg0dVBrNWVibjZPbnE4Zkx6OVBYMjkvajUrdi9FQUI4QkFBTUJBUUVCQVFFQkFRRUFBQUFBQUFBQkFnTUVCUVlIQ0FrS0MvL0VBTFVSQUFJQkFnUUVBd1FIQlFRRUFBRUNkd0FCQWdNUkJBVWhNUVlTUVZFSFlYRVRJaktCQ0JSQ2thR3h3UWtqTTFMd0ZXSnkwUW9XSkRUaEpmRVhHQmthSmljb0tTbzFOamM0T1RwRFJFVkdSMGhKU2xOVVZWWlhXRmxhWTJSbFptZG9hV3B6ZEhWMmQzaDVlb0tEaElXR2g0aUppcEtUbEpXV2w1aVptcUtqcEtXbXA2aXBxckt6dExXMnQ3aTV1c0xEeE1YR3g4akp5dExUMU5YVzE5aloydUxqNU9YbTUranA2dkx6OVBYMjkvajUrdi9hQUF3REFRQUNFUU1SQUQ4QS9QNnc4S3pUWUFROCsxZTdHbGM0WlZqZXR2aDVjdW00eHNCOUs2RlEwMU1YV2JMRC9EaTVNZTVZeVI2Z1UvWWFDOXEwWk41NEh1SWM1amI4cXpkRXRWajFyd1FzRnhPb2tzK00rbFp4cnk3QktrdTU3UGNlSDlPbDhQNThnUWtqNzFjK0p4TStXMWpmRFVZODF6cFBDbmdYU3BmRGZtTXFTdGpyVjRmRVQ1VExFVTRxZWg1LzR5OFAyRm5Jd1MyQjU3Q3V0MXBkakJVMTNQRlBEL2lTN3RwRktFQ3RvV0lrZWd0NHkxQyswc3dTUDhoSGF0YWxHRlNObWdwVkpVNVhSZTB2eHZxbWxhWjVFTXgyZTVwMDZNS2NiSVZTYm5LN09iMXp4cHFOd3hMdm1ocElsSC8vMlE9PSI+Cgk8L2ltYWdlPgo8L3N2Zz4=\"\n                                }\n                            },\n                            \"order_column\": 570835,\n                            \"created_at\": \"2023-12-15T06:51:08.000000Z\",\n                            \"updated_at\": \"2023-12-15T06:51:11.000000Z\"\n                        }\n                    ],\n                    \"country_detail\": {\n                        \"id\": 98,\n                        \"name\": \"India\",\n                        \"code\": \"IN\",\n                        \"dial_code\": \"+91\",\n                        \"currency_name\": \"Indian rupee\",\n                        \"currency_symbol\": \"Rs.\",\n                        \"currency_code\": \"INR\",\n                        \"created_at\": null,\n                        \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                        \"name_with_symbole\": \"Indian rupee - Rs.\"\n                    }\n                },\n                \"media\": [],\n                \"country_detail\": {\n                    \"id\": 98,\n                    \"name\": \"India\",\n                    \"code\": \"IN\",\n                    \"dial_code\": \"+91\",\n                    \"currency_name\": \"Indian rupee\",\n                    \"currency_symbol\": \"Rs.\",\n                    \"currency_code\": \"INR\",\n                    \"created_at\": null,\n                    \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                    \"name_with_symbole\": \"Indian rupee - Rs.\"\n                }\n            }\n        },\n        \"company\": {\n            \"company_name\": \"shipturtle\",\n            \"brand_name\": \"shipturtle\",\n            \"website\": \"app.shipturtle.com\",\n            \"contact_name\": \"shipturtle\",\n            \"phone_number\": \"9999999999\",\n            \"email\": \"shipturtlemarketplace@gmail.com\",\n            \"address_line_1\": \"GUSEC\",\n            \"address_line_2\": \"ahemdabad\",\n            \"city\": \"ahemdabad\",\n            \"pin_code\": \"388001\",\n            \"country\": \"IN\",\n            \"state_code\": \"GJ\",\n            \"title\": \"shipturtle\",\n            \"parent_id\": 212738,\n            \"updated_at\": \"2023-12-22T11:35:26.000000Z\",\n            \"created_at\": \"2023-12-22T11:35:25.000000Z\",\n            \"id\": 234801,\n            \"type_of_vendor\": \"dropshipper\",\n            \"default_vendor_type\": \"dropshipper\",\n            \"generate_invoices_for_dropship_orders\": false,\n            \"generate_shipping_labels_for_orders\": false,\n            \"correct_all_errors_in_order\": false,\n            \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n            \"hide_customer_information_on_vendor_dashboards\": false,\n            \"invoice_contact_name\": \"shipturtle\",\n            \"invoice_address_1\": \"GUSEC\",\n            \"invoice_address_2\": \"ahemdabad\",\n            \"invoice_phone_number\": \"9999999999\",\n            \"invoice_city\": \"ahemdabad\",\n            \"invoice_postal_code\": \"388001\",\n            \"invoice_state_code\": \"GJ\",\n            \"invoice_country_code\": \"IN\",\n            \"slug\": \"shipturtle-234801\",\n            \"updated_by\": 34862,\n            \"hide_customer_information_on_vendor_dashboard\": {\n                \"name\": false,\n                \"phone\": false,\n                \"address\": false,\n                \"email\": false,\n                \"city\": false,\n                \"state\": false\n            },\n            \"hide_customer_information_in_invoice\": {\n                \"name\": false,\n                \"phone\": false,\n                \"address\": false,\n                \"email\": false,\n                \"city\": false,\n                \"state\": false\n            },\n            \"hide_customer_information_in_export\": {\n                \"name\": false,\n                \"phone\": false,\n                \"address\": false,\n                \"email\": false,\n                \"city\": false,\n                \"state\": false\n            },\n            \"hide_customer_information_in_awb\": {\n                \"name\": false,\n                \"phone\": false,\n                \"address\": false,\n                \"email\": false,\n                \"city\": false,\n                \"state\": false,\n                \"line_items\": false,\n                \"vendor_name\": false,\n                \"sku\": false,\n                \"weight_dimension\": false\n            },\n            \"logo\": null,\n            \"logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n            \"is_general_setting_done\": true,\n            \"is_invoice_setting_done\": false,\n            \"is_label_setting_done\": false,\n            \"is_gst_enabled\": false,\n            \"billing_detail\": \"ahemdabad</br>Gujarat</br>India\",\n            \"warehouse_address\": \"ahemdabad</br>IN\",\n            \"contact_information\": \"shipturtle</br>9999999999</br>shipturtlemarketplace@gmail.com</br>\",\n            \"status\": \"Active\",\n            \"global_commission\": \"15\",\n            \"global_discount_shared_by_vendor\": \"0\",\n            \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n            \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n            \"global_shipping_charge_commission_type\": \"fixed\",\n            \"global_shipping_charge_commission\": 50,\n            \"global_fixed_commission\": 10,\n            \"is_drop_shipper\": true,\n            \"state\": {\n                \"id\": 13,\n                \"code\": \"GJ\",\n                \"tin\": 24,\n                \"title\": \"Gujarat\",\n                \"created_at\": \"2019-08-03T17:48:42.000000Z\",\n                \"updated_at\": \"2020-03-28T04:51:45.000000Z\",\n                \"deleted_at\": null,\n                \"country_code\": \"IN\"\n            },\n            \"first_email\": [\n                \"shipturtlemarketplace@gmail.com\"\n            ],\n            \"invoice_state\": {\n                \"id\": 13,\n                \"code\": \"GJ\",\n                \"tin\": 24,\n                \"title\": \"Gujarat\",\n                \"created_at\": \"2019-08-03T17:48:42.000000Z\",\n                \"updated_at\": \"2020-03-28T04:51:45.000000Z\",\n                \"deleted_at\": null,\n                \"country_code\": \"IN\"\n            },\n            \"banner\": null,\n            \"banner_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n            \"frontend_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n            \"navbar_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n            \"email_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n            \"parent\": {\n                \"id\": 212738,\n                \"company_name\": \"kapil\",\n                \"brand_name\": \"violetplants\",\n                \"company_logo\": null,\n                \"contact_name\": \"Chahar\",\n                \"phone_number\": null,\n                \"email\": \"dragjyoti@shipturtle.com\",\n                \"address_line_1\": \"Est\",\n                \"address_line_2\": \"Test\",\n                \"pin_code\": \"411018\",\n                \"city\": \"Pune\",\n                \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                \"updated_at\": \"2023-12-22T10:48:24.000000Z\",\n                \"state_id\": null,\n                \"gstin_number\": \"1234\",\n                \"invoice_prefix\": \"Invoice\",\n                \"starting_invoice_number\": \"22\",\n                \"terms_and_conditions\": null,\n                \"bank_account_beneficiary_name\": null,\n                \"bank_account_name\": null,\n                \"ifsc_code\": null,\n                \"label_company_name\": null,\n                \"label_contact_name\": null,\n                \"label_phone\": null,\n                \"label_email_address\": null,\n                \"label_address_line_1\": null,\n                \"label_address_line_2\": null,\n                \"label_pin_code\": null,\n                \"label_city\": null,\n                \"label_state\": null,\n                \"signature\": null,\n                \"currency\": \"INR\",\n                \"weight\": null,\n                \"measurement\": null,\n                \"gst_enabled\": true,\n                \"override_channel_product_weight_enabled\": true,\n                \"label_details_same_as_company\": true,\n                \"multi_vendor_invoicing_enabled\": false,\n                \"multi_vendor_shipping_enabled\": false,\n                \"is_master\": \"1\",\n                \"invoice_number_same_as_order_number\": true,\n                \"enable_disable_cod_reconciliation\": true,\n                \"enable_disable_freight_reconciliation\": true,\n                \"cod_tolerance\": \"5\",\n                \"freight_tolerance\": \"2\",\n                \"is_multi_vendor_enabled\": true,\n                \"invoice_message\": null,\n                \"inclusive_exclusive\": null,\n                \"is_tax_on_shipping\": \"no\",\n                \"tax_on_shipping\": null,\n                \"primary_color\": \"#222F3D\",\n                \"secondary_color\": null,\n                \"display_hsn\": true,\n                \"website\": \"https://app.shipturtle.com/\",\n                \"country\": \"IN\",\n                \"type_of_vendor\": \"marketplace\",\n                \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                \"title\": \"violetplants\",\n                \"parent_id\": 212738,\n                \"extra_information\": null,\n                \"invoice_date\": \"invoice_creation_date\",\n                \"number_of_digits\": \"0\",\n                \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                \"created_by\": null,\n                \"updated_by\": 28344,\n                \"invoice_contact_name\": \"Hussain\",\n                \"invoice_address_1\": \"dahod\",\n                \"invoice_address_2\": \"dahod\",\n                \"invoice_postal_code\": \"380005\",\n                \"invoice_city\": \"Ahmedabad\",\n                \"invoice_phone_number\": \"09173038104\",\n                \"invoice_tin\": null,\n                \"timezone\": \"America/Phoenix\",\n                \"hand_delivered_enabled\": true,\n                \"other_courier_partner_enabled\": true,\n                \"billing_address_same_as_company_details\": false,\n                \"deactivated_at\": null,\n                \"state_code\": \"GJ\",\n                \"automatically_sync_vendor_name_from_store\": true,\n                \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                \"correct_all_errors_in_order\": false,\n                \"generate_shipping_labels_for_orders\": false,\n                \"generate_invoices_for_dropship_orders\": false,\n                \"can_vendor_enable_disable_product\": false,\n                \"can_vendor_edit_quantity_product\": false,\n                \"can_vendor_edit_weight_dimension_product\": false,\n                \"can_vendor_edit_tax_product\": true,\n                \"set_vendor_level_commission\": false,\n                \"commission\": \"15\",\n                \"discount_shared_by_vendor\": \"0\",\n                \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                \"set_vendor_level_shared_discount\": false,\n                \"set_vendor_level_commissoin_calculated_on\": false,\n                \"use_shop_channel_values_to_set_commission\": false,\n                \"can_vendor_generate_invoice\": true,\n                \"can_vendor_process_shippings\": true,\n                \"can_vendor_edit_hsn_tax\": true,\n                \"can_vendor_add_courier_provider\": true,\n                \"default_vendor_type\": \"dropshipper\",\n                \"no_of_deciaml_digits\": 2,\n                \"credits\": 299952,\n                \"plan_id\": 4,\n                \"requested_plan_id\": null,\n                \"override_invoice_permissions\": false,\n                \"override_product_permissions\": false,\n                \"override_order_routing_permissions\": false,\n                \"override_shipping_permissions\": false,\n                \"slug\": \"violetplants-212738\",\n                \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                \"shipping_charge_commission_type\": \"fixed\",\n                \"shipping_charge_commission\": 50,\n                \"override_commission_calculated_tax_type\": false,\n                \"override_shipping_charge_commission_type\": false,\n                \"override_shipping_charge_commission\": 0,\n                \"auto_email_to_vendor\": true,\n                \"fixed_commission\": 10,\n                \"service_charge\": 0,\n                \"can_vendor_edit_price\": false,\n                \"can_vendor_delete_product\": false,\n                \"show_logo_in_awb\": false,\n                \"hide_pick_address_in_awb\": false,\n                \"hide_customer_info_in_awb\": true,\n                \"hide_price_in_awb\": false,\n                \"hide_customer_information_on_vendor_dashboards\": false,\n                \"allow_merchant_to_generate_invoice\": false,\n                \"show_merchant_logo_in_invoice\": true,\n                \"locale\": \"en\",\n                \"use_custom_waybill\": true,\n                \"redirect_url\": \"dashboard\",\n                \"invoice_state_code\": \"GJ\",\n                \"invoice_country_code\": \"IN\",\n                \"stripe_account_id\": null,\n                \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                \"enable_app_shipping_profile_on_shopify\": \"0\",\n                \"policy\": null,\n                \"css\": null,\n                \"vendor_profile_color\": \"#f18024\",\n                \"about_us\": null,\n                \"facebook_link\": null,\n                \"twitter_link\": null,\n                \"instagram_link\": null,\n                \"auto_fulfill_digital_orders\": true,\n                \"use_default_warehouse_for_all_orders\": false,\n                \"invoice_label_header_title\": null,\n                \"invoice_place_of_supply\": null,\n                \"invoice_cin_key_title\": null,\n                \"invoice_cin\": null,\n                \"give_vendor_access_to_merchant_shipper\": false,\n                \"auto_generate_order_invoices_to_customers\": true,\n                \"auto_email_order_invoices_to_customers\": true,\n                \"treat_manual_payment_mode_as_cod\": false,\n                \"fulfill_order_after_confirm\": false,\n                \"add_notes_before_confirming_orders\": false,\n                \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                \"note_at_the_top_of_invoice\": null,\n                \"vendor_shop_id\": null,\n                \"vendor_category\": null,\n                \"vendor_location\": null,\n                \"short_description\": null,\n                \"display_vendor_category\": true,\n                \"display_vendor_location\": true,\n                \"display_vendor_short_description\": true,\n                \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                \"sync_settings\": {\n                    \"update_settings\": {\n                        \"sku\": true,\n                        \"tags\": true,\n                        \"media\": true,\n                        \"price\": false,\n                        \"title\": true,\n                        \"weight\": true,\n                        \"barcode\": true,\n                        \"quantity\": true,\n                        \"description\": true,\n                        \"product_type\": true,\n                        \"variant_name\": true,\n                        \"publish_status\": true,\n                        \"compare_at_price\": true,\n                        \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                    },\n                    \"create_settings\": {\n                        \"sku\": true,\n                        \"tags\": true,\n                        \"media\": true,\n                        \"price\": false,\n                        \"title\": true,\n                        \"weight\": true,\n                        \"barcode\": true,\n                        \"quantity\": true,\n                        \"description\": true,\n                        \"product_type\": true,\n                        \"variant_name\": true,\n                        \"publish_status\": true,\n                        \"compare_at_price\": true,\n                        \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                    },\n                    \"override_product_status_at_create\": true,\n                    \"product_status\": \"as_per_vendor_product\",\n                    \"enable_order_sync\": true,\n                    \"push_only_if_order_paid\": false,\n                    \"push_unsynced_product_order\": true,\n                    \"auto_add_variant\": true,\n                    \"auto_remove_variant\": true,\n                    \"strictKeyCheck\": false,\n                    \"on_product_delete\": \"do_nothing\",\n                    \"on_product_unmapped\": \"do_nothing\",\n                    \"push_only_if_product_connected\": true\n                },\n                \"override_hide_customer_information_permissions\": false,\n                \"can_vendor_cancel_an_order\": false,\n                \"hide_shipping_charges\": false,\n                \"add_insurance_to_shipment\": 0,\n                \"meta_title\": null,\n                \"registration_link\": null,\n                \"auto_approval_of_products_from_vendor\": true,\n                \"ignore_selling_price_for_commission\": 0,\n                \"shipping_label_check\": {\n                    \"email\": false,\n                    \"phone\": false,\n                    \"address_line_1\": false,\n                    \"address_line_2\": false,\n                    \"address_line_1_minimum\": null,\n                    \"address_line_1_maximum\": null,\n                    \"address_line_2_minimum\": null,\n                    \"address_line_2_maximum\": null\n                },\n                \"shipping_label_size\": \"smalllabel\",\n                \"paypal_email\": null,\n                \"use_custom_email_driver\": true,\n                \"ignore_order_splitting\": false,\n                \"hide_customer_information_on_vendor_dashboard\": {\n                    \"name\": false,\n                    \"phone\": false,\n                    \"address\": false,\n                    \"email\": false,\n                    \"city\": false,\n                    \"state\": false\n                },\n                \"hide_customer_information_in_awb\": {\n                    \"name\": false,\n                    \"phone\": false,\n                    \"address\": false,\n                    \"email\": false,\n                    \"city\": false,\n                    \"state\": false,\n                    \"line_items\": false,\n                    \"vendor_name\": false,\n                    \"sku\": false,\n                    \"weight_dimension\": false\n                },\n                \"hide_customer_information_in_invoice\": {\n                    \"name\": false,\n                    \"phone\": false,\n                    \"address\": false,\n                    \"email\": false,\n                    \"city\": false,\n                    \"state\": false\n                },\n                \"vendor_profile_settings\": {\n                    \"seller_products_tab\": true,\n                    \"seller_policy_tab\": true,\n                    \"seller_contact_us_tab\": true,\n                    \"seller_events_tab\": true,\n                    \"seller_reviews_tab\": false,\n                    \"seller_about_us_tab\": true\n                },\n                \"challan_message_1\": null,\n                \"challan_message_2\": null,\n                \"challan_prefix\": \"Invoice\",\n                \"challan_number_same_as_invoice_number\": true,\n                \"default_label_size_for_all_vendors\": true,\n                \"hide_customer_information_in_export\": {\n                    \"name\": false,\n                    \"phone\": false,\n                    \"address\": false,\n                    \"email\": false,\n                    \"city\": false,\n                    \"state\": false\n                },\n                \"product_permissions\": null,\n                \"hide_product_details_in_awb\": false,\n                \"hide_invoice_details_in_awb\": false,\n                \"company_note\": \"<p>sdfasdfab</p>\",\n                \"meta_data\": \"[{\\\"uuid\\\":\\\"e95a7b2d-5210-4e7b-988f-7fbde7acf198\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/601990/dashboard-mockup-for-c2c.xlsx\\\",\\\"size\\\":102609,\\\"name\\\":\\\"Dashboard Mockup for C2C.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"50844059-549d-4bcc-88bf-a023fd46bd29\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/604572/28344-1690206866.xlsx\\\",\\\"size\\\":7389,\\\"name\\\":\\\"28344-1690206866.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3ad73d68-08a3-46b5-9afc-3d1ac5df398f\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655061/lable_cancelled_order_amazon.xlsx\\\",\\\"size\\\":26214,\\\"name\\\":\\\"Lable Cancelled Order Amazon.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                \"color_theme_field\": \"light.blue\",\n                \"change_tracking_url\": false,\n                \"ship_to_address_as_merchants_default_warehouse\": false,\n                \"can_vendor_hold_an_order\": false,\n                \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                \"allow_vendors_to_change_vendor_profile_details\": true,\n                \"whatsapp_account\": \"use_company_account\",\n                \"vendor_profile_theme_choosen\": \"theme-1\",\n                \"whatsapp_credit\": 54,\n                \"test_whatsapp_number\": \"+918849193468\",\n                \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                \"connected_vendor_shops\": [\n                    \"vendorsynctesting5.myshopify.com\",\n                    \"testing-for-vendorsync.myshopify.com\",\n                    \"purpleplants.myshopify.com\",\n                    \"https://st-wpdemo.com/\",\n                    \"test-store-webkul-112.myshopify.com\",\n                    \"https://st-wpdemo.com/\",\n                    \"purpleplants.myshopify.com/\",\n                    \"https://st-wpdemo.com/\",\n                    \"purpleplants.myshopify.com\",\n                    \"channelteststore5.myshopify.com\",\n                    \"https://st-wpdemo.com/newtestclient/\",\n                    \"purpleplants.myshopify.com\",\n                    \"purpleplants.myshopify.com\"\n                ],\n                \"events\": null,\n                \"commission_automation_set\": {\n                    \"commission_automation\": true,\n                    \"commission_automation_rules\": true,\n                    \"commission_automation_date_range\": true,\n                    \"commission_automation_schedule_option\": \"on_order_receipt\",\n                    \"time_buffer_for_commission_automation\": \"4\",\n                    \"order_status_for_commission_automation\": \"pending\",\n                    \"invoice_number_for_commission_automation\": 277,\n                    \"date_Range_days_for_commission_automation\": \"4\"\n                },\n                \"auto_confirmation_using_tags_settings\": {\n                    \"tags_settings_status\": true,\n                    \"paid\": true,\n                    \"tags_for_paid\": [],\n                    \"cod_or_partially_paid\": false,\n                    \"tags_for_cod_or_partially_paid\": [],\n                    \"Exceptions_for_paid\": false,\n                    \"Exceptions_for_paid_tags\": [],\n                    \"Exceptions_for_cod_or_partially_paid\": false,\n                    \"Exceptions_for_cod_or_partially_paid_tags\": []\n                },\n                \"preferred_location\": null,\n                \"email_credit\": 4853,\n                \"logo\": {\n                    \"id\": 665099,\n                    \"model_type\": \"App\\\\Company\",\n                    \"model_id\": 212738,\n                    \"collection_name\": \"logo\",\n                    \"name\": \"pexels-pixabay-268533\",\n                    \"file_name\": \"pexels-pixabay-268533.jpg\",\n                    \"mime_type\": \"image/jpeg\",\n                    \"disk\": \"s3\",\n                    \"size\": 272597,\n                    \"manipulations\": [],\n                    \"custom_properties\": {\n                        \"generated_conversions\": {\n                            \"email_logo\": true,\n                            \"navbar_logo\": true,\n                            \"frontend_logo\": true\n                        }\n                    },\n                    \"responsive_images\": {\n                        \"medialibrary_original\": {\n                            \"urls\": [\n                                \"pexels-pixabay-268533___medialibrary_original_1920_1278.jpg\",\n                                \"pexels-pixabay-268533___medialibrary_original_1606_1069.jpg\",\n                                \"pexels-pixabay-268533___medialibrary_original_1344_895.jpg\",\n                                \"pexels-pixabay-268533___medialibrary_original_1124_748.jpg\",\n                                \"pexels-pixabay-268533___medialibrary_original_940_626.jpg\",\n                                \"pexels-pixabay-268533___medialibrary_original_787_524.jpg\",\n                                \"pexels-pixabay-268533___medialibrary_original_658_438.jpg\",\n                                \"pexels-pixabay-268533___medialibrary_original_550_366.jpg\",\n                                \"pexels-pixabay-268533___medialibrary_original_460_306.jpg\",\n                                \"pexels-pixabay-268533___medialibrary_original_385_256.jpg\"\n                            ],\n                            \"base64svg\": \"data:image/svg+xml;base64,PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHg9IjAiCiB5PSIwIiB2aWV3Qm94PSIwIDAgMTkyMCAxMjc4Ij4KCTxpbWFnZSB3aWR0aD0iMTkyMCIgaGVpZ2h0PSIxMjc4IiB4bGluazpocmVmPSJkYXRhOmltYWdlL2pwZWc7YmFzZTY0LC85ai80QUFRU2taSlJnQUJBUUVBWUFCZ0FBRC8vZ0E3UTFKRlFWUlBVam9nWjJRdGFuQmxaeUIyTVM0d0lDaDFjMmx1WnlCSlNrY2dTbEJGUnlCMk9EQXBMQ0J4ZFdGc2FYUjVJRDBnT1RBSy85c0FRd0FEQWdJREFnSURBd01EQkFNREJBVUlCUVVFQkFVS0J3Y0dDQXdLREF3TENnc0xEUTRTRUEwT0VRNExDeEFXRUJFVEZCVVZGUXdQRnhnV0ZCZ1NGQlVVLzlzQVF3RURCQVFGQkFVSkJRVUpGQTBMRFJRVUZCUVVGQlFVRkJRVUZCUVVGQlFVRkJRVUZCUVVGQlFVRkJRVUZCUVVGQlFVRkJRVUZCUVVGQlFVRkJRVUZCUVUvOEFBRVFnQUZRQWdBd0VSQUFJUkFRTVJBZi9FQUI4QUFBRUZBUUVCQVFFQkFBQUFBQUFBQUFBQkFnTUVCUVlIQ0FrS0MvL0VBTFVRQUFJQkF3TUNCQU1GQlFRRUFBQUJmUUVDQXdBRUVRVVNJVEZCQmhOUllRY2ljUlF5Z1pHaENDTkNzY0VWVXRId0pETmljb0lKQ2hZWEdCa2FKU1luS0NrcU5EVTJOemc1T2tORVJVWkhTRWxLVTFSVlZsZFlXVnBqWkdWbVoyaHBhbk4wZFhaM2VIbDZnNFNGaG9lSWlZcVNrNVNWbHBlWW1acWlvNlNscHFlb3FhcXlzN1MxdHJlNHVickN3OFRGeHNmSXljclMwOVRWMXRmWTJkcmg0dVBrNWVibjZPbnE4Zkx6OVBYMjkvajUrdi9FQUI4QkFBTUJBUUVCQVFFQkFRRUFBQUFBQUFBQkFnTUVCUVlIQ0FrS0MvL0VBTFVSQUFJQkFnUUVBd1FIQlFRRUFBRUNkd0FCQWdNUkJBVWhNUVlTUVZFSFlYRVRJaktCQ0JSQ2thR3h3UWtqTTFMd0ZXSnkwUW9XSkRUaEpmRVhHQmthSmljb0tTbzFOamM0T1RwRFJFVkdSMGhKU2xOVVZWWlhXRmxhWTJSbFptZG9hV3B6ZEhWMmQzaDVlb0tEaElXR2g0aUppcEtUbEpXV2w1aVptcUtqcEtXbXA2aXBxckt6dExXMnQ3aTV1c0xEeE1YR3g4akp5dExUMU5YVzE5aloydUxqNU9YbTUranA2dkx6OVBYMjkvajUrdi9hQUF3REFRQUNFUU1SQUQ4QS9QNnc4S3pUWUFROCsxZTdHbGM0WlZqZXR2aDVjdW00eHNCOUs2RlEwMU1YV2JMRC9EaTVNZTVZeVI2Z1UvWWFDOXEwWk41NEh1SWM1amI4cXpkRXRWajFyd1FzRnhPb2tzK00rbFp4cnk3QktrdTU3UGNlSDlPbDhQNThnUWtqNzFjK0p4TStXMWpmRFVZODF6cFBDbmdYU3BmRGZtTXFTdGpyVjRmRVQ1VExFVTRxZWg1LzR5OFAyRm5Jd1MyQjU3Q3V0MXBkakJVMTNQRlBEL2lTN3RwRktFQ3RvV0lrZWd0NHkxQyswc3dTUDhoSGF0YWxHRlNObWdwVkpVNVhSZTB2eHZxbWxhWjVFTXgyZTVwMDZNS2NiSVZTYm5LN09iMXp4cHFOd3hMdm1ocElsSC8vMlE9PSI+Cgk8L2ltYWdlPgo8L3N2Zz4=\"\n                        }\n                    },\n                    \"order_column\": 570835,\n                    \"created_at\": \"2023-12-15T06:51:08.000000Z\",\n                    \"updated_at\": \"2023-12-15T06:51:11.000000Z\"\n                },\n                \"logo_link\": \"https://d2i9a0muccv7uq.cloudfront.net/665099/pexels-pixabay-268533.jpg\",\n                \"is_general_setting_done\": true,\n                \"is_invoice_setting_done\": true,\n                \"is_label_setting_done\": false,\n                \"is_gst_enabled\": true,\n                \"billing_detail\": \"Pune</br>Gujarat</br>India\",\n                \"warehouse_address\": \"Pune</br>IN\",\n                \"contact_information\": \"Chahar</br>dragjyoti@shipturtle.com</br>\",\n                \"status\": \"Active\",\n                \"global_commission\": \"15\",\n                \"global_discount_shared_by_vendor\": \"0\",\n                \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                \"global_shipping_charge_commission_type\": \"fixed\",\n                \"global_shipping_charge_commission\": 50,\n                \"global_fixed_commission\": 10,\n                \"is_drop_shipper\": false,\n                \"state\": {\n                    \"id\": 13,\n                    \"code\": \"GJ\",\n                    \"tin\": 24,\n                    \"title\": \"Gujarat\",\n                    \"created_at\": \"2019-08-03T17:48:42.000000Z\",\n                    \"updated_at\": \"2020-03-28T04:51:45.000000Z\",\n                    \"deleted_at\": null,\n                    \"country_code\": \"IN\"\n                },\n                \"first_email\": [\n                    \"dragjyoti@shipturtle.com\"\n                ],\n                \"invoice_state\": {\n                    \"id\": 13,\n                    \"code\": \"GJ\",\n                    \"tin\": 24,\n                    \"title\": \"Gujarat\",\n                    \"created_at\": \"2019-08-03T17:48:42.000000Z\",\n                    \"updated_at\": \"2020-03-28T04:51:45.000000Z\",\n                    \"deleted_at\": null,\n                    \"country_code\": \"IN\"\n                },\n                \"banner\": null,\n                \"banner_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                \"frontend_logo_link\": \"https://d2i9a0muccv7uq.cloudfront.net/665099/pexels-pixabay-268533.jpg\",\n                \"navbar_logo_link\": \"https://d2i9a0muccv7uq.cloudfront.net/665099/pexels-pixabay-268533.jpg\",\n                \"email_logo_link\": \"https://d2i9a0muccv7uq.cloudfront.net/665099/pexels-pixabay-268533.jpg\",\n                \"invoice_country_detail\": {\n                    \"id\": 98,\n                    \"name\": \"India\",\n                    \"code\": \"IN\",\n                    \"dial_code\": \"+91\",\n                    \"currency_name\": \"Indian rupee\",\n                    \"currency_symbol\": \"Rs.\",\n                    \"currency_code\": \"INR\",\n                    \"created_at\": null,\n                    \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                    \"name_with_symbole\": \"Indian rupee - Rs.\"\n                },\n                \"commission_tags\": {\n                    \"company_id\": 212738,\n                    \"override_commission\": true\n                },\n                \"configuration\": {\n                    \"id\": 108384,\n                    \"children_default_permissions\": {\n                        \"can_vendor_enable_disable_product\": false,\n                        \"can_vendor_edit_quantity_product\": true,\n                        \"can_vendor_edit_weight_dimension_product\": true,\n                        \"can_vendor_edit_tax_product\": false,\n                        \"can_vendor_generate_invoice\": true,\n                        \"can_vendor_generate_label\": true,\n                        \"can_vendor_add_courier_provider\": true,\n                        \"can_vendor_edit_order_package_dimensions\": true,\n                        \"can_vendor_cancel_label\": true,\n                        \"can_vendor_change_order_shipment_status\": true,\n                        \"can_vendor_change_order_warehouse\": true,\n                        \"can_vendor_cancel_invoice\": false,\n                        \"can_vendor_edit_price\": true,\n                        \"can_vendor_delete_product\": false,\n                        \"can_mail_to_customer\": true,\n                        \"can_change_payment_method\": true,\n                        \"can_access_shipping_address\": true,\n                        \"can_edit_shipping_address\": true,\n                        \"can_view_shipping_address\": true,\n                        \"can_view_estimated_cost_of_shipping\": true,\n                        \"can_access_settings\": true,\n                        \"can_access_customer_chat\": true,\n                        \"can_product_view_price\": true,\n                        \"can_product_view_title\": true,\n                        \"can_product_view_sku\": true,\n                        \"can_product_view_quantity\": true,\n                        \"can_product_view_inventory_management\": true,\n                        \"can_product_view_inventory_policy\": true,\n                        \"can_product_view_requires_shipping\": true,\n                        \"can_product_view_cost_price\": true,\n                        \"can_product_view_bar_code\": true,\n                        \"can_product_view_weight_dimension\": true,\n                        \"can_product_view_commission\": true,\n                        \"can_product_view_compare_at_price\": true,\n                        \"product_quick_edit_price\": true,\n                        \"product_quick_edit_title\": false,\n                        \"product_quick_edit_sku\": false,\n                        \"product_quick_edit_quantity\": false,\n                        \"product_quick_edit_inventory_management\": true,\n                        \"product_quick_edit_inventory_policy\": true,\n                        \"product_quick_edit_requires_shipping\": true,\n                        \"product_quick_edit_cost_price\": false,\n                        \"product_quick_edit_bar_code\": false,\n                        \"product_quick_edit_weight_dimension\": false,\n                        \"product_quick_edit_compare_at_price\": false,\n                        \"product_full_edit_price\": true,\n                        \"product_full_edit_title\": false,\n                        \"product_full_edit_sku\": false,\n                        \"product_full_edit_quantity\": false,\n                        \"product_full_edit_inventory_management\": true,\n                        \"product_full_edit_inventory_policy\": true,\n                        \"product_full_edit_requires_shipping\": true,\n                        \"product_full_edit_cost_price\": false,\n                        \"product_full_edit_bar_code\": false,\n                        \"product_full_edit_weight_dimension\": false,\n                        \"product_full_edit_compare_at_price\": false,\n                        \"commission_access\": true,\n                        \"product_access\": false,\n                        \"auto_approval_of_products_from_vendor\": false\n                    },\n                    \"company_id\": 212738,\n                    \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                    \"updated_at\": \"2023-12-22T06:26:12.000000Z\"\n                },\n                \"media\": [\n                    {\n                        \"id\": 665099,\n                        \"model_type\": \"App\\\\Company\",\n                        \"model_id\": 212738,\n                        \"collection_name\": \"logo\",\n                        \"name\": \"pexels-pixabay-268533\",\n                        \"file_name\": \"pexels-pixabay-268533.jpg\",\n                        \"mime_type\": \"image/jpeg\",\n                        \"disk\": \"s3\",\n                        \"size\": 272597,\n                        \"manipulations\": [],\n                        \"custom_properties\": {\n                            \"generated_conversions\": {\n                                \"email_logo\": true,\n                                \"navbar_logo\": true,\n                                \"frontend_logo\": true\n                            }\n                        },\n                        \"responsive_images\": {\n                            \"medialibrary_original\": {\n                                \"urls\": [\n                                    \"pexels-pixabay-268533___medialibrary_original_1920_1278.jpg\",\n                                    \"pexels-pixabay-268533___medialibrary_original_1606_1069.jpg\",\n                                    \"pexels-pixabay-268533___medialibrary_original_1344_895.jpg\",\n                                    \"pexels-pixabay-268533___medialibrary_original_1124_748.jpg\",\n                                    \"pexels-pixabay-268533___medialibrary_original_940_626.jpg\",\n                                    \"pexels-pixabay-268533___medialibrary_original_787_524.jpg\",\n                                    \"pexels-pixabay-268533___medialibrary_original_658_438.jpg\",\n                                    \"pexels-pixabay-268533___medialibrary_original_550_366.jpg\",\n                                    \"pexels-pixabay-268533___medialibrary_original_460_306.jpg\",\n                                    \"pexels-pixabay-268533___medialibrary_original_385_256.jpg\"\n                                ],\n                                \"base64svg\": \"data:image/svg+xml;base64,PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHg9IjAiCiB5PSIwIiB2aWV3Qm94PSIwIDAgMTkyMCAxMjc4Ij4KCTxpbWFnZSB3aWR0aD0iMTkyMCIgaGVpZ2h0PSIxMjc4IiB4bGluazpocmVmPSJkYXRhOmltYWdlL2pwZWc7YmFzZTY0LC85ai80QUFRU2taSlJnQUJBUUVBWUFCZ0FBRC8vZ0E3UTFKRlFWUlBVam9nWjJRdGFuQmxaeUIyTVM0d0lDaDFjMmx1WnlCSlNrY2dTbEJGUnlCMk9EQXBMQ0J4ZFdGc2FYUjVJRDBnT1RBSy85c0FRd0FEQWdJREFnSURBd01EQkFNREJBVUlCUVVFQkFVS0J3Y0dDQXdLREF3TENnc0xEUTRTRUEwT0VRNExDeEFXRUJFVEZCVVZGUXdQRnhnV0ZCZ1NGQlVVLzlzQVF3RURCQVFGQkFVSkJRVUpGQTBMRFJRVUZCUVVGQlFVRkJRVUZCUVVGQlFVRkJRVUZCUVVGQlFVRkJRVUZCUVVGQlFVRkJRVUZCUVVGQlFVRkJRVUZCUVUvOEFBRVFnQUZRQWdBd0VSQUFJUkFRTVJBZi9FQUI4QUFBRUZBUUVCQVFFQkFBQUFBQUFBQUFBQkFnTUVCUVlIQ0FrS0MvL0VBTFVRQUFJQkF3TUNCQU1GQlFRRUFBQUJmUUVDQXdBRUVRVVNJVEZCQmhOUllRY2ljUlF5Z1pHaENDTkNzY0VWVXRId0pETmljb0lKQ2hZWEdCa2FKU1luS0NrcU5EVTJOemc1T2tORVJVWkhTRWxLVTFSVlZsZFlXVnBqWkdWbVoyaHBhbk4wZFhaM2VIbDZnNFNGaG9lSWlZcVNrNVNWbHBlWW1acWlvNlNscHFlb3FhcXlzN1MxdHJlNHVickN3OFRGeHNmSXljclMwOVRWMXRmWTJkcmg0dVBrNWVibjZPbnE4Zkx6OVBYMjkvajUrdi9FQUI4QkFBTUJBUUVCQVFFQkFRRUFBQUFBQUFBQkFnTUVCUVlIQ0FrS0MvL0VBTFVSQUFJQkFnUUVBd1FIQlFRRUFBRUNkd0FCQWdNUkJBVWhNUVlTUVZFSFlYRVRJaktCQ0JSQ2thR3h3UWtqTTFMd0ZXSnkwUW9XSkRUaEpmRVhHQmthSmljb0tTbzFOamM0T1RwRFJFVkdSMGhKU2xOVVZWWlhXRmxhWTJSbFptZG9hV3B6ZEhWMmQzaDVlb0tEaElXR2g0aUppcEtUbEpXV2w1aVptcUtqcEtXbXA2aXBxckt6dExXMnQ3aTV1c0xEeE1YR3g4akp5dExUMU5YVzE5aloydUxqNU9YbTUranA2dkx6OVBYMjkvajUrdi9hQUF3REFRQUNFUU1SQUQ4QS9QNnc4S3pUWUFROCsxZTdHbGM0WlZqZXR2aDVjdW00eHNCOUs2RlEwMU1YV2JMRC9EaTVNZTVZeVI2Z1UvWWFDOXEwWk41NEh1SWM1amI4cXpkRXRWajFyd1FzRnhPb2tzK00rbFp4cnk3QktrdTU3UGNlSDlPbDhQNThnUWtqNzFjK0p4TStXMWpmRFVZODF6cFBDbmdYU3BmRGZtTXFTdGpyVjRmRVQ1VExFVTRxZWg1LzR5OFAyRm5Jd1MyQjU3Q3V0MXBkakJVMTNQRlBEL2lTN3RwRktFQ3RvV0lrZWd0NHkxQyswc3dTUDhoSGF0YWxHRlNObWdwVkpVNVhSZTB2eHZxbWxhWjVFTXgyZTVwMDZNS2NiSVZTYm5LN09iMXp4cHFOd3hMdm1ocElsSC8vMlE9PSI+Cgk8L2ltYWdlPgo8L3N2Zz4=\"\n                            }\n                        },\n                        \"order_column\": 570835,\n                        \"created_at\": \"2023-12-15T06:51:08.000000Z\",\n                        \"updated_at\": \"2023-12-15T06:51:11.000000Z\"\n                    }\n                ],\n                \"country_detail\": {\n                    \"id\": 98,\n                    \"name\": \"India\",\n                    \"code\": \"IN\",\n                    \"dial_code\": \"+91\",\n                    \"currency_name\": \"Indian rupee\",\n                    \"currency_symbol\": \"Rs.\",\n                    \"currency_code\": \"INR\",\n                    \"created_at\": null,\n                    \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                    \"name_with_symbole\": \"Indian rupee - Rs.\"\n                }\n            },\n            \"media\": [],\n            \"country_detail\": {\n                \"id\": 98,\n                \"name\": \"India\",\n                \"code\": \"IN\",\n                \"dial_code\": \"+91\",\n                \"currency_name\": \"Indian rupee\",\n                \"currency_symbol\": \"Rs.\",\n                \"currency_code\": \"INR\",\n                \"created_at\": null,\n                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                \"name_with_symbole\": \"Indian rupee - Rs.\"\n            }\n        }\n    }\n}"}],"_postman_id":"78b639ed-7bc7-4f62-b338-b3d091ceb2e4"},{"name":"update-vendor","id":"ce4e3aa1-c82d-4bc1-858a-9e3aee223639","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"_method","value":"PUT","type":"text"},{"key":"company_name","value":"shipturtle","description":"<p>Vendor company name</p>\n","type":"text"},{"key":"brand_name","value":"shipturtle","description":"<p>Vendor brand name</p>\n","type":"text"},{"key":"website","value":"app.shipturtle.com","description":"<p>Vendor website link</p>\n","type":"text"},{"key":"contact_name","value":"shipturtle","description":"<p>Vendor contact name</p>\n","type":"text"},{"key":"phone_number","value":"9999999999","description":"<p>Vendor contact phone number</p>\n","type":"text"},{"key":"email","value":"shipturtlemarketplace@gmail.com","description":"<p>Vendor email address</p>\n","type":"text"},{"key":"address_line_1","value":"GUSEC","description":"<p>Address line 1 contains shop/home number, street name, area</p>\n","type":"text"},{"key":"address_line_2","value":"ahemdabad","description":"<p>Address line 2 conatins city, state, country, pin code</p>\n","type":"text"},{"key":"city","value":"ahemdabad","description":"<p>City name</p>\n","type":"text"},{"key":"pin_code","value":"388001","description":"<p>pin code</p>\n","type":"text"},{"key":"country","value":"IN","description":"<p>Country code</p>\n","type":"text"},{"key":"state_code","value":"GJ","description":"<p>State code</p>\n","type":"text"},{"key":"timezone","value":"Asia/Kolkata","description":"<p>Time zone</p>\n","type":"text"},{"key":"logo","value":"(binary)","description":"<p>Ven dor comoany logo image</p>\n","type":"text"}]},"url":"https://api.shipturtle.com/api/v1/companies/234801","description":"<p>By sending an HTTP POST request to the given URL, you can use this endpoint to update vendor. A form-data body including several parameters, including company_name, brand_name, website, contact_name, phone_number, email, address_line_1, address_line_2, city, pin_code, country, state_code, timezone, and logo should be sent in the request. The parameters are used to specify the details of the company for which information is being requested.</p>\n<h3 id=\"status-code\">Status code</h3>\n<p>200 - Success / OK</p>\n<p>201 - Created</p>\n<p>202 - Accepted</p>\n<p>204 - No Content</p>\n<p>400 - Bad request</p>\n<p>401 - Unauthorized error</p>\n<p>500 - Internal server error</p>\n","urlObject":{"protocol":"https","path":["api","v1","companies","234801"],"host":["api","shipturtle","com"],"query":[],"variable":[]}},"response":[{"id":"e1e859de-273a-427c-9000-45d65b731607","name":"update-vendor","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"_method","value":"PUT","type":"text"},{"key":"company_name","value":"shipturtle","description":"Vendor company name","type":"text"},{"key":"brand_name","value":"shipturtle","description":"Vendor brand name","type":"text"},{"key":"website","value":"app.shipturtle.com","description":"Vendor website link","type":"text"},{"key":"contact_name","value":"shipturtle","description":"Vendor contact name","type":"text"},{"key":"phone_number","value":"9999999999","description":"Vendor contact phone number","type":"text"},{"key":"email","value":"shipturtlemarketplace@gmail.com","description":"Vendor email address","type":"text"},{"key":"address_line_1","value":"GUSEC","description":"Address line 1 contains shop/home number, street name, area","type":"text"},{"key":"address_line_2","value":"ahemdabad","description":"Address line 2 conatins city, state, country, pin code","type":"text"},{"key":"city","value":"ahemdabad","description":"City name","type":"text"},{"key":"pin_code","value":"388001","description":"pin code","type":"text"},{"key":"country","value":"IN","description":"Country code","type":"text"},{"key":"state_code","value":"GJ","description":"State code","type":"text"},{"key":"timezone","value":"Asia/Kolkata","description":"Time zone","type":"text"},{"key":"logo","value":"(binary)","description":"Ven dor comoany logo image","type":"text"}]},"url":"https://api.shipturtle.com/api/v1/companies/234801"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Jan 2024 13:44:01 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"Vary","value":"Origin,Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 234801,\n        \"company_name\": \"shipturtle\",\n        \"brand_name\": \"shipturtle\",\n        \"company_logo\": null,\n        \"contact_name\": \"shipturtle\",\n        \"phone_number\": \"9999999999\",\n        \"email\": \"shipturtlemarketplace@gmail.com\",\n        \"address_line_1\": \"GUSEC\",\n        \"address_line_2\": \"ahemdabad\",\n        \"pin_code\": \"388001\",\n        \"city\": \"ahemdabad\",\n        \"created_at\": \"2023-12-22T11:35:25.000000Z\",\n        \"updated_at\": \"2024-01-02T12:20:07.000000Z\",\n        \"state_id\": null,\n        \"gstin_number\": null,\n        \"invoice_prefix\": null,\n        \"starting_invoice_number\": null,\n        \"terms_and_conditions\": null,\n        \"bank_account_beneficiary_name\": null,\n        \"bank_account_name\": null,\n        \"ifsc_code\": null,\n        \"label_company_name\": null,\n        \"label_contact_name\": null,\n        \"label_phone\": null,\n        \"label_email_address\": null,\n        \"label_address_line_1\": null,\n        \"label_address_line_2\": null,\n        \"label_pin_code\": null,\n        \"label_city\": null,\n        \"label_state\": null,\n        \"signature\": null,\n        \"currency\": null,\n        \"weight\": null,\n        \"measurement\": null,\n        \"gst_enabled\": false,\n        \"override_channel_product_weight_enabled\": false,\n        \"label_details_same_as_company\": true,\n        \"multi_vendor_invoicing_enabled\": true,\n        \"multi_vendor_shipping_enabled\": true,\n        \"is_master\": null,\n        \"invoice_number_same_as_order_number\": true,\n        \"enable_disable_cod_reconciliation\": false,\n        \"enable_disable_freight_reconciliation\": false,\n        \"cod_tolerance\": null,\n        \"freight_tolerance\": null,\n        \"is_multi_vendor_enabled\": true,\n        \"invoice_message\": null,\n        \"inclusive_exclusive\": null,\n        \"is_tax_on_shipping\": \"no\",\n        \"tax_on_shipping\": null,\n        \"primary_color\": \"#f18024\",\n        \"secondary_color\": null,\n        \"display_hsn\": true,\n        \"website\": \"app.shipturtle.com\",\n        \"country\": \"IN\",\n        \"type_of_vendor\": \"dropshipper\",\n        \"invoice_message_2\": null,\n        \"title\": \"shipturtle\",\n        \"parent_id\": 212738,\n        \"extra_information\": null,\n        \"invoice_date\": \"invoice_creation_date\",\n        \"number_of_digits\": \"0\",\n        \"invoice_message_1\": null,\n        \"created_by\": null,\n        \"updated_by\": 28344,\n        \"invoice_contact_name\": \"shipturtle\",\n        \"invoice_address_1\": \"GUSEC\",\n        \"invoice_address_2\": \"ahemdabad\",\n        \"invoice_postal_code\": \"388001\",\n        \"invoice_city\": \"ahemdabad\",\n        \"invoice_phone_number\": \"9999999999\",\n        \"invoice_tin\": null,\n        \"timezone\": \"Asia/Kolkata\",\n        \"hand_delivered_enabled\": true,\n        \"other_courier_partner_enabled\": true,\n        \"billing_address_same_as_company_details\": true,\n        \"deactivated_at\": null,\n        \"state_code\": \"GJ\",\n        \"automatically_sync_vendor_name_from_store\": true,\n        \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n        \"automatically_route_all_orders_to_vendor_dashboard\": true,\n        \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n        \"correct_all_errors_in_order\": false,\n        \"generate_shipping_labels_for_orders\": false,\n        \"generate_invoices_for_dropship_orders\": false,\n        \"can_vendor_enable_disable_product\": false,\n        \"can_vendor_edit_quantity_product\": false,\n        \"can_vendor_edit_weight_dimension_product\": false,\n        \"can_vendor_edit_tax_product\": true,\n        \"set_vendor_level_commission\": false,\n        \"commission\": null,\n        \"discount_shared_by_vendor\": null,\n        \"commission_calculated_on_product_price_discounted_price\": null,\n        \"set_vendor_level_shared_discount\": false,\n        \"set_vendor_level_commissoin_calculated_on\": false,\n        \"use_shop_channel_values_to_set_commission\": true,\n        \"can_vendor_generate_invoice\": false,\n        \"can_vendor_process_shippings\": false,\n        \"can_vendor_edit_hsn_tax\": false,\n        \"can_vendor_add_courier_provider\": false,\n        \"default_vendor_type\": \"dropshipper\",\n        \"no_of_deciaml_digits\": 2,\n        \"credits\": 0,\n        \"plan_id\": null,\n        \"requested_plan_id\": null,\n        \"override_invoice_permissions\": false,\n        \"override_product_permissions\": false,\n        \"override_order_routing_permissions\": false,\n        \"override_shipping_permissions\": false,\n        \"slug\": \"shipturtle-234801\",\n        \"commission_calculated_tax_type\": \"exclusive_of_tax\",\n        \"shipping_charge_commission_type\": \"fixed\",\n        \"shipping_charge_commission\": 0,\n        \"override_commission_calculated_tax_type\": false,\n        \"override_shipping_charge_commission_type\": false,\n        \"override_shipping_charge_commission\": 0,\n        \"auto_email_to_vendor\": false,\n        \"fixed_commission\": 0,\n        \"service_charge\": 0,\n        \"can_vendor_edit_price\": false,\n        \"can_vendor_delete_product\": false,\n        \"show_logo_in_awb\": false,\n        \"hide_pick_address_in_awb\": true,\n        \"hide_customer_info_in_awb\": true,\n        \"hide_price_in_awb\": false,\n        \"hide_customer_information_on_vendor_dashboards\": false,\n        \"allow_merchant_to_generate_invoice\": false,\n        \"show_merchant_logo_in_invoice\": false,\n        \"locale\": \"en\",\n        \"use_custom_waybill\": false,\n        \"redirect_url\": \"dashboard\",\n        \"invoice_state_code\": \"GJ\",\n        \"invoice_country_code\": \"IN\",\n        \"stripe_account_id\": null,\n        \"url_to_redirect_vendor_is_registered\": null,\n        \"enable_app_shipping_profile_on_shopify\": null,\n        \"policy\": null,\n        \"css\": null,\n        \"vendor_profile_color\": \"#f18024\",\n        \"about_us\": null,\n        \"facebook_link\": null,\n        \"twitter_link\": null,\n        \"instagram_link\": null,\n        \"auto_fulfill_digital_orders\": false,\n        \"use_default_warehouse_for_all_orders\": false,\n        \"invoice_label_header_title\": null,\n        \"invoice_place_of_supply\": null,\n        \"invoice_cin_key_title\": null,\n        \"invoice_cin\": null,\n        \"give_vendor_access_to_merchant_shipper\": false,\n        \"auto_generate_order_invoices_to_customers\": false,\n        \"auto_email_order_invoices_to_customers\": false,\n        \"treat_manual_payment_mode_as_cod\": false,\n        \"fulfill_order_after_confirm\": false,\n        \"add_notes_before_confirming_orders\": false,\n        \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n        \"note_at_the_top_of_invoice\": null,\n        \"vendor_shop_id\": null,\n        \"vendor_category\": null,\n        \"vendor_location\": null,\n        \"short_description\": null,\n        \"display_vendor_category\": false,\n        \"display_vendor_location\": false,\n        \"display_vendor_short_description\": false,\n        \"name_of_the_vendor_listing_page\": null,\n        \"sync_settings\": {\n            \"update_settings\": {\n                \"title\": false,\n                \"variant_name\": false,\n                \"price\": true,\n                \"weight\": false,\n                \"sku\": false,\n                \"description\": false,\n                \"publish_status\": false,\n                \"product_type\": false,\n                \"barcode\": false,\n                \"media\": false,\n                \"compare_at_price\": true,\n                \"quantity\": true,\n                \"track_quantity_and_continue_selling_when_out_of_stock\": false,\n                \"hsn_code_and_country_of_origin\": false,\n                \"tags\": true\n            },\n            \"create_settings\": {\n                \"title\": true,\n                \"variant_name\": true,\n                \"price\": true,\n                \"weight\": true,\n                \"sku\": true,\n                \"description\": true,\n                \"publish_status\": true,\n                \"product_type\": true,\n                \"barcode\": true,\n                \"media\": true,\n                \"compare_at_price\": true,\n                \"quantity\": true,\n                \"track_quantity_and_continue_selling_when_out_of_stock\": true,\n                \"hsn_code_and_country_of_origin\": true,\n                \"tags\": true\n            },\n            \"override_product_status_at_create\": false,\n            \"product_status\": \"as_per_vendor_product\",\n            \"enable_order_sync\": false,\n            \"push_only_if_order_paid\": false,\n            \"push_unsynced_product_order\": false,\n            \"auto_add_variant\": true,\n            \"auto_remove_variant\": true,\n            \"strictKeyCheck\": false,\n            \"on_product_delete\": \"do_nothing\",\n            \"on_product_unmapped\": \"do_nothing\"\n        },\n        \"override_hide_customer_information_permissions\": false,\n        \"can_vendor_cancel_an_order\": false,\n        \"hide_shipping_charges\": false,\n        \"add_insurance_to_shipment\": 0,\n        \"meta_title\": null,\n        \"registration_link\": null,\n        \"auto_approval_of_products_from_vendor\": true,\n        \"ignore_selling_price_for_commission\": 0,\n        \"shipping_label_check\": {\n            \"email\": false,\n            \"phone\": false,\n            \"address_line_1\": false,\n            \"address_line_2\": false,\n            \"address_line_1_minimum\": null,\n            \"address_line_1_maximum\": null,\n            \"address_line_2_minimum\": null,\n            \"address_line_2_maximum\": null\n        },\n        \"shipping_label_size\": \"smalllabel\",\n        \"paypal_email\": null,\n        \"use_custom_email_driver\": false,\n        \"ignore_order_splitting\": false,\n        \"hide_customer_information_on_vendor_dashboard\": {\n            \"name\": false,\n            \"phone\": true,\n            \"address\": true,\n            \"email\": true,\n            \"city\": false,\n            \"state\": false\n        },\n        \"hide_customer_information_in_awb\": {\n            \"name\": false,\n            \"phone\": true,\n            \"address\": true,\n            \"email\": true,\n            \"city\": false,\n            \"state\": false,\n            \"line_items\": false,\n            \"vendor_name\": false,\n            \"sku\": false,\n            \"weight_dimension\": false\n        },\n        \"hide_customer_information_in_invoice\": {\n            \"name\": false,\n            \"phone\": true,\n            \"address\": true,\n            \"email\": true,\n            \"city\": false,\n            \"state\": false\n        },\n        \"vendor_profile_settings\": {\n            \"seller_products_tab\": true,\n            \"seller_policy_tab\": true,\n            \"seller_contact_us_tab\": true\n        },\n        \"challan_message_1\": null,\n        \"challan_message_2\": null,\n        \"challan_prefix\": null,\n        \"challan_number_same_as_invoice_number\": true,\n        \"default_label_size_for_all_vendors\": false,\n        \"hide_customer_information_in_export\": {\n            \"name\": false,\n            \"phone\": true,\n            \"address\": true,\n            \"email\": true,\n            \"city\": false,\n            \"state\": false\n        },\n        \"product_permissions\": null,\n        \"hide_product_details_in_awb\": false,\n        \"hide_invoice_details_in_awb\": false,\n        \"company_note\": null,\n        \"meta_data\": null,\n        \"color_theme_field\": \"light.orange\",\n        \"change_tracking_url\": false,\n        \"ship_to_address_as_merchants_default_warehouse\": false,\n        \"can_vendor_hold_an_order\": false,\n        \"handle_out_of_stock_products\": null,\n        \"allow_vendors_to_change_vendor_profile_details\": false,\n        \"whatsapp_account\": null,\n        \"vendor_profile_theme_choosen\": \"theme-1\",\n        \"whatsapp_credit\": 100,\n        \"test_whatsapp_number\": null,\n        \"spoc_email_sending_method\": null,\n        \"connected_vendor_shops\": null,\n        \"events\": null,\n        \"commission_automation_set\": null,\n        \"auto_confirmation_using_tags_settings\": {\n            \"tags_settings_status\": false,\n            \"paid\": false,\n            \"tags_for_paid\": [],\n            \"cod_or_partially_paid\": false,\n            \"tags_for_cod_or_partially_paid\": [],\n            \"Exceptions_for_paid\": false,\n            \"Exceptions_for_paid_tags\": [],\n            \"Exceptions_for_cod_or_partially_paid\": false,\n            \"Exceptions_for_cod_or_partially_paid_tags\": []\n        },\n        \"preferred_location\": null,\n        \"email_credit\": null,\n        \"logo\": {\n            \"id\": 671962,\n            \"model_type\": \"App\\\\Company\",\n            \"model_id\": 234801,\n            \"collection_name\": \"logo\",\n            \"name\": \"wallpaperflare.com_wallpaper\",\n            \"file_name\": \"wallpaperflare.com_wallpaper.jpg\",\n            \"mime_type\": \"image/jpeg\",\n            \"disk\": \"s3\",\n            \"size\": 120472,\n            \"manipulations\": [],\n            \"custom_properties\": {\n                \"generated_conversions\": {\n                    \"email_logo\": true,\n                    \"navbar_logo\": true,\n                    \"frontend_logo\": true\n                }\n            },\n            \"responsive_images\": [],\n            \"order_column\": 576212,\n            \"created_at\": \"2023-12-22T12:57:32.000000Z\",\n            \"updated_at\": \"2023-12-22T12:57:34.000000Z\"\n        },\n        \"logo_link\": \"https://d2i9a0muccv7uq.cloudfront.net/671962/wallpaperflare.com_wallpaper.jpg\",\n        \"is_general_setting_done\": true,\n        \"is_invoice_setting_done\": true,\n        \"is_label_setting_done\": false,\n        \"is_gst_enabled\": false,\n        \"billing_detail\": \"ahemdabad</br>Gujarat</br>India\",\n        \"warehouse_address\": \"ahemdabad</br>IN\",\n        \"contact_information\": \"shipturtle</br>9999999999</br>shipturtlemarketplace@gmail.com</br>\",\n        \"status\": \"Active\",\n        \"global_commission\": \"15\",\n        \"global_discount_shared_by_vendor\": \"0\",\n        \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n        \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n        \"global_shipping_charge_commission_type\": \"fixed\",\n        \"global_shipping_charge_commission\": 50,\n        \"global_fixed_commission\": 10,\n        \"is_drop_shipper\": true,\n        \"state\": {\n            \"id\": 13,\n            \"code\": \"GJ\",\n            \"tin\": 24,\n            \"title\": \"Gujarat\",\n            \"created_at\": \"2019-08-03T17:48:42.000000Z\",\n            \"updated_at\": \"2020-03-28T04:51:45.000000Z\",\n            \"deleted_at\": null,\n            \"country_code\": \"IN\"\n        },\n        \"first_email\": [\n            \"shipturtlemarketplace@gmail.com\"\n        ],\n        \"invoice_state\": {\n            \"id\": 13,\n            \"code\": \"GJ\",\n            \"tin\": 24,\n            \"title\": \"Gujarat\",\n            \"created_at\": \"2019-08-03T17:48:42.000000Z\",\n            \"updated_at\": \"2020-03-28T04:51:45.000000Z\",\n            \"deleted_at\": null,\n            \"country_code\": \"IN\"\n        },\n        \"banner\": null,\n        \"banner_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n        \"frontend_logo_link\": \"https://d2i9a0muccv7uq.cloudfront.net/671962/wallpaperflare.com_wallpaper.jpg\",\n        \"navbar_logo_link\": \"https://d2i9a0muccv7uq.cloudfront.net/671962/wallpaperflare.com_wallpaper.jpg\",\n        \"email_logo_link\": \"https://d2i9a0muccv7uq.cloudfront.net/671962/wallpaperflare.com_wallpaper.jpg\",\n        \"invoice_country_detail\": {\n            \"id\": 98,\n            \"name\": \"India\",\n            \"code\": \"IN\",\n            \"dial_code\": \"+91\",\n            \"currency_name\": \"Indian rupee\",\n            \"currency_symbol\": \"Rs.\",\n            \"currency_code\": \"INR\",\n            \"created_at\": null,\n            \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n            \"name_with_symbole\": \"Indian rupee - Rs.\"\n        },\n        \"commission_tags\": null,\n        \"parent\": {\n            \"id\": 212738,\n            \"company_name\": \"kapil\",\n            \"brand_name\": \"violetplants\",\n            \"company_logo\": null,\n            \"contact_name\": \"Chahar\",\n            \"phone_number\": null,\n            \"email\": \"het.shipturtle@gmail.com\",\n            \"address_line_1\": \"Est\",\n            \"address_line_2\": \"Test\",\n            \"pin_code\": \"411018\",\n            \"city\": \"Pune\",\n            \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n            \"updated_at\": \"2024-01-02T12:20:03.000000Z\",\n            \"state_id\": null,\n            \"gstin_number\": \"1234\",\n            \"invoice_prefix\": \"Invoice\",\n            \"starting_invoice_number\": \"27\",\n            \"terms_and_conditions\": null,\n            \"bank_account_beneficiary_name\": null,\n            \"bank_account_name\": null,\n            \"ifsc_code\": null,\n            \"label_company_name\": null,\n            \"label_contact_name\": null,\n            \"label_phone\": null,\n            \"label_email_address\": null,\n            \"label_address_line_1\": null,\n            \"label_address_line_2\": null,\n            \"label_pin_code\": null,\n            \"label_city\": null,\n            \"label_state\": null,\n            \"signature\": null,\n            \"currency\": \"INR\",\n            \"weight\": null,\n            \"measurement\": null,\n            \"gst_enabled\": true,\n            \"override_channel_product_weight_enabled\": true,\n            \"label_details_same_as_company\": true,\n            \"multi_vendor_invoicing_enabled\": false,\n            \"multi_vendor_shipping_enabled\": false,\n            \"is_master\": \"1\",\n            \"invoice_number_same_as_order_number\": true,\n            \"enable_disable_cod_reconciliation\": true,\n            \"enable_disable_freight_reconciliation\": true,\n            \"cod_tolerance\": \"5\",\n            \"freight_tolerance\": \"2\",\n            \"is_multi_vendor_enabled\": true,\n            \"invoice_message\": null,\n            \"inclusive_exclusive\": null,\n            \"is_tax_on_shipping\": \"no\",\n            \"tax_on_shipping\": null,\n            \"primary_color\": \"#222F3D\",\n            \"secondary_color\": null,\n            \"display_hsn\": true,\n            \"website\": \"https://app.shipturtle.com/\",\n            \"country\": \"IN\",\n            \"type_of_vendor\": \"marketplace\",\n            \"invoice_message_2\": \"<p>hussainhifi</p>\",\n            \"title\": \"violetplants\",\n            \"parent_id\": 212738,\n            \"extra_information\": null,\n            \"invoice_date\": \"invoice_creation_date\",\n            \"number_of_digits\": \"0\",\n            \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n            \"created_by\": null,\n            \"updated_by\": 28344,\n            \"invoice_contact_name\": \"Hussain\",\n            \"invoice_address_1\": \"dahod\",\n            \"invoice_address_2\": \"dahod\",\n            \"invoice_postal_code\": \"380005\",\n            \"invoice_city\": \"Ahmedabad\",\n            \"invoice_phone_number\": \"09173038104\",\n            \"invoice_tin\": null,\n            \"timezone\": \"America/Phoenix\",\n            \"hand_delivered_enabled\": true,\n            \"other_courier_partner_enabled\": true,\n            \"billing_address_same_as_company_details\": false,\n            \"deactivated_at\": null,\n            \"state_code\": \"GJ\",\n            \"automatically_sync_vendor_name_from_store\": true,\n            \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n            \"automatically_route_all_orders_to_vendor_dashboard\": true,\n            \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n            \"correct_all_errors_in_order\": false,\n            \"generate_shipping_labels_for_orders\": false,\n            \"generate_invoices_for_dropship_orders\": false,\n            \"can_vendor_enable_disable_product\": false,\n            \"can_vendor_edit_quantity_product\": false,\n            \"can_vendor_edit_weight_dimension_product\": false,\n            \"can_vendor_edit_tax_product\": true,\n            \"set_vendor_level_commission\": false,\n            \"commission\": \"15\",\n            \"discount_shared_by_vendor\": \"0\",\n            \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n            \"set_vendor_level_shared_discount\": false,\n            \"set_vendor_level_commissoin_calculated_on\": false,\n            \"use_shop_channel_values_to_set_commission\": false,\n            \"can_vendor_generate_invoice\": true,\n            \"can_vendor_process_shippings\": true,\n            \"can_vendor_edit_hsn_tax\": true,\n            \"can_vendor_add_courier_provider\": true,\n            \"default_vendor_type\": \"dropshipper\",\n            \"no_of_deciaml_digits\": 2,\n            \"credits\": 299812,\n            \"plan_id\": 4,\n            \"requested_plan_id\": null,\n            \"override_invoice_permissions\": false,\n            \"override_product_permissions\": false,\n            \"override_order_routing_permissions\": false,\n            \"override_shipping_permissions\": false,\n            \"slug\": \"violetplants-212738\",\n            \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n            \"shipping_charge_commission_type\": \"fixed\",\n            \"shipping_charge_commission\": 50,\n            \"override_commission_calculated_tax_type\": false,\n            \"override_shipping_charge_commission_type\": false,\n            \"override_shipping_charge_commission\": 0,\n            \"auto_email_to_vendor\": true,\n            \"fixed_commission\": 10,\n            \"service_charge\": 0,\n            \"can_vendor_edit_price\": false,\n            \"can_vendor_delete_product\": false,\n            \"show_logo_in_awb\": false,\n            \"hide_pick_address_in_awb\": false,\n            \"hide_customer_info_in_awb\": true,\n            \"hide_price_in_awb\": false,\n            \"hide_customer_information_on_vendor_dashboards\": false,\n            \"allow_merchant_to_generate_invoice\": false,\n            \"show_merchant_logo_in_invoice\": true,\n            \"locale\": \"en\",\n            \"use_custom_waybill\": false,\n            \"redirect_url\": \"dashboard\",\n            \"invoice_state_code\": \"GJ\",\n            \"invoice_country_code\": \"IN\",\n            \"stripe_account_id\": null,\n            \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n            \"enable_app_shipping_profile_on_shopify\": \"0\",\n            \"policy\": null,\n            \"css\": null,\n            \"vendor_profile_color\": \"#f18024\",\n            \"about_us\": null,\n            \"facebook_link\": null,\n            \"twitter_link\": null,\n            \"instagram_link\": null,\n            \"auto_fulfill_digital_orders\": true,\n            \"use_default_warehouse_for_all_orders\": false,\n            \"invoice_label_header_title\": null,\n            \"invoice_place_of_supply\": null,\n            \"invoice_cin_key_title\": null,\n            \"invoice_cin\": null,\n            \"give_vendor_access_to_merchant_shipper\": false,\n            \"auto_generate_order_invoices_to_customers\": true,\n            \"auto_email_order_invoices_to_customers\": true,\n            \"treat_manual_payment_mode_as_cod\": false,\n            \"fulfill_order_after_confirm\": false,\n            \"add_notes_before_confirming_orders\": false,\n            \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n            \"note_at_the_top_of_invoice\": null,\n            \"vendor_shop_id\": 523,\n            \"vendor_category\": null,\n            \"vendor_location\": null,\n            \"short_description\": null,\n            \"display_vendor_category\": true,\n            \"display_vendor_location\": true,\n            \"display_vendor_short_description\": true,\n            \"name_of_the_vendor_listing_page\": \"seller profile page\",\n            \"sync_settings\": {\n                \"update_settings\": {\n                    \"sku\": true,\n                    \"tags\": true,\n                    \"media\": true,\n                    \"price\": false,\n                    \"title\": true,\n                    \"weight\": true,\n                    \"barcode\": true,\n                    \"quantity\": true,\n                    \"description\": true,\n                    \"product_type\": true,\n                    \"variant_name\": true,\n                    \"publish_status\": true,\n                    \"compare_at_price\": true,\n                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                },\n                \"create_settings\": {\n                    \"sku\": true,\n                    \"tags\": true,\n                    \"media\": true,\n                    \"price\": false,\n                    \"title\": true,\n                    \"weight\": true,\n                    \"barcode\": true,\n                    \"quantity\": true,\n                    \"description\": true,\n                    \"product_type\": true,\n                    \"variant_name\": true,\n                    \"publish_status\": true,\n                    \"compare_at_price\": true,\n                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                },\n                \"override_product_status_at_create\": true,\n                \"product_status\": \"as_per_vendor_product\",\n                \"enable_order_sync\": true,\n                \"push_only_if_order_paid\": false,\n                \"push_unsynced_product_order\": true,\n                \"auto_add_variant\": true,\n                \"auto_remove_variant\": true,\n                \"strictKeyCheck\": false,\n                \"on_product_delete\": \"do_nothing\",\n                \"on_product_unmapped\": \"do_nothing\",\n                \"push_only_if_product_connected\": true\n            },\n            \"override_hide_customer_information_permissions\": false,\n            \"can_vendor_cancel_an_order\": false,\n            \"hide_shipping_charges\": false,\n            \"add_insurance_to_shipment\": 0,\n            \"meta_title\": null,\n            \"registration_link\": null,\n            \"auto_approval_of_products_from_vendor\": true,\n            \"ignore_selling_price_for_commission\": 0,\n            \"shipping_label_check\": {\n                \"email\": false,\n                \"phone\": false,\n                \"address_line_1\": false,\n                \"address_line_2\": false,\n                \"address_line_1_minimum\": null,\n                \"address_line_1_maximum\": null,\n                \"address_line_2_minimum\": null,\n                \"address_line_2_maximum\": null\n            },\n            \"shipping_label_size\": \"smalllabel\",\n            \"paypal_email\": null,\n            \"use_custom_email_driver\": false,\n            \"ignore_order_splitting\": false,\n            \"hide_customer_information_on_vendor_dashboard\": {\n                \"name\": false,\n                \"phone\": true,\n                \"address\": true,\n                \"email\": true,\n                \"city\": false,\n                \"state\": false\n            },\n            \"hide_customer_information_in_awb\": {\n                \"name\": false,\n                \"phone\": true,\n                \"address\": true,\n                \"email\": true,\n                \"city\": false,\n                \"state\": false,\n                \"line_items\": false,\n                \"vendor_name\": false,\n                \"sku\": false,\n                \"weight_dimension\": false\n            },\n            \"hide_customer_information_in_invoice\": {\n                \"name\": false,\n                \"phone\": true,\n                \"address\": true,\n                \"email\": true,\n                \"city\": false,\n                \"state\": false\n            },\n            \"vendor_profile_settings\": {\n                \"seller_products_tab\": true,\n                \"seller_policy_tab\": true,\n                \"seller_contact_us_tab\": true,\n                \"seller_events_tab\": true,\n                \"seller_reviews_tab\": false,\n                \"seller_about_us_tab\": true\n            },\n            \"challan_message_1\": null,\n            \"challan_message_2\": null,\n            \"challan_prefix\": \"Invoice\",\n            \"challan_number_same_as_invoice_number\": true,\n            \"default_label_size_for_all_vendors\": false,\n            \"hide_customer_information_in_export\": {\n                \"name\": false,\n                \"phone\": true,\n                \"address\": true,\n                \"email\": true,\n                \"city\": false,\n                \"state\": false\n            },\n            \"product_permissions\": null,\n            \"hide_product_details_in_awb\": false,\n            \"hide_invoice_details_in_awb\": false,\n            \"company_note\": \"<p>sdfasdfab</p>\",\n            \"meta_data\": \"[{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n            \"color_theme_field\": \"light.orange\",\n            \"change_tracking_url\": false,\n            \"ship_to_address_as_merchants_default_warehouse\": false,\n            \"can_vendor_hold_an_order\": false,\n            \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n            \"allow_vendors_to_change_vendor_profile_details\": true,\n            \"whatsapp_account\": \"use_company_account\",\n            \"vendor_profile_theme_choosen\": \"theme-1\",\n            \"whatsapp_credit\": 54,\n            \"test_whatsapp_number\": \"+918849193468\",\n            \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n            \"connected_vendor_shops\": [\n                \"vendorsynctesting5.myshopify.com\",\n                \"testing-for-vendorsync.myshopify.com\",\n                \"purpleplants.myshopify.com\",\n                \"https://st-wpdemo.com/\",\n                \"test-store-webkul-112.myshopify.com\",\n                \"https://st-wpdemo.com/\",\n                \"purpleplants.myshopify.com/\",\n                \"https://st-wpdemo.com/\",\n                \"purpleplants.myshopify.com\",\n                \"channelteststore5.myshopify.com\",\n                \"https://st-wpdemo.com/newtestclient/\",\n                \"purpleplants.myshopify.com\",\n                \"purpleplants.myshopify.com\",\n                \"vendorsynctesting.myshopify.com\",\n                \"vendorsynctesting.myshopify.com\"\n            ],\n            \"events\": null,\n            \"commission_automation_set\": {\n                \"commission_automation\": true,\n                \"commission_automation_rules\": true,\n                \"commission_automation_date_range\": true,\n                \"commission_automation_schedule_option\": \"on_order_receipt\",\n                \"time_buffer_for_commission_automation\": \"4\",\n                \"order_status_for_commission_automation\": \"pending\",\n                \"invoice_number_for_commission_automation\": 277,\n                \"date_Range_days_for_commission_automation\": \"4\"\n            },\n            \"auto_confirmation_using_tags_settings\": {\n                \"tags_settings_status\": true,\n                \"paid\": true,\n                \"tags_for_paid\": [],\n                \"cod_or_partially_paid\": false,\n                \"tags_for_cod_or_partially_paid\": [],\n                \"Exceptions_for_paid\": false,\n                \"Exceptions_for_paid_tags\": [],\n                \"Exceptions_for_cod_or_partially_paid\": false,\n                \"Exceptions_for_cod_or_partially_paid_tags\": []\n            },\n            \"preferred_location\": null,\n            \"email_credit\": 4728,\n            \"logo\": null,\n            \"logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n            \"is_general_setting_done\": true,\n            \"is_invoice_setting_done\": true,\n            \"is_label_setting_done\": false,\n            \"is_gst_enabled\": true,\n            \"billing_detail\": \"Pune</br>Gujarat</br>India\",\n            \"warehouse_address\": \"Pune</br>IN\",\n            \"contact_information\": \"Chahar</br>het.shipturtle@gmail.com</br>\",\n            \"status\": \"Active\",\n            \"global_commission\": \"15\",\n            \"global_discount_shared_by_vendor\": \"0\",\n            \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n            \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n            \"global_shipping_charge_commission_type\": \"fixed\",\n            \"global_shipping_charge_commission\": 50,\n            \"global_fixed_commission\": 10,\n            \"is_drop_shipper\": false,\n            \"state\": {\n                \"id\": 13,\n                \"code\": \"GJ\",\n                \"tin\": 24,\n                \"title\": \"Gujarat\",\n                \"created_at\": \"2019-08-03T17:48:42.000000Z\",\n                \"updated_at\": \"2020-03-28T04:51:45.000000Z\",\n                \"deleted_at\": null,\n                \"country_code\": \"IN\"\n            },\n            \"first_email\": [\n                \"het.shipturtle@gmail.com\"\n            ],\n            \"invoice_state\": {\n                \"id\": 13,\n                \"code\": \"GJ\",\n                \"tin\": 24,\n                \"title\": \"Gujarat\",\n                \"created_at\": \"2019-08-03T17:48:42.000000Z\",\n                \"updated_at\": \"2020-03-28T04:51:45.000000Z\",\n                \"deleted_at\": null,\n                \"country_code\": \"IN\"\n            },\n            \"banner\": null,\n            \"banner_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n            \"frontend_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n            \"navbar_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n            \"email_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n            \"invoice_country_detail\": {\n                \"id\": 98,\n                \"name\": \"India\",\n                \"code\": \"IN\",\n                \"dial_code\": \"+91\",\n                \"currency_name\": \"Indian rupee\",\n                \"currency_symbol\": \"Rs.\",\n                \"currency_code\": \"INR\",\n                \"created_at\": null,\n                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                \"name_with_symbole\": \"Indian rupee - Rs.\"\n            },\n            \"commission_tags\": {\n                \"company_id\": 212738,\n                \"override_commission\": true\n            },\n            \"media\": [],\n            \"country_detail\": {\n                \"id\": 98,\n                \"name\": \"India\",\n                \"code\": \"IN\",\n                \"dial_code\": \"+91\",\n                \"currency_name\": \"Indian rupee\",\n                \"currency_symbol\": \"Rs.\",\n                \"currency_code\": \"INR\",\n                \"created_at\": null,\n                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                \"name_with_symbole\": \"Indian rupee - Rs.\"\n            }\n        },\n        \"media\": [\n            {\n                \"id\": 671962,\n                \"model_type\": \"App\\\\Company\",\n                \"model_id\": 234801,\n                \"collection_name\": \"logo\",\n                \"name\": \"wallpaperflare.com_wallpaper\",\n                \"file_name\": \"wallpaperflare.com_wallpaper.jpg\",\n                \"mime_type\": \"image/jpeg\",\n                \"disk\": \"s3\",\n                \"size\": 120472,\n                \"manipulations\": [],\n                \"custom_properties\": {\n                    \"generated_conversions\": {\n                        \"email_logo\": true,\n                        \"navbar_logo\": true,\n                        \"frontend_logo\": true\n                    }\n                },\n                \"responsive_images\": [],\n                \"order_column\": 576212,\n                \"created_at\": \"2023-12-22T12:57:32.000000Z\",\n                \"updated_at\": \"2023-12-22T12:57:34.000000Z\"\n            }\n        ],\n        \"country_detail\": {\n            \"id\": 98,\n            \"name\": \"India\",\n            \"code\": \"IN\",\n            \"dial_code\": \"+91\",\n            \"currency_name\": \"Indian rupee\",\n            \"currency_symbol\": \"Rs.\",\n            \"currency_code\": \"INR\",\n            \"created_at\": null,\n            \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n            \"name_with_symbole\": \"Indian rupee - Rs.\"\n        }\n    }\n}"}],"_postman_id":"ce4e3aa1-c82d-4bc1-858a-9e3aee223639"},{"name":"deactivate-vendor","id":"b46670e5-c793-4793-9f8f-0322ced52755","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"companyId","value":"234411","description":"<p>Company ID </p>\n","type":"text"}]},"url":"https://api.shipturtle.com/api/v1/companies/deactivate","description":"<p>This endpoint is used to deactivate a company using an HTTP POST request to the specified URL. The request should include a form-data body with a parameter \"companyId\" of type text. Upon successful execution, the endpoint returns a status code of 202 along with a response body containing a numeric value, which represents the company ID that has been deactivated.</p>\n<p>For example, a successful response would be:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Status: 202\n234411\n\n</code></pre><p>Add documentation</p>\n","urlObject":{"protocol":"https","path":["api","v1","companies","deactivate"],"host":["api","shipturtle","com"],"query":[],"variable":[]}},"response":[{"id":"ce990e07-9eda-42d0-a552-7ec2018bff28","name":"deactivate-vendor","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"companyId","value":"234411","type":"text"}]},"url":"https://api.shipturtle.com/api/v1/companies/deactivate"},"status":"Accepted","code":202,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Fri, 22 Dec 2023 13:20:35 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"998"},{"key":"Vary","value":"Origin,Authorization"}],"cookie":[],"responseTime":null,"body":"\n234411"}],"_postman_id":"b46670e5-c793-4793-9f8f-0322ced52755"},{"name":"activate vendor","id":"4e12dcc9-edba-4b47-bd86-e45dd5cbf83f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"companyId","value":"235992","description":"<p>company id</p>\n","type":"text"}]},"url":"https://api.shipturtle.com/api/v1/companies/activate","description":"<p>This endpoint is used to activate a company using an HTTP POST request to the specified URL. The request should include a form-data body with a parameter \"companyId\" of type text. Upon successful execution, the endpoint returns a status code of 202 along with a response body containing a numeric value, which represents the company ID that has been activated.</p>\n<p>For example, a successful response would be:</p>\n","urlObject":{"protocol":"https","path":["api","v1","companies","activate"],"host":["api","shipturtle","com"],"query":[],"variable":[]}},"response":[{"id":"224c656b-2d12-44ef-b2af-b72c7a10cac1","name":"activate vendor","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"companyId","value":"235992","type":"text"}]},"url":"https://api.shipturtle.com/api/v1/companies/activate"},"status":"Accepted","code":202,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Tue, 02 Jan 2024 09:28:57 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"996"},{"key":"Vary","value":"Origin,Authorization"}],"cookie":[],"responseTime":null,"body":"\n235992"}],"_postman_id":"4e12dcc9-edba-4b47-bd86-e45dd5cbf83f"},{"name":"delete-vendor","id":"894ac29e-2377-4d2c-9281-0d8a8aa03a07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api.shipturtle.com/api/v1/companies/235990","description":"<p>The DELETE request is used to delete a vendor from the Shipturtle. The request should be sent to</p>\n<p><a href=\"https://api.shipturtle.com/api/v1/companies/235990\">https://api.shipturtle.com/api/v1/companies/235990</a></p>\n<h3 id=\"status-code\">Status code</h3>\n<p>200 - Success / OK</p>\n<p>201 - Created</p>\n<p>202 - Accepted</p>\n<p>204 - No Content</p>\n<p>400 - Bad request</p>\n<p>401 - Unauthorized error</p>\n<p>500 - Internal server error</p>\n","urlObject":{"protocol":"https","path":["api","v1","companies","235990"],"host":["api","shipturtle","com"],"query":[],"variable":[]}},"response":[{"id":"ff7abdda-36cb-49c1-8e95-4c2d1d89c688","name":"delete-vendor","originalRequest":{"method":"DELETE","header":[],"url":"https://api.shipturtle.com/api/v1/companies/235990"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Wed, 03 Jan 2024 05:11:14 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"Vary","value":"Origin,Authorization"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"894ac29e-2377-4d2c-9281-0d8a8aa03a07"}],"id":"ea5a7135-2bd5-4509-a033-d28d09815450","_postman_id":"ea5a7135-2bd5-4509-a033-d28d09815450","description":""},{"name":"Users","item":[{"name":"check-user_name-availability","id":"17a9815b-650b-4f40-a7c4-dc18dcbc79a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"user_name","value":"UserName","type":"text"}]},"url":"https://api.shipturtle.com/api/v1/user/check-availability","urlObject":{"protocol":"https","path":["api","v1","user","check-availability"],"host":["api","shipturtle","com"],"query":[],"variable":[]}},"response":[{"id":"88e5c073-d244-402b-82a8-979f7db6d9a3","name":"check-user_name-availability","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"user_name","value":"UserName","type":"text"}]},"url":"https://api.shipturtle.com/api/v1/user/check-availability"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 24 Jan 2024 12:33:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"998"},{"key":"Vary","value":"Origin,Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"availability\": false,\n    \"suggestions\": [\n        \"UserName_3395\"\n    ]\n}"}],"_postman_id":"17a9815b-650b-4f40-a7c4-dc18dcbc79a0"},{"name":"fetch-all-users","id":"8a26eca2-b61d-4dc6-a85e-825fe5f1d91f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.shipturtle.com/api/v1/users/fetch/parent?query={\"user\":\"kapil\"}&limit=10&ascending=0&page=1&byColumn=1","description":"<p>This endpoint makes an HTTP GET request to fetch the user details from the API. The request includes query parameters such as \"query\", \"limit\", \"ascending\", \"page\", and \"byColumn\" to filter and paginate the results.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response to the request has a status code of 200 and includes a JSON object with a \"data\" array containing user details. Each user object in the array includes \"id\", \"company_id\", \"email\", \"name\", \"user_name\", \"slug\", \"company\", \"role\", and \"shops\" fields. Additionally, the response includes a \"count\" field indicating the total count of users.</p>\n","urlObject":{"protocol":"https","path":["api","v1","users","fetch","parent"],"host":["api","shipturtle","com"],"query":[{"description":{"content":"<p>Here, we can pass name, email, user name, and company name as user parameters to filter the user data. </p>\n","type":"text/plain"},"key":"query","value":"{\"user\":\"kapil\"}"},{"description":{"content":"<p>defines the most records that can appear on a single page of a paginated response</p>\n","type":"text/plain"},"key":"limit","value":"10"},{"description":{"content":"<p>used to regulate the records sorting order. Put the value in <code>0</code> for descending order and <code>1</code> for ascending order</p>\n","type":"text/plain"},"key":"ascending","value":"0"},{"description":{"content":"<p>gives the paginated response's page number</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>The column name that will be used to sort the orders. 1 means there is no sorting</p>\n","type":"text/plain"},"key":"byColumn","value":"1"}],"variable":[]}},"response":[{"id":"2175f1fb-091f-4e4e-95a8-72696c15bef9","name":"fetch-all-users","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.shipturtle.com/api/v1/users/fetch/parent?query={\"user\":\"kapil\"}&limit=10&ascending=0&page=1&byColumn=1","protocol":"https","host":["api","shipturtle","com"],"path":["api","v1","users","fetch","parent"],"query":[{"key":"query","value":"{\"user\":\"kapil\"}","description":"Here, we can pass name, email, user name, and company name as user parameters to filter the user data. "},{"key":"limit","value":"10","description":"defines the most records that can appear on a single page of a paginated response"},{"key":"ascending","value":"0","description":"used to regulate the records sorting order. Put the value in `0` for descending order and `1` for ascending order"},{"key":"page","value":"1","description":"gives the paginated response's page number"},{"key":"byColumn","value":"1","description":"The column name that will be used to sort the orders. 1 means there is no sorting"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 23 Dec 2023 12:05:09 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"Vary","value":"Origin,Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 34920,\n            \"company_id\": 234820,\n            \"email\": \"kapil@gmail.com\",\n            \"name\": \"kapil.54gb7v\",\n            \"user_name\": \"kapil.54gb7v\",\n            \"slug\": \"kapil.54gb7v-34920\",\n            \"company\": {\n                \"title\": \"fadu testerddddddd\",\n                \"id\": 234820,\n                \"slug\": \"fadu-testerddddddd-234820\",\n                \"logo\": null,\n                \"logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                \"is_general_setting_done\": false,\n                \"is_invoice_setting_done\": false,\n                \"is_label_setting_done\": false,\n                \"is_gst_enabled\": false,\n                \"billing_detail\": \"\",\n                \"warehouse_address\": \"</br>\",\n                \"contact_information\": \"\",\n                \"status\": \"Active\",\n                \"global_commission\": null,\n                \"global_discount_shared_by_vendor\": null,\n                \"global_commission_calculated_on_product_price_discounted_price\": null,\n                \"global_commission_calculated_tax_type\": null,\n                \"global_shipping_charge_commission_type\": null,\n                \"global_shipping_charge_commission\": null,\n                \"global_fixed_commission\": null,\n                \"is_drop_shipper\": false,\n                \"state\": null,\n                \"first_email\": \"no-reply@shipturtle.com\",\n                \"invoice_state\": null,\n                \"banner\": null,\n                \"banner_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                \"frontend_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                \"navbar_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                \"email_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                \"invoice_country_detail\": null,\n                \"commission_tags\": null,\n                \"media\": [],\n                \"parent\": null\n            },\n            \"role\": [\n                {\n                    \"id\": 2,\n                    \"title\": \"Vendor User\",\n                    \"created_at\": \"2019-07-26T04:51:38.000000Z\",\n                    \"updated_at\": \"2020-07-14T05:20:11.000000Z\",\n                    \"pivot\": {\n                        \"user_id\": 34920,\n                        \"role_id\": 2\n                    }\n                }\n            ],\n            \"shops\": []\n        },\n        {\n            \"id\": 34919,\n            \"company_id\": 234820,\n            \"email\": \"kapil@gmail.com\",\n            \"name\": \"kapiltest575gy\",\n            \"user_name\": \"kapiltest575gy\",\n            \"slug\": \"kapiltest575gy-34919\",\n            \"company\": {\n                \"title\": \"fadu testerddddddd\",\n                \"id\": 234820,\n                \"slug\": \"fadu-testerddddddd-234820\",\n                \"logo\": null,\n                \"logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                \"is_general_setting_done\": false,\n                \"is_invoice_setting_done\": false,\n                \"is_label_setting_done\": false,\n                \"is_gst_enabled\": false,\n                \"billing_detail\": \"\",\n                \"warehouse_address\": \"</br>\",\n                \"contact_information\": \"\",\n                \"status\": \"Active\",\n                \"global_commission\": null,\n                \"global_discount_shared_by_vendor\": null,\n                \"global_commission_calculated_on_product_price_discounted_price\": null,\n                \"global_commission_calculated_tax_type\": null,\n                \"global_shipping_charge_commission_type\": null,\n                \"global_shipping_charge_commission\": null,\n                \"global_fixed_commission\": null,\n                \"is_drop_shipper\": false,\n                \"state\": null,\n                \"first_email\": \"no-reply@shipturtle.com\",\n                \"invoice_state\": null,\n                \"banner\": null,\n                \"banner_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                \"frontend_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                \"navbar_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                \"email_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                \"invoice_country_detail\": null,\n                \"commission_tags\": null,\n                \"media\": [],\n                \"parent\": null\n            },\n            \"role\": [\n                {\n                    \"id\": 2,\n                    \"title\": \"Vendor User\",\n                    \"created_at\": \"2019-07-26T04:51:38.000000Z\",\n                    \"updated_at\": \"2020-07-14T05:20:11.000000Z\",\n                    \"pivot\": {\n                        \"user_id\": 34919,\n                        \"role_id\": 2\n                    }\n                }\n            ],\n            \"shops\": []\n        },\n        {\n            \"id\": 34916,\n            \"company_id\": 234820,\n            \"email\": \"kapil@gmail.com\",\n            \"name\": \"testhjkjnay6yb\",\n            \"user_name\": \"testhjkjnay6yb\",\n            \"slug\": \"testhjkjnay6yb-34916\",\n            \"company\": {\n                \"title\": \"fadu testerddddddd\",\n                \"id\": 234820,\n                \"slug\": \"fadu-testerddddddd-234820\",\n                \"logo\": null,\n                \"logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                \"is_general_setting_done\": false,\n                \"is_invoice_setting_done\": false,\n                \"is_label_setting_done\": false,\n                \"is_gst_enabled\": false,\n                \"billing_detail\": \"\",\n                \"warehouse_address\": \"</br>\",\n                \"contact_information\": \"\",\n                \"status\": \"Active\",\n                \"global_commission\": null,\n                \"global_discount_shared_by_vendor\": null,\n                \"global_commission_calculated_on_product_price_discounted_price\": null,\n                \"global_commission_calculated_tax_type\": null,\n                \"global_shipping_charge_commission_type\": null,\n                \"global_shipping_charge_commission\": null,\n                \"global_fixed_commission\": null,\n                \"is_drop_shipper\": false,\n                \"state\": null,\n                \"first_email\": \"no-reply@shipturtle.com\",\n                \"invoice_state\": null,\n                \"banner\": null,\n                \"banner_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                \"frontend_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                \"navbar_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                \"email_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                \"invoice_country_detail\": null,\n                \"commission_tags\": null,\n                \"media\": [],\n                \"parent\": null\n            },\n            \"role\": [\n                {\n                    \"id\": 2,\n                    \"title\": \"Vendor User\",\n                    \"created_at\": \"2019-07-26T04:51:38.000000Z\",\n                    \"updated_at\": \"2020-07-14T05:20:11.000000Z\",\n                    \"pivot\": {\n                        \"user_id\": 34916,\n                        \"role_id\": 2\n                    }\n                }\n            ],\n            \"shops\": []\n        },\n        {\n            \"id\": 34915,\n            \"company_id\": 234820,\n            \"email\": \"kapil@gmail.com\",\n            \"name\": \"kapil kapil\",\n            \"user_name\": \"kapil_5980\",\n            \"slug\": \"kapil kapil-34915\",\n            \"company\": {\n                \"title\": \"fadu testerddddddd\",\n                \"id\": 234820,\n                \"slug\": \"fadu-testerddddddd-234820\",\n                \"logo\": null,\n                \"logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                \"is_general_setting_done\": false,\n                \"is_invoice_setting_done\": false,\n                \"is_label_setting_done\": false,\n                \"is_gst_enabled\": false,\n                \"billing_detail\": \"\",\n                \"warehouse_address\": \"</br>\",\n                \"contact_information\": \"\",\n                \"status\": \"Active\",\n                \"global_commission\": null,\n                \"global_discount_shared_by_vendor\": null,\n                \"global_commission_calculated_on_product_price_discounted_price\": null,\n                \"global_commission_calculated_tax_type\": null,\n                \"global_shipping_charge_commission_type\": null,\n                \"global_shipping_charge_commission\": null,\n                \"global_fixed_commission\": null,\n                \"is_drop_shipper\": false,\n                \"state\": null,\n                \"first_email\": \"no-reply@shipturtle.com\",\n                \"invoice_state\": null,\n                \"banner\": null,\n                \"banner_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                \"frontend_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                \"navbar_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                \"email_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                \"invoice_country_detail\": null,\n                \"commission_tags\": null,\n                \"media\": [],\n                \"parent\": null\n            },\n            \"role\": [\n                {\n                    \"id\": 2,\n                    \"title\": \"Vendor User\",\n                    \"created_at\": \"2019-07-26T04:51:38.000000Z\",\n                    \"updated_at\": \"2020-07-14T05:20:11.000000Z\",\n                    \"pivot\": {\n                        \"user_id\": 34915,\n                        \"role_id\": 2\n                    }\n                }\n            ],\n            \"shops\": []\n        },\n        {\n            \"id\": 34914,\n            \"company_id\": 234805,\n            \"email\": \"kapil@gmail.com\",\n            \"name\": \"kapil547gn\",\n            \"user_name\": \"kapil547gn\",\n            \"slug\": \"kapil547gn-34914\",\n            \"company\": {\n                \"title\": \"Rajdeep\",\n                \"id\": 234805,\n                \"slug\": \"rajdeep-234805\",\n                \"logo\": null,\n                \"logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                \"is_general_setting_done\": false,\n                \"is_invoice_setting_done\": false,\n                \"is_label_setting_done\": false,\n                \"is_gst_enabled\": false,\n                \"billing_detail\": \"\",\n                \"warehouse_address\": \"</br>\",\n                \"contact_information\": \"\",\n                \"status\": \"Active\",\n                \"global_commission\": null,\n                \"global_discount_shared_by_vendor\": null,\n                \"global_commission_calculated_on_product_price_discounted_price\": null,\n                \"global_commission_calculated_tax_type\": null,\n                \"global_shipping_charge_commission_type\": null,\n                \"global_shipping_charge_commission\": null,\n                \"global_fixed_commission\": null,\n                \"is_drop_shipper\": false,\n                \"state\": null,\n                \"first_email\": \"no-reply@shipturtle.com\",\n                \"invoice_state\": null,\n                \"banner\": null,\n                \"banner_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                \"frontend_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                \"navbar_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                \"email_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                \"invoice_country_detail\": null,\n                \"commission_tags\": null,\n                \"media\": [],\n                \"parent\": null\n            },\n            \"role\": [\n                {\n                    \"id\": 2,\n                    \"title\": \"Vendor User\",\n                    \"created_at\": \"2019-07-26T04:51:38.000000Z\",\n                    \"updated_at\": \"2020-07-14T05:20:11.000000Z\",\n                    \"pivot\": {\n                        \"user_id\": 34914,\n                        \"role_id\": 2\n                    }\n                }\n            ],\n            \"shops\": []\n        },\n        {\n            \"id\": 34913,\n            \"company_id\": 234805,\n            \"email\": \"kapil@gmail.com\",\n            \"name\": \"tdvjhdbeh6\",\n            \"user_name\": \"tdvjhdbeh6\",\n            \"slug\": \"tdvjhdbeh6-34913\",\n            \"company\": {\n                \"title\": \"Rajdeep\",\n                \"id\": 234805,\n                \"slug\": \"rajdeep-234805\",\n                \"logo\": null,\n                \"logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                \"is_general_setting_done\": false,\n                \"is_invoice_setting_done\": false,\n                \"is_label_setting_done\": false,\n                \"is_gst_enabled\": false,\n                \"billing_detail\": \"\",\n                \"warehouse_address\": \"</br>\",\n                \"contact_information\": \"\",\n                \"status\": \"Active\",\n                \"global_commission\": null,\n                \"global_discount_shared_by_vendor\": null,\n                \"global_commission_calculated_on_product_price_discounted_price\": null,\n                \"global_commission_calculated_tax_type\": null,\n                \"global_shipping_charge_commission_type\": null,\n                \"global_shipping_charge_commission\": null,\n                \"global_fixed_commission\": null,\n                \"is_drop_shipper\": false,\n                \"state\": null,\n                \"first_email\": \"no-reply@shipturtle.com\",\n                \"invoice_state\": null,\n                \"banner\": null,\n                \"banner_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                \"frontend_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                \"navbar_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                \"email_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                \"invoice_country_detail\": null,\n                \"commission_tags\": null,\n                \"media\": [],\n                \"parent\": null\n            },\n            \"role\": [\n                {\n                    \"id\": 2,\n                    \"title\": \"Vendor User\",\n                    \"created_at\": \"2019-07-26T04:51:38.000000Z\",\n                    \"updated_at\": \"2020-07-14T05:20:11.000000Z\",\n                    \"pivot\": {\n                        \"user_id\": 34913,\n                        \"role_id\": 2\n                    }\n                }\n            ],\n            \"shops\": []\n        },\n        {\n            \"id\": 34912,\n            \"company_id\": 234805,\n            \"email\": \"kapil@gmail.com\",\n            \"name\": \"testvhbjdhsjk3\",\n            \"user_name\": \"testvhbjdhsjk3\",\n            \"slug\": \"testvhbjdhsjk3-34912\",\n            \"company\": {\n                \"title\": \"Rajdeep\",\n                \"id\": 234805,\n                \"slug\": \"rajdeep-234805\",\n                \"logo\": null,\n                \"logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                \"is_general_setting_done\": false,\n                \"is_invoice_setting_done\": false,\n                \"is_label_setting_done\": false,\n                \"is_gst_enabled\": false,\n                \"billing_detail\": \"\",\n                \"warehouse_address\": \"</br>\",\n                \"contact_information\": \"\",\n                \"status\": \"Active\",\n                \"global_commission\": null,\n                \"global_discount_shared_by_vendor\": null,\n                \"global_commission_calculated_on_product_price_discounted_price\": null,\n                \"global_commission_calculated_tax_type\": null,\n                \"global_shipping_charge_commission_type\": null,\n                \"global_shipping_charge_commission\": null,\n                \"global_fixed_commission\": null,\n                \"is_drop_shipper\": false,\n                \"state\": null,\n                \"first_email\": \"no-reply@shipturtle.com\",\n                \"invoice_state\": null,\n                \"banner\": null,\n                \"banner_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                \"frontend_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                \"navbar_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                \"email_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                \"invoice_country_detail\": null,\n                \"commission_tags\": null,\n                \"media\": [],\n                \"parent\": null\n            },\n            \"role\": [\n                {\n                    \"id\": 2,\n                    \"title\": \"Vendor User\",\n                    \"created_at\": \"2019-07-26T04:51:38.000000Z\",\n                    \"updated_at\": \"2020-07-14T05:20:11.000000Z\",\n                    \"pivot\": {\n                        \"user_id\": 34912,\n                        \"role_id\": 2\n                    }\n                }\n            ],\n            \"shops\": []\n        },\n        {\n            \"id\": 34838,\n            \"company_id\": 212744,\n            \"email\": \"kapil@gmail.com\",\n            \"name\": \"kapil7ijbjn\",\n            \"user_name\": \"kapil7ijbjn\",\n            \"slug\": \"kapil7ijbjn-34838\",\n            \"company\": {\n                \"title\": \"Agrinput\",\n                \"id\": 212744,\n                \"slug\": \"agrinput-212744\",\n                \"logo\": null,\n                \"logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                \"is_general_setting_done\": false,\n                \"is_invoice_setting_done\": false,\n                \"is_label_setting_done\": false,\n                \"is_gst_enabled\": false,\n                \"billing_detail\": \"\",\n                \"warehouse_address\": \"</br>\",\n                \"contact_information\": \"\",\n                \"status\": \"Active\",\n                \"global_commission\": null,\n                \"global_discount_shared_by_vendor\": null,\n                \"global_commission_calculated_on_product_price_discounted_price\": null,\n                \"global_commission_calculated_tax_type\": null,\n                \"global_shipping_charge_commission_type\": null,\n                \"global_shipping_charge_commission\": null,\n                \"global_fixed_commission\": null,\n                \"is_drop_shipper\": false,\n                \"state\": null,\n                \"first_email\": \"no-reply@shipturtle.com\",\n                \"invoice_state\": null,\n                \"banner\": null,\n                \"banner_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                \"frontend_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                \"navbar_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                \"email_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                \"invoice_country_detail\": null,\n                \"commission_tags\": null,\n                \"media\": [],\n                \"parent\": null\n            },\n            \"role\": [\n                {\n                    \"id\": 2,\n                    \"title\": \"Vendor User\",\n                    \"created_at\": \"2019-07-26T04:51:38.000000Z\",\n                    \"updated_at\": \"2020-07-14T05:20:11.000000Z\",\n                    \"pivot\": {\n                        \"user_id\": 34838,\n                        \"role_id\": 2\n                    }\n                }\n            ],\n            \"shops\": []\n        },\n        {\n            \"id\": 34748,\n            \"company_id\": 212768,\n            \"email\": \"kapil@gmail.com\",\n            \"name\": \"test743\",\n            \"user_name\": \"test743\",\n            \"slug\": \"test743-34748\",\n            \"company\": {\n                \"title\": \"purpleplants\",\n                \"id\": 212768,\n                \"slug\": \"purpleplants-212768\",\n                \"logo\": null,\n                \"logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                \"is_general_setting_done\": false,\n                \"is_invoice_setting_done\": false,\n                \"is_label_setting_done\": false,\n                \"is_gst_enabled\": false,\n                \"billing_detail\": \"\",\n                \"warehouse_address\": \"</br>\",\n                \"contact_information\": \"\",\n                \"status\": \"Active\",\n                \"global_commission\": null,\n                \"global_discount_shared_by_vendor\": null,\n                \"global_commission_calculated_on_product_price_discounted_price\": null,\n                \"global_commission_calculated_tax_type\": null,\n                \"global_shipping_charge_commission_type\": null,\n                \"global_shipping_charge_commission\": null,\n                \"global_fixed_commission\": null,\n                \"is_drop_shipper\": false,\n                \"state\": null,\n                \"first_email\": \"no-reply@shipturtle.com\",\n                \"invoice_state\": null,\n                \"banner\": null,\n                \"banner_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                \"frontend_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                \"navbar_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                \"email_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                \"invoice_country_detail\": null,\n                \"commission_tags\": null,\n                \"media\": [],\n                \"parent\": null\n            },\n            \"role\": [\n                {\n                    \"id\": 2,\n                    \"title\": \"Vendor User\",\n                    \"created_at\": \"2019-07-26T04:51:38.000000Z\",\n                    \"updated_at\": \"2020-07-14T05:20:11.000000Z\",\n                    \"pivot\": {\n                        \"user_id\": 34748,\n                        \"role_id\": 2\n                    }\n                }\n            ],\n            \"shops\": []\n        },\n        {\n            \"id\": 34506,\n            \"company_id\": 233720,\n            \"email\": \"kapil@gmail.com\",\n            \"name\": \"kapil kapil\",\n            \"user_name\": \"kapil_1583\",\n            \"slug\": \"kapil kapil-34506\",\n            \"company\": {\n                \"title\": \"violetplantskapil88888895\",\n                \"id\": 233720,\n                \"slug\": \"violetplantskapil88888895-233720\",\n                \"logo\": null,\n                \"logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                \"is_general_setting_done\": false,\n                \"is_invoice_setting_done\": false,\n                \"is_label_setting_done\": false,\n                \"is_gst_enabled\": false,\n                \"billing_detail\": \"\",\n                \"warehouse_address\": \"</br>\",\n                \"contact_information\": \"\",\n                \"status\": \"Active\",\n                \"global_commission\": null,\n                \"global_discount_shared_by_vendor\": null,\n                \"global_commission_calculated_on_product_price_discounted_price\": null,\n                \"global_commission_calculated_tax_type\": null,\n                \"global_shipping_charge_commission_type\": null,\n                \"global_shipping_charge_commission\": null,\n                \"global_fixed_commission\": null,\n                \"is_drop_shipper\": false,\n                \"state\": null,\n                \"first_email\": \"no-reply@shipturtle.com\",\n                \"invoice_state\": null,\n                \"banner\": null,\n                \"banner_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                \"frontend_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                \"navbar_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                \"email_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                \"invoice_country_detail\": null,\n                \"commission_tags\": null,\n                \"media\": [],\n                \"parent\": null\n            },\n            \"role\": [\n                {\n                    \"id\": 2,\n                    \"title\": \"Vendor User\",\n                    \"created_at\": \"2019-07-26T04:51:38.000000Z\",\n                    \"updated_at\": \"2020-07-14T05:20:11.000000Z\",\n                    \"pivot\": {\n                        \"user_id\": 34506,\n                        \"role_id\": 2\n                    }\n                }\n            ],\n            \"shops\": []\n        }\n    ],\n    \"count\": 124\n}"}],"_postman_id":"8a26eca2-b61d-4dc6-a85e-825fe5f1d91f"},{"name":"update-user","id":"f7a80273-5b3c-4c1b-9c70-952e5fe77b39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"_method","value":" PUT","type":"text"},{"key":"id","value":" 34916","type":"text"},{"key":"name","value":" testhjkjnay6yb","type":"text"},{"key":"email","value":" kapil@gmail.com","type":"text"},{"key":"created_at","value":" 2023-12-23T09:12:37.000000Z","type":"text"},{"key":"updated_at","value":" 2023-12-23T10:55:33.000000Z","type":"text"},{"key":"company_id","value":" 234820","type":"text"},{"key":"type","value":" user","type":"text"},{"key":"timezone","value":" asia/kolkata","type":"text"},{"key":"type_role","value":" user","type":"text"},{"key":"is_guide_page_visited","value":" false","type":"text"},{"key":"last_active_time","value":" 2023-12-23 10:55:33","type":"text"},{"key":"user_name","value":" testhjkjnay6yb","type":"text"},{"key":"override_parent_permission","value":" 0","type":"text"},{"key":"override_permission","value":" false","type":"text"},{"key":"user_permissions","value":" ","type":"text"},{"key":"currency_country","value":" [object Object]","type":"text"},{"key":"slug","value":" testhjkjnay6yb-34916","type":"text"},{"key":"default_shop","value":" [object Object]","type":"text"},{"key":"tawk_hmac","value":" 2fbfac1b407094358dac9c1dc5ff5360156d65b6e279e5a461cfd9b9c7973dc2","type":"text"},{"key":"company","value":" [object Object]","type":"text"},{"key":"role[0]","value":" 2","type":"text"},{"key":"selected_permissions","value":" undefined","type":"text"}]},"url":"https://api.shipturtle.com/api/v1/users/34916","description":"<p>This endpoint makes an HTTP POST request to create a new user with the provided details. The request body should be in form-data format and include parameters such as _method, id, name, email, created_at, updated_at, company_id, type, timezone, type_role, is_guide_page_visited, last_active_time, user_name, override_parent_permission, override_permission, user_permissions, currency_country, slug, default_shop, tawk_hmac, company, role[0], and selected_permissions.</p>\n<p>The response will include the details of the newly created user.</p>\n","urlObject":{"protocol":"https","path":["api","v1","users","34916"],"host":["api","shipturtle","com"],"query":[],"variable":[]}},"response":[{"id":"d24b1bbb-399d-47f3-9ffa-be96fa04031c","name":"New Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"_method","value":" PUT","type":"text"},{"key":"id","value":" 34916","type":"text"},{"key":"name","value":" testhjkjnay6yb","type":"text"},{"key":"email","value":" kapil@gmail.com","type":"text"},{"key":"created_at","value":" 2023-12-23T09:12:37.000000Z","type":"text"},{"key":"updated_at","value":" 2023-12-23T10:55:33.000000Z","type":"text"},{"key":"company_id","value":" 234820","type":"text"},{"key":"type","value":" user","type":"text"},{"key":"timezone","value":" asia/kolkata","type":"text"},{"key":"type_role","value":" user","type":"text"},{"key":"is_guide_page_visited","value":" false","type":"text"},{"key":"last_active_time","value":" 2023-12-23 10:55:33","type":"text"},{"key":"user_name","value":" testhjkjnay6yb","type":"text"},{"key":"override_parent_permission","value":" 0","type":"text"},{"key":"override_permission","value":" false","type":"text"},{"key":"user_permissions","value":" ","type":"text"},{"key":"currency_country","value":" [object Object]","type":"text"},{"key":"slug","value":" testhjkjnay6yb-34916","type":"text"},{"key":"default_shop","value":" [object Object]","type":"text"},{"key":"tawk_hmac","value":" 2fbfac1b407094358dac9c1dc5ff5360156d65b6e279e5a461cfd9b9c7973dc2","type":"text"},{"key":"company","value":" [object Object]","type":"text"},{"key":"role[0]","value":" 2","type":"text"},{"key":"selected_permissions","value":" undefined","type":"text"}]},"url":"https://api.shipturtle.com/api/v1/users/34916"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 23 Dec 2023 12:17:12 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"998"},{"key":"Vary","value":"Origin,Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 34916,\n        \"name\": \"testhjkjnay6yb\",\n        \"email\": \"kapil@gmail.com\",\n        \"email_verified_at\": null,\n        \"created_at\": \"2023-12-23T09:12:37.000000Z\",\n        \"updated_at\": \"2023-12-23T10:55:33.000000Z\",\n        \"company_id\": 234820,\n        \"type\": \"user\",\n        \"is_master\": null,\n        \"timezone\": \"asia/kolkata\",\n        \"type_role\": \"user\",\n        \"deactivated_at\": null,\n        \"is_guide_page_visited\": false,\n        \"last_active_time\": \"2023-12-23 10:55:33\",\n        \"parent_id\": null,\n        \"user_name\": \"testhjkjnay6yb\",\n        \"override_parent_permission\": 0,\n        \"override_permission\": false,\n        \"expires_at\": null,\n        \"user_permissions\": [],\n        \"currency_country\": {\n            \"id\": 98,\n            \"name\": \"India\",\n            \"code\": \"IN\",\n            \"dial_code\": \"+91\",\n            \"currency_name\": \"Indian rupee\",\n            \"currency_symbol\": \"Rs.\",\n            \"currency_code\": \"INR\",\n            \"created_at\": null,\n            \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n            \"name_with_symbole\": \"Indian rupee - Rs.\"\n        },\n        \"slug\": \"testhjkjnay6yb-34916\",\n        \"default_shop\": {\n            \"id\": 4147,\n            \"shopify_domain\": \"violetplants.myshopify.com\",\n            \"name\": \"violetplants\",\n            \"company_id\": 212738,\n            \"currency\": \"INR\",\n            \"weight_unit\": \"gm\",\n            \"dimension_unit\": \"inch\",\n            \"setup_pending\": false,\n            \"product_types_sold_on_store\": \"physical_products_only\",\n            \"enable_payment_settings\": false,\n            \"payment_method_settings\": {\n                \"0\": null,\n                \"payu_in_paisa\": \"paid\",\n                \"cash_on_delivery\": \"paid\",\n                \"manual\": \"paid\",\n                \"cashfree\": \"paid\",\n                \"Cash on Delivery (COD)\": \"cod\",\n                \"gift_card\": \"paid\",\n                \"paytm\": \"paid\",\n                \"stripe\": \"paid\",\n                \"payu_india\": \"paid\",\n                \"razorpay_cards_upi_netbanking_wallets_\": \"paid\",\n                \"neft\": \"paid\",\n                \"paypal\": \"paid\",\n                \"shopify_payments\": \"paid\",\n                \"amazon_payments\": \"paid\",\n                \"razorpay_all_cards_netbanking_wallets_\": \"paid\",\n                \"Etsy\": \"paid\",\n                \"clearpay\": \"paid\",\n                \"Bank Deposit/Mobile Transfer\": \"paid\",\n                \"E-Transfer\": \"paid\",\n                \"cash\": \"cod\",\n                \"eBay/PayPal\": \"paid\",\n                \"amazon_marketplace\": \"paid\",\n                \"ccavenue\": \"paid\",\n                \"payu_in\": \"paid\",\n                \"bogus\": \"paid\",\n                \"\": null,\n                \"money_order\": \"cod\",\n                \"bank_deposit\": null\n            },\n            \"created_at\": \"2023-07-13T10:19:49.000000Z\",\n            \"14_day_trial_expired\": true,\n            \"shop_setup_instructions\": \"{\\\"store_type\\\":\\\"market_place\\\"}\",\n            \"store_setup\": \"{\\\"is_setup_complete\\\":null,\\\"step\\\":\\\"1\\\"}\",\n            \"published_and_unpublished_theme1_code\": \"null\",\n            \"left_days_14_day_trial\": null,\n            \"country\": null,\n            \"currency_country\": {\n                \"id\": 98,\n                \"name\": \"India\",\n                \"code\": \"IN\",\n                \"dial_code\": \"+91\",\n                \"currency_name\": \"Indian rupee\",\n                \"currency_symbol\": \"Rs.\",\n                \"currency_code\": \"INR\",\n                \"created_at\": null,\n                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                \"name_with_symbole\": \"Indian rupee - Rs.\"\n            }\n        },\n        \"domain\": null,\n        \"tawk_hmac\": \"2fbfac1b407094358dac9c1dc5ff5360156d65b6e279e5a461cfd9b9c7973dc2\",\n        \"next_renewal_on\": null,\n        \"company\": {\n            \"id\": 234820,\n            \"company_name\": \"Test mail vvvvvdhhd\",\n            \"brand_name\": \"fadu testerddddddd\",\n            \"company_logo\": null,\n            \"contact_name\": \"kapil kapil\",\n            \"phone_number\": \"+918849193468\",\n            \"email\": \"kapil@gmail.com\",\n            \"address_line_1\": \"Nani Khodiyar\",\n            \"address_line_2\": \"gj 23\",\n            \"pin_code\": \"388001\",\n            \"city\": \"Anand\",\n            \"created_at\": \"2023-12-23T08:55:11.000000Z\",\n            \"updated_at\": \"2023-12-23T08:59:32.000000Z\",\n            \"state_id\": null,\n            \"gstin_number\": null,\n            \"invoice_prefix\": null,\n            \"starting_invoice_number\": null,\n            \"terms_and_conditions\": null,\n            \"bank_account_beneficiary_name\": null,\n            \"bank_account_name\": null,\n            \"ifsc_code\": null,\n            \"label_company_name\": null,\n            \"label_contact_name\": null,\n            \"label_phone\": null,\n            \"label_email_address\": null,\n            \"label_address_line_1\": null,\n            \"label_address_line_2\": null,\n            \"label_pin_code\": null,\n            \"label_city\": null,\n            \"label_state\": null,\n            \"signature\": null,\n            \"currency\": null,\n            \"weight\": null,\n            \"measurement\": null,\n            \"gst_enabled\": false,\n            \"override_channel_product_weight_enabled\": false,\n            \"label_details_same_as_company\": true,\n            \"multi_vendor_invoicing_enabled\": true,\n            \"multi_vendor_shipping_enabled\": true,\n            \"is_master\": null,\n            \"invoice_number_same_as_order_number\": true,\n            \"enable_disable_cod_reconciliation\": false,\n            \"enable_disable_freight_reconciliation\": false,\n            \"cod_tolerance\": null,\n            \"freight_tolerance\": null,\n            \"is_multi_vendor_enabled\": true,\n            \"invoice_message\": null,\n            \"inclusive_exclusive\": null,\n            \"is_tax_on_shipping\": \"no\",\n            \"tax_on_shipping\": null,\n            \"primary_color\": \"#f18024\",\n            \"secondary_color\": null,\n            \"display_hsn\": true,\n            \"website\": \"test.com\",\n            \"country\": \"IN\",\n            \"type_of_vendor\": \"dropshipper\",\n            \"invoice_message_2\": null,\n            \"title\": \"fadu testerddddddd\",\n            \"parent_id\": 212738,\n            \"extra_information\": null,\n            \"invoice_date\": \"invoice_creation_date\",\n            \"number_of_digits\": \"0\",\n            \"invoice_message_1\": null,\n            \"created_by\": null,\n            \"updated_by\": 28344,\n            \"invoice_contact_name\": \"kapil kapil\",\n            \"invoice_address_1\": \"Nani Khodiyar\",\n            \"invoice_address_2\": \"gj 23\",\n            \"invoice_postal_code\": \"388001\",\n            \"invoice_city\": \"Anand\",\n            \"invoice_phone_number\": \"+918849193468\",\n            \"invoice_tin\": null,\n            \"timezone\": \"Asia/Kolkata\",\n            \"hand_delivered_enabled\": true,\n            \"other_courier_partner_enabled\": true,\n            \"billing_address_same_as_company_details\": true,\n            \"deactivated_at\": null,\n            \"state_code\": \"GJ\",\n            \"automatically_sync_vendor_name_from_store\": true,\n            \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n            \"automatically_route_all_orders_to_vendor_dashboard\": true,\n            \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n            \"correct_all_errors_in_order\": false,\n            \"generate_shipping_labels_for_orders\": false,\n            \"generate_invoices_for_dropship_orders\": false,\n            \"can_vendor_enable_disable_product\": false,\n            \"can_vendor_edit_quantity_product\": false,\n            \"can_vendor_edit_weight_dimension_product\": false,\n            \"can_vendor_edit_tax_product\": true,\n            \"set_vendor_level_commission\": false,\n            \"commission\": null,\n            \"discount_shared_by_vendor\": null,\n            \"commission_calculated_on_product_price_discounted_price\": null,\n            \"set_vendor_level_shared_discount\": false,\n            \"set_vendor_level_commissoin_calculated_on\": false,\n            \"use_shop_channel_values_to_set_commission\": true,\n            \"can_vendor_generate_invoice\": false,\n            \"can_vendor_process_shippings\": false,\n            \"can_vendor_edit_hsn_tax\": false,\n            \"can_vendor_add_courier_provider\": false,\n            \"default_vendor_type\": \"dropshipper\",\n            \"no_of_deciaml_digits\": 2,\n            \"credits\": 0,\n            \"plan_id\": null,\n            \"requested_plan_id\": null,\n            \"override_invoice_permissions\": false,\n            \"override_product_permissions\": false,\n            \"override_order_routing_permissions\": false,\n            \"override_shipping_permissions\": false,\n            \"slug\": \"fadu-testerddddddd-234820\",\n            \"commission_calculated_tax_type\": \"exclusive_of_tax\",\n            \"shipping_charge_commission_type\": \"fixed\",\n            \"shipping_charge_commission\": 0,\n            \"override_commission_calculated_tax_type\": false,\n            \"override_shipping_charge_commission_type\": false,\n            \"override_shipping_charge_commission\": 0,\n            \"auto_email_to_vendor\": false,\n            \"fixed_commission\": 0,\n            \"service_charge\": 0,\n            \"can_vendor_edit_price\": false,\n            \"can_vendor_delete_product\": false,\n            \"show_logo_in_awb\": false,\n            \"hide_pick_address_in_awb\": true,\n            \"hide_customer_info_in_awb\": true,\n            \"hide_price_in_awb\": false,\n            \"hide_customer_information_on_vendor_dashboards\": false,\n            \"allow_merchant_to_generate_invoice\": false,\n            \"show_merchant_logo_in_invoice\": false,\n            \"locale\": \"en\",\n            \"use_custom_waybill\": false,\n            \"redirect_url\": \"dashboard\",\n            \"invoice_state_code\": \"GJ\",\n            \"invoice_country_code\": \"IN\",\n            \"stripe_account_id\": null,\n            \"url_to_redirect_vendor_is_registered\": null,\n            \"enable_app_shipping_profile_on_shopify\": null,\n            \"policy\": null,\n            \"css\": null,\n            \"vendor_profile_color\": \"#f18024\",\n            \"about_us\": null,\n            \"facebook_link\": null,\n            \"twitter_link\": null,\n            \"instagram_link\": null,\n            \"auto_fulfill_digital_orders\": false,\n            \"use_default_warehouse_for_all_orders\": false,\n            \"invoice_label_header_title\": null,\n            \"invoice_place_of_supply\": null,\n            \"invoice_cin_key_title\": null,\n            \"invoice_cin\": null,\n            \"give_vendor_access_to_merchant_shipper\": false,\n            \"auto_generate_order_invoices_to_customers\": false,\n            \"auto_email_order_invoices_to_customers\": false,\n            \"treat_manual_payment_mode_as_cod\": false,\n            \"fulfill_order_after_confirm\": false,\n            \"add_notes_before_confirming_orders\": false,\n            \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n            \"note_at_the_top_of_invoice\": null,\n            \"vendor_shop_id\": null,\n            \"vendor_category\": null,\n            \"vendor_location\": null,\n            \"short_description\": null,\n            \"display_vendor_category\": false,\n            \"display_vendor_location\": false,\n            \"display_vendor_short_description\": false,\n            \"name_of_the_vendor_listing_page\": null,\n            \"sync_settings\": {\n                \"update_settings\": {\n                    \"title\": false,\n                    \"variant_name\": false,\n                    \"price\": true,\n                    \"weight\": false,\n                    \"sku\": false,\n                    \"description\": false,\n                    \"publish_status\": false,\n                    \"product_type\": false,\n                    \"barcode\": false,\n                    \"media\": false,\n                    \"compare_at_price\": true,\n                    \"quantity\": true,\n                    \"track_quantity_and_continue_selling_when_out_of_stock\": false,\n                    \"hsn_code_and_country_of_origin\": false,\n                    \"tags\": true\n                },\n                \"create_settings\": {\n                    \"title\": true,\n                    \"variant_name\": true,\n                    \"price\": true,\n                    \"weight\": true,\n                    \"sku\": true,\n                    \"description\": true,\n                    \"publish_status\": true,\n                    \"product_type\": true,\n                    \"barcode\": true,\n                    \"media\": true,\n                    \"compare_at_price\": true,\n                    \"quantity\": true,\n                    \"track_quantity_and_continue_selling_when_out_of_stock\": true,\n                    \"hsn_code_and_country_of_origin\": true,\n                    \"tags\": true\n                },\n                \"override_product_status_at_create\": false,\n                \"product_status\": \"as_per_vendor_product\",\n                \"enable_order_sync\": false,\n                \"push_only_if_order_paid\": false,\n                \"push_unsynced_product_order\": false,\n                \"auto_add_variant\": true,\n                \"auto_remove_variant\": true,\n                \"strictKeyCheck\": false,\n                \"on_product_delete\": \"do_nothing\",\n                \"on_product_unmapped\": \"do_nothing\"\n            },\n            \"override_hide_customer_information_permissions\": false,\n            \"can_vendor_cancel_an_order\": false,\n            \"hide_shipping_charges\": false,\n            \"add_insurance_to_shipment\": 0,\n            \"meta_title\": null,\n            \"registration_link\": null,\n            \"auto_approval_of_products_from_vendor\": true,\n            \"ignore_selling_price_for_commission\": 0,\n            \"shipping_label_check\": {\n                \"email\": false,\n                \"phone\": false,\n                \"address_line_1\": false,\n                \"address_line_2\": false,\n                \"address_line_1_minimum\": null,\n                \"address_line_1_maximum\": null,\n                \"address_line_2_minimum\": null,\n                \"address_line_2_maximum\": null\n            },\n            \"shipping_label_size\": null,\n            \"paypal_email\": null,\n            \"use_custom_email_driver\": false,\n            \"ignore_order_splitting\": false,\n            \"hide_customer_information_on_vendor_dashboard\": {\n                \"name\": false,\n                \"phone\": false,\n                \"address\": false,\n                \"email\": false,\n                \"city\": false,\n                \"state\": false\n            },\n            \"hide_customer_information_in_awb\": {\n                \"name\": false,\n                \"phone\": false,\n                \"address\": false,\n                \"email\": false,\n                \"city\": false,\n                \"state\": false,\n                \"line_items\": false,\n                \"vendor_name\": false,\n                \"sku\": false,\n                \"weight_dimension\": false\n            },\n            \"hide_customer_information_in_invoice\": {\n                \"name\": false,\n                \"phone\": false,\n                \"address\": false,\n                \"email\": false,\n                \"city\": false,\n                \"state\": false\n            },\n            \"vendor_profile_settings\": {\n                \"seller_products_tab\": true,\n                \"seller_policy_tab\": true,\n                \"seller_contact_us_tab\": true\n            },\n            \"challan_message_1\": null,\n            \"challan_message_2\": null,\n            \"challan_prefix\": null,\n            \"challan_number_same_as_invoice_number\": true,\n            \"default_label_size_for_all_vendors\": false,\n            \"hide_customer_information_in_export\": {\n                \"name\": false,\n                \"phone\": false,\n                \"address\": false,\n                \"email\": false,\n                \"city\": false,\n                \"state\": false\n            },\n            \"product_permissions\": null,\n            \"hide_product_details_in_awb\": false,\n            \"hide_invoice_details_in_awb\": false,\n            \"company_note\": null,\n            \"meta_data\": null,\n            \"color_theme_field\": null,\n            \"change_tracking_url\": false,\n            \"ship_to_address_as_merchants_default_warehouse\": false,\n            \"can_vendor_hold_an_order\": false,\n            \"handle_out_of_stock_products\": null,\n            \"allow_vendors_to_change_vendor_profile_details\": false,\n            \"whatsapp_account\": null,\n            \"vendor_profile_theme_choosen\": \"theme-1\",\n            \"whatsapp_credit\": 100,\n            \"test_whatsapp_number\": null,\n            \"spoc_email_sending_method\": null,\n            \"connected_vendor_shops\": null,\n            \"events\": null,\n            \"commission_automation_set\": null,\n            \"auto_confirmation_using_tags_settings\": {\n                \"tags_settings_status\": false,\n                \"paid\": false,\n                \"tags_for_paid\": [],\n                \"cod_or_partially_paid\": false,\n                \"tags_for_cod_or_partially_paid\": [],\n                \"Exceptions_for_paid\": false,\n                \"Exceptions_for_paid_tags\": [],\n                \"Exceptions_for_cod_or_partially_paid\": false,\n                \"Exceptions_for_cod_or_partially_paid_tags\": []\n            },\n            \"preferred_location\": null,\n            \"email_credit\": null,\n            \"logo\": null,\n            \"logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n            \"is_general_setting_done\": true,\n            \"is_invoice_setting_done\": true,\n            \"is_label_setting_done\": false,\n            \"is_gst_enabled\": false,\n            \"billing_detail\": \"Anand</br>Gujarat</br>India\",\n            \"warehouse_address\": \"Anand</br>IN\",\n            \"contact_information\": \"kapil kapil</br>+918849193468</br>kapil@gmail.com</br>\",\n            \"status\": \"Active\",\n            \"global_commission\": \"15\",\n            \"global_discount_shared_by_vendor\": \"0\",\n            \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n            \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n            \"global_shipping_charge_commission_type\": \"fixed\",\n            \"global_shipping_charge_commission\": 50,\n            \"global_fixed_commission\": 10,\n            \"is_drop_shipper\": true,\n            \"state\": {\n                \"id\": 13,\n                \"code\": \"GJ\",\n                \"tin\": 24,\n                \"title\": \"Gujarat\",\n                \"created_at\": \"2019-08-03T17:48:42.000000Z\",\n                \"updated_at\": \"2020-03-28T04:51:45.000000Z\",\n                \"deleted_at\": null,\n                \"country_code\": \"IN\"\n            },\n            \"first_email\": [\n                \"kapil@gmail.com\"\n            ],\n            \"invoice_state\": {\n                \"id\": 13,\n                \"code\": \"GJ\",\n                \"tin\": 24,\n                \"title\": \"Gujarat\",\n                \"created_at\": \"2019-08-03T17:48:42.000000Z\",\n                \"updated_at\": \"2020-03-28T04:51:45.000000Z\",\n                \"deleted_at\": null,\n                \"country_code\": \"IN\"\n            },\n            \"banner\": null,\n            \"banner_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n            \"frontend_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n            \"navbar_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n            \"email_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n            \"invoice_country_detail\": {\n                \"id\": 98,\n                \"name\": \"India\",\n                \"code\": \"IN\",\n                \"dial_code\": \"+91\",\n                \"currency_name\": \"Indian rupee\",\n                \"currency_symbol\": \"Rs.\",\n                \"currency_code\": \"INR\",\n                \"created_at\": null,\n                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                \"name_with_symbole\": \"Indian rupee - Rs.\"\n            },\n            \"commission_tags\": null,\n            \"parent\": {\n                \"id\": 212738,\n                \"company_name\": \"kapil\",\n                \"brand_name\": \"violetplants\",\n                \"company_logo\": null,\n                \"contact_name\": \"Chahar\",\n                \"phone_number\": null,\n                \"email\": \"dragjyoti@shipturtle.com\",\n                \"address_line_1\": \"Est\",\n                \"address_line_2\": \"Test\",\n                \"pin_code\": \"411018\",\n                \"city\": \"Pune\",\n                \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                \"updated_at\": \"2023-12-22T10:48:24.000000Z\",\n                \"state_id\": null,\n                \"gstin_number\": \"1234\",\n                \"invoice_prefix\": \"Invoice\",\n                \"starting_invoice_number\": \"22\",\n                \"terms_and_conditions\": null,\n                \"bank_account_beneficiary_name\": null,\n                \"bank_account_name\": null,\n                \"ifsc_code\": null,\n                \"label_company_name\": null,\n                \"label_contact_name\": null,\n                \"label_phone\": null,\n                \"label_email_address\": null,\n                \"label_address_line_1\": null,\n                \"label_address_line_2\": null,\n                \"label_pin_code\": null,\n                \"label_city\": null,\n                \"label_state\": null,\n                \"signature\": null,\n                \"currency\": \"INR\",\n                \"weight\": null,\n                \"measurement\": null,\n                \"gst_enabled\": true,\n                \"override_channel_product_weight_enabled\": true,\n                \"label_details_same_as_company\": true,\n                \"multi_vendor_invoicing_enabled\": false,\n                \"multi_vendor_shipping_enabled\": false,\n                \"is_master\": \"1\",\n                \"invoice_number_same_as_order_number\": true,\n                \"enable_disable_cod_reconciliation\": true,\n                \"enable_disable_freight_reconciliation\": true,\n                \"cod_tolerance\": \"5\",\n                \"freight_tolerance\": \"2\",\n                \"is_multi_vendor_enabled\": true,\n                \"invoice_message\": null,\n                \"inclusive_exclusive\": null,\n                \"is_tax_on_shipping\": \"no\",\n                \"tax_on_shipping\": null,\n                \"primary_color\": \"#222F3D\",\n                \"secondary_color\": null,\n                \"display_hsn\": true,\n                \"website\": \"https://app.shipturtle.com/\",\n                \"country\": \"IN\",\n                \"type_of_vendor\": \"marketplace\",\n                \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                \"title\": \"violetplants\",\n                \"parent_id\": 212738,\n                \"extra_information\": null,\n                \"invoice_date\": \"invoice_creation_date\",\n                \"number_of_digits\": \"0\",\n                \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                \"created_by\": null,\n                \"updated_by\": 28344,\n                \"invoice_contact_name\": \"Hussain\",\n                \"invoice_address_1\": \"dahod\",\n                \"invoice_address_2\": \"dahod\",\n                \"invoice_postal_code\": \"380005\",\n                \"invoice_city\": \"Ahmedabad\",\n                \"invoice_phone_number\": \"09173038104\",\n                \"invoice_tin\": null,\n                \"timezone\": \"America/Phoenix\",\n                \"hand_delivered_enabled\": true,\n                \"other_courier_partner_enabled\": true,\n                \"billing_address_same_as_company_details\": false,\n                \"deactivated_at\": null,\n                \"state_code\": \"GJ\",\n                \"automatically_sync_vendor_name_from_store\": true,\n                \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                \"correct_all_errors_in_order\": false,\n                \"generate_shipping_labels_for_orders\": false,\n                \"generate_invoices_for_dropship_orders\": false,\n                \"can_vendor_enable_disable_product\": false,\n                \"can_vendor_edit_quantity_product\": false,\n                \"can_vendor_edit_weight_dimension_product\": false,\n                \"can_vendor_edit_tax_product\": true,\n                \"set_vendor_level_commission\": false,\n                \"commission\": \"15\",\n                \"discount_shared_by_vendor\": \"0\",\n                \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                \"set_vendor_level_shared_discount\": false,\n                \"set_vendor_level_commissoin_calculated_on\": false,\n                \"use_shop_channel_values_to_set_commission\": false,\n                \"can_vendor_generate_invoice\": true,\n                \"can_vendor_process_shippings\": true,\n                \"can_vendor_edit_hsn_tax\": true,\n                \"can_vendor_add_courier_provider\": true,\n                \"default_vendor_type\": \"dropshipper\",\n                \"no_of_deciaml_digits\": 2,\n                \"credits\": 299952,\n                \"plan_id\": 4,\n                \"requested_plan_id\": null,\n                \"override_invoice_permissions\": false,\n                \"override_product_permissions\": false,\n                \"override_order_routing_permissions\": false,\n                \"override_shipping_permissions\": false,\n                \"slug\": \"violetplants-212738\",\n                \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                \"shipping_charge_commission_type\": \"fixed\",\n                \"shipping_charge_commission\": 50,\n                \"override_commission_calculated_tax_type\": false,\n                \"override_shipping_charge_commission_type\": false,\n                \"override_shipping_charge_commission\": 0,\n                \"auto_email_to_vendor\": true,\n                \"fixed_commission\": 10,\n                \"service_charge\": 0,\n                \"can_vendor_edit_price\": false,\n                \"can_vendor_delete_product\": false,\n                \"show_logo_in_awb\": false,\n                \"hide_pick_address_in_awb\": false,\n                \"hide_customer_info_in_awb\": true,\n                \"hide_price_in_awb\": false,\n                \"hide_customer_information_on_vendor_dashboards\": false,\n                \"allow_merchant_to_generate_invoice\": false,\n                \"show_merchant_logo_in_invoice\": true,\n                \"locale\": \"en\",\n                \"use_custom_waybill\": true,\n                \"redirect_url\": \"dashboard\",\n                \"invoice_state_code\": \"GJ\",\n                \"invoice_country_code\": \"IN\",\n                \"stripe_account_id\": null,\n                \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                \"enable_app_shipping_profile_on_shopify\": \"0\",\n                \"policy\": null,\n                \"css\": null,\n                \"vendor_profile_color\": \"#f18024\",\n                \"about_us\": null,\n                \"facebook_link\": null,\n                \"twitter_link\": null,\n                \"instagram_link\": null,\n                \"auto_fulfill_digital_orders\": true,\n                \"use_default_warehouse_for_all_orders\": false,\n                \"invoice_label_header_title\": null,\n                \"invoice_place_of_supply\": null,\n                \"invoice_cin_key_title\": null,\n                \"invoice_cin\": null,\n                \"give_vendor_access_to_merchant_shipper\": false,\n                \"auto_generate_order_invoices_to_customers\": true,\n                \"auto_email_order_invoices_to_customers\": true,\n                \"treat_manual_payment_mode_as_cod\": false,\n                \"fulfill_order_after_confirm\": false,\n                \"add_notes_before_confirming_orders\": false,\n                \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                \"note_at_the_top_of_invoice\": null,\n                \"vendor_shop_id\": null,\n                \"vendor_category\": null,\n                \"vendor_location\": null,\n                \"short_description\": null,\n                \"display_vendor_category\": true,\n                \"display_vendor_location\": true,\n                \"display_vendor_short_description\": true,\n                \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                \"sync_settings\": {\n                    \"update_settings\": {\n                        \"sku\": true,\n                        \"tags\": true,\n                        \"media\": true,\n                        \"price\": false,\n                        \"title\": true,\n                        \"weight\": true,\n                        \"barcode\": true,\n                        \"quantity\": true,\n                        \"description\": true,\n                        \"product_type\": true,\n                        \"variant_name\": true,\n                        \"publish_status\": true,\n                        \"compare_at_price\": true,\n                        \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                    },\n                    \"create_settings\": {\n                        \"sku\": true,\n                        \"tags\": true,\n                        \"media\": true,\n                        \"price\": false,\n                        \"title\": true,\n                        \"weight\": true,\n                        \"barcode\": true,\n                        \"quantity\": true,\n                        \"description\": true,\n                        \"product_type\": true,\n                        \"variant_name\": true,\n                        \"publish_status\": true,\n                        \"compare_at_price\": true,\n                        \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                    },\n                    \"override_product_status_at_create\": true,\n                    \"product_status\": \"as_per_vendor_product\",\n                    \"enable_order_sync\": true,\n                    \"push_only_if_order_paid\": false,\n                    \"push_unsynced_product_order\": true,\n                    \"auto_add_variant\": true,\n                    \"auto_remove_variant\": true,\n                    \"strictKeyCheck\": false,\n                    \"on_product_delete\": \"do_nothing\",\n                    \"on_product_unmapped\": \"do_nothing\",\n                    \"push_only_if_product_connected\": true\n                },\n                \"override_hide_customer_information_permissions\": false,\n                \"can_vendor_cancel_an_order\": false,\n                \"hide_shipping_charges\": false,\n                \"add_insurance_to_shipment\": 0,\n                \"meta_title\": null,\n                \"registration_link\": null,\n                \"auto_approval_of_products_from_vendor\": true,\n                \"ignore_selling_price_for_commission\": 0,\n                \"shipping_label_check\": {\n                    \"email\": false,\n                    \"phone\": false,\n                    \"address_line_1\": false,\n                    \"address_line_2\": false,\n                    \"address_line_1_minimum\": null,\n                    \"address_line_1_maximum\": null,\n                    \"address_line_2_minimum\": null,\n                    \"address_line_2_maximum\": null\n                },\n                \"shipping_label_size\": \"smalllabel\",\n                \"paypal_email\": null,\n                \"use_custom_email_driver\": true,\n                \"ignore_order_splitting\": false,\n                \"hide_customer_information_on_vendor_dashboard\": {\n                    \"name\": false,\n                    \"phone\": false,\n                    \"address\": false,\n                    \"email\": false,\n                    \"city\": false,\n                    \"state\": false\n                },\n                \"hide_customer_information_in_awb\": {\n                    \"name\": false,\n                    \"phone\": false,\n                    \"address\": false,\n                    \"email\": false,\n                    \"city\": false,\n                    \"state\": false,\n                    \"line_items\": false,\n                    \"vendor_name\": false,\n                    \"sku\": false,\n                    \"weight_dimension\": false\n                },\n                \"hide_customer_information_in_invoice\": {\n                    \"name\": false,\n                    \"phone\": false,\n                    \"address\": false,\n                    \"email\": false,\n                    \"city\": false,\n                    \"state\": false\n                },\n                \"vendor_profile_settings\": {\n                    \"seller_products_tab\": true,\n                    \"seller_policy_tab\": true,\n                    \"seller_contact_us_tab\": true,\n                    \"seller_events_tab\": true,\n                    \"seller_reviews_tab\": false,\n                    \"seller_about_us_tab\": true\n                },\n                \"challan_message_1\": null,\n                \"challan_message_2\": null,\n                \"challan_prefix\": \"Invoice\",\n                \"challan_number_same_as_invoice_number\": true,\n                \"default_label_size_for_all_vendors\": true,\n                \"hide_customer_information_in_export\": {\n                    \"name\": false,\n                    \"phone\": false,\n                    \"address\": false,\n                    \"email\": false,\n                    \"city\": false,\n                    \"state\": false\n                },\n                \"product_permissions\": null,\n                \"hide_product_details_in_awb\": false,\n                \"hide_invoice_details_in_awb\": false,\n                \"company_note\": \"<p>sdfasdfab</p>\",\n                \"meta_data\": \"[{\\\"uuid\\\":\\\"e95a7b2d-5210-4e7b-988f-7fbde7acf198\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/601990/dashboard-mockup-for-c2c.xlsx\\\",\\\"size\\\":102609,\\\"name\\\":\\\"Dashboard Mockup for C2C.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"50844059-549d-4bcc-88bf-a023fd46bd29\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/604572/28344-1690206866.xlsx\\\",\\\"size\\\":7389,\\\"name\\\":\\\"28344-1690206866.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3ad73d68-08a3-46b5-9afc-3d1ac5df398f\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655061/lable_cancelled_order_amazon.xlsx\\\",\\\"size\\\":26214,\\\"name\\\":\\\"Lable Cancelled Order Amazon.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                \"color_theme_field\": \"light.blue\",\n                \"change_tracking_url\": false,\n                \"ship_to_address_as_merchants_default_warehouse\": false,\n                \"can_vendor_hold_an_order\": false,\n                \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                \"allow_vendors_to_change_vendor_profile_details\": true,\n                \"whatsapp_account\": \"use_company_account\",\n                \"vendor_profile_theme_choosen\": \"theme-1\",\n                \"whatsapp_credit\": 54,\n                \"test_whatsapp_number\": \"+918849193468\",\n                \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                \"connected_vendor_shops\": [\n                    \"vendorsynctesting5.myshopify.com\",\n                    \"testing-for-vendorsync.myshopify.com\",\n                    \"purpleplants.myshopify.com\",\n                    \"https://st-wpdemo.com/\",\n                    \"test-store-webkul-112.myshopify.com\",\n                    \"https://st-wpdemo.com/\",\n                    \"purpleplants.myshopify.com/\",\n                    \"https://st-wpdemo.com/\",\n                    \"purpleplants.myshopify.com\",\n                    \"channelteststore5.myshopify.com\",\n                    \"https://st-wpdemo.com/newtestclient/\",\n                    \"purpleplants.myshopify.com\",\n                    \"purpleplants.myshopify.com\"\n                ],\n                \"events\": null,\n                \"commission_automation_set\": {\n                    \"commission_automation\": true,\n                    \"commission_automation_rules\": true,\n                    \"commission_automation_date_range\": true,\n                    \"commission_automation_schedule_option\": \"on_order_receipt\",\n                    \"time_buffer_for_commission_automation\": \"4\",\n                    \"order_status_for_commission_automation\": \"pending\",\n                    \"invoice_number_for_commission_automation\": 277,\n                    \"date_Range_days_for_commission_automation\": \"4\"\n                },\n                \"auto_confirmation_using_tags_settings\": {\n                    \"tags_settings_status\": true,\n                    \"paid\": true,\n                    \"tags_for_paid\": [],\n                    \"cod_or_partially_paid\": false,\n                    \"tags_for_cod_or_partially_paid\": [],\n                    \"Exceptions_for_paid\": false,\n                    \"Exceptions_for_paid_tags\": [],\n                    \"Exceptions_for_cod_or_partially_paid\": false,\n                    \"Exceptions_for_cod_or_partially_paid_tags\": []\n                },\n                \"preferred_location\": null,\n                \"email_credit\": 4853,\n                \"logo\": {\n                    \"id\": 665099,\n                    \"model_type\": \"App\\\\Company\",\n                    \"model_id\": 212738,\n                    \"collection_name\": \"logo\",\n                    \"name\": \"pexels-pixabay-268533\",\n                    \"file_name\": \"pexels-pixabay-268533.jpg\",\n                    \"mime_type\": \"image/jpeg\",\n                    \"disk\": \"s3\",\n                    \"size\": 272597,\n                    \"manipulations\": [],\n                    \"custom_properties\": {\n                        \"generated_conversions\": {\n                            \"email_logo\": true,\n                            \"navbar_logo\": true,\n                            \"frontend_logo\": true\n                        }\n                    },\n                    \"responsive_images\": {\n                        \"medialibrary_original\": {\n                            \"urls\": [\n                                \"pexels-pixabay-268533___medialibrary_original_1920_1278.jpg\",\n                                \"pexels-pixabay-268533___medialibrary_original_1606_1069.jpg\",\n                                \"pexels-pixabay-268533___medialibrary_original_1344_895.jpg\",\n                                \"pexels-pixabay-268533___medialibrary_original_1124_748.jpg\",\n                                \"pexels-pixabay-268533___medialibrary_original_940_626.jpg\",\n                                \"pexels-pixabay-268533___medialibrary_original_787_524.jpg\",\n                                \"pexels-pixabay-268533___medialibrary_original_658_438.jpg\",\n                                \"pexels-pixabay-268533___medialibrary_original_550_366.jpg\",\n                                \"pexels-pixabay-268533___medialibrary_original_460_306.jpg\",\n                                \"pexels-pixabay-268533___medialibrary_original_385_256.jpg\"\n                            ],\n                            \"base64svg\": \"data:image/svg+xml;base64,PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHg9IjAiCiB5PSIwIiB2aWV3Qm94PSIwIDAgMTkyMCAxMjc4Ij4KCTxpbWFnZSB3aWR0aD0iMTkyMCIgaGVpZ2h0PSIxMjc4IiB4bGluazpocmVmPSJkYXRhOmltYWdlL2pwZWc7YmFzZTY0LC85ai80QUFRU2taSlJnQUJBUUVBWUFCZ0FBRC8vZ0E3UTFKRlFWUlBVam9nWjJRdGFuQmxaeUIyTVM0d0lDaDFjMmx1WnlCSlNrY2dTbEJGUnlCMk9EQXBMQ0J4ZFdGc2FYUjVJRDBnT1RBSy85c0FRd0FEQWdJREFnSURBd01EQkFNREJBVUlCUVVFQkFVS0J3Y0dDQXdLREF3TENnc0xEUTRTRUEwT0VRNExDeEFXRUJFVEZCVVZGUXdQRnhnV0ZCZ1NGQlVVLzlzQVF3RURCQVFGQkFVSkJRVUpGQTBMRFJRVUZCUVVGQlFVRkJRVUZCUVVGQlFVRkJRVUZCUVVGQlFVRkJRVUZCUVVGQlFVRkJRVUZCUVVGQlFVRkJRVUZCUVUvOEFBRVFnQUZRQWdBd0VSQUFJUkFRTVJBZi9FQUI4QUFBRUZBUUVCQVFFQkFBQUFBQUFBQUFBQkFnTUVCUVlIQ0FrS0MvL0VBTFVRQUFJQkF3TUNCQU1GQlFRRUFBQUJmUUVDQXdBRUVRVVNJVEZCQmhOUllRY2ljUlF5Z1pHaENDTkNzY0VWVXRId0pETmljb0lKQ2hZWEdCa2FKU1luS0NrcU5EVTJOemc1T2tORVJVWkhTRWxLVTFSVlZsZFlXVnBqWkdWbVoyaHBhbk4wZFhaM2VIbDZnNFNGaG9lSWlZcVNrNVNWbHBlWW1acWlvNlNscHFlb3FhcXlzN1MxdHJlNHVickN3OFRGeHNmSXljclMwOVRWMXRmWTJkcmg0dVBrNWVibjZPbnE4Zkx6OVBYMjkvajUrdi9FQUI4QkFBTUJBUUVCQVFFQkFRRUFBQUFBQUFBQkFnTUVCUVlIQ0FrS0MvL0VBTFVSQUFJQkFnUUVBd1FIQlFRRUFBRUNkd0FCQWdNUkJBVWhNUVlTUVZFSFlYRVRJaktCQ0JSQ2thR3h3UWtqTTFMd0ZXSnkwUW9XSkRUaEpmRVhHQmthSmljb0tTbzFOamM0T1RwRFJFVkdSMGhKU2xOVVZWWlhXRmxhWTJSbFptZG9hV3B6ZEhWMmQzaDVlb0tEaElXR2g0aUppcEtUbEpXV2w1aVptcUtqcEtXbXA2aXBxckt6dExXMnQ3aTV1c0xEeE1YR3g4akp5dExUMU5YVzE5aloydUxqNU9YbTUranA2dkx6OVBYMjkvajUrdi9hQUF3REFRQUNFUU1SQUQ4QS9QNnc4S3pUWUFROCsxZTdHbGM0WlZqZXR2aDVjdW00eHNCOUs2RlEwMU1YV2JMRC9EaTVNZTVZeVI2Z1UvWWFDOXEwWk41NEh1SWM1amI4cXpkRXRWajFyd1FzRnhPb2tzK00rbFp4cnk3QktrdTU3UGNlSDlPbDhQNThnUWtqNzFjK0p4TStXMWpmRFVZODF6cFBDbmdYU3BmRGZtTXFTdGpyVjRmRVQ1VExFVTRxZWg1LzR5OFAyRm5Jd1MyQjU3Q3V0MXBkakJVMTNQRlBEL2lTN3RwRktFQ3RvV0lrZWd0NHkxQyswc3dTUDhoSGF0YWxHRlNObWdwVkpVNVhSZTB2eHZxbWxhWjVFTXgyZTVwMDZNS2NiSVZTYm5LN09iMXp4cHFOd3hMdm1ocElsSC8vMlE9PSI+Cgk8L2ltYWdlPgo8L3N2Zz4=\"\n                        }\n                    },\n                    \"order_column\": 570835,\n                    \"created_at\": \"2023-12-15T06:51:08.000000Z\",\n                    \"updated_at\": \"2023-12-15T06:51:11.000000Z\"\n                },\n                \"logo_link\": \"https://d2i9a0muccv7uq.cloudfront.net/665099/pexels-pixabay-268533.jpg\",\n                \"is_general_setting_done\": true,\n                \"is_invoice_setting_done\": true,\n                \"is_label_setting_done\": false,\n                \"is_gst_enabled\": true,\n                \"billing_detail\": \"Pune</br>Gujarat</br>India\",\n                \"warehouse_address\": \"Pune</br>IN\",\n                \"contact_information\": \"Chahar</br>dragjyoti@shipturtle.com</br>\",\n                \"status\": \"Active\",\n                \"global_commission\": \"15\",\n                \"global_discount_shared_by_vendor\": \"0\",\n                \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                \"global_shipping_charge_commission_type\": \"fixed\",\n                \"global_shipping_charge_commission\": 50,\n                \"global_fixed_commission\": 10,\n                \"is_drop_shipper\": false,\n                \"state\": {\n                    \"id\": 13,\n                    \"code\": \"GJ\",\n                    \"tin\": 24,\n                    \"title\": \"Gujarat\",\n                    \"created_at\": \"2019-08-03T17:48:42.000000Z\",\n                    \"updated_at\": \"2020-03-28T04:51:45.000000Z\",\n                    \"deleted_at\": null,\n                    \"country_code\": \"IN\"\n                },\n                \"first_email\": [\n                    \"dragjyoti@shipturtle.com\"\n                ],\n                \"invoice_state\": {\n                    \"id\": 13,\n                    \"code\": \"GJ\",\n                    \"tin\": 24,\n                    \"title\": \"Gujarat\",\n                    \"created_at\": \"2019-08-03T17:48:42.000000Z\",\n                    \"updated_at\": \"2020-03-28T04:51:45.000000Z\",\n                    \"deleted_at\": null,\n                    \"country_code\": \"IN\"\n                },\n                \"banner\": null,\n                \"banner_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                \"frontend_logo_link\": \"https://d2i9a0muccv7uq.cloudfront.net/665099/pexels-pixabay-268533.jpg\",\n                \"navbar_logo_link\": \"https://d2i9a0muccv7uq.cloudfront.net/665099/pexels-pixabay-268533.jpg\",\n                \"email_logo_link\": \"https://d2i9a0muccv7uq.cloudfront.net/665099/pexels-pixabay-268533.jpg\",\n                \"invoice_country_detail\": {\n                    \"id\": 98,\n                    \"name\": \"India\",\n                    \"code\": \"IN\",\n                    \"dial_code\": \"+91\",\n                    \"currency_name\": \"Indian rupee\",\n                    \"currency_symbol\": \"Rs.\",\n                    \"currency_code\": \"INR\",\n                    \"created_at\": null,\n                    \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                    \"name_with_symbole\": \"Indian rupee - Rs.\"\n                },\n                \"commission_tags\": {\n                    \"company_id\": 212738,\n                    \"override_commission\": true\n                },\n                \"media\": [\n                    {\n                        \"id\": 665099,\n                        \"model_type\": \"App\\\\Company\",\n                        \"model_id\": 212738,\n                        \"collection_name\": \"logo\",\n                        \"name\": \"pexels-pixabay-268533\",\n                        \"file_name\": \"pexels-pixabay-268533.jpg\",\n                        \"mime_type\": \"image/jpeg\",\n                        \"disk\": \"s3\",\n                        \"size\": 272597,\n                        \"manipulations\": [],\n                        \"custom_properties\": {\n                            \"generated_conversions\": {\n                                \"email_logo\": true,\n                                \"navbar_logo\": true,\n                                \"frontend_logo\": true\n                            }\n                        },\n                        \"responsive_images\": {\n                            \"medialibrary_original\": {\n                                \"urls\": [\n                                    \"pexels-pixabay-268533___medialibrary_original_1920_1278.jpg\",\n                                    \"pexels-pixabay-268533___medialibrary_original_1606_1069.jpg\",\n                                    \"pexels-pixabay-268533___medialibrary_original_1344_895.jpg\",\n                                    \"pexels-pixabay-268533___medialibrary_original_1124_748.jpg\",\n                                    \"pexels-pixabay-268533___medialibrary_original_940_626.jpg\",\n                                    \"pexels-pixabay-268533___medialibrary_original_787_524.jpg\",\n                                    \"pexels-pixabay-268533___medialibrary_original_658_438.jpg\",\n                                    \"pexels-pixabay-268533___medialibrary_original_550_366.jpg\",\n                                    \"pexels-pixabay-268533___medialibrary_original_460_306.jpg\",\n                                    \"pexels-pixabay-268533___medialibrary_original_385_256.jpg\"\n                                ],\n                                \"base64svg\": \"data:image/svg+xml;base64,PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHg9IjAiCiB5PSIwIiB2aWV3Qm94PSIwIDAgMTkyMCAxMjc4Ij4KCTxpbWFnZSB3aWR0aD0iMTkyMCIgaGVpZ2h0PSIxMjc4IiB4bGluazpocmVmPSJkYXRhOmltYWdlL2pwZWc7YmFzZTY0LC85ai80QUFRU2taSlJnQUJBUUVBWUFCZ0FBRC8vZ0E3UTFKRlFWUlBVam9nWjJRdGFuQmxaeUIyTVM0d0lDaDFjMmx1WnlCSlNrY2dTbEJGUnlCMk9EQXBMQ0J4ZFdGc2FYUjVJRDBnT1RBSy85c0FRd0FEQWdJREFnSURBd01EQkFNREJBVUlCUVVFQkFVS0J3Y0dDQXdLREF3TENnc0xEUTRTRUEwT0VRNExDeEFXRUJFVEZCVVZGUXdQRnhnV0ZCZ1NGQlVVLzlzQVF3RURCQVFGQkFVSkJRVUpGQTBMRFJRVUZCUVVGQlFVRkJRVUZCUVVGQlFVRkJRVUZCUVVGQlFVRkJRVUZCUVVGQlFVRkJRVUZCUVVGQlFVRkJRVUZCUVUvOEFBRVFnQUZRQWdBd0VSQUFJUkFRTVJBZi9FQUI4QUFBRUZBUUVCQVFFQkFBQUFBQUFBQUFBQkFnTUVCUVlIQ0FrS0MvL0VBTFVRQUFJQkF3TUNCQU1GQlFRRUFBQUJmUUVDQXdBRUVRVVNJVEZCQmhOUllRY2ljUlF5Z1pHaENDTkNzY0VWVXRId0pETmljb0lKQ2hZWEdCa2FKU1luS0NrcU5EVTJOemc1T2tORVJVWkhTRWxLVTFSVlZsZFlXVnBqWkdWbVoyaHBhbk4wZFhaM2VIbDZnNFNGaG9lSWlZcVNrNVNWbHBlWW1acWlvNlNscHFlb3FhcXlzN1MxdHJlNHVickN3OFRGeHNmSXljclMwOVRWMXRmWTJkcmg0dVBrNWVibjZPbnE4Zkx6OVBYMjkvajUrdi9FQUI4QkFBTUJBUUVCQVFFQkFRRUFBQUFBQUFBQkFnTUVCUVlIQ0FrS0MvL0VBTFVSQUFJQkFnUUVBd1FIQlFRRUFBRUNkd0FCQWdNUkJBVWhNUVlTUVZFSFlYRVRJaktCQ0JSQ2thR3h3UWtqTTFMd0ZXSnkwUW9XSkRUaEpmRVhHQmthSmljb0tTbzFOamM0T1RwRFJFVkdSMGhKU2xOVVZWWlhXRmxhWTJSbFptZG9hV3B6ZEhWMmQzaDVlb0tEaElXR2g0aUppcEtUbEpXV2w1aVptcUtqcEtXbXA2aXBxckt6dExXMnQ3aTV1c0xEeE1YR3g4akp5dExUMU5YVzE5aloydUxqNU9YbTUranA2dkx6OVBYMjkvajUrdi9hQUF3REFRQUNFUU1SQUQ4QS9QNnc4S3pUWUFROCsxZTdHbGM0WlZqZXR2aDVjdW00eHNCOUs2RlEwMU1YV2JMRC9EaTVNZTVZeVI2Z1UvWWFDOXEwWk41NEh1SWM1amI4cXpkRXRWajFyd1FzRnhPb2tzK00rbFp4cnk3QktrdTU3UGNlSDlPbDhQNThnUWtqNzFjK0p4TStXMWpmRFVZODF6cFBDbmdYU3BmRGZtTXFTdGpyVjRmRVQ1VExFVTRxZWg1LzR5OFAyRm5Jd1MyQjU3Q3V0MXBkakJVMTNQRlBEL2lTN3RwRktFQ3RvV0lrZWd0NHkxQyswc3dTUDhoSGF0YWxHRlNObWdwVkpVNVhSZTB2eHZxbWxhWjVFTXgyZTVwMDZNS2NiSVZTYm5LN09iMXp4cHFOd3hMdm1ocElsSC8vMlE9PSI+Cgk8L2ltYWdlPgo8L3N2Zz4=\"\n                            }\n                        },\n                        \"order_column\": 570835,\n                        \"created_at\": \"2023-12-15T06:51:08.000000Z\",\n                        \"updated_at\": \"2023-12-15T06:51:11.000000Z\"\n                    }\n                ],\n                \"country_detail\": {\n                    \"id\": 98,\n                    \"name\": \"India\",\n                    \"code\": \"IN\",\n                    \"dial_code\": \"+91\",\n                    \"currency_name\": \"Indian rupee\",\n                    \"currency_symbol\": \"Rs.\",\n                    \"currency_code\": \"INR\",\n                    \"created_at\": null,\n                    \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                    \"name_with_symbole\": \"Indian rupee - Rs.\"\n                }\n            },\n            \"media\": [],\n            \"country_detail\": {\n                \"id\": 98,\n                \"name\": \"India\",\n                \"code\": \"IN\",\n                \"dial_code\": \"+91\",\n                \"currency_name\": \"Indian rupee\",\n                \"currency_symbol\": \"Rs.\",\n                \"currency_code\": \"INR\",\n                \"created_at\": null,\n                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                \"name_with_symbole\": \"Indian rupee - Rs.\"\n            }\n        },\n        \"role\": [\n            {\n                \"id\": 2,\n                \"title\": \"Vendor User\",\n                \"created_at\": \"2019-07-26T04:51:38.000000Z\",\n                \"updated_at\": \"2020-07-14T05:20:11.000000Z\",\n                \"pivot\": {\n                    \"user_id\": 34916,\n                    \"role_id\": 2\n                }\n            }\n        ]\n    }\n}"}],"_postman_id":"f7a80273-5b3c-4c1b-9c70-952e5fe77b39"},{"name":"create-user","id":"89c2178d-2112-4e07-a183-38c467993787","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":" shipturtle","type":"text","description":"<p>Display Name for User</p>\n"},{"key":"user_name","value":" shipturtle_181868","type":"text","description":"<p>Unique User Name</p>\n"},{"key":"email","value":" shipturtle@gmail.com","type":"text","description":"<p>Email</p>\n"},{"key":"password","value":" 123456","type":"text","description":"<p>Password</p>\n"},{"key":"company_id","value":" 240590","type":"text","description":"<p>Company ID</p>\n"},{"key":"role[]","value":" 2","type":"text","description":"<p>Role assigned to user \nMerchant User : [1]\nVendor User : [2]</p>\n"}]},"url":"https://api.shipturtle.com/api/v1/users","description":"<p>This API endpoint allows you to create a new user. You can send a POST request to the specified URL with the following form-data parameters:</p>\n<ul>\n<li><p><code>name</code>: The name of the user</p>\n</li>\n<li><p><code>user_name</code>: The username of the user</p>\n</li>\n<li><p><code>email</code>: The email address of the user</p>\n</li>\n<li><p><code>password</code>: The password for the user</p>\n</li>\n<li><p><code>company_id</code>: The ID of the company associated with the user</p>\n</li>\n<li><p><code>role[]</code>: An array of roles for the user</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","v1","users"],"host":["api","shipturtle","com"],"query":[],"variable":[]}},"response":[{"id":"be06f516-ccfe-40b4-81a1-e09aa1d0f125","name":"create-user","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":" shipturtle","type":"text","description":"Display Name for User"},{"key":"user_name","value":" shipturtle_1805768","type":"text","description":"Unique User Name"},{"key":"email","value":" shipturtle@gmail.com","type":"text","description":"Email"},{"key":"password","value":" 123456","type":"text","description":"Password"},{"key":"company_id","value":" 212753","type":"text","description":"Company ID"},{"key":"role[]","value":" 2","type":"text","description":"Role assigned to user \nMerchant User : [1]\nVendor User : [2]"}]},"url":"https://api.shipturtle.com/api/v1/users"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 19 Feb 2024 06:58:24 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"2000"},{"key":"X-RateLimit-Remaining","value":"1998"},{"key":"Vary","value":"Origin,Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"name\": \"shipturtle\",\n        \"user_name\": \"shipturtle_1805768\",\n        \"email\": \"shipturtle@gmail.com\",\n        \"company_id\": \"212753\",\n        \"updated_at\": \"2024-02-19T06:58:23.000000Z\",\n        \"created_at\": \"2024-02-19T06:58:23.000000Z\",\n        \"id\": 36576,\n        \"currency_country\": {\n            \"id\": 98,\n            \"name\": \"India\",\n            \"code\": \"IN\",\n            \"dial_code\": \"+91\",\n            \"currency_name\": \"Indian rupee\",\n            \"currency_symbol\": \"Rs.\",\n            \"currency_code\": \"INR\",\n            \"created_at\": null,\n            \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n            \"name_with_symbole\": \"Indian rupee - Rs.\"\n        },\n        \"slug\": \"shipturtle-36576\",\n        \"default_shop\": {\n            \"id\": 4147,\n            \"shopify_domain\": \"violetplants.myshopify.com\",\n            \"name\": \"violetplants\",\n            \"company_id\": 212738,\n            \"currency\": \"INR\",\n            \"weight_unit\": \"gm\",\n            \"dimension_unit\": \"inch\",\n            \"setup_pending\": false,\n            \"product_types_sold_on_store\": \"physical_products_only\",\n            \"enable_payment_settings\": false,\n            \"payment_method_settings\": {\n                \"0\": null,\n                \"1\": null,\n                \"payu_in_paisa\": \"paid\",\n                \"cash_on_delivery\": \"paid\",\n                \"manual\": \"paid\",\n                \"cashfree\": \"paid\",\n                \"Cash on Delivery (COD)\": \"cod\",\n                \"gift_card\": \"paid\",\n                \"paytm\": \"paid\",\n                \"stripe\": \"paid\",\n                \"payu_india\": \"paid\",\n                \"razorpay_cards_upi_netbanking_wallets_\": \"paid\",\n                \"neft\": \"paid\",\n                \"paypal\": \"paid\",\n                \"shopify_payments\": \"paid\",\n                \"amazon_payments\": \"paid\",\n                \"razorpay_all_cards_netbanking_wallets_\": \"paid\",\n                \"Etsy\": \"paid\",\n                \"clearpay\": \"paid\",\n                \"Bank Deposit/Mobile Transfer\": \"paid\",\n                \"E-Transfer\": \"paid\",\n                \"cash\": \"cod\",\n                \"eBay/PayPal\": \"paid\",\n                \"amazon_marketplace\": \"paid\",\n                \"ccavenue\": \"paid\",\n                \"payu_in\": \"paid\",\n                \"bogus\": \"paid\",\n                \"money_order\": \"cod\",\n                \"bank_deposit\": null\n            },\n            \"created_at\": \"2023-07-13T10:19:49.000000Z\",\n            \"14_day_trial_expired\": false,\n            \"shop_setup_instructions\": \"{\\\"store_type\\\":\\\"market_place\\\"}\",\n            \"store_setup\": \"{\\\"is_setup_complete\\\":null,\\\"step\\\":\\\"completed\\\"}\",\n            \"published_and_unpublished_theme1_code\": \"{\\\"published_theme1_template\\\":{\\\"main_page_template\\\":\\\"<div id=\\\\\\\"vendor-detail-page\\\\\\\">\\\\n    <input type=\\\\\\\"hidden\\\\\\\" id=\\\\\\\"company_id\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\">\\\\n    @if ($company->banner_link)\\\\n    <section class=\\\\\\\"u-clearfix u-section-1 bck-banner-img\\\\\\\" id=\\\\\\\"sec-44b5\\\\\\\" style=\\\\\\\"background-image: url({{$company->banner_link}});\\\\\\\">\\\\n    </section>\\\\n    @endif\\\\n    <div class=\\\\\\\"u-clearfix u-sheet u-valign-middle u-sheet-1\\\\\\\" style=\\\\\\\"min-height: 250px;\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-expanded-width u-gutter-0 u-layout-wrap u-layout-wrap-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-layout\\\\\\\">\\\\n                <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n                    <div class=\\\\\\\"u-align-center u-container-style u-layout-cell u-left-cell u-size-23 u-layout-cell-1\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\" style=\\\\\\\"height:max-content; display: flex; flex-direction: column; align-items: center; padding-right: 4rem; padding-top: 1.5rem;\\\\\\\">\\\\n                            <img alt=\\\\\\\"{{$company->title}}\\\\\\\" class=\\\\\\\"u-image u-image-circle\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\" data-image-width=\\\\\\\"150\\\\\\\" data-image-height=\\\\\\\"150\\\\\\\" style=\\\\\\\"width: 80%;\\\\\\\">\\\\n                            </img>\\\\n                             <div class=\\\\\\\"social-media-links\\\\\\\">\\\\n                            @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                            <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\">\\\\n                                    <svg class=\\\\\\\"u-svg-content\\\\\\\"  x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-0214\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#3B5998\\\\\\\" d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\">\\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-3589\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#55ACEE\\\\\\\" d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\">        \\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-d986\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                        </div>\\\\n                            @if ($parentCompany->display_vendor_location)\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-1\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}\\\\n                            </p>\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                            @endif\\\\n                        </div>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n                            <h2 style=\\\\\\\"margin-bottom: 0;\\\\\\\" class=\\\\\\\"u-text\\\\\\\">{{$company->brand_name}}</h2>\\\\n                            <p class=\\\\\\\"u-text u-text-3\\\\\\\">\\\\n                                {!! $company->about_us !!}\\\\n                            </p>\\\\n                        </div>\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </div>\\\\n    \\\\n    {{-- Tabs --}}\\\\n    <section class=\\\\\\\"u-align-center u-clearfix u-section-2\\\\\\\" id=\\\\\\\"carousel_37bc\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-tab-links-align-justify u-tabs u-tabs-1\\\\\\\" id=\\\\\\\"u-tabs\\\\\\\">\\\\n                <ul class=\\\\\\\"u-tab-list u-unstyled\\\\\\\" role=\\\\\\\"tablist\\\\\\\">\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_products_tab)\\\\n                    <li class=\\\\\\\"u-tab-item\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"active u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-1\\\\\\\" id=\\\\\\\"link-tab-products\\\\\\\" href=\\\\\\\"#tab-products\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-products\\\\\\\" aria-selected=\\\\\\\"true\\\\\\\">Products</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_policy_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-2\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-2\\\\\\\" id=\\\\\\\"link-tab-policy\\\\\\\" href=\\\\\\\"#tab-policy\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-policy\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Policy</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_about_us_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-aboutus\\\\\\\" href=\\\\\\\"#tab-aboutus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-aboutus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">About Us<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_events_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\"\\\\n                             id=\\\\\\\"link-tab-events\\\\\\\" href=\\\\\\\"#tab-events\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-events\\\\\\\"\\\\n                              aria-selected=\\\\\\\"false\\\\\\\">Events<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_contact_us_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-contactus\\\\\\\" href=\\\\\\\"#tab-contactus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-contactus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Contact Us<br>\\\\n                        </a>\\\\n                    </li>\\\\n                    @endif\\\\n                </ul>\\\\n                <div class=\\\\\\\"u-tab-content\\\\\\\">\\\\n                    <div class=\\\\\\\"u-container-style u-tab-active u-tab-pane u-white u-tab-pane-1\\\\\\\" id=\\\\\\\"tab-products\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-products\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-container-style u-tab-pane u-white u-tab-pane-2\\\\\\\" id=\\\\\\\"tab-policy\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-policy\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-aboutus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-aboutus\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-events\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-events\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white u-tab-pane-5\\\\\\\" id=\\\\\\\"tab-contactus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-contactus\\\\\\\">\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </section>\\\\n</div>\\\",\\\"product_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\">\\\\n    <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n        <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.details\\\\\\\", [\\\\\\\"shopDomain\\\\\\\" => $shop->shopify_domain,\\\\n        \\\\\\\"vendorTitle\\\\\\\"=>$vendorTitle, \\\\\\\"action\\\\\\\"=>\\\\\\\"products\\\\\\\"]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" id=\\\\\\\"search_product_form\\\\\\\"\\\\n        class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\"\\\\n        source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: left;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n                <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search Product\\\\\\\" id=\\\\\\\"st_search_product\\\\\\\" name=\\\\\\\"search_product\\\\\\\"\\\\n                class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n                <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$tags}}\\\\\\\" id=\\\\\\\"st_search_product_by_tag\\\\\\\" name=\\\\\\\"search_product_by_tag\\\\\\\">\\\\n            </div>\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: right;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control u-label\\\\\\\" style=\\\\\\\"margin-left: auto;\\\\\\\">Sort By</label>\\\\n                <select name=\\\\\\\"sort_by\\\\\\\" id=\\\\\\\"st_product_list_sort_by\\\\\\\" class=\\\\\\\"filters-toolbar__input\\\\\\\" aria-describedby=\\\\\\\"a11y-refresh-page-message \\\\n                a11y-selection-message\\\\\\\" data-default-sortby=\\\\\\\"title-descending\\\\\\\">\\\\n                    <option value=\\\\\\\"title-ascending\\\\\\\" {{$orderBy == \\\\\\\"title-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, A-Z</option>\\\\n                    <option value=\\\\\\\"title-descending\\\\\\\" {{$orderBy == \\\\\\\"title-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, Z-A</option>\\\\n                    <option value=\\\\\\\"price-ascending\\\\\\\" {{$orderBy == \\\\\\\"price-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price , Low To High</option>\\\\n                    <option value=\\\\\\\"price-descending\\\\\\\" {{$orderBy == \\\\\\\"price-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price, High To Low</option>\\\\n                    <option value=\\\\\\\"best-selling\\\\\\\" {{$orderBy == \\\\\\\"best-selling\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Best Selling</option>\\\\n                    <option value=\\\\\\\"date-ascending\\\\\\\" {{$orderBy == \\\\\\\"date-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, New To Old</option>\\\\n                    <option value=\\\\\\\"date-descending\\\\\\\" {{$orderBy == \\\\\\\"date-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, Old To New</option>\\\\n                </select>\\\\n            </div>\\\\n            <div style=\\\\\\\"clear: both;\\\\\\\"></div>\\\\n        </form>\\\\n    </div>\\\\n    <div class=\\\\\\\"u-products u-products-1\\\\\\\">\\\\n        <div class=\\\\\\\"loader hide\\\\\\\"></div>\\\\n        @if ($products && sizeof($products) > 0)\\\\n        <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n            @foreach($products as $product)\\\\n                <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                    <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/products/{{$product->handle}}\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2\\\\\\\">\\\\n                            <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1\\\\\\\" \\\\n                            src=\\\\\\\"{{$product->image}}\\\\\\\">\\\\n                            @if($parentCompany->handle_out_of_stock_products == \\\\\\\"list_out_of_stock_products_with_out_of_stock_label\\\\\\\" && $product->isOutOfStock())\\\\n                                <p class=\\\\\\\"hidden-text u-out-of-stock-text\\\\\\\">OUT OF STOCK</p>\\\\n                            @endif\\\\n\\\\n                            <div class=\\\\\\\"u-product-control u-product-price u-product-price-1\\\\\\\">\\\\n                                <div class=\\\\\\\"u-price-wrapper u-spacing-10\\\\\\\">\\\\n                                    <div class=\\\\\\\"u-price u-text-palette-2-base\\\\\\\" style=\\\\\\\"font-weight: 700;\\\\\\\">\\\\n                                        <p class=\\\\\\\"u-product-title text-muted\\\\\\\" style=\\\\\\\"text-decoration: none;\\\\\\\">\\\\n                                            {{$product->title}}\\\\n                                        </p>\\\\n                                        @if($product->has_only_default_variant)\\\\n                                        {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                         $product->shop->currency}} \\\\n                                        {{$product->lowestPricedVariant->first() ? $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\"}}\\\\n                                        @else\\\\n                                        From: {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                        $product->shop->currency}} {{ $product->lowestPricedVariant->first() ?\\\\n                                        $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\" }}\\\\n                                        @endif\\\\n                                    </div>\\\\n                                </div>\\\\n                            </div>\\\\n                        </div>\\\\n                    </a>\\\\n                </div>\\\\n            @endforeach\\\\n        </div>\\\\n        <div>\\\\n            {{ $products->links() }}\\\\n        </div>\\\\n        @else\\\\n        <div style=\\\\\\\"margin: auto;\\\\\\\">\\\\n            <h3>No Products Found</h3>\\\\n        </div>\\\\n        @endif\\\\n    </div>\\\\n</div>\\\",\\\"about_us_template\\\":\\\"<div class=\\\\\\\"u-aboutus-container\\\\\\\"> <div class=\\\\\\\"u-aboutus-row\\\\\\\"> {!! $aboutus !!} </div></div>\\\",\\\"policy_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">{!! $policy !!}</div>\\\\n</div>\\\",\\\"contact_us_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-left-cell u-size-30 u-layout-cell-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-container-layout-10\\\\\\\">\\\\n                <h2 class=\\\\\\\"u-text u-text-grey-70 u-text-8\\\\\\\">Contact us</h2>\\\\n                <h6 class=\\\\\\\"u-text u-text-grey-50 u-text-9\\\\\\\">{{$company->brand_name}}</h6>\\\\n                @if ($parentCompany->display_vendor_location)\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10\\\\\\\">{{ $company->address_line_1 ? $company->address_line_1.\\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\" }} {{ $company->address_line_2 ? $company->address_line_2 : \\\\\\\"\\\\\\\" }} <br>\\\\n                    {{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}                                        \\\\n                    </p>\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                @endif\\\\n                <div class=\\\\\\\"u-social-icons u-spacing-20 u-social-icons-1\\\\\\\">\\\\n                @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-facebook u-social-icon u-icon-2\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-50ee\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-50ee\\\\\\\"><path d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-twitter u-icon-3\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-d346\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-d346\\\\\\\"><path d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-instagram u-icon-4\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-dd2a\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-dd2a\\\\\\\"><path d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path><path d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path><path d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif                \\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-30 u-layout-cell-2\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-valign-middle u-container-layout-11\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-form u-form-2\\\\\\\">\\\\n                <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.contact\\\\\\\") }}\\\\\\\" id=\\\\\\\"st_vendor_contact_form\\\\\\\" method=\\\\\\\"POST\\\\\\\" class=\\\\\\\"u-clearfix u-form-spacing-24 u-form-vertical u-inner-form\\\\\\\" style=\\\\\\\"padding: 24px;\\\\\\\" source=\\\\\\\"custom\\\\\\\" name=\\\\\\\"form\\\\\\\">\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$shop->id}}\\\\\\\" name=\\\\\\\"shop_id\\\\\\\" >\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\" name=\\\\\\\"company_id\\\\\\\" >\\\\n                    <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_name\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Name</label>\\\\n                        <input type=\\\\\\\"text\\\\\\\" placeholder=\\\\\\\"Enter your Name\\\\\\\" id=\\\\\\\"st_contact_form_name\\\\\\\" name=\\\\\\\"name\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-4\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-email u-form-group\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_email\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Email</label>\\\\n                        <input type=\\\\\\\"email\\\\\\\" placeholder=\\\\\\\"Enter a valid email address\\\\\\\" id=\\\\\\\"st_contact_form_email\\\\\\\" name=\\\\\\\"email\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-5\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-group u-form-message\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_message\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Message</label>\\\\n                        <textarea placeholder=\\\\\\\"Enter your message\\\\\\\" rows=\\\\\\\"4\\\\\\\" cols=\\\\\\\"50\\\\\\\" id=\\\\\\\"st_contact_form_message\\\\\\\" name=\\\\\\\"message\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-6\\\\\\\" required=\\\\\\\"\\\\\\\"></textarea>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-form-group u-form-submit\\\\\\\">       \\\\n                        <input type=\\\\\\\"submit\\\\\\\" value=\\\\\\\"submit\\\\\\\" class=\\\\\\\"u-form-control\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-send-message u-form-send-success\\\\\\\"> Thank you! Your message has been sent. </div>\\\\n                    <div class=\\\\\\\"u-form-send-error u-form-send-message\\\\\\\"> Unable to send your message. Please fix errors then try again. </div>\\\\n                </form>\\\\n            </div>\\\\n    </div>\\\\n        </div>\\\\n    </div>\\\\n</div>\\\"},\\\"unpublished_theme1_template\\\":{\\\"main_page_template\\\":\\\"<div id=\\\\\\\"vendor-detail-page\\\\\\\">\\\\n    <input type=\\\\\\\"hidden\\\\\\\" id=\\\\\\\"company_id\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\">\\\\n    @if ($company->banner_link)\\\\n    <section class=\\\\\\\"u-clearfix u-section-1 bck-banner-img\\\\\\\" id=\\\\\\\"sec-44b5\\\\\\\" style=\\\\\\\"background-image: url({{$company->banner_link}});\\\\\\\">\\\\n    </section>\\\\n    @endif\\\\n    <div class=\\\\\\\"u-clearfix u-sheet u-valign-middle u-sheet-1\\\\\\\" style=\\\\\\\"min-height: 250px;\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-expanded-width u-gutter-0 u-layout-wrap u-layout-wrap-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-layout\\\\\\\">\\\\n                <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n                    <div class=\\\\\\\"u-align-center u-container-style u-layout-cell u-left-cell u-size-23 u-layout-cell-1\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\" style=\\\\\\\"height:max-content; display: flex; flex-direction: column; align-items: center; padding-right: 4rem; padding-top: 1.5rem;\\\\\\\">\\\\n                            <img alt=\\\\\\\"{{$company->title}}\\\\\\\" class=\\\\\\\"u-image u-image-circle\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\" data-image-width=\\\\\\\"150\\\\\\\" data-image-height=\\\\\\\"150\\\\\\\" style=\\\\\\\"width: 80%;\\\\\\\">\\\\n                            </img>\\\\n                             <div class=\\\\\\\"social-media-links\\\\\\\">\\\\n                            @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                            <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\">\\\\n                                    <svg class=\\\\\\\"u-svg-content\\\\\\\"  x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-0214\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#3B5998\\\\\\\" d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\">\\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-3589\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#55ACEE\\\\\\\" d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\">        \\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-d986\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                        </div>\\\\n                            @if ($parentCompany->display_vendor_location)\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-1\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}\\\\n                            </p>\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                            @endif\\\\n                        </div>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n                            <h2 style=\\\\\\\"margin-bottom: 0;\\\\\\\" class=\\\\\\\"u-text\\\\\\\">{{$company->brand_name}}</h2>\\\\n                            <p class=\\\\\\\"u-text u-text-3\\\\\\\">\\\\n                                {!! $company->about_us !!}\\\\n                            </p>\\\\n                        </div>\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </div>\\\\n    \\\\n    {{-- Tabs --}}\\\\n    <section class=\\\\\\\"u-align-center u-clearfix u-section-2\\\\\\\" id=\\\\\\\"carousel_37bc\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-tab-links-align-justify u-tabs u-tabs-1\\\\\\\" id=\\\\\\\"u-tabs\\\\\\\">\\\\n                <ul class=\\\\\\\"u-tab-list u-unstyled\\\\\\\" role=\\\\\\\"tablist\\\\\\\">\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_products_tab)\\\\n                    <li class=\\\\\\\"u-tab-item\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"active u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-1\\\\\\\" id=\\\\\\\"link-tab-products\\\\\\\" href=\\\\\\\"#tab-products\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-products\\\\\\\" aria-selected=\\\\\\\"true\\\\\\\">Products</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_policy_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-2\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-2\\\\\\\" id=\\\\\\\"link-tab-policy\\\\\\\" href=\\\\\\\"#tab-policy\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-policy\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Policy</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_about_us_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-aboutus\\\\\\\" href=\\\\\\\"#tab-aboutus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-aboutus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">About Us<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_events_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\"\\\\n                             id=\\\\\\\"link-tab-events\\\\\\\" href=\\\\\\\"#tab-events\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-events\\\\\\\"\\\\n                              aria-selected=\\\\\\\"false\\\\\\\">Events<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_contact_us_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-contactus\\\\\\\" href=\\\\\\\"#tab-contactus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-contactus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Contact Us<br>\\\\n                        </a>\\\\n                    </li>\\\\n                    @endif\\\\n                </ul>\\\\n                <div class=\\\\\\\"u-tab-content\\\\\\\">\\\\n                    <div class=\\\\\\\"u-container-style u-tab-active u-tab-pane u-white u-tab-pane-1\\\\\\\" id=\\\\\\\"tab-products\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-products\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-container-style u-tab-pane u-white u-tab-pane-2\\\\\\\" id=\\\\\\\"tab-policy\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-policy\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-aboutus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-aboutus\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-events\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-events\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white u-tab-pane-5\\\\\\\" id=\\\\\\\"tab-contactus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-contactus\\\\\\\">\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </section>\\\\n</div>\\\",\\\"product_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\">\\\\n    <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n        <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.details\\\\\\\", [\\\\\\\"shopDomain\\\\\\\" => $shop->shopify_domain,\\\\n        \\\\\\\"vendorTitle\\\\\\\"=>$vendorTitle, \\\\\\\"action\\\\\\\"=>\\\\\\\"products\\\\\\\"]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" id=\\\\\\\"search_product_form\\\\\\\"\\\\n        class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\"\\\\n        source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: left;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n                <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search Product\\\\\\\" id=\\\\\\\"st_search_product\\\\\\\" name=\\\\\\\"search_product\\\\\\\"\\\\n                class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n                <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$tags}}\\\\\\\" id=\\\\\\\"st_search_product_by_tag\\\\\\\" name=\\\\\\\"search_product_by_tag\\\\\\\">\\\\n            </div>\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: right;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control u-label\\\\\\\" style=\\\\\\\"margin-left: auto;\\\\\\\">Sort By</label>\\\\n                <select name=\\\\\\\"sort_by\\\\\\\" id=\\\\\\\"st_product_list_sort_by\\\\\\\" class=\\\\\\\"filters-toolbar__input\\\\\\\" aria-describedby=\\\\\\\"a11y-refresh-page-message \\\\n                a11y-selection-message\\\\\\\" data-default-sortby=\\\\\\\"title-descending\\\\\\\">\\\\n                    <option value=\\\\\\\"title-ascending\\\\\\\" {{$orderBy == \\\\\\\"title-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, A-Z</option>\\\\n                    <option value=\\\\\\\"title-descending\\\\\\\" {{$orderBy == \\\\\\\"title-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, Z-A</option>\\\\n                    <option value=\\\\\\\"price-ascending\\\\\\\" {{$orderBy == \\\\\\\"price-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price , Low To High</option>\\\\n                    <option value=\\\\\\\"price-descending\\\\\\\" {{$orderBy == \\\\\\\"price-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price, High To Low</option>\\\\n                    <option value=\\\\\\\"best-selling\\\\\\\" {{$orderBy == \\\\\\\"best-selling\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Best Selling</option>\\\\n                    <option value=\\\\\\\"date-ascending\\\\\\\" {{$orderBy == \\\\\\\"date-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, New To Old</option>\\\\n                    <option value=\\\\\\\"date-descending\\\\\\\" {{$orderBy == \\\\\\\"date-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, Old To New</option>\\\\n                </select>\\\\n            </div>\\\\n            <div style=\\\\\\\"clear: both;\\\\\\\"></div>\\\\n        </form>\\\\n    </div>\\\\n    <div class=\\\\\\\"u-products u-products-1\\\\\\\">\\\\n        <div class=\\\\\\\"loader hide\\\\\\\"></div>\\\\n        @if ($products && sizeof($products) > 0)\\\\n        <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n            @foreach($products as $product)\\\\n                <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                    <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/products/{{$product->handle}}\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2\\\\\\\">\\\\n                            <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1\\\\\\\" \\\\n                            src=\\\\\\\"{{$product->image}}\\\\\\\">\\\\n                            @if($parentCompany->handle_out_of_stock_products == \\\\\\\"list_out_of_stock_products_with_out_of_stock_label\\\\\\\" && $product->isOutOfStock())\\\\n                                <p class=\\\\\\\"hidden-text u-out-of-stock-text\\\\\\\">OUT OF STOCK</p>\\\\n                            @endif\\\\n\\\\n                            <div class=\\\\\\\"u-product-control u-product-price u-product-price-1\\\\\\\">\\\\n                                <div class=\\\\\\\"u-price-wrapper u-spacing-10\\\\\\\">\\\\n                                    <div class=\\\\\\\"u-price u-text-palette-2-base\\\\\\\" style=\\\\\\\"font-weight: 700;\\\\\\\">\\\\n                                        <p class=\\\\\\\"u-product-title text-muted\\\\\\\" style=\\\\\\\"text-decoration: none;\\\\\\\">\\\\n                                            {{$product->title}}\\\\n                                        </p>\\\\n                                        @if($product->has_only_default_variant)\\\\n                                        {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                         $product->shop->currency}} \\\\n                                        {{$product->lowestPricedVariant->first() ? $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\"}}\\\\n                                        @else\\\\n                                        From: {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                        $product->shop->currency}} {{ $product->lowestPricedVariant->first() ?\\\\n                                        $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\" }}\\\\n                                        @endif\\\\n                                    </div>\\\\n                                </div>\\\\n                            </div>\\\\n                        </div>\\\\n                    </a>\\\\n                </div>\\\\n            @endforeach\\\\n        </div>\\\\n        <div>\\\\n            {{ $products->links() }}\\\\n        </div>\\\\n        @else\\\\n        <div style=\\\\\\\"margin: auto;\\\\\\\">\\\\n            <h3>No Products Found</h3>\\\\n        </div>\\\\n        @endif\\\\n    </div>\\\\n</div>\\\",\\\"about_us_template\\\":\\\"<div class=\\\\\\\"u-aboutus-container\\\\\\\"> <div class=\\\\\\\"u-aboutus-row\\\\\\\"> {!! $aboutus !!} </div></div>\\\",\\\"policy_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">{!! $policy !!}</div>\\\\n</div>\\\",\\\"contact_us_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-left-cell u-size-30 u-layout-cell-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-container-layout-10\\\\\\\">\\\\n                <h2 class=\\\\\\\"u-text u-text-grey-70 u-text-8\\\\\\\">Contact us</h2>\\\\n                <h6 class=\\\\\\\"u-text u-text-grey-50 u-text-9\\\\\\\">{{$company->brand_name}}</h6>\\\\n                @if ($parentCompany->display_vendor_location)\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10\\\\\\\">{{ $company->address_line_1 ? $company->address_line_1.\\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\" }} {{ $company->address_line_2 ? $company->address_line_2 : \\\\\\\"\\\\\\\" }} <br>\\\\n                    {{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}                                        \\\\n                    </p>\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                @endif\\\\n                <div class=\\\\\\\"u-social-icons u-spacing-20 u-social-icons-1\\\\\\\">\\\\n                @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-facebook u-social-icon u-icon-2\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-50ee\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-50ee\\\\\\\"><path d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-twitter u-icon-3\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-d346\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-d346\\\\\\\"><path d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-instagram u-icon-4\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-dd2a\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-dd2a\\\\\\\"><path d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path><path d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path><path d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif                \\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-30 u-layout-cell-2\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-valign-middle u-container-layout-11\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-form u-form-2\\\\\\\">\\\\n                <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.contact\\\\\\\") }}\\\\\\\" id=\\\\\\\"st_vendor_contact_form\\\\\\\" method=\\\\\\\"POST\\\\\\\" class=\\\\\\\"u-clearfix u-form-spacing-24 u-form-vertical u-inner-form\\\\\\\" style=\\\\\\\"padding: 24px;\\\\\\\" source=\\\\\\\"custom\\\\\\\" name=\\\\\\\"form\\\\\\\">\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$shop->id}}\\\\\\\" name=\\\\\\\"shop_id\\\\\\\" >\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\" name=\\\\\\\"company_id\\\\\\\" >\\\\n                    <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_name\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Name</label>\\\\n                        <input type=\\\\\\\"text\\\\\\\" placeholder=\\\\\\\"Enter your Name\\\\\\\" id=\\\\\\\"st_contact_form_name\\\\\\\" name=\\\\\\\"name\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-4\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-email u-form-group\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_email\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Email</label>\\\\n                        <input type=\\\\\\\"email\\\\\\\" placeholder=\\\\\\\"Enter a valid email address\\\\\\\" id=\\\\\\\"st_contact_form_email\\\\\\\" name=\\\\\\\"email\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-5\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-group u-form-message\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_message\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Message</label>\\\\n                        <textarea placeholder=\\\\\\\"Enter your message\\\\\\\" rows=\\\\\\\"4\\\\\\\" cols=\\\\\\\"50\\\\\\\" id=\\\\\\\"st_contact_form_message\\\\\\\" name=\\\\\\\"message\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-6\\\\\\\" required=\\\\\\\"\\\\\\\"></textarea>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-form-group u-form-submit\\\\\\\">       \\\\n                        <input type=\\\\\\\"submit\\\\\\\" value=\\\\\\\"submit\\\\\\\" class=\\\\\\\"u-form-control\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-send-message u-form-send-success\\\\\\\"> Thank you! Your message has been sent. </div>\\\\n                    <div class=\\\\\\\"u-form-send-error u-form-send-message\\\\\\\"> Unable to send your message. Please fix errors then try again. </div>\\\\n                </form>\\\\n            </div>\\\\n    </div>\\\\n        </div>\\\\n    </div>\\\\n</div>\\\"},\\\"published_theme1_css\\\":null,\\\"unpublished_theme1_css\\\":null,\\\"published_vendor_list_template\\\":\\\"<div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2 u-section-2\\\\\\\">\\\\n    <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n      <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n        <h1 class=\\\\\\\"u-text u-text-default u-text-1\\\\\\\">{{$parentCompany->name_of_the_vendor_listing_page}}</h1>\\\\n        <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n          <form id=\\\\\\\"vendor_search_form\\\\\\\" action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.list\\\\\\\", [\\\\\\\"shop\\\\\\\" => $shop->shopify_domain]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\" source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n              <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n              <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search\\\\\\\" id=\\\\\\\"search_vendor\\\\\\\" name=\\\\\\\"search_vendor\\\\\\\" class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n            </div>\\\\n          </form>\\\\n        </div>\\\\n        <div class=\\\\\\\"loader\\\\\\\" ></div>\\\\n        <div class=\\\\\\\"u-container-layout-2 u-container-layout-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-products u-products-1\\\\\\\">                \\\\n                <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n                    @foreach($companies as $company)\\\\n                      <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2 container\\\\\\\">\\\\n                                  <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1 image-hover\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\">\\\\n                                  <h1 class=\\\\\\\"u-align-center u-product-control u-text u-text-1\\\\\\\">\\\\n                                      <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                                          {{$company->title}}\\\\n                                      </a>\\\\n                                      @if ($parentCompany->display_vendor_category && $company->vendor_category != \\\\\\\"\\\\\\\")\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->vendor_category}} </p>\\\\n                                      @endif\\\\n                                      @if ($parentCompany->display_vendor_location)\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}</p>\\\\n                                      @endif\\\\n                                  </h1>\\\\n                              </div>\\\\n                          </a>\\\\n                          @if ($parentCompany->display_vendor_short_description)\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"st-middle\\\\\\\">\\\\n                                  <div class=\\\\\\\"short-description st-white-text-overlay\\\\\\\" style=\\\\\\\"height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.4);\\\\\\\">\\\\n                                      {!! $company->short_description !!}\\\\n                                  </div>\\\\n                              </div>\\\\n                          </a>\\\\n                          @endif\\\\n                      </div>\\\\n                    @endforeach\\\\n                </div>\\\\n                <div>\\\\n                  {{ $companies->links() }}\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n      </div>\\\\n    </div>\\\\n  </div>\\\",\\\"unpublished_vendor_list_template\\\":\\\"<div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2 u-section-2\\\\\\\">\\\\n    <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n      <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n        <h1 class=\\\\\\\"u-text u-text-default u-text-1\\\\\\\">{{$parentCompany->name_of_the_vendor_listing_page}}</h1>\\\\n        <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n          <form id=\\\\\\\"vendor_search_form\\\\\\\" action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.list\\\\\\\", [\\\\\\\"shop\\\\\\\" => $shop->shopify_domain]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\" source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n              <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n              <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search\\\\\\\" id=\\\\\\\"search_vendor\\\\\\\" name=\\\\\\\"search_vendor\\\\\\\" class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n            </div>\\\\n          </form>\\\\n        </div>\\\\n        <div class=\\\\\\\"loader\\\\\\\" ></div>\\\\n        <div class=\\\\\\\"u-container-layout-2 u-container-layout-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-products u-products-1\\\\\\\">                \\\\n                <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n                    @foreach($companies as $company)\\\\n                      <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2 container\\\\\\\">\\\\n                                  <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1 image-hover\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\">\\\\n                                  <h1 class=\\\\\\\"u-align-center u-product-control u-text u-text-1\\\\\\\">\\\\n                                      <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                                          {{$company->title}}\\\\n                                      </a>\\\\n                                      @if ($parentCompany->display_vendor_category && $company->vendor_category != \\\\\\\"\\\\\\\")\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->vendor_category}} </p>\\\\n                                      @endif\\\\n                                      @if ($parentCompany->display_vendor_location)\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}</p>\\\\n                                      @endif\\\\n                                  </h1>\\\\n                              </div>\\\\n                          </a>\\\\n                          @if ($parentCompany->display_vendor_short_description)\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"st-middle\\\\\\\">\\\\n                                  <div class=\\\\\\\"short-description st-white-text-overlay\\\\\\\" style=\\\\\\\"height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.4);\\\\\\\">\\\\n                                      {!! $company->short_description !!}\\\\n                                  </div>\\\\n                              </div>\\\\n                          </a>\\\\n                          @endif\\\\n                      </div>\\\\n                    @endforeach\\\\n                </div>\\\\n                <div>\\\\n                  {{ $companies->links() }}\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n      </div>\\\\n    </div>\\\\n  </div>\\\",\\\"publish_pending\\\":true}\",\n            \"published_and_unpublished_c2c_code\": \"{\\\"published_c2c_template\\\":{\\\"registration_page_template\\\":\\\"<div id=\\\\\\\"app\\\\\\\">\\\\n<h1>Hello registration</h1>\\\\n        <div class=\\\\\\\"c2c-registration-page-container\\\\\\\">\\\\n            <div class=\\\\\\\"d-flex flex-column text-center c2c-register-cta-text\\\\\\\">\\\\n                <h1 class=\\\\\\\"c2c-register-cta-header\\\\\\\">Complete your Seller Account</h1>\\\\n                <p>Hi {{ $customerData[\\\\\\\"first_name\\\\\\\"]}}, please fill in the required info to start selling on {{ $shop->name}}</p>\\\\n            </div>\\\\n            <div class=\\\\\\\"c2c-form-container mt-4 d-flex justify-content-center\\\\\\\">\\\\n                <form @submit.prevent=\\\\\\\"registerVendor\\\\\\\">\\\\n                    <div class=\\\\\\\"d-flex flex-column c2c-registration-general-info\\\\\\\">\\\\n                        <div class=\\\\\\\"d-flex align-items-center\\\\\\\">\\\\n                            <label for=\\\\\\\"first-name\\\\\\\" class=\\\\\\\"m-0\\\\\\\">First Name: </label>\\\\n                            <input name=\\\\\\\"first-name\\\\\\\" value=\\\\\\\"{{$customerData[\\\\\\\"first_name\\\\\\\"]}}\\\\\\\" disabled/>\\\\n                        </div>\\\\n                        <div class=\\\\\\\"d-flex align-items-center\\\\\\\">\\\\n                            <label class=\\\\\\\"m-0\\\\\\\" for=\\\\\\\"first-name\\\\\\\">Last Name: </label>\\\\n                            <input name=\\\\\\\"first-name\\\\\\\" value=\\\\\\\"{{$customerData[\\\\\\\"last_name\\\\\\\"]}}\\\\\\\" disabled/>\\\\n                        </div>\\\\n                        <div class=\\\\\\\"d-flex align-items-center\\\\\\\">\\\\n                            <label class=\\\\\\\"m-0\\\\\\\">Email: </label>\\\\n                            <p class=\\\\\\\"m-0\\\\\\\">{{$shopifyLoggedInCustomerEmail}}</p>\\\\n                            <span class=\\\\\\\"ml-3\\\\\\\">Can’t be edited</span>\\\\n                        </div>\\\\n                    <div>\\\\n                    <div class=\\\\\\\"c2c-main-registration-input-fields\\\\\\\">\\\\n                        <div>\\\\n                            <input name=\\\\\\\"phone-number\\\\\\\" class=\\\\\\\"st-input\\\\\\\" placeholder=\\\\\\\"+44 Phone Number\\\\\\\" v-model=\\\\\\\"phone_number\\\\\\\" required/>\\\\n                        </div>\\\\n                        <div>\\\\n                            <input name=\\\\\\\"street-address\\\\\\\" class=\\\\\\\"st-input\\\\\\\" placeholder=\\\\\\\"Street Address\\\\\\\" required/>\\\\n                        </div>\\\\n                        <div>\\\\n                            <input name=\\\\\\\"building-number\\\\\\\" class=\\\\\\\"st-input\\\\\\\" placeholder=\\\\\\\"Building Number\\\\\\\" required/>\\\\n                        </div>\\\\n                        <div>\\\\n                            <b-row>\\\\n                                <b-col sm=\\\\\\\"6\\\\\\\" class=\\\\\\\"mb-5\\\\\\\">\\\\n                                    <select class=\\\\\\\"register-input m-0 w-90\\\\\\\" v-model=\\\\\\\"selectedCountry\\\\\\\" @change=\\\\\\\"fetchStates\\\\\\\" :disabled=\\\\\\\"loading\\\\\\\" required>\\\\n                                        <option value=\\\\\\\"\\\\\\\" disabled selected>Country</option>\\\\n                                        <option v-for=\\\\\\\"country in countries\\\\\\\" :key=\\\\\\\"country.id\\\\\\\" :value=\\\\\\\"country.code\\\\\\\">$% country.name %</option>\\\\n                                    </select>\\\\n                                </b-col>\\\\n                                <b-col sm=\\\\\\\"6\\\\\\\" class=\\\\\\\"mb-5\\\\\\\">\\\\n                                    <select class=\\\\\\\"register-input m-0 w-90\\\\\\\" required>\\\\n                                        <option value=\\\\\\\"\\\\\\\" disabled selected>State</option>\\\\n                                        <option v-for=\\\\\\\"state in states\\\\\\\" :key=\\\\\\\"state.id\\\\\\\" :value=\\\\\\\"state.code\\\\\\\">$% state.title %</option>\\\\n                                    </select>\\\\n                                </b-col>\\\\n                                <b-col sm=\\\\\\\"6\\\\\\\" class=\\\\\\\"mb-5\\\\\\\">\\\\n                                    <input name=\\\\\\\"city\\\\\\\" placeholder=\\\\\\\"City\\\\\\\" v-model=\\\\\\\"city\\\\\\\" class=\\\\\\\"w-90\\\\\\\" required/>\\\\n                                </b-col>\\\\n                                <b-col sm=\\\\\\\"6\\\\\\\" class=\\\\\\\"mb-5\\\\\\\">\\\\n                                    <input name=\\\\\\\"zip-code\\\\\\\" placeholder=\\\\\\\"Zip Code\\\\\\\" v-model=\\\\\\\"pincode\\\\\\\" class=\\\\\\\"w-90\\\\\\\" required/>\\\\n                                </b-col>\\\\n                            </b-row>\\\\n                        </div>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"d-flex justify-content-center align-items-start c2c-setas-default-pickup-option\\\\\\\">\\\\n                        <input type=\\\\\\\"checkbox\\\\\\\" name=\\\\\\\"default-pickup\\\\\\\" id=\\\\\\\"default-pickup\\\\\\\">\\\\n                        <label for=\\\\\\\"default-pickup\\\\\\\">Set this as default location for pickup</label>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"d-flex justify-content-center align-items-center\\\\\\\">\\\\n                        <button class=\\\\\\\"c2c-register-vendor-btn\\\\\\\" typel=\\\\\\\"submit\\\\\\\">\\\\n                            Send Approval Request\\\\n                        </button>\\\\n                    </div>\\\\n                </form>\\\\n            </div>\\\\n        </div>\\\\n    <div>\\\",\\\"orders_list\\\":\\\"<div class=\\\\\\\"mt-5\\\\\\\">\\\\n  <div v-for=\\\\\\\"item in orders\\\\\\\" :key=\\\\\\\"item.id\\\\\\\">\\\\n    <b-card class=\\\\\\\"text-center shadow-sm mb-4 order_list_card\\\\\\\" >\\\\n      <div class=\\\\\\\"\\\\\\\">\\\\n        <b-row>\\\\n          <b-col sm=\\\\\\\"10\\\\\\\">\\\\n            <b-row>\\\\n              <b-col md=\\\\\\\"2\\\\\\\" class=\\\\\\\"c2c_order_id\\\\\\\"  align-self=\\\\\\\"center\\\\\\\">\\\\n                <div class=\\\\\\\"mb-3 \\\\\\\">Order Id</div>\\\\n                <div class=\\\\\\\"bold\\\\\\\"> #$% item.order_number %</div>\\\\n              </b-col>\\\\n              <b-col md=\\\\\\\"2\\\\\\\" class=\\\\\\\"c2c_order_date\\\\\\\"  align-self=\\\\\\\"center\\\\\\\">\\\\n                <div class=\\\\\\\"mb-3 \\\\\\\">Date</div>\\\\n                <div class=\\\\\\\"bold\\\\\\\">$% formatDate(item.processed_at) %</div>\\\\n\\\\n              </b-col>\\\\n              <b-col md=\\\\\\\"2\\\\\\\"  align-self=\\\\\\\"center\\\\\\\">\\\\n                <b-carousel\\\\n                  id=\\\\\\\"carousel-1\\\\\\\"\\\\n                  v-model=\\\\\\\"slide\\\\\\\"\\\\n                  :interval=\\\\\\\"4000\\\\\\\"\\\\n                  controls\\\\n                  \\\\n                  background=\\\\\\\"#ababab\\\\\\\"\\\\n                  img-width=\\\\\\\"1024\\\\\\\"\\\\n                  img-height=\\\\\\\"480\\\\\\\"\\\\n                  style=\\\\\\\"text-shadow: 1px 1px 2px #333;\\\\\\\"\\\\n                  @sliding-start=\\\\\\\"onSlideStart\\\\\\\"\\\\n                  @sliding-end=\\\\\\\"onSlideEnd\\\\\\\"\\\\n                >\\\\n                  <b-carousel-slide v-bind:key=\\\\\\\"i\\\\\\\" v-for=\\\\\\\"(image, i) in item.variant_images\\\\\\\">\\\\n                    <template #img>\\\\n                      <img\\\\n                        class=\\\\\\\"d-block\\\\\\\"\\\\n                        style=\\\\\\\"width: 100%; height: 100px; object-fit: cover;\\\\\\\"\\\\n                        :src=\\\\\\\"(image.variant && image.variant.image_link) ? image.variant.image_link : 'https://www.freeiconspng.com/thumbs/no-image-icon/no-image-icon-15.png'\\\\\\\"\\\\n                      >\\\\n                    </template>\\\\n                  </b-carousel-slide>\\\\n                </b-carousel>\\\\n              </b-col>\\\\n              <b-col md=\\\\\\\"2\\\\\\\"  align-self=\\\\\\\"center\\\\\\\" class=\\\\\\\"c2c_order_id_and_date justify-content-between p-3\\\\\\\">\\\\n                <div class=\\\\\\\"mb-3 bold mr-4\\\\\\\"> #$% item.order_number %</div>\\\\n                <div class=\\\\\\\"\\\\\\\">$% formatDate(item.processed_at) %</div>\\\\n              </b-col>\\\\n              <b-col md=\\\\\\\"2\\\\\\\" align-self=\\\\\\\"center\\\\\\\" class=\\\\\\\"c2c_order_detail\\\\\\\">\\\\n                <div class=\\\\\\\"mb-3 \\\\\\\">Order Value</div>\\\\n                <div class=\\\\\\\"bold\\\\\\\"> $%(item.currency_country && item.currency_country.currency_symbol) ? item.currency_country.currency_symbol : item.currency % $% item.payment %</div>\\\\n              </b-col>\\\\n              <b-col md=\\\\\\\"2\\\\\\\" align-self=\\\\\\\"center\\\\\\\" class=\\\\\\\"c2c_order_detail\\\\\\\">\\\\n                <div class=\\\\\\\"mb-3 \\\\\\\">Payment Status</div>\\\\n                <div class=\\\\\\\"bold\\\\\\\"> $% item.financial_status %</div>\\\\n              </b-col>\\\\n              <b-col md=\\\\\\\"2\\\\\\\" align-self=\\\\\\\"center\\\\\\\" class=\\\\\\\"c2c_order_detail\\\\\\\">\\\\n                <div class=\\\\\\\"mb-3 \\\\\\\">Order Status</div>\\\\n                <div class=\\\\\\\"bold\\\\\\\">$% item.order_sequence_name %</div>\\\\n              </b-col>\\\\n            </b-row> \\\\n          </b-col>\\\\n          <b-col md=\\\\\\\"2\\\\\\\" align-self=\\\\\\\"center\\\\\\\" class=\\\\\\\"pointer\\\\\\\" @click=\\\\\\\"openOrdersTab('OrderDetailsPage', item.id)\\\\\\\">\\\\n            <div class=\\\\\\\"c2c-card-icon-visiblity\\\\\\\">\\\\n              <b-icon class=\\\\\\\"h1\\\\\\\" icon=\\\\\\\"arrow-up-right-square\\\\\\\"></b-icon>\\\\n            </div>\\\\n            <div class=\\\\\\\"c2c-card-text-visiblity mt-3 float-right\\\\\\\">\\\\n              <b-link href=\\\\\\\"#foo\\\\\\\">View Order</b-link>\\\\n            </div>\\\\n          </b-col>\\\\n        </b-row> \\\\n      </div>\\\\n    </b-card>\\\\n  </div>\\\\n</div>\\\",\\\"order_details\\\":\\\"<b-row v-if=\\\\\\\"!loading\\\\\\\" class=\\\\\\\" d-flex align-items-center order_details_container\\\\\\\">\\\\n     <b-col lg=\\\\\\\"9\\\\\\\" class=\\\\\\\"\\\\\\\" align=\\\\\\\"left\\\\\\\">\\\\n        <div>\\\\n            <b-row>\\\\n              <b-button size=\\\\\\\"xs\\\\\\\" variant=\\\\\\\"light\\\\\\\" class=\\\\\\\" top-left-button-container mr-1\\\\\\\" @click=\\\\\\\"routeBack\\\\\\\"><i class=\\\\\\\"fa fa-chevron-left\\\\\\\" ></i></b-button>\\\\n            </b-row>\\\\n            <b-row class=\\\\\\\"p-4 align-items-center\\\\\\\">\\\\n               <b-col sm=\\\\\\\"6\\\\\\\" class=\\\\\\\"m-0\\\\\\\" >\\\\n                 <h3 class=\\\\\\\"bold\\\\\\\">#$% singleOrderData.order_number %</h3>\\\\n               </b-col>\\\\n               <b-col sm=\\\\\\\"6\\\\\\\" class=\\\\\\\"d-flex justify-content-end align-items-center\\\\\\\" align=\\\\\\\"right\\\\\\\">\\\\n                  <div>\\\\n                    <b-button v-if=\\\\\\\"!singleOrderData.awb_label && !singleOrderData.generating_awb\\\\\\\" size=\\\\\\\"lg\\\\\\\" @click=\\\\\\\"openAddTrackingModal\\\\\\\" class=\\\\\\\"float-right mr-3  btn-styling\\\\\\\" variant=\\\\\\\"dark\\\\\\\">Add Tracking</b-button>\\\\n                    <b-button v-else size=\\\\\\\"lg\\\\\\\" @click=\\\\\\\"openAddTrackingModal\\\\\\\" class=\\\\\\\"float-right mr-3 btn-styling\\\\\\\" variant=\\\\\\\"dark\\\\\\\">Edit Tracking</b-button>\\\\n                  </div>\\\\n                 <div>\\\\n                  <span v-if=\\\\\\\"order_status_change_loading === singleOrderData.id\\\\\\\" style=\\\\\\\"width: 1.5rem; height:1.5rem;\\\\\\\" class=\\\\\\\"spinner-border spinner-border-sm ml-0\\\\\\\" role=\\\\\\\"status\\\\\\\" aria-hidden=\\\\\\\"true\\\\\\\"></span>\\\\n                  <b-dropdown :id=\\\\\\\"'dropdown-' + singleOrderData.id\\\\\\\" :text=\\\\\\\"singleOrderData.order_sequence_name\\\\\\\" variant=\\\\\\\"primary\\\\\\\" class=\\\\\\\"m-md-2 order_actions_container\\\\\\\">\\\\n                    <b-dropdown-item @click=\\\\\\\"performOrderAction(singleOrderData.id, 'new-order')\\\\\\\" class=\\\\\\\"status_new_order\\\\\\\" :class=\\\\\\\"{ 'active': singleOrderData.order_sequence_name === 'New Orders' }\\\\\\\">\\\\n                      <span v-if=\\\\\\\"order_status_change_loading === singleOrderData.id\\\\\\\" class=\\\\\\\"spinner-border spinner-border-sm ml-0\\\\\\\" role=\\\\\\\"status\\\\\\\" aria-hidden=\\\\\\\"true\\\\\\\"></span>\\\\n                      New Order\\\\n                    </b-dropdown-item>\\\\n                    \\\\n                    <b-dropdown-item @click=\\\\\\\"performOrderAction(singleOrderData.id, 'confirmed')\\\\\\\" class=\\\\\\\"status_confirmed\\\\\\\" :class=\\\\\\\"{ 'active': singleOrderData.order_sequence_name === 'Confirmed' }\\\\\\\">\\\\n                      <span v-if=\\\\\\\"order_status_change_loading === singleOrderData.id\\\\\\\" class=\\\\\\\"spinner-border spinner-border-sm ml-0\\\\\\\" role=\\\\\\\"status\\\\\\\" aria-hidden=\\\\\\\"true\\\\\\\"></span>\\\\n                      Confirmed\\\\n                    </b-dropdown-item>\\\\n\\\\n                    <b-dropdown-item @click=\\\\\\\"performOrderAction(singleOrderData.id, 'in-transit')\\\\\\\" class=\\\\\\\"status_intransit\\\\\\\" :class=\\\\\\\"{ 'active': singleOrderData.order_sequence_name === 'In Transit' }\\\\\\\">\\\\n                      <span v-if=\\\\\\\"order_status_change_loading === singleOrderData.id\\\\\\\" class=\\\\\\\"spinner-border spinner-border-sm ml-0\\\\\\\" role=\\\\\\\"status\\\\\\\" aria-hidden=\\\\\\\"true\\\\\\\"></span>\\\\n                      In-transit\\\\n                    </b-dropdown-item>\\\\n\\\\n                    <b-dropdown-item @click=\\\\\\\"performOrderAction(singleOrderData.id, 'delivered')\\\\\\\" class=\\\\\\\"status_delivered\\\\\\\" :class=\\\\\\\"{ 'active': singleOrderData.order_sequence_name === 'Delivered' }\\\\\\\">\\\\n                      <span v-if=\\\\\\\"order_status_change_loading === singleOrderData.id\\\\\\\" class=\\\\\\\"spinner-border spinner-border-sm ml-0\\\\\\\" role=\\\\\\\"status\\\\\\\" aria-hidden=\\\\\\\"true\\\\\\\"></span>\\\\n                      Delivered\\\\n                    </b-dropdown-item>\\\\n\\\\n                    <b-dropdown-item @click=\\\\\\\"performOrderAction(singleOrderData.id, 'cancelled')\\\\\\\" class=\\\\\\\"status_cancelled\\\\\\\" :class=\\\\\\\"{ 'active': singleOrderData.order_sequence_name === 'cancelled' }\\\\\\\">\\\\n                      <span v-if=\\\\\\\"order_status_change_loading === singleOrderData.id\\\\\\\" class=\\\\\\\"spinner-border spinner-border-sm ml-0\\\\\\\" role=\\\\\\\"status\\\\\\\" aria-hidden=\\\\\\\"true\\\\\\\"></span>\\\\n                      Cancelled\\\\n                    </b-dropdown-item>\\\\n\\\\n                    <b-dropdown-item @click=\\\\\\\"performOrderAction(singleOrderData.id, 'returned')\\\\\\\" class=\\\\\\\"status_returned\\\\\\\" :class=\\\\\\\"{ 'active': singleOrderData.order_sequence_name === 'RTO' }\\\\\\\">\\\\n                      <span v-if=\\\\\\\"order_status_change_loading === singleOrderData.id\\\\\\\" class=\\\\\\\"spinner-border spinner-border-sm ml-0\\\\\\\" role=\\\\\\\"status\\\\\\\" aria-hidden=\\\\\\\"true\\\\\\\"></span>\\\\n                      Returned\\\\n                    </b-dropdown-item>\\\\n\\\\n                  </b-dropdown>\\\\n                </div>\\\\n               </b-col>\\\\n           </b-row> \\\\n            <b-card class=\\\\\\\"text-left p-3\\\\\\\" title=\\\\\\\"\\\\\\\">\\\\n                <div class=\\\\\\\"mb-4\\\\\\\">\\\\n                  <!-- <span class=\\\\\\\"bold\\\\\\\">Delivery Method: </span>\\\\n                  <span> Shipping</span> -->\\\\n\\\\n                  <div class=\\\\\\\"text-bottom\\\\\\\">\\\\n                    <div v-if=\\\\\\\"singleOrderData.generating_awb\\\\\\\">\\\\n                      Generating\\\\n                      <span class=\\\\\\\"spinner-border spinner-border-sm ml-0\\\\\\\"  role=\\\\\\\"status\\\\\\\" aria-hidden=\\\\\\\"true\\\\\\\"></span>\\\\n                    </div>\\\\n                    <div v-if=\\\\\\\"singleOrderData.awb_label || singleOrderData.generating_awb\\\\\\\">\\\\n                      <div v-if=\\\\\\\"singleOrderData.shipping_provider\\\\\\\">\\\\n                        <span class=\\\\\\\"text-uppercase\\\\\\\">$% singleOrderData.shipping_provider %</span><br/>\\\\n                      </div>\\\\n                      <div v-if=\\\\\\\"singleOrderData.awb_custom_courier_name\\\\\\\">\\\\n                        <span>$% singleOrderData.awb_custom_courier_name %</span> <br/>\\\\n                      </div>\\\\n                      <div v-if=\\\\\\\"singleOrderData.awb !== null\\\\\\\">\\\\n                        <span  class=\\\\\\\"p-0 m-0\\\\\\\"><a class=\\\\\\\"p-0 text-primary\\\\\\\" size=\\\\\\\"xs\\\\\\\" variant=\\\\\\\"link\\\\\\\" target=\\\\\\\"_blank\\\\\\\" :href=\\\\\\\"singleOrderData.tracking_link ? singleOrderData.tracking_link : '#'\\\\\\\" tag=\\\\\\\"a\\\\\\\">$% singleOrderData.awb %</a></span><br />\\\\n                      </div>\\\\n                      <div v-else-if=\\\\\\\"singleOrderData.awb\\\\\\\">\\\\n                        <span  class=\\\\\\\"p-0 m-0\\\\\\\">$% singleOrderData.awb %</span><br />\\\\n                      </div>\\\\n                      \\\\n                    </div>\\\\n                  </div>\\\\n                  \\\\n                </div>\\\\n                <b-row class=\\\\\\\"mb-4 line_item_order_title_container only_visisble_on_desktop \\\\\\\">\\\\n                  <b-col lg=\\\\\\\"2\\\\\\\" class=\\\\\\\" d-flex\\\\\\\">\\\\n                  </b-col>\\\\n                  <b-col lg=\\\\\\\"3\\\\\\\" class=\\\\\\\" d-flex\\\\\\\">\\\\n                  </b-col>\\\\n                  <b-col lg=\\\\\\\"2\\\\\\\" class=\\\\\\\" d-flex\\\\\\\">\\\\n                  </b-col>\\\\n                  <b-col  class=\\\\\\\"d-flex justify-content-start \\\\\\\">\\\\n                    Product Price\\\\n                  </b-col>\\\\n                  <b-col  class=\\\\\\\"d-flex justify-content-start \\\\\\\">\\\\n                    Your earnings\\\\n                  </b-col>\\\\n                </b-row>\\\\n                <div  v-for=\\\\\\\"(item, i) in singleOrderData.line_items\\\\\\\" :key=\\\\\\\"item.id\\\\\\\" class=\\\\\\\"text-center\\\\\\\" >\\\\n                  <b-row>\\\\n                    <b-col sm=\\\\\\\"12\\\\\\\">\\\\n                      <b-row class=\\\\\\\"orders_items_container mt-4\\\\\\\">\\\\n                        <b-col lg=\\\\\\\"2\\\\\\\" class=\\\\\\\"mb-4\\\\\\\">\\\\n                          <b-carousel\\\\n                            id=\\\\\\\"carousel-1\\\\\\\"\\\\n                            v-model=\\\\\\\"slide\\\\\\\"\\\\n                            :interval=\\\\\\\"4000\\\\\\\"\\\\n                            controls\\\\n\\\\n                            background=\\\\\\\"#ababab\\\\\\\"\\\\n                            img-width=\\\\\\\"1024\\\\\\\"\\\\n                            img-height=\\\\\\\"480\\\\\\\"\\\\n                            style=\\\\\\\"text-shadow: 1px 1px 2px #333;\\\\\\\"\\\\n                            @sliding-start=\\\\\\\"onSlideStart\\\\\\\"\\\\n                            @sliding-end=\\\\\\\"onSlideEnd\\\\\\\"\\\\n                          >\\\\n                            <b-carousel-slide v-bind:key=\\\\\\\"i\\\\\\\">\\\\n                              <template #img>\\\\n                                  <img\\\\n                                    class=\\\\\\\"d-block\\\\\\\"\\\\n                                    style=\\\\\\\"width: 100%; height: 100px; object-fit: cover;\\\\\\\"\\\\n                                    :src=\\\\\\\"(item.variant && item.variant.image_link) ? item.variant.image_link : 'https://www.freeiconspng.com/thumbs/no-image-icon/no-image-icon-15.png'\\\\\\\"\\\\n                                  >                                \\\\n                              </template>\\\\n                            </b-carousel-slide>\\\\n                          </b-carousel>\\\\n\\\\n                        </b-col>\\\\n                        <b-col sm=\\\\\\\"12\\\\\\\" lg=\\\\\\\"3\\\\\\\" class=\\\\\\\"mb-4\\\\\\\">\\\\n                          <div class=\\\\\\\"bold\\\\\\\">$% item.title %</div>\\\\n                        </b-col>\\\\n                        <b-col lg=\\\\\\\"3\\\\\\\" class=\\\\\\\"\\\\\\\">\\\\n                          <div class=\\\\\\\"align-to-end-on-mobile\\\\\\\"> $%(singleOrderData.currency_country && singleOrderData.currency_country.currency_symbol) ? singleOrderData.currency_country.currency_symbol : singleOrderData.currency % $% item.o_line_total_value % x $% item.billable_quantity %</div>\\\\n                        </b-col>\\\\n                        <b-col lg=\\\\\\\"2\\\\\\\" class=\\\\\\\"\\\\\\\">\\\\n                          <div class=\\\\\\\"d-flex justify-content-between\\\\\\\"><span class=\\\\\\\"only_visisble_on_mobile\\\\\\\">Product Price: </span> $%(singleOrderData.currency_country && singleOrderData.currency_country.currency_symbol) ? singleOrderData.currency_country.currency_symbol : singleOrderData.currency % $% item.o_line_total_value %</div>\\\\n                        </b-col>\\\\n                        <b-col lg=\\\\\\\"2\\\\\\\" class=\\\\\\\"\\\\\\\">\\\\n                          <div class=\\\\\\\"d-flex justify-content-between\\\\\\\">\\\\n                            <span class=\\\\\\\"only_visisble_on_mobile\\\\\\\">Your earnings: </span>\\\\n                            <span>\\\\n                              $% userData && userData.default_shop\\\\n                                ? userData.default_shop.currency_country\\\\n                                ? userData.default_shop.currency_country.currency_symbol\\\\n                                : userData.default_shop.currency\\\\n                                : ' ' %\\\\n                                  $%  item.o_line_price  - ((singleOrderData.company.global_commission / 100 * item.o_line_price ) +  singleOrderData.company.global_fixed_commission)  %\\\\n                                <i class=\\\\\\\"fa fa-info-circle\\\\\\\"  v-b-popover.hover.html=\\\\\\\"popoverMethodForCommission(\\\\n                                  item.title,\\\\n                                  singleOrderData.company.global_commission !== null ? singleOrderData.company.global_commission : '0', \\\\n                                  userData && userData.default_shop\\\\n                                  ? userData.default_shop.currency_country\\\\n                                  ? userData.default_shop.currency_country.currency_symbol\\\\n                                  : userData.default_shop.currency\\\\n                                  : ' ', \\\\n                                  item.o_line_price  - ((singleOrderData.company.global_commission / 100 * item.o_line_price ) +  singleOrderData.company.global_fixed_commission) )\\\\\\\"\\\\n                                  title=\\\\\\\"\\\\\\\"\\\\n                                  aria-hidden=\\\\\\\"true\\\\\\\"\\\\n                                ></i>\\\\n                            </span>\\\\n\\\\n                          </div>\\\\n                        </b-col>\\\\n                      </b-row> \\\\n                    </b-col>\\\\n                  </b-row> \\\\n                </div>\\\\n              <div class=\\\\\\\" mt-4 mb-4\\\\\\\">\\\\n                <div class=\\\\\\\"\\\\\\\">\\\\n                   <b-row>\\\\n                      <b-co sm=\\\\\\\"2\\\\\\\" class=\\\\\\\"d-flex col-lg-2\\\\\\\">\\\\n                      </b-co>\\\\n                      <b-col sm=\\\\\\\"12\\\\\\\" lg=\\\\\\\"3\\\\\\\" class=\\\\\\\"text-center align-to-end-on-mobile\\\\\\\">\\\\n                        <div class=\\\\\\\"bold\\\\\\\">Subtotal</div>\\\\n                      </b-col>\\\\n                      <b-col lg=\\\\\\\"3\\\\\\\" class=\\\\\\\"d-flex  justify-content-center align-to-end-on-mobile\\\\\\\">\\\\n                        <div  class=\\\\\\\"mr-4\\\\\\\">$% totalBillableQuantity % items</div>\\\\n                        <b-badge pill variant=\\\\\\\"light\\\\\\\" class=\\\\\\\"order_detail_badge\\\\\\\">$% singleOrderData.payment_status %</b-badge>\\\\n                      </b-col>\\\\n                      \\\\n                      <b-col lg=\\\\\\\"2\\\\\\\" class=\\\\\\\"text-center\\\\\\\">\\\\n                        <div class=\\\\\\\"d-flex  justify-content-between\\\\\\\"><span class=\\\\\\\"only_visisble_on_mobile\\\\\\\">Product Total Price: </span>$%(singleOrderData.currency_country && singleOrderData.currency_country.currency_symbol) ? singleOrderData.currency_country.currency_symbol : singleOrderData.currency % $% singleOrderData.total_price %</div>\\\\n                      </b-col>\\\\n                      <b-col lg=\\\\\\\"2\\\\\\\" class=\\\\\\\"text-center\\\\\\\">\\\\n                        <div class=\\\\\\\"d-flex  justify-content-between\\\\\\\"><span class=\\\\\\\"only_visisble_on_mobile\\\\\\\">Your Total earnings: </span> $%(singleOrderData.currency_country && singleOrderData.currency_country.currency_symbol) ? singleOrderData.currency_country.currency_symbol : singleOrderData.currency % $% singleOrderData.subtotal_price %</div>\\\\n                      </b-col>\\\\n                   </b-row> \\\\n                  </div>\\\\n              </div>\\\\n            </b-card>\\\\n         \\\\n        </div>\\\\n     </b-col>\\\\n     <b-col lg=\\\\\\\"3\\\\\\\" class=\\\\\\\"customer_detail_container\\\\\\\" align=\\\\\\\"left\\\\\\\">\\\\n        <div>\\\\n          <b-card>\\\\n            <b-card-title class=\\\\\\\"bold h4\\\\\\\">\\\\n              Customer Details\\\\n            </b-card-title>\\\\n             <b-card-text>\\\\n             Customer Info\\\\n            </b-card-text>\\\\n            <b-card-sub-title>\\\\n              <address v-if=\\\\\\\"singleOrderData.customer_address\\\\\\\">\\\\n                <p class=\\\\\\\"text-truncate p-0 m-0\\\\\\\">\\\\n                  <span>\\\\n                    $%singleOrderData.customer_address.first_name% $%singleOrderData.customer_address.last_name% <br/>\\\\n                  </span>\\\\n                  <span>\\\\n                    $%singleOrderData.customer_address.email% <br/>\\\\n                  </span>\\\\n                  <span >\\\\n                    $%singleOrderData.customer_address.phone% <br/>\\\\n                  </span>\\\\n                </p>\\\\n              </address>\\\\n            </b-card-sub-title>\\\\n        \\\\n             <b-card-text class=\\\\\\\"mt-4\\\\\\\">\\\\n             Shipping Address\\\\n            </b-card-text>\\\\n            <b-card-sub-title>\\\\n              <div v-if=\\\\\\\"singleOrderData.shipping_address\\\\\\\">\\\\n                 <span>\\\\n                  <span v-if=\\\\\\\"singleOrderData.shipping_address.address1\\\\\\\">$%singleOrderData.shipping_address.address1%<br></span>\\\\n                  <span v-if=\\\\\\\"singleOrderData.shipping_address.address2\\\\\\\">$%singleOrderData.shipping_address.address2% , <br></span>\\\\n                  <span v-if=\\\\\\\"singleOrderData.shipping_address.city\\\\\\\"> $%singleOrderData.shipping_address.city%, </span>\\\\n                  <span v-if=\\\\\\\"singleOrderData.shipping_address.province\\\\\\\">  $%singleOrderData.shipping_address.province% <br></span>\\\\n                  <span v-if=\\\\\\\"singleOrderData.shipping_address.country\\\\\\\"> $%singleOrderData.shipping_address.country% ($%singleOrderData.shipping_address.country_code%)<br> </span>\\\\n                  <span v-if=\\\\\\\"singleOrderData.shipping_address.zip\\\\\\\"> Zip Code/Pin Code: $%singleOrderData.shipping_address.zip%<br></span>\\\\n                </span>\\\\n              </div>\\\\n            </b-card-sub-title>\\\\n          </b-card>\\\\n        </div>\\\\n     </b-col>\\\\n  </b-row>\\\\n\\\\n<b-modal ref=\\\\\\\"addTrackingModal\\\\\\\" title=\\\\\\\"Add Tracking\\\\\\\" hide-footer hide-backdrop header-class=\\\\\\\"p-3 pr-3 pl-3 border-primary\\\\\\\">\\\\n  <b-form-group label=\\\\\\\"Shipping Carrier\\\\\\\" label-for=\\\\\\\"shippingCarrier\\\\\\\">\\\\n    <b-form-input id=\\\\\\\"shippingCarrier\\\\\\\" v-model=\\\\\\\"shippingCarrier\\\\\\\" placeholder=\\\\\\\"Enter shipping carrier\\\\\\\"></b-form-input>\\\\n  </b-form-group>\\\\n\\\\n  <b-form-group label=\\\\\\\"Tracking Number\\\\\\\" label-for=\\\\\\\"trackingNumber\\\\\\\">\\\\n    <b-form-input id=\\\\\\\"trackingNumber\\\\\\\" v-model=\\\\\\\"trackingNumber\\\\\\\" placeholder=\\\\\\\"Enter tracking number\\\\\\\"></b-form-input>\\\\n  </b-form-group>\\\\n\\\\n  <b-form-group label=\\\\\\\"Tracking Url\\\\\\\" label-for=\\\\\\\"trackingUrl\\\\\\\">\\\\n    <b-form-input id=\\\\\\\"trackingUrl\\\\\\\" v-model=\\\\\\\"trackingUrl\\\\\\\" placeholder=\\\\\\\"Enter tracking url\\\\\\\"></b-form-input>\\\\n  </b-form-group>\\\\n\\\\n  <b-button variant=\\\\\\\"secondary\\\\\\\" @click=\\\\\\\"closeAddTrackingModal\\\\\\\">\\\\n    Cancel\\\\n  </b-button>\\\\n  <b-button  variant=\\\\\\\"primary\\\\\\\" @click=\\\\\\\"saveTracking(singleOrderData.id)\\\\\\\"><span v-if=\\\\\\\"save_tracking_loading\\\\\\\" class=\\\\\\\"spinner-border spinner-border-sm ml-0\\\\\\\" role=\\\\\\\"status\\\\\\\" aria-hidden=\\\\\\\"true\\\\\\\"></span>\\\\n  Save</b-button>\\\\n</b-modal>\\\",\\\"profile\\\":\\\"<div class=\\\\\\\"profile-page-container\\\\\\\">\\\\n    <b-tabs pills content-class=\\\\\\\"container-margin\\\\\\\" class=\\\\\\\"position-relative\\\\\\\" align=\\\\\\\"center\\\\\\\">\\\\n        <b-tab class=\\\\\\\"mb-4 \\\\\\\" variant=\\\\\\\"outline-primary\\\\\\\" :title=\\\\\\\"'Bio'\\\\\\\" @click=\\\\\\\"editProfile\\\\\\\">\\\\n            <div class=\\\\\\\"profile-bio-container mx-auto mt-5\\\\\\\">\\\\n                <b-row>\\\\n                    <b-col md=\\\\\\\"6\\\\\\\" class=\\\\\\\"mb-5 d-flex flex-column\\\\\\\">\\\\n                        <label for=\\\\\\\"phone_number\\\\\\\">Phone Number</label>\\\\n                        <input name=\\\\\\\"phone_number\\\\\\\" placeholder=\\\\\\\"Phone Number\\\\\\\" v-model=\\\\\\\"editProfileData.phone_number\\\\\\\" style=\\\\\\\"width: 90%\\\\\\\"/>\\\\n                    </b-col>\\\\n                    <b-col md=\\\\\\\"6\\\\\\\" class=\\\\\\\"mb-5 d-flex flex-column\\\\\\\">\\\\n                        <label for=\\\\\\\"email\\\\\\\">Email</label>\\\\n                        <input name=\\\\\\\"email\\\\\\\" placeholder=\\\\\\\"Email\\\\\\\" style=\\\\\\\"width: 90%\\\\\\\" v-model=\\\\\\\"editProfileData.email\\\\\\\" disabled/>\\\\n                    </b-col>\\\\n                    <b-col md=\\\\\\\"6\\\\\\\" class=\\\\\\\"mb-5 d-flex flex-column\\\\\\\">\\\\n                        <label for=\\\\\\\"country\\\\\\\">Country</label>\\\\n                        <select class='m-0 w-90' name=\\\\\\\"country\\\\\\\" v-model=\\\\\\\"editProfileData.country\\\\\\\" @change=\\\\\\\"fetchStates('edit_profile')\\\\\\\" :disabled=\\\\\\\"loading\\\\\\\" required>\\\\n                            <option value=\\\\\\\"\\\\\\\" disabled selected>Country</option>\\\\n                            <option v-for=\\\\\\\"country in countries\\\\\\\" :key=\\\\\\\"country.id\\\\\\\" :value=\\\\\\\"country.code\\\\\\\">$% country.name %</option>\\\\n                        </select>\\\\n                    </b-col>\\\\n                    <b-col md=\\\\\\\"6\\\\\\\" class=\\\\\\\"mb-5 d-flex flex-column\\\\\\\">\\\\n                        <label for=\\\\\\\"state\\\\\\\">State</label>\\\\n                        <select class='m-0' style=\\\\\\\"width: 90%\\\\\\\" name=\\\\\\\"state\\\\\\\" v-model=\\\\\\\"editProfileData.state\\\\\\\" required>\\\\n                            <option value=\\\\\\\"\\\\\\\" disabled selected>State</option>\\\\n                            <option v-for=\\\\\\\"state in states\\\\\\\" :key=\\\\\\\"state.id\\\\\\\" :value=\\\\\\\"state.code\\\\\\\">$% state.title %</option>\\\\n                        </select>\\\\n                    </b-col>\\\\n                    <b-col md=\\\\\\\"6\\\\\\\" class=\\\\\\\"mb-5 d-flex flex-column\\\\\\\">\\\\n                        <label for=\\\\\\\"City\\\\\\\">City</label>\\\\n                        <input name=\\\\\\\"city\\\\\\\" placeholder=\\\\\\\"City\\\\\\\" v-model=\\\\\\\"editProfileData.city\\\\\\\" style=\\\\\\\"width: 90%\\\\\\\" required/>\\\\n                    </b-col>\\\\n                    <b-col md=\\\\\\\"6\\\\\\\" class=\\\\\\\"mb-5 d-flex flex-column\\\\\\\">\\\\n                        <label for=\\\\\\\"zip-code\\\\\\\">Zip Code</label>\\\\n                        <input name=\\\\\\\"zip-code\\\\\\\" placeholder=\\\\\\\"Zip Code\\\\\\\" v-model=\\\\\\\"editProfileData.pin_code\\\\\\\" style=\\\\\\\"width: 90%\\\\\\\" required/>\\\\n                    </b-col>\\\\n                    <b-col xs=\\\\\\\"4\\\\\\\" class=\\\\\\\"mb-5\\\\\\\">\\\\n                        <button class=\\\\\\\"profile-bio-save-btn\\\\\\\" @click=\\\\\\\"updateProfile\\\\\\\">Save</button>\\\\n                    </b-col>\\\\n                </b-row>\\\\n                \\\\n            </div>\\\\n        </b-tab>\\\\n        <b-tab class=\\\\\\\"mb-4 \\\\\\\" variant=\\\\\\\"outline-primary\\\\\\\" :title=\\\\\\\"'Payment Methods'\\\\\\\" @click=\\\\\\\"getPaymentMethodDetails\\\\\\\">\\\\n            <div class=\\\\\\\"profile-payment-details-containers mx-auto mt-5\\\\\\\">\\\\n                <div class=\\\\\\\"my-5 text-center profile-payment-details-title\\\\\\\">\\\\n                    <h2>Enter your bank account details</h2>\\\\n                </div>\\\\n                <div>\\\\n                    <div>\\\\n                        <b-row>\\\\n                            <b-col md=\\\\\\\"6\\\\\\\" class=\\\\\\\"mb-5 d-flex flex-column\\\\\\\">\\\\n                                <label for=\\\\\\\"payment-method\\\\\\\">Payment Method</label>\\\\n                                <select class='m-0 w-90' v-model=\\\\\\\"paymentMethod.payment_method\\\\\\\" required>\\\\n                                    <option value=\\\\\\\"\\\\\\\" disabled selected>Payment Method</option>\\\\n                                    <option v-for=\\\\\\\"method in paymentMethodOptions\\\\\\\" :key=\\\\\\\"method.value\\\\\\\" :value=\\\\\\\"method.value\\\\\\\">$% method.text %</option>\\\\n                                </select>\\\\n                            </b-col>\\\\n                            <b-col md=\\\\\\\"6\\\\\\\" class=\\\\\\\"mb-5 d-flex flex-column\\\\\\\">\\\\n                                <label for=\\\\\\\"nick-name\\\\\\\">Nick Name</label>\\\\n                                <input name=\\\\\\\"nick-name\\\\\\\" class=\\\\\\\"nick-name w-90\\\\\\\" placeholder=\\\\\\\"Nick Name\\\\\\\" v-model=\\\\\\\"paymentMethod.nick_name\\\\\\\" required/>\\\\n                            </b-col>\\\\n                            <b-col md=\\\\\\\"6\\\\\\\" class=\\\\\\\"mb-5 d-flex flex-column\\\\\\\">\\\\n                                <label>Account Owner Name<span style=\\\\\\\"font-size: 12px; font-weight: 400;\\\\\\\">(Should be same with your bank account name)</span></label>\\\\n                                <input name=\\\\\\\"phone-number\\\\\\\" style=\\\\\\\"width: 90%\\\\\\\" placeholder=\\\\\\\"Account Owner Name\\\\\\\" v-model=\\\\\\\"paymentMethod.account_name\\\\\\\" required/>\\\\n                            </b-col>\\\\n                            <b-col md=\\\\\\\"6\\\\\\\" class=\\\\\\\"mb-5 d-flex flex-column\\\\\\\">\\\\n                                <label>Account Number</label>\\\\n                                <input name=\\\\\\\"phone-number\\\\\\\" style=\\\\\\\"width: 90%\\\\\\\" placeholder=\\\\\\\"Account Number\\\\\\\" v-model=\\\\\\\"paymentMethod.account_number\\\\\\\" required/>\\\\n                            </b-col>\\\\n                            <b-col md=\\\\\\\"6\\\\\\\" class=\\\\\\\"mb-5 d-flex flex-column\\\\\\\">\\\\n                                <label>IFSC Code</label>\\\\n                                <input name=\\\\\\\"ifsc-code\\\\\\\" placeholder=\\\\\\\"Zip Code\\\\\\\" v-model=\\\\\\\"paymentMethod.sort_code\\\\\\\" style=\\\\\\\"width: 90%\\\\\\\"/>\\\\n                            </b-col>\\\\n                            <b-col md=\\\\\\\"6\\\\\\\" class=\\\\\\\"mb-5 d-flex flex-column\\\\\\\">\\\\n                                <label>Bank Name</label>\\\\n                                <input name=\\\\\\\"bank-name\\\\\\\" placeholder=\\\\\\\"Bank Name\\\\\\\" v-model=\\\\\\\"paymentMethod.bank_company_name\\\\\\\" style=\\\\\\\"width: 90%\\\\\\\"/>\\\\n                            </b-col>\\\\n                        </b-row>\\\\n                    </div>\\\\n                    <div>\\\\n                        <div class=\\\\\\\"mb-5\\\\\\\">\\\\n                            <button class=\\\\\\\"profile-payment-details-save-btn\\\\\\\" @click=\\\\\\\"savePaymentMethod\\\\\\\">Save</button>\\\\n                        </div>\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </b-tab>\\\\n    </b-tabs>\\\\n</div>\\\",\\\"pending_approval_page_template\\\":\\\"<body>\\\\n        <div id=\\\\\\\"app\\\\\\\">\\\\n            <div class=\\\\\\\"pending-approval-container\\\\\\\">\\\\n            <div class=\\\\\\\"pending-approval-content\\\\\\\">\\\\n                <img src=\\\\\\\"https://img.freepik.com/free-vector/tiny-people-standing-near-big-checkmark-team-male-female-characters-finishing-work-with-list-good-job-sign-flat-vector-illustration-done-job-checklist-time-management-concept_74855-21019.jpg?w=740&t=st=1702024987~exp=1702025587~hmac=01a19d335f28a291571d9955f4aa4c6378be8bc0102f914de701062bcfd14624\\\\\\\"\\\\n                alt=\\\\\\\"Success Image\\\\\\\" />\\\\n                <h2>Welcome to Our Platform!</h2>\\\\n                <p>\\\\n                You have successfully registered. However, your account is pending approval.\\\\n                <br /> Once approved, you will receive an email confirmation.\\\\n                </p>\\\\n            </div>\\\\n            </div>\\\\n        </div>\\\\n    </body>\\\",\\\"product_listing\\\":\\\"<div class=\\\\\\\"products_list_container\\\\\\\">\\\\n    <b-row class=\\\\\\\"ml-4 listing_header_container mt-5 align-items-center\\\\\\\">\\\\n        <b-col class=\\\\\\\"listing_title_container pr-0 pl-0 d-flex justify-content-between align-items-center\\\\\\\" sm=\\\\\\\"10\\\\\\\">\\\\n            <h1 class=\\\\\\\"bold\\\\\\\">My Listings ($% activeProductsCount + pendingApprovalProductsCount %)</h1>\\\\n        </b-col>\\\\n        <b-col sm=\\\\\\\"2\\\\\\\" class=\\\\\\\"add_listing_btn_container\\\\\\\">\\\\n            <b-button variant=\\\\\\\"outline-primary\\\\\\\" size=\\\\\\\"lg\\\\\\\" class=\\\\\\\"mb-2 mt-4 btn-styling\\\\\\\" title=\\\\\\\"ADD A LISTING\\\\\\\"\\\\n                @click=\\\\\\\"openPage('addListing')\\\\\\\">\\\\n                Add Listing <i class=\\\\\\\"fa fa-plus\\\\\\\" aria-hidden=\\\\\\\"true\\\\\\\"></i>\\\\n            </b-button>\\\\n        </b-col>\\\\n    </b-row>\\\\n    <b-tabs pills class=\\\\\\\"products_tabs_container\\\\\\\">\\\\n        <b-tab active @click=\\\\\\\"fetchActiveProducts\\\\\\\">\\\\n            <template slot=\\\\\\\"title\\\\\\\">\\\\n                 <b-spinner v-if=\\\\\\\"active_products_loading\\\\\\\" variant=\\\\\\\"light\\\\\\\"></b-spinner> Active ($%activeProductsCount%)\\\\n            </template>\\\\n            <b-row>\\\\n                <b-col sm=\\\\\\\"6\\\\\\\" md=\\\\\\\"4\\\\\\\" lg=\\\\\\\"3\\\\\\\" class=\\\\\\\"px-2 mb-5\\\\\\\" v-for=\\\\\\\"items in activeProducts\\\\\\\" :key=\\\\\\\"items.title\\\\\\\">\\\\n                    <b-card :img-src=\\\\\\\"items.image ? items.image : 'https://www.freeiconspng.com/thumbs/no-image-icon/no-image-icon-15.png'\\\\\\\" img-alt=\\\\\\\"Image\\\\\\\" img-top tag=\\\\\\\"article\\\\\\\"\\\\n                        style=\\\\\\\"max-width: 391px; border: 1px solid #D8DADC; border-radius : 8px; padding : 10px;\\\\n                         position : relative; object-fit: contain; font-size: 14px;\\\\\\\"\\\\n                        class=\\\\\\\"mb-2\\\\\\\">\\\\n                        <div\\\\n                            class=\\\\\\\"approval-status d-flex justify-content-center align-items-center bg-primary\\\\\\\" >\\\\n                            <h3 v-if=\\\\\\\"items.status\\\\\\\">$% items.status %</h3>\\\\n                            <h3 v-else> No status found</h3>\\\\n                        </div>\\\\n                        <b-card-text class=\\\\\\\"bold\\\\\\\" v-if=\\\\\\\"items.title\\\\\\\">\\\\n                            $% items.title%\\\\n                        </b-card-text>\\\\n                        <b-card-text v-else>\\\\n                            No title is present\\\\n                        </b-card-text>\\\\n                        <b-card-text v-if=\\\\\\\" items.variants && items.variants.length > 0 && items.variants[0].price  !== null\\\\\\\">\\\\n                        Listing Price: $% userData && userData.default_shop\\\\n                                        ? userData.default_shop.currency_country\\\\n                                        ? userData.default_shop.currency_country.currency_symbol\\\\n                                        : userData.default_shop.currency\\\\n                                        : ' ' %\\\\n                                         $% items.variants[0].price %\\\\n                        </b-card-text>\\\\n                        <b-card-text v-else>\\\\n                            Price is not present\\\\n                        </b-card-text>\\\\n                        <b-card-text>\\\\n                            <i class=\\\\\\\"fa fa-info-circle\\\\\\\"  v-b-popover.hover.html=\\\\\\\"popoverMethodForCommission(items.title, items.company.global_commission !== null ? items.company.global_commission : '0', userData && userData.default_shop\\\\n                                        ? userData.default_shop.currency_country\\\\n                                        ? userData.default_shop.currency_country.currency_symbol\\\\n                                        : userData.default_shop.currency\\\\n                                        : ' ', items.variants[0].price - ((items.company.global_commission / 100 * items.variants[0].price) +  items.company.global_fixed_commission) )\\\\\\\"\\\\n                                    title=\\\\\\\"\\\\\\\"\\\\n                                    aria-hidden=\\\\\\\"true\\\\\\\"\\\\n                            ></i>\\\\n                                           \\\\n                            Commission: $% items.company.global_commission !== null ? items.company.global_commission : '0' % % + $% userData && userData.default_shop\\\\n                                    ? userData.default_shop.currency_country\\\\n                                    ? userData.default_shop.currency_country.currency_symbol\\\\n                                    : userData.default_shop.currency\\\\n                                    : ' ' %\\\\n                                        $% items.company.global_fixed_commission %\\\\n                        </b-card-text>\\\\n                        <b-card-text>\\\\n                        Your earnings: $% userData && userData.default_shop\\\\n                                        ? userData.default_shop.currency_country\\\\n                                        ? userData.default_shop.currency_country.currency_symbol\\\\n                                        : userData.default_shop.currency\\\\n                                        : ' ' %\\\\n                                         $%  items.variants[0].price - ((items.company.global_commission / 100 * items.variants[0].price) +  items.company.global_fixed_commission)  %\\\\n                        </b-card-text>\\\\n                        <div class=\\\\\\\"d-flex justify-content-between\\\\\\\">\\\\n                            <a @click=\\\\\\\"openPage('editListing', items, 'activeProducts')\\\\\\\" href=\\\\\\\"#\\\\\\\" style=\\\\\\\"color : #C98364\\\\\\\">Edit\\\\n                                Listing</a>\\\\n                            <a href=\\\\\\\"#\\\\\\\" style=\\\\\\\"color : #C98364\\\\\\\" @click=\\\\\\\"openDeleteProductModal(items)\\\\\\\">Delete Listing</a>\\\\n                        </div>\\\\n                    </b-card>\\\\n                </b-col>\\\\n            </b-row>\\\\n            <div class=\\\\\\\"d-flex justify-content-center\\\\\\\">\\\\n                <b-spinner v-if=\\\\\\\"active_products_loading\\\\\\\" type=\\\\\\\"grow\\\\\\\" label=\\\\\\\"Spinning\\\\\\\"></b-spinner>                \\\\n            </div> \\\\n            <div v-if=\\\\\\\"activeProducts.length === 0 && !active_products_loading\\\\\\\" class=\\\\\\\"d-flex justify-content-center\\\\\\\">\\\\n               <p>No listing found</p>              \\\\n            </div> \\\\n        </b-tab>\\\\n        <b-tab @click=\\\\\\\"fetchPendingApprovalProducts\\\\\\\">\\\\n            <template slot=\\\\\\\"title\\\\\\\">\\\\n                 <b-spinner v-if=\\\\\\\"pending_products_loading\\\\\\\"  class=\\\\\\\"product_tab_spinner\\\\\\\"  variant=\\\\\\\"light\\\\\\\"></b-spinner> Pending Approval ($%pendingApprovalProductsCount%)\\\\n            </template>\\\\n            <b-row>\\\\n                <b-col sm=\\\\\\\"6\\\\\\\" md=\\\\\\\"4\\\\\\\" lg=\\\\\\\"3\\\\\\\" class=\\\\\\\"px-2 mb-5\\\\\\\" v-for=\\\\\\\"items in pendingApprovalProducts\\\\\\\" :key=\\\\\\\"items.title\\\\\\\">\\\\n                    <b-card :img-src=\\\\\\\"(items.product_json && items.product_json.images && items.product_json.images.length > 0) ? \\\\n                    items.product_json && items.product_json.images[0].src : 'https://www.freeiconspng.com/thumbs/no-image-icon/no-image-icon-15.png'\\\\\\\" img-alt=\\\\\\\"Image\\\\\\\" img-top tag=\\\\\\\"article\\\\\\\"\\\\n                        style=\\\\\\\"max-width: 391px; max-height:376px; border: 1px solid #D8DADC; border-radius : 8px; padding : 10px; position : relative;\\\\n                        object-fit: contain;\\\\\\\"\\\\n                        class=\\\\\\\"mb-2\\\\\\\">\\\\n                        <div\\\\n                            class=\\\\\\\"approval-status d-flex justify-content-center align-items-center bg-primary\\\\\\\" >\\\\n                            <h3>Pending Approval</h3>\\\\n                        </div>\\\\n                        <b-card-text v-if=\\\\\\\"items.product_json && items.product_json.title\\\\\\\">\\\\n                            $% items.product_json.title%\\\\n                        </b-card-text>\\\\n                        <b-card-text v-else>\\\\n                            No title is present\\\\n                        </b-card-text>\\\\n                        <b-card-text v-if=\\\\\\\"items.product_json && items.product_json.price !== null\\\\\\\">\\\\n                            $% userData && userData.default_shop.currency % $% items.product_json.price %\\\\n                        </b-card-text>\\\\n                        <b-card-text v-else>\\\\n                            Price is not present\\\\n                        </b-card-text>\\\\n                        <div class=\\\\\\\"d-flex justify-content-between\\\\\\\">\\\\n                            <a @click=\\\\\\\"openPage('editListing', items, 'pendingApproval')\\\\\\\" href=\\\\\\\"#\\\\\\\" style=\\\\\\\"color : #C98364\\\\\\\">Edit\\\\n                                Listing</a>\\\\n                            <a href=\\\\\\\"#\\\\\\\" style=\\\\\\\"color : #C98364\\\\\\\" @click=\\\\\\\"openDeletePendingApprovalProductModal(items)\\\\\\\">Delete Listing</a>\\\\n                        </div>\\\\n                    </b-card>\\\\n                </b-col>\\\\n            </b-row>\\\\n            <div class=\\\\\\\"d-flex justify-content-center\\\\\\\">\\\\n                <b-spinner  v-if=\\\\\\\"pending_products_loading\\\\\\\" type=\\\\\\\"grow\\\\\\\" label=\\\\\\\"Spinning\\\\\\\"></b-spinner>                \\\\n            </div> \\\\n            <div v-if=\\\\\\\"pendingApprovalProducts.length === 0 && !pending_products_loading\\\\\\\" class=\\\\\\\"d-flex justify-content-center\\\\\\\">\\\\n               <p>No listing found</p>              \\\\n            </div> \\\\n        </b-tab>\\\\n    </b-tabs>\\\\n    <!-- START : DELETE modal -->\\\\n    <b-modal ref=\\\\\\\"deleteProductModal\\\\\\\" title=\\\\\\\"Delete Product\\\\\\\" @hide=\\\\\\\"closeDeleteModal\\\\\\\" header-bg-variant=\\\\\\\"danger\\\\\\\"\\\\n        hide-footer hide-backdrop header-class=\\\\\\\"p-3 pr-3 pl-3 border-primary\\\\\\\">\\\\n        <form>\\\\n            <div class=\\\\\\\"p-3\\\\\\\">\\\\n                <p>Are you sure you wish to remove this record?</p>\\\\n            </div>\\\\n            <b-modal-footer class=\\\\\\\"justify-content-between\\\\\\\">\\\\n                <span class=\\\\\\\"delete_product-msg\\\\\\\"></span>\\\\n                <b-button variant=\\\\\\\"secondary\\\\\\\" @click=\\\\\\\"closeDeleteModal\\\\\\\">Close</b-button>\\\\n                <b-button type=\\\\\\\"button\\\\\\\" variant=\\\\\\\"danger\\\\\\\" @click=\\\\\\\"deleteProduct\\\\\\\" id=\\\\\\\"deleteproduct_btn\\\\\\\">Delete</b-button>\\\\n            </b-modal-footer>\\\\n        </form>\\\\n    </b-modal>\\\\n    <b-modal ref=\\\\\\\"deletePendingApprovalProductModal\\\\\\\" title=\\\\\\\"Delete Product\\\\\\\" @hide=\\\\\\\"closeDeletePendingApprovalProductModal\\\\\\\" header-bg-variant=\\\\\\\"danger\\\\\\\"\\\\n        hide-footer hide-backdrop header-class=\\\\\\\"p-3 pr-3 pl-3 border-primary\\\\\\\">\\\\n        <form>\\\\n            <div class=\\\\\\\"p-3\\\\\\\">\\\\n                <p>Are you sure you wish to remove this record?</p>\\\\n            </div>\\\\n            <b-modal-footer class=\\\\\\\"justify-content-between\\\\\\\">\\\\n                <span class=\\\\\\\"delete_product-msg\\\\\\\"></span>\\\\n                <b-button variant=\\\\\\\"secondary\\\\\\\" @click=\\\\\\\"closeDeletePendingApprovalProductModal\\\\\\\">Close</b-button>\\\\n                <b-button type=\\\\\\\"button\\\\\\\" variant=\\\\\\\"danger\\\\\\\" @click=\\\\\\\"deleteProduct('pendingApproval')\\\\\\\" id=\\\\\\\"deleteproduct_btn\\\\\\\">Delete</b-button>\\\\n            </b-modal-footer>\\\\n        </form>\\\\n    </b-modal>\\\\n    <!-- END : DELETE modal -->\\\\n</div>\\\"},\\\"unpublished_c2c_template\\\":{\\\"product_listing\\\":\\\"<div class=\\\\\\\"products_list_container\\\\\\\">\\\\n    <b-row class=\\\\\\\"ml-4 listing_header_container mt-5 align-items-center\\\\\\\">\\\\n        <b-col class=\\\\\\\"listing_title_container pr-0 pl-0 d-flex justify-content-between align-items-center\\\\\\\" sm=\\\\\\\"10\\\\\\\">\\\\n            <h1 class=\\\\\\\"bold\\\\\\\">My Listings ($% activeProductsCount + pendingApprovalProductsCount %)</h1>\\\\n        </b-col>\\\\n        <b-col sm=\\\\\\\"2\\\\\\\" class=\\\\\\\"add_listing_btn_container\\\\\\\">\\\\n            <b-button variant=\\\\\\\"outline-primary\\\\\\\" size=\\\\\\\"lg\\\\\\\" class=\\\\\\\"mb-2 mt-4 btn-styling\\\\\\\" title=\\\\\\\"ADD A LISTING\\\\\\\"\\\\n                @click=\\\\\\\"openPage('addListing')\\\\\\\">\\\\n                Add Listing <i class=\\\\\\\"fa fa-plus\\\\\\\" aria-hidden=\\\\\\\"true\\\\\\\"></i>\\\\n            </b-button>\\\\n        </b-col>\\\\n    </b-row>\\\\n    <b-tabs pills class=\\\\\\\"products_tabs_container\\\\\\\">\\\\n        <b-tab active @click=\\\\\\\"fetchActiveProducts\\\\\\\">\\\\n            <template slot=\\\\\\\"title\\\\\\\">\\\\n                 <b-spinner v-if=\\\\\\\"active_products_loading\\\\\\\" variant=\\\\\\\"light\\\\\\\"></b-spinner> Active ($%activeProductsCount%)\\\\n            </template>\\\\n            <b-row>\\\\n                <b-col sm=\\\\\\\"6\\\\\\\" md=\\\\\\\"4\\\\\\\" lg=\\\\\\\"3\\\\\\\" class=\\\\\\\"px-2 mb-5\\\\\\\" v-for=\\\\\\\"items in activeProducts\\\\\\\" :key=\\\\\\\"items.title\\\\\\\">\\\\n                    <b-card :img-src=\\\\\\\"items.image ? items.image : 'https://www.freeiconspng.com/thumbs/no-image-icon/no-image-icon-15.png'\\\\\\\" img-alt=\\\\\\\"Image\\\\\\\" img-top tag=\\\\\\\"article\\\\\\\"\\\\n                        style=\\\\\\\"max-width: 391px; border: 1px solid #D8DADC; border-radius : 8px; padding : 10px;\\\\n                         position : relative; object-fit: contain; font-size: 14px;\\\\\\\"\\\\n                        class=\\\\\\\"mb-2\\\\\\\">\\\\n                        <div\\\\n                            class=\\\\\\\"approval-status d-flex justify-content-center align-items-center bg-primary\\\\\\\" >\\\\n                            <h3 v-if=\\\\\\\"items.status\\\\\\\">$% items.status %</h3>\\\\n                            <h3 v-else> No status found</h3>\\\\n                        </div>\\\\n                        <b-card-text class=\\\\\\\"bold\\\\\\\" v-if=\\\\\\\"items.title\\\\\\\">\\\\n                            $% items.title%\\\\n                        </b-card-text>\\\\n                        <b-card-text v-else>\\\\n                            No title is present\\\\n                        </b-card-text>\\\\n                        <b-card-text v-if=\\\\\\\" items.variants && items.variants.length > 0 && items.variants[0].price  !== null\\\\\\\">\\\\n                        Listing Price: $% userData && userData.default_shop\\\\n                                        ? userData.default_shop.currency_country\\\\n                                        ? userData.default_shop.currency_country.currency_symbol\\\\n                                        : userData.default_shop.currency\\\\n                                        : ' ' %\\\\n                                         $% items.variants[0].price %\\\\n                        </b-card-text>\\\\n                        <b-card-text v-else>\\\\n                            Price is not present\\\\n                        </b-card-text>\\\\n                        <b-card-text>\\\\n                            <i class=\\\\\\\"fa fa-info-circle\\\\\\\"  v-b-popover.hover.html=\\\\\\\"popoverMethodForCommission(items.title, items.company.global_commission !== null ? items.company.global_commission : '0', userData && userData.default_shop\\\\n                                        ? userData.default_shop.currency_country\\\\n                                        ? userData.default_shop.currency_country.currency_symbol\\\\n                                        : userData.default_shop.currency\\\\n                                        : ' ', items.variants[0].price - ((items.company.global_commission / 100 * items.variants[0].price) +  items.company.global_fixed_commission) )\\\\\\\"\\\\n                                    title=\\\\\\\"\\\\\\\"\\\\n                                    aria-hidden=\\\\\\\"true\\\\\\\"\\\\n                            ></i>\\\\n                                           \\\\n                            Commission: $% items.company.global_commission !== null ? items.company.global_commission : '0' % % + $% userData && userData.default_shop\\\\n                                    ? userData.default_shop.currency_country\\\\n                                    ? userData.default_shop.currency_country.currency_symbol\\\\n                                    : userData.default_shop.currency\\\\n                                    : ' ' %\\\\n                                        $% items.company.global_fixed_commission %\\\\n                        </b-card-text>\\\\n                        <b-card-text>\\\\n                        Your earnings: $% userData && userData.default_shop\\\\n                                        ? userData.default_shop.currency_country\\\\n                                        ? userData.default_shop.currency_country.currency_symbol\\\\n                                        : userData.default_shop.currency\\\\n                                        : ' ' %\\\\n                                         $%  items.variants[0].price - ((items.company.global_commission / 100 * items.variants[0].price) +  items.company.global_fixed_commission)  %\\\\n                        </b-card-text>\\\\n                        <div class=\\\\\\\"d-flex justify-content-between\\\\\\\">\\\\n                            <a @click=\\\\\\\"openPage('editListing', items, 'activeProducts')\\\\\\\" href=\\\\\\\"#\\\\\\\" style=\\\\\\\"color : #C98364\\\\\\\">Edit\\\\n                                Listing</a>\\\\n                            <a href=\\\\\\\"#\\\\\\\" style=\\\\\\\"color : #C98364\\\\\\\" @click=\\\\\\\"openDeleteProductModal(items)\\\\\\\">Delete Listing</a>\\\\n                        </div>\\\\n                    </b-card>\\\\n                </b-col>\\\\n            </b-row>\\\\n            <div class=\\\\\\\"d-flex justify-content-center\\\\\\\">\\\\n                <b-spinner v-if=\\\\\\\"active_products_loading\\\\\\\" type=\\\\\\\"grow\\\\\\\" label=\\\\\\\"Spinning\\\\\\\"></b-spinner>                \\\\n            </div> \\\\n            <div v-if=\\\\\\\"activeProducts.length === 0 && !active_products_loading\\\\\\\" class=\\\\\\\"d-flex justify-content-center\\\\\\\">\\\\n               <p>No listing found</p>              \\\\n            </div> \\\\n        </b-tab>\\\\n        <b-tab @click=\\\\\\\"fetchPendingApprovalProducts\\\\\\\">\\\\n            <template slot=\\\\\\\"title\\\\\\\">\\\\n                 <b-spinner v-if=\\\\\\\"pending_products_loading\\\\\\\"  class=\\\\\\\"product_tab_spinner\\\\\\\"  variant=\\\\\\\"light\\\\\\\"></b-spinner> Pending Approval ($%pendingApprovalProductsCount%)\\\\n            </template>\\\\n            <b-row>\\\\n                <b-col sm=\\\\\\\"6\\\\\\\" md=\\\\\\\"4\\\\\\\" lg=\\\\\\\"3\\\\\\\" class=\\\\\\\"px-2 mb-5\\\\\\\" v-for=\\\\\\\"items in pendingApprovalProducts\\\\\\\" :key=\\\\\\\"items.title\\\\\\\">\\\\n                    <b-card :img-src=\\\\\\\"(items.product_json && items.product_json.images && items.product_json.images.length > 0) ? \\\\n                    items.product_json && items.product_json.images[0].src : 'https://www.freeiconspng.com/thumbs/no-image-icon/no-image-icon-15.png'\\\\\\\" img-alt=\\\\\\\"Image\\\\\\\" img-top tag=\\\\\\\"article\\\\\\\"\\\\n                        style=\\\\\\\"max-width: 391px; max-height:376px; border: 1px solid #D8DADC; border-radius : 8px; padding : 10px; position : relative;\\\\n                        object-fit: contain;\\\\\\\"\\\\n                        class=\\\\\\\"mb-2\\\\\\\">\\\\n                        <div\\\\n                            class=\\\\\\\"approval-status d-flex justify-content-center align-items-center bg-primary\\\\\\\" >\\\\n                            <h3>Pending Approval</h3>\\\\n                        </div>\\\\n                        <b-card-text v-if=\\\\\\\"items.product_json && items.product_json.title\\\\\\\">\\\\n                            $% items.product_json.title%\\\\n                        </b-card-text>\\\\n                        <b-card-text v-else>\\\\n                            No title is present\\\\n                        </b-card-text>\\\\n                        <b-card-text v-if=\\\\\\\"items.product_json && items.product_json.price !== null\\\\\\\">\\\\n                            $% userData && userData.default_shop.currency % $% items.product_json.price %\\\\n                        </b-card-text>\\\\n                        <b-card-text v-else>\\\\n                            Price is not present\\\\n                        </b-card-text>\\\\n                        <div class=\\\\\\\"d-flex justify-content-between\\\\\\\">\\\\n                            <a @click=\\\\\\\"openPage('editListing', items, 'pendingApproval')\\\\\\\" href=\\\\\\\"#\\\\\\\" style=\\\\\\\"color : #C98364\\\\\\\">Edit\\\\n                                Listing</a>\\\\n                            <a href=\\\\\\\"#\\\\\\\" style=\\\\\\\"color : #C98364\\\\\\\" @click=\\\\\\\"openDeletePendingApprovalProductModal(items)\\\\\\\">Delete Listing</a>\\\\n                        </div>\\\\n                    </b-card>\\\\n                </b-col>\\\\n            </b-row>\\\\n            <div class=\\\\\\\"d-flex justify-content-center\\\\\\\">\\\\n                <b-spinner  v-if=\\\\\\\"pending_products_loading\\\\\\\" type=\\\\\\\"grow\\\\\\\" label=\\\\\\\"Spinning\\\\\\\"></b-spinner>                \\\\n            </div> \\\\n            <div v-if=\\\\\\\"pendingApprovalProducts.length === 0 && !pending_products_loading\\\\\\\" class=\\\\\\\"d-flex justify-content-center\\\\\\\">\\\\n               <p>No listing found</p>              \\\\n            </div> \\\\n        </b-tab>\\\\n    </b-tabs>\\\\n    <!-- START : DELETE modal -->\\\\n    <b-modal ref=\\\\\\\"deleteProductModal\\\\\\\" title=\\\\\\\"Delete Product\\\\\\\" @hide=\\\\\\\"closeDeleteModal\\\\\\\" header-bg-variant=\\\\\\\"danger\\\\\\\"\\\\n        hide-footer hide-backdrop header-class=\\\\\\\"p-3 pr-3 pl-3 border-primary\\\\\\\">\\\\n        <form>\\\\n            <div class=\\\\\\\"p-3\\\\\\\">\\\\n                <p>Are you sure you wish to remove this record?</p>\\\\n            </div>\\\\n            <b-modal-footer class=\\\\\\\"justify-content-between\\\\\\\">\\\\n                <span class=\\\\\\\"delete_product-msg\\\\\\\"></span>\\\\n                <b-button variant=\\\\\\\"secondary\\\\\\\" @click=\\\\\\\"closeDeleteModal\\\\\\\">Close</b-button>\\\\n                <b-button type=\\\\\\\"button\\\\\\\" variant=\\\\\\\"danger\\\\\\\" @click=\\\\\\\"deleteProduct\\\\\\\" id=\\\\\\\"deleteproduct_btn\\\\\\\">Delete</b-button>\\\\n            </b-modal-footer>\\\\n        </form>\\\\n    </b-modal>\\\\n    <b-modal ref=\\\\\\\"deletePendingApprovalProductModal\\\\\\\" title=\\\\\\\"Delete Product\\\\\\\" @hide=\\\\\\\"closeDeletePendingApprovalProductModal\\\\\\\" header-bg-variant=\\\\\\\"danger\\\\\\\"\\\\n        hide-footer hide-backdrop header-class=\\\\\\\"p-3 pr-3 pl-3 border-primary\\\\\\\">\\\\n        <form>\\\\n            <div class=\\\\\\\"p-3\\\\\\\">\\\\n                <p>Are you sure you wish to remove this record?</p>\\\\n            </div>\\\\n            <b-modal-footer class=\\\\\\\"justify-content-between\\\\\\\">\\\\n                <span class=\\\\\\\"delete_product-msg\\\\\\\"></span>\\\\n                <b-button variant=\\\\\\\"secondary\\\\\\\" @click=\\\\\\\"closeDeletePendingApprovalProductModal\\\\\\\">Close</b-button>\\\\n                <b-button type=\\\\\\\"button\\\\\\\" variant=\\\\\\\"danger\\\\\\\" @click=\\\\\\\"deleteProduct('pendingApproval')\\\\\\\" id=\\\\\\\"deleteproduct_btn\\\\\\\">Delete</b-button>\\\\n            </b-modal-footer>\\\\n        </form>\\\\n    </b-modal>\\\\n    <!-- END : DELETE modal -->\\\\n</div>\\\",\\\"registration_page_template\\\":\\\"<div id=\\\\\\\"app\\\\\\\">\\\\n<h1>Hello registration</h1>\\\\n        <div class=\\\\\\\"c2c-registration-page-container\\\\\\\">\\\\n            <div class=\\\\\\\"d-flex flex-column text-center c2c-register-cta-text\\\\\\\">\\\\n                <h1 class=\\\\\\\"c2c-register-cta-header\\\\\\\">Complete your Seller Account</h1>\\\\n                <p>Hi {{ $customerData[\\\\\\\"first_name\\\\\\\"]}}, please fill in the required info to start selling on {{ $shop->name}}</p>\\\\n            </div>\\\\n            <div class=\\\\\\\"c2c-form-container mt-4 d-flex justify-content-center\\\\\\\">\\\\n                <form @submit.prevent=\\\\\\\"registerVendor\\\\\\\">\\\\n                    <div class=\\\\\\\"d-flex flex-column c2c-registration-general-info\\\\\\\">\\\\n                        <div class=\\\\\\\"d-flex align-items-center\\\\\\\">\\\\n                            <label for=\\\\\\\"first-name\\\\\\\" class=\\\\\\\"m-0\\\\\\\">First Name: </label>\\\\n                            <input name=\\\\\\\"first-name\\\\\\\" value=\\\\\\\"{{$customerData[\\\\\\\"first_name\\\\\\\"]}}\\\\\\\" disabled/>\\\\n                        </div>\\\\n                        <div class=\\\\\\\"d-flex align-items-center\\\\\\\">\\\\n                            <label class=\\\\\\\"m-0\\\\\\\" for=\\\\\\\"first-name\\\\\\\">Last Name: </label>\\\\n                            <input name=\\\\\\\"first-name\\\\\\\" value=\\\\\\\"{{$customerData[\\\\\\\"last_name\\\\\\\"]}}\\\\\\\" disabled/>\\\\n                        </div>\\\\n                        <div class=\\\\\\\"d-flex align-items-center\\\\\\\">\\\\n                            <label class=\\\\\\\"m-0\\\\\\\">Email: </label>\\\\n                            <p class=\\\\\\\"m-0\\\\\\\">{{$shopifyLoggedInCustomerEmail}}</p>\\\\n                            <span class=\\\\\\\"ml-3\\\\\\\">Can’t be edited</span>\\\\n                        </div>\\\\n                    <div>\\\\n                    <div class=\\\\\\\"c2c-main-registration-input-fields\\\\\\\">\\\\n                        <div>\\\\n                            <input name=\\\\\\\"phone-number\\\\\\\" class=\\\\\\\"st-input\\\\\\\" placeholder=\\\\\\\"+44 Phone Number\\\\\\\" v-model=\\\\\\\"phone_number\\\\\\\" required/>\\\\n                        </div>\\\\n                        <div>\\\\n                            <input name=\\\\\\\"street-address\\\\\\\" class=\\\\\\\"st-input\\\\\\\" placeholder=\\\\\\\"Street Address\\\\\\\" required/>\\\\n                        </div>\\\\n                        <div>\\\\n                            <input name=\\\\\\\"building-number\\\\\\\" class=\\\\\\\"st-input\\\\\\\" placeholder=\\\\\\\"Building Number\\\\\\\" required/>\\\\n                        </div>\\\\n                        <div>\\\\n                            <b-row>\\\\n                                <b-col sm=\\\\\\\"6\\\\\\\" class=\\\\\\\"mb-5\\\\\\\">\\\\n                                    <select class=\\\\\\\"register-input m-0 w-90\\\\\\\" v-model=\\\\\\\"selectedCountry\\\\\\\" @change=\\\\\\\"fetchStates\\\\\\\" :disabled=\\\\\\\"loading\\\\\\\" required>\\\\n                                        <option value=\\\\\\\"\\\\\\\" disabled selected>Country</option>\\\\n                                        <option v-for=\\\\\\\"country in countries\\\\\\\" :key=\\\\\\\"country.id\\\\\\\" :value=\\\\\\\"country.code\\\\\\\">$% country.name %</option>\\\\n                                    </select>\\\\n                                </b-col>\\\\n                                <b-col sm=\\\\\\\"6\\\\\\\" class=\\\\\\\"mb-5\\\\\\\">\\\\n                                    <select class=\\\\\\\"register-input m-0 w-90\\\\\\\" required>\\\\n                                        <option value=\\\\\\\"\\\\\\\" disabled selected>State</option>\\\\n                                        <option v-for=\\\\\\\"state in states\\\\\\\" :key=\\\\\\\"state.id\\\\\\\" :value=\\\\\\\"state.code\\\\\\\">$% state.title %</option>\\\\n                                    </select>\\\\n                                </b-col>\\\\n                                <b-col sm=\\\\\\\"6\\\\\\\" class=\\\\\\\"mb-5\\\\\\\">\\\\n                                    <input name=\\\\\\\"city\\\\\\\" placeholder=\\\\\\\"City\\\\\\\" v-model=\\\\\\\"city\\\\\\\" class=\\\\\\\"w-90\\\\\\\" required/>\\\\n                                </b-col>\\\\n                                <b-col sm=\\\\\\\"6\\\\\\\" class=\\\\\\\"mb-5\\\\\\\">\\\\n                                    <input name=\\\\\\\"zip-code\\\\\\\" placeholder=\\\\\\\"Zip Code\\\\\\\" v-model=\\\\\\\"pincode\\\\\\\" class=\\\\\\\"w-90\\\\\\\" required/>\\\\n                                </b-col>\\\\n                            </b-row>\\\\n                        </div>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"d-flex justify-content-center align-items-start c2c-setas-default-pickup-option\\\\\\\">\\\\n                        <input type=\\\\\\\"checkbox\\\\\\\" name=\\\\\\\"default-pickup\\\\\\\" id=\\\\\\\"default-pickup\\\\\\\">\\\\n                        <label for=\\\\\\\"default-pickup\\\\\\\">Set this as default location for pickup</label>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"d-flex justify-content-center align-items-center\\\\\\\">\\\\n                        <button class=\\\\\\\"c2c-register-vendor-btn\\\\\\\" typel=\\\\\\\"submit\\\\\\\">\\\\n                            Send Approval Request\\\\n                        </button>\\\\n                    </div>\\\\n                </form>\\\\n            </div>\\\\n        </div>\\\\n    <div>\\\",\\\"pending_approval_page_template\\\":\\\"<body>\\\\n        <div id=\\\\\\\"app\\\\\\\">\\\\n            <div class=\\\\\\\"pending-approval-container\\\\\\\">\\\\n            <div class=\\\\\\\"pending-approval-content\\\\\\\">\\\\n                <img src=\\\\\\\"https://img.freepik.com/free-vector/tiny-people-standing-near-big-checkmark-team-male-female-characters-finishing-work-with-list-good-job-sign-flat-vector-illustration-done-job-checklist-time-management-concept_74855-21019.jpg?w=740&t=st=1702024987~exp=1702025587~hmac=01a19d335f28a291571d9955f4aa4c6378be8bc0102f914de701062bcfd14624\\\\\\\"\\\\n                alt=\\\\\\\"Success Image\\\\\\\" />\\\\n                <h2>Welcome to Our Platform!</h2>\\\\n                <p>\\\\n                You have successfully registered. However, your account is pending approval.\\\\n                <br /> Once approved, you will receive an email confirmation.\\\\n                </p>\\\\n            </div>\\\\n            </div>\\\\n        </div>\\\\n    </body>\\\",\\\"orders_list\\\":\\\"<div class=\\\\\\\"mt-5\\\\\\\">\\\\n  <div v-for=\\\\\\\"item in orders\\\\\\\" :key=\\\\\\\"item.id\\\\\\\">\\\\n    <b-card class=\\\\\\\"text-center shadow-sm mb-4 order_list_card\\\\\\\" >\\\\n      <div class=\\\\\\\"\\\\\\\">\\\\n        <b-row>\\\\n          <b-col sm=\\\\\\\"10\\\\\\\">\\\\n            <b-row>\\\\n              <b-col md=\\\\\\\"2\\\\\\\" class=\\\\\\\"c2c_order_id\\\\\\\"  align-self=\\\\\\\"center\\\\\\\">\\\\n                <div class=\\\\\\\"mb-3 \\\\\\\">Order Id</div>\\\\n                <div class=\\\\\\\"bold\\\\\\\"> #$% item.order_number %</div>\\\\n              </b-col>\\\\n              <b-col md=\\\\\\\"2\\\\\\\" class=\\\\\\\"c2c_order_date\\\\\\\"  align-self=\\\\\\\"center\\\\\\\">\\\\n                <div class=\\\\\\\"mb-3 \\\\\\\">Date</div>\\\\n                <div class=\\\\\\\"bold\\\\\\\">$% formatDate(item.processed_at) %</div>\\\\n\\\\n              </b-col>\\\\n              <b-col md=\\\\\\\"2\\\\\\\"  align-self=\\\\\\\"center\\\\\\\">\\\\n                <b-carousel\\\\n                  id=\\\\\\\"carousel-1\\\\\\\"\\\\n                  v-model=\\\\\\\"slide\\\\\\\"\\\\n                  :interval=\\\\\\\"4000\\\\\\\"\\\\n                  controls\\\\n                  \\\\n                  background=\\\\\\\"#ababab\\\\\\\"\\\\n                  img-width=\\\\\\\"1024\\\\\\\"\\\\n                  img-height=\\\\\\\"480\\\\\\\"\\\\n                  style=\\\\\\\"text-shadow: 1px 1px 2px #333;\\\\\\\"\\\\n                  @sliding-start=\\\\\\\"onSlideStart\\\\\\\"\\\\n                  @sliding-end=\\\\\\\"onSlideEnd\\\\\\\"\\\\n                >\\\\n                  <b-carousel-slide v-bind:key=\\\\\\\"i\\\\\\\" v-for=\\\\\\\"(image, i) in item.variant_images\\\\\\\">\\\\n                    <template #img>\\\\n                      <img\\\\n                        class=\\\\\\\"d-block\\\\\\\"\\\\n                        style=\\\\\\\"width: 100%; height: 100px; object-fit: cover;\\\\\\\"\\\\n                        :src=\\\\\\\"(image.variant && image.variant.image_link) ? image.variant.image_link : 'https://www.freeiconspng.com/thumbs/no-image-icon/no-image-icon-15.png'\\\\\\\"\\\\n                      >\\\\n                    </template>\\\\n                  </b-carousel-slide>\\\\n                </b-carousel>\\\\n              </b-col>\\\\n              <b-col md=\\\\\\\"2\\\\\\\"  align-self=\\\\\\\"center\\\\\\\" class=\\\\\\\"c2c_order_id_and_date justify-content-between p-3\\\\\\\">\\\\n                <div class=\\\\\\\"mb-3 bold mr-4\\\\\\\"> #$% item.order_number %</div>\\\\n                <div class=\\\\\\\"\\\\\\\">$% formatDate(item.processed_at) %</div>\\\\n              </b-col>\\\\n              <b-col md=\\\\\\\"2\\\\\\\" align-self=\\\\\\\"center\\\\\\\" class=\\\\\\\"c2c_order_detail\\\\\\\">\\\\n                <div class=\\\\\\\"mb-3 \\\\\\\">Order Value</div>\\\\n                <div class=\\\\\\\"bold\\\\\\\"> $%(item.currency_country && item.currency_country.currency_symbol) ? item.currency_country.currency_symbol : item.currency % $% item.payment %</div>\\\\n              </b-col>\\\\n              <b-col md=\\\\\\\"2\\\\\\\" align-self=\\\\\\\"center\\\\\\\" class=\\\\\\\"c2c_order_detail\\\\\\\">\\\\n                <div class=\\\\\\\"mb-3 \\\\\\\">Payment Status</div>\\\\n                <div class=\\\\\\\"bold\\\\\\\"> $% item.financial_status %</div>\\\\n              </b-col>\\\\n              <b-col md=\\\\\\\"2\\\\\\\" align-self=\\\\\\\"center\\\\\\\" class=\\\\\\\"c2c_order_detail\\\\\\\">\\\\n                <div class=\\\\\\\"mb-3 \\\\\\\">Order Status</div>\\\\n                <div class=\\\\\\\"bold\\\\\\\">$% item.order_sequence_name %</div>\\\\n              </b-col>\\\\n            </b-row> \\\\n          </b-col>\\\\n          <b-col md=\\\\\\\"2\\\\\\\" align-self=\\\\\\\"center\\\\\\\" class=\\\\\\\"pointer\\\\\\\" @click=\\\\\\\"openOrdersTab('OrderDetailsPage', item.id)\\\\\\\">\\\\n            <div class=\\\\\\\"c2c-card-icon-visiblity\\\\\\\">\\\\n              <b-icon class=\\\\\\\"h1\\\\\\\" icon=\\\\\\\"arrow-up-right-square\\\\\\\"></b-icon>\\\\n            </div>\\\\n            <div class=\\\\\\\"c2c-card-text-visiblity mt-3 float-right\\\\\\\">\\\\n              <b-link href=\\\\\\\"#foo\\\\\\\">View Order</b-link>\\\\n            </div>\\\\n          </b-col>\\\\n        </b-row> \\\\n      </div>\\\\n    </b-card>\\\\n  </div>\\\\n</div>\\\",\\\"order_details\\\":\\\"<b-row v-if=\\\\\\\"!loading\\\\\\\" class=\\\\\\\" d-flex align-items-center order_details_container\\\\\\\">\\\\n     <b-col lg=\\\\\\\"9\\\\\\\" class=\\\\\\\"\\\\\\\" align=\\\\\\\"left\\\\\\\">\\\\n        <div>\\\\n            <b-row>\\\\n              <b-button size=\\\\\\\"xs\\\\\\\" variant=\\\\\\\"light\\\\\\\" class=\\\\\\\" top-left-button-container mr-1\\\\\\\" @click=\\\\\\\"routeBack\\\\\\\"><i class=\\\\\\\"fa fa-chevron-left\\\\\\\" ></i></b-button>\\\\n            </b-row>\\\\n            <b-row class=\\\\\\\"p-4 align-items-center\\\\\\\">\\\\n               <b-col sm=\\\\\\\"6\\\\\\\" class=\\\\\\\"m-0\\\\\\\" >\\\\n                 <h3 class=\\\\\\\"bold\\\\\\\">#$% singleOrderData.order_number %</h3>\\\\n               </b-col>\\\\n               <b-col sm=\\\\\\\"6\\\\\\\" class=\\\\\\\"d-flex justify-content-end align-items-center\\\\\\\" align=\\\\\\\"right\\\\\\\">\\\\n                  <div>\\\\n                    <b-button v-if=\\\\\\\"!singleOrderData.awb_label && !singleOrderData.generating_awb\\\\\\\" size=\\\\\\\"lg\\\\\\\" @click=\\\\\\\"openAddTrackingModal\\\\\\\" class=\\\\\\\"float-right mr-3  btn-styling\\\\\\\" variant=\\\\\\\"dark\\\\\\\">Add Tracking</b-button>\\\\n                    <b-button v-else size=\\\\\\\"lg\\\\\\\" @click=\\\\\\\"openAddTrackingModal\\\\\\\" class=\\\\\\\"float-right mr-3 btn-styling\\\\\\\" variant=\\\\\\\"dark\\\\\\\">Edit Tracking</b-button>\\\\n                  </div>\\\\n                 <div>\\\\n                  <span v-if=\\\\\\\"order_status_change_loading === singleOrderData.id\\\\\\\" style=\\\\\\\"width: 1.5rem; height:1.5rem;\\\\\\\" class=\\\\\\\"spinner-border spinner-border-sm ml-0\\\\\\\" role=\\\\\\\"status\\\\\\\" aria-hidden=\\\\\\\"true\\\\\\\"></span>\\\\n                  <b-dropdown :id=\\\\\\\"'dropdown-' + singleOrderData.id\\\\\\\" :text=\\\\\\\"singleOrderData.order_sequence_name\\\\\\\" variant=\\\\\\\"primary\\\\\\\" class=\\\\\\\"m-md-2 order_actions_container\\\\\\\">\\\\n                    <b-dropdown-item @click=\\\\\\\"performOrderAction(singleOrderData.id, 'new-order')\\\\\\\" class=\\\\\\\"status_new_order\\\\\\\" :class=\\\\\\\"{ 'active': singleOrderData.order_sequence_name === 'New Orders' }\\\\\\\">\\\\n                      <span v-if=\\\\\\\"order_status_change_loading === singleOrderData.id\\\\\\\" class=\\\\\\\"spinner-border spinner-border-sm ml-0\\\\\\\" role=\\\\\\\"status\\\\\\\" aria-hidden=\\\\\\\"true\\\\\\\"></span>\\\\n                      New Order\\\\n                    </b-dropdown-item>\\\\n                    \\\\n                    <b-dropdown-item @click=\\\\\\\"performOrderAction(singleOrderData.id, 'confirmed')\\\\\\\" class=\\\\\\\"status_confirmed\\\\\\\" :class=\\\\\\\"{ 'active': singleOrderData.order_sequence_name === 'Confirmed' }\\\\\\\">\\\\n                      <span v-if=\\\\\\\"order_status_change_loading === singleOrderData.id\\\\\\\" class=\\\\\\\"spinner-border spinner-border-sm ml-0\\\\\\\" role=\\\\\\\"status\\\\\\\" aria-hidden=\\\\\\\"true\\\\\\\"></span>\\\\n                      Confirmed\\\\n                    </b-dropdown-item>\\\\n\\\\n                    <b-dropdown-item @click=\\\\\\\"performOrderAction(singleOrderData.id, 'in-transit')\\\\\\\" class=\\\\\\\"status_intransit\\\\\\\" :class=\\\\\\\"{ 'active': singleOrderData.order_sequence_name === 'In Transit' }\\\\\\\">\\\\n                      <span v-if=\\\\\\\"order_status_change_loading === singleOrderData.id\\\\\\\" class=\\\\\\\"spinner-border spinner-border-sm ml-0\\\\\\\" role=\\\\\\\"status\\\\\\\" aria-hidden=\\\\\\\"true\\\\\\\"></span>\\\\n                      In-transit\\\\n                    </b-dropdown-item>\\\\n\\\\n                    <b-dropdown-item @click=\\\\\\\"performOrderAction(singleOrderData.id, 'delivered')\\\\\\\" class=\\\\\\\"status_delivered\\\\\\\" :class=\\\\\\\"{ 'active': singleOrderData.order_sequence_name === 'Delivered' }\\\\\\\">\\\\n                      <span v-if=\\\\\\\"order_status_change_loading === singleOrderData.id\\\\\\\" class=\\\\\\\"spinner-border spinner-border-sm ml-0\\\\\\\" role=\\\\\\\"status\\\\\\\" aria-hidden=\\\\\\\"true\\\\\\\"></span>\\\\n                      Delivered\\\\n                    </b-dropdown-item>\\\\n\\\\n                    <b-dropdown-item @click=\\\\\\\"performOrderAction(singleOrderData.id, 'cancelled')\\\\\\\" class=\\\\\\\"status_cancelled\\\\\\\" :class=\\\\\\\"{ 'active': singleOrderData.order_sequence_name === 'cancelled' }\\\\\\\">\\\\n                      <span v-if=\\\\\\\"order_status_change_loading === singleOrderData.id\\\\\\\" class=\\\\\\\"spinner-border spinner-border-sm ml-0\\\\\\\" role=\\\\\\\"status\\\\\\\" aria-hidden=\\\\\\\"true\\\\\\\"></span>\\\\n                      Cancelled\\\\n                    </b-dropdown-item>\\\\n\\\\n                    <b-dropdown-item @click=\\\\\\\"performOrderAction(singleOrderData.id, 'returned')\\\\\\\" class=\\\\\\\"status_returned\\\\\\\" :class=\\\\\\\"{ 'active': singleOrderData.order_sequence_name === 'RTO' }\\\\\\\">\\\\n                      <span v-if=\\\\\\\"order_status_change_loading === singleOrderData.id\\\\\\\" class=\\\\\\\"spinner-border spinner-border-sm ml-0\\\\\\\" role=\\\\\\\"status\\\\\\\" aria-hidden=\\\\\\\"true\\\\\\\"></span>\\\\n                      Returned\\\\n                    </b-dropdown-item>\\\\n\\\\n                  </b-dropdown>\\\\n                </div>\\\\n               </b-col>\\\\n           </b-row> \\\\n            <b-card class=\\\\\\\"text-left p-3\\\\\\\" title=\\\\\\\"\\\\\\\">\\\\n                <div class=\\\\\\\"mb-4\\\\\\\">\\\\n                  <!-- <span class=\\\\\\\"bold\\\\\\\">Delivery Method: </span>\\\\n                  <span> Shipping</span> -->\\\\n\\\\n                  <div class=\\\\\\\"text-bottom\\\\\\\">\\\\n                    <div v-if=\\\\\\\"singleOrderData.generating_awb\\\\\\\">\\\\n                      Generating\\\\n                      <span class=\\\\\\\"spinner-border spinner-border-sm ml-0\\\\\\\"  role=\\\\\\\"status\\\\\\\" aria-hidden=\\\\\\\"true\\\\\\\"></span>\\\\n                    </div>\\\\n                    <div v-if=\\\\\\\"singleOrderData.awb_label || singleOrderData.generating_awb\\\\\\\">\\\\n                      <div v-if=\\\\\\\"singleOrderData.shipping_provider\\\\\\\">\\\\n                        <span class=\\\\\\\"text-uppercase\\\\\\\">$% singleOrderData.shipping_provider %</span><br/>\\\\n                      </div>\\\\n                      <div v-if=\\\\\\\"singleOrderData.awb_custom_courier_name\\\\\\\">\\\\n                        <span>$% singleOrderData.awb_custom_courier_name %</span> <br/>\\\\n                      </div>\\\\n                      <div v-if=\\\\\\\"singleOrderData.awb !== null\\\\\\\">\\\\n                        <span  class=\\\\\\\"p-0 m-0\\\\\\\"><a class=\\\\\\\"p-0 text-primary\\\\\\\" size=\\\\\\\"xs\\\\\\\" variant=\\\\\\\"link\\\\\\\" target=\\\\\\\"_blank\\\\\\\" :href=\\\\\\\"singleOrderData.tracking_link ? singleOrderData.tracking_link : '#'\\\\\\\" tag=\\\\\\\"a\\\\\\\">$% singleOrderData.awb %</a></span><br />\\\\n                      </div>\\\\n                      <div v-else-if=\\\\\\\"singleOrderData.awb\\\\\\\">\\\\n                        <span  class=\\\\\\\"p-0 m-0\\\\\\\">$% singleOrderData.awb %</span><br />\\\\n                      </div>\\\\n                      \\\\n                    </div>\\\\n                  </div>\\\\n                  \\\\n                </div>\\\\n                <b-row class=\\\\\\\"mb-4 line_item_order_title_container only_visisble_on_desktop \\\\\\\">\\\\n                  <b-col lg=\\\\\\\"2\\\\\\\" class=\\\\\\\" d-flex\\\\\\\">\\\\n                  </b-col>\\\\n                  <b-col lg=\\\\\\\"3\\\\\\\" class=\\\\\\\" d-flex\\\\\\\">\\\\n                  </b-col>\\\\n                  <b-col lg=\\\\\\\"2\\\\\\\" class=\\\\\\\" d-flex\\\\\\\">\\\\n                  </b-col>\\\\n                  <b-col  class=\\\\\\\"d-flex justify-content-start \\\\\\\">\\\\n                    Product Price\\\\n                  </b-col>\\\\n                  <b-col  class=\\\\\\\"d-flex justify-content-start \\\\\\\">\\\\n                    Your earnings\\\\n                  </b-col>\\\\n                </b-row>\\\\n                <div  v-for=\\\\\\\"(item, i) in singleOrderData.line_items\\\\\\\" :key=\\\\\\\"item.id\\\\\\\" class=\\\\\\\"text-center\\\\\\\" >\\\\n                  <b-row>\\\\n                    <b-col sm=\\\\\\\"12\\\\\\\">\\\\n                      <b-row class=\\\\\\\"orders_items_container mt-4\\\\\\\">\\\\n                        <b-col lg=\\\\\\\"2\\\\\\\" class=\\\\\\\"mb-4\\\\\\\">\\\\n                          <b-carousel\\\\n                            id=\\\\\\\"carousel-1\\\\\\\"\\\\n                            v-model=\\\\\\\"slide\\\\\\\"\\\\n                            :interval=\\\\\\\"4000\\\\\\\"\\\\n                            controls\\\\n\\\\n                            background=\\\\\\\"#ababab\\\\\\\"\\\\n                            img-width=\\\\\\\"1024\\\\\\\"\\\\n                            img-height=\\\\\\\"480\\\\\\\"\\\\n                            style=\\\\\\\"text-shadow: 1px 1px 2px #333;\\\\\\\"\\\\n                            @sliding-start=\\\\\\\"onSlideStart\\\\\\\"\\\\n                            @sliding-end=\\\\\\\"onSlideEnd\\\\\\\"\\\\n                          >\\\\n                            <b-carousel-slide v-bind:key=\\\\\\\"i\\\\\\\">\\\\n                              <template #img>\\\\n                                  <img\\\\n                                    class=\\\\\\\"d-block\\\\\\\"\\\\n                                    style=\\\\\\\"width: 100%; height: 100px; object-fit: cover;\\\\\\\"\\\\n                                    :src=\\\\\\\"(item.variant && item.variant.image_link) ? item.variant.image_link : 'https://www.freeiconspng.com/thumbs/no-image-icon/no-image-icon-15.png'\\\\\\\"\\\\n                                  >                                \\\\n                              </template>\\\\n                            </b-carousel-slide>\\\\n                          </b-carousel>\\\\n\\\\n                        </b-col>\\\\n                        <b-col sm=\\\\\\\"12\\\\\\\" lg=\\\\\\\"3\\\\\\\" class=\\\\\\\"mb-4\\\\\\\">\\\\n                          <div class=\\\\\\\"bold\\\\\\\">$% item.title %</div>\\\\n                        </b-col>\\\\n                        <b-col lg=\\\\\\\"3\\\\\\\" class=\\\\\\\"\\\\\\\">\\\\n                          <div class=\\\\\\\"align-to-end-on-mobile\\\\\\\"> $%(singleOrderData.currency_country && singleOrderData.currency_country.currency_symbol) ? singleOrderData.currency_country.currency_symbol : singleOrderData.currency % $% item.o_line_total_value % x $% item.billable_quantity %</div>\\\\n                        </b-col>\\\\n                        <b-col lg=\\\\\\\"2\\\\\\\" class=\\\\\\\"\\\\\\\">\\\\n                          <div class=\\\\\\\"d-flex justify-content-between\\\\\\\"><span class=\\\\\\\"only_visisble_on_mobile\\\\\\\">Product Price: </span> $%(singleOrderData.currency_country && singleOrderData.currency_country.currency_symbol) ? singleOrderData.currency_country.currency_symbol : singleOrderData.currency % $% item.o_line_total_value %</div>\\\\n                        </b-col>\\\\n                        <b-col lg=\\\\\\\"2\\\\\\\" class=\\\\\\\"\\\\\\\">\\\\n                          <div class=\\\\\\\"d-flex justify-content-between\\\\\\\">\\\\n                            <span class=\\\\\\\"only_visisble_on_mobile\\\\\\\">Your earnings: </span>\\\\n                            <span>\\\\n                              $% userData && userData.default_shop\\\\n                                ? userData.default_shop.currency_country\\\\n                                ? userData.default_shop.currency_country.currency_symbol\\\\n                                : userData.default_shop.currency\\\\n                                : ' ' %\\\\n                                  $%  item.o_line_price  - ((singleOrderData.company.global_commission / 100 * item.o_line_price ) +  singleOrderData.company.global_fixed_commission)  %\\\\n                                <i class=\\\\\\\"fa fa-info-circle\\\\\\\"  v-b-popover.hover.html=\\\\\\\"popoverMethodForCommission(\\\\n                                  item.title,\\\\n                                  singleOrderData.company.global_commission !== null ? singleOrderData.company.global_commission : '0', \\\\n                                  userData && userData.default_shop\\\\n                                  ? userData.default_shop.currency_country\\\\n                                  ? userData.default_shop.currency_country.currency_symbol\\\\n                                  : userData.default_shop.currency\\\\n                                  : ' ', \\\\n                                  item.o_line_price  - ((singleOrderData.company.global_commission / 100 * item.o_line_price ) +  singleOrderData.company.global_fixed_commission) )\\\\\\\"\\\\n                                  title=\\\\\\\"\\\\\\\"\\\\n                                  aria-hidden=\\\\\\\"true\\\\\\\"\\\\n                                ></i>\\\\n                            </span>\\\\n\\\\n                          </div>\\\\n                        </b-col>\\\\n                      </b-row> \\\\n                    </b-col>\\\\n                  </b-row> \\\\n                </div>\\\\n              <div class=\\\\\\\" mt-4 mb-4\\\\\\\">\\\\n                <div class=\\\\\\\"\\\\\\\">\\\\n                   <b-row>\\\\n                      <b-co sm=\\\\\\\"2\\\\\\\" class=\\\\\\\"d-flex col-lg-2\\\\\\\">\\\\n                      </b-co>\\\\n                      <b-col sm=\\\\\\\"12\\\\\\\" lg=\\\\\\\"3\\\\\\\" class=\\\\\\\"text-center align-to-end-on-mobile\\\\\\\">\\\\n                        <div class=\\\\\\\"bold\\\\\\\">Subtotal</div>\\\\n                      </b-col>\\\\n                      <b-col lg=\\\\\\\"3\\\\\\\" class=\\\\\\\"d-flex  justify-content-center align-to-end-on-mobile\\\\\\\">\\\\n                        <div  class=\\\\\\\"mr-4\\\\\\\">$% totalBillableQuantity % items</div>\\\\n                        <b-badge pill variant=\\\\\\\"light\\\\\\\" class=\\\\\\\"order_detail_badge\\\\\\\">$% singleOrderData.payment_status %</b-badge>\\\\n                      </b-col>\\\\n                      \\\\n                      <b-col lg=\\\\\\\"2\\\\\\\" class=\\\\\\\"text-center\\\\\\\">\\\\n                        <div class=\\\\\\\"d-flex  justify-content-between\\\\\\\"><span class=\\\\\\\"only_visisble_on_mobile\\\\\\\">Product Total Price: </span>$%(singleOrderData.currency_country && singleOrderData.currency_country.currency_symbol) ? singleOrderData.currency_country.currency_symbol : singleOrderData.currency % $% singleOrderData.total_price %</div>\\\\n                      </b-col>\\\\n                      <b-col lg=\\\\\\\"2\\\\\\\" class=\\\\\\\"text-center\\\\\\\">\\\\n                        <div class=\\\\\\\"d-flex  justify-content-between\\\\\\\"><span class=\\\\\\\"only_visisble_on_mobile\\\\\\\">Your Total earnings: </span> $%(singleOrderData.currency_country && singleOrderData.currency_country.currency_symbol) ? singleOrderData.currency_country.currency_symbol : singleOrderData.currency % $% singleOrderData.subtotal_price %</div>\\\\n                      </b-col>\\\\n                   </b-row> \\\\n                  </div>\\\\n              </div>\\\\n            </b-card>\\\\n         \\\\n        </div>\\\\n     </b-col>\\\\n     <b-col lg=\\\\\\\"3\\\\\\\" class=\\\\\\\"customer_detail_container\\\\\\\" align=\\\\\\\"left\\\\\\\">\\\\n        <div>\\\\n          <b-card>\\\\n            <b-card-title class=\\\\\\\"bold h4\\\\\\\">\\\\n              Customer Details\\\\n            </b-card-title>\\\\n             <b-card-text>\\\\n             Customer Info\\\\n            </b-card-text>\\\\n            <b-card-sub-title>\\\\n              <address v-if=\\\\\\\"singleOrderData.customer_address\\\\\\\">\\\\n                <p class=\\\\\\\"text-truncate p-0 m-0\\\\\\\">\\\\n                  <span>\\\\n                    $%singleOrderData.customer_address.first_name% $%singleOrderData.customer_address.last_name% <br/>\\\\n                  </span>\\\\n                  <span>\\\\n                    $%singleOrderData.customer_address.email% <br/>\\\\n                  </span>\\\\n                  <span >\\\\n                    $%singleOrderData.customer_address.phone% <br/>\\\\n                  </span>\\\\n                </p>\\\\n              </address>\\\\n            </b-card-sub-title>\\\\n        \\\\n             <b-card-text class=\\\\\\\"mt-4\\\\\\\">\\\\n             Shipping Address\\\\n            </b-card-text>\\\\n            <b-card-sub-title>\\\\n              <div v-if=\\\\\\\"singleOrderData.shipping_address\\\\\\\">\\\\n                 <span>\\\\n                  <span v-if=\\\\\\\"singleOrderData.shipping_address.address1\\\\\\\">$%singleOrderData.shipping_address.address1%<br></span>\\\\n                  <span v-if=\\\\\\\"singleOrderData.shipping_address.address2\\\\\\\">$%singleOrderData.shipping_address.address2% , <br></span>\\\\n                  <span v-if=\\\\\\\"singleOrderData.shipping_address.city\\\\\\\"> $%singleOrderData.shipping_address.city%, </span>\\\\n                  <span v-if=\\\\\\\"singleOrderData.shipping_address.province\\\\\\\">  $%singleOrderData.shipping_address.province% <br></span>\\\\n                  <span v-if=\\\\\\\"singleOrderData.shipping_address.country\\\\\\\"> $%singleOrderData.shipping_address.country% ($%singleOrderData.shipping_address.country_code%)<br> </span>\\\\n                  <span v-if=\\\\\\\"singleOrderData.shipping_address.zip\\\\\\\"> Zip Code/Pin Code: $%singleOrderData.shipping_address.zip%<br></span>\\\\n                </span>\\\\n              </div>\\\\n            </b-card-sub-title>\\\\n          </b-card>\\\\n        </div>\\\\n     </b-col>\\\\n  </b-row>\\\\n\\\\n<b-modal ref=\\\\\\\"addTrackingModal\\\\\\\" title=\\\\\\\"Add Tracking\\\\\\\" hide-footer hide-backdrop header-class=\\\\\\\"p-3 pr-3 pl-3 border-primary\\\\\\\">\\\\n  <b-form-group label=\\\\\\\"Shipping Carrier\\\\\\\" label-for=\\\\\\\"shippingCarrier\\\\\\\">\\\\n    <b-form-input id=\\\\\\\"shippingCarrier\\\\\\\" v-model=\\\\\\\"shippingCarrier\\\\\\\" placeholder=\\\\\\\"Enter shipping carrier\\\\\\\"></b-form-input>\\\\n  </b-form-group>\\\\n\\\\n  <b-form-group label=\\\\\\\"Tracking Number\\\\\\\" label-for=\\\\\\\"trackingNumber\\\\\\\">\\\\n    <b-form-input id=\\\\\\\"trackingNumber\\\\\\\" v-model=\\\\\\\"trackingNumber\\\\\\\" placeholder=\\\\\\\"Enter tracking number\\\\\\\"></b-form-input>\\\\n  </b-form-group>\\\\n\\\\n  <b-form-group label=\\\\\\\"Tracking Url\\\\\\\" label-for=\\\\\\\"trackingUrl\\\\\\\">\\\\n    <b-form-input id=\\\\\\\"trackingUrl\\\\\\\" v-model=\\\\\\\"trackingUrl\\\\\\\" placeholder=\\\\\\\"Enter tracking url\\\\\\\"></b-form-input>\\\\n  </b-form-group>\\\\n\\\\n  <b-button variant=\\\\\\\"secondary\\\\\\\" @click=\\\\\\\"closeAddTrackingModal\\\\\\\">\\\\n    Cancel\\\\n  </b-button>\\\\n  <b-button  variant=\\\\\\\"primary\\\\\\\" @click=\\\\\\\"saveTracking(singleOrderData.id)\\\\\\\"><span v-if=\\\\\\\"save_tracking_loading\\\\\\\" class=\\\\\\\"spinner-border spinner-border-sm ml-0\\\\\\\" role=\\\\\\\"status\\\\\\\" aria-hidden=\\\\\\\"true\\\\\\\"></span>\\\\n  Save</b-button>\\\\n</b-modal>\\\",\\\"profile\\\":\\\"<div class=\\\\\\\"profile-page-container\\\\\\\">\\\\n    <b-tabs pills content-class=\\\\\\\"container-margin\\\\\\\" class=\\\\\\\"position-relative\\\\\\\" align=\\\\\\\"center\\\\\\\">\\\\n        <b-tab class=\\\\\\\"mb-4 \\\\\\\" variant=\\\\\\\"outline-primary\\\\\\\" :title=\\\\\\\"'Bio'\\\\\\\" @click=\\\\\\\"editProfile\\\\\\\">\\\\n            <div class=\\\\\\\"profile-bio-container mx-auto mt-5\\\\\\\">\\\\n                <b-row>\\\\n                    <b-col md=\\\\\\\"6\\\\\\\" class=\\\\\\\"mb-5 d-flex flex-column\\\\\\\">\\\\n                        <label for=\\\\\\\"phone_number\\\\\\\">Phone Number</label>\\\\n                        <input name=\\\\\\\"phone_number\\\\\\\" placeholder=\\\\\\\"Phone Number\\\\\\\" v-model=\\\\\\\"editProfileData.phone_number\\\\\\\" style=\\\\\\\"width: 90%\\\\\\\"/>\\\\n                    </b-col>\\\\n                    <b-col md=\\\\\\\"6\\\\\\\" class=\\\\\\\"mb-5 d-flex flex-column\\\\\\\">\\\\n                        <label for=\\\\\\\"email\\\\\\\">Email</label>\\\\n                        <input name=\\\\\\\"email\\\\\\\" placeholder=\\\\\\\"Email\\\\\\\" style=\\\\\\\"width: 90%\\\\\\\" v-model=\\\\\\\"editProfileData.email\\\\\\\" disabled/>\\\\n                    </b-col>\\\\n                    <b-col md=\\\\\\\"6\\\\\\\" class=\\\\\\\"mb-5 d-flex flex-column\\\\\\\">\\\\n                        <label for=\\\\\\\"country\\\\\\\">Country</label>\\\\n                        <select class='m-0 w-90' name=\\\\\\\"country\\\\\\\" v-model=\\\\\\\"editProfileData.country\\\\\\\" @change=\\\\\\\"fetchStates('edit_profile')\\\\\\\" :disabled=\\\\\\\"loading\\\\\\\" required>\\\\n                            <option value=\\\\\\\"\\\\\\\" disabled selected>Country</option>\\\\n                            <option v-for=\\\\\\\"country in countries\\\\\\\" :key=\\\\\\\"country.id\\\\\\\" :value=\\\\\\\"country.code\\\\\\\">$% country.name %</option>\\\\n                        </select>\\\\n                    </b-col>\\\\n                    <b-col md=\\\\\\\"6\\\\\\\" class=\\\\\\\"mb-5 d-flex flex-column\\\\\\\">\\\\n                        <label for=\\\\\\\"state\\\\\\\">State</label>\\\\n                        <select class='m-0' style=\\\\\\\"width: 90%\\\\\\\" name=\\\\\\\"state\\\\\\\" v-model=\\\\\\\"editProfileData.state\\\\\\\" required>\\\\n                            <option value=\\\\\\\"\\\\\\\" disabled selected>State</option>\\\\n                            <option v-for=\\\\\\\"state in states\\\\\\\" :key=\\\\\\\"state.id\\\\\\\" :value=\\\\\\\"state.code\\\\\\\">$% state.title %</option>\\\\n                        </select>\\\\n                    </b-col>\\\\n                    <b-col md=\\\\\\\"6\\\\\\\" class=\\\\\\\"mb-5 d-flex flex-column\\\\\\\">\\\\n                        <label for=\\\\\\\"City\\\\\\\">City</label>\\\\n                        <input name=\\\\\\\"city\\\\\\\" placeholder=\\\\\\\"City\\\\\\\" v-model=\\\\\\\"editProfileData.city\\\\\\\" style=\\\\\\\"width: 90%\\\\\\\" required/>\\\\n                    </b-col>\\\\n                    <b-col md=\\\\\\\"6\\\\\\\" class=\\\\\\\"mb-5 d-flex flex-column\\\\\\\">\\\\n                        <label for=\\\\\\\"zip-code\\\\\\\">Zip Code</label>\\\\n                        <input name=\\\\\\\"zip-code\\\\\\\" placeholder=\\\\\\\"Zip Code\\\\\\\" v-model=\\\\\\\"editProfileData.pin_code\\\\\\\" style=\\\\\\\"width: 90%\\\\\\\" required/>\\\\n                    </b-col>\\\\n                    <b-col xs=\\\\\\\"4\\\\\\\" class=\\\\\\\"mb-5\\\\\\\">\\\\n                        <button class=\\\\\\\"profile-bio-save-btn\\\\\\\" @click=\\\\\\\"updateProfile\\\\\\\">Save</button>\\\\n                    </b-col>\\\\n                </b-row>\\\\n                \\\\n            </div>\\\\n        </b-tab>\\\\n        <b-tab class=\\\\\\\"mb-4 \\\\\\\" variant=\\\\\\\"outline-primary\\\\\\\" :title=\\\\\\\"'Payment Methods'\\\\\\\" @click=\\\\\\\"getPaymentMethodDetails\\\\\\\">\\\\n            <div class=\\\\\\\"profile-payment-details-containers mx-auto mt-5\\\\\\\">\\\\n                <div class=\\\\\\\"my-5 text-center profile-payment-details-title\\\\\\\">\\\\n                    <h2>Enter your bank account details</h2>\\\\n                </div>\\\\n                <div>\\\\n                    <div>\\\\n                        <b-row>\\\\n                            <b-col md=\\\\\\\"6\\\\\\\" class=\\\\\\\"mb-5 d-flex flex-column\\\\\\\">\\\\n                                <label for=\\\\\\\"payment-method\\\\\\\">Payment Method</label>\\\\n                                <select class='m-0 w-90' v-model=\\\\\\\"paymentMethod.payment_method\\\\\\\" required>\\\\n                                    <option value=\\\\\\\"\\\\\\\" disabled selected>Payment Method</option>\\\\n                                    <option v-for=\\\\\\\"method in paymentMethodOptions\\\\\\\" :key=\\\\\\\"method.value\\\\\\\" :value=\\\\\\\"method.value\\\\\\\">$% method.text %</option>\\\\n                                </select>\\\\n                            </b-col>\\\\n                            <b-col md=\\\\\\\"6\\\\\\\" class=\\\\\\\"mb-5 d-flex flex-column\\\\\\\">\\\\n                                <label for=\\\\\\\"nick-name\\\\\\\">Nick Name</label>\\\\n                                <input name=\\\\\\\"nick-name\\\\\\\" class=\\\\\\\"nick-name w-90\\\\\\\" placeholder=\\\\\\\"Nick Name\\\\\\\" v-model=\\\\\\\"paymentMethod.nick_name\\\\\\\" required/>\\\\n                            </b-col>\\\\n                            <b-col md=\\\\\\\"6\\\\\\\" class=\\\\\\\"mb-5 d-flex flex-column\\\\\\\">\\\\n                                <label>Account Owner Name<span style=\\\\\\\"font-size: 12px; font-weight: 400;\\\\\\\">(Should be same with your bank account name)</span></label>\\\\n                                <input name=\\\\\\\"phone-number\\\\\\\" style=\\\\\\\"width: 90%\\\\\\\" placeholder=\\\\\\\"Account Owner Name\\\\\\\" v-model=\\\\\\\"paymentMethod.account_name\\\\\\\" required/>\\\\n                            </b-col>\\\\n                            <b-col md=\\\\\\\"6\\\\\\\" class=\\\\\\\"mb-5 d-flex flex-column\\\\\\\">\\\\n                                <label>Account Number</label>\\\\n                                <input name=\\\\\\\"phone-number\\\\\\\" style=\\\\\\\"width: 90%\\\\\\\" placeholder=\\\\\\\"Account Number\\\\\\\" v-model=\\\\\\\"paymentMethod.account_number\\\\\\\" required/>\\\\n                            </b-col>\\\\n                            <b-col md=\\\\\\\"6\\\\\\\" class=\\\\\\\"mb-5 d-flex flex-column\\\\\\\">\\\\n                                <label>IFSC Code</label>\\\\n                                <input name=\\\\\\\"ifsc-code\\\\\\\" placeholder=\\\\\\\"Zip Code\\\\\\\" v-model=\\\\\\\"paymentMethod.sort_code\\\\\\\" style=\\\\\\\"width: 90%\\\\\\\"/>\\\\n                            </b-col>\\\\n                            <b-col md=\\\\\\\"6\\\\\\\" class=\\\\\\\"mb-5 d-flex flex-column\\\\\\\">\\\\n                                <label>Bank Name</label>\\\\n                                <input name=\\\\\\\"bank-name\\\\\\\" placeholder=\\\\\\\"Bank Name\\\\\\\" v-model=\\\\\\\"paymentMethod.bank_company_name\\\\\\\" style=\\\\\\\"width: 90%\\\\\\\"/>\\\\n                            </b-col>\\\\n                        </b-row>\\\\n                    </div>\\\\n                    <div>\\\\n                        <div class=\\\\\\\"mb-5\\\\\\\">\\\\n                            <button class=\\\\\\\"profile-payment-details-save-btn\\\\\\\" @click=\\\\\\\"savePaymentMethod\\\\\\\">Save</button>\\\\n                        </div>\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </b-tab>\\\\n    </b-tabs>\\\\n</div>\\\"},\\\"unpublished_c2c_css\\\":\\\"/* Write your css here */\\\\n  .products_list_container {\\\\n      background-color: red;\\\\n  }\\\",\\\"published_c2c_css\\\":\\\"/* Write your css here */\\\\n  .products_list_container {\\\\n      background-color: red;\\\\n  }\\\",\\\"publish_c2c_pending\\\":false}\",\n            \"left_days_14_day_trial\": null,\n            \"country\": null,\n            \"currency_country\": {\n                \"id\": 98,\n                \"name\": \"India\",\n                \"code\": \"IN\",\n                \"dial_code\": \"+91\",\n                \"currency_name\": \"Indian rupee\",\n                \"currency_symbol\": \"Rs.\",\n                \"currency_code\": \"INR\",\n                \"created_at\": null,\n                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                \"name_with_symbole\": \"Indian rupee - Rs.\"\n            }\n        },\n        \"domain\": null,\n        \"tawk_hmac\": \"e46a6e1303875285471d44dc66e2e9dc391089f48e051efb6a53e2d876d62891\",\n        \"next_renewal_on\": \"23 Feb, 2024\",\n        \"next_email_credit_renewal_on\": null,\n        \"company\": {\n            \"id\": 212753,\n            \"company_name\": \"Acme\",\n            \"brand_name\": \"Acme\",\n            \"company_logo\": null,\n            \"contact_name\": \"Chahar\",\n            \"phone_number\": null,\n            \"email\": \"jaydip.shipturtle@gmail.com\",\n            \"address_line_1\": \"Est\",\n            \"address_line_2\": \"Test\",\n            \"pin_code\": \"411018\",\n            \"city\": \"Pune\",\n            \"created_at\": \"2023-05-29T10:51:22.000000Z\",\n            \"updated_at\": \"2024-02-16T07:18:37.000000Z\",\n            \"state_id\": null,\n            \"gstin_number\": null,\n            \"invoice_prefix\": null,\n            \"starting_invoice_number\": \"17\",\n            \"terms_and_conditions\": null,\n            \"bank_account_beneficiary_name\": null,\n            \"bank_account_name\": null,\n            \"ifsc_code\": null,\n            \"label_company_name\": null,\n            \"label_contact_name\": null,\n            \"label_phone\": null,\n            \"label_email_address\": null,\n            \"label_address_line_1\": null,\n            \"label_address_line_2\": null,\n            \"label_pin_code\": null,\n            \"label_city\": null,\n            \"label_state\": null,\n            \"signature\": null,\n            \"currency\": null,\n            \"weight\": null,\n            \"measurement\": null,\n            \"gst_enabled\": false,\n            \"override_channel_product_weight_enabled\": false,\n            \"label_details_same_as_company\": true,\n            \"multi_vendor_invoicing_enabled\": true,\n            \"multi_vendor_shipping_enabled\": true,\n            \"is_master\": null,\n            \"invoice_number_same_as_order_number\": true,\n            \"enable_disable_cod_reconciliation\": false,\n            \"enable_disable_freight_reconciliation\": false,\n            \"cod_tolerance\": null,\n            \"freight_tolerance\": null,\n            \"is_multi_vendor_enabled\": true,\n            \"invoice_message\": null,\n            \"inclusive_exclusive\": null,\n            \"is_tax_on_shipping\": \"no\",\n            \"tax_on_shipping\": null,\n            \"primary_color\": \"#f18024\",\n            \"secondary_color\": null,\n            \"display_hsn\": true,\n            \"website\": null,\n            \"country\": null,\n            \"type_of_vendor\": \"dropshipper\",\n            \"invoice_message_2\": null,\n            \"title\": \"Acme\",\n            \"parent_id\": 212738,\n            \"extra_information\": null,\n            \"invoice_date\": \"invoice_creation_date\",\n            \"number_of_digits\": \"0\",\n            \"invoice_message_1\": null,\n            \"created_by\": null,\n            \"updated_by\": 28344,\n            \"invoice_contact_name\": \"Chahar\",\n            \"invoice_address_1\": \"Est\",\n            \"invoice_address_2\": \"Test\",\n            \"invoice_postal_code\": \"411018\",\n            \"invoice_city\": \"Pune\",\n            \"invoice_phone_number\": null,\n            \"invoice_tin\": null,\n            \"timezone\": \"America/New_York\",\n            \"hand_delivered_enabled\": true,\n            \"other_courier_partner_enabled\": true,\n            \"billing_address_same_as_company_details\": true,\n            \"deactivated_at\": null,\n            \"state_code\": null,\n            \"automatically_sync_vendor_name_from_store\": true,\n            \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n            \"automatically_route_all_orders_to_vendor_dashboard\": true,\n            \"order_confirmation_before_routing_orders_to_vendor_dashboard\": false,\n            \"correct_all_errors_in_order\": false,\n            \"generate_shipping_labels_for_orders\": false,\n            \"generate_invoices_for_dropship_orders\": false,\n            \"can_vendor_enable_disable_product\": false,\n            \"can_vendor_edit_quantity_product\": false,\n            \"can_vendor_edit_weight_dimension_product\": false,\n            \"can_vendor_edit_tax_product\": true,\n            \"set_vendor_level_commission\": false,\n            \"commission\": null,\n            \"discount_shared_by_vendor\": null,\n            \"commission_calculated_on_product_price_discounted_price\": null,\n            \"set_vendor_level_shared_discount\": false,\n            \"set_vendor_level_commissoin_calculated_on\": false,\n            \"use_shop_channel_values_to_set_commission\": true,\n            \"can_vendor_generate_invoice\": false,\n            \"can_vendor_process_shippings\": false,\n            \"can_vendor_edit_hsn_tax\": false,\n            \"can_vendor_add_courier_provider\": false,\n            \"default_vendor_type\": \"dropshipper\",\n            \"no_of_deciaml_digits\": 2,\n            \"credits\": 0,\n            \"plan_id\": null,\n            \"requested_plan_id\": null,\n            \"override_invoice_permissions\": false,\n            \"override_product_permissions\": false,\n            \"override_order_routing_permissions\": false,\n            \"override_shipping_permissions\": false,\n            \"slug\": \"acme-212753\",\n            \"commission_calculated_tax_type\": \"exclusive_of_tax\",\n            \"shipping_charge_commission_type\": \"fixed\",\n            \"shipping_charge_commission\": 0,\n            \"override_commission_calculated_tax_type\": false,\n            \"override_shipping_charge_commission_type\": false,\n            \"override_shipping_charge_commission\": 0,\n            \"auto_email_to_vendor\": false,\n            \"fixed_commission\": 0,\n            \"service_charge\": 0,\n            \"can_vendor_edit_price\": false,\n            \"can_vendor_delete_product\": false,\n            \"show_logo_in_awb\": false,\n            \"hide_pick_address_in_awb\": true,\n            \"hide_customer_info_in_awb\": true,\n            \"hide_price_in_awb\": false,\n            \"hide_customer_information_on_vendor_dashboards\": false,\n            \"allow_merchant_to_generate_invoice\": false,\n            \"show_merchant_logo_in_invoice\": false,\n            \"locale\": \"en\",\n            \"use_custom_waybill\": false,\n            \"redirect_url\": \"dashboard\",\n            \"invoice_state_code\": null,\n            \"invoice_country_code\": null,\n            \"stripe_account_id\": null,\n            \"url_to_redirect_vendor_is_registered\": null,\n            \"enable_app_shipping_profile_on_shopify\": \"0\",\n            \"policy\": null,\n            \"css\": null,\n            \"vendor_profile_color\": \"#f18024\",\n            \"about_us\": null,\n            \"facebook_link\": null,\n            \"twitter_link\": null,\n            \"instagram_link\": null,\n            \"auto_fulfill_digital_orders\": false,\n            \"use_default_warehouse_for_all_orders\": false,\n            \"invoice_label_header_title\": null,\n            \"invoice_place_of_supply\": null,\n            \"invoice_cin_key_title\": null,\n            \"invoice_cin\": null,\n            \"give_vendor_access_to_merchant_shipper\": false,\n            \"auto_generate_order_invoices_to_customers\": false,\n            \"auto_email_order_invoices_to_customers\": false,\n            \"treat_manual_payment_mode_as_cod\": false,\n            \"fulfill_order_after_confirm\": false,\n            \"add_notes_before_confirming_orders\": false,\n            \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n            \"note_at_the_top_of_invoice\": null,\n            \"vendor_shop_id\": null,\n            \"vendor_category\": null,\n            \"vendor_location\": null,\n            \"short_description\": null,\n            \"display_vendor_category\": false,\n            \"display_vendor_location\": false,\n            \"display_vendor_short_description\": false,\n            \"name_of_the_vendor_listing_page\": null,\n            \"sync_settings\": {\n                \"update_settings\": {\n                    \"sku\": false,\n                    \"tags\": true,\n                    \"media\": false,\n                    \"price\": true,\n                    \"title\": false,\n                    \"weight\": false,\n                    \"barcode\": false,\n                    \"quantity\": true,\n                    \"description\": false,\n                    \"product_type\": false,\n                    \"variant_name\": false,\n                    \"publish_status\": false,\n                    \"compare_at_price\": true,\n                    \"charge_tax_on_product\": true,\n                    \"hsn_code_and_country_of_origin\": false,\n                    \"track_quantity_and_continue_selling_when_out_of_stock\": false\n                },\n                \"create_settings\": {\n                    \"sku\": true,\n                    \"tags\": true,\n                    \"media\": true,\n                    \"price\": true,\n                    \"title\": true,\n                    \"weight\": true,\n                    \"barcode\": true,\n                    \"quantity\": true,\n                    \"description\": true,\n                    \"product_type\": true,\n                    \"variant_name\": true,\n                    \"publish_status\": true,\n                    \"compare_at_price\": true,\n                    \"charge_tax_on_product\": true,\n                    \"hsn_code_and_country_of_origin\": true,\n                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                },\n                \"override_product_status_at_create\": false,\n                \"product_status\": \"as_per_vendor_product\",\n                \"enable_order_sync\": true,\n                \"push_only_if_order_paid\": false,\n                \"push_unsynced_product_order\": false,\n                \"auto_variants\": true,\n                \"strictKeyCheck\": false,\n                \"on_product_delete\": \"do_nothing\",\n                \"on_product_unmapped\": \"draft_on_destination\",\n                \"auto_add_variant\": true,\n                \"auto_remove_variant\": true\n            },\n            \"override_hide_customer_information_permissions\": false,\n            \"can_vendor_cancel_an_order\": false,\n            \"hide_shipping_charges\": false,\n            \"add_insurance_to_shipment\": 0,\n            \"meta_title\": null,\n            \"registration_link\": null,\n            \"auto_approval_of_products_from_vendor\": true,\n            \"ignore_selling_price_for_commission\": 0,\n            \"shipping_label_check\": {\n                \"email\": false,\n                \"phone\": false,\n                \"address_line_1\": false,\n                \"address_line_2\": false,\n                \"address_line_1_minimum\": null,\n                \"address_line_1_maximum\": null,\n                \"address_line_2_minimum\": null,\n                \"address_line_2_maximum\": null\n            },\n            \"shipping_label_size\": \"smalllabel\",\n            \"paypal_email\": null,\n            \"use_custom_email_driver\": false,\n            \"ignore_order_splitting\": false,\n            \"hide_customer_information_on_vendor_dashboard\": {\n                \"name\": false,\n                \"phone\": false,\n                \"address\": true,\n                \"email\": true,\n                \"city\": false,\n                \"state\": false\n            },\n            \"hide_customer_information_in_awb\": {\n                \"name\": false,\n                \"phone\": true,\n                \"address\": true,\n                \"email\": true,\n                \"city\": false,\n                \"state\": false,\n                \"line_items\": false,\n                \"vendor_name\": false,\n                \"sku\": false,\n                \"weight_dimension\": false\n            },\n            \"hide_customer_information_in_invoice\": {\n                \"name\": false,\n                \"phone\": true,\n                \"address\": true,\n                \"email\": true,\n                \"city\": false,\n                \"state\": false\n            },\n            \"vendor_profile_settings\": {\n                \"seller_products_tab\": true,\n                \"seller_policy_tab\": true,\n                \"seller_contact_us_tab\": true\n            },\n            \"challan_message_1\": null,\n            \"challan_message_2\": null,\n            \"challan_prefix\": null,\n            \"challan_number_same_as_invoice_number\": true,\n            \"default_label_size_for_all_vendors\": false,\n            \"hide_customer_information_in_export\": {\n                \"name\": false,\n                \"phone\": true,\n                \"address\": true,\n                \"email\": true,\n                \"city\": false,\n                \"state\": false\n            },\n            \"product_permissions\": null,\n            \"hide_product_details_in_awb\": false,\n            \"hide_invoice_details_in_awb\": false,\n            \"company_note\": null,\n            \"meta_data\": null,\n            \"color_theme_field\": \"light.orange\",\n            \"change_tracking_url\": false,\n            \"ship_to_address_as_merchants_default_warehouse\": false,\n            \"can_vendor_hold_an_order\": false,\n            \"handle_out_of_stock_products\": null,\n            \"allow_vendors_to_change_vendor_profile_details\": false,\n            \"whatsapp_account\": null,\n            \"vendor_profile_theme_choosen\": \"theme-1\",\n            \"whatsapp_credit\": 100,\n            \"test_whatsapp_number\": null,\n            \"spoc_email_sending_method\": null,\n            \"connected_vendor_shops\": null,\n            \"events\": null,\n            \"commission_automation_set\": null,\n            \"auto_confirmation_using_tags_settings\": {\n                \"tags_settings_status\": true,\n                \"paid\": true,\n                \"tags_for_paid\": [],\n                \"cod_or_partially_paid\": false,\n                \"tags_for_cod_or_partially_paid\": [],\n                \"Exceptions_for_paid\": false,\n                \"Exceptions_for_paid_tags\": [],\n                \"Exceptions_for_cod_or_partially_paid\": false,\n                \"Exceptions_for_cod_or_partially_paid_tags\": []\n            },\n            \"preferred_location\": null,\n            \"email_credit\": 1000,\n            \"tracking_placeholder\": null,\n            \"video_url\": null,\n            \"pickup_option_at_checkout\": null,\n            \"logo\": null,\n            \"logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n            \"is_general_setting_done\": true,\n            \"is_invoice_setting_done\": true,\n            \"is_label_setting_done\": false,\n            \"is_gst_enabled\": false,\n            \"billing_detail\": \"Pune</br>\",\n            \"warehouse_address\": \"Pune</br>\",\n            \"contact_information\": \"Chahar</br>jaydip.shipturtle@gmail.com</br>\",\n            \"status\": \"Active\",\n            \"global_commission\": \"15\",\n            \"global_discount_shared_by_vendor\": \"0\",\n            \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n            \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n            \"global_shipping_charge_commission_type\": \"fixed\",\n            \"global_shipping_charge_commission\": 50,\n            \"global_fixed_commission\": 10,\n            \"is_drop_shipper\": true,\n            \"state\": null,\n            \"first_email\": [\n                \"jaydip.shipturtle@gmail.com\"\n            ],\n            \"invoice_state\": null,\n            \"banner\": null,\n            \"banner_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n            \"frontend_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n            \"navbar_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n            \"email_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n            \"invoice_country_detail\": null,\n            \"commission_tags\": null,\n            \"configuration\": {\n                \"id\": 108399,\n                \"children_default_permissions\": {\n                    \"can_vendor_enable_disable_product\": true,\n                    \"can_vendor_edit_quantity_product\": true,\n                    \"can_vendor_edit_weight_dimension_product\": true,\n                    \"can_vendor_edit_tax_product\": true,\n                    \"can_vendor_generate_invoice\": true,\n                    \"can_vendor_generate_label\": true,\n                    \"can_vendor_add_courier_provider\": true,\n                    \"can_vendor_edit_order_package_dimensions\": true,\n                    \"can_vendor_cancel_label\": true,\n                    \"can_vendor_change_order_shipment_status\": true,\n                    \"can_vendor_change_order_warehouse\": true,\n                    \"can_vendor_cancel_invoice\": false,\n                    \"can_vendor_edit_price\": true,\n                    \"can_vendor_delete_product\": true,\n                    \"can_mail_to_customer\": true,\n                    \"can_change_payment_method\": true,\n                    \"can_access_shipping_address\": true,\n                    \"can_edit_shipping_address\": true,\n                    \"can_view_shipping_address\": true,\n                    \"can_view_estimated_cost_of_shipping\": true,\n                    \"can_access_settings\": true,\n                    \"can_access_customer_chat\": true,\n                    \"can_product_view_price\": true,\n                    \"can_product_view_title\": true,\n                    \"can_product_view_sku\": true,\n                    \"can_product_view_quantity\": true,\n                    \"can_product_view_inventory_management\": true,\n                    \"can_product_view_inventory_policy\": true,\n                    \"can_product_view_requires_shipping\": true,\n                    \"can_product_view_cost_price\": true,\n                    \"can_product_view_bar_code\": true,\n                    \"can_product_view_weight_dimension\": true,\n                    \"can_product_view_commission\": true,\n                    \"can_product_view_compare_at_price\": true,\n                    \"can_product_view_status\": true,\n                    \"can_product_view_tags\": true,\n                    \"can_product_view_description\": true,\n                    \"can_product_view_meta_data\": true,\n                    \"can_product_view_media\": true,\n                    \"can_product_view_charge_tax_on_product\": true,\n                    \"product_quick_edit_price\": true,\n                    \"product_quick_edit_title\": true,\n                    \"product_quick_edit_sku\": false,\n                    \"product_quick_edit_quantity\": true,\n                    \"product_quick_edit_inventory_management\": true,\n                    \"product_quick_edit_inventory_policy\": true,\n                    \"product_quick_edit_requires_shipping\": true,\n                    \"product_quick_edit_cost_price\": false,\n                    \"product_quick_edit_bar_code\": true,\n                    \"product_quick_edit_weight_dimension\": true,\n                    \"product_quick_edit_compare_at_price\": true,\n                    \"product_quick_edit_status\": true,\n                    \"product_quick_edit_tags\": true,\n                    \"product_quick_edit_description\": true,\n                    \"product_quick_edit_meta_data\": true,\n                    \"product_quick_edit_media\": true,\n                    \"product_quick_edit_charge_tax_on_product\": false,\n                    \"product_full_edit_price\": true,\n                    \"product_full_edit_title\": true,\n                    \"product_full_edit_sku\": true,\n                    \"product_full_edit_quantity\": true,\n                    \"product_full_edit_inventory_management\": true,\n                    \"product_full_edit_inventory_policy\": true,\n                    \"product_full_edit_requires_shipping\": true,\n                    \"product_full_edit_cost_price\": true,\n                    \"product_full_edit_bar_code\": true,\n                    \"product_full_edit_weight_dimension\": true,\n                    \"product_full_edit_compare_at_price\": true,\n                    \"product_full_edit_status\": true,\n                    \"product_full_edit_tags\": true,\n                    \"product_full_edit_description\": true,\n                    \"product_full_edit_meta_data\": true,\n                    \"product_full_edit_media\": true,\n                    \"product_full_edit_charge_tax_on_product\": true,\n                    \"commission_access\": true,\n                    \"product_access\": true,\n                    \"auto_approval_of_products_from_vendor\": false\n                },\n                \"company_id\": 212753,\n                \"created_at\": \"2023-05-29T10:51:23.000000Z\",\n                \"updated_at\": \"2024-02-09T09:57:34.000000Z\"\n            },\n            \"parent\": {\n                \"id\": 212738,\n                \"company_name\": \"Violet Plants.\",\n                \"brand_name\": \"violetplants\",\n                \"company_logo\": null,\n                \"contact_name\": \"Jay Bhatt\",\n                \"phone_number\": \"09979017121\",\n                \"email\": null,\n                \"address_line_1\": \"GUSEC - Gujarat University Startup And Entrepreneurship Council University Area\",\n                \"address_line_2\": \"Test\",\n                \"pin_code\": \"380009\",\n                \"city\": \"Ahmedabad\",\n                \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                \"updated_at\": \"2024-02-19T06:51:31.000000Z\",\n                \"state_id\": null,\n                \"gstin_number\": \"1234\",\n                \"invoice_prefix\": \"Invoice\",\n                \"starting_invoice_number\": \"294\",\n                \"terms_and_conditions\": null,\n                \"bank_account_beneficiary_name\": null,\n                \"bank_account_name\": null,\n                \"ifsc_code\": null,\n                \"label_company_name\": null,\n                \"label_contact_name\": null,\n                \"label_phone\": null,\n                \"label_email_address\": null,\n                \"label_address_line_1\": null,\n                \"label_address_line_2\": null,\n                \"label_pin_code\": null,\n                \"label_city\": null,\n                \"label_state\": null,\n                \"signature\": null,\n                \"currency\": \"INR\",\n                \"weight\": null,\n                \"measurement\": null,\n                \"gst_enabled\": true,\n                \"override_channel_product_weight_enabled\": true,\n                \"label_details_same_as_company\": true,\n                \"multi_vendor_invoicing_enabled\": false,\n                \"multi_vendor_shipping_enabled\": false,\n                \"is_master\": \"1\",\n                \"invoice_number_same_as_order_number\": true,\n                \"enable_disable_cod_reconciliation\": true,\n                \"enable_disable_freight_reconciliation\": true,\n                \"cod_tolerance\": \"1\",\n                \"freight_tolerance\": \"2\",\n                \"is_multi_vendor_enabled\": true,\n                \"invoice_message\": null,\n                \"inclusive_exclusive\": null,\n                \"is_tax_on_shipping\": \"no\",\n                \"tax_on_shipping\": null,\n                \"primary_color\": \"#222F3D\",\n                \"secondary_color\": null,\n                \"display_hsn\": true,\n                \"website\": \"https://app.shipturtle.com/\",\n                \"country\": \"IN\",\n                \"type_of_vendor\": \"marketplace\",\n                \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                \"title\": \"violetplants\",\n                \"parent_id\": 212738,\n                \"extra_information\": null,\n                \"invoice_date\": \"invoice_creation_date\",\n                \"number_of_digits\": \"0\",\n                \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                \"created_by\": null,\n                \"updated_by\": 36465,\n                \"invoice_contact_name\": \"Hussain\",\n                \"invoice_address_1\": \"dahod\",\n                \"invoice_address_2\": \"dahod\",\n                \"invoice_postal_code\": \"380005\",\n                \"invoice_city\": \"Ahmedabad\",\n                \"invoice_phone_number\": \"09173038104\",\n                \"invoice_tin\": null,\n                \"timezone\": \"America/Phoenix\",\n                \"hand_delivered_enabled\": true,\n                \"other_courier_partner_enabled\": true,\n                \"billing_address_same_as_company_details\": false,\n                \"deactivated_at\": null,\n                \"state_code\": \"GJ\",\n                \"automatically_sync_vendor_name_from_store\": true,\n                \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                \"order_confirmation_before_routing_orders_to_vendor_dashboard\": false,\n                \"correct_all_errors_in_order\": false,\n                \"generate_shipping_labels_for_orders\": false,\n                \"generate_invoices_for_dropship_orders\": false,\n                \"can_vendor_enable_disable_product\": false,\n                \"can_vendor_edit_quantity_product\": false,\n                \"can_vendor_edit_weight_dimension_product\": false,\n                \"can_vendor_edit_tax_product\": true,\n                \"set_vendor_level_commission\": false,\n                \"commission\": \"15\",\n                \"discount_shared_by_vendor\": \"0\",\n                \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                \"set_vendor_level_shared_discount\": false,\n                \"set_vendor_level_commissoin_calculated_on\": false,\n                \"use_shop_channel_values_to_set_commission\": false,\n                \"can_vendor_generate_invoice\": true,\n                \"can_vendor_process_shippings\": true,\n                \"can_vendor_edit_hsn_tax\": true,\n                \"can_vendor_add_courier_provider\": true,\n                \"default_vendor_type\": \"dropshipper\",\n                \"no_of_deciaml_digits\": 2,\n                \"credits\": 74982,\n                \"plan_id\": 1347,\n                \"requested_plan_id\": null,\n                \"override_invoice_permissions\": false,\n                \"override_product_permissions\": false,\n                \"override_order_routing_permissions\": false,\n                \"override_shipping_permissions\": false,\n                \"slug\": \"violetplants-212738\",\n                \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                \"shipping_charge_commission_type\": \"fixed\",\n                \"shipping_charge_commission\": 50,\n                \"override_commission_calculated_tax_type\": false,\n                \"override_shipping_charge_commission_type\": false,\n                \"override_shipping_charge_commission\": 0,\n                \"auto_email_to_vendor\": true,\n                \"fixed_commission\": 10,\n                \"service_charge\": 0,\n                \"can_vendor_edit_price\": false,\n                \"can_vendor_delete_product\": false,\n                \"show_logo_in_awb\": true,\n                \"hide_pick_address_in_awb\": true,\n                \"hide_customer_info_in_awb\": true,\n                \"hide_price_in_awb\": false,\n                \"hide_customer_information_on_vendor_dashboards\": false,\n                \"allow_merchant_to_generate_invoice\": true,\n                \"show_merchant_logo_in_invoice\": true,\n                \"locale\": \"en\",\n                \"use_custom_waybill\": true,\n                \"redirect_url\": \"dashboard\",\n                \"invoice_state_code\": \"GJ\",\n                \"invoice_country_code\": \"IN\",\n                \"stripe_account_id\": null,\n                \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-youe\",\n                \"enable_app_shipping_profile_on_shopify\": \"3rd_party_shipping_rate\",\n                \"policy\": null,\n                \"css\": null,\n                \"vendor_profile_color\": \"#f18024\",\n                \"about_us\": null,\n                \"facebook_link\": null,\n                \"twitter_link\": null,\n                \"instagram_link\": null,\n                \"auto_fulfill_digital_orders\": false,\n                \"use_default_warehouse_for_all_orders\": false,\n                \"invoice_label_header_title\": null,\n                \"invoice_place_of_supply\": null,\n                \"invoice_cin_key_title\": null,\n                \"invoice_cin\": null,\n                \"give_vendor_access_to_merchant_shipper\": false,\n                \"auto_generate_order_invoices_to_customers\": false,\n                \"auto_email_order_invoices_to_customers\": true,\n                \"treat_manual_payment_mode_as_cod\": false,\n                \"fulfill_order_after_confirm\": false,\n                \"add_notes_before_confirming_orders\": false,\n                \"auto_approve_vendors_who_register_to_sell_on_your_store\": true,\n                \"note_at_the_top_of_invoice\": null,\n                \"vendor_shop_id\": 523,\n                \"vendor_category\": null,\n                \"vendor_location\": null,\n                \"short_description\": null,\n                \"display_vendor_category\": true,\n                \"display_vendor_location\": true,\n                \"display_vendor_short_description\": true,\n                \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                \"sync_settings\": {\n                    \"update_settings\": {\n                        \"sku\": false,\n                        \"tags\": true,\n                        \"media\": false,\n                        \"price\": true,\n                        \"title\": false,\n                        \"weight\": false,\n                        \"barcode\": false,\n                        \"quantity\": true,\n                        \"description\": false,\n                        \"product_type\": false,\n                        \"variant_name\": false,\n                        \"publish_status\": false,\n                        \"compare_at_price\": true,\n                        \"charge_tax_on_product\": true,\n                        \"hsn_code_and_country_of_origin\": false,\n                        \"track_quantity_and_continue_selling_when_out_of_stock\": false\n                    },\n                    \"create_settings\": {\n                        \"sku\": true,\n                        \"tags\": true,\n                        \"media\": true,\n                        \"price\": true,\n                        \"title\": true,\n                        \"weight\": true,\n                        \"barcode\": true,\n                        \"quantity\": true,\n                        \"description\": true,\n                        \"product_type\": true,\n                        \"variant_name\": true,\n                        \"publish_status\": true,\n                        \"compare_at_price\": true,\n                        \"charge_tax_on_product\": true,\n                        \"hsn_code_and_country_of_origin\": true,\n                        \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                    },\n                    \"override_product_status_at_create\": false,\n                    \"product_status\": \"as_per_vendor_product\",\n                    \"enable_order_sync\": true,\n                    \"push_only_if_order_paid\": false,\n                    \"push_unsynced_product_order\": false,\n                    \"auto_variants\": true,\n                    \"strictKeyCheck\": false,\n                    \"on_product_delete\": \"do_nothing\",\n                    \"on_product_unmapped\": \"draft_on_destination\",\n                    \"auto_add_variant\": true,\n                    \"auto_remove_variant\": true\n                },\n                \"override_hide_customer_information_permissions\": false,\n                \"can_vendor_cancel_an_order\": false,\n                \"hide_shipping_charges\": false,\n                \"add_insurance_to_shipment\": 0,\n                \"meta_title\": null,\n                \"registration_link\": null,\n                \"auto_approval_of_products_from_vendor\": true,\n                \"ignore_selling_price_for_commission\": 0,\n                \"shipping_label_check\": {\n                    \"email\": false,\n                    \"phone\": false,\n                    \"address_line_1\": false,\n                    \"address_line_2\": false,\n                    \"address_line_1_minimum\": null,\n                    \"address_line_1_maximum\": null,\n                    \"address_line_2_minimum\": null,\n                    \"address_line_2_maximum\": null\n                },\n                \"shipping_label_size\": \"smalllabel\",\n                \"paypal_email\": null,\n                \"use_custom_email_driver\": false,\n                \"ignore_order_splitting\": false,\n                \"hide_customer_information_on_vendor_dashboard\": {\n                    \"name\": false,\n                    \"phone\": false,\n                    \"address\": true,\n                    \"email\": true,\n                    \"city\": false,\n                    \"state\": false\n                },\n                \"hide_customer_information_in_awb\": {\n                    \"name\": false,\n                    \"phone\": true,\n                    \"address\": true,\n                    \"email\": true,\n                    \"city\": false,\n                    \"state\": false,\n                    \"line_items\": false,\n                    \"vendor_name\": false,\n                    \"sku\": false,\n                    \"weight_dimension\": false\n                },\n                \"hide_customer_information_in_invoice\": {\n                    \"name\": false,\n                    \"phone\": true,\n                    \"address\": true,\n                    \"email\": true,\n                    \"city\": false,\n                    \"state\": false\n                },\n                \"vendor_profile_settings\": {\n                    \"seller_products_tab\": true,\n                    \"seller_policy_tab\": true,\n                    \"seller_contact_us_tab\": true,\n                    \"seller_events_tab\": true,\n                    \"seller_reviews_tab\": \"false\",\n                    \"seller_about_us_tab\": true\n                },\n                \"challan_message_1\": null,\n                \"challan_message_2\": null,\n                \"challan_prefix\": \"Invoice\",\n                \"challan_number_same_as_invoice_number\": true,\n                \"default_label_size_for_all_vendors\": true,\n                \"hide_customer_information_in_export\": {\n                    \"name\": false,\n                    \"phone\": true,\n                    \"address\": true,\n                    \"email\": true,\n                    \"city\": false,\n                    \"state\": false\n                },\n                \"product_permissions\": null,\n                \"hide_product_details_in_awb\": false,\n                \"hide_invoice_details_in_awb\": true,\n                \"company_note\": \"<p>sdfasdfab</p>\",\n                \"meta_data\": \"[{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                \"color_theme_field\": \"light.orange\",\n                \"change_tracking_url\": false,\n                \"ship_to_address_as_merchants_default_warehouse\": false,\n                \"can_vendor_hold_an_order\": false,\n                \"handle_out_of_stock_products\": null,\n                \"allow_vendors_to_change_vendor_profile_details\": true,\n                \"whatsapp_account\": \"use_shipturtle_account\",\n                \"vendor_profile_theme_choosen\": \"theme-2\",\n                \"whatsapp_credit\": 0,\n                \"test_whatsapp_number\": \"+918849193468\",\n                \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                \"connected_vendor_shops\": [\n                    \"vendorsynctesting5.myshopify.com\",\n                    \"testing-for-vendorsync.myshopify.com\",\n                    \"purpleplants.myshopify.com\",\n                    \"https://st-wpdemo.com/\",\n                    \"test-store-webkul-112.myshopify.com\",\n                    \"https://st-wpdemo.com/\",\n                    \"purpleplants.myshopify.com/\",\n                    \"https://st-wpdemo.com/\",\n                    \"purpleplants.myshopify.com\",\n                    \"https://st-wpdemo.com/newtestclient/\",\n                    \"purpleplants.myshopify.com\",\n                    \"purpleplants.myshopify.com\",\n                    \"vendorsynctesting.myshopify.com\",\n                    \"vendorsynctesting.myshopify.com\",\n                    \"http://65.1.26.157/\",\n                    \"new-vendor-auth-flow-test.myshopify.com\",\n                    \"indigoplants.myshopify.com\",\n                    \"vendor-testing-store.myshopify.com\",\n                    \"vendor-testing-store.myshopify.com\",\n                    \"77822e-4.myshopify.com\",\n                    \"vendorsync2.myshopify.com\",\n                    \"channeltesting6.myshopify.com\",\n                    \"rajdeepwebhookcheck.myshopify.com\"\n                ],\n                \"events\": null,\n                \"commission_automation_set\": {\n                    \"commission_automation\": true,\n                    \"commission_automation_rules\": true,\n                    \"commission_automation_date_range\": true,\n                    \"commission_automation_schedule_option\": \"daily\",\n                    \"time_buffer_for_commission_automation\": \"4\",\n                    \"order_status_for_commission_automation\": \"label created\",\n                    \"invoice_number_for_commission_automation\": 291,\n                    \"date_Range_days_for_commission_automation\": \"4\"\n                },\n                \"auto_confirmation_using_tags_settings\": {\n                    \"tags_settings_status\": true,\n                    \"paid\": true,\n                    \"tags_for_paid\": [],\n                    \"cod_or_partially_paid\": false,\n                    \"tags_for_cod_or_partially_paid\": [],\n                    \"Exceptions_for_paid\": false,\n                    \"Exceptions_for_paid_tags\": [],\n                    \"Exceptions_for_cod_or_partially_paid\": false,\n                    \"Exceptions_for_cod_or_partially_paid_tags\": []\n                },\n                \"preferred_location\": null,\n                \"email_credit\": 3687,\n                \"tracking_placeholder\": {\n                    \"email_placeholder\": \"Email/Phone No.\",\n                    \"orderid_placeholder\": \"Order Id/Tracking No.\"\n                },\n                \"video_url\": \"https://www.youtube.com/embed/XG8HocXt6s8\",\n                \"pickup_option_at_checkout\": {\n                    \"display_pickup_option_at_checkout\": null,\n                    \"offer_pickup_from_default_warehouse\": null\n                },\n                \"logo\": {\n                    \"id\": 702322,\n                    \"model_type\": \"App\\\\Company\",\n                    \"model_id\": 212738,\n                    \"collection_name\": \"logo\",\n                    \"name\": \"Screenshot 2024-01-22 173534\",\n                    \"file_name\": \"Screenshot-2024-01-22-173534.png\",\n                    \"mime_type\": \"image/png\",\n                    \"disk\": \"s3\",\n                    \"size\": 8892,\n                    \"manipulations\": [],\n                    \"custom_properties\": {\n                        \"generated_conversions\": {\n                            \"email_logo\": true,\n                            \"navbar_logo\": true,\n                            \"frontend_logo\": true\n                        }\n                    },\n                    \"responsive_images\": {\n                        \"medialibrary_original\": {\n                            \"urls\": [\n                                \"Screenshot-2024-01-22-173534___medialibrary_original_792_349.png\"\n                            ],\n                            \"base64svg\": \"data:image/svg+xml;base64,PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHg9IjAiCiB5PSIwIiB2aWV3Qm94PSIwIDAgNzkyIDM0OSI+Cgk8aW1hZ2Ugd2lkdGg9Ijc5MiIgaGVpZ2h0PSIzNDkiIHhsaW5rOmhyZWY9ImRhdGE6aW1hZ2UvanBlZztiYXNlNjQsLzlqLzRBQVFTa1pKUmdBQkFRRUFZQUJnQUFELy9nQTdRMUpGUVZSUFVqb2daMlF0YW5CbFp5QjJNUzR3SUNoMWMybHVaeUJKU2tjZ1NsQkZSeUIyT0RBcExDQnhkV0ZzYVhSNUlEMGdPVEFLLzlzQVF3QURBZ0lEQWdJREF3TURCQU1EQkFVSUJRVUVCQVVLQndjR0NBd0tEQXdMQ2dzTERRNFNFQTBPRVE0TEN4QVdFQkVURkJVVkZRd1BGeGdXRkJnU0ZCVVUvOXNBUXdFREJBUUZCQVVKQlFVSkZBMExEUlFVRkJRVUZCUVVGQlFVRkJRVUZCUVVGQlFVRkJRVUZCUVVGQlFVRkJRVUZCUVVGQlFVRkJRVUZCUVVGQlFVRkJRVS84QUFFUWdBRGdBZ0F3RVJBQUlSQVFNUkFmL0VBQjhBQUFFRkFRRUJBUUVCQUFBQUFBQUFBQUFCQWdNRUJRWUhDQWtLQy8vRUFMVVFBQUlCQXdNQ0JBTUZCUVFFQUFBQmZRRUNBd0FFRVFVU0lURkJCaE5SWVFjaWNSUXlnWkdoQ0NOQ3NjRVZVdEh3SkROaWNvSUpDaFlYR0JrYUpTWW5LQ2txTkRVMk56ZzVPa05FUlVaSFNFbEtVMVJWVmxkWVdWcGpaR1ZtWjJocGFuTjBkWFozZUhsNmc0U0Zob2VJaVlxU2s1U1ZscGVZbVpxaW82U2xwcWVvcWFxeXM3UzF0cmU0dWJyQ3c4VEZ4c2ZJeWNyUzA5VFYxdGZZMmRyaDR1UGs1ZWJuNk9ucThmTHo5UFgyOS9qNSt2L0VBQjhCQUFNQkFRRUJBUUVCQVFFQUFBQUFBQUFCQWdNRUJRWUhDQWtLQy8vRUFMVVJBQUlCQWdRRUF3UUhCUVFFQUFFQ2R3QUJBZ01SQkFVaE1RWVNRVkVIWVhFVElqS0JDQlJDa2FHeHdRa2pNMUx3RldKeTBRb1dKRFRoSmZFWEdCa2FKaWNvS1NvMU5qYzRPVHBEUkVWR1IwaEpTbE5VVlZaWFdGbGFZMlJsWm1kb2FXcHpkSFYyZDNoNWVvS0RoSVdHaDRpSmlwS1RsSldXbDVpWm1xS2pwS1dtcDZpcHFyS3p0TFcydDdpNXVzTER4TVhHeDhqSnl0TFQxTlhXMTlqWjJ1TGo1T1htNStqcDZ2THo5UFgyOS9qNSt2L2FBQXdEQVFBQ0VRTVJBRDhBL1VUVU5RRmd1NWdTUGFnQ2dmRTBRWGR0Ykgwb0FGOFR4TXBiYWNmU2dDOVozNjMwZTlRUVBlZ0MxTGJKT01Pb2I2MEFSZjJaQmpIbHJqNlVBTk9sMitNZVd1UHBRQklsdWx1bUVHQjdVQWYvMlE9PSI+Cgk8L2ltYWdlPgo8L3N2Zz4=\"\n                        }\n                    },\n                    \"order_column\": 600843,\n                    \"created_at\": \"2024-01-22T12:06:09.000000Z\",\n                    \"updated_at\": \"2024-01-22T12:06:09.000000Z\"\n                },\n                \"logo_link\": \"https://d2i9a0muccv7uq.cloudfront.net/702322/Screenshot-2024-01-22-173534.png\",\n                \"is_general_setting_done\": true,\n                \"is_invoice_setting_done\": true,\n                \"is_label_setting_done\": false,\n                \"is_gst_enabled\": true,\n                \"billing_detail\": \"Ahmedabad</br>Gujarat</br>India\",\n                \"warehouse_address\": \"Ahmedabad</br>IN\",\n                \"contact_information\": \"Jay Bhatt</br>09979017121</br>\",\n                \"status\": \"Active\",\n                \"global_commission\": \"15\",\n                \"global_discount_shared_by_vendor\": \"0\",\n                \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                \"global_shipping_charge_commission_type\": \"fixed\",\n                \"global_shipping_charge_commission\": 50,\n                \"global_fixed_commission\": 10,\n                \"is_drop_shipper\": false,\n                \"state\": {\n                    \"id\": 13,\n                    \"code\": \"GJ\",\n                    \"tin\": 24,\n                    \"title\": \"Gujarat\",\n                    \"created_at\": \"2019-08-03T17:48:42.000000Z\",\n                    \"updated_at\": \"2020-03-28T04:51:45.000000Z\",\n                    \"deleted_at\": null,\n                    \"country_code\": \"IN\"\n                },\n                \"first_email\": \"no-reply@shipturtle.com\",\n                \"invoice_state\": {\n                    \"id\": 13,\n                    \"code\": \"GJ\",\n                    \"tin\": 24,\n                    \"title\": \"Gujarat\",\n                    \"created_at\": \"2019-08-03T17:48:42.000000Z\",\n                    \"updated_at\": \"2020-03-28T04:51:45.000000Z\",\n                    \"deleted_at\": null,\n                    \"country_code\": \"IN\"\n                },\n                \"banner\": null,\n                \"banner_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                \"frontend_logo_link\": \"https://d2i9a0muccv7uq.cloudfront.net/702322/Screenshot-2024-01-22-173534.png\",\n                \"navbar_logo_link\": \"https://d2i9a0muccv7uq.cloudfront.net/702322/Screenshot-2024-01-22-173534.png\",\n                \"email_logo_link\": \"https://d2i9a0muccv7uq.cloudfront.net/702322/Screenshot-2024-01-22-173534.png\",\n                \"invoice_country_detail\": {\n                    \"id\": 98,\n                    \"name\": \"India\",\n                    \"code\": \"IN\",\n                    \"dial_code\": \"+91\",\n                    \"currency_name\": \"Indian rupee\",\n                    \"currency_symbol\": \"Rs.\",\n                    \"currency_code\": \"INR\",\n                    \"created_at\": null,\n                    \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                    \"name_with_symbole\": \"Indian rupee - Rs.\"\n                },\n                \"commission_tags\": null,\n                \"media\": [\n                    {\n                        \"id\": 702322,\n                        \"model_type\": \"App\\\\Company\",\n                        \"model_id\": 212738,\n                        \"collection_name\": \"logo\",\n                        \"name\": \"Screenshot 2024-01-22 173534\",\n                        \"file_name\": \"Screenshot-2024-01-22-173534.png\",\n                        \"mime_type\": \"image/png\",\n                        \"disk\": \"s3\",\n                        \"size\": 8892,\n                        \"manipulations\": [],\n                        \"custom_properties\": {\n                            \"generated_conversions\": {\n                                \"email_logo\": true,\n                                \"navbar_logo\": true,\n                                \"frontend_logo\": true\n                            }\n                        },\n                        \"responsive_images\": {\n                            \"medialibrary_original\": {\n                                \"urls\": [\n                                    \"Screenshot-2024-01-22-173534___medialibrary_original_792_349.png\"\n                                ],\n                                \"base64svg\": \"data:image/svg+xml;base64,PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHg9IjAiCiB5PSIwIiB2aWV3Qm94PSIwIDAgNzkyIDM0OSI+Cgk8aW1hZ2Ugd2lkdGg9Ijc5MiIgaGVpZ2h0PSIzNDkiIHhsaW5rOmhyZWY9ImRhdGE6aW1hZ2UvanBlZztiYXNlNjQsLzlqLzRBQVFTa1pKUmdBQkFRRUFZQUJnQUFELy9nQTdRMUpGUVZSUFVqb2daMlF0YW5CbFp5QjJNUzR3SUNoMWMybHVaeUJKU2tjZ1NsQkZSeUIyT0RBcExDQnhkV0ZzYVhSNUlEMGdPVEFLLzlzQVF3QURBZ0lEQWdJREF3TURCQU1EQkFVSUJRVUVCQVVLQndjR0NBd0tEQXdMQ2dzTERRNFNFQTBPRVE0TEN4QVdFQkVURkJVVkZRd1BGeGdXRkJnU0ZCVVUvOXNBUXdFREJBUUZCQVVKQlFVSkZBMExEUlFVRkJRVUZCUVVGQlFVRkJRVUZCUVVGQlFVRkJRVUZCUVVGQlFVRkJRVUZCUVVGQlFVRkJRVUZCUVVGQlFVRkJRVS84QUFFUWdBRGdBZ0F3RVJBQUlSQVFNUkFmL0VBQjhBQUFFRkFRRUJBUUVCQUFBQUFBQUFBQUFCQWdNRUJRWUhDQWtLQy8vRUFMVVFBQUlCQXdNQ0JBTUZCUVFFQUFBQmZRRUNBd0FFRVFVU0lURkJCaE5SWVFjaWNSUXlnWkdoQ0NOQ3NjRVZVdEh3SkROaWNvSUpDaFlYR0JrYUpTWW5LQ2txTkRVMk56ZzVPa05FUlVaSFNFbEtVMVJWVmxkWVdWcGpaR1ZtWjJocGFuTjBkWFozZUhsNmc0U0Zob2VJaVlxU2s1U1ZscGVZbVpxaW82U2xwcWVvcWFxeXM3UzF0cmU0dWJyQ3c4VEZ4c2ZJeWNyUzA5VFYxdGZZMmRyaDR1UGs1ZWJuNk9ucThmTHo5UFgyOS9qNSt2L0VBQjhCQUFNQkFRRUJBUUVCQVFFQUFBQUFBQUFCQWdNRUJRWUhDQWtLQy8vRUFMVVJBQUlCQWdRRUF3UUhCUVFFQUFFQ2R3QUJBZ01SQkFVaE1RWVNRVkVIWVhFVElqS0JDQlJDa2FHeHdRa2pNMUx3RldKeTBRb1dKRFRoSmZFWEdCa2FKaWNvS1NvMU5qYzRPVHBEUkVWR1IwaEpTbE5VVlZaWFdGbGFZMlJsWm1kb2FXcHpkSFYyZDNoNWVvS0RoSVdHaDRpSmlwS1RsSldXbDVpWm1xS2pwS1dtcDZpcHFyS3p0TFcydDdpNXVzTER4TVhHeDhqSnl0TFQxTlhXMTlqWjJ1TGo1T1htNStqcDZ2THo5UFgyOS9qNSt2L2FBQXdEQVFBQ0VRTVJBRDhBL1VUVU5RRmd1NWdTUGFnQ2dmRTBRWGR0Ykgwb0FGOFR4TXBiYWNmU2dDOVozNjMwZTlRUVBlZ0MxTGJKT01Pb2I2MEFSZjJaQmpIbHJqNlVBTk9sMitNZVd1UHBRQklsdWx1bUVHQjdVQWYvMlE9PSI+Cgk8L2ltYWdlPgo8L3N2Zz4=\"\n                            }\n                        },\n                        \"order_column\": 600843,\n                        \"created_at\": \"2024-01-22T12:06:09.000000Z\",\n                        \"updated_at\": \"2024-01-22T12:06:09.000000Z\"\n                    }\n                ],\n                \"domain\": {\n                    \"id\": 90,\n                    \"domain\": null,\n                    \"tenant_id\": null,\n                    \"created_at\": \"2023-06-21T08:47:31.000000Z\",\n                    \"updated_at\": \"2024-02-09T05:16:07.000000Z\",\n                    \"company_id\": 212738,\n                    \"registration_link\": null,\n                    \"heading\": \"hello segni\",\n                    \"meta_title\": \"BLACK CAT\",\n                    \"tracking_domain_link\": \"\",\n                    \"logo_max_width\": \"101\",\n                    \"domain_link\": \"https://app.shipturtle.com\",\n                    \"favicon\": {\n                        \"id\": 613532,\n                        \"model_type\": \"App\\\\Domain\",\n                        \"model_id\": 90,\n                        \"collection_name\": \"favicon\",\n                        \"name\": \"Screenshot from 2023-10-25 13-44-46\",\n                        \"file_name\": \"Screenshot-from-2023-10-25-13-44-46.png\",\n                        \"mime_type\": \"image/png\",\n                        \"disk\": \"public\",\n                        \"size\": 22003,\n                        \"manipulations\": [],\n                        \"custom_properties\": [],\n                        \"responsive_images\": [],\n                        \"order_column\": 529484,\n                        \"created_at\": \"2023-10-25T12:10:30.000000Z\",\n                        \"updated_at\": \"2023-10-25T12:10:30.000000Z\"\n                    },\n                    \"favicon_link\": \"https://d2i9a0muccv7uq.cloudfront.net/613532/Screenshot-from-2023-10-25-13-44-46.png\",\n                    \"media\": [\n                        {\n                            \"id\": 613532,\n                            \"model_type\": \"App\\\\Domain\",\n                            \"model_id\": 90,\n                            \"collection_name\": \"favicon\",\n                            \"name\": \"Screenshot from 2023-10-25 13-44-46\",\n                            \"file_name\": \"Screenshot-from-2023-10-25-13-44-46.png\",\n                            \"mime_type\": \"image/png\",\n                            \"disk\": \"public\",\n                            \"size\": 22003,\n                            \"manipulations\": [],\n                            \"custom_properties\": [],\n                            \"responsive_images\": [],\n                            \"order_column\": 529484,\n                            \"created_at\": \"2023-10-25T12:10:30.000000Z\",\n                            \"updated_at\": \"2023-10-25T12:10:30.000000Z\"\n                        }\n                    ]\n                },\n                \"country_detail\": {\n                    \"id\": 98,\n                    \"name\": \"India\",\n                    \"code\": \"IN\",\n                    \"dial_code\": \"+91\",\n                    \"currency_name\": \"Indian rupee\",\n                    \"currency_symbol\": \"Rs.\",\n                    \"currency_code\": \"INR\",\n                    \"created_at\": null,\n                    \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                    \"name_with_symbole\": \"Indian rupee - Rs.\"\n                }\n            },\n            \"media\": []\n        }\n    }\n}"}],"_postman_id":"89c2178d-2112-4e07-a183-38c467993787"},{"name":"delete-user","id":"bbde9d88-7d63-4f2c-836b-58eeeb7d56f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.shipturtle.com/api/v1/users/34915","description":"<p>This endpoint makes an HTTP GET request to retrieve the details of a specific user with the ID 34915. No request body is required for this endpoint.</p>\n","urlObject":{"protocol":"https","path":["api","v1","users","34915"],"host":["api","shipturtle","com"],"query":[],"variable":[]}},"response":[{"id":"a5919b94-9133-495d-9ec3-f56476dc5f0a","name":"delete-user","originalRequest":{"method":"GET","header":[],"url":"https://api.shipturtle.com/api/v1/users/34915"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 23 Dec 2023 12:25:02 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"998"},{"key":"Vary","value":"Origin,Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 34915,\n        \"name\": \"kapil kapil\",\n        \"email\": \"kapil@gmail.com\",\n        \"email_verified_at\": null,\n        \"created_at\": \"2023-12-23T08:55:11.000000Z\",\n        \"updated_at\": \"2023-12-23T09:02:49.000000Z\",\n        \"company_id\": 234820,\n        \"type\": \"user\",\n        \"is_master\": null,\n        \"timezone\": \"asia/kolkata\",\n        \"type_role\": \"user\",\n        \"deactivated_at\": null,\n        \"is_guide_page_visited\": false,\n        \"last_active_time\": \"2023-12-23 09:02:49\",\n        \"parent_id\": null,\n        \"user_name\": \"kapil_5980\",\n        \"override_parent_permission\": 0,\n        \"override_permission\": false,\n        \"expires_at\": null,\n        \"user_permissions\": [],\n        \"currency_country\": {\n            \"id\": 98,\n            \"name\": \"India\",\n            \"code\": \"IN\",\n            \"dial_code\": \"+91\",\n            \"currency_name\": \"Indian rupee\",\n            \"currency_symbol\": \"Rs.\",\n            \"currency_code\": \"INR\",\n            \"created_at\": null,\n            \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n            \"name_with_symbole\": \"Indian rupee - Rs.\"\n        },\n        \"slug\": \"kapil kapil-34915\",\n        \"default_shop\": {\n            \"id\": 4147,\n            \"shopify_domain\": \"violetplants.myshopify.com\",\n            \"name\": \"violetplants\",\n            \"company_id\": 212738,\n            \"currency\": \"INR\",\n            \"weight_unit\": \"gm\",\n            \"dimension_unit\": \"inch\",\n            \"setup_pending\": false,\n            \"product_types_sold_on_store\": \"physical_products_only\",\n            \"enable_payment_settings\": false,\n            \"payment_method_settings\": {\n                \"0\": null,\n                \"payu_in_paisa\": \"paid\",\n                \"cash_on_delivery\": \"paid\",\n                \"manual\": \"paid\",\n                \"cashfree\": \"paid\",\n                \"Cash on Delivery (COD)\": \"cod\",\n                \"gift_card\": \"paid\",\n                \"paytm\": \"paid\",\n                \"stripe\": \"paid\",\n                \"payu_india\": \"paid\",\n                \"razorpay_cards_upi_netbanking_wallets_\": \"paid\",\n                \"neft\": \"paid\",\n                \"paypal\": \"paid\",\n                \"shopify_payments\": \"paid\",\n                \"amazon_payments\": \"paid\",\n                \"razorpay_all_cards_netbanking_wallets_\": \"paid\",\n                \"Etsy\": \"paid\",\n                \"clearpay\": \"paid\",\n                \"Bank Deposit/Mobile Transfer\": \"paid\",\n                \"E-Transfer\": \"paid\",\n                \"cash\": \"cod\",\n                \"eBay/PayPal\": \"paid\",\n                \"amazon_marketplace\": \"paid\",\n                \"ccavenue\": \"paid\",\n                \"payu_in\": \"paid\",\n                \"bogus\": \"paid\",\n                \"\": null,\n                \"money_order\": \"cod\",\n                \"bank_deposit\": null\n            },\n            \"created_at\": \"2023-07-13T10:19:49.000000Z\",\n            \"14_day_trial_expired\": true,\n            \"shop_setup_instructions\": \"{\\\"store_type\\\":\\\"market_place\\\"}\",\n            \"store_setup\": \"{\\\"is_setup_complete\\\":null,\\\"step\\\":\\\"1\\\"}\",\n            \"published_and_unpublished_theme1_code\": \"null\",\n            \"left_days_14_day_trial\": null,\n            \"country\": null,\n            \"currency_country\": {\n                \"id\": 98,\n                \"name\": \"India\",\n                \"code\": \"IN\",\n                \"dial_code\": \"+91\",\n                \"currency_name\": \"Indian rupee\",\n                \"currency_symbol\": \"Rs.\",\n                \"currency_code\": \"INR\",\n                \"created_at\": null,\n                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                \"name_with_symbole\": \"Indian rupee - Rs.\"\n            }\n        },\n        \"domain\": null,\n        \"tawk_hmac\": \"2fbfac1b407094358dac9c1dc5ff5360156d65b6e279e5a461cfd9b9c7973dc2\",\n        \"next_renewal_on\": null,\n        \"company\": {\n            \"id\": 234820,\n            \"company_name\": \"Test mail vvvvvdhhd\",\n            \"brand_name\": \"fadu testerddddddd\",\n            \"company_logo\": null,\n            \"contact_name\": \"kapil kapil\",\n            \"phone_number\": \"+918849193468\",\n            \"email\": \"kapil@gmail.com\",\n            \"address_line_1\": \"Nani Khodiyar\",\n            \"address_line_2\": \"gj 23\",\n            \"pin_code\": \"388001\",\n            \"city\": \"Anand\",\n            \"created_at\": \"2023-12-23T08:55:11.000000Z\",\n            \"updated_at\": \"2023-12-23T08:59:32.000000Z\",\n            \"state_id\": null,\n            \"gstin_number\": null,\n            \"invoice_prefix\": null,\n            \"starting_invoice_number\": null,\n            \"terms_and_conditions\": null,\n            \"bank_account_beneficiary_name\": null,\n            \"bank_account_name\": null,\n            \"ifsc_code\": null,\n            \"label_company_name\": null,\n            \"label_contact_name\": null,\n            \"label_phone\": null,\n            \"label_email_address\": null,\n            \"label_address_line_1\": null,\n            \"label_address_line_2\": null,\n            \"label_pin_code\": null,\n            \"label_city\": null,\n            \"label_state\": null,\n            \"signature\": null,\n            \"currency\": null,\n            \"weight\": null,\n            \"measurement\": null,\n            \"gst_enabled\": false,\n            \"override_channel_product_weight_enabled\": false,\n            \"label_details_same_as_company\": true,\n            \"multi_vendor_invoicing_enabled\": true,\n            \"multi_vendor_shipping_enabled\": true,\n            \"is_master\": null,\n            \"invoice_number_same_as_order_number\": true,\n            \"enable_disable_cod_reconciliation\": false,\n            \"enable_disable_freight_reconciliation\": false,\n            \"cod_tolerance\": null,\n            \"freight_tolerance\": null,\n            \"is_multi_vendor_enabled\": true,\n            \"invoice_message\": null,\n            \"inclusive_exclusive\": null,\n            \"is_tax_on_shipping\": \"no\",\n            \"tax_on_shipping\": null,\n            \"primary_color\": \"#f18024\",\n            \"secondary_color\": null,\n            \"display_hsn\": true,\n            \"website\": \"test.com\",\n            \"country\": \"IN\",\n            \"type_of_vendor\": \"dropshipper\",\n            \"invoice_message_2\": null,\n            \"title\": \"fadu testerddddddd\",\n            \"parent_id\": 212738,\n            \"extra_information\": null,\n            \"invoice_date\": \"invoice_creation_date\",\n            \"number_of_digits\": \"0\",\n            \"invoice_message_1\": null,\n            \"created_by\": null,\n            \"updated_by\": 28344,\n            \"invoice_contact_name\": \"kapil kapil\",\n            \"invoice_address_1\": \"Nani Khodiyar\",\n            \"invoice_address_2\": \"gj 23\",\n            \"invoice_postal_code\": \"388001\",\n            \"invoice_city\": \"Anand\",\n            \"invoice_phone_number\": \"+918849193468\",\n            \"invoice_tin\": null,\n            \"timezone\": \"Asia/Kolkata\",\n            \"hand_delivered_enabled\": true,\n            \"other_courier_partner_enabled\": true,\n            \"billing_address_same_as_company_details\": true,\n            \"deactivated_at\": null,\n            \"state_code\": \"GJ\",\n            \"automatically_sync_vendor_name_from_store\": true,\n            \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n            \"automatically_route_all_orders_to_vendor_dashboard\": true,\n            \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n            \"correct_all_errors_in_order\": false,\n            \"generate_shipping_labels_for_orders\": false,\n            \"generate_invoices_for_dropship_orders\": false,\n            \"can_vendor_enable_disable_product\": false,\n            \"can_vendor_edit_quantity_product\": false,\n            \"can_vendor_edit_weight_dimension_product\": false,\n            \"can_vendor_edit_tax_product\": true,\n            \"set_vendor_level_commission\": false,\n            \"commission\": null,\n            \"discount_shared_by_vendor\": null,\n            \"commission_calculated_on_product_price_discounted_price\": null,\n            \"set_vendor_level_shared_discount\": false,\n            \"set_vendor_level_commissoin_calculated_on\": false,\n            \"use_shop_channel_values_to_set_commission\": true,\n            \"can_vendor_generate_invoice\": false,\n            \"can_vendor_process_shippings\": false,\n            \"can_vendor_edit_hsn_tax\": false,\n            \"can_vendor_add_courier_provider\": false,\n            \"default_vendor_type\": \"dropshipper\",\n            \"no_of_deciaml_digits\": 2,\n            \"credits\": 0,\n            \"plan_id\": null,\n            \"requested_plan_id\": null,\n            \"override_invoice_permissions\": false,\n            \"override_product_permissions\": false,\n            \"override_order_routing_permissions\": false,\n            \"override_shipping_permissions\": false,\n            \"slug\": \"fadu-testerddddddd-234820\",\n            \"commission_calculated_tax_type\": \"exclusive_of_tax\",\n            \"shipping_charge_commission_type\": \"fixed\",\n            \"shipping_charge_commission\": 0,\n            \"override_commission_calculated_tax_type\": false,\n            \"override_shipping_charge_commission_type\": false,\n            \"override_shipping_charge_commission\": 0,\n            \"auto_email_to_vendor\": false,\n            \"fixed_commission\": 0,\n            \"service_charge\": 0,\n            \"can_vendor_edit_price\": false,\n            \"can_vendor_delete_product\": false,\n            \"show_logo_in_awb\": false,\n            \"hide_pick_address_in_awb\": true,\n            \"hide_customer_info_in_awb\": true,\n            \"hide_price_in_awb\": false,\n            \"hide_customer_information_on_vendor_dashboards\": false,\n            \"allow_merchant_to_generate_invoice\": false,\n            \"show_merchant_logo_in_invoice\": false,\n            \"locale\": \"en\",\n            \"use_custom_waybill\": false,\n            \"redirect_url\": \"dashboard\",\n            \"invoice_state_code\": \"GJ\",\n            \"invoice_country_code\": \"IN\",\n            \"stripe_account_id\": null,\n            \"url_to_redirect_vendor_is_registered\": null,\n            \"enable_app_shipping_profile_on_shopify\": null,\n            \"policy\": null,\n            \"css\": null,\n            \"vendor_profile_color\": \"#f18024\",\n            \"about_us\": null,\n            \"facebook_link\": null,\n            \"twitter_link\": null,\n            \"instagram_link\": null,\n            \"auto_fulfill_digital_orders\": false,\n            \"use_default_warehouse_for_all_orders\": false,\n            \"invoice_label_header_title\": null,\n            \"invoice_place_of_supply\": null,\n            \"invoice_cin_key_title\": null,\n            \"invoice_cin\": null,\n            \"give_vendor_access_to_merchant_shipper\": false,\n            \"auto_generate_order_invoices_to_customers\": false,\n            \"auto_email_order_invoices_to_customers\": false,\n            \"treat_manual_payment_mode_as_cod\": false,\n            \"fulfill_order_after_confirm\": false,\n            \"add_notes_before_confirming_orders\": false,\n            \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n            \"note_at_the_top_of_invoice\": null,\n            \"vendor_shop_id\": null,\n            \"vendor_category\": null,\n            \"vendor_location\": null,\n            \"short_description\": null,\n            \"display_vendor_category\": false,\n            \"display_vendor_location\": false,\n            \"display_vendor_short_description\": false,\n            \"name_of_the_vendor_listing_page\": null,\n            \"sync_settings\": {\n                \"update_settings\": {\n                    \"title\": false,\n                    \"variant_name\": false,\n                    \"price\": true,\n                    \"weight\": false,\n                    \"sku\": false,\n                    \"description\": false,\n                    \"publish_status\": false,\n                    \"product_type\": false,\n                    \"barcode\": false,\n                    \"media\": false,\n                    \"compare_at_price\": true,\n                    \"quantity\": true,\n                    \"track_quantity_and_continue_selling_when_out_of_stock\": false,\n                    \"hsn_code_and_country_of_origin\": false,\n                    \"tags\": true\n                },\n                \"create_settings\": {\n                    \"title\": true,\n                    \"variant_name\": true,\n                    \"price\": true,\n                    \"weight\": true,\n                    \"sku\": true,\n                    \"description\": true,\n                    \"publish_status\": true,\n                    \"product_type\": true,\n                    \"barcode\": true,\n                    \"media\": true,\n                    \"compare_at_price\": true,\n                    \"quantity\": true,\n                    \"track_quantity_and_continue_selling_when_out_of_stock\": true,\n                    \"hsn_code_and_country_of_origin\": true,\n                    \"tags\": true\n                },\n                \"override_product_status_at_create\": false,\n                \"product_status\": \"as_per_vendor_product\",\n                \"enable_order_sync\": false,\n                \"push_only_if_order_paid\": false,\n                \"push_unsynced_product_order\": false,\n                \"auto_add_variant\": true,\n                \"auto_remove_variant\": true,\n                \"strictKeyCheck\": false,\n                \"on_product_delete\": \"do_nothing\",\n                \"on_product_unmapped\": \"do_nothing\"\n            },\n            \"override_hide_customer_information_permissions\": false,\n            \"can_vendor_cancel_an_order\": false,\n            \"hide_shipping_charges\": false,\n            \"add_insurance_to_shipment\": 0,\n            \"meta_title\": null,\n            \"registration_link\": null,\n            \"auto_approval_of_products_from_vendor\": true,\n            \"ignore_selling_price_for_commission\": 0,\n            \"shipping_label_check\": {\n                \"email\": false,\n                \"phone\": false,\n                \"address_line_1\": false,\n                \"address_line_2\": false,\n                \"address_line_1_minimum\": null,\n                \"address_line_1_maximum\": null,\n                \"address_line_2_minimum\": null,\n                \"address_line_2_maximum\": null\n            },\n            \"shipping_label_size\": null,\n            \"paypal_email\": null,\n            \"use_custom_email_driver\": false,\n            \"ignore_order_splitting\": false,\n            \"hide_customer_information_on_vendor_dashboard\": {\n                \"name\": false,\n                \"phone\": false,\n                \"address\": false,\n                \"email\": false,\n                \"city\": false,\n                \"state\": false\n            },\n            \"hide_customer_information_in_awb\": {\n                \"name\": false,\n                \"phone\": false,\n                \"address\": false,\n                \"email\": false,\n                \"city\": false,\n                \"state\": false,\n                \"line_items\": false,\n                \"vendor_name\": false,\n                \"sku\": false,\n                \"weight_dimension\": false\n            },\n            \"hide_customer_information_in_invoice\": {\n                \"name\": false,\n                \"phone\": false,\n                \"address\": false,\n                \"email\": false,\n                \"city\": false,\n                \"state\": false\n            },\n            \"vendor_profile_settings\": {\n                \"seller_products_tab\": true,\n                \"seller_policy_tab\": true,\n                \"seller_contact_us_tab\": true\n            },\n            \"challan_message_1\": null,\n            \"challan_message_2\": null,\n            \"challan_prefix\": null,\n            \"challan_number_same_as_invoice_number\": true,\n            \"default_label_size_for_all_vendors\": false,\n            \"hide_customer_information_in_export\": {\n                \"name\": false,\n                \"phone\": false,\n                \"address\": false,\n                \"email\": false,\n                \"city\": false,\n                \"state\": false\n            },\n            \"product_permissions\": null,\n            \"hide_product_details_in_awb\": false,\n            \"hide_invoice_details_in_awb\": false,\n            \"company_note\": null,\n            \"meta_data\": null,\n            \"color_theme_field\": null,\n            \"change_tracking_url\": false,\n            \"ship_to_address_as_merchants_default_warehouse\": false,\n            \"can_vendor_hold_an_order\": false,\n            \"handle_out_of_stock_products\": null,\n            \"allow_vendors_to_change_vendor_profile_details\": false,\n            \"whatsapp_account\": null,\n            \"vendor_profile_theme_choosen\": \"theme-1\",\n            \"whatsapp_credit\": 100,\n            \"test_whatsapp_number\": null,\n            \"spoc_email_sending_method\": null,\n            \"connected_vendor_shops\": null,\n            \"events\": null,\n            \"commission_automation_set\": null,\n            \"auto_confirmation_using_tags_settings\": {\n                \"tags_settings_status\": false,\n                \"paid\": false,\n                \"tags_for_paid\": [],\n                \"cod_or_partially_paid\": false,\n                \"tags_for_cod_or_partially_paid\": [],\n                \"Exceptions_for_paid\": false,\n                \"Exceptions_for_paid_tags\": [],\n                \"Exceptions_for_cod_or_partially_paid\": false,\n                \"Exceptions_for_cod_or_partially_paid_tags\": []\n            },\n            \"preferred_location\": null,\n            \"email_credit\": null,\n            \"logo\": null,\n            \"logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n            \"is_general_setting_done\": true,\n            \"is_invoice_setting_done\": true,\n            \"is_label_setting_done\": false,\n            \"is_gst_enabled\": false,\n            \"billing_detail\": \"Anand</br>Gujarat</br>India\",\n            \"warehouse_address\": \"Anand</br>IN\",\n            \"contact_information\": \"kapil kapil</br>+918849193468</br>kapil@gmail.com</br>\",\n            \"status\": \"Active\",\n            \"global_commission\": \"15\",\n            \"global_discount_shared_by_vendor\": \"0\",\n            \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n            \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n            \"global_shipping_charge_commission_type\": \"fixed\",\n            \"global_shipping_charge_commission\": 50,\n            \"global_fixed_commission\": 10,\n            \"is_drop_shipper\": true,\n            \"state\": {\n                \"id\": 13,\n                \"code\": \"GJ\",\n                \"tin\": 24,\n                \"title\": \"Gujarat\",\n                \"created_at\": \"2019-08-03T17:48:42.000000Z\",\n                \"updated_at\": \"2020-03-28T04:51:45.000000Z\",\n                \"deleted_at\": null,\n                \"country_code\": \"IN\"\n            },\n            \"first_email\": [\n                \"kapil@gmail.com\"\n            ],\n            \"invoice_state\": {\n                \"id\": 13,\n                \"code\": \"GJ\",\n                \"tin\": 24,\n                \"title\": \"Gujarat\",\n                \"created_at\": \"2019-08-03T17:48:42.000000Z\",\n                \"updated_at\": \"2020-03-28T04:51:45.000000Z\",\n                \"deleted_at\": null,\n                \"country_code\": \"IN\"\n            },\n            \"banner\": null,\n            \"banner_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n            \"frontend_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n            \"navbar_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n            \"email_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n            \"invoice_country_detail\": {\n                \"id\": 98,\n                \"name\": \"India\",\n                \"code\": \"IN\",\n                \"dial_code\": \"+91\",\n                \"currency_name\": \"Indian rupee\",\n                \"currency_symbol\": \"Rs.\",\n                \"currency_code\": \"INR\",\n                \"created_at\": null,\n                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                \"name_with_symbole\": \"Indian rupee - Rs.\"\n            },\n            \"commission_tags\": null,\n            \"parent\": {\n                \"id\": 212738,\n                \"company_name\": \"kapil\",\n                \"brand_name\": \"violetplants\",\n                \"company_logo\": null,\n                \"contact_name\": \"Chahar\",\n                \"phone_number\": null,\n                \"email\": \"dragjyoti@shipturtle.com\",\n                \"address_line_1\": \"Est\",\n                \"address_line_2\": \"Test\",\n                \"pin_code\": \"411018\",\n                \"city\": \"Pune\",\n                \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                \"updated_at\": \"2023-12-22T10:48:24.000000Z\",\n                \"state_id\": null,\n                \"gstin_number\": \"1234\",\n                \"invoice_prefix\": \"Invoice\",\n                \"starting_invoice_number\": \"22\",\n                \"terms_and_conditions\": null,\n                \"bank_account_beneficiary_name\": null,\n                \"bank_account_name\": null,\n                \"ifsc_code\": null,\n                \"label_company_name\": null,\n                \"label_contact_name\": null,\n                \"label_phone\": null,\n                \"label_email_address\": null,\n                \"label_address_line_1\": null,\n                \"label_address_line_2\": null,\n                \"label_pin_code\": null,\n                \"label_city\": null,\n                \"label_state\": null,\n                \"signature\": null,\n                \"currency\": \"INR\",\n                \"weight\": null,\n                \"measurement\": null,\n                \"gst_enabled\": true,\n                \"override_channel_product_weight_enabled\": true,\n                \"label_details_same_as_company\": true,\n                \"multi_vendor_invoicing_enabled\": false,\n                \"multi_vendor_shipping_enabled\": false,\n                \"is_master\": \"1\",\n                \"invoice_number_same_as_order_number\": true,\n                \"enable_disable_cod_reconciliation\": true,\n                \"enable_disable_freight_reconciliation\": true,\n                \"cod_tolerance\": \"5\",\n                \"freight_tolerance\": \"2\",\n                \"is_multi_vendor_enabled\": true,\n                \"invoice_message\": null,\n                \"inclusive_exclusive\": null,\n                \"is_tax_on_shipping\": \"no\",\n                \"tax_on_shipping\": null,\n                \"primary_color\": \"#222F3D\",\n                \"secondary_color\": null,\n                \"display_hsn\": true,\n                \"website\": \"https://app.shipturtle.com/\",\n                \"country\": \"IN\",\n                \"type_of_vendor\": \"marketplace\",\n                \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                \"title\": \"violetplants\",\n                \"parent_id\": 212738,\n                \"extra_information\": null,\n                \"invoice_date\": \"invoice_creation_date\",\n                \"number_of_digits\": \"0\",\n                \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                \"created_by\": null,\n                \"updated_by\": 28344,\n                \"invoice_contact_name\": \"Hussain\",\n                \"invoice_address_1\": \"dahod\",\n                \"invoice_address_2\": \"dahod\",\n                \"invoice_postal_code\": \"380005\",\n                \"invoice_city\": \"Ahmedabad\",\n                \"invoice_phone_number\": \"09173038104\",\n                \"invoice_tin\": null,\n                \"timezone\": \"America/Phoenix\",\n                \"hand_delivered_enabled\": true,\n                \"other_courier_partner_enabled\": true,\n                \"billing_address_same_as_company_details\": false,\n                \"deactivated_at\": null,\n                \"state_code\": \"GJ\",\n                \"automatically_sync_vendor_name_from_store\": true,\n                \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                \"correct_all_errors_in_order\": false,\n                \"generate_shipping_labels_for_orders\": false,\n                \"generate_invoices_for_dropship_orders\": false,\n                \"can_vendor_enable_disable_product\": false,\n                \"can_vendor_edit_quantity_product\": false,\n                \"can_vendor_edit_weight_dimension_product\": false,\n                \"can_vendor_edit_tax_product\": true,\n                \"set_vendor_level_commission\": false,\n                \"commission\": \"15\",\n                \"discount_shared_by_vendor\": \"0\",\n                \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                \"set_vendor_level_shared_discount\": false,\n                \"set_vendor_level_commissoin_calculated_on\": false,\n                \"use_shop_channel_values_to_set_commission\": false,\n                \"can_vendor_generate_invoice\": true,\n                \"can_vendor_process_shippings\": true,\n                \"can_vendor_edit_hsn_tax\": true,\n                \"can_vendor_add_courier_provider\": true,\n                \"default_vendor_type\": \"dropshipper\",\n                \"no_of_deciaml_digits\": 2,\n                \"credits\": 299952,\n                \"plan_id\": 4,\n                \"requested_plan_id\": null,\n                \"override_invoice_permissions\": false,\n                \"override_product_permissions\": false,\n                \"override_order_routing_permissions\": false,\n                \"override_shipping_permissions\": false,\n                \"slug\": \"violetplants-212738\",\n                \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                \"shipping_charge_commission_type\": \"fixed\",\n                \"shipping_charge_commission\": 50,\n                \"override_commission_calculated_tax_type\": false,\n                \"override_shipping_charge_commission_type\": false,\n                \"override_shipping_charge_commission\": 0,\n                \"auto_email_to_vendor\": true,\n                \"fixed_commission\": 10,\n                \"service_charge\": 0,\n                \"can_vendor_edit_price\": false,\n                \"can_vendor_delete_product\": false,\n                \"show_logo_in_awb\": false,\n                \"hide_pick_address_in_awb\": false,\n                \"hide_customer_info_in_awb\": true,\n                \"hide_price_in_awb\": false,\n                \"hide_customer_information_on_vendor_dashboards\": false,\n                \"allow_merchant_to_generate_invoice\": false,\n                \"show_merchant_logo_in_invoice\": true,\n                \"locale\": \"en\",\n                \"use_custom_waybill\": true,\n                \"redirect_url\": \"dashboard\",\n                \"invoice_state_code\": \"GJ\",\n                \"invoice_country_code\": \"IN\",\n                \"stripe_account_id\": null,\n                \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                \"enable_app_shipping_profile_on_shopify\": \"0\",\n                \"policy\": null,\n                \"css\": null,\n                \"vendor_profile_color\": \"#f18024\",\n                \"about_us\": null,\n                \"facebook_link\": null,\n                \"twitter_link\": null,\n                \"instagram_link\": null,\n                \"auto_fulfill_digital_orders\": true,\n                \"use_default_warehouse_for_all_orders\": false,\n                \"invoice_label_header_title\": null,\n                \"invoice_place_of_supply\": null,\n                \"invoice_cin_key_title\": null,\n                \"invoice_cin\": null,\n                \"give_vendor_access_to_merchant_shipper\": false,\n                \"auto_generate_order_invoices_to_customers\": true,\n                \"auto_email_order_invoices_to_customers\": true,\n                \"treat_manual_payment_mode_as_cod\": false,\n                \"fulfill_order_after_confirm\": false,\n                \"add_notes_before_confirming_orders\": false,\n                \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                \"note_at_the_top_of_invoice\": null,\n                \"vendor_shop_id\": null,\n                \"vendor_category\": null,\n                \"vendor_location\": null,\n                \"short_description\": null,\n                \"display_vendor_category\": true,\n                \"display_vendor_location\": true,\n                \"display_vendor_short_description\": true,\n                \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                \"sync_settings\": {\n                    \"update_settings\": {\n                        \"sku\": true,\n                        \"tags\": true,\n                        \"media\": true,\n                        \"price\": false,\n                        \"title\": true,\n                        \"weight\": true,\n                        \"barcode\": true,\n                        \"quantity\": true,\n                        \"description\": true,\n                        \"product_type\": true,\n                        \"variant_name\": true,\n                        \"publish_status\": true,\n                        \"compare_at_price\": true,\n                        \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                    },\n                    \"create_settings\": {\n                        \"sku\": true,\n                        \"tags\": true,\n                        \"media\": true,\n                        \"price\": false,\n                        \"title\": true,\n                        \"weight\": true,\n                        \"barcode\": true,\n                        \"quantity\": true,\n                        \"description\": true,\n                        \"product_type\": true,\n                        \"variant_name\": true,\n                        \"publish_status\": true,\n                        \"compare_at_price\": true,\n                        \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                    },\n                    \"override_product_status_at_create\": true,\n                    \"product_status\": \"as_per_vendor_product\",\n                    \"enable_order_sync\": true,\n                    \"push_only_if_order_paid\": false,\n                    \"push_unsynced_product_order\": true,\n                    \"auto_add_variant\": true,\n                    \"auto_remove_variant\": true,\n                    \"strictKeyCheck\": false,\n                    \"on_product_delete\": \"do_nothing\",\n                    \"on_product_unmapped\": \"do_nothing\",\n                    \"push_only_if_product_connected\": true\n                },\n                \"override_hide_customer_information_permissions\": false,\n                \"can_vendor_cancel_an_order\": false,\n                \"hide_shipping_charges\": false,\n                \"add_insurance_to_shipment\": 0,\n                \"meta_title\": null,\n                \"registration_link\": null,\n                \"auto_approval_of_products_from_vendor\": true,\n                \"ignore_selling_price_for_commission\": 0,\n                \"shipping_label_check\": {\n                    \"email\": false,\n                    \"phone\": false,\n                    \"address_line_1\": false,\n                    \"address_line_2\": false,\n                    \"address_line_1_minimum\": null,\n                    \"address_line_1_maximum\": null,\n                    \"address_line_2_minimum\": null,\n                    \"address_line_2_maximum\": null\n                },\n                \"shipping_label_size\": \"smalllabel\",\n                \"paypal_email\": null,\n                \"use_custom_email_driver\": true,\n                \"ignore_order_splitting\": false,\n                \"hide_customer_information_on_vendor_dashboard\": {\n                    \"name\": false,\n                    \"phone\": false,\n                    \"address\": false,\n                    \"email\": false,\n                    \"city\": false,\n                    \"state\": false\n                },\n                \"hide_customer_information_in_awb\": {\n                    \"name\": false,\n                    \"phone\": false,\n                    \"address\": false,\n                    \"email\": false,\n                    \"city\": false,\n                    \"state\": false,\n                    \"line_items\": false,\n                    \"vendor_name\": false,\n                    \"sku\": false,\n                    \"weight_dimension\": false\n                },\n                \"hide_customer_information_in_invoice\": {\n                    \"name\": false,\n                    \"phone\": false,\n                    \"address\": false,\n                    \"email\": false,\n                    \"city\": false,\n                    \"state\": false\n                },\n                \"vendor_profile_settings\": {\n                    \"seller_products_tab\": true,\n                    \"seller_policy_tab\": true,\n                    \"seller_contact_us_tab\": true,\n                    \"seller_events_tab\": true,\n                    \"seller_reviews_tab\": false,\n                    \"seller_about_us_tab\": true\n                },\n                \"challan_message_1\": null,\n                \"challan_message_2\": null,\n                \"challan_prefix\": \"Invoice\",\n                \"challan_number_same_as_invoice_number\": true,\n                \"default_label_size_for_all_vendors\": true,\n                \"hide_customer_information_in_export\": {\n                    \"name\": false,\n                    \"phone\": false,\n                    \"address\": false,\n                    \"email\": false,\n                    \"city\": false,\n                    \"state\": false\n                },\n                \"product_permissions\": null,\n                \"hide_product_details_in_awb\": false,\n                \"hide_invoice_details_in_awb\": false,\n                \"company_note\": \"<p>sdfasdfab</p>\",\n                \"meta_data\": \"[{\\\"uuid\\\":\\\"e95a7b2d-5210-4e7b-988f-7fbde7acf198\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/601990/dashboard-mockup-for-c2c.xlsx\\\",\\\"size\\\":102609,\\\"name\\\":\\\"Dashboard Mockup for C2C.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"50844059-549d-4bcc-88bf-a023fd46bd29\\\",\\\"src\\\":\\\"https://api.shipturtle.com/storage/604572/28344-1690206866.xlsx\\\",\\\"size\\\":7389,\\\"name\\\":\\\"28344-1690206866.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3ad73d68-08a3-46b5-9afc-3d1ac5df398f\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655061/lable_cancelled_order_amazon.xlsx\\\",\\\"size\\\":26214,\\\"name\\\":\\\"Lable Cancelled Order Amazon.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                \"color_theme_field\": \"light.blue\",\n                \"change_tracking_url\": false,\n                \"ship_to_address_as_merchants_default_warehouse\": false,\n                \"can_vendor_hold_an_order\": false,\n                \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                \"allow_vendors_to_change_vendor_profile_details\": true,\n                \"whatsapp_account\": \"use_company_account\",\n                \"vendor_profile_theme_choosen\": \"theme-1\",\n                \"whatsapp_credit\": 54,\n                \"test_whatsapp_number\": \"+918849193468\",\n                \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                \"connected_vendor_shops\": [\n                    \"vendorsynctesting5.myshopify.com\",\n                    \"testing-for-vendorsync.myshopify.com\",\n                    \"purpleplants.myshopify.com\",\n                    \"https://st-wpdemo.com/\",\n                    \"test-store-webkul-112.myshopify.com\",\n                    \"https://st-wpdemo.com/\",\n                    \"purpleplants.myshopify.com/\",\n                    \"https://st-wpdemo.com/\",\n                    \"purpleplants.myshopify.com\",\n                    \"channelteststore5.myshopify.com\",\n                    \"https://st-wpdemo.com/newtestclient/\",\n                    \"purpleplants.myshopify.com\",\n                    \"purpleplants.myshopify.com\"\n                ],\n                \"events\": null,\n                \"commission_automation_set\": {\n                    \"commission_automation\": true,\n                    \"commission_automation_rules\": true,\n                    \"commission_automation_date_range\": true,\n                    \"commission_automation_schedule_option\": \"on_order_receipt\",\n                    \"time_buffer_for_commission_automation\": \"4\",\n                    \"order_status_for_commission_automation\": \"pending\",\n                    \"invoice_number_for_commission_automation\": 277,\n                    \"date_Range_days_for_commission_automation\": \"4\"\n                },\n                \"auto_confirmation_using_tags_settings\": {\n                    \"tags_settings_status\": true,\n                    \"paid\": true,\n                    \"tags_for_paid\": [],\n                    \"cod_or_partially_paid\": false,\n                    \"tags_for_cod_or_partially_paid\": [],\n                    \"Exceptions_for_paid\": false,\n                    \"Exceptions_for_paid_tags\": [],\n                    \"Exceptions_for_cod_or_partially_paid\": false,\n                    \"Exceptions_for_cod_or_partially_paid_tags\": []\n                },\n                \"preferred_location\": null,\n                \"email_credit\": 4853,\n                \"logo\": {\n                    \"id\": 665099,\n                    \"model_type\": \"App\\\\Company\",\n                    \"model_id\": 212738,\n                    \"collection_name\": \"logo\",\n                    \"name\": \"pexels-pixabay-268533\",\n                    \"file_name\": \"pexels-pixabay-268533.jpg\",\n                    \"mime_type\": \"image/jpeg\",\n                    \"disk\": \"s3\",\n                    \"size\": 272597,\n                    \"manipulations\": [],\n                    \"custom_properties\": {\n                        \"generated_conversions\": {\n                            \"email_logo\": true,\n                            \"navbar_logo\": true,\n                            \"frontend_logo\": true\n                        }\n                    },\n                    \"responsive_images\": {\n                        \"medialibrary_original\": {\n                            \"urls\": [\n                                \"pexels-pixabay-268533___medialibrary_original_1920_1278.jpg\",\n                                \"pexels-pixabay-268533___medialibrary_original_1606_1069.jpg\",\n                                \"pexels-pixabay-268533___medialibrary_original_1344_895.jpg\",\n                                \"pexels-pixabay-268533___medialibrary_original_1124_748.jpg\",\n                                \"pexels-pixabay-268533___medialibrary_original_940_626.jpg\",\n                                \"pexels-pixabay-268533___medialibrary_original_787_524.jpg\",\n                                \"pexels-pixabay-268533___medialibrary_original_658_438.jpg\",\n                                \"pexels-pixabay-268533___medialibrary_original_550_366.jpg\",\n                                \"pexels-pixabay-268533___medialibrary_original_460_306.jpg\",\n                                \"pexels-pixabay-268533___medialibrary_original_385_256.jpg\"\n                            ],\n                            \"base64svg\": \"data:image/svg+xml;base64,PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHg9IjAiCiB5PSIwIiB2aWV3Qm94PSIwIDAgMTkyMCAxMjc4Ij4KCTxpbWFnZSB3aWR0aD0iMTkyMCIgaGVpZ2h0PSIxMjc4IiB4bGluazpocmVmPSJkYXRhOmltYWdlL2pwZWc7YmFzZTY0LC85ai80QUFRU2taSlJnQUJBUUVBWUFCZ0FBRC8vZ0E3UTFKRlFWUlBVam9nWjJRdGFuQmxaeUIyTVM0d0lDaDFjMmx1WnlCSlNrY2dTbEJGUnlCMk9EQXBMQ0J4ZFdGc2FYUjVJRDBnT1RBSy85c0FRd0FEQWdJREFnSURBd01EQkFNREJBVUlCUVVFQkFVS0J3Y0dDQXdLREF3TENnc0xEUTRTRUEwT0VRNExDeEFXRUJFVEZCVVZGUXdQRnhnV0ZCZ1NGQlVVLzlzQVF3RURCQVFGQkFVSkJRVUpGQTBMRFJRVUZCUVVGQlFVRkJRVUZCUVVGQlFVRkJRVUZCUVVGQlFVRkJRVUZCUVVGQlFVRkJRVUZCUVVGQlFVRkJRVUZCUVUvOEFBRVFnQUZRQWdBd0VSQUFJUkFRTVJBZi9FQUI4QUFBRUZBUUVCQVFFQkFBQUFBQUFBQUFBQkFnTUVCUVlIQ0FrS0MvL0VBTFVRQUFJQkF3TUNCQU1GQlFRRUFBQUJmUUVDQXdBRUVRVVNJVEZCQmhOUllRY2ljUlF5Z1pHaENDTkNzY0VWVXRId0pETmljb0lKQ2hZWEdCa2FKU1luS0NrcU5EVTJOemc1T2tORVJVWkhTRWxLVTFSVlZsZFlXVnBqWkdWbVoyaHBhbk4wZFhaM2VIbDZnNFNGaG9lSWlZcVNrNVNWbHBlWW1acWlvNlNscHFlb3FhcXlzN1MxdHJlNHVickN3OFRGeHNmSXljclMwOVRWMXRmWTJkcmg0dVBrNWVibjZPbnE4Zkx6OVBYMjkvajUrdi9FQUI4QkFBTUJBUUVCQVFFQkFRRUFBQUFBQUFBQkFnTUVCUVlIQ0FrS0MvL0VBTFVSQUFJQkFnUUVBd1FIQlFRRUFBRUNkd0FCQWdNUkJBVWhNUVlTUVZFSFlYRVRJaktCQ0JSQ2thR3h3UWtqTTFMd0ZXSnkwUW9XSkRUaEpmRVhHQmthSmljb0tTbzFOamM0T1RwRFJFVkdSMGhKU2xOVVZWWlhXRmxhWTJSbFptZG9hV3B6ZEhWMmQzaDVlb0tEaElXR2g0aUppcEtUbEpXV2w1aVptcUtqcEtXbXA2aXBxckt6dExXMnQ3aTV1c0xEeE1YR3g4akp5dExUMU5YVzE5aloydUxqNU9YbTUranA2dkx6OVBYMjkvajUrdi9hQUF3REFRQUNFUU1SQUQ4QS9QNnc4S3pUWUFROCsxZTdHbGM0WlZqZXR2aDVjdW00eHNCOUs2RlEwMU1YV2JMRC9EaTVNZTVZeVI2Z1UvWWFDOXEwWk41NEh1SWM1amI4cXpkRXRWajFyd1FzRnhPb2tzK00rbFp4cnk3QktrdTU3UGNlSDlPbDhQNThnUWtqNzFjK0p4TStXMWpmRFVZODF6cFBDbmdYU3BmRGZtTXFTdGpyVjRmRVQ1VExFVTRxZWg1LzR5OFAyRm5Jd1MyQjU3Q3V0MXBkakJVMTNQRlBEL2lTN3RwRktFQ3RvV0lrZWd0NHkxQyswc3dTUDhoSGF0YWxHRlNObWdwVkpVNVhSZTB2eHZxbWxhWjVFTXgyZTVwMDZNS2NiSVZTYm5LN09iMXp4cHFOd3hMdm1ocElsSC8vMlE9PSI+Cgk8L2ltYWdlPgo8L3N2Zz4=\"\n                        }\n                    },\n                    \"order_column\": 570835,\n                    \"created_at\": \"2023-12-15T06:51:08.000000Z\",\n                    \"updated_at\": \"2023-12-15T06:51:11.000000Z\"\n                },\n                \"logo_link\": \"https://d2i9a0muccv7uq.cloudfront.net/665099/pexels-pixabay-268533.jpg\",\n                \"is_general_setting_done\": true,\n                \"is_invoice_setting_done\": true,\n                \"is_label_setting_done\": false,\n                \"is_gst_enabled\": true,\n                \"billing_detail\": \"Pune</br>Gujarat</br>India\",\n                \"warehouse_address\": \"Pune</br>IN\",\n                \"contact_information\": \"Chahar</br>dragjyoti@shipturtle.com</br>\",\n                \"status\": \"Active\",\n                \"global_commission\": \"15\",\n                \"global_discount_shared_by_vendor\": \"0\",\n                \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                \"global_shipping_charge_commission_type\": \"fixed\",\n                \"global_shipping_charge_commission\": 50,\n                \"global_fixed_commission\": 10,\n                \"is_drop_shipper\": false,\n                \"state\": {\n                    \"id\": 13,\n                    \"code\": \"GJ\",\n                    \"tin\": 24,\n                    \"title\": \"Gujarat\",\n                    \"created_at\": \"2019-08-03T17:48:42.000000Z\",\n                    \"updated_at\": \"2020-03-28T04:51:45.000000Z\",\n                    \"deleted_at\": null,\n                    \"country_code\": \"IN\"\n                },\n                \"first_email\": [\n                    \"dragjyoti@shipturtle.com\"\n                ],\n                \"invoice_state\": {\n                    \"id\": 13,\n                    \"code\": \"GJ\",\n                    \"tin\": 24,\n                    \"title\": \"Gujarat\",\n                    \"created_at\": \"2019-08-03T17:48:42.000000Z\",\n                    \"updated_at\": \"2020-03-28T04:51:45.000000Z\",\n                    \"deleted_at\": null,\n                    \"country_code\": \"IN\"\n                },\n                \"banner\": null,\n                \"banner_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                \"frontend_logo_link\": \"https://d2i9a0muccv7uq.cloudfront.net/665099/pexels-pixabay-268533.jpg\",\n                \"navbar_logo_link\": \"https://d2i9a0muccv7uq.cloudfront.net/665099/pexels-pixabay-268533.jpg\",\n                \"email_logo_link\": \"https://d2i9a0muccv7uq.cloudfront.net/665099/pexels-pixabay-268533.jpg\",\n                \"invoice_country_detail\": {\n                    \"id\": 98,\n                    \"name\": \"India\",\n                    \"code\": \"IN\",\n                    \"dial_code\": \"+91\",\n                    \"currency_name\": \"Indian rupee\",\n                    \"currency_symbol\": \"Rs.\",\n                    \"currency_code\": \"INR\",\n                    \"created_at\": null,\n                    \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                    \"name_with_symbole\": \"Indian rupee - Rs.\"\n                },\n                \"commission_tags\": {\n                    \"company_id\": 212738,\n                    \"override_commission\": true\n                },\n                \"media\": [\n                    {\n                        \"id\": 665099,\n                        \"model_type\": \"App\\\\Company\",\n                        \"model_id\": 212738,\n                        \"collection_name\": \"logo\",\n                        \"name\": \"pexels-pixabay-268533\",\n                        \"file_name\": \"pexels-pixabay-268533.jpg\",\n                        \"mime_type\": \"image/jpeg\",\n                        \"disk\": \"s3\",\n                        \"size\": 272597,\n                        \"manipulations\": [],\n                        \"custom_properties\": {\n                            \"generated_conversions\": {\n                                \"email_logo\": true,\n                                \"navbar_logo\": true,\n                                \"frontend_logo\": true\n                            }\n                        },\n                        \"responsive_images\": {\n                            \"medialibrary_original\": {\n                                \"urls\": [\n                                    \"pexels-pixabay-268533___medialibrary_original_1920_1278.jpg\",\n                                    \"pexels-pixabay-268533___medialibrary_original_1606_1069.jpg\",\n                                    \"pexels-pixabay-268533___medialibrary_original_1344_895.jpg\",\n                                    \"pexels-pixabay-268533___medialibrary_original_1124_748.jpg\",\n                                    \"pexels-pixabay-268533___medialibrary_original_940_626.jpg\",\n                                    \"pexels-pixabay-268533___medialibrary_original_787_524.jpg\",\n                                    \"pexels-pixabay-268533___medialibrary_original_658_438.jpg\",\n                                    \"pexels-pixabay-268533___medialibrary_original_550_366.jpg\",\n                                    \"pexels-pixabay-268533___medialibrary_original_460_306.jpg\",\n                                    \"pexels-pixabay-268533___medialibrary_original_385_256.jpg\"\n                                ],\n                                \"base64svg\": \"data:image/svg+xml;base64,PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHg9IjAiCiB5PSIwIiB2aWV3Qm94PSIwIDAgMTkyMCAxMjc4Ij4KCTxpbWFnZSB3aWR0aD0iMTkyMCIgaGVpZ2h0PSIxMjc4IiB4bGluazpocmVmPSJkYXRhOmltYWdlL2pwZWc7YmFzZTY0LC85ai80QUFRU2taSlJnQUJBUUVBWUFCZ0FBRC8vZ0E3UTFKRlFWUlBVam9nWjJRdGFuQmxaeUIyTVM0d0lDaDFjMmx1WnlCSlNrY2dTbEJGUnlCMk9EQXBMQ0J4ZFdGc2FYUjVJRDBnT1RBSy85c0FRd0FEQWdJREFnSURBd01EQkFNREJBVUlCUVVFQkFVS0J3Y0dDQXdLREF3TENnc0xEUTRTRUEwT0VRNExDeEFXRUJFVEZCVVZGUXdQRnhnV0ZCZ1NGQlVVLzlzQVF3RURCQVFGQkFVSkJRVUpGQTBMRFJRVUZCUVVGQlFVRkJRVUZCUVVGQlFVRkJRVUZCUVVGQlFVRkJRVUZCUVVGQlFVRkJRVUZCUVVGQlFVRkJRVUZCUVUvOEFBRVFnQUZRQWdBd0VSQUFJUkFRTVJBZi9FQUI4QUFBRUZBUUVCQVFFQkFBQUFBQUFBQUFBQkFnTUVCUVlIQ0FrS0MvL0VBTFVRQUFJQkF3TUNCQU1GQlFRRUFBQUJmUUVDQXdBRUVRVVNJVEZCQmhOUllRY2ljUlF5Z1pHaENDTkNzY0VWVXRId0pETmljb0lKQ2hZWEdCa2FKU1luS0NrcU5EVTJOemc1T2tORVJVWkhTRWxLVTFSVlZsZFlXVnBqWkdWbVoyaHBhbk4wZFhaM2VIbDZnNFNGaG9lSWlZcVNrNVNWbHBlWW1acWlvNlNscHFlb3FhcXlzN1MxdHJlNHVickN3OFRGeHNmSXljclMwOVRWMXRmWTJkcmg0dVBrNWVibjZPbnE4Zkx6OVBYMjkvajUrdi9FQUI4QkFBTUJBUUVCQVFFQkFRRUFBQUFBQUFBQkFnTUVCUVlIQ0FrS0MvL0VBTFVSQUFJQkFnUUVBd1FIQlFRRUFBRUNkd0FCQWdNUkJBVWhNUVlTUVZFSFlYRVRJaktCQ0JSQ2thR3h3UWtqTTFMd0ZXSnkwUW9XSkRUaEpmRVhHQmthSmljb0tTbzFOamM0T1RwRFJFVkdSMGhKU2xOVVZWWlhXRmxhWTJSbFptZG9hV3B6ZEhWMmQzaDVlb0tEaElXR2g0aUppcEtUbEpXV2w1aVptcUtqcEtXbXA2aXBxckt6dExXMnQ3aTV1c0xEeE1YR3g4akp5dExUMU5YVzE5aloydUxqNU9YbTUranA2dkx6OVBYMjkvajUrdi9hQUF3REFRQUNFUU1SQUQ4QS9QNnc4S3pUWUFROCsxZTdHbGM0WlZqZXR2aDVjdW00eHNCOUs2RlEwMU1YV2JMRC9EaTVNZTVZeVI2Z1UvWWFDOXEwWk41NEh1SWM1amI4cXpkRXRWajFyd1FzRnhPb2tzK00rbFp4cnk3QktrdTU3UGNlSDlPbDhQNThnUWtqNzFjK0p4TStXMWpmRFVZODF6cFBDbmdYU3BmRGZtTXFTdGpyVjRmRVQ1VExFVTRxZWg1LzR5OFAyRm5Jd1MyQjU3Q3V0MXBkakJVMTNQRlBEL2lTN3RwRktFQ3RvV0lrZWd0NHkxQyswc3dTUDhoSGF0YWxHRlNObWdwVkpVNVhSZTB2eHZxbWxhWjVFTXgyZTVwMDZNS2NiSVZTYm5LN09iMXp4cHFOd3hMdm1ocElsSC8vMlE9PSI+Cgk8L2ltYWdlPgo8L3N2Zz4=\"\n                            }\n                        },\n                        \"order_column\": 570835,\n                        \"created_at\": \"2023-12-15T06:51:08.000000Z\",\n                        \"updated_at\": \"2023-12-15T06:51:11.000000Z\"\n                    }\n                ],\n                \"country_detail\": {\n                    \"id\": 98,\n                    \"name\": \"India\",\n                    \"code\": \"IN\",\n                    \"dial_code\": \"+91\",\n                    \"currency_name\": \"Indian rupee\",\n                    \"currency_symbol\": \"Rs.\",\n                    \"currency_code\": \"INR\",\n                    \"created_at\": null,\n                    \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                    \"name_with_symbole\": \"Indian rupee - Rs.\"\n                }\n            },\n            \"media\": [],\n            \"country_detail\": {\n                \"id\": 98,\n                \"name\": \"India\",\n                \"code\": \"IN\",\n                \"dial_code\": \"+91\",\n                \"currency_name\": \"Indian rupee\",\n                \"currency_symbol\": \"Rs.\",\n                \"currency_code\": \"INR\",\n                \"created_at\": null,\n                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                \"name_with_symbole\": \"Indian rupee - Rs.\"\n            }\n        },\n        \"role\": [\n            {\n                \"id\": 2,\n                \"title\": \"Vendor User\",\n                \"created_at\": \"2019-07-26T04:51:38.000000Z\",\n                \"updated_at\": \"2020-07-14T05:20:11.000000Z\",\n                \"pivot\": {\n                    \"user_id\": 34915,\n                    \"role_id\": 2\n                }\n            }\n        ]\n    }\n}"}],"_postman_id":"bbde9d88-7d63-4f2c-836b-58eeeb7d56f3"}],"id":"75cfe389-d954-4d31-af14-2e759ccb5270","_postman_id":"75cfe389-d954-4d31-af14-2e759ccb5270","description":""},{"name":"Customer","item":[{"name":"fetch-customer","id":"4e4cf72b-a29f-4896-9ae7-264ee3bfa7c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.shipturtle.com/api/v1/customers/fetch?query=Test (Shipturtle)&limit=10&ascending=0&page=1&byColumn=1","description":"<p>This API endpoint is used to fetch customer data based on the provided query and pagination parameters. The HTTP GET request should be made to the specified URL with the necessary query parameters such as query, limit, ascending, page, and byColumn.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<ul>\n<li><code>query</code>: The search query for fetching customers.</li>\n<li><code>limit</code>: The maximum number of results to be returned.</li>\n<li><code>ascending</code>: Indicates the order of the results (0 for descending, 1 for ascending).</li>\n<li><code>page</code>: The page number for paginated results.</li>\n<li><code>byColumn</code>: Specifies the column to be used for sorting.</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>Upon a successful execution (Status: 200), the response will contain an array of customer data objects under the 'data' key, along with the total count of results. Each customer object includes various attributes such as ID, creation and update timestamps, contact details, addresses, company information, and other related details.</p>\n<p>Example Response:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"data\": [\n        {\n            \"id\": 0,\n            \"created_at\": \"\",\n            \"updated_at\": \"\",\n            \"name\": \"\",\n            \"phone\": \"\",\n            \"email\": \"\",\n            \"address1\": \"\",\n            \"address2\": null,\n            \"zip\": \"\",\n            \"city\": \"\",\n            \"province\": \"\",\n            \"country\": \"\",\n            \"company\": null,\n            \"company_id\": 0,\n            \"channel_id\": 0,\n            \"channel\": \"\",\n            \"gstin_number\": null,\n            \"shop_id\": 0,\n            \"billing_address_same_as_delivery\": true,\n            \"province_code\": null,\n            \"country_code\": null,\n            \"parent_id\": 0,\n            \"tags\": null,\n            \"shipping_address\": \"\",\n            \"state\": null,\n            \"country_detail\": null\n        }\n    ],\n    \"count\": 0\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["api","v1","customers","fetch"],"host":["api","shipturtle","com"],"query":[{"description":{"content":"<p>Here, we can pass customer name as customer parameters to filter the user data. </p>\n","type":"text/plain"},"key":"query","value":"Test (Shipturtle)"},{"description":{"content":"<p>defines the most records that can appear on a single page of a paginated response</p>\n","type":"text/plain"},"key":"limit","value":"10"},{"description":{"content":"<p>used to regulate the records sorting order. Put the value in <code>0</code> for descending order and <code>1</code> for ascending order</p>\n","type":"text/plain"},"key":"ascending","value":"0"},{"description":{"content":"<p>gives the paginated response's page number</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>The column name that will be used to sort the orders. 1 means there is no sorting</p>\n","type":"text/plain"},"key":"byColumn","value":"1"}],"variable":[]}},"response":[{"id":"7bb55afc-6af6-4017-9c4e-5e315600fb46","name":"fetch-customer","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.shipturtle.com/api/v1/customers/fetch?query=Test (Shipturtle)&limit=10&ascending=0&page=1&byColumn=1","protocol":"https","host":["api","shipturtle","com"],"path":["api","v1","customers","fetch"],"query":[{"key":"query","value":"Test (Shipturtle)"},{"key":"limit","value":"10"},{"key":"ascending","value":"0"},{"key":"page","value":"1"},{"key":"byColumn","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 06 Jan 2024 11:42:26 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"Vary","value":"Origin,Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 2599232,\n            \"created_at\": \"2023-05-29T10:51:16.000000Z\",\n            \"updated_at\": \"2023-12-08T12:45:21.000000Z\",\n            \"name\": \"Test (Shipturtle)\",\n            \"phone\": \"9910889902\",\n            \"email\": \"abc@gmail.com\",\n            \"address1\": \"B-704, Tulip Ivory, Sec 70\",\n            \"address2\": null,\n            \"zip\": \"122001\",\n            \"city\": \"GURGAON\",\n            \"province\": \"Haryana\",\n            \"country\": \"India\",\n            \"company\": null,\n            \"company_id\": 212738,\n            \"channel_id\": 7056181100847,\n            \"channel\": \"shopify\",\n            \"gstin_number\": null,\n            \"shop_id\": 4147,\n            \"billing_address_same_as_delivery\": true,\n            \"province_code\": null,\n            \"country_code\": null,\n            \"parent_id\": 212738,\n            \"tags\": null,\n            \"shipping_address\": \"B-704, Tulip Ivory, Sec 70,</br>India,</br>,</br>GURGAON,</br>122001\",\n            \"state\": null,\n            \"country_detail\": null\n        },\n        {\n            \"id\": 2599233,\n            \"created_at\": \"2023-05-29T10:51:18.000000Z\",\n            \"updated_at\": \"2023-10-14T08:43:28.000000Z\",\n            \"name\": \"jay bhatt\",\n            \"phone\": \"+919979046456\",\n            \"email\": \"jay@gmail.com\",\n            \"address1\": \"121 C Block Road B Block Sector 63\",\n            \"address2\": \"\",\n            \"zip\": \"201301\",\n            \"city\": \"Noida\",\n            \"province\": \"Uttar Pradesh\",\n            \"country\": \"India\",\n            \"company\": \"shipturtle\",\n            \"company_id\": 212738,\n            \"channel_id\": 6832432218415,\n            \"channel\": \"shopify\",\n            \"gstin_number\": null,\n            \"shop_id\": 4147,\n            \"billing_address_same_as_delivery\": true,\n            \"province_code\": null,\n            \"country_code\": null,\n            \"parent_id\": 212738,\n            \"tags\": null,\n            \"shipping_address\": \"121 C Block Road B Block Sector 63,</br>India,</br>,</br>Noida,</br>201301\",\n            \"state\": null,\n            \"country_detail\": null\n        },\n        {\n            \"id\": 2599234,\n            \"created_at\": \"2023-05-29T10:51:18.000000Z\",\n            \"updated_at\": \"2023-12-12T11:50:29.000000Z\",\n            \"name\": \"Hussain Bariyawala\",\n            \"phone\": \"+919924762200\",\n            \"email\": \"xyz@gmail.com\",\n            \"address1\": \"Ahemdabad Gita Mandir Road Gita Mandir\",\n            \"address2\": null,\n            \"zip\": \"380022\",\n            \"city\": \"Ahmedabad\",\n            \"province\": \"Gujarat\",\n            \"country\": \"India\",\n            \"company\": null,\n            \"company_id\": 212738,\n            \"channel_id\": 7001716818223,\n            \"channel\": \"shopify\",\n            \"gstin_number\": null,\n            \"shop_id\": 4147,\n            \"billing_address_same_as_delivery\": true,\n            \"province_code\": null,\n            \"country_code\": null,\n            \"parent_id\": 212738,\n            \"tags\": null,\n            \"shipping_address\": \"Ahemdabad Gita Mandir Road Gita Mandir,</br>India,</br>,</br>Ahmedabad,</br>380022\",\n            \"state\": null,\n            \"country_detail\": null\n        },\n        {\n            \"id\": 2599235,\n            \"created_at\": \"2023-05-29T10:51:18.000000Z\",\n            \"updated_at\": \"2024-01-06T04:58:17.000000Z\",\n            \"name\": \"Nigam Shah\",\n            \"phone\": \"+919428384641\",\n            \"email\": \"het.shipturtle@gmail.com\",\n            \"address1\": \"Gujarat University Navrangpura\",\n            \"address2\": \"B53 Avani Complex\",\n            \"zip\": \"380009\",\n            \"city\": \"Ahmedabad\",\n            \"province\": \"Gujarat\",\n            \"country\": \"India\",\n            \"company\": \"\",\n            \"company_id\": 212738,\n            \"channel_id\": 6865328406831,\n            \"channel\": \"shopify\",\n            \"gstin_number\": null,\n            \"shop_id\": 4147,\n            \"billing_address_same_as_delivery\": true,\n            \"province_code\": null,\n            \"country_code\": null,\n            \"parent_id\": 212738,\n            \"tags\": null,\n            \"shipping_address\": \"Gujarat University Navrangpura,</br>India,</br>,</br>Ahmedabad,</br>380009\",\n            \"state\": null,\n            \"country_detail\": null\n        },\n        {\n            \"id\": 2599236,\n            \"created_at\": \"2023-05-29T10:51:19.000000Z\",\n            \"updated_at\": \"2023-10-14T08:44:36.000000Z\",\n            \"name\": \"kapil p\",\n            \"phone\": \"+91 88491 93468\",\n            \"email\": \"jhon.wick@example.com\",\n            \"address1\": \"Himachal Bhavan Madhya Marg 28B Sector 28B\",\n            \"address2\": \"4\",\n            \"zip\": \"175021\",\n            \"city\": \"Himachal Pradesh\",\n            \"province\": \"Himachal Pradesh\",\n            \"country\": \"India\",\n            \"company\": \"kapilx\",\n            \"company_id\": 212738,\n            \"channel_id\": 6996704002351,\n            \"channel\": \"shopify\",\n            \"gstin_number\": null,\n            \"shop_id\": 4147,\n            \"billing_address_same_as_delivery\": true,\n            \"province_code\": null,\n            \"country_code\": null,\n            \"parent_id\": 212738,\n            \"tags\": null,\n            \"shipping_address\": \"Himachal Bhavan Madhya Marg 28B Sector 28B,</br>India,</br>,</br>Himachal Pradesh,</br>175021\",\n            \"state\": null,\n            \"country_detail\": null\n        },\n        {\n            \"id\": 2599237,\n            \"created_at\": \"2023-05-29T10:51:20.000000Z\",\n            \"updated_at\": \"2023-10-13T06:20:03.000000Z\",\n            \"name\": \"Jhon Cena\",\n            \"phone\": \"912834567892\",\n            \"email\": \"jhon.wick@gmail.com\",\n            \"address1\": \"123 Oak St\",\n            \"address2\": null,\n            \"zip\": \"123 ABC\",\n            \"city\": \"Ottawa\",\n            \"province\": \"ON\",\n            \"country\": \"CA\",\n            \"company\": null,\n            \"company_id\": 212738,\n            \"channel_id\": 6857803071791,\n            \"channel\": \"shopify\",\n            \"gstin_number\": null,\n            \"shop_id\": 4147,\n            \"billing_address_same_as_delivery\": true,\n            \"province_code\": null,\n            \"country_code\": null,\n            \"parent_id\": 212738,\n            \"tags\": null,\n            \"shipping_address\": \"123 Oak St,</br>CA,</br>,</br>Ottawa,</br>123 ABC\",\n            \"state\": null,\n            \"country_detail\": null\n        },\n        {\n            \"id\": 2599238,\n            \"created_at\": \"2023-05-29T10:51:22.000000Z\",\n            \"updated_at\": \"2023-08-23T13:47:35.000000Z\",\n            \"name\": \"violetplants (Shipturtle)\",\n            \"phone\": \"+919537346793\",\n            \"email\": \"jay.shipturtle@gmail.com\",\n            \"address1\": \"\",\n            \"address2\": null,\n            \"zip\": null,\n            \"city\": \"\",\n            \"province\": \"Gujarat\",\n            \"country\": \"India\",\n            \"company\": null,\n            \"company_id\": 212738,\n            \"channel_id\": 6828343853359,\n            \"channel\": \"shopify\",\n            \"gstin_number\": null,\n            \"shop_id\": 4147,\n            \"billing_address_same_as_delivery\": true,\n            \"province_code\": null,\n            \"country_code\": null,\n            \"parent_id\": 212738,\n            \"tags\": null,\n            \"shipping_address\": \",</br>India,</br>,</br>,</br>\",\n            \"state\": null,\n            \"country_detail\": null\n        },\n        {\n            \"id\": 2599240,\n            \"created_at\": \"2023-05-29T10:51:32.000000Z\",\n            \"updated_at\": \"2023-05-29T10:51:32.000000Z\",\n            \"name\": \"kapil prajapati\",\n            \"phone\": \"+918849193468\",\n            \"email\": \"kapil.shipturtleaaaa@gmail.com\",\n            \"address1\": \"\",\n            \"address2\": \"\",\n            \"zip\": \"122018\",\n            \"city\": \"gurgaon\",\n            \"province\": \"Haryana\",\n            \"country\": \"India\",\n            \"company\": \"\",\n            \"company_id\": 212738,\n            \"channel_id\": 7056294674735,\n            \"channel\": \"shopify\",\n            \"gstin_number\": null,\n            \"shop_id\": 4147,\n            \"billing_address_same_as_delivery\": true,\n            \"province_code\": null,\n            \"country_code\": null,\n            \"parent_id\": 212738,\n            \"tags\": null,\n            \"shipping_address\": \",</br>India,</br>,</br>gurgaon,</br>122018\",\n            \"state\": null,\n            \"country_detail\": null\n        },\n        {\n            \"id\": 2599242,\n            \"created_at\": \"2023-05-29T10:51:35.000000Z\",\n            \"updated_at\": \"2023-10-14T08:42:03.000000Z\",\n            \"name\": \"kapil Prajapati\",\n            \"phone\": \"+912233445566\",\n            \"email\": \"kapil.shipturtle@gmail.com\",\n            \"address1\": \"Ahmedabad Railway Station Sakar Bazzar Kalupur\",\n            \"address2\": null,\n            \"zip\": \"380002\",\n            \"city\": \"Ahmedabad\",\n            \"province\": \"Gujarat\",\n            \"country\": \"India\",\n            \"company\": null,\n            \"company_id\": 212738,\n            \"channel_id\": 6963641057583,\n            \"channel\": \"shopify\",\n            \"gstin_number\": null,\n            \"shop_id\": 4147,\n            \"billing_address_same_as_delivery\": true,\n            \"province_code\": null,\n            \"country_code\": null,\n            \"parent_id\": 212738,\n            \"tags\": null,\n            \"shipping_address\": \"Ahmedabad Railway Station Sakar Bazzar Kalupur,</br>India,</br>,</br>Ahmedabad,</br>380002\",\n            \"state\": null,\n            \"country_detail\": null\n        },\n        {\n            \"id\": 2599243,\n            \"created_at\": \"2023-05-29T10:51:37.000000Z\",\n            \"updated_at\": \"2023-10-13T06:20:03.000000Z\",\n            \"name\": \"kapil prajapati\",\n            \"phone\": \"918849193468\",\n            \"email\": \"rameshbhai770@gmail.com\",\n            \"address1\": \"Vir Vijay society tenament No 10 A\",\n            \"address2\": \"Vir Vijay society tenament No 10 A\",\n            \"zip\": \"382170\",\n            \"city\": \"ahmedabad\",\n            \"province\": \"GJ\",\n            \"country\": \"IN\",\n            \"company\": \"kapil\",\n            \"company_id\": 212738,\n            \"channel_id\": 7060770652463,\n            \"channel\": \"shopify\",\n            \"gstin_number\": null,\n            \"shop_id\": 4147,\n            \"billing_address_same_as_delivery\": true,\n            \"province_code\": null,\n            \"country_code\": null,\n            \"parent_id\": 212738,\n            \"tags\": null,\n            \"shipping_address\": \"Vir Vijay society tenament No 10 A,</br>IN,</br>,</br>ahmedabad,</br>382170\",\n            \"state\": null,\n            \"country_detail\": null\n        }\n    ],\n    \"count\": 31\n}"}],"_postman_id":"4e4cf72b-a29f-4896-9ae7-264ee3bfa7c6"},{"name":"create-customer","id":"875e6cb6-7f43-4c33-8060-df1848174d8d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"address1","value":" address 1","type":"text"},{"key":"phone","value":" 9999999999","type":"text"},{"key":"city","value":" ahemdabad","type":"text"},{"key":"zip","value":" 360001","type":"text"},{"key":"province","value":" Gujarat","type":"text"},{"key":"address2","value":" address 2","type":"text"},{"key":"company","value":" abc","type":"text"},{"key":"name","value":" abc","type":"text"},{"key":"email","value":" abc@gmail.com","type":"text"},{"key":"country","value":" India","type":"text"},{"key":"gstin_number","value":" 123465","type":"text"},{"key":"billing_address_same_as_delivery","value":" true","type":"text"},{"key":"billing_address1","value":" address 1","type":"text"},{"key":"billing_address2","value":" address 2","type":"text"},{"key":"billing_zip","value":" 360001","type":"text"},{"key":"billing_city","value":" ahemdabad","type":"text"},{"key":"billing_province","value":" Gujarat","type":"text"},{"key":"billing_country","value":" India","type":"text"},{"key":"billing_country_code","value":" IN","type":"text"},{"key":"downloadURL","value":" ","type":"text"},{"key":"downloadURLLoading","value":" false","type":"text"},{"key":"tags","value":" abc,bcd","type":"text"},{"key":"country_code","value":" IN","type":"text"},{"key":"province_code","value":" GJ","type":"text"},{"key":"billing_province_code","value":" GJ","type":"text"}]},"url":"https://api.shipturtle.com/api/v1/customer-detail","description":"<p>This API endpoint allows you to create a new customer detail. The request should be sent as an HTTP POST to the specified URL with form-data as the request body type. The request should include parameters such as address1, phone, city, zip, province, address2, company, name, email, country, gstin_number, billing_address_same_as_delivery, billing_address1, billing_address2, billing_zip, billing_city, billing_province, billing_country, billing_country_code, downloadURL, downloadURLLoading, tags, country_code, province_code, and billing_province_code.</p>\n<p>Upon a successful creation, the API will return a 201 status code along with a JSON response containing the newly created customer detail data, including the ID, creation and update timestamps, name, phone, email, addresses, company details, GSTIN number, billing details, shipping addresses, and country information.</p>\n","urlObject":{"protocol":"https","path":["api","v1","customer-detail"],"host":["api","shipturtle","com"],"query":[],"variable":[]}},"response":[{"id":"e8403644-6ad7-4014-8cc9-dd1d8653ffde","name":"create-customer","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"address1","value":" address 1","type":"text"},{"key":"phone","value":" 9999999999","type":"text"},{"key":"city","value":" ahemdabad","type":"text"},{"key":"zip","value":" 360001","type":"text"},{"key":"province","value":" Gujarat","type":"text"},{"key":"address2","value":" address 2","type":"text"},{"key":"company","value":" abc","type":"text"},{"key":"name","value":" abc","type":"text"},{"key":"email","value":" abc@gmail.com","type":"text"},{"key":"country","value":" India","type":"text"},{"key":"gstin_number","value":" 123465","type":"text"},{"key":"billing_address_same_as_delivery","value":" true","type":"text"},{"key":"billing_address1","value":" address 1","type":"text"},{"key":"billing_address2","value":" address 2","type":"text"},{"key":"billing_zip","value":" 360001","type":"text"},{"key":"billing_city","value":" ahemdabad","type":"text"},{"key":"billing_province","value":" Gujarat","type":"text"},{"key":"billing_country","value":" India","type":"text"},{"key":"billing_country_code","value":" IN","type":"text"},{"key":"downloadURL","value":" ","type":"text"},{"key":"downloadURLLoading","value":" false","type":"text"},{"key":"tags","value":" abc,bcd","type":"text"},{"key":"country_code","value":" IN","type":"text"},{"key":"province_code","value":" GJ","type":"text"},{"key":"billing_province_code","value":" GJ","type":"text"}]},"url":"https://api.shipturtle.com/api/v1/customer-detail"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 06 Jan 2024 12:09:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"Vary","value":"Origin,Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 4249588,\n        \"created_at\": \"2024-01-06T12:09:46.000000Z\",\n        \"updated_at\": \"2024-01-06T12:09:46.000000Z\",\n        \"name\": \"abc\",\n        \"phone\": \"9999999999\",\n        \"email\": \"abc@gmail.com\",\n        \"address1\": \"address 1\",\n        \"address2\": \"address 2\",\n        \"zip\": \"360001\",\n        \"city\": \"ahemdabad\",\n        \"province\": \"Gujarat\",\n        \"country\": \"India\",\n        \"company\": null,\n        \"company_id\": 212738,\n        \"channel_id\": null,\n        \"channel\": null,\n        \"gstin_number\": \"123465\",\n        \"shop_id\": null,\n        \"billing_address_same_as_delivery\": true,\n        \"province_code\": \"GJ\",\n        \"country_code\": \"IN\",\n        \"parent_id\": null,\n        \"tags\": [\n            \"abc\",\n            \"bcd\"\n        ],\n        \"shipping_address\": \"address 1,</br>India,</br>Gujarat,</br>ahemdabad,</br>360001\",\n        \"state\": {\n            \"id\": 13,\n            \"code\": \"GJ\",\n            \"tin\": 24,\n            \"title\": \"Gujarat\",\n            \"created_at\": \"2019-08-03T17:48:42.000000Z\",\n            \"updated_at\": \"2020-03-28T04:51:45.000000Z\",\n            \"deleted_at\": null,\n            \"country_code\": \"IN\"\n        },\n        \"country_detail\": {\n            \"id\": 98,\n            \"name\": \"India\",\n            \"code\": \"IN\",\n            \"dial_code\": \"+91\",\n            \"currency_name\": \"Indian rupee\",\n            \"currency_symbol\": \"Rs.\",\n            \"currency_code\": \"INR\",\n            \"created_at\": null,\n            \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n            \"name_with_symbole\": \"Indian rupee - Rs.\"\n        },\n        \"biling_addresses\": {\n            \"id\": 9847740,\n            \"first_name\": null,\n            \"address1\": \"address 1\",\n            \"phone\": \"9999999999\",\n            \"city\": \"ahemdabad\",\n            \"zip\": \"360001\",\n            \"province\": \"Gujarat\",\n            \"country\": \"India\",\n            \"last_name\": null,\n            \"address2\": \"address 2\",\n            \"company\": \"abc\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"name\": null,\n            \"country_code\": \"IN\",\n            \"province_code\": \"GJ\",\n            \"created_at\": \"2024-01-06T12:09:46.000000Z\",\n            \"updated_at\": \"2024-01-06T12:09:46.000000Z\",\n            \"deleted_at\": null,\n            \"order_id\": null,\n            \"email\": \"abc@gmail.com\",\n            \"customer_id\": 4249588,\n            \"state\": {\n                \"id\": 3273,\n                \"code\": \"GJ\",\n                \"tin\": null,\n                \"title\": \"Gorj County\",\n                \"created_at\": \"2020-08-26T03:11:31.000000Z\",\n                \"updated_at\": \"2020-08-26T03:11:31.000000Z\",\n                \"deleted_at\": null,\n                \"country_code\": \"RO\"\n            },\n            \"country_detail\": {\n                \"id\": 98,\n                \"name\": \"India\",\n                \"code\": \"IN\",\n                \"dial_code\": \"+91\",\n                \"currency_name\": \"Indian rupee\",\n                \"currency_symbol\": \"Rs.\",\n                \"currency_code\": \"INR\",\n                \"created_at\": null,\n                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                \"name_with_symbole\": \"Indian rupee - Rs.\"\n            }\n        },\n        \"shipping_addresses\": {\n            \"id\": 9712792,\n            \"first_name\": \"abc\",\n            \"address1\": \"address 1\",\n            \"phone\": \"9999999999\",\n            \"city\": \"ahemdabad\",\n            \"zip\": \"360001\",\n            \"province\": \"Gujarat\",\n            \"country\": \"India\",\n            \"last_name\": null,\n            \"address2\": \"address 2\",\n            \"company\": \"abc\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"name\": \"abc\",\n            \"country_code\": \"IN\",\n            \"province_code\": \"GJ\",\n            \"created_at\": \"2024-01-06T12:09:46.000000Z\",\n            \"updated_at\": \"2024-01-06T12:09:46.000000Z\",\n            \"deleted_at\": null,\n            \"order_id\": null,\n            \"email\": \"abc@gmail.com\",\n            \"customer_id\": 4249588,\n            \"ship_to_address\": \"ahemdabad</br>Gorj County</br>India</br>360001\",\n            \"state\": {\n                \"id\": 3273,\n                \"code\": \"GJ\",\n                \"tin\": null,\n                \"title\": \"Gorj County\",\n                \"created_at\": \"2020-08-26T03:11:31.000000Z\",\n                \"updated_at\": \"2020-08-26T03:11:31.000000Z\",\n                \"deleted_at\": null,\n                \"country_code\": \"RO\"\n            },\n            \"country_detail\": {\n                \"id\": 98,\n                \"name\": \"India\",\n                \"code\": \"IN\",\n                \"dial_code\": \"+91\",\n                \"currency_name\": \"Indian rupee\",\n                \"currency_symbol\": \"Rs.\",\n                \"currency_code\": \"INR\",\n                \"created_at\": null,\n                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                \"name_with_symbole\": \"Indian rupee - Rs.\"\n            }\n        }\n    }\n}"}],"_postman_id":"875e6cb6-7f43-4c33-8060-df1848174d8d"},{"name":"update-customer","id":"f8deb8ba-a5fa-47c3-a74d-53e7b79128f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"_method","value":" PUT","type":"text"},{"key":"id","value":" 2599232","type":"text"},{"key":"created_at","value":" 2023-05-29T10:51:16.000000Z","type":"text"},{"key":"updated_at","value":" 2023-12-08T12:45:21.000000Z","type":"text"},{"key":"name","value":" Test (Shipturtle)","type":"text"},{"key":"phone","value":" 9910889902","type":"text"},{"key":"email","value":" abc@gmail.com","type":"text"},{"key":"address1","value":" B-704, Tulip Ivory, Sec 70","type":"text"},{"key":"zip","value":" 122001","type":"text"},{"key":"city","value":" GURGAON","type":"text"},{"key":"province","value":" Haryana","type":"text"},{"key":"country","value":" India","type":"text"},{"key":"company","value":" shipturtle","type":"text"},{"key":"company_id","value":" 212738","type":"text"},{"key":"channel_id","value":" 7056181100847","type":"text"},{"key":"channel","value":" shopify","type":"text"},{"key":"gstin_number","value":" 123465","type":"text"},{"key":"shop_id","value":" 4147","type":"text"},{"key":"billing_address_same_as_delivery","value":" true","type":"text"},{"key":"parent_id","value":" 212738","type":"text"},{"key":"tags","value":" abc,bcd,efg","type":"text"},{"key":"shipping_address","value":" B-704, Tulip Ivory, Sec 70,</br>India,</br>,</br>GURGAON,</br>122001","type":"text"},{"key":"biling_addresses","value":" [object Object]","type":"text"},{"key":"shipping_addresses","value":" [object Object]","type":"text"},{"key":"billing_address1","value":" B-704, Tulip Ivory, Sec 70","type":"text"},{"key":"billing_zip","value":" 122001","type":"text"},{"key":"billing_city","value":" GURGAON","type":"text"},{"key":"billing_country","value":" India","type":"text"},{"key":"billing_province","value":" Haryana","type":"text"}]},"url":"https://api.shipturtle.com/api/v1/customer-detail/2599232","description":"<p>This API endpoint makes an HTTP GET request to retrieve the details of a specific customer. The request should include the customer ID in the URL path. The response will contain the customer details such as name, phone, email, address, company information, tags, and billing/shipping addresses.</p>\n<p>The request should use the form-data request body type with the following parameters:</p>\n<ul>\n<li>_method (text)</li>\n<li>id (text)</li>\n<li>created_at (text)</li>\n<li>updated_at (text)</li>\n<li>name (text)</li>\n<li>phone (text)</li>\n<li>email (text)</li>\n<li>address1 (text)</li>\n<li>zip (text)</li>\n<li>city (text)</li>\n<li>province (text)</li>\n<li>country (text)</li>\n<li>company (text)</li>\n<li>company_id (text)</li>\n<li>channel_id (text)</li>\n<li>channel (text)</li>\n<li>gstin_number (text)</li>\n<li>shop_id (text)</li>\n<li>billing_address_same_as_delivery (text)</li>\n<li>parent_id (text)</li>\n<li>tags (text)</li>\n<li>shipping_address (text)</li>\n<li>biling_addresses (text)</li>\n<li>shipping_addresses (text)</li>\n<li>billing_address1 (text)</li>\n<li>billing_zip (text)</li>\n<li>billing_city (text)</li>\n<li>billing_country (text)</li>\n<li>billing_province (text)</li>\n</ul>\n<p>The response will have a status code of 200 and will contain the customer details in the \"data\" object, including the customer ID, name, contact information, address details, company information, tags, and billing/shipping addresses.</p>\n","urlObject":{"protocol":"https","path":["api","v1","customer-detail","2599232"],"host":["api","shipturtle","com"],"query":[],"variable":[]}},"response":[{"id":"d3119f57-c220-42fc-b36e-3be921336ca5","name":"update-customer","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"_method","value":" PUT","type":"text"},{"key":"id","value":" 2599232","type":"text"},{"key":"created_at","value":" 2023-05-29T10:51:16.000000Z","type":"text"},{"key":"updated_at","value":" 2023-12-08T12:45:21.000000Z","type":"text"},{"key":"name","value":" Test (Shipturtle)","type":"text"},{"key":"phone","value":" 9910889902","type":"text"},{"key":"email","value":" abc@gmail.com","type":"text"},{"key":"address1","value":" B-704, Tulip Ivory, Sec 70","type":"text"},{"key":"zip","value":" 122001","type":"text"},{"key":"city","value":" GURGAON","type":"text"},{"key":"province","value":" Haryana","type":"text"},{"key":"country","value":" India","type":"text"},{"key":"company","value":" shipturtle","type":"text"},{"key":"company_id","value":" 212738","type":"text"},{"key":"channel_id","value":" 7056181100847","type":"text"},{"key":"channel","value":" shopify","type":"text"},{"key":"gstin_number","value":" 123465","type":"text"},{"key":"shop_id","value":" 4147","type":"text"},{"key":"billing_address_same_as_delivery","value":" true","type":"text"},{"key":"parent_id","value":" 212738","type":"text"},{"key":"tags","value":" abc,bcd,efg","type":"text"},{"key":"shipping_address","value":" B-704, Tulip Ivory, Sec 70,</br>India,</br>,</br>GURGAON,</br>122001","type":"text"},{"key":"biling_addresses","value":" [object Object]","type":"text"},{"key":"shipping_addresses","value":" [object Object]","type":"text"},{"key":"billing_address1","value":" B-704, Tulip Ivory, Sec 70","type":"text"},{"key":"billing_zip","value":" 122001","type":"text"},{"key":"billing_city","value":" GURGAON","type":"text"},{"key":"billing_country","value":" India","type":"text"},{"key":"billing_province","value":" Haryana","type":"text"}]},"url":"https://api.shipturtle.com/api/v1/customer-detail/2599232"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 06 Jan 2024 12:42:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"Vary","value":"Origin,Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 2599232,\n        \"created_at\": \"2023-05-29T10:51:16.000000Z\",\n        \"updated_at\": \"2024-01-06T12:35:39.000000Z\",\n        \"name\": \"Test (Shipturtle)\",\n        \"phone\": \"9910889902\",\n        \"email\": \"abc@gmail.com\",\n        \"address1\": \"B-704, Tulip Ivory, Sec 70\",\n        \"address2\": null,\n        \"zip\": \"122001\",\n        \"city\": \"GURGAON\",\n        \"province\": \"Haryana\",\n        \"country\": \"India\",\n        \"company\": null,\n        \"company_id\": 212738,\n        \"channel_id\": 7056181100847,\n        \"channel\": \"shopify\",\n        \"gstin_number\": \"123465\",\n        \"shop_id\": 4147,\n        \"billing_address_same_as_delivery\": true,\n        \"province_code\": null,\n        \"country_code\": null,\n        \"parent_id\": 212738,\n        \"tags\": [\n            \"abc\",\n            \"bcd\",\n            \"efg\"\n        ],\n        \"shipping_address\": \"B-704, Tulip Ivory, Sec 70,</br>India,</br>,</br>GURGAON,</br>122001\",\n        \"state\": null,\n        \"country_detail\": null,\n        \"biling_addresses\": {\n            \"id\": 6117103,\n            \"first_name\": \"sumit\",\n            \"address1\": \"B-704, Tulip Ivory, Sec 70\",\n            \"phone\": \"9910889902\",\n            \"city\": \"GURGAON\",\n            \"zip\": \"122001\",\n            \"province\": \"Haryana\",\n            \"country\": \"India\",\n            \"last_name\": \"sharma\",\n            \"address2\": null,\n            \"company\": \"shipturtle\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"name\": \"sumit sharma\",\n            \"country_code\": null,\n            \"province_code\": null,\n            \"created_at\": \"2023-05-29T10:51:17.000000Z\",\n            \"updated_at\": \"2024-01-06T12:35:39.000000Z\",\n            \"deleted_at\": null,\n            \"order_id\": null,\n            \"email\": \"abc@gmail.com\",\n            \"customer_id\": 2599232,\n            \"state\": null,\n            \"country_detail\": null\n        },\n        \"shipping_addresses\": {\n            \"id\": 6006619,\n            \"first_name\": \"Test (Shipturtle)\",\n            \"address1\": \"b-704, tulip ivory, sec 70\",\n            \"phone\": \"9910889902\",\n            \"city\": \"GURGAON\",\n            \"zip\": \"122001\",\n            \"province\": \"Haryana\",\n            \"country\": \"India\",\n            \"last_name\": \"sharma\",\n            \"address2\": \"nim karoli\",\n            \"company\": \"shipturtle\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"name\": \"Test (Shipturtle)\",\n            \"country_code\": null,\n            \"province_code\": null,\n            \"created_at\": \"2023-05-29T10:51:17.000000Z\",\n            \"updated_at\": \"2024-01-06T12:35:39.000000Z\",\n            \"deleted_at\": null,\n            \"order_id\": null,\n            \"email\": \"abc@gmail.com\",\n            \"customer_id\": 2599232,\n            \"ship_to_address\": \"GURGAON</br></br>India</br>122001\",\n            \"state\": null,\n            \"country_detail\": null\n        }\n    }\n}"}],"_postman_id":"f8deb8ba-a5fa-47c3-a74d-53e7b79128f0"},{"name":"delete-customer","id":"0dd146da-e5ce-42d6-8b5c-8c459436c8f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api.shipturtle.com/api/v1/customer-detail/3049551","urlObject":{"protocol":"https","path":["api","v1","customer-detail","3049551"],"host":["api","shipturtle","com"],"query":[],"variable":[]}},"response":[{"id":"9c836faf-00b4-489e-a7b2-d24d22466d64","name":"delete-customer","originalRequest":{"method":"DELETE","header":[],"url":"https://api.shipturtle.com/api/v1/customer-detail/3049551"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 06 Jan 2024 12:53:23 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"997"},{"key":"Vary","value":"Origin,Authorization"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"0dd146da-e5ce-42d6-8b5c-8c459436c8f8"}],"id":"63c13179-0caa-43e3-acd3-dcbb742bfac8","_postman_id":"63c13179-0caa-43e3-acd3-dcbb742bfac8","description":""},{"name":"Webhooks","item":[{"name":"availableWebhooks","id":"b77b279a-bfeb-44d4-8a09-c7b210fcb918","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.shipturtle.com/api/v1/availableWebhooks","description":"<p>Get All the available webhook topics for which you can register a webhook.</p>\n<p>Given Response Body is just an Example . Make an API call to get actual Available Topics.</p>\n","urlObject":{"protocol":"https","path":["api","v1","availableWebhooks"],"host":["api","shipturtle","com"],"query":[],"variable":[]}},"response":[{"id":"1cf4fd75-0c26-4093-8cb4-379d3fc401a0","name":"availableWebhooks","originalRequest":{"method":"GET","header":[],"url":"https://api.shipturtle.com/api/v1/availableWebhooks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 13 Jan 2024 07:38:24 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"998"},{"key":"Vary","value":"Origin,Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"topic_name\": \"orders/create\",\n            \"description\": \"triggered when vendor order created\"\n        },\n        {\n            \"topic_name\": \"orders/updated\",\n            \"description\": \"triggered when vendor order created\"\n        }\n    ],\n    \"count\": 2\n}"}],"_postman_id":"b77b279a-bfeb-44d4-8a09-c7b210fcb918"},{"name":"myWebhooks","id":"9d2fca77-8b77-44bb-b217-c2fd3be9ea80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.shipturtle.com/api/v1/myWebhooks","description":"<p>Get a List Of webhook that you have registered in the Platform.</p>\n","urlObject":{"protocol":"https","path":["api","v1","myWebhooks"],"host":["api","shipturtle","com"],"query":[],"variable":[]}},"response":[{"id":"6c43a647-b99f-4f04-9ddf-e1a2b4b64016","name":"myWebhooks","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.shipturtle.com/api/v1/myWebhooks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 13 Jan 2024 08:33:55 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"997"},{"key":"Vary","value":"Origin,Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 2,\n            \"user_id\": 5541,\n            \"webhook_topic_name\": \"orders/create\",\n            \"url\": \"https://webhook.site/713f7969-dc43-4be5-aae2-333765fae3bc\",\n            \"company_id\": 114569,\n            \"version\": \"1.0\",\n            \"created_at\": \"2024-01-12T10:24:50.000000Z\",\n            \"updated_at\": \"2024-01-12T10:24:50.000000Z\"\n        },\n        {\n            \"id\": 3,\n            \"user_id\": 5541,\n            \"webhook_topic_name\": \"orders/updated\",\n            \"url\": \"https://webhook.site/713f7969-dc43-4be5-aae2-333765fae3bc\",\n            \"company_id\": 114569,\n            \"version\": \"1.0\",\n            \"created_at\": \"2024-01-12T10:24:59.000000Z\",\n            \"updated_at\": \"2024-01-12T10:24:59.000000Z\"\n        },\n        {\n            \"id\": 4,\n            \"user_id\": 5541,\n            \"webhook_topic_name\": \"orders/updated\",\n            \"url\": \"https://ValidUrl.com\",\n            \"company_id\": 114569,\n            \"version\": \"1.0\",\n            \"created_at\": \"2024-01-13T07:56:06.000000Z\",\n            \"updated_at\": \"2024-01-13T07:56:06.000000Z\"\n        },\n        {\n            \"id\": 5,\n            \"user_id\": 5541,\n            \"webhook_topic_name\": \"orders/create\",\n            \"url\": \"https://ValidUrl.com\",\n            \"company_id\": 114569,\n            \"version\": \"1.0\",\n            \"created_at\": \"2024-01-13T08:16:41.000000Z\",\n            \"updated_at\": \"2024-01-13T08:16:41.000000Z\"\n        },\n        {\n            \"id\": 6,\n            \"user_id\": 5541,\n            \"webhook_topic_name\": \"orders/create\",\n            \"url\": \"https://ValidUrl.com\",\n            \"company_id\": 114569,\n            \"version\": \"1.0\",\n            \"created_at\": \"2024-01-13T08:20:01.000000Z\",\n            \"updated_at\": \"2024-01-13T08:20:01.000000Z\"\n        },\n        {\n            \"id\": 7,\n            \"user_id\": 5541,\n            \"webhook_topic_name\": \"orders/create\",\n            \"url\": \"https://ValidUrll.com\",\n            \"company_id\": 114569,\n            \"version\": \"1.0\",\n            \"created_at\": \"2024-01-13T08:33:19.000000Z\",\n            \"updated_at\": \"2024-01-13T08:33:19.000000Z\"\n        }\n    ],\n    \"count\": 6\n}"}],"_postman_id":"9d2fca77-8b77-44bb-b217-c2fd3be9ea80"},{"name":"registerWebhook","id":"bc34e954-4fd9-4eec-b622-fee9a053ba35","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"url\":\"https://webhook.site/e4413cad-a309-4fcb-8844-f99975905cca\",\n    \"topic_name\":\"orders/create\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.shipturtle.com/api/v1/registerWebhook","description":"<p>Register webhook for a specific Topic. Request Body must contain a topic name and url endpoint where you will listen for webhooks.</p>\n","urlObject":{"protocol":"https","path":["api","v1","registerWebhook"],"host":["api","shipturtle","com"],"query":[],"variable":[]}},"response":[{"id":"13e2d2d5-d073-4c25-a0fd-8516914af1c3","name":"registerWebhook","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"url\":\"https://ValidUrll.com\",\n    \"topic_name\":\"orders/create\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.shipturtle.com/api/v1/registerWebhook"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 13 Jan 2024 08:33:19 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"998"},{"key":"Vary","value":"Origin,Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 2,\n        \"user_id\": 5541,\n        \"webhook_topic_name\": \"orders/create\",\n        \"url\": \"https://webhook.site/713f7969-dc43-4be5-aae2-333765fae3bc\",\n        \"company_id\": 114569,\n        \"version\": \"1.0\",\n        \"created_at\": \"2024-01-12T10:24:50.000000Z\",\n        \"updated_at\": \"2024-01-12T10:24:50.000000Z\"\n    },\n    {\n        \"id\": 3,\n        \"user_id\": 5541,\n        \"webhook_topic_name\": \"orders/updated\",\n        \"url\": \"https://webhook.site/713f7969-dc43-4be5-aae2-333765fae3bc\",\n        \"company_id\": 114569,\n        \"version\": \"1.0\",\n        \"created_at\": \"2024-01-12T10:24:59.000000Z\",\n        \"updated_at\": \"2024-01-12T10:24:59.000000Z\"\n    },\n    {\n        \"id\": 4,\n        \"user_id\": 5541,\n        \"webhook_topic_name\": \"orders/updated\",\n        \"url\": \"https://ValidUrl.com\",\n        \"company_id\": 114569,\n        \"version\": \"1.0\",\n        \"created_at\": \"2024-01-13T07:56:06.000000Z\",\n        \"updated_at\": \"2024-01-13T07:56:06.000000Z\"\n    },\n    {\n        \"id\": 5,\n        \"user_id\": 5541,\n        \"webhook_topic_name\": \"orders/create\",\n        \"url\": \"https://ValidUrl.com\",\n        \"company_id\": 114569,\n        \"version\": \"1.0\",\n        \"created_at\": \"2024-01-13T08:16:41.000000Z\",\n        \"updated_at\": \"2024-01-13T08:16:41.000000Z\"\n    },\n    {\n        \"id\": 6,\n        \"user_id\": 5541,\n        \"webhook_topic_name\": \"orders/create\",\n        \"url\": \"https://ValidUrl.com\",\n        \"company_id\": 114569,\n        \"version\": \"1.0\",\n        \"created_at\": \"2024-01-13T08:20:01.000000Z\",\n        \"updated_at\": \"2024-01-13T08:20:01.000000Z\"\n    },\n    {\n        \"id\": 7,\n        \"user_id\": 5541,\n        \"webhook_topic_name\": \"orders/create\",\n        \"url\": \"https://ValidUrll.com\",\n        \"company_id\": 114569,\n        \"version\": \"1.0\",\n        \"created_at\": \"2024-01-13T08:33:19.000000Z\",\n        \"updated_at\": \"2024-01-13T08:33:19.000000Z\"\n    }\n]"}],"_postman_id":"bc34e954-4fd9-4eec-b622-fee9a053ba35"},{"name":"deleteWebhook","id":"e67e592b-f803-4547-8703-97d3af8ca06d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.shipturtle.com/api/v1/deleteWebhook/18","description":"<p>Delete a registered Webhook. Request Body contains ID of the webhook which you want to delete.</p>\n","urlObject":{"protocol":"https","path":["api","v1","deleteWebhook","18"],"host":["api","shipturtle","com"],"query":[],"variable":[]}},"response":[{"id":"113769da-9627-455f-a79d-63e3248eee4c","name":"deleteWebhook","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.shipturtle.com/api/v1/deleteWebhook/5"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 13 Jan 2024 08:34:22 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"Vary","value":"Origin,Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 2,\n        \"user_id\": 5541,\n        \"webhook_topic_name\": \"orders/create\",\n        \"url\": \"https://webhook.site/713f7969-dc43-4be5-aae2-333765fae3bc\",\n        \"company_id\": 114569,\n        \"version\": \"1.0\",\n        \"created_at\": \"2024-01-12T10:24:50.000000Z\",\n        \"updated_at\": \"2024-01-12T10:24:50.000000Z\"\n    },\n    {\n        \"id\": 3,\n        \"user_id\": 5541,\n        \"webhook_topic_name\": \"orders/updated\",\n        \"url\": \"https://webhook.site/713f7969-dc43-4be5-aae2-333765fae3bc\",\n        \"company_id\": 114569,\n        \"version\": \"1.0\",\n        \"created_at\": \"2024-01-12T10:24:59.000000Z\",\n        \"updated_at\": \"2024-01-12T10:24:59.000000Z\"\n    },\n    {\n        \"id\": 5,\n        \"user_id\": 5541,\n        \"webhook_topic_name\": \"orders/create\",\n        \"url\": \"https://ValidUrl.com\",\n        \"company_id\": 114569,\n        \"version\": \"1.0\",\n        \"created_at\": \"2024-01-13T08:16:41.000000Z\",\n        \"updated_at\": \"2024-01-13T08:16:41.000000Z\"\n    },\n    {\n        \"id\": 6,\n        \"user_id\": 5541,\n        \"webhook_topic_name\": \"orders/create\",\n        \"url\": \"https://ValidUrl.com\",\n        \"company_id\": 114569,\n        \"version\": \"1.0\",\n        \"created_at\": \"2024-01-13T08:20:01.000000Z\",\n        \"updated_at\": \"2024-01-13T08:20:01.000000Z\"\n    }\n]"}],"_postman_id":"e67e592b-f803-4547-8703-97d3af8ca06d"}],"id":"cbf762d0-92ca-4322-ba07-c2085058f5e2","description":"<p>Register Webhooks for DIfferent Events in Shipturtle</p>\n","_postman_id":"cbf762d0-92ca-4322-ba07-c2085058f5e2"},{"name":"Commission","item":[{"name":"fetch-all-commission","id":"1f547998-9d42-4094-a406-248fe6d47df8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.shipturtle.com/api/v1/commission/fetchData?query=&limit=10&ascending=0&page=1&byColumn=1","description":"<p>This endpoint makes an HTTP GET request to retrieve commission data from the Shipturtle API. The request includes query parameters such as limit, ascending, page, and byColumn. The \"query\" parameter is used to filter the data, \"limit\" specifies the number of results to return, \"ascending\" determines the sorting order, \"page\" specifies the page number, and \"byColumn\" is used for column-based filtering.</p>\n<p>The last call to this request did not include a request body.</p>\n","urlObject":{"protocol":"https","path":["api","v1","commission","fetchData"],"host":["api","shipturtle","com"],"query":[{"key":"query","value":""},{"key":"limit","value":"10"},{"key":"ascending","value":"0"},{"key":"page","value":"1"},{"key":"byColumn","value":"1"}],"variable":[]}},"response":[{"id":"c39277ab-fd46-4cb6-8443-767e09550c04","name":"fetch-all-commission","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.shipturtle.com/api/v1/commission/fetchData?query=&limit=10&ascending=0&page=1&byColumn=1","protocol":"https","host":["api","shipturtle","com"],"path":["api","v1","commission","fetchData"],"query":[{"key":"query","value":""},{"key":"limit","value":"10"},{"key":"ascending","value":"0"},{"key":"page","value":"1"},{"key":"byColumn","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Jan 2024 06:48:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"Vary","value":"Origin,Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 9326346,\n            \"vendor_line_item_id\": 9351899,\n            \"vendor_order_id\": 6639825,\n            \"order_id\": 1925031580332,\n            \"shop_id\": 4147,\n            \"company_id\": 234956,\n            \"commission\": \"0\",\n            \"adjustment\": \"0\",\n            \"date_of_payment\": null,\n            \"reference\": null,\n            \"created_at\": \"2024-01-01T08:57:01.000000Z\",\n            \"updated_at\": \"2024-01-01T08:57:01.000000Z\",\n            \"price\": \"10\",\n            \"vendor_payout\": \"11.8\",\n            \"quantity\": 1,\n            \"discount_shared_by_vendor\": \"0\",\n            \"total_discount\": \"0\",\n            \"commission_level\": \"Tags\",\n            \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n            \"processed_at\": \"2024-01-01 14:26:48\",\n            \"merchant_earn\": \"0\",\n            \"less_discount_borne_by_vendor\": \"0\",\n            \"order_value\": \"0\",\n            \"net_earn\": \"0\",\n            \"commission_on_shipping\": \"50\",\n            \"merchant_commission_on_freight_charged\": \"0\",\n            \"merchant_commission_on_product\": 0,\n            \"commission_shipping_calculation_on\": \"inclusive_of_tax\",\n            \"commission_on_shipping_type\": \"fixed\",\n            \"fixed_commission\": \"0\",\n            \"service_charge\": \"0\",\n            \"total_line_value\": \"11.8\",\n            \"line_tax_value\": \"1.8\",\n            \"line_shipping_tax_value\": \"0\",\n            \"line_tax_percentage\": \"0.18\",\n            \"line_shipping_tax_percentage\": \"0\",\n            \"service_tax\": \"0\",\n            \"product_value\": \"10\",\n            \"shipping_price\": \"0\",\n            \"parent_id\": null,\n            \"commission_invoice_id\": null,\n            \"tax_information\": {\n                \"cgst\": 0,\n                \"igst\": 0,\n                \"sgst\": 0,\n                \"total_tax\": 0\n            },\n            \"is_paid\": false,\n            \"vendor_order\": {\n                \"user_id\": 92574581039,\n                \"pick_listed\": false,\n                \"gateway\": \"manual\",\n                \"total_weight\": 0,\n                \"total_price\": 236,\n                \"status\": \"New Orders\",\n                \"email\": \"rajdip.shipturtle@gmail.com\",\n                \"provider\": \"shopify\",\n                \"invoice_number\": \"Invoice3027\",\n                \"awb\": null,\n                \"processed_at\": \"2024-01-01 14:26:48\",\n                \"customer\": \"{\\\"id\\\": 7864611733807, \\\"note\\\": null, \\\"tags\\\": \\\"\\\", \\\"email\\\": \\\"rajdip.shipturtle@gmail.com\\\", \\\"phone\\\": null, \\\"state\\\": \\\"disabled\\\", \\\"currency\\\": \\\"INR\\\", \\\"last_name\\\": \\\"jalondhara\\\", \\\"created_at\\\": \\\"2023-12-27T13:02:22+05:30\\\", \\\"first_name\\\": \\\"Rajdeep\\\", \\\"tax_exempt\\\": false, \\\"updated_at\\\": \\\"2024-01-01T14:26:50+05:30\\\", \\\"tax_exemptions\\\": [], \\\"verified_email\\\": true, \\\"default_address\\\": {\\\"id\\\": 9899588780335, \\\"zip\\\": \\\"380050\\\", \\\"city\\\": \\\"Ahmedabad\\\", \\\"name\\\": \\\"Rajdeep Jalondhara\\\", \\\"phone\\\": null, \\\"company\\\": null, \\\"country\\\": \\\"India\\\", \\\"default\\\": true, \\\"address1\\\": \\\"ABC 1, Navrangpura abc Prakash Nagar Navrangpura\\\", \\\"address2\\\": null, \\\"province\\\": \\\"Gujarat\\\", \\\"last_name\\\": \\\"Jalondhara\\\", \\\"first_name\\\": \\\"Rajdeep\\\", \\\"customer_id\\\": 7864611733807, \\\"country_code\\\": \\\"IN\\\", \\\"country_name\\\": \\\"India\\\", \\\"province_code\\\": \\\"GJ\\\"}, \\\"accepts_marketing\\\": false, \\\"admin_graphql_api_id\\\": \\\"gid://shopify/Customer/7864611733807\\\", \\\"multipass_identifier\\\": null, \\\"sms_marketing_consent\\\": null, \\\"marketing_opt_in_level\\\": null, \\\"email_marketing_consent\\\": {\\\"state\\\": \\\"not_subscribed\\\", \\\"opt_in_level\\\": \\\"single_opt_in\\\", \\\"consent_updated_at\\\": null}, \\\"accepts_marketing_updated_at\\\": \\\"2023-12-27T13:02:22+05:30\\\"}\",\n                \"id\": 6639825,\n                \"invoice_download\": \"https://d2i9a0muccv7uq.cloudfront.net/s3/4147/generate_invoices/3027_Magento0_Rajdeep-Jalondhara_Invoice3027.pdf\",\n                \"awb_label\": null,\n                \"order_id\": 1925031580332,\n                \"company_id\": 234956,\n                \"shipping_provider\": null,\n                \"billing_address_id\": 9750849,\n                \"shipping_address_id\": 9616110,\n                \"shipping_service_provider_id\": null,\n                \"generating_awb\": false,\n                \"shipping_errors\": null,\n                \"mail_sent\": 0,\n                \"shipping_price\": \"0\",\n                \"total_tax\": 36,\n                \"total_amount_excluding_taxes\": 200,\n                \"height\": 2,\n                \"width\": 2,\n                \"length\": 3,\n                \"tracking_status\": \"Pending\",\n                \"tracking_message\": null,\n                \"order_number\": \"3027\",\n                \"status_sequence\": 1,\n                \"estimated_cost\": null,\n                \"shop_id\": 4147,\n                \"name\": \"#3027\",\n                \"warehouse_id\": null,\n                \"automate_shipment\": true,\n                \"shipping_address\": {\n                    \"zip\": \"380050\",\n                    \"city\": \"Ahmedabad\",\n                    \"name\": \"Rajdeep Jalondhara\",\n                    \"email\": \"rajdip.shipturtle@gmail.com\",\n                    \"phone\": \"\",\n                    \"company\": null,\n                    \"country\": \"India\",\n                    \"address1\": \"ABC 1, Navrangpura abc Prakash Naga\",\n                    \"address2\": \"r Navrangpura\",\n                    \"latitude\": null,\n                    \"province\": \"Gujarat\",\n                    \"last_name\": \"Jalondhara\",\n                    \"longitude\": null,\n                    \"first_name\": \"Rajdeep\",\n                    \"country_code\": \"IN\",\n                    \"province_code\": \"GJ\"\n                },\n                \"total_line_items_price\": 200,\n                \"total_discounts\": 0,\n                \"checkout_id\": 37177279414575,\n                \"tracking_link\": null,\n                \"payment_reconciliation_status\": \"pending\",\n                \"freight_reconciliation_status\": \"pending\",\n                \"payment_recon_id\": null,\n                \"freight_recon_id\": null,\n                \"billing_address\": {\n                    \"zip\": \"380050\",\n                    \"city\": \"Ahmedabad\",\n                    \"name\": \"Rajdeep Jalondhara\",\n                    \"phone\": null,\n                    \"company\": null,\n                    \"country\": \"India\",\n                    \"address1\": \"ABC 1, Navrangpura abc Prakash Nagar Navrangpura\",\n                    \"address2\": null,\n                    \"latitude\": 23.0329326,\n                    \"province\": \"Gujarat\",\n                    \"last_name\": \"Jalondhara\",\n                    \"longitude\": 72.55588259999999,\n                    \"first_name\": \"Rajdeep\",\n                    \"country_code\": \"IN\",\n                    \"province_code\": \"GJ\"\n                },\n                \"currency\": \"INR\",\n                \"last_tracked_at\": null,\n                \"unique_name\": \"#3027_Magento0\",\n                \"label\": null,\n                \"note\": null,\n                \"awb_created_at\": null,\n                \"custom_data\": null,\n                \"awb_custom_courier_name\": null,\n                \"requires_shipping\": true,\n                \"type_of_order\": \"forward_order\",\n                \"return_status\": null,\n                \"return_order_link\": null,\n                \"pickup_address\": null,\n                \"manifest_id\": null,\n                \"is_cod\": 0,\n                \"merchant_notes\": null,\n                \"is_customize\": false,\n                \"insurance_amount\": null,\n                \"insurance_cost\": null,\n                \"challan_number\": null,\n                \"challan_path\": null,\n                \"challan_download\": null,\n                \"challan_date\": null,\n                \"financial_status\": \"paid\",\n                \"tags\": \"\",\n                \"rag_status\": null,\n                \"rag_status_updated_on\": null,\n                \"processed_at_timestamp\": 1704119208,\n                \"mail_sent_for_ndr\": 0,\n                \"total_outstanding\": 0,\n                \"fulfillment_id\": null,\n                \"estimated_delivery_time\": null,\n                \"payment_gateway_names\": \"\\\"[\\\\\\\"manual\\\\\\\"]\\\"\",\n                \"note_attributes\": null,\n                \"unique_order_number\": \"#3027_Magento0\",\n                \"shipping_label_status\": \"Pending\",\n                \"invoice_generated\": \"Invoice Generated\",\n                \"shipping_service\": \"Not Selected\",\n                \"payment\": 236,\n                \"customer_address\": {\n                    \"id\": 7864611733807,\n                    \"note\": null,\n                    \"tags\": \"\",\n                    \"email\": \"rajdip.shipturtle@gmail.com\",\n                    \"phone\": null,\n                    \"state\": \"disabled\",\n                    \"currency\": \"INR\",\n                    \"last_name\": \"jalondhara\",\n                    \"created_at\": \"2023-12-27T13:02:22+05:30\",\n                    \"first_name\": \"Rajdeep\",\n                    \"tax_exempt\": false,\n                    \"updated_at\": \"2024-01-01T14:26:50+05:30\",\n                    \"tax_exemptions\": [],\n                    \"verified_email\": true,\n                    \"default_address\": {\n                        \"id\": 9899588780335,\n                        \"zip\": \"380050\",\n                        \"city\": \"Ahmedabad\",\n                        \"name\": \"Rajdeep Jalondhara\",\n                        \"phone\": null,\n                        \"company\": null,\n                        \"country\": \"India\",\n                        \"default\": true,\n                        \"address1\": \"ABC 1, Navrangpura abc Prakash Nagar Navrangpura\",\n                        \"address2\": null,\n                        \"province\": \"Gujarat\",\n                        \"last_name\": \"Jalondhara\",\n                        \"first_name\": \"Rajdeep\",\n                        \"customer_id\": 7864611733807,\n                        \"country_code\": \"IN\",\n                        \"country_name\": \"India\",\n                        \"province_code\": \"GJ\"\n                    },\n                    \"accepts_marketing\": false,\n                    \"admin_graphql_api_id\": \"gid://shopify/Customer/7864611733807\",\n                    \"multipass_identifier\": null,\n                    \"sms_marketing_consent\": null,\n                    \"marketing_opt_in_level\": null,\n                    \"email_marketing_consent\": {\n                        \"state\": \"not_subscribed\",\n                        \"opt_in_level\": \"single_opt_in\",\n                        \"consent_updated_at\": null\n                    },\n                    \"accepts_marketing_updated_at\": \"2023-12-27T13:02:22+05:30\"\n                },\n                \"payment_status\": \"PP\",\n                \"errors\": {\n                    \"errors\": {\n                        \"vendor_address\": {\n                            \"vendor_errors\": \"Kindly add warehouse info\"\n                        },\n                        \"shipping_service_provider\": {\n                            \"shipping_service_provider_id\": \"Please select Shipping Partner.\",\n                            \"warehouse_id\": \"Please select pick up Warehouse.\",\n                            \"total_weight\": \"Please input package weight.\"\n                        }\n                    },\n                    \"hasErrors\": true,\n                    \"canGenerateAwb\": false,\n                    \"canFetchRate\": false,\n                    \"canConfirmOrder\": false,\n                    \"generatingInvoice\": true\n                },\n                \"shipper_address\": null,\n                \"total_amount_including_tax\": 236,\n                \"shipment_tracker\": null,\n                \"shipping_details\": null,\n                \"is_cod_order\": false,\n                \"freight_payment\": \"0\",\n                \"automate_shipment_status\": \"A\",\n                \"is_delivered\": false,\n                \"tax_info\": false,\n                \"order_status\": null,\n                \"order_sequence_name\": \"New Orders\",\n                \"slug\": \"#3027_Magento0-6639825\",\n                \"line_item_counts\": 20,\n                \"pickup_warehouse_address\": null,\n                \"ndr_api_available\": false,\n                \"currency_country\": {\n                    \"id\": 98,\n                    \"name\": \"India\",\n                    \"code\": \"IN\",\n                    \"dial_code\": \"+91\",\n                    \"currency_name\": \"Indian rupee\",\n                    \"currency_symbol\": \"Rs.\",\n                    \"currency_code\": \"INR\",\n                    \"created_at\": null,\n                    \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                    \"name_with_symbole\": \"Indian rupee - Rs.\"\n                },\n                \"shipping_service_provider\": null,\n                \"warehouse\": null,\n                \"shop\": {\n                    \"id\": 4147,\n                    \"shopify_domain\": \"violetplants.myshopify.com\",\n                    \"shopify_token\": null,\n                    \"created_at\": \"2023-07-13T10:19:49.000000Z\",\n                    \"updated_at\": \"2024-01-01T13:07:55.000000Z\",\n                    \"grandfathered\": false,\n                    \"deleted_at\": null,\n                    \"namespace\": null,\n                    \"plan_id\": 621,\n                    \"freemium\": false,\n                    \"name\": \"violetplants\",\n                    \"email\": \"violetplants123@gmail.com\",\n                    \"province\": \"WB\",\n                    \"country\": {\n                        \"id\": 98,\n                        \"name\": \"India\",\n                        \"code\": \"IN\",\n                        \"dial_code\": \"+91\",\n                        \"currency_name\": \"Indian rupee\",\n                        \"currency_symbol\": \"Rs.\",\n                        \"currency_code\": \"INR\",\n                        \"created_at\": null,\n                        \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                        \"name_with_symbole\": \"Indian rupee - Rs.\"\n                    },\n                    \"address1\": \"123 Old Court House Street Lal Dighi B.B.D. Bagh\",\n                    \"zip\": \"700001\",\n                    \"city\": \"Kolkata\",\n                    \"source\": null,\n                    \"phone\": \"12345678\",\n                    \"latitude\": \"22.5685769\",\n                    \"longitude\": \"88.3492417\",\n                    \"primary_locale\": \"en\",\n                    \"address2\": \"\",\n                    \"country_code\": \"IN\",\n                    \"country_name\": \"India\",\n                    \"currency\": \"INR\",\n                    \"customer_email\": \"violetplants123@gmail.com\",\n                    \"timezone\": \"(GMT+05:30) Asia/Kolkata\",\n                    \"iana_timezone\": \"Asia/Kolkata\",\n                    \"shop_owner\": \"Sharad Kabra\",\n                    \"money_format\": \"Rs. {{amount}}\",\n                    \"money_with_currency_format\": \"Rs. {{amount}}\",\n                    \"weight_unit\": \"gm\",\n                    \"province_code\": \"WB\",\n                    \"taxes_included\": false,\n                    \"tax_shipping\": false,\n                    \"county_taxes\": true,\n                    \"plan_display_name\": \"Basic Shopify\",\n                    \"plan_name\": \"basic\",\n                    \"has_discounts\": \"1\",\n                    \"has_gift_cards\": \"1\",\n                    \"money_in_emails_format\": \"Rs. {{amount}}\",\n                    \"money_with_currency_in_emails_format\": \"Rs. {{amount}}\",\n                    \"eligible_for_payments\": \"0\",\n                    \"requires_extra_payments_agreement\": \"0\",\n                    \"primary_location_id\": \"94960419119\",\n                    \"multi_location_enabled\": \"1\",\n                    \"channel_id\": null,\n                    \"company_id\": 212738,\n                    \"user_id\": 28343,\n                    \"verifying_plan\": 967,\n                    \"dimension_unit\": \"inch\",\n                    \"override_taxes\": false,\n                    \"provider\": \"shopify\",\n                    \"maintain_hs_information_in_shipturtle\": false,\n                    \"automatically_update_order_status_on_shopify\": true,\n                    \"charge_tax\": \"0\",\n                    \"enable_tax_on_shipping\": false,\n                    \"tax_on_shipping\": 0,\n                    \"automatically_update_product_status_on_shopify\": true,\n                    \"parent_id\": null,\n                    \"setup_pending\": false,\n                    \"product_types_sold_on_store\": \"physical_products_only\",\n                    \"carrier_service_id\": null,\n                    \"extra_info\": \"{\\\"location_sync_status\\\":[true,\\\"2023-05-29 10:50:37\\\"],\\\"product_sync_status\\\":[true,\\\"2023-05-29 10:51:10\\\"],\\\"inventory_level_sync_status\\\":[true,\\\"2023-05-29 10:51:13\\\"],\\\"order_sync_status\\\":[true,\\\"2023-05-29 10:53:11\\\"]}\",\n                    \"payment_method_settings\": {\n                        \"0\": null,\n                        \"payu_in_paisa\": \"paid\",\n                        \"cash_on_delivery\": \"paid\",\n                        \"manual\": \"paid\",\n                        \"cashfree\": \"paid\",\n                        \"Cash on Delivery (COD)\": \"cod\",\n                        \"gift_card\": \"paid\",\n                        \"paytm\": \"paid\",\n                        \"stripe\": \"paid\",\n                        \"payu_india\": \"paid\",\n                        \"razorpay_cards_upi_netbanking_wallets_\": \"paid\",\n                        \"neft\": \"paid\",\n                        \"paypal\": \"paid\",\n                        \"shopify_payments\": \"paid\",\n                        \"amazon_payments\": \"paid\",\n                        \"razorpay_all_cards_netbanking_wallets_\": \"paid\",\n                        \"Etsy\": \"paid\",\n                        \"clearpay\": \"paid\",\n                        \"Bank Deposit/Mobile Transfer\": \"paid\",\n                        \"E-Transfer\": \"paid\",\n                        \"cash\": \"cod\",\n                        \"eBay/PayPal\": \"paid\",\n                        \"amazon_marketplace\": \"paid\",\n                        \"ccavenue\": \"paid\",\n                        \"payu_in\": \"paid\",\n                        \"bogus\": \"paid\",\n                        \"\": null,\n                        \"money_order\": \"cod\",\n                        \"bank_deposit\": null\n                    },\n                    \"enable_payment_settings\": false,\n                    \"script_js_id\": \"234600726831\",\n                    \"shopify_namespace\": \"shipturtle\",\n                    \"password\": \"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\",\n                    \"password_updated_at\": \"2023-12-19\",\n                    \"domain\": null,\n                    \"shopify_freemium\": 0,\n                    \"plan_id_onetime\": null,\n                    \"shipment_movement\": \"on_shipment\",\n                    \"14_day_trial_expired\": true,\n                    \"keep_credits\": 0,\n                    \"change_base\": 1,\n                    \"shop_setup_instructions\": \"{\\\"store_type\\\":\\\"market_place\\\"}\",\n                    \"store_setup\": \"{\\\"is_setup_complete\\\":null,\\\"step\\\":\\\"1\\\"}\",\n                    \"published_and_unpublished_theme1_code\": \"{\\\"published_theme1_template\\\":{\\\"main_page_template\\\":\\\"<div id=\\\\\\\"vendor-detail-page\\\\\\\">\\\\n    <input type=\\\\\\\"hidden\\\\\\\" id=\\\\\\\"company_id\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\">\\\\n    @if ($company->banner_link)\\\\n    <section class=\\\\\\\"u-clearfix u-section-1 bck-banner-img\\\\\\\" id=\\\\\\\"sec-44b5\\\\\\\" style=\\\\\\\"background-image: url({{$company->banner_link}});\\\\\\\">\\\\n    </section>\\\\n    @endif\\\\n    <div class=\\\\\\\"u-clearfix u-sheet u-valign-middle u-sheet-1\\\\\\\" style=\\\\\\\"min-height: 250px;\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-expanded-width u-gutter-0 u-layout-wrap u-layout-wrap-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-layout\\\\\\\">\\\\n                <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n                    <div class=\\\\\\\"u-align-center u-container-style u-layout-cell u-left-cell u-size-23 u-layout-cell-1\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\" style=\\\\\\\"height:max-content; display: flex; flex-direction: column; align-items: center; padding-right: 4rem; padding-top: 1.5rem;\\\\\\\">\\\\n                            <img alt=\\\\\\\"{{$company->title}}\\\\\\\" class=\\\\\\\"u-image u-image-circle\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\" data-image-width=\\\\\\\"150\\\\\\\" data-image-height=\\\\\\\"150\\\\\\\" style=\\\\\\\"width: 80%;\\\\\\\">\\\\n                            </img>\\\\n                             <div class=\\\\\\\"social-media-links\\\\\\\">\\\\n                            @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                            <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\">\\\\n                                    <svg class=\\\\\\\"u-svg-content\\\\\\\"  x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-0214\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#3B5998\\\\\\\" d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\">\\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-3589\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#55ACEE\\\\\\\" d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\">        \\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-d986\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                        </div>\\\\n                            @if ($parentCompany->display_vendor_location)\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-1\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}\\\\n                            </p>\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                            @endif\\\\n                        </div>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n                            <h2 style=\\\\\\\"margin-bottom: 0;\\\\\\\" class=\\\\\\\"u-text\\\\\\\">{{$company->brand_name}}</h2>\\\\n                            <p class=\\\\\\\"u-text u-text-3\\\\\\\">\\\\n                                {!! $company->about_us !!}\\\\n                            </p>\\\\n                        </div>\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </div>\\\\n    \\\\n    {{-- Tabs --}}\\\\n    <section class=\\\\\\\"u-align-center u-clearfix u-section-2\\\\\\\" id=\\\\\\\"carousel_37bc\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-tab-links-align-justify u-tabs u-tabs-1\\\\\\\" id=\\\\\\\"u-tabs\\\\\\\">\\\\n                <ul class=\\\\\\\"u-tab-list u-unstyled\\\\\\\" role=\\\\\\\"tablist\\\\\\\">\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_products_tab)\\\\n                    <li class=\\\\\\\"u-tab-item\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"active u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-1\\\\\\\" id=\\\\\\\"link-tab-products\\\\\\\" href=\\\\\\\"#tab-products\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-products\\\\\\\" aria-selected=\\\\\\\"true\\\\\\\">Products</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_policy_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-2\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-2\\\\\\\" id=\\\\\\\"link-tab-policy\\\\\\\" href=\\\\\\\"#tab-policy\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-policy\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Policy</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_about_us_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-aboutus\\\\\\\" href=\\\\\\\"#tab-aboutus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-aboutus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">About Us<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_events_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\"\\\\n                             id=\\\\\\\"link-tab-events\\\\\\\" href=\\\\\\\"#tab-events\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-events\\\\\\\"\\\\n                              aria-selected=\\\\\\\"false\\\\\\\">Events<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_contact_us_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-contactus\\\\\\\" href=\\\\\\\"#tab-contactus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-contactus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Contact Us<br>\\\\n                        </a>\\\\n                    </li>\\\\n                    @endif\\\\n                </ul>\\\\n                <div class=\\\\\\\"u-tab-content\\\\\\\">\\\\n                    <div class=\\\\\\\"u-container-style u-tab-active u-tab-pane u-white u-tab-pane-1\\\\\\\" id=\\\\\\\"tab-products\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-products\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-container-style u-tab-pane u-white u-tab-pane-2\\\\\\\" id=\\\\\\\"tab-policy\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-policy\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-aboutus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-aboutus\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-events\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-events\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white u-tab-pane-5\\\\\\\" id=\\\\\\\"tab-contactus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-contactus\\\\\\\">\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </section>\\\\n</div>\\\",\\\"product_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\">\\\\n    <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n        <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.details\\\\\\\", [\\\\\\\"shopDomain\\\\\\\" => $shop->shopify_domain,\\\\n        \\\\\\\"vendorTitle\\\\\\\"=>$vendorTitle, \\\\\\\"action\\\\\\\"=>\\\\\\\"products\\\\\\\"]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" id=\\\\\\\"search_product_form\\\\\\\"\\\\n        class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\"\\\\n        source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: left;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n                <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search Product\\\\\\\" id=\\\\\\\"st_search_product\\\\\\\" name=\\\\\\\"search_product\\\\\\\"\\\\n                class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n                <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$tags}}\\\\\\\" id=\\\\\\\"st_search_product_by_tag\\\\\\\" name=\\\\\\\"search_product_by_tag\\\\\\\">\\\\n            </div>\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: right;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control u-label\\\\\\\" style=\\\\\\\"margin-left: auto;\\\\\\\">Sort By</label>\\\\n                <select name=\\\\\\\"sort_by\\\\\\\" id=\\\\\\\"st_product_list_sort_by\\\\\\\" class=\\\\\\\"filters-toolbar__input\\\\\\\" aria-describedby=\\\\\\\"a11y-refresh-page-message \\\\n                a11y-selection-message\\\\\\\" data-default-sortby=\\\\\\\"title-descending\\\\\\\">\\\\n                    <option value=\\\\\\\"title-ascending\\\\\\\" {{$orderBy == \\\\\\\"title-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, A-Z</option>\\\\n                    <option value=\\\\\\\"title-descending\\\\\\\" {{$orderBy == \\\\\\\"title-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, Z-A</option>\\\\n                    <option value=\\\\\\\"price-ascending\\\\\\\" {{$orderBy == \\\\\\\"price-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price , Low To High</option>\\\\n                    <option value=\\\\\\\"price-descending\\\\\\\" {{$orderBy == \\\\\\\"price-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price, High To Low</option>\\\\n                    <option value=\\\\\\\"best-selling\\\\\\\" {{$orderBy == \\\\\\\"best-selling\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Best Selling</option>\\\\n                    <option value=\\\\\\\"date-ascending\\\\\\\" {{$orderBy == \\\\\\\"date-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, New To Old</option>\\\\n                    <option value=\\\\\\\"date-descending\\\\\\\" {{$orderBy == \\\\\\\"date-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, Old To New</option>\\\\n                </select>\\\\n            </div>\\\\n            <div style=\\\\\\\"clear: both;\\\\\\\"></div>\\\\n        </form>\\\\n    </div>\\\\n    <div class=\\\\\\\"u-products u-products-1\\\\\\\">\\\\n        <div class=\\\\\\\"loader hide\\\\\\\"></div>\\\\n        @if ($products && sizeof($products) > 0)\\\\n        <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n            @foreach($products as $product)\\\\n                <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                    <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/products/{{$product->handle}}\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2\\\\\\\">\\\\n                            <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1\\\\\\\" \\\\n                            src=\\\\\\\"{{$product->image}}\\\\\\\">\\\\n                            @if($parentCompany->handle_out_of_stock_products == \\\\\\\"list_out_of_stock_products_with_out_of_stock_label\\\\\\\" && $product->isOutOfStock())\\\\n                                <p class=\\\\\\\"hidden-text u-out-of-stock-text\\\\\\\">OUT OF STOCK</p>\\\\n                            @endif\\\\n\\\\n                            <div class=\\\\\\\"u-product-control u-product-price u-product-price-1\\\\\\\">\\\\n                                <div class=\\\\\\\"u-price-wrapper u-spacing-10\\\\\\\">\\\\n                                    <div class=\\\\\\\"u-price u-text-palette-2-base\\\\\\\" style=\\\\\\\"font-weight: 700;\\\\\\\">\\\\n                                        <p class=\\\\\\\"u-product-title text-muted\\\\\\\" style=\\\\\\\"text-decoration: none;\\\\\\\">\\\\n                                            {{$product->title}}\\\\n                                        </p>\\\\n                                        @if($product->has_only_default_variant)\\\\n                                        {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                         $product->shop->currency}} \\\\n                                        {{$product->lowestPricedVariant->first() ? $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\"}}\\\\n                                        @else\\\\n                                        From: {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                        $product->shop->currency}} {{ $product->lowestPricedVariant->first() ?\\\\n                                        $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\" }}\\\\n                                        @endif\\\\n                                    </div>\\\\n                                </div>\\\\n                            </div>\\\\n                        </div>\\\\n                    </a>\\\\n                </div>\\\\n            @endforeach\\\\n        </div>\\\\n        <div>\\\\n            {{ $products->links() }}\\\\n        </div>\\\\n        @else\\\\n        <div style=\\\\\\\"margin: auto;\\\\\\\">\\\\n            <h3>No Products Found</h3>\\\\n        </div>\\\\n        @endif\\\\n    </div>\\\\n</div>\\\",\\\"about_us_template\\\":\\\"<div class=\\\\\\\"u-aboutus-container\\\\\\\"> <div class=\\\\\\\"u-aboutus-row\\\\\\\"> {!! $aboutus !!} </div></div>\\\",\\\"policy_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">{!! $policy !!}</div>\\\\n</div>\\\",\\\"contact_us_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-left-cell u-size-30 u-layout-cell-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-container-layout-10\\\\\\\">\\\\n                <h2 class=\\\\\\\"u-text u-text-grey-70 u-text-8\\\\\\\">Contact us</h2>\\\\n                <h6 class=\\\\\\\"u-text u-text-grey-50 u-text-9\\\\\\\">{{$company->brand_name}}</h6>\\\\n                @if ($parentCompany->display_vendor_location)\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10\\\\\\\">{{ $company->address_line_1 ? $company->address_line_1.\\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\" }} {{ $company->address_line_2 ? $company->address_line_2 : \\\\\\\"\\\\\\\" }} <br>\\\\n                    {{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}                                        \\\\n                    </p>\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                @endif\\\\n                <div class=\\\\\\\"u-social-icons u-spacing-20 u-social-icons-1\\\\\\\">\\\\n                @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-facebook u-social-icon u-icon-2\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-50ee\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-50ee\\\\\\\"><path d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-twitter u-icon-3\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-d346\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-d346\\\\\\\"><path d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-instagram u-icon-4\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-dd2a\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-dd2a\\\\\\\"><path d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path><path d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path><path d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif                \\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-30 u-layout-cell-2\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-valign-middle u-container-layout-11\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-form u-form-2\\\\\\\">\\\\n                <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.contact\\\\\\\") }}\\\\\\\" id=\\\\\\\"st_vendor_contact_form\\\\\\\" method=\\\\\\\"POST\\\\\\\" class=\\\\\\\"u-clearfix u-form-spacing-24 u-form-vertical u-inner-form\\\\\\\" style=\\\\\\\"padding: 24px;\\\\\\\" source=\\\\\\\"custom\\\\\\\" name=\\\\\\\"form\\\\\\\">\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$shop->id}}\\\\\\\" name=\\\\\\\"shop_id\\\\\\\" >\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\" name=\\\\\\\"company_id\\\\\\\" >\\\\n                    <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_name\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Name</label>\\\\n                        <input type=\\\\\\\"text\\\\\\\" placeholder=\\\\\\\"Enter your Name\\\\\\\" id=\\\\\\\"st_contact_form_name\\\\\\\" name=\\\\\\\"name\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-4\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-email u-form-group\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_email\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Email</label>\\\\n                        <input type=\\\\\\\"email\\\\\\\" placeholder=\\\\\\\"Enter a valid email address\\\\\\\" id=\\\\\\\"st_contact_form_email\\\\\\\" name=\\\\\\\"email\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-5\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-group u-form-message\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_message\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Message</label>\\\\n                        <textarea placeholder=\\\\\\\"Enter your message\\\\\\\" rows=\\\\\\\"4\\\\\\\" cols=\\\\\\\"50\\\\\\\" id=\\\\\\\"st_contact_form_message\\\\\\\" name=\\\\\\\"message\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-6\\\\\\\" required=\\\\\\\"\\\\\\\"></textarea>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-form-group u-form-submit\\\\\\\">       \\\\n                        <input type=\\\\\\\"submit\\\\\\\" value=\\\\\\\"submit\\\\\\\" class=\\\\\\\"u-form-control\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-send-message u-form-send-success\\\\\\\"> Thank you! Your message has been sent. </div>\\\\n                    <div class=\\\\\\\"u-form-send-error u-form-send-message\\\\\\\"> Unable to send your message. Please fix errors then try again. </div>\\\\n                </form>\\\\n            </div>\\\\n    </div>\\\\n        </div>\\\\n    </div>\\\\n</div>\\\"},\\\"unpublished_theme1_template\\\":{\\\"main_page_template\\\":\\\"<div id=\\\\\\\"vendor-detail-page\\\\\\\">\\\\n    <input type=\\\\\\\"hidden\\\\\\\" id=\\\\\\\"company_id\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\">\\\\n    @if ($company->banner_link)\\\\n    <section class=\\\\\\\"u-clearfix u-section-1 bck-banner-img\\\\\\\" id=\\\\\\\"sec-44b5\\\\\\\" style=\\\\\\\"background-image: url({{$company->banner_link}});\\\\\\\">\\\\n    </section>\\\\n    @endif\\\\n    <div class=\\\\\\\"u-clearfix u-sheet u-valign-middle u-sheet-1\\\\\\\" style=\\\\\\\"min-height: 250px;\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-expanded-width u-gutter-0 u-layout-wrap u-layout-wrap-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-layout\\\\\\\">\\\\n                <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n                    <div class=\\\\\\\"u-align-center u-container-style u-layout-cell u-left-cell u-size-23 u-layout-cell-1\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\" style=\\\\\\\"height:max-content; display: flex; flex-direction: column; align-items: center; padding-right: 4rem; padding-top: 1.5rem;\\\\\\\">\\\\n                            <img alt=\\\\\\\"{{$company->title}}\\\\\\\" class=\\\\\\\"u-image u-image-circle\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\" data-image-width=\\\\\\\"150\\\\\\\" data-image-height=\\\\\\\"150\\\\\\\" style=\\\\\\\"width: 80%;\\\\\\\">\\\\n                            </img>\\\\n                             <div class=\\\\\\\"social-media-links\\\\\\\">\\\\n                            @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                            <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\">\\\\n                                    <svg class=\\\\\\\"u-svg-content\\\\\\\"  x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-0214\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#3B5998\\\\\\\" d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\">\\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-3589\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#55ACEE\\\\\\\" d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\">        \\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-d986\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                        </div>\\\\n                            @if ($parentCompany->display_vendor_location)\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-1\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}\\\\n                            </p>\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                            @endif\\\\n                        </div>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n                            <h2 style=\\\\\\\"margin-bottom: 0;\\\\\\\" class=\\\\\\\"u-text\\\\\\\">{{$company->brand_name}}</h2>\\\\n                            <p class=\\\\\\\"u-text u-text-3\\\\\\\">\\\\n                                {!! $company->about_us !!}\\\\n                            </p>\\\\n                        </div>\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </div>\\\\n    \\\\n    {{-- Tabs --}}\\\\n    <section class=\\\\\\\"u-align-center u-clearfix u-section-2\\\\\\\" id=\\\\\\\"carousel_37bc\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-tab-links-align-justify u-tabs u-tabs-1\\\\\\\" id=\\\\\\\"u-tabs\\\\\\\">\\\\n                <ul class=\\\\\\\"u-tab-list u-unstyled\\\\\\\" role=\\\\\\\"tablist\\\\\\\">\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_products_tab)\\\\n                    <li class=\\\\\\\"u-tab-item\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"active u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-1\\\\\\\" id=\\\\\\\"link-tab-products\\\\\\\" href=\\\\\\\"#tab-products\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-products\\\\\\\" aria-selected=\\\\\\\"true\\\\\\\">Products</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_policy_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-2\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-2\\\\\\\" id=\\\\\\\"link-tab-policy\\\\\\\" href=\\\\\\\"#tab-policy\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-policy\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Policy</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_about_us_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-aboutus\\\\\\\" href=\\\\\\\"#tab-aboutus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-aboutus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">About Us<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_events_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\"\\\\n                             id=\\\\\\\"link-tab-events\\\\\\\" href=\\\\\\\"#tab-events\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-events\\\\\\\"\\\\n                              aria-selected=\\\\\\\"false\\\\\\\">Events<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_contact_us_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-contactus\\\\\\\" href=\\\\\\\"#tab-contactus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-contactus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Contact Us<br>\\\\n                        </a>\\\\n                    </li>\\\\n                    @endif\\\\n                </ul>\\\\n                <div class=\\\\\\\"u-tab-content\\\\\\\">\\\\n                    <div class=\\\\\\\"u-container-style u-tab-active u-tab-pane u-white u-tab-pane-1\\\\\\\" id=\\\\\\\"tab-products\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-products\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-container-style u-tab-pane u-white u-tab-pane-2\\\\\\\" id=\\\\\\\"tab-policy\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-policy\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-aboutus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-aboutus\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-events\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-events\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white u-tab-pane-5\\\\\\\" id=\\\\\\\"tab-contactus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-contactus\\\\\\\">\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </section>\\\\n</div>\\\",\\\"product_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\">\\\\n    <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n        <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.details\\\\\\\", [\\\\\\\"shopDomain\\\\\\\" => $shop->shopify_domain,\\\\n        \\\\\\\"vendorTitle\\\\\\\"=>$vendorTitle, \\\\\\\"action\\\\\\\"=>\\\\\\\"products\\\\\\\"]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" id=\\\\\\\"search_product_form\\\\\\\"\\\\n        class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\"\\\\n        source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: left;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n                <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search Product\\\\\\\" id=\\\\\\\"st_search_product\\\\\\\" name=\\\\\\\"search_product\\\\\\\"\\\\n                class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n                <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$tags}}\\\\\\\" id=\\\\\\\"st_search_product_by_tag\\\\\\\" name=\\\\\\\"search_product_by_tag\\\\\\\">\\\\n            </div>\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: right;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control u-label\\\\\\\" style=\\\\\\\"margin-left: auto;\\\\\\\">Sort By</label>\\\\n                <select name=\\\\\\\"sort_by\\\\\\\" id=\\\\\\\"st_product_list_sort_by\\\\\\\" class=\\\\\\\"filters-toolbar__input\\\\\\\" aria-describedby=\\\\\\\"a11y-refresh-page-message \\\\n                a11y-selection-message\\\\\\\" data-default-sortby=\\\\\\\"title-descending\\\\\\\">\\\\n                    <option value=\\\\\\\"title-ascending\\\\\\\" {{$orderBy == \\\\\\\"title-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, A-Z</option>\\\\n                    <option value=\\\\\\\"title-descending\\\\\\\" {{$orderBy == \\\\\\\"title-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, Z-A</option>\\\\n                    <option value=\\\\\\\"price-ascending\\\\\\\" {{$orderBy == \\\\\\\"price-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price , Low To High</option>\\\\n                    <option value=\\\\\\\"price-descending\\\\\\\" {{$orderBy == \\\\\\\"price-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price, High To Low</option>\\\\n                    <option value=\\\\\\\"best-selling\\\\\\\" {{$orderBy == \\\\\\\"best-selling\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Best Selling</option>\\\\n                    <option value=\\\\\\\"date-ascending\\\\\\\" {{$orderBy == \\\\\\\"date-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, New To Old</option>\\\\n                    <option value=\\\\\\\"date-descending\\\\\\\" {{$orderBy == \\\\\\\"date-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, Old To New</option>\\\\n                </select>\\\\n            </div>\\\\n            <div style=\\\\\\\"clear: both;\\\\\\\"></div>\\\\n        </form>\\\\n    </div>\\\\n    <div class=\\\\\\\"u-products u-products-1\\\\\\\">\\\\n        <div class=\\\\\\\"loader hide\\\\\\\"></div>\\\\n        @if ($products && sizeof($products) > 0)\\\\n        <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n            @foreach($products as $product)\\\\n                <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                    <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/products/{{$product->handle}}\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2\\\\\\\">\\\\n                            <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1\\\\\\\" \\\\n                            src=\\\\\\\"{{$product->image}}\\\\\\\">\\\\n                            @if($parentCompany->handle_out_of_stock_products == \\\\\\\"list_out_of_stock_products_with_out_of_stock_label\\\\\\\" && $product->isOutOfStock())\\\\n                                <p class=\\\\\\\"hidden-text u-out-of-stock-text\\\\\\\">OUT OF STOCK</p>\\\\n                            @endif\\\\n\\\\n                            <div class=\\\\\\\"u-product-control u-product-price u-product-price-1\\\\\\\">\\\\n                                <div class=\\\\\\\"u-price-wrapper u-spacing-10\\\\\\\">\\\\n                                    <div class=\\\\\\\"u-price u-text-palette-2-base\\\\\\\" style=\\\\\\\"font-weight: 700;\\\\\\\">\\\\n                                        <p class=\\\\\\\"u-product-title text-muted\\\\\\\" style=\\\\\\\"text-decoration: none;\\\\\\\">\\\\n                                            {{$product->title}}\\\\n                                        </p>\\\\n                                        @if($product->has_only_default_variant)\\\\n                                        {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                         $product->shop->currency}} \\\\n                                        {{$product->lowestPricedVariant->first() ? $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\"}}\\\\n                                        @else\\\\n                                        From: {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                        $product->shop->currency}} {{ $product->lowestPricedVariant->first() ?\\\\n                                        $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\" }}\\\\n                                        @endif\\\\n                                    </div>\\\\n                                </div>\\\\n                            </div>\\\\n                        </div>\\\\n                    </a>\\\\n                </div>\\\\n            @endforeach\\\\n        </div>\\\\n        <div>\\\\n            {{ $products->links() }}\\\\n        </div>\\\\n        @else\\\\n        <div style=\\\\\\\"margin: auto;\\\\\\\">\\\\n            <h3>No Products Found</h3>\\\\n        </div>\\\\n        @endif\\\\n    </div>\\\\n</div>\\\",\\\"about_us_template\\\":\\\"<div class=\\\\\\\"u-aboutus-container\\\\\\\"> <div class=\\\\\\\"u-aboutus-row\\\\\\\"> {!! $aboutus !!} </div></div>\\\",\\\"policy_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">{!! $policy !!}</div>\\\\n</div>\\\",\\\"contact_us_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-left-cell u-size-30 u-layout-cell-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-container-layout-10\\\\\\\">\\\\n                <h2 class=\\\\\\\"u-text u-text-grey-70 u-text-8\\\\\\\">Contact us</h2>\\\\n                <h6 class=\\\\\\\"u-text u-text-grey-50 u-text-9\\\\\\\">{{$company->brand_name}}</h6>\\\\n                @if ($parentCompany->display_vendor_location)\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10\\\\\\\">{{ $company->address_line_1 ? $company->address_line_1.\\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\" }} {{ $company->address_line_2 ? $company->address_line_2 : \\\\\\\"\\\\\\\" }} <br>\\\\n                    {{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}                                        \\\\n                    </p>\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                @endif\\\\n                <div class=\\\\\\\"u-social-icons u-spacing-20 u-social-icons-1\\\\\\\">\\\\n                @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-facebook u-social-icon u-icon-2\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-50ee\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-50ee\\\\\\\"><path d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-twitter u-icon-3\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-d346\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-d346\\\\\\\"><path d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-instagram u-icon-4\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-dd2a\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-dd2a\\\\\\\"><path d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path><path d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path><path d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif                \\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-30 u-layout-cell-2\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-valign-middle u-container-layout-11\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-form u-form-2\\\\\\\">\\\\n                <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.contact\\\\\\\") }}\\\\\\\" id=\\\\\\\"st_vendor_contact_form\\\\\\\" method=\\\\\\\"POST\\\\\\\" class=\\\\\\\"u-clearfix u-form-spacing-24 u-form-vertical u-inner-form\\\\\\\" style=\\\\\\\"padding: 24px;\\\\\\\" source=\\\\\\\"custom\\\\\\\" name=\\\\\\\"form\\\\\\\">\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$shop->id}}\\\\\\\" name=\\\\\\\"shop_id\\\\\\\" >\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\" name=\\\\\\\"company_id\\\\\\\" >\\\\n                    <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_name\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Name</label>\\\\n                        <input type=\\\\\\\"text\\\\\\\" placeholder=\\\\\\\"Enter your Name\\\\\\\" id=\\\\\\\"st_contact_form_name\\\\\\\" name=\\\\\\\"name\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-4\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-email u-form-group\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_email\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Email</label>\\\\n                        <input type=\\\\\\\"email\\\\\\\" placeholder=\\\\\\\"Enter a valid email address\\\\\\\" id=\\\\\\\"st_contact_form_email\\\\\\\" name=\\\\\\\"email\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-5\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-group u-form-message\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_message\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Message</label>\\\\n                        <textarea placeholder=\\\\\\\"Enter your message\\\\\\\" rows=\\\\\\\"4\\\\\\\" cols=\\\\\\\"50\\\\\\\" id=\\\\\\\"st_contact_form_message\\\\\\\" name=\\\\\\\"message\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-6\\\\\\\" required=\\\\\\\"\\\\\\\"></textarea>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-form-group u-form-submit\\\\\\\">       \\\\n                        <input type=\\\\\\\"submit\\\\\\\" value=\\\\\\\"submit\\\\\\\" class=\\\\\\\"u-form-control\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-send-message u-form-send-success\\\\\\\"> Thank you! Your message has been sent. </div>\\\\n                    <div class=\\\\\\\"u-form-send-error u-form-send-message\\\\\\\"> Unable to send your message. Please fix errors then try again. </div>\\\\n                </form>\\\\n            </div>\\\\n    </div>\\\\n        </div>\\\\n    </div>\\\\n</div>\\\"},\\\"published_theme1_css\\\":null,\\\"unpublished_theme1_css\\\":null,\\\"published_vendor_list_template\\\":\\\"<div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2 u-section-2\\\\\\\">\\\\n    <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n      <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n        <h1 class=\\\\\\\"u-text u-text-default u-text-1\\\\\\\">{{$parentCompany->name_of_the_vendor_listing_page}}</h1>\\\\n        <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n          <form id=\\\\\\\"vendor_search_form\\\\\\\" action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.list\\\\\\\", [\\\\\\\"shop\\\\\\\" => $shop->shopify_domain]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\" source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n              <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n              <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search\\\\\\\" id=\\\\\\\"search_vendor\\\\\\\" name=\\\\\\\"search_vendor\\\\\\\" class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n            </div>\\\\n          </form>\\\\n        </div>\\\\n        <div class=\\\\\\\"loader\\\\\\\" ></div>\\\\n        <div class=\\\\\\\"u-container-layout-2 u-container-layout-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-products u-products-1\\\\\\\">                \\\\n                <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n                    @foreach($companies as $company)\\\\n                      <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2 container\\\\\\\">\\\\n                                  <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1 image-hover\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\">\\\\n                                  <h1 class=\\\\\\\"u-align-center u-product-control u-text u-text-1\\\\\\\">\\\\n                                      <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                                          {{$company->title}}\\\\n                                      </a>\\\\n                                      @if ($parentCompany->display_vendor_category && $company->vendor_category != \\\\\\\"\\\\\\\")\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->vendor_category}} </p>\\\\n                                      @endif\\\\n                                      @if ($parentCompany->display_vendor_location)\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}</p>\\\\n                                      @endif\\\\n                                  </h1>\\\\n                              </div>\\\\n                          </a>\\\\n                          @if ($parentCompany->display_vendor_short_description)\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"st-middle\\\\\\\">\\\\n                                  <div class=\\\\\\\"short-description st-white-text-overlay\\\\\\\" style=\\\\\\\"height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.4);\\\\\\\">\\\\n                                      {!! $company->short_description !!}\\\\n                                  </div>\\\\n                              </div>\\\\n                          </a>\\\\n                          @endif\\\\n                      </div>\\\\n                    @endforeach\\\\n                </div>\\\\n                <div>\\\\n                  {{ $companies->links() }}\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n      </div>\\\\n    </div>\\\\n  </div>\\\",\\\"unpublished_vendor_list_template\\\":\\\"<div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2 u-section-2\\\\\\\">\\\\n    <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n      <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n        <h1 class=\\\\\\\"u-text u-text-default u-text-1\\\\\\\">{{$parentCompany->name_of_the_vendor_listing_page}}</h1>\\\\n        <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n          <form id=\\\\\\\"vendor_search_form\\\\\\\" action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.list\\\\\\\", [\\\\\\\"shop\\\\\\\" => $shop->shopify_domain]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\" source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n              <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n              <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search\\\\\\\" id=\\\\\\\"search_vendor\\\\\\\" name=\\\\\\\"search_vendor\\\\\\\" class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n            </div>\\\\n          </form>\\\\n        </div>\\\\n        <div class=\\\\\\\"loader\\\\\\\" ></div>\\\\n        <div class=\\\\\\\"u-container-layout-2 u-container-layout-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-products u-products-1\\\\\\\">                \\\\n                <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n                    @foreach($companies as $company)\\\\n                      <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2 container\\\\\\\">\\\\n                                  <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1 image-hover\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\">\\\\n                                  <h1 class=\\\\\\\"u-align-center u-product-control u-text u-text-1\\\\\\\">\\\\n                                      <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                                          {{$company->title}}\\\\n                                      </a>\\\\n                                      @if ($parentCompany->display_vendor_category && $company->vendor_category != \\\\\\\"\\\\\\\")\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->vendor_category}} </p>\\\\n                                      @endif\\\\n                                      @if ($parentCompany->display_vendor_location)\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}</p>\\\\n                                      @endif\\\\n                                  </h1>\\\\n                              </div>\\\\n                          </a>\\\\n                          @if ($parentCompany->display_vendor_short_description)\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"st-middle\\\\\\\">\\\\n                                  <div class=\\\\\\\"short-description st-white-text-overlay\\\\\\\" style=\\\\\\\"height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.4);\\\\\\\">\\\\n                                      {!! $company->short_description !!}\\\\n                                  </div>\\\\n                              </div>\\\\n                          </a>\\\\n                          @endif\\\\n                      </div>\\\\n                    @endforeach\\\\n                </div>\\\\n                <div>\\\\n                  {{ $companies->links() }}\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n      </div>\\\\n    </div>\\\\n  </div>\\\",\\\"publish_pending\\\":false}\",\n                    \"published_and_unpublished_theme1_code_last_version\": \"{\\\"published_theme1_css\\\":null,\\\"published_theme1_template\\\":{\\\"main_page_template\\\":\\\"<div id=\\\\\\\"vendor-detail-page\\\\\\\">\\\\n    <input type=\\\\\\\"hidden\\\\\\\" id=\\\\\\\"company_id\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\">\\\\n    @if ($company->banner_link)\\\\n    <section class=\\\\\\\"u-clearfix u-section-1 bck-banner-img\\\\\\\" id=\\\\\\\"sec-44b5\\\\\\\" style=\\\\\\\"background-image: url({{$company->banner_link}});\\\\\\\">\\\\n    </section>\\\\n    @endif\\\\n    <div class=\\\\\\\"u-clearfix u-sheet u-valign-middle u-sheet-1\\\\\\\" style=\\\\\\\"min-height: 250px;\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-expanded-width u-gutter-0 u-layout-wrap u-layout-wrap-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-layout\\\\\\\">\\\\n                <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n                    <div class=\\\\\\\"u-align-center u-container-style u-layout-cell u-left-cell u-size-23 u-layout-cell-1\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\" style=\\\\\\\"height:max-content; display: flex; flex-direction: column; align-items: center; padding-right: 4rem; padding-top: 1.5rem;\\\\\\\">\\\\n                            <img alt=\\\\\\\"{{$company->title}}\\\\\\\" class=\\\\\\\"u-image u-image-circle\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\" data-image-width=\\\\\\\"150\\\\\\\" data-image-height=\\\\\\\"150\\\\\\\" style=\\\\\\\"width: 80%;\\\\\\\">\\\\n                            </img>\\\\n                             <div class=\\\\\\\"social-media-links\\\\\\\">\\\\n                            @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                            <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\">\\\\n                                    <svg class=\\\\\\\"u-svg-content\\\\\\\"  x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-0214\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#3B5998\\\\\\\" d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\">\\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-3589\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#55ACEE\\\\\\\" d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\">        \\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-d986\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                        </div>\\\\n                            @if ($parentCompany->display_vendor_location)\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-1\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}\\\\n                            </p>\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                            @endif\\\\n                        </div>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n                            <h2 style=\\\\\\\"margin-bottom: 0;\\\\\\\" class=\\\\\\\"u-text\\\\\\\">{{$company->brand_name}}</h2>\\\\n                            <p class=\\\\\\\"u-text u-text-3\\\\\\\">\\\\n                                {!! $company->about_us !!}\\\\n                            </p>\\\\n                        </div>\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </div>\\\\n    \\\\n    {{-- Tabs --}}\\\\n    <section class=\\\\\\\"u-align-center u-clearfix u-section-2\\\\\\\" id=\\\\\\\"carousel_37bc\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-tab-links-align-justify u-tabs u-tabs-1\\\\\\\" id=\\\\\\\"u-tabs\\\\\\\">\\\\n                <ul class=\\\\\\\"u-tab-list u-unstyled\\\\\\\" role=\\\\\\\"tablist\\\\\\\">\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_products_tab)\\\\n                    <li class=\\\\\\\"u-tab-item\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"active u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-1\\\\\\\" id=\\\\\\\"link-tab-products\\\\\\\" href=\\\\\\\"#tab-products\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-products\\\\\\\" aria-selected=\\\\\\\"true\\\\\\\">Products</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_policy_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-2\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-2\\\\\\\" id=\\\\\\\"link-tab-policy\\\\\\\" href=\\\\\\\"#tab-policy\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-policy\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Policy</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_about_us_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-aboutus\\\\\\\" href=\\\\\\\"#tab-aboutus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-aboutus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">About Us<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_events_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\"\\\\n                             id=\\\\\\\"link-tab-events\\\\\\\" href=\\\\\\\"#tab-events\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-events\\\\\\\"\\\\n                              aria-selected=\\\\\\\"false\\\\\\\">Events<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_contact_us_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-contactus\\\\\\\" href=\\\\\\\"#tab-contactus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-contactus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Contact Us<br>\\\\n                        </a>\\\\n                    </li>\\\\n                    @endif\\\\n                </ul>\\\\n                <div class=\\\\\\\"u-tab-content\\\\\\\">\\\\n                    <div class=\\\\\\\"u-container-style u-tab-active u-tab-pane u-white u-tab-pane-1\\\\\\\" id=\\\\\\\"tab-products\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-products\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-container-style u-tab-pane u-white u-tab-pane-2\\\\\\\" id=\\\\\\\"tab-policy\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-policy\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-aboutus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-aboutus\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-events\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-events\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white u-tab-pane-5\\\\\\\" id=\\\\\\\"tab-contactus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-contactus\\\\\\\">\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </section>\\\\n</div>\\\",\\\"product_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\">\\\\n    <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n        <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.details\\\\\\\", [\\\\\\\"shopDomain\\\\\\\" => $shop->shopify_domain,\\\\n        \\\\\\\"vendorTitle\\\\\\\"=>$vendorTitle, \\\\\\\"action\\\\\\\"=>\\\\\\\"products\\\\\\\"]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" id=\\\\\\\"search_product_form\\\\\\\"\\\\n        class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\"\\\\n        source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: left;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n                <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search Product\\\\\\\" id=\\\\\\\"st_search_product\\\\\\\" name=\\\\\\\"search_product\\\\\\\"\\\\n                class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n                <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$tags}}\\\\\\\" id=\\\\\\\"st_search_product_by_tag\\\\\\\" name=\\\\\\\"search_product_by_tag\\\\\\\">\\\\n            </div>\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: right;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control u-label\\\\\\\" style=\\\\\\\"margin-left: auto;\\\\\\\">Sort By</label>\\\\n                <select name=\\\\\\\"sort_by\\\\\\\" id=\\\\\\\"st_product_list_sort_by\\\\\\\" class=\\\\\\\"filters-toolbar__input\\\\\\\" aria-describedby=\\\\\\\"a11y-refresh-page-message \\\\n                a11y-selection-message\\\\\\\" data-default-sortby=\\\\\\\"title-descending\\\\\\\">\\\\n                    <option value=\\\\\\\"title-ascending\\\\\\\" {{$orderBy == \\\\\\\"title-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, A-Z</option>\\\\n                    <option value=\\\\\\\"title-descending\\\\\\\" {{$orderBy == \\\\\\\"title-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, Z-A</option>\\\\n                    <option value=\\\\\\\"price-ascending\\\\\\\" {{$orderBy == \\\\\\\"price-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price , Low To High</option>\\\\n                    <option value=\\\\\\\"price-descending\\\\\\\" {{$orderBy == \\\\\\\"price-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price, High To Low</option>\\\\n                    <option value=\\\\\\\"best-selling\\\\\\\" {{$orderBy == \\\\\\\"best-selling\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Best Selling</option>\\\\n                    <option value=\\\\\\\"date-ascending\\\\\\\" {{$orderBy == \\\\\\\"date-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, New To Old</option>\\\\n                    <option value=\\\\\\\"date-descending\\\\\\\" {{$orderBy == \\\\\\\"date-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, Old To New</option>\\\\n                </select>\\\\n            </div>\\\\n            <div style=\\\\\\\"clear: both;\\\\\\\"></div>\\\\n        </form>\\\\n    </div>\\\\n    <div class=\\\\\\\"u-products u-products-1\\\\\\\">\\\\n        <div class=\\\\\\\"loader hide\\\\\\\"></div>\\\\n        @if ($products && sizeof($products) > 0)\\\\n        <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n            @foreach($products as $product)\\\\n                <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                    <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/products/{{$product->handle}}\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2\\\\\\\">\\\\n                            <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1\\\\\\\" \\\\n                            src=\\\\\\\"{{$product->image}}\\\\\\\">\\\\n                            @if($parentCompany->handle_out_of_stock_products == \\\\\\\"list_out_of_stock_products_with_out_of_stock_label\\\\\\\" && $product->isOutOfStock())\\\\n                                <p class=\\\\\\\"hidden-text u-out-of-stock-text\\\\\\\">OUT OF STOCK</p>\\\\n                            @endif\\\\n\\\\n                            <div class=\\\\\\\"u-product-control u-product-price u-product-price-1\\\\\\\">\\\\n                                <div class=\\\\\\\"u-price-wrapper u-spacing-10\\\\\\\">\\\\n                                    <div class=\\\\\\\"u-price u-text-palette-2-base\\\\\\\" style=\\\\\\\"font-weight: 700;\\\\\\\">\\\\n                                        <p class=\\\\\\\"u-product-title text-muted\\\\\\\" style=\\\\\\\"text-decoration: none;\\\\\\\">\\\\n                                            {{$product->title}}\\\\n                                        </p>\\\\n                                        @if($product->has_only_default_variant)\\\\n                                        {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                         $product->shop->currency}} \\\\n                                        {{$product->lowestPricedVariant->first() ? $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\"}}\\\\n                                        @else\\\\n                                        From: {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                        $product->shop->currency}} {{ $product->lowestPricedVariant->first() ?\\\\n                                        $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\" }}\\\\n                                        @endif\\\\n                                    </div>\\\\n                                </div>\\\\n                            </div>\\\\n                        </div>\\\\n                    </a>\\\\n                </div>\\\\n            @endforeach\\\\n        </div>\\\\n        <div>\\\\n            {{ $products->links() }}\\\\n        </div>\\\\n        @else\\\\n        <div style=\\\\\\\"margin: auto;\\\\\\\">\\\\n            <h3>No Products Found</h3>\\\\n        </div>\\\\n        @endif\\\\n    </div>\\\\n</div>\\\",\\\"about_us_template\\\":\\\"<div class=\\\\\\\"u-aboutus-container\\\\\\\"> <div class=\\\\\\\"u-aboutus-row\\\\\\\"> {!! $aboutus !!} </div></div>\\\",\\\"policy_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">{!! $policy !!}</div>\\\\n</div>\\\",\\\"contact_us_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-left-cell u-size-30 u-layout-cell-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-container-layout-10\\\\\\\">\\\\n                <h2 class=\\\\\\\"u-text u-text-grey-70 u-text-8\\\\\\\">Contact us</h2>\\\\n                <h6 class=\\\\\\\"u-text u-text-grey-50 u-text-9\\\\\\\">{{$company->brand_name}}</h6>\\\\n                @if ($parentCompany->display_vendor_location)\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10\\\\\\\">{{ $company->address_line_1 ? $company->address_line_1.\\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\" }} {{ $company->address_line_2 ? $company->address_line_2 : \\\\\\\"\\\\\\\" }} <br>\\\\n                    {{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}                                        \\\\n                    </p>\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                @endif\\\\n                <div class=\\\\\\\"u-social-icons u-spacing-20 u-social-icons-1\\\\\\\">\\\\n                @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-facebook u-social-icon u-icon-2\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-50ee\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-50ee\\\\\\\"><path d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-twitter u-icon-3\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-d346\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-d346\\\\\\\"><path d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-instagram u-icon-4\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-dd2a\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-dd2a\\\\\\\"><path d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path><path d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path><path d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif                \\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-30 u-layout-cell-2\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-valign-middle u-container-layout-11\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-form u-form-2\\\\\\\">\\\\n                <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.contact\\\\\\\") }}\\\\\\\" id=\\\\\\\"st_vendor_contact_form\\\\\\\" method=\\\\\\\"POST\\\\\\\" class=\\\\\\\"u-clearfix u-form-spacing-24 u-form-vertical u-inner-form\\\\\\\" style=\\\\\\\"padding: 24px;\\\\\\\" source=\\\\\\\"custom\\\\\\\" name=\\\\\\\"form\\\\\\\">\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$shop->id}}\\\\\\\" name=\\\\\\\"shop_id\\\\\\\" >\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\" name=\\\\\\\"company_id\\\\\\\" >\\\\n                    <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_name\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Name</label>\\\\n                        <input type=\\\\\\\"text\\\\\\\" placeholder=\\\\\\\"Enter your Name\\\\\\\" id=\\\\\\\"st_contact_form_name\\\\\\\" name=\\\\\\\"name\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-4\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-email u-form-group\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_email\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Email</label>\\\\n                        <input type=\\\\\\\"email\\\\\\\" placeholder=\\\\\\\"Enter a valid email address\\\\\\\" id=\\\\\\\"st_contact_form_email\\\\\\\" name=\\\\\\\"email\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-5\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-group u-form-message\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_message\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Message</label>\\\\n                        <textarea placeholder=\\\\\\\"Enter your message\\\\\\\" rows=\\\\\\\"4\\\\\\\" cols=\\\\\\\"50\\\\\\\" id=\\\\\\\"st_contact_form_message\\\\\\\" name=\\\\\\\"message\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-6\\\\\\\" required=\\\\\\\"\\\\\\\"></textarea>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-form-group u-form-submit\\\\\\\">       \\\\n                        <input type=\\\\\\\"submit\\\\\\\" value=\\\\\\\"submit\\\\\\\" class=\\\\\\\"u-form-control\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-send-message u-form-send-success\\\\\\\"> Thank you! Your message has been sent. </div>\\\\n                    <div class=\\\\\\\"u-form-send-error u-form-send-message\\\\\\\"> Unable to send your message. Please fix errors then try again. </div>\\\\n                </form>\\\\n            </div>\\\\n    </div>\\\\n        </div>\\\\n    </div>\\\\n</div>\\\"},\\\"published_vendor_list_template\\\":\\\"<div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2 u-section-2\\\\\\\">\\\\n    <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n      <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n        <h1 class=\\\\\\\"u-text u-text-default u-text-1\\\\\\\">{{$parentCompany->name_of_the_vendor_listing_page}}</h1>\\\\n        <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n          <form id=\\\\\\\"vendor_search_form\\\\\\\" action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.list\\\\\\\", [\\\\\\\"shop\\\\\\\" => $shop->shopify_domain]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\" source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n              <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n              <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search\\\\\\\" id=\\\\\\\"search_vendor\\\\\\\" name=\\\\\\\"search_vendor\\\\\\\" class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n            </div>\\\\n          </form>\\\\n        </div>\\\\n        <div class=\\\\\\\"loader\\\\\\\" ></div>\\\\n        <div class=\\\\\\\"u-container-layout-2 u-container-layout-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-products u-products-1\\\\\\\">                \\\\n                <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n                    @foreach($companies as $company)\\\\n                      <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2 container\\\\\\\">\\\\n                                  <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1 image-hover\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\">\\\\n                                  <h1 class=\\\\\\\"u-align-center u-product-control u-text u-text-1\\\\\\\">\\\\n                                      <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                                          {{$company->title}}\\\\n                                      </a>\\\\n                                      @if ($parentCompany->display_vendor_category && $company->vendor_category != \\\\\\\"\\\\\\\")\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->vendor_category}} </p>\\\\n                                      @endif\\\\n                                      @if ($parentCompany->display_vendor_location)\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}</p>\\\\n                                      @endif\\\\n                                  </h1>\\\\n                              </div>\\\\n                          </a>\\\\n                          @if ($parentCompany->display_vendor_short_description)\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"st-middle\\\\\\\">\\\\n                                  <div class=\\\\\\\"short-description st-white-text-overlay\\\\\\\" style=\\\\\\\"height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.4);\\\\\\\">\\\\n                                      {!! $company->short_description !!}\\\\n                                  </div>\\\\n                              </div>\\\\n                          </a>\\\\n                          @endif\\\\n                      </div>\\\\n                    @endforeach\\\\n                </div>\\\\n                <div>\\\\n                  {{ $companies->links() }}\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n      </div>\\\\n    </div>\\\\n  </div>\\\"}\",\n                    \"left_days_14_day_trial\": null,\n                    \"currency_country\": {\n                        \"id\": 98,\n                        \"name\": \"India\",\n                        \"code\": \"IN\",\n                        \"dial_code\": \"+91\",\n                        \"currency_name\": \"Indian rupee\",\n                        \"currency_symbol\": \"Rs.\",\n                        \"currency_code\": \"INR\",\n                        \"created_at\": null,\n                        \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                        \"name_with_symbole\": \"Indian rupee - Rs.\"\n                    }\n                }\n            },\n            \"vendor_line_item\": {\n                \"total_discount\": 0,\n                \"order_discount\": 0,\n                \"sku\": \"All Field Test product22-white-extra large\",\n                \"quantity\": 1,\n                \"price\": 10,\n                \"title\": \"All Field Test product22\",\n                \"id\": 9351899,\n                \"product_id\": 9599632802095,\n                \"variant_id\": 22494322,\n                \"company_id\": 234956,\n                \"shipping_price\": \"0\",\n                \"total_value_including_tax\": 0,\n                \"taxable_price\": 0,\n                \"line_item_tax\": 0,\n                \"sku_barcode\": \"All Field Test product22-white-extra large</br>\",\n                \"shop\": null,\n                \"variant\": {\n                    \"id\": 22494322,\n                    \"title\": \"white / extra large\",\n                    \"price\": \"10.00\",\n                    \"sku\": \"All Field Test product22-white-extra large\",\n                    \"position\": 20,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": \"10.00\",\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"white\",\n                    \"option2\": \"extra large\",\n                    \"option3\": null,\n                    \"barcode\": \"\",\n                    \"grams\": \"0\",\n                    \"image_id\": null,\n                    \"weight\": \"0\",\n                    \"inventory_item_id\": \"50408304804143\",\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/48363850400047\",\n                    \"created_at\": \"2024-01-01T08:54:07.000000Z\",\n                    \"updated_at\": \"2024-01-01T08:57:42.000000Z\",\n                    \"deleted_at\": null,\n                    \"product_id\": 8106189,\n                    \"taxable\": true,\n                    \"requires_shipping\": null,\n                    \"weight_unit\": \"kg\",\n                    \"inventory_quantity\": \"9\",\n                    \"old_inventory_quantity\": null,\n                    \"product_purchase_cost\": \"0\",\n                    \"actual_product_weight\": \"0\",\n                    \"vendor_id\": null,\n                    \"provider\": null,\n                    \"company_id\": 234956,\n                    \"hsn_sku_id\": null,\n                    \"channel_id\": \"48363850400047\",\n                    \"channel\": \"shopify\",\n                    \"store_id\": null,\n                    \"image\": null,\n                    \"channel_variant_id\": \"22628295\",\n                    \"extra_information\": null,\n                    \"deactivated_at\": true,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"shop_id\": 4147,\n                    \"tax_id\": null,\n                    \"body_html\": \"\",\n                    \"commission\": null,\n                    \"fixed_commission\": 0,\n                    \"override_commission\": false,\n                    \"parent_id\": 212738,\n                    \"product_code_name\": \"All Field Test product22-white-extra large</br>All Field Test product22</br>white,extra large\",\n                    \"product_variant_title\": \"All Field Test product22 - white / extra large\",\n                    \"product_type\": \"configurable\",\n                    \"product_type_id\": 133935,\n                    \"file_id\": null,\n                    \"option_name_1\": null,\n                    \"option_name_2\": null,\n                    \"option_name_3\": null,\n                    \"delivery_profile_id\": null,\n                    \"delivery_profile_provider_id\": null,\n                    \"vendor_shop_variant_id\": null,\n                    \"shopify_meta_data\": null,\n                    \"new_variant_sent\": 0,\n                    \"image_link\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-13_2.jpg?v=1704099244\",\n                    \"overridden_commission_level\": \"global\",\n                    \"overridden_commission\": \"15\",\n                    \"overridden_fixed_commission\": 10,\n                    \"file_history\": null,\n                    \"product\": {\n                        \"id\": 8106189,\n                        \"title\": \"All Field Test product22\",\n                        \"body_html\": \"\",\n                        \"vendor\": \"Magento0\",\n                        \"product_type\": {\n                            \"id\": 133935,\n                            \"channel\": \"shopify\",\n                            \"shop_id\": 4147,\n                            \"title\": \"configurable\",\n                            \"commission\": null,\n                            \"created_at\": \"2023-09-30T12:15:45.000000Z\",\n                            \"updated_at\": \"2023-09-30T12:15:45.000000Z\",\n                            \"fixed_commission\": 0,\n                            \"override_commission\": false,\n                            \"overridden_commission_level\": \"global\",\n                            \"overridden_commission\": \"15\",\n                            \"overridden_fixed_commission\": 10,\n                            \"global_commission_level\": \"global\",\n                            \"global_commission\": \"15\",\n                            \"global_fixed_commission\": 10\n                        },\n                        \"handle\": \"all-field-test-product22\",\n                        \"published_at\": \"2024-01-01 14:24:00\",\n                        \"template_suffix\": null,\n                        \"tags\": \"All Field Test product22\",\n                        \"published_scope\": null,\n                        \"admin_graphql_api_id\": \"gid://shopify/Product/9599632802095\",\n                        \"image\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-13_2.jpg?v=1704099244\",\n                        \"created_at\": \"2024-01-01T08:54:06.000000Z\",\n                        \"updated_at\": \"2024-01-01T09:00:21.000000Z\",\n                        \"deleted_at\": null,\n                        \"vendor_id\": 234956,\n                        \"provider\": null,\n                        \"company_id\": 234956,\n                        \"channel_id\": \"9599632802095\",\n                        \"store_id\": null,\n                        \"product_image_link\": null,\n                        \"channel_product_id\": 8099317,\n                        \"channel\": \"shopify\",\n                        \"sku\": null,\n                        \"shop_id\": 4147,\n                        \"tax_id\": null,\n                        \"product_type_id\": 133935,\n                        \"parent_id\": 212738,\n                        \"images\": [\n                            {\n                                \"id\": 44020661911855,\n                                \"alt\": null,\n                                \"src\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-13_2.jpg?v=1704099244\",\n                                \"width\": 1080,\n                                \"height\": 1080,\n                                \"position\": 1,\n                                \"created_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"product_id\": 9599632802095,\n                                \"updated_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"variant_ids\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/ProductImage/44020661911855\"\n                            },\n                            {\n                                \"id\": 44020661813551,\n                                \"alt\": null,\n                                \"src\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-12_5.jpg?v=1704099244\",\n                                \"width\": 1080,\n                                \"height\": 1080,\n                                \"position\": 2,\n                                \"created_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"product_id\": 9599632802095,\n                                \"updated_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"variant_ids\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/ProductImage/44020661813551\"\n                            },\n                            {\n                                \"id\": 44020661780783,\n                                \"alt\": null,\n                                \"src\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-11_5.jpg?v=1704099244\",\n                                \"width\": 1080,\n                                \"height\": 1080,\n                                \"position\": 3,\n                                \"created_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"product_id\": 9599632802095,\n                                \"updated_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"variant_ids\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/ProductImage/44020661780783\"\n                            },\n                            {\n                                \"id\": 44020661879087,\n                                \"alt\": null,\n                                \"src\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-10_f52a5a92-c15d-4445-a981-bd2251def6fa.jpg?v=1704099244\",\n                                \"width\": 1080,\n                                \"height\": 1080,\n                                \"position\": 4,\n                                \"created_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"product_id\": 9599632802095,\n                                \"updated_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"variant_ids\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/ProductImage/44020661879087\"\n                            },\n                            {\n                                \"id\": 44020661944623,\n                                \"alt\": null,\n                                \"src\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-9_c2a0ba5a-46c8-462e-bad6-b4bcfea883bb.jpg?v=1704099245\",\n                                \"width\": 1080,\n                                \"height\": 1080,\n                                \"position\": 5,\n                                \"created_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"product_id\": 9599632802095,\n                                \"updated_at\": \"2024-01-01T14:24:05+05:30\",\n                                \"variant_ids\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/ProductImage/44020661944623\"\n                            },\n                            {\n                                \"id\": 44020661977391,\n                                \"alt\": null,\n                                \"src\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-8_6729f903-3847-47b2-82f8-07bf9ea60c54.jpg?v=1704099245\",\n                                \"width\": 1080,\n                                \"height\": 1080,\n                                \"position\": 6,\n                                \"created_at\": \"2024-01-01T14:24:05+05:30\",\n                                \"product_id\": 9599632802095,\n                                \"updated_at\": \"2024-01-01T14:24:05+05:30\",\n                                \"variant_ids\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/ProductImage/44020661977391\"\n                            },\n                            {\n                                \"id\": 44020661846319,\n                                \"alt\": null,\n                                \"src\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-7_36b61da0-7175-4670-b1ac-69207b43a9cd.jpg?v=1704099245\",\n                                \"width\": 1080,\n                                \"height\": 1080,\n                                \"position\": 7,\n                                \"created_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"product_id\": 9599632802095,\n                                \"updated_at\": \"2024-01-01T14:24:05+05:30\",\n                                \"variant_ids\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/ProductImage/44020661846319\"\n                            }\n                        ],\n                        \"options\": [\n                            {\n                                \"id\": 11918634680623,\n                                \"name\": \"Color\",\n                                \"values\": [\n                                    \"black\",\n                                    \"new color\",\n                                    \"green\",\n                                    \"red\",\n                                    \"white\"\n                                ],\n                                \"position\": 1,\n                                \"product_id\": 9599632802095\n                            },\n                            {\n                                \"id\": 11918634713391,\n                                \"name\": \"size\",\n                                \"values\": [\n                                    \"medium\",\n                                    \"large\",\n                                    \"small\",\n                                    \"extra large\"\n                                ],\n                                \"position\": 2,\n                                \"product_id\": 9599632802095\n                            }\n                        ],\n                        \"has_only_default_variant\": false,\n                        \"meta_data\": {\n                            \"badge\": {\n                                \"id\": \"gid://shopify/Metafield/32974825423151\",\n                                \"key\": \"badge\",\n                                \"value\": null,\n                                \"name_slug\": \"badge\",\n                                \"namespace\": \"judgeme\"\n                            },\n                            \"widget\": {\n                                \"id\": \"gid://shopify/Metafield/32974825455919\",\n                                \"key\": \"widget\",\n                                \"value\": null,\n                                \"name_slug\": \"widget\",\n                                \"namespace\": \"judgeme\"\n                            }\n                        },\n                        \"status\": \"active\",\n                        \"vendor_shop_product_id\": null,\n                        \"shopify_meta_data\": null,\n                        \"image_link\": null,\n                        \"images_link\": null,\n                        \"uploaded_images\": [],\n                        \"media\": []\n                    },\n                    \"company\": {\n                        \"id\": 234956,\n                        \"company_name\": null,\n                        \"brand_name\": \"Magento0\",\n                        \"company_logo\": null,\n                        \"contact_name\": null,\n                        \"phone_number\": null,\n                        \"email\": null,\n                        \"address_line_1\": null,\n                        \"address_line_2\": null,\n                        \"pin_code\": null,\n                        \"city\": null,\n                        \"created_at\": \"2023-12-27T11:06:45.000000Z\",\n                        \"updated_at\": \"2024-01-01T08:32:49.000000Z\",\n                        \"state_id\": null,\n                        \"gstin_number\": null,\n                        \"invoice_prefix\": null,\n                        \"starting_invoice_number\": null,\n                        \"terms_and_conditions\": null,\n                        \"bank_account_beneficiary_name\": null,\n                        \"bank_account_name\": null,\n                        \"ifsc_code\": null,\n                        \"label_company_name\": null,\n                        \"label_contact_name\": null,\n                        \"label_phone\": null,\n                        \"label_email_address\": null,\n                        \"label_address_line_1\": null,\n                        \"label_address_line_2\": null,\n                        \"label_pin_code\": null,\n                        \"label_city\": null,\n                        \"label_state\": null,\n                        \"signature\": null,\n                        \"currency\": null,\n                        \"weight\": null,\n                        \"measurement\": null,\n                        \"gst_enabled\": false,\n                        \"override_channel_product_weight_enabled\": false,\n                        \"label_details_same_as_company\": true,\n                        \"multi_vendor_invoicing_enabled\": true,\n                        \"multi_vendor_shipping_enabled\": true,\n                        \"is_master\": null,\n                        \"invoice_number_same_as_order_number\": true,\n                        \"enable_disable_cod_reconciliation\": false,\n                        \"enable_disable_freight_reconciliation\": false,\n                        \"cod_tolerance\": null,\n                        \"freight_tolerance\": null,\n                        \"is_multi_vendor_enabled\": true,\n                        \"invoice_message\": null,\n                        \"inclusive_exclusive\": null,\n                        \"is_tax_on_shipping\": \"no\",\n                        \"tax_on_shipping\": null,\n                        \"primary_color\": \"#f18024\",\n                        \"secondary_color\": null,\n                        \"display_hsn\": true,\n                        \"website\": null,\n                        \"country\": null,\n                        \"type_of_vendor\": \"dropshipper\",\n                        \"invoice_message_2\": null,\n                        \"title\": \"Magento0\",\n                        \"parent_id\": 212738,\n                        \"extra_information\": null,\n                        \"invoice_date\": \"invoice_creation_date\",\n                        \"number_of_digits\": \"0\",\n                        \"invoice_message_1\": null,\n                        \"created_by\": null,\n                        \"updated_by\": 28344,\n                        \"invoice_contact_name\": null,\n                        \"invoice_address_1\": null,\n                        \"invoice_address_2\": null,\n                        \"invoice_postal_code\": null,\n                        \"invoice_city\": null,\n                        \"invoice_phone_number\": null,\n                        \"invoice_tin\": null,\n                        \"timezone\": \"Asia/Kolkata\",\n                        \"hand_delivered_enabled\": true,\n                        \"other_courier_partner_enabled\": true,\n                        \"billing_address_same_as_company_details\": true,\n                        \"deactivated_at\": null,\n                        \"state_code\": null,\n                        \"automatically_sync_vendor_name_from_store\": true,\n                        \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                        \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                        \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                        \"correct_all_errors_in_order\": false,\n                        \"generate_shipping_labels_for_orders\": false,\n                        \"generate_invoices_for_dropship_orders\": false,\n                        \"can_vendor_enable_disable_product\": false,\n                        \"can_vendor_edit_quantity_product\": false,\n                        \"can_vendor_edit_weight_dimension_product\": false,\n                        \"can_vendor_edit_tax_product\": true,\n                        \"set_vendor_level_commission\": false,\n                        \"commission\": null,\n                        \"discount_shared_by_vendor\": null,\n                        \"commission_calculated_on_product_price_discounted_price\": null,\n                        \"set_vendor_level_shared_discount\": false,\n                        \"set_vendor_level_commissoin_calculated_on\": false,\n                        \"use_shop_channel_values_to_set_commission\": true,\n                        \"can_vendor_generate_invoice\": false,\n                        \"can_vendor_process_shippings\": false,\n                        \"can_vendor_edit_hsn_tax\": false,\n                        \"can_vendor_add_courier_provider\": false,\n                        \"default_vendor_type\": \"dropshipper\",\n                        \"no_of_deciaml_digits\": 2,\n                        \"credits\": 0,\n                        \"plan_id\": null,\n                        \"requested_plan_id\": null,\n                        \"override_invoice_permissions\": false,\n                        \"override_product_permissions\": false,\n                        \"override_order_routing_permissions\": false,\n                        \"override_shipping_permissions\": false,\n                        \"slug\": \"magento0-234956\",\n                        \"commission_calculated_tax_type\": \"exclusive_of_tax\",\n                        \"shipping_charge_commission_type\": \"fixed\",\n                        \"shipping_charge_commission\": 0,\n                        \"override_commission_calculated_tax_type\": false,\n                        \"override_shipping_charge_commission_type\": false,\n                        \"override_shipping_charge_commission\": 0,\n                        \"auto_email_to_vendor\": false,\n                        \"fixed_commission\": 0,\n                        \"service_charge\": 0,\n                        \"can_vendor_edit_price\": false,\n                        \"can_vendor_delete_product\": false,\n                        \"show_logo_in_awb\": false,\n                        \"hide_pick_address_in_awb\": true,\n                        \"hide_customer_info_in_awb\": true,\n                        \"hide_price_in_awb\": false,\n                        \"hide_customer_information_on_vendor_dashboards\": false,\n                        \"allow_merchant_to_generate_invoice\": false,\n                        \"show_merchant_logo_in_invoice\": false,\n                        \"locale\": \"en\",\n                        \"use_custom_waybill\": false,\n                        \"redirect_url\": \"dashboard\",\n                        \"invoice_state_code\": null,\n                        \"invoice_country_code\": null,\n                        \"stripe_account_id\": null,\n                        \"url_to_redirect_vendor_is_registered\": null,\n                        \"enable_app_shipping_profile_on_shopify\": null,\n                        \"policy\": null,\n                        \"css\": null,\n                        \"vendor_profile_color\": \"#f18024\",\n                        \"about_us\": null,\n                        \"facebook_link\": null,\n                        \"twitter_link\": null,\n                        \"instagram_link\": null,\n                        \"auto_fulfill_digital_orders\": false,\n                        \"use_default_warehouse_for_all_orders\": false,\n                        \"invoice_label_header_title\": null,\n                        \"invoice_place_of_supply\": null,\n                        \"invoice_cin_key_title\": null,\n                        \"invoice_cin\": null,\n                        \"give_vendor_access_to_merchant_shipper\": false,\n                        \"auto_generate_order_invoices_to_customers\": false,\n                        \"auto_email_order_invoices_to_customers\": false,\n                        \"treat_manual_payment_mode_as_cod\": false,\n                        \"fulfill_order_after_confirm\": false,\n                        \"add_notes_before_confirming_orders\": false,\n                        \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                        \"note_at_the_top_of_invoice\": null,\n                        \"vendor_shop_id\": null,\n                        \"vendor_category\": null,\n                        \"vendor_location\": null,\n                        \"short_description\": null,\n                        \"display_vendor_category\": false,\n                        \"display_vendor_location\": false,\n                        \"display_vendor_short_description\": false,\n                        \"name_of_the_vendor_listing_page\": null,\n                        \"sync_settings\": {\n                            \"update_settings\": {\n                                \"title\": false,\n                                \"variant_name\": false,\n                                \"price\": true,\n                                \"weight\": false,\n                                \"sku\": false,\n                                \"description\": false,\n                                \"publish_status\": false,\n                                \"product_type\": false,\n                                \"barcode\": false,\n                                \"media\": false,\n                                \"compare_at_price\": true,\n                                \"quantity\": true,\n                                \"track_quantity_and_continue_selling_when_out_of_stock\": false,\n                                \"hsn_code_and_country_of_origin\": false,\n                                \"tags\": true\n                            },\n                            \"create_settings\": {\n                                \"title\": true,\n                                \"variant_name\": true,\n                                \"price\": true,\n                                \"weight\": true,\n                                \"sku\": true,\n                                \"description\": true,\n                                \"publish_status\": true,\n                                \"product_type\": true,\n                                \"barcode\": true,\n                                \"media\": true,\n                                \"compare_at_price\": true,\n                                \"quantity\": true,\n                                \"track_quantity_and_continue_selling_when_out_of_stock\": true,\n                                \"hsn_code_and_country_of_origin\": true,\n                                \"tags\": true\n                            },\n                            \"override_product_status_at_create\": false,\n                            \"product_status\": \"as_per_vendor_product\",\n                            \"enable_order_sync\": false,\n                            \"push_only_if_order_paid\": false,\n                            \"push_unsynced_product_order\": false,\n                            \"auto_add_variant\": true,\n                            \"auto_remove_variant\": true,\n                            \"strictKeyCheck\": false,\n                            \"on_product_delete\": \"do_nothing\",\n                            \"on_product_unmapped\": \"do_nothing\"\n                        },\n                        \"override_hide_customer_information_permissions\": false,\n                        \"can_vendor_cancel_an_order\": false,\n                        \"hide_shipping_charges\": false,\n                        \"add_insurance_to_shipment\": 0,\n                        \"meta_title\": null,\n                        \"registration_link\": null,\n                        \"auto_approval_of_products_from_vendor\": true,\n                        \"ignore_selling_price_for_commission\": 0,\n                        \"shipping_label_check\": {\n                            \"email\": false,\n                            \"phone\": false,\n                            \"address_line_1\": false,\n                            \"address_line_2\": false,\n                            \"address_line_1_minimum\": null,\n                            \"address_line_1_maximum\": null,\n                            \"address_line_2_minimum\": null,\n                            \"address_line_2_maximum\": null\n                        },\n                        \"shipping_label_size\": \"smalllabel\",\n                        \"paypal_email\": null,\n                        \"use_custom_email_driver\": false,\n                        \"ignore_order_splitting\": false,\n                        \"hide_customer_information_on_vendor_dashboard\": {\n                            \"name\": false,\n                            \"phone\": false,\n                            \"address\": false,\n                            \"email\": false,\n                            \"city\": false,\n                            \"state\": false\n                        },\n                        \"hide_customer_information_in_awb\": {\n                            \"name\": false,\n                            \"phone\": false,\n                            \"address\": false,\n                            \"email\": false,\n                            \"city\": false,\n                            \"state\": false,\n                            \"line_items\": false,\n                            \"vendor_name\": false,\n                            \"sku\": false,\n                            \"weight_dimension\": false\n                        },\n                        \"hide_customer_information_in_invoice\": {\n                            \"name\": false,\n                            \"phone\": false,\n                            \"address\": false,\n                            \"email\": false,\n                            \"city\": false,\n                            \"state\": false\n                        },\n                        \"vendor_profile_settings\": {\n                            \"seller_products_tab\": true,\n                            \"seller_policy_tab\": true,\n                            \"seller_contact_us_tab\": true\n                        },\n                        \"challan_message_1\": null,\n                        \"challan_message_2\": null,\n                        \"challan_prefix\": null,\n                        \"challan_number_same_as_invoice_number\": true,\n                        \"default_label_size_for_all_vendors\": false,\n                        \"hide_customer_information_in_export\": {\n                            \"name\": false,\n                            \"phone\": false,\n                            \"address\": false,\n                            \"email\": false,\n                            \"city\": false,\n                            \"state\": false\n                        },\n                        \"product_permissions\": null,\n                        \"hide_product_details_in_awb\": false,\n                        \"hide_invoice_details_in_awb\": false,\n                        \"company_note\": null,\n                        \"meta_data\": null,\n                        \"color_theme_field\": \"light.orange\",\n                        \"change_tracking_url\": false,\n                        \"ship_to_address_as_merchants_default_warehouse\": false,\n                        \"can_vendor_hold_an_order\": false,\n                        \"handle_out_of_stock_products\": null,\n                        \"allow_vendors_to_change_vendor_profile_details\": false,\n                        \"whatsapp_account\": null,\n                        \"vendor_profile_theme_choosen\": \"theme-1\",\n                        \"whatsapp_credit\": 100,\n                        \"test_whatsapp_number\": null,\n                        \"spoc_email_sending_method\": null,\n                        \"connected_vendor_shops\": null,\n                        \"events\": null,\n                        \"commission_automation_set\": null,\n                        \"auto_confirmation_using_tags_settings\": {\n                            \"tags_settings_status\": false,\n                            \"paid\": false,\n                            \"tags_for_paid\": [],\n                            \"cod_or_partially_paid\": false,\n                            \"tags_for_cod_or_partially_paid\": [],\n                            \"Exceptions_for_paid\": false,\n                            \"Exceptions_for_paid_tags\": [],\n                            \"Exceptions_for_cod_or_partially_paid\": false,\n                            \"Exceptions_for_cod_or_partially_paid_tags\": []\n                        },\n                        \"preferred_location\": null,\n                        \"email_credit\": null,\n                        \"logo\": null,\n                        \"logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                        \"is_general_setting_done\": true,\n                        \"is_invoice_setting_done\": true,\n                        \"is_label_setting_done\": false,\n                        \"is_gst_enabled\": false,\n                        \"billing_detail\": \"\",\n                        \"warehouse_address\": \"</br>\",\n                        \"contact_information\": \"\",\n                        \"status\": \"Active\",\n                        \"global_commission\": \"15\",\n                        \"global_discount_shared_by_vendor\": \"0\",\n                        \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                        \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                        \"global_shipping_charge_commission_type\": \"fixed\",\n                        \"global_shipping_charge_commission\": 50,\n                        \"global_fixed_commission\": 10,\n                        \"is_drop_shipper\": true,\n                        \"state\": null,\n                        \"first_email\": [\n                            \"het.shipturtle@gmail.com\"\n                        ],\n                        \"invoice_state\": null,\n                        \"banner\": null,\n                        \"banner_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                        \"frontend_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                        \"navbar_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                        \"email_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                        \"invoice_country_detail\": null,\n                        \"commission_tags\": null,\n                        \"parent\": {\n                            \"id\": 212738,\n                            \"company_name\": \"kapil\",\n                            \"brand_name\": \"violetplants\",\n                            \"company_logo\": null,\n                            \"contact_name\": \"Chahar\",\n                            \"phone_number\": null,\n                            \"email\": \"het.shipturtle@gmail.com\",\n                            \"address_line_1\": \"Est\",\n                            \"address_line_2\": \"Test\",\n                            \"pin_code\": \"411018\",\n                            \"city\": \"Pune\",\n                            \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                            \"updated_at\": \"2024-01-02T06:35:02.000000Z\",\n                            \"state_id\": null,\n                            \"gstin_number\": \"1234\",\n                            \"invoice_prefix\": \"Invoice\",\n                            \"starting_invoice_number\": \"26\",\n                            \"terms_and_conditions\": null,\n                            \"bank_account_beneficiary_name\": null,\n                            \"bank_account_name\": null,\n                            \"ifsc_code\": null,\n                            \"label_company_name\": null,\n                            \"label_contact_name\": null,\n                            \"label_phone\": null,\n                            \"label_email_address\": null,\n                            \"label_address_line_1\": null,\n                            \"label_address_line_2\": null,\n                            \"label_pin_code\": null,\n                            \"label_city\": null,\n                            \"label_state\": null,\n                            \"signature\": null,\n                            \"currency\": \"INR\",\n                            \"weight\": null,\n                            \"measurement\": null,\n                            \"gst_enabled\": true,\n                            \"override_channel_product_weight_enabled\": true,\n                            \"label_details_same_as_company\": true,\n                            \"multi_vendor_invoicing_enabled\": false,\n                            \"multi_vendor_shipping_enabled\": false,\n                            \"is_master\": \"1\",\n                            \"invoice_number_same_as_order_number\": true,\n                            \"enable_disable_cod_reconciliation\": true,\n                            \"enable_disable_freight_reconciliation\": true,\n                            \"cod_tolerance\": \"5\",\n                            \"freight_tolerance\": \"2\",\n                            \"is_multi_vendor_enabled\": true,\n                            \"invoice_message\": null,\n                            \"inclusive_exclusive\": null,\n                            \"is_tax_on_shipping\": \"no\",\n                            \"tax_on_shipping\": null,\n                            \"primary_color\": \"#222F3D\",\n                            \"secondary_color\": null,\n                            \"display_hsn\": true,\n                            \"website\": \"https://app.shipturtle.com/\",\n                            \"country\": \"IN\",\n                            \"type_of_vendor\": \"marketplace\",\n                            \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                            \"title\": \"violetplants\",\n                            \"parent_id\": 212738,\n                            \"extra_information\": null,\n                            \"invoice_date\": \"invoice_creation_date\",\n                            \"number_of_digits\": \"0\",\n                            \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                            \"created_by\": null,\n                            \"updated_by\": 28344,\n                            \"invoice_contact_name\": \"Hussain\",\n                            \"invoice_address_1\": \"dahod\",\n                            \"invoice_address_2\": \"dahod\",\n                            \"invoice_postal_code\": \"380005\",\n                            \"invoice_city\": \"Ahmedabad\",\n                            \"invoice_phone_number\": \"09173038104\",\n                            \"invoice_tin\": null,\n                            \"timezone\": \"America/Phoenix\",\n                            \"hand_delivered_enabled\": true,\n                            \"other_courier_partner_enabled\": true,\n                            \"billing_address_same_as_company_details\": false,\n                            \"deactivated_at\": null,\n                            \"state_code\": \"GJ\",\n                            \"automatically_sync_vendor_name_from_store\": true,\n                            \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                            \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                            \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                            \"correct_all_errors_in_order\": false,\n                            \"generate_shipping_labels_for_orders\": false,\n                            \"generate_invoices_for_dropship_orders\": false,\n                            \"can_vendor_enable_disable_product\": false,\n                            \"can_vendor_edit_quantity_product\": false,\n                            \"can_vendor_edit_weight_dimension_product\": false,\n                            \"can_vendor_edit_tax_product\": true,\n                            \"set_vendor_level_commission\": false,\n                            \"commission\": \"15\",\n                            \"discount_shared_by_vendor\": \"0\",\n                            \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"set_vendor_level_shared_discount\": false,\n                            \"set_vendor_level_commissoin_calculated_on\": false,\n                            \"use_shop_channel_values_to_set_commission\": false,\n                            \"can_vendor_generate_invoice\": true,\n                            \"can_vendor_process_shippings\": true,\n                            \"can_vendor_edit_hsn_tax\": true,\n                            \"can_vendor_add_courier_provider\": true,\n                            \"default_vendor_type\": \"dropshipper\",\n                            \"no_of_deciaml_digits\": 2,\n                            \"credits\": 299836,\n                            \"plan_id\": 4,\n                            \"requested_plan_id\": null,\n                            \"override_invoice_permissions\": false,\n                            \"override_product_permissions\": false,\n                            \"override_order_routing_permissions\": false,\n                            \"override_shipping_permissions\": false,\n                            \"slug\": \"violetplants-212738\",\n                            \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"shipping_charge_commission_type\": \"fixed\",\n                            \"shipping_charge_commission\": 50,\n                            \"override_commission_calculated_tax_type\": false,\n                            \"override_shipping_charge_commission_type\": false,\n                            \"override_shipping_charge_commission\": 0,\n                            \"auto_email_to_vendor\": true,\n                            \"fixed_commission\": 10,\n                            \"service_charge\": 0,\n                            \"can_vendor_edit_price\": false,\n                            \"can_vendor_delete_product\": false,\n                            \"show_logo_in_awb\": false,\n                            \"hide_pick_address_in_awb\": false,\n                            \"hide_customer_info_in_awb\": true,\n                            \"hide_price_in_awb\": false,\n                            \"hide_customer_information_on_vendor_dashboards\": false,\n                            \"allow_merchant_to_generate_invoice\": false,\n                            \"show_merchant_logo_in_invoice\": true,\n                            \"locale\": \"en\",\n                            \"use_custom_waybill\": false,\n                            \"redirect_url\": \"dashboard\",\n                            \"invoice_state_code\": \"GJ\",\n                            \"invoice_country_code\": \"IN\",\n                            \"stripe_account_id\": null,\n                            \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                            \"enable_app_shipping_profile_on_shopify\": \"0\",\n                            \"policy\": null,\n                            \"css\": null,\n                            \"vendor_profile_color\": \"#f18024\",\n                            \"about_us\": null,\n                            \"facebook_link\": null,\n                            \"twitter_link\": null,\n                            \"instagram_link\": null,\n                            \"auto_fulfill_digital_orders\": true,\n                            \"use_default_warehouse_for_all_orders\": false,\n                            \"invoice_label_header_title\": null,\n                            \"invoice_place_of_supply\": null,\n                            \"invoice_cin_key_title\": null,\n                            \"invoice_cin\": null,\n                            \"give_vendor_access_to_merchant_shipper\": false,\n                            \"auto_generate_order_invoices_to_customers\": true,\n                            \"auto_email_order_invoices_to_customers\": true,\n                            \"treat_manual_payment_mode_as_cod\": false,\n                            \"fulfill_order_after_confirm\": false,\n                            \"add_notes_before_confirming_orders\": false,\n                            \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                            \"note_at_the_top_of_invoice\": null,\n                            \"vendor_shop_id\": null,\n                            \"vendor_category\": null,\n                            \"vendor_location\": null,\n                            \"short_description\": null,\n                            \"display_vendor_category\": true,\n                            \"display_vendor_location\": true,\n                            \"display_vendor_short_description\": true,\n                            \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                            \"sync_settings\": {\n                                \"update_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": false,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"create_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": false,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"override_product_status_at_create\": true,\n                                \"product_status\": \"as_per_vendor_product\",\n                                \"enable_order_sync\": true,\n                                \"push_only_if_order_paid\": false,\n                                \"push_unsynced_product_order\": true,\n                                \"auto_add_variant\": true,\n                                \"auto_remove_variant\": true,\n                                \"strictKeyCheck\": false,\n                                \"on_product_delete\": \"do_nothing\",\n                                \"on_product_unmapped\": \"do_nothing\",\n                                \"push_only_if_product_connected\": true\n                            },\n                            \"override_hide_customer_information_permissions\": false,\n                            \"can_vendor_cancel_an_order\": false,\n                            \"hide_shipping_charges\": false,\n                            \"add_insurance_to_shipment\": 0,\n                            \"meta_title\": null,\n                            \"registration_link\": null,\n                            \"auto_approval_of_products_from_vendor\": true,\n                            \"ignore_selling_price_for_commission\": 0,\n                            \"shipping_label_check\": {\n                                \"email\": false,\n                                \"phone\": false,\n                                \"address_line_1\": false,\n                                \"address_line_2\": false,\n                                \"address_line_1_minimum\": null,\n                                \"address_line_1_maximum\": null,\n                                \"address_line_2_minimum\": null,\n                                \"address_line_2_maximum\": null\n                            },\n                            \"shipping_label_size\": \"smalllabel\",\n                            \"paypal_email\": null,\n                            \"use_custom_email_driver\": false,\n                            \"ignore_order_splitting\": false,\n                            \"hide_customer_information_on_vendor_dashboard\": {\n                                \"name\": false,\n                                \"phone\": true,\n                                \"address\": true,\n                                \"email\": true,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"hide_customer_information_in_awb\": {\n                                \"name\": false,\n                                \"phone\": true,\n                                \"address\": true,\n                                \"email\": true,\n                                \"city\": false,\n                                \"state\": false,\n                                \"line_items\": false,\n                                \"vendor_name\": false,\n                                \"sku\": false,\n                                \"weight_dimension\": false\n                            },\n                            \"hide_customer_information_in_invoice\": {\n                                \"name\": false,\n                                \"phone\": true,\n                                \"address\": true,\n                                \"email\": true,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"vendor_profile_settings\": {\n                                \"seller_products_tab\": true,\n                                \"seller_policy_tab\": true,\n                                \"seller_contact_us_tab\": true,\n                                \"seller_events_tab\": true,\n                                \"seller_reviews_tab\": false,\n                                \"seller_about_us_tab\": true\n                            },\n                            \"challan_message_1\": null,\n                            \"challan_message_2\": null,\n                            \"challan_prefix\": \"Invoice\",\n                            \"challan_number_same_as_invoice_number\": true,\n                            \"default_label_size_for_all_vendors\": false,\n                            \"hide_customer_information_in_export\": {\n                                \"name\": false,\n                                \"phone\": true,\n                                \"address\": true,\n                                \"email\": true,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"product_permissions\": null,\n                            \"hide_product_details_in_awb\": false,\n                            \"hide_invoice_details_in_awb\": false,\n                            \"company_note\": \"<p>sdfasdfab</p>\",\n                            \"meta_data\": \"[{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                            \"color_theme_field\": \"light.orange\",\n                            \"change_tracking_url\": false,\n                            \"ship_to_address_as_merchants_default_warehouse\": false,\n                            \"can_vendor_hold_an_order\": false,\n                            \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                            \"allow_vendors_to_change_vendor_profile_details\": true,\n                            \"whatsapp_account\": \"use_company_account\",\n                            \"vendor_profile_theme_choosen\": \"theme-1\",\n                            \"whatsapp_credit\": 54,\n                            \"test_whatsapp_number\": \"+918849193468\",\n                            \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                            \"connected_vendor_shops\": [\n                                \"vendorsynctesting5.myshopify.com\",\n                                \"testing-for-vendorsync.myshopify.com\",\n                                \"purpleplants.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"test-store-webkul-112.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com/\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com\",\n                                \"channelteststore5.myshopify.com\",\n                                \"https://st-wpdemo.com/newtestclient/\",\n                                \"purpleplants.myshopify.com\",\n                                \"purpleplants.myshopify.com\",\n                                \"vendorsynctesting.myshopify.com\",\n                                \"vendorsynctesting.myshopify.com\"\n                            ],\n                            \"events\": null,\n                            \"commission_automation_set\": {\n                                \"commission_automation\": true,\n                                \"commission_automation_rules\": true,\n                                \"commission_automation_date_range\": true,\n                                \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                \"time_buffer_for_commission_automation\": \"4\",\n                                \"order_status_for_commission_automation\": \"pending\",\n                                \"invoice_number_for_commission_automation\": 277,\n                                \"date_Range_days_for_commission_automation\": \"4\"\n                            },\n                            \"auto_confirmation_using_tags_settings\": {\n                                \"tags_settings_status\": true,\n                                \"paid\": true,\n                                \"tags_for_paid\": [],\n                                \"cod_or_partially_paid\": false,\n                                \"tags_for_cod_or_partially_paid\": [],\n                                \"Exceptions_for_paid\": false,\n                                \"Exceptions_for_paid_tags\": [],\n                                \"Exceptions_for_cod_or_partially_paid\": false,\n                                \"Exceptions_for_cod_or_partially_paid_tags\": []\n                            },\n                            \"preferred_location\": null,\n                            \"email_credit\": 4759,\n                            \"logo\": null,\n                            \"logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                            \"is_general_setting_done\": true,\n                            \"is_invoice_setting_done\": true,\n                            \"is_label_setting_done\": false,\n                            \"is_gst_enabled\": true,\n                            \"billing_detail\": \"Pune</br>Gujarat</br>India\",\n                            \"warehouse_address\": \"Pune</br>IN\",\n                            \"contact_information\": \"Chahar</br>het.shipturtle@gmail.com</br>\",\n                            \"status\": \"Active\",\n                            \"global_commission\": \"15\",\n                            \"global_discount_shared_by_vendor\": \"0\",\n                            \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"global_shipping_charge_commission_type\": \"fixed\",\n                            \"global_shipping_charge_commission\": 50,\n                            \"global_fixed_commission\": 10,\n                            \"is_drop_shipper\": false,\n                            \"state\": {\n                                \"id\": 13,\n                                \"code\": \"GJ\",\n                                \"tin\": 24,\n                                \"title\": \"Gujarat\",\n                                \"created_at\": \"2019-08-03T17:48:42.000000Z\",\n                                \"updated_at\": \"2020-03-28T04:51:45.000000Z\",\n                                \"deleted_at\": null,\n                                \"country_code\": \"IN\"\n                            },\n                            \"first_email\": [\n                                \"het.shipturtle@gmail.com\"\n                            ],\n                            \"invoice_state\": {\n                                \"id\": 13,\n                                \"code\": \"GJ\",\n                                \"tin\": 24,\n                                \"title\": \"Gujarat\",\n                                \"created_at\": \"2019-08-03T17:48:42.000000Z\",\n                                \"updated_at\": \"2020-03-28T04:51:45.000000Z\",\n                                \"deleted_at\": null,\n                                \"country_code\": \"IN\"\n                            },\n                            \"banner\": null,\n                            \"banner_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                            \"frontend_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                            \"navbar_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                            \"email_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                            \"invoice_country_detail\": {\n                                \"id\": 98,\n                                \"name\": \"India\",\n                                \"code\": \"IN\",\n                                \"dial_code\": \"+91\",\n                                \"currency_name\": \"Indian rupee\",\n                                \"currency_symbol\": \"Rs.\",\n                                \"currency_code\": \"INR\",\n                                \"created_at\": null,\n                                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                \"name_with_symbole\": \"Indian rupee - Rs.\"\n                            },\n                            \"commission_tags\": {\n                                \"company_id\": 212738,\n                                \"override_commission\": true\n                            },\n                            \"media\": [],\n                            \"country_detail\": {\n                                \"id\": 98,\n                                \"name\": \"India\",\n                                \"code\": \"IN\",\n                                \"dial_code\": \"+91\",\n                                \"currency_name\": \"Indian rupee\",\n                                \"currency_symbol\": \"Rs.\",\n                                \"currency_code\": \"INR\",\n                                \"created_at\": null,\n                                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                \"name_with_symbole\": \"Indian rupee - Rs.\"\n                            }\n                        },\n                        \"media\": []\n                    }\n                }\n            },\n            \"commission_invoice\": null\n        },\n        {\n            \"id\": 9326345,\n            \"vendor_line_item_id\": 9351898,\n            \"vendor_order_id\": 6639825,\n            \"order_id\": 1925031580332,\n            \"shop_id\": 4147,\n            \"company_id\": 234956,\n            \"commission\": \"0\",\n            \"adjustment\": \"0\",\n            \"date_of_payment\": null,\n            \"reference\": null,\n            \"created_at\": \"2024-01-01T08:57:01.000000Z\",\n            \"updated_at\": \"2024-01-01T08:57:01.000000Z\",\n            \"price\": \"10\",\n            \"vendor_payout\": \"11.8\",\n            \"quantity\": 1,\n            \"discount_shared_by_vendor\": \"0\",\n            \"total_discount\": \"0\",\n            \"commission_level\": \"Tags\",\n            \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n            \"processed_at\": \"2024-01-01 14:26:48\",\n            \"merchant_earn\": \"0\",\n            \"less_discount_borne_by_vendor\": \"0\",\n            \"order_value\": \"0\",\n            \"net_earn\": \"0\",\n            \"commission_on_shipping\": \"50\",\n            \"merchant_commission_on_freight_charged\": \"0\",\n            \"merchant_commission_on_product\": 0,\n            \"commission_shipping_calculation_on\": \"inclusive_of_tax\",\n            \"commission_on_shipping_type\": \"fixed\",\n            \"fixed_commission\": \"0\",\n            \"service_charge\": \"0\",\n            \"total_line_value\": \"11.8\",\n            \"line_tax_value\": \"1.8\",\n            \"line_shipping_tax_value\": \"0\",\n            \"line_tax_percentage\": \"0.18\",\n            \"line_shipping_tax_percentage\": \"0\",\n            \"service_tax\": \"0\",\n            \"product_value\": \"10\",\n            \"shipping_price\": \"0\",\n            \"parent_id\": null,\n            \"commission_invoice_id\": null,\n            \"tax_information\": {\n                \"cgst\": 0,\n                \"igst\": 0,\n                \"sgst\": 0,\n                \"total_tax\": 0\n            },\n            \"is_paid\": false,\n            \"vendor_order\": {\n                \"user_id\": 92574581039,\n                \"pick_listed\": false,\n                \"gateway\": \"manual\",\n                \"total_weight\": 0,\n                \"total_price\": 236,\n                \"status\": \"New Orders\",\n                \"email\": \"rajdip.shipturtle@gmail.com\",\n                \"provider\": \"shopify\",\n                \"invoice_number\": \"Invoice3027\",\n                \"awb\": null,\n                \"processed_at\": \"2024-01-01 14:26:48\",\n                \"customer\": \"{\\\"id\\\": 7864611733807, \\\"note\\\": null, \\\"tags\\\": \\\"\\\", \\\"email\\\": \\\"rajdip.shipturtle@gmail.com\\\", \\\"phone\\\": null, \\\"state\\\": \\\"disabled\\\", \\\"currency\\\": \\\"INR\\\", \\\"last_name\\\": \\\"jalondhara\\\", \\\"created_at\\\": \\\"2023-12-27T13:02:22+05:30\\\", \\\"first_name\\\": \\\"Rajdeep\\\", \\\"tax_exempt\\\": false, \\\"updated_at\\\": \\\"2024-01-01T14:26:50+05:30\\\", \\\"tax_exemptions\\\": [], \\\"verified_email\\\": true, \\\"default_address\\\": {\\\"id\\\": 9899588780335, \\\"zip\\\": \\\"380050\\\", \\\"city\\\": \\\"Ahmedabad\\\", \\\"name\\\": \\\"Rajdeep Jalondhara\\\", \\\"phone\\\": null, \\\"company\\\": null, \\\"country\\\": \\\"India\\\", \\\"default\\\": true, \\\"address1\\\": \\\"ABC 1, Navrangpura abc Prakash Nagar Navrangpura\\\", \\\"address2\\\": null, \\\"province\\\": \\\"Gujarat\\\", \\\"last_name\\\": \\\"Jalondhara\\\", \\\"first_name\\\": \\\"Rajdeep\\\", \\\"customer_id\\\": 7864611733807, \\\"country_code\\\": \\\"IN\\\", \\\"country_name\\\": \\\"India\\\", \\\"province_code\\\": \\\"GJ\\\"}, \\\"accepts_marketing\\\": false, \\\"admin_graphql_api_id\\\": \\\"gid://shopify/Customer/7864611733807\\\", \\\"multipass_identifier\\\": null, \\\"sms_marketing_consent\\\": null, \\\"marketing_opt_in_level\\\": null, \\\"email_marketing_consent\\\": {\\\"state\\\": \\\"not_subscribed\\\", \\\"opt_in_level\\\": \\\"single_opt_in\\\", \\\"consent_updated_at\\\": null}, \\\"accepts_marketing_updated_at\\\": \\\"2023-12-27T13:02:22+05:30\\\"}\",\n                \"id\": 6639825,\n                \"invoice_download\": \"https://d2i9a0muccv7uq.cloudfront.net/s3/4147/generate_invoices/3027_Magento0_Rajdeep-Jalondhara_Invoice3027.pdf\",\n                \"awb_label\": null,\n                \"order_id\": 1925031580332,\n                \"company_id\": 234956,\n                \"shipping_provider\": null,\n                \"billing_address_id\": 9750849,\n                \"shipping_address_id\": 9616110,\n                \"shipping_service_provider_id\": null,\n                \"generating_awb\": false,\n                \"shipping_errors\": null,\n                \"mail_sent\": 0,\n                \"shipping_price\": \"0\",\n                \"total_tax\": 36,\n                \"total_amount_excluding_taxes\": 200,\n                \"height\": 2,\n                \"width\": 2,\n                \"length\": 3,\n                \"tracking_status\": \"Pending\",\n                \"tracking_message\": null,\n                \"order_number\": \"3027\",\n                \"status_sequence\": 1,\n                \"estimated_cost\": null,\n                \"shop_id\": 4147,\n                \"name\": \"#3027\",\n                \"warehouse_id\": null,\n                \"automate_shipment\": true,\n                \"shipping_address\": {\n                    \"zip\": \"380050\",\n                    \"city\": \"Ahmedabad\",\n                    \"name\": \"Rajdeep Jalondhara\",\n                    \"email\": \"rajdip.shipturtle@gmail.com\",\n                    \"phone\": \"\",\n                    \"company\": null,\n                    \"country\": \"India\",\n                    \"address1\": \"ABC 1, Navrangpura abc Prakash Naga\",\n                    \"address2\": \"r Navrangpura\",\n                    \"latitude\": null,\n                    \"province\": \"Gujarat\",\n                    \"last_name\": \"Jalondhara\",\n                    \"longitude\": null,\n                    \"first_name\": \"Rajdeep\",\n                    \"country_code\": \"IN\",\n                    \"province_code\": \"GJ\"\n                },\n                \"total_line_items_price\": 200,\n                \"total_discounts\": 0,\n                \"checkout_id\": 37177279414575,\n                \"tracking_link\": null,\n                \"payment_reconciliation_status\": \"pending\",\n                \"freight_reconciliation_status\": \"pending\",\n                \"payment_recon_id\": null,\n                \"freight_recon_id\": null,\n                \"billing_address\": {\n                    \"zip\": \"380050\",\n                    \"city\": \"Ahmedabad\",\n                    \"name\": \"Rajdeep Jalondhara\",\n                    \"phone\": null,\n                    \"company\": null,\n                    \"country\": \"India\",\n                    \"address1\": \"ABC 1, Navrangpura abc Prakash Nagar Navrangpura\",\n                    \"address2\": null,\n                    \"latitude\": 23.0329326,\n                    \"province\": \"Gujarat\",\n                    \"last_name\": \"Jalondhara\",\n                    \"longitude\": 72.55588259999999,\n                    \"first_name\": \"Rajdeep\",\n                    \"country_code\": \"IN\",\n                    \"province_code\": \"GJ\"\n                },\n                \"currency\": \"INR\",\n                \"last_tracked_at\": null,\n                \"unique_name\": \"#3027_Magento0\",\n                \"label\": null,\n                \"note\": null,\n                \"awb_created_at\": null,\n                \"custom_data\": null,\n                \"awb_custom_courier_name\": null,\n                \"requires_shipping\": true,\n                \"type_of_order\": \"forward_order\",\n                \"return_status\": null,\n                \"return_order_link\": null,\n                \"pickup_address\": null,\n                \"manifest_id\": null,\n                \"is_cod\": 0,\n                \"merchant_notes\": null,\n                \"is_customize\": false,\n                \"insurance_amount\": null,\n                \"insurance_cost\": null,\n                \"challan_number\": null,\n                \"challan_path\": null,\n                \"challan_download\": null,\n                \"challan_date\": null,\n                \"financial_status\": \"paid\",\n                \"tags\": \"\",\n                \"rag_status\": null,\n                \"rag_status_updated_on\": null,\n                \"processed_at_timestamp\": 1704119208,\n                \"mail_sent_for_ndr\": 0,\n                \"total_outstanding\": 0,\n                \"fulfillment_id\": null,\n                \"estimated_delivery_time\": null,\n                \"payment_gateway_names\": \"\\\"[\\\\\\\"manual\\\\\\\"]\\\"\",\n                \"note_attributes\": null,\n                \"ndr_api_available\": false,\n                \"unique_order_number\": \"#3027_Magento0\",\n                \"shipping_label_status\": \"Pending\",\n                \"invoice_generated\": \"Invoice Generated\",\n                \"shipping_service\": \"Not Selected\",\n                \"payment\": 236,\n                \"customer_address\": {\n                    \"id\": 7864611733807,\n                    \"note\": null,\n                    \"tags\": \"\",\n                    \"email\": \"rajdip.shipturtle@gmail.com\",\n                    \"phone\": null,\n                    \"state\": \"disabled\",\n                    \"currency\": \"INR\",\n                    \"last_name\": \"jalondhara\",\n                    \"created_at\": \"2023-12-27T13:02:22+05:30\",\n                    \"first_name\": \"Rajdeep\",\n                    \"tax_exempt\": false,\n                    \"updated_at\": \"2024-01-01T14:26:50+05:30\",\n                    \"tax_exemptions\": [],\n                    \"verified_email\": true,\n                    \"default_address\": {\n                        \"id\": 9899588780335,\n                        \"zip\": \"380050\",\n                        \"city\": \"Ahmedabad\",\n                        \"name\": \"Rajdeep Jalondhara\",\n                        \"phone\": null,\n                        \"company\": null,\n                        \"country\": \"India\",\n                        \"default\": true,\n                        \"address1\": \"ABC 1, Navrangpura abc Prakash Nagar Navrangpura\",\n                        \"address2\": null,\n                        \"province\": \"Gujarat\",\n                        \"last_name\": \"Jalondhara\",\n                        \"first_name\": \"Rajdeep\",\n                        \"customer_id\": 7864611733807,\n                        \"country_code\": \"IN\",\n                        \"country_name\": \"India\",\n                        \"province_code\": \"GJ\"\n                    },\n                    \"accepts_marketing\": false,\n                    \"admin_graphql_api_id\": \"gid://shopify/Customer/7864611733807\",\n                    \"multipass_identifier\": null,\n                    \"sms_marketing_consent\": null,\n                    \"marketing_opt_in_level\": null,\n                    \"email_marketing_consent\": {\n                        \"state\": \"not_subscribed\",\n                        \"opt_in_level\": \"single_opt_in\",\n                        \"consent_updated_at\": null\n                    },\n                    \"accepts_marketing_updated_at\": \"2023-12-27T13:02:22+05:30\"\n                },\n                \"payment_status\": \"PP\",\n                \"errors\": {\n                    \"errors\": {\n                        \"vendor_address\": {\n                            \"vendor_errors\": \"Kindly add warehouse info\"\n                        },\n                        \"shipping_service_provider\": {\n                            \"shipping_service_provider_id\": \"Please select Shipping Partner.\",\n                            \"warehouse_id\": \"Please select pick up Warehouse.\",\n                            \"total_weight\": \"Please input package weight.\"\n                        }\n                    },\n                    \"hasErrors\": true,\n                    \"canGenerateAwb\": false,\n                    \"canFetchRate\": false,\n                    \"canConfirmOrder\": false,\n                    \"generatingInvoice\": true\n                },\n                \"shipper_address\": null,\n                \"total_amount_including_tax\": 236,\n                \"shipment_tracker\": null,\n                \"shipping_details\": null,\n                \"is_cod_order\": false,\n                \"freight_payment\": \"0\",\n                \"automate_shipment_status\": \"A\",\n                \"is_delivered\": false,\n                \"tax_info\": false,\n                \"order_status\": null,\n                \"order_sequence_name\": \"New Orders\",\n                \"slug\": \"#3027_Magento0-6639825\",\n                \"line_item_counts\": 20,\n                \"pickup_warehouse_address\": null,\n                \"currency_country\": {\n                    \"id\": 98,\n                    \"name\": \"India\",\n                    \"code\": \"IN\",\n                    \"dial_code\": \"+91\",\n                    \"currency_name\": \"Indian rupee\",\n                    \"currency_symbol\": \"Rs.\",\n                    \"currency_code\": \"INR\",\n                    \"created_at\": null,\n                    \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                    \"name_with_symbole\": \"Indian rupee - Rs.\"\n                },\n                \"shipping_service_provider\": null,\n                \"warehouse\": null,\n                \"shop\": {\n                    \"id\": 4147,\n                    \"shopify_domain\": \"violetplants.myshopify.com\",\n                    \"shopify_token\": null,\n                    \"created_at\": \"2023-07-13T10:19:49.000000Z\",\n                    \"updated_at\": \"2024-01-01T13:07:55.000000Z\",\n                    \"grandfathered\": false,\n                    \"deleted_at\": null,\n                    \"namespace\": null,\n                    \"plan_id\": 621,\n                    \"freemium\": false,\n                    \"name\": \"violetplants\",\n                    \"email\": \"violetplants123@gmail.com\",\n                    \"province\": \"WB\",\n                    \"country\": {\n                        \"id\": 98,\n                        \"name\": \"India\",\n                        \"code\": \"IN\",\n                        \"dial_code\": \"+91\",\n                        \"currency_name\": \"Indian rupee\",\n                        \"currency_symbol\": \"Rs.\",\n                        \"currency_code\": \"INR\",\n                        \"created_at\": null,\n                        \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                        \"name_with_symbole\": \"Indian rupee - Rs.\"\n                    },\n                    \"address1\": \"123 Old Court House Street Lal Dighi B.B.D. Bagh\",\n                    \"zip\": \"700001\",\n                    \"city\": \"Kolkata\",\n                    \"source\": null,\n                    \"phone\": \"12345678\",\n                    \"latitude\": \"22.5685769\",\n                    \"longitude\": \"88.3492417\",\n                    \"primary_locale\": \"en\",\n                    \"address2\": \"\",\n                    \"country_code\": \"IN\",\n                    \"country_name\": \"India\",\n                    \"currency\": \"INR\",\n                    \"customer_email\": \"violetplants123@gmail.com\",\n                    \"timezone\": \"(GMT+05:30) Asia/Kolkata\",\n                    \"iana_timezone\": \"Asia/Kolkata\",\n                    \"shop_owner\": \"Sharad Kabra\",\n                    \"money_format\": \"Rs. {{amount}}\",\n                    \"money_with_currency_format\": \"Rs. {{amount}}\",\n                    \"weight_unit\": \"gm\",\n                    \"province_code\": \"WB\",\n                    \"taxes_included\": false,\n                    \"tax_shipping\": false,\n                    \"county_taxes\": true,\n                    \"plan_display_name\": \"Basic Shopify\",\n                    \"plan_name\": \"basic\",\n                    \"has_discounts\": \"1\",\n                    \"has_gift_cards\": \"1\",\n                    \"money_in_emails_format\": \"Rs. {{amount}}\",\n                    \"money_with_currency_in_emails_format\": \"Rs. {{amount}}\",\n                    \"eligible_for_payments\": \"0\",\n                    \"requires_extra_payments_agreement\": \"0\",\n                    \"primary_location_id\": \"94960419119\",\n                    \"multi_location_enabled\": \"1\",\n                    \"channel_id\": null,\n                    \"company_id\": 212738,\n                    \"user_id\": 28343,\n                    \"verifying_plan\": 967,\n                    \"dimension_unit\": \"inch\",\n                    \"override_taxes\": false,\n                    \"provider\": \"shopify\",\n                    \"maintain_hs_information_in_shipturtle\": false,\n                    \"automatically_update_order_status_on_shopify\": true,\n                    \"charge_tax\": \"0\",\n                    \"enable_tax_on_shipping\": false,\n                    \"tax_on_shipping\": 0,\n                    \"automatically_update_product_status_on_shopify\": true,\n                    \"parent_id\": null,\n                    \"setup_pending\": false,\n                    \"product_types_sold_on_store\": \"physical_products_only\",\n                    \"carrier_service_id\": null,\n                    \"extra_info\": \"{\\\"location_sync_status\\\":[true,\\\"2023-05-29 10:50:37\\\"],\\\"product_sync_status\\\":[true,\\\"2023-05-29 10:51:10\\\"],\\\"inventory_level_sync_status\\\":[true,\\\"2023-05-29 10:51:13\\\"],\\\"order_sync_status\\\":[true,\\\"2023-05-29 10:53:11\\\"]}\",\n                    \"payment_method_settings\": {\n                        \"0\": null,\n                        \"payu_in_paisa\": \"paid\",\n                        \"cash_on_delivery\": \"paid\",\n                        \"manual\": \"paid\",\n                        \"cashfree\": \"paid\",\n                        \"Cash on Delivery (COD)\": \"cod\",\n                        \"gift_card\": \"paid\",\n                        \"paytm\": \"paid\",\n                        \"stripe\": \"paid\",\n                        \"payu_india\": \"paid\",\n                        \"razorpay_cards_upi_netbanking_wallets_\": \"paid\",\n                        \"neft\": \"paid\",\n                        \"paypal\": \"paid\",\n                        \"shopify_payments\": \"paid\",\n                        \"amazon_payments\": \"paid\",\n                        \"razorpay_all_cards_netbanking_wallets_\": \"paid\",\n                        \"Etsy\": \"paid\",\n                        \"clearpay\": \"paid\",\n                        \"Bank Deposit/Mobile Transfer\": \"paid\",\n                        \"E-Transfer\": \"paid\",\n                        \"cash\": \"cod\",\n                        \"eBay/PayPal\": \"paid\",\n                        \"amazon_marketplace\": \"paid\",\n                        \"ccavenue\": \"paid\",\n                        \"payu_in\": \"paid\",\n                        \"bogus\": \"paid\",\n                        \"\": null,\n                        \"money_order\": \"cod\",\n                        \"bank_deposit\": null\n                    },\n                    \"enable_payment_settings\": false,\n                    \"script_js_id\": \"234600726831\",\n                    \"shopify_namespace\": \"shipturtle\",\n                    \"password\": \"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\",\n                    \"password_updated_at\": \"2023-12-19\",\n                    \"domain\": null,\n                    \"shopify_freemium\": 0,\n                    \"plan_id_onetime\": null,\n                    \"shipment_movement\": \"on_shipment\",\n                    \"14_day_trial_expired\": true,\n                    \"keep_credits\": 0,\n                    \"change_base\": 1,\n                    \"shop_setup_instructions\": \"{\\\"store_type\\\":\\\"market_place\\\"}\",\n                    \"store_setup\": \"{\\\"is_setup_complete\\\":null,\\\"step\\\":\\\"1\\\"}\",\n                    \"published_and_unpublished_theme1_code\": \"{\\\"published_theme1_template\\\":{\\\"main_page_template\\\":\\\"<div id=\\\\\\\"vendor-detail-page\\\\\\\">\\\\n    <input type=\\\\\\\"hidden\\\\\\\" id=\\\\\\\"company_id\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\">\\\\n    @if ($company->banner_link)\\\\n    <section class=\\\\\\\"u-clearfix u-section-1 bck-banner-img\\\\\\\" id=\\\\\\\"sec-44b5\\\\\\\" style=\\\\\\\"background-image: url({{$company->banner_link}});\\\\\\\">\\\\n    </section>\\\\n    @endif\\\\n    <div class=\\\\\\\"u-clearfix u-sheet u-valign-middle u-sheet-1\\\\\\\" style=\\\\\\\"min-height: 250px;\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-expanded-width u-gutter-0 u-layout-wrap u-layout-wrap-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-layout\\\\\\\">\\\\n                <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n                    <div class=\\\\\\\"u-align-center u-container-style u-layout-cell u-left-cell u-size-23 u-layout-cell-1\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\" style=\\\\\\\"height:max-content; display: flex; flex-direction: column; align-items: center; padding-right: 4rem; padding-top: 1.5rem;\\\\\\\">\\\\n                            <img alt=\\\\\\\"{{$company->title}}\\\\\\\" class=\\\\\\\"u-image u-image-circle\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\" data-image-width=\\\\\\\"150\\\\\\\" data-image-height=\\\\\\\"150\\\\\\\" style=\\\\\\\"width: 80%;\\\\\\\">\\\\n                            </img>\\\\n                             <div class=\\\\\\\"social-media-links\\\\\\\">\\\\n                            @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                            <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\">\\\\n                                    <svg class=\\\\\\\"u-svg-content\\\\\\\"  x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-0214\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#3B5998\\\\\\\" d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\">\\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-3589\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#55ACEE\\\\\\\" d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\">        \\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-d986\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                        </div>\\\\n                            @if ($parentCompany->display_vendor_location)\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-1\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}\\\\n                            </p>\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                            @endif\\\\n                        </div>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n                            <h2 style=\\\\\\\"margin-bottom: 0;\\\\\\\" class=\\\\\\\"u-text\\\\\\\">{{$company->brand_name}}</h2>\\\\n                            <p class=\\\\\\\"u-text u-text-3\\\\\\\">\\\\n                                {!! $company->about_us !!}\\\\n                            </p>\\\\n                        </div>\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </div>\\\\n    \\\\n    {{-- Tabs --}}\\\\n    <section class=\\\\\\\"u-align-center u-clearfix u-section-2\\\\\\\" id=\\\\\\\"carousel_37bc\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-tab-links-align-justify u-tabs u-tabs-1\\\\\\\" id=\\\\\\\"u-tabs\\\\\\\">\\\\n                <ul class=\\\\\\\"u-tab-list u-unstyled\\\\\\\" role=\\\\\\\"tablist\\\\\\\">\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_products_tab)\\\\n                    <li class=\\\\\\\"u-tab-item\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"active u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-1\\\\\\\" id=\\\\\\\"link-tab-products\\\\\\\" href=\\\\\\\"#tab-products\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-products\\\\\\\" aria-selected=\\\\\\\"true\\\\\\\">Products</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_policy_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-2\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-2\\\\\\\" id=\\\\\\\"link-tab-policy\\\\\\\" href=\\\\\\\"#tab-policy\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-policy\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Policy</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_about_us_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-aboutus\\\\\\\" href=\\\\\\\"#tab-aboutus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-aboutus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">About Us<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_events_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\"\\\\n                             id=\\\\\\\"link-tab-events\\\\\\\" href=\\\\\\\"#tab-events\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-events\\\\\\\"\\\\n                              aria-selected=\\\\\\\"false\\\\\\\">Events<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_contact_us_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-contactus\\\\\\\" href=\\\\\\\"#tab-contactus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-contactus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Contact Us<br>\\\\n                        </a>\\\\n                    </li>\\\\n                    @endif\\\\n                </ul>\\\\n                <div class=\\\\\\\"u-tab-content\\\\\\\">\\\\n                    <div class=\\\\\\\"u-container-style u-tab-active u-tab-pane u-white u-tab-pane-1\\\\\\\" id=\\\\\\\"tab-products\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-products\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-container-style u-tab-pane u-white u-tab-pane-2\\\\\\\" id=\\\\\\\"tab-policy\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-policy\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-aboutus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-aboutus\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-events\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-events\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white u-tab-pane-5\\\\\\\" id=\\\\\\\"tab-contactus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-contactus\\\\\\\">\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </section>\\\\n</div>\\\",\\\"product_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\">\\\\n    <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n        <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.details\\\\\\\", [\\\\\\\"shopDomain\\\\\\\" => $shop->shopify_domain,\\\\n        \\\\\\\"vendorTitle\\\\\\\"=>$vendorTitle, \\\\\\\"action\\\\\\\"=>\\\\\\\"products\\\\\\\"]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" id=\\\\\\\"search_product_form\\\\\\\"\\\\n        class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\"\\\\n        source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: left;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n                <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search Product\\\\\\\" id=\\\\\\\"st_search_product\\\\\\\" name=\\\\\\\"search_product\\\\\\\"\\\\n                class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n                <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$tags}}\\\\\\\" id=\\\\\\\"st_search_product_by_tag\\\\\\\" name=\\\\\\\"search_product_by_tag\\\\\\\">\\\\n            </div>\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: right;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control u-label\\\\\\\" style=\\\\\\\"margin-left: auto;\\\\\\\">Sort By</label>\\\\n                <select name=\\\\\\\"sort_by\\\\\\\" id=\\\\\\\"st_product_list_sort_by\\\\\\\" class=\\\\\\\"filters-toolbar__input\\\\\\\" aria-describedby=\\\\\\\"a11y-refresh-page-message \\\\n                a11y-selection-message\\\\\\\" data-default-sortby=\\\\\\\"title-descending\\\\\\\">\\\\n                    <option value=\\\\\\\"title-ascending\\\\\\\" {{$orderBy == \\\\\\\"title-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, A-Z</option>\\\\n                    <option value=\\\\\\\"title-descending\\\\\\\" {{$orderBy == \\\\\\\"title-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, Z-A</option>\\\\n                    <option value=\\\\\\\"price-ascending\\\\\\\" {{$orderBy == \\\\\\\"price-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price , Low To High</option>\\\\n                    <option value=\\\\\\\"price-descending\\\\\\\" {{$orderBy == \\\\\\\"price-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price, High To Low</option>\\\\n                    <option value=\\\\\\\"best-selling\\\\\\\" {{$orderBy == \\\\\\\"best-selling\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Best Selling</option>\\\\n                    <option value=\\\\\\\"date-ascending\\\\\\\" {{$orderBy == \\\\\\\"date-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, New To Old</option>\\\\n                    <option value=\\\\\\\"date-descending\\\\\\\" {{$orderBy == \\\\\\\"date-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, Old To New</option>\\\\n                </select>\\\\n            </div>\\\\n            <div style=\\\\\\\"clear: both;\\\\\\\"></div>\\\\n        </form>\\\\n    </div>\\\\n    <div class=\\\\\\\"u-products u-products-1\\\\\\\">\\\\n        <div class=\\\\\\\"loader hide\\\\\\\"></div>\\\\n        @if ($products && sizeof($products) > 0)\\\\n        <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n            @foreach($products as $product)\\\\n                <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                    <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/products/{{$product->handle}}\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2\\\\\\\">\\\\n                            <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1\\\\\\\" \\\\n                            src=\\\\\\\"{{$product->image}}\\\\\\\">\\\\n                            @if($parentCompany->handle_out_of_stock_products == \\\\\\\"list_out_of_stock_products_with_out_of_stock_label\\\\\\\" && $product->isOutOfStock())\\\\n                                <p class=\\\\\\\"hidden-text u-out-of-stock-text\\\\\\\">OUT OF STOCK</p>\\\\n                            @endif\\\\n\\\\n                            <div class=\\\\\\\"u-product-control u-product-price u-product-price-1\\\\\\\">\\\\n                                <div class=\\\\\\\"u-price-wrapper u-spacing-10\\\\\\\">\\\\n                                    <div class=\\\\\\\"u-price u-text-palette-2-base\\\\\\\" style=\\\\\\\"font-weight: 700;\\\\\\\">\\\\n                                        <p class=\\\\\\\"u-product-title text-muted\\\\\\\" style=\\\\\\\"text-decoration: none;\\\\\\\">\\\\n                                            {{$product->title}}\\\\n                                        </p>\\\\n                                        @if($product->has_only_default_variant)\\\\n                                        {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                         $product->shop->currency}} \\\\n                                        {{$product->lowestPricedVariant->first() ? $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\"}}\\\\n                                        @else\\\\n                                        From: {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                        $product->shop->currency}} {{ $product->lowestPricedVariant->first() ?\\\\n                                        $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\" }}\\\\n                                        @endif\\\\n                                    </div>\\\\n                                </div>\\\\n                            </div>\\\\n                        </div>\\\\n                    </a>\\\\n                </div>\\\\n            @endforeach\\\\n        </div>\\\\n        <div>\\\\n            {{ $products->links() }}\\\\n        </div>\\\\n        @else\\\\n        <div style=\\\\\\\"margin: auto;\\\\\\\">\\\\n            <h3>No Products Found</h3>\\\\n        </div>\\\\n        @endif\\\\n    </div>\\\\n</div>\\\",\\\"about_us_template\\\":\\\"<div class=\\\\\\\"u-aboutus-container\\\\\\\"> <div class=\\\\\\\"u-aboutus-row\\\\\\\"> {!! $aboutus !!} </div></div>\\\",\\\"policy_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">{!! $policy !!}</div>\\\\n</div>\\\",\\\"contact_us_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-left-cell u-size-30 u-layout-cell-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-container-layout-10\\\\\\\">\\\\n                <h2 class=\\\\\\\"u-text u-text-grey-70 u-text-8\\\\\\\">Contact us</h2>\\\\n                <h6 class=\\\\\\\"u-text u-text-grey-50 u-text-9\\\\\\\">{{$company->brand_name}}</h6>\\\\n                @if ($parentCompany->display_vendor_location)\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10\\\\\\\">{{ $company->address_line_1 ? $company->address_line_1.\\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\" }} {{ $company->address_line_2 ? $company->address_line_2 : \\\\\\\"\\\\\\\" }} <br>\\\\n                    {{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}                                        \\\\n                    </p>\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                @endif\\\\n                <div class=\\\\\\\"u-social-icons u-spacing-20 u-social-icons-1\\\\\\\">\\\\n                @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-facebook u-social-icon u-icon-2\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-50ee\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-50ee\\\\\\\"><path d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-twitter u-icon-3\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-d346\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-d346\\\\\\\"><path d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-instagram u-icon-4\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-dd2a\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-dd2a\\\\\\\"><path d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path><path d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path><path d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif                \\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-30 u-layout-cell-2\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-valign-middle u-container-layout-11\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-form u-form-2\\\\\\\">\\\\n                <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.contact\\\\\\\") }}\\\\\\\" id=\\\\\\\"st_vendor_contact_form\\\\\\\" method=\\\\\\\"POST\\\\\\\" class=\\\\\\\"u-clearfix u-form-spacing-24 u-form-vertical u-inner-form\\\\\\\" style=\\\\\\\"padding: 24px;\\\\\\\" source=\\\\\\\"custom\\\\\\\" name=\\\\\\\"form\\\\\\\">\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$shop->id}}\\\\\\\" name=\\\\\\\"shop_id\\\\\\\" >\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\" name=\\\\\\\"company_id\\\\\\\" >\\\\n                    <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_name\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Name</label>\\\\n                        <input type=\\\\\\\"text\\\\\\\" placeholder=\\\\\\\"Enter your Name\\\\\\\" id=\\\\\\\"st_contact_form_name\\\\\\\" name=\\\\\\\"name\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-4\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-email u-form-group\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_email\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Email</label>\\\\n                        <input type=\\\\\\\"email\\\\\\\" placeholder=\\\\\\\"Enter a valid email address\\\\\\\" id=\\\\\\\"st_contact_form_email\\\\\\\" name=\\\\\\\"email\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-5\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-group u-form-message\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_message\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Message</label>\\\\n                        <textarea placeholder=\\\\\\\"Enter your message\\\\\\\" rows=\\\\\\\"4\\\\\\\" cols=\\\\\\\"50\\\\\\\" id=\\\\\\\"st_contact_form_message\\\\\\\" name=\\\\\\\"message\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-6\\\\\\\" required=\\\\\\\"\\\\\\\"></textarea>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-form-group u-form-submit\\\\\\\">       \\\\n                        <input type=\\\\\\\"submit\\\\\\\" value=\\\\\\\"submit\\\\\\\" class=\\\\\\\"u-form-control\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-send-message u-form-send-success\\\\\\\"> Thank you! Your message has been sent. </div>\\\\n                    <div class=\\\\\\\"u-form-send-error u-form-send-message\\\\\\\"> Unable to send your message. Please fix errors then try again. </div>\\\\n                </form>\\\\n            </div>\\\\n    </div>\\\\n        </div>\\\\n    </div>\\\\n</div>\\\"},\\\"unpublished_theme1_template\\\":{\\\"main_page_template\\\":\\\"<div id=\\\\\\\"vendor-detail-page\\\\\\\">\\\\n    <input type=\\\\\\\"hidden\\\\\\\" id=\\\\\\\"company_id\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\">\\\\n    @if ($company->banner_link)\\\\n    <section class=\\\\\\\"u-clearfix u-section-1 bck-banner-img\\\\\\\" id=\\\\\\\"sec-44b5\\\\\\\" style=\\\\\\\"background-image: url({{$company->banner_link}});\\\\\\\">\\\\n    </section>\\\\n    @endif\\\\n    <div class=\\\\\\\"u-clearfix u-sheet u-valign-middle u-sheet-1\\\\\\\" style=\\\\\\\"min-height: 250px;\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-expanded-width u-gutter-0 u-layout-wrap u-layout-wrap-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-layout\\\\\\\">\\\\n                <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n                    <div class=\\\\\\\"u-align-center u-container-style u-layout-cell u-left-cell u-size-23 u-layout-cell-1\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\" style=\\\\\\\"height:max-content; display: flex; flex-direction: column; align-items: center; padding-right: 4rem; padding-top: 1.5rem;\\\\\\\">\\\\n                            <img alt=\\\\\\\"{{$company->title}}\\\\\\\" class=\\\\\\\"u-image u-image-circle\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\" data-image-width=\\\\\\\"150\\\\\\\" data-image-height=\\\\\\\"150\\\\\\\" style=\\\\\\\"width: 80%;\\\\\\\">\\\\n                            </img>\\\\n                             <div class=\\\\\\\"social-media-links\\\\\\\">\\\\n                            @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                            <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\">\\\\n                                    <svg class=\\\\\\\"u-svg-content\\\\\\\"  x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-0214\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#3B5998\\\\\\\" d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\">\\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-3589\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#55ACEE\\\\\\\" d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\">        \\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-d986\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                        </div>\\\\n                            @if ($parentCompany->display_vendor_location)\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-1\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}\\\\n                            </p>\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                            @endif\\\\n                        </div>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n                            <h2 style=\\\\\\\"margin-bottom: 0;\\\\\\\" class=\\\\\\\"u-text\\\\\\\">{{$company->brand_name}}</h2>\\\\n                            <p class=\\\\\\\"u-text u-text-3\\\\\\\">\\\\n                                {!! $company->about_us !!}\\\\n                            </p>\\\\n                        </div>\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </div>\\\\n    \\\\n    {{-- Tabs --}}\\\\n    <section class=\\\\\\\"u-align-center u-clearfix u-section-2\\\\\\\" id=\\\\\\\"carousel_37bc\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-tab-links-align-justify u-tabs u-tabs-1\\\\\\\" id=\\\\\\\"u-tabs\\\\\\\">\\\\n                <ul class=\\\\\\\"u-tab-list u-unstyled\\\\\\\" role=\\\\\\\"tablist\\\\\\\">\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_products_tab)\\\\n                    <li class=\\\\\\\"u-tab-item\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"active u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-1\\\\\\\" id=\\\\\\\"link-tab-products\\\\\\\" href=\\\\\\\"#tab-products\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-products\\\\\\\" aria-selected=\\\\\\\"true\\\\\\\">Products</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_policy_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-2\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-2\\\\\\\" id=\\\\\\\"link-tab-policy\\\\\\\" href=\\\\\\\"#tab-policy\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-policy\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Policy</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_about_us_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-aboutus\\\\\\\" href=\\\\\\\"#tab-aboutus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-aboutus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">About Us<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_events_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\"\\\\n                             id=\\\\\\\"link-tab-events\\\\\\\" href=\\\\\\\"#tab-events\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-events\\\\\\\"\\\\n                              aria-selected=\\\\\\\"false\\\\\\\">Events<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_contact_us_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-contactus\\\\\\\" href=\\\\\\\"#tab-contactus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-contactus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Contact Us<br>\\\\n                        </a>\\\\n                    </li>\\\\n                    @endif\\\\n                </ul>\\\\n                <div class=\\\\\\\"u-tab-content\\\\\\\">\\\\n                    <div class=\\\\\\\"u-container-style u-tab-active u-tab-pane u-white u-tab-pane-1\\\\\\\" id=\\\\\\\"tab-products\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-products\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-container-style u-tab-pane u-white u-tab-pane-2\\\\\\\" id=\\\\\\\"tab-policy\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-policy\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-aboutus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-aboutus\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-events\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-events\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white u-tab-pane-5\\\\\\\" id=\\\\\\\"tab-contactus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-contactus\\\\\\\">\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </section>\\\\n</div>\\\",\\\"product_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\">\\\\n    <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n        <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.details\\\\\\\", [\\\\\\\"shopDomain\\\\\\\" => $shop->shopify_domain,\\\\n        \\\\\\\"vendorTitle\\\\\\\"=>$vendorTitle, \\\\\\\"action\\\\\\\"=>\\\\\\\"products\\\\\\\"]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" id=\\\\\\\"search_product_form\\\\\\\"\\\\n        class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\"\\\\n        source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: left;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n                <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search Product\\\\\\\" id=\\\\\\\"st_search_product\\\\\\\" name=\\\\\\\"search_product\\\\\\\"\\\\n                class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n                <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$tags}}\\\\\\\" id=\\\\\\\"st_search_product_by_tag\\\\\\\" name=\\\\\\\"search_product_by_tag\\\\\\\">\\\\n            </div>\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: right;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control u-label\\\\\\\" style=\\\\\\\"margin-left: auto;\\\\\\\">Sort By</label>\\\\n                <select name=\\\\\\\"sort_by\\\\\\\" id=\\\\\\\"st_product_list_sort_by\\\\\\\" class=\\\\\\\"filters-toolbar__input\\\\\\\" aria-describedby=\\\\\\\"a11y-refresh-page-message \\\\n                a11y-selection-message\\\\\\\" data-default-sortby=\\\\\\\"title-descending\\\\\\\">\\\\n                    <option value=\\\\\\\"title-ascending\\\\\\\" {{$orderBy == \\\\\\\"title-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, A-Z</option>\\\\n                    <option value=\\\\\\\"title-descending\\\\\\\" {{$orderBy == \\\\\\\"title-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, Z-A</option>\\\\n                    <option value=\\\\\\\"price-ascending\\\\\\\" {{$orderBy == \\\\\\\"price-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price , Low To High</option>\\\\n                    <option value=\\\\\\\"price-descending\\\\\\\" {{$orderBy == \\\\\\\"price-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price, High To Low</option>\\\\n                    <option value=\\\\\\\"best-selling\\\\\\\" {{$orderBy == \\\\\\\"best-selling\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Best Selling</option>\\\\n                    <option value=\\\\\\\"date-ascending\\\\\\\" {{$orderBy == \\\\\\\"date-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, New To Old</option>\\\\n                    <option value=\\\\\\\"date-descending\\\\\\\" {{$orderBy == \\\\\\\"date-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, Old To New</option>\\\\n                </select>\\\\n            </div>\\\\n            <div style=\\\\\\\"clear: both;\\\\\\\"></div>\\\\n        </form>\\\\n    </div>\\\\n    <div class=\\\\\\\"u-products u-products-1\\\\\\\">\\\\n        <div class=\\\\\\\"loader hide\\\\\\\"></div>\\\\n        @if ($products && sizeof($products) > 0)\\\\n        <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n            @foreach($products as $product)\\\\n                <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                    <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/products/{{$product->handle}}\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2\\\\\\\">\\\\n                            <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1\\\\\\\" \\\\n                            src=\\\\\\\"{{$product->image}}\\\\\\\">\\\\n                            @if($parentCompany->handle_out_of_stock_products == \\\\\\\"list_out_of_stock_products_with_out_of_stock_label\\\\\\\" && $product->isOutOfStock())\\\\n                                <p class=\\\\\\\"hidden-text u-out-of-stock-text\\\\\\\">OUT OF STOCK</p>\\\\n                            @endif\\\\n\\\\n                            <div class=\\\\\\\"u-product-control u-product-price u-product-price-1\\\\\\\">\\\\n                                <div class=\\\\\\\"u-price-wrapper u-spacing-10\\\\\\\">\\\\n                                    <div class=\\\\\\\"u-price u-text-palette-2-base\\\\\\\" style=\\\\\\\"font-weight: 700;\\\\\\\">\\\\n                                        <p class=\\\\\\\"u-product-title text-muted\\\\\\\" style=\\\\\\\"text-decoration: none;\\\\\\\">\\\\n                                            {{$product->title}}\\\\n                                        </p>\\\\n                                        @if($product->has_only_default_variant)\\\\n                                        {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                         $product->shop->currency}} \\\\n                                        {{$product->lowestPricedVariant->first() ? $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\"}}\\\\n                                        @else\\\\n                                        From: {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                        $product->shop->currency}} {{ $product->lowestPricedVariant->first() ?\\\\n                                        $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\" }}\\\\n                                        @endif\\\\n                                    </div>\\\\n                                </div>\\\\n                            </div>\\\\n                        </div>\\\\n                    </a>\\\\n                </div>\\\\n            @endforeach\\\\n        </div>\\\\n        <div>\\\\n            {{ $products->links() }}\\\\n        </div>\\\\n        @else\\\\n        <div style=\\\\\\\"margin: auto;\\\\\\\">\\\\n            <h3>No Products Found</h3>\\\\n        </div>\\\\n        @endif\\\\n    </div>\\\\n</div>\\\",\\\"about_us_template\\\":\\\"<div class=\\\\\\\"u-aboutus-container\\\\\\\"> <div class=\\\\\\\"u-aboutus-row\\\\\\\"> {!! $aboutus !!} </div></div>\\\",\\\"policy_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">{!! $policy !!}</div>\\\\n</div>\\\",\\\"contact_us_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-left-cell u-size-30 u-layout-cell-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-container-layout-10\\\\\\\">\\\\n                <h2 class=\\\\\\\"u-text u-text-grey-70 u-text-8\\\\\\\">Contact us</h2>\\\\n                <h6 class=\\\\\\\"u-text u-text-grey-50 u-text-9\\\\\\\">{{$company->brand_name}}</h6>\\\\n                @if ($parentCompany->display_vendor_location)\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10\\\\\\\">{{ $company->address_line_1 ? $company->address_line_1.\\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\" }} {{ $company->address_line_2 ? $company->address_line_2 : \\\\\\\"\\\\\\\" }} <br>\\\\n                    {{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}                                        \\\\n                    </p>\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                @endif\\\\n                <div class=\\\\\\\"u-social-icons u-spacing-20 u-social-icons-1\\\\\\\">\\\\n                @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-facebook u-social-icon u-icon-2\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-50ee\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-50ee\\\\\\\"><path d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-twitter u-icon-3\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-d346\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-d346\\\\\\\"><path d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-instagram u-icon-4\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-dd2a\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-dd2a\\\\\\\"><path d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path><path d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path><path d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif                \\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-30 u-layout-cell-2\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-valign-middle u-container-layout-11\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-form u-form-2\\\\\\\">\\\\n                <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.contact\\\\\\\") }}\\\\\\\" id=\\\\\\\"st_vendor_contact_form\\\\\\\" method=\\\\\\\"POST\\\\\\\" class=\\\\\\\"u-clearfix u-form-spacing-24 u-form-vertical u-inner-form\\\\\\\" style=\\\\\\\"padding: 24px;\\\\\\\" source=\\\\\\\"custom\\\\\\\" name=\\\\\\\"form\\\\\\\">\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$shop->id}}\\\\\\\" name=\\\\\\\"shop_id\\\\\\\" >\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\" name=\\\\\\\"company_id\\\\\\\" >\\\\n                    <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_name\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Name</label>\\\\n                        <input type=\\\\\\\"text\\\\\\\" placeholder=\\\\\\\"Enter your Name\\\\\\\" id=\\\\\\\"st_contact_form_name\\\\\\\" name=\\\\\\\"name\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-4\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-email u-form-group\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_email\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Email</label>\\\\n                        <input type=\\\\\\\"email\\\\\\\" placeholder=\\\\\\\"Enter a valid email address\\\\\\\" id=\\\\\\\"st_contact_form_email\\\\\\\" name=\\\\\\\"email\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-5\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-group u-form-message\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_message\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Message</label>\\\\n                        <textarea placeholder=\\\\\\\"Enter your message\\\\\\\" rows=\\\\\\\"4\\\\\\\" cols=\\\\\\\"50\\\\\\\" id=\\\\\\\"st_contact_form_message\\\\\\\" name=\\\\\\\"message\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-6\\\\\\\" required=\\\\\\\"\\\\\\\"></textarea>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-form-group u-form-submit\\\\\\\">       \\\\n                        <input type=\\\\\\\"submit\\\\\\\" value=\\\\\\\"submit\\\\\\\" class=\\\\\\\"u-form-control\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-send-message u-form-send-success\\\\\\\"> Thank you! Your message has been sent. </div>\\\\n                    <div class=\\\\\\\"u-form-send-error u-form-send-message\\\\\\\"> Unable to send your message. Please fix errors then try again. </div>\\\\n                </form>\\\\n            </div>\\\\n    </div>\\\\n        </div>\\\\n    </div>\\\\n</div>\\\"},\\\"published_theme1_css\\\":null,\\\"unpublished_theme1_css\\\":null,\\\"published_vendor_list_template\\\":\\\"<div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2 u-section-2\\\\\\\">\\\\n    <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n      <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n        <h1 class=\\\\\\\"u-text u-text-default u-text-1\\\\\\\">{{$parentCompany->name_of_the_vendor_listing_page}}</h1>\\\\n        <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n          <form id=\\\\\\\"vendor_search_form\\\\\\\" action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.list\\\\\\\", [\\\\\\\"shop\\\\\\\" => $shop->shopify_domain]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\" source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n              <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n              <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search\\\\\\\" id=\\\\\\\"search_vendor\\\\\\\" name=\\\\\\\"search_vendor\\\\\\\" class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n            </div>\\\\n          </form>\\\\n        </div>\\\\n        <div class=\\\\\\\"loader\\\\\\\" ></div>\\\\n        <div class=\\\\\\\"u-container-layout-2 u-container-layout-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-products u-products-1\\\\\\\">                \\\\n                <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n                    @foreach($companies as $company)\\\\n                      <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2 container\\\\\\\">\\\\n                                  <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1 image-hover\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\">\\\\n                                  <h1 class=\\\\\\\"u-align-center u-product-control u-text u-text-1\\\\\\\">\\\\n                                      <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                                          {{$company->title}}\\\\n                                      </a>\\\\n                                      @if ($parentCompany->display_vendor_category && $company->vendor_category != \\\\\\\"\\\\\\\")\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->vendor_category}} </p>\\\\n                                      @endif\\\\n                                      @if ($parentCompany->display_vendor_location)\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}</p>\\\\n                                      @endif\\\\n                                  </h1>\\\\n                              </div>\\\\n                          </a>\\\\n                          @if ($parentCompany->display_vendor_short_description)\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"st-middle\\\\\\\">\\\\n                                  <div class=\\\\\\\"short-description st-white-text-overlay\\\\\\\" style=\\\\\\\"height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.4);\\\\\\\">\\\\n                                      {!! $company->short_description !!}\\\\n                                  </div>\\\\n                              </div>\\\\n                          </a>\\\\n                          @endif\\\\n                      </div>\\\\n                    @endforeach\\\\n                </div>\\\\n                <div>\\\\n                  {{ $companies->links() }}\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n      </div>\\\\n    </div>\\\\n  </div>\\\",\\\"unpublished_vendor_list_template\\\":\\\"<div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2 u-section-2\\\\\\\">\\\\n    <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n      <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n        <h1 class=\\\\\\\"u-text u-text-default u-text-1\\\\\\\">{{$parentCompany->name_of_the_vendor_listing_page}}</h1>\\\\n        <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n          <form id=\\\\\\\"vendor_search_form\\\\\\\" action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.list\\\\\\\", [\\\\\\\"shop\\\\\\\" => $shop->shopify_domain]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\" source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n              <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n              <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search\\\\\\\" id=\\\\\\\"search_vendor\\\\\\\" name=\\\\\\\"search_vendor\\\\\\\" class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n            </div>\\\\n          </form>\\\\n        </div>\\\\n        <div class=\\\\\\\"loader\\\\\\\" ></div>\\\\n        <div class=\\\\\\\"u-container-layout-2 u-container-layout-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-products u-products-1\\\\\\\">                \\\\n                <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n                    @foreach($companies as $company)\\\\n                      <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2 container\\\\\\\">\\\\n                                  <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1 image-hover\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\">\\\\n                                  <h1 class=\\\\\\\"u-align-center u-product-control u-text u-text-1\\\\\\\">\\\\n                                      <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                                          {{$company->title}}\\\\n                                      </a>\\\\n                                      @if ($parentCompany->display_vendor_category && $company->vendor_category != \\\\\\\"\\\\\\\")\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->vendor_category}} </p>\\\\n                                      @endif\\\\n                                      @if ($parentCompany->display_vendor_location)\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}</p>\\\\n                                      @endif\\\\n                                  </h1>\\\\n                              </div>\\\\n                          </a>\\\\n                          @if ($parentCompany->display_vendor_short_description)\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"st-middle\\\\\\\">\\\\n                                  <div class=\\\\\\\"short-description st-white-text-overlay\\\\\\\" style=\\\\\\\"height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.4);\\\\\\\">\\\\n                                      {!! $company->short_description !!}\\\\n                                  </div>\\\\n                              </div>\\\\n                          </a>\\\\n                          @endif\\\\n                      </div>\\\\n                    @endforeach\\\\n                </div>\\\\n                <div>\\\\n                  {{ $companies->links() }}\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n      </div>\\\\n    </div>\\\\n  </div>\\\",\\\"publish_pending\\\":false}\",\n                    \"published_and_unpublished_theme1_code_last_version\": \"{\\\"published_theme1_css\\\":null,\\\"published_theme1_template\\\":{\\\"main_page_template\\\":\\\"<div id=\\\\\\\"vendor-detail-page\\\\\\\">\\\\n    <input type=\\\\\\\"hidden\\\\\\\" id=\\\\\\\"company_id\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\">\\\\n    @if ($company->banner_link)\\\\n    <section class=\\\\\\\"u-clearfix u-section-1 bck-banner-img\\\\\\\" id=\\\\\\\"sec-44b5\\\\\\\" style=\\\\\\\"background-image: url({{$company->banner_link}});\\\\\\\">\\\\n    </section>\\\\n    @endif\\\\n    <div class=\\\\\\\"u-clearfix u-sheet u-valign-middle u-sheet-1\\\\\\\" style=\\\\\\\"min-height: 250px;\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-expanded-width u-gutter-0 u-layout-wrap u-layout-wrap-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-layout\\\\\\\">\\\\n                <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n                    <div class=\\\\\\\"u-align-center u-container-style u-layout-cell u-left-cell u-size-23 u-layout-cell-1\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\" style=\\\\\\\"height:max-content; display: flex; flex-direction: column; align-items: center; padding-right: 4rem; padding-top: 1.5rem;\\\\\\\">\\\\n                            <img alt=\\\\\\\"{{$company->title}}\\\\\\\" class=\\\\\\\"u-image u-image-circle\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\" data-image-width=\\\\\\\"150\\\\\\\" data-image-height=\\\\\\\"150\\\\\\\" style=\\\\\\\"width: 80%;\\\\\\\">\\\\n                            </img>\\\\n                             <div class=\\\\\\\"social-media-links\\\\\\\">\\\\n                            @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                            <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\">\\\\n                                    <svg class=\\\\\\\"u-svg-content\\\\\\\"  x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-0214\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#3B5998\\\\\\\" d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\">\\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-3589\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#55ACEE\\\\\\\" d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\">        \\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-d986\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                        </div>\\\\n                            @if ($parentCompany->display_vendor_location)\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-1\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}\\\\n                            </p>\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                            @endif\\\\n                        </div>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n                            <h2 style=\\\\\\\"margin-bottom: 0;\\\\\\\" class=\\\\\\\"u-text\\\\\\\">{{$company->brand_name}}</h2>\\\\n                            <p class=\\\\\\\"u-text u-text-3\\\\\\\">\\\\n                                {!! $company->about_us !!}\\\\n                            </p>\\\\n                        </div>\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </div>\\\\n    \\\\n    {{-- Tabs --}}\\\\n    <section class=\\\\\\\"u-align-center u-clearfix u-section-2\\\\\\\" id=\\\\\\\"carousel_37bc\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-tab-links-align-justify u-tabs u-tabs-1\\\\\\\" id=\\\\\\\"u-tabs\\\\\\\">\\\\n                <ul class=\\\\\\\"u-tab-list u-unstyled\\\\\\\" role=\\\\\\\"tablist\\\\\\\">\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_products_tab)\\\\n                    <li class=\\\\\\\"u-tab-item\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"active u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-1\\\\\\\" id=\\\\\\\"link-tab-products\\\\\\\" href=\\\\\\\"#tab-products\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-products\\\\\\\" aria-selected=\\\\\\\"true\\\\\\\">Products</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_policy_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-2\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-2\\\\\\\" id=\\\\\\\"link-tab-policy\\\\\\\" href=\\\\\\\"#tab-policy\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-policy\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Policy</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_about_us_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-aboutus\\\\\\\" href=\\\\\\\"#tab-aboutus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-aboutus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">About Us<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_events_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\"\\\\n                             id=\\\\\\\"link-tab-events\\\\\\\" href=\\\\\\\"#tab-events\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-events\\\\\\\"\\\\n                              aria-selected=\\\\\\\"false\\\\\\\">Events<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_contact_us_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-contactus\\\\\\\" href=\\\\\\\"#tab-contactus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-contactus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Contact Us<br>\\\\n                        </a>\\\\n                    </li>\\\\n                    @endif\\\\n                </ul>\\\\n                <div class=\\\\\\\"u-tab-content\\\\\\\">\\\\n                    <div class=\\\\\\\"u-container-style u-tab-active u-tab-pane u-white u-tab-pane-1\\\\\\\" id=\\\\\\\"tab-products\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-products\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-container-style u-tab-pane u-white u-tab-pane-2\\\\\\\" id=\\\\\\\"tab-policy\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-policy\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-aboutus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-aboutus\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-events\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-events\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white u-tab-pane-5\\\\\\\" id=\\\\\\\"tab-contactus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-contactus\\\\\\\">\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </section>\\\\n</div>\\\",\\\"product_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\">\\\\n    <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n        <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.details\\\\\\\", [\\\\\\\"shopDomain\\\\\\\" => $shop->shopify_domain,\\\\n        \\\\\\\"vendorTitle\\\\\\\"=>$vendorTitle, \\\\\\\"action\\\\\\\"=>\\\\\\\"products\\\\\\\"]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" id=\\\\\\\"search_product_form\\\\\\\"\\\\n        class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\"\\\\n        source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: left;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n                <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search Product\\\\\\\" id=\\\\\\\"st_search_product\\\\\\\" name=\\\\\\\"search_product\\\\\\\"\\\\n                class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n                <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$tags}}\\\\\\\" id=\\\\\\\"st_search_product_by_tag\\\\\\\" name=\\\\\\\"search_product_by_tag\\\\\\\">\\\\n            </div>\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: right;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control u-label\\\\\\\" style=\\\\\\\"margin-left: auto;\\\\\\\">Sort By</label>\\\\n                <select name=\\\\\\\"sort_by\\\\\\\" id=\\\\\\\"st_product_list_sort_by\\\\\\\" class=\\\\\\\"filters-toolbar__input\\\\\\\" aria-describedby=\\\\\\\"a11y-refresh-page-message \\\\n                a11y-selection-message\\\\\\\" data-default-sortby=\\\\\\\"title-descending\\\\\\\">\\\\n                    <option value=\\\\\\\"title-ascending\\\\\\\" {{$orderBy == \\\\\\\"title-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, A-Z</option>\\\\n                    <option value=\\\\\\\"title-descending\\\\\\\" {{$orderBy == \\\\\\\"title-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, Z-A</option>\\\\n                    <option value=\\\\\\\"price-ascending\\\\\\\" {{$orderBy == \\\\\\\"price-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price , Low To High</option>\\\\n                    <option value=\\\\\\\"price-descending\\\\\\\" {{$orderBy == \\\\\\\"price-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price, High To Low</option>\\\\n                    <option value=\\\\\\\"best-selling\\\\\\\" {{$orderBy == \\\\\\\"best-selling\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Best Selling</option>\\\\n                    <option value=\\\\\\\"date-ascending\\\\\\\" {{$orderBy == \\\\\\\"date-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, New To Old</option>\\\\n                    <option value=\\\\\\\"date-descending\\\\\\\" {{$orderBy == \\\\\\\"date-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, Old To New</option>\\\\n                </select>\\\\n            </div>\\\\n            <div style=\\\\\\\"clear: both;\\\\\\\"></div>\\\\n        </form>\\\\n    </div>\\\\n    <div class=\\\\\\\"u-products u-products-1\\\\\\\">\\\\n        <div class=\\\\\\\"loader hide\\\\\\\"></div>\\\\n        @if ($products && sizeof($products) > 0)\\\\n        <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n            @foreach($products as $product)\\\\n                <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                    <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/products/{{$product->handle}}\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2\\\\\\\">\\\\n                            <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1\\\\\\\" \\\\n                            src=\\\\\\\"{{$product->image}}\\\\\\\">\\\\n                            @if($parentCompany->handle_out_of_stock_products == \\\\\\\"list_out_of_stock_products_with_out_of_stock_label\\\\\\\" && $product->isOutOfStock())\\\\n                                <p class=\\\\\\\"hidden-text u-out-of-stock-text\\\\\\\">OUT OF STOCK</p>\\\\n                            @endif\\\\n\\\\n                            <div class=\\\\\\\"u-product-control u-product-price u-product-price-1\\\\\\\">\\\\n                                <div class=\\\\\\\"u-price-wrapper u-spacing-10\\\\\\\">\\\\n                                    <div class=\\\\\\\"u-price u-text-palette-2-base\\\\\\\" style=\\\\\\\"font-weight: 700;\\\\\\\">\\\\n                                        <p class=\\\\\\\"u-product-title text-muted\\\\\\\" style=\\\\\\\"text-decoration: none;\\\\\\\">\\\\n                                            {{$product->title}}\\\\n                                        </p>\\\\n                                        @if($product->has_only_default_variant)\\\\n                                        {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                         $product->shop->currency}} \\\\n                                        {{$product->lowestPricedVariant->first() ? $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\"}}\\\\n                                        @else\\\\n                                        From: {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                        $product->shop->currency}} {{ $product->lowestPricedVariant->first() ?\\\\n                                        $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\" }}\\\\n                                        @endif\\\\n                                    </div>\\\\n                                </div>\\\\n                            </div>\\\\n                        </div>\\\\n                    </a>\\\\n                </div>\\\\n            @endforeach\\\\n        </div>\\\\n        <div>\\\\n            {{ $products->links() }}\\\\n        </div>\\\\n        @else\\\\n        <div style=\\\\\\\"margin: auto;\\\\\\\">\\\\n            <h3>No Products Found</h3>\\\\n        </div>\\\\n        @endif\\\\n    </div>\\\\n</div>\\\",\\\"about_us_template\\\":\\\"<div class=\\\\\\\"u-aboutus-container\\\\\\\"> <div class=\\\\\\\"u-aboutus-row\\\\\\\"> {!! $aboutus !!} </div></div>\\\",\\\"policy_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">{!! $policy !!}</div>\\\\n</div>\\\",\\\"contact_us_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-left-cell u-size-30 u-layout-cell-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-container-layout-10\\\\\\\">\\\\n                <h2 class=\\\\\\\"u-text u-text-grey-70 u-text-8\\\\\\\">Contact us</h2>\\\\n                <h6 class=\\\\\\\"u-text u-text-grey-50 u-text-9\\\\\\\">{{$company->brand_name}}</h6>\\\\n                @if ($parentCompany->display_vendor_location)\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10\\\\\\\">{{ $company->address_line_1 ? $company->address_line_1.\\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\" }} {{ $company->address_line_2 ? $company->address_line_2 : \\\\\\\"\\\\\\\" }} <br>\\\\n                    {{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}                                        \\\\n                    </p>\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                @endif\\\\n                <div class=\\\\\\\"u-social-icons u-spacing-20 u-social-icons-1\\\\\\\">\\\\n                @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-facebook u-social-icon u-icon-2\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-50ee\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-50ee\\\\\\\"><path d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-twitter u-icon-3\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-d346\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-d346\\\\\\\"><path d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-instagram u-icon-4\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-dd2a\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-dd2a\\\\\\\"><path d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path><path d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path><path d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif                \\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-30 u-layout-cell-2\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-valign-middle u-container-layout-11\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-form u-form-2\\\\\\\">\\\\n                <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.contact\\\\\\\") }}\\\\\\\" id=\\\\\\\"st_vendor_contact_form\\\\\\\" method=\\\\\\\"POST\\\\\\\" class=\\\\\\\"u-clearfix u-form-spacing-24 u-form-vertical u-inner-form\\\\\\\" style=\\\\\\\"padding: 24px;\\\\\\\" source=\\\\\\\"custom\\\\\\\" name=\\\\\\\"form\\\\\\\">\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$shop->id}}\\\\\\\" name=\\\\\\\"shop_id\\\\\\\" >\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\" name=\\\\\\\"company_id\\\\\\\" >\\\\n                    <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_name\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Name</label>\\\\n                        <input type=\\\\\\\"text\\\\\\\" placeholder=\\\\\\\"Enter your Name\\\\\\\" id=\\\\\\\"st_contact_form_name\\\\\\\" name=\\\\\\\"name\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-4\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-email u-form-group\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_email\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Email</label>\\\\n                        <input type=\\\\\\\"email\\\\\\\" placeholder=\\\\\\\"Enter a valid email address\\\\\\\" id=\\\\\\\"st_contact_form_email\\\\\\\" name=\\\\\\\"email\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-5\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-group u-form-message\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_message\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Message</label>\\\\n                        <textarea placeholder=\\\\\\\"Enter your message\\\\\\\" rows=\\\\\\\"4\\\\\\\" cols=\\\\\\\"50\\\\\\\" id=\\\\\\\"st_contact_form_message\\\\\\\" name=\\\\\\\"message\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-6\\\\\\\" required=\\\\\\\"\\\\\\\"></textarea>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-form-group u-form-submit\\\\\\\">       \\\\n                        <input type=\\\\\\\"submit\\\\\\\" value=\\\\\\\"submit\\\\\\\" class=\\\\\\\"u-form-control\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-send-message u-form-send-success\\\\\\\"> Thank you! Your message has been sent. </div>\\\\n                    <div class=\\\\\\\"u-form-send-error u-form-send-message\\\\\\\"> Unable to send your message. Please fix errors then try again. </div>\\\\n                </form>\\\\n            </div>\\\\n    </div>\\\\n        </div>\\\\n    </div>\\\\n</div>\\\"},\\\"published_vendor_list_template\\\":\\\"<div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2 u-section-2\\\\\\\">\\\\n    <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n      <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n        <h1 class=\\\\\\\"u-text u-text-default u-text-1\\\\\\\">{{$parentCompany->name_of_the_vendor_listing_page}}</h1>\\\\n        <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n          <form id=\\\\\\\"vendor_search_form\\\\\\\" action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.list\\\\\\\", [\\\\\\\"shop\\\\\\\" => $shop->shopify_domain]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\" source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n              <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n              <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search\\\\\\\" id=\\\\\\\"search_vendor\\\\\\\" name=\\\\\\\"search_vendor\\\\\\\" class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n            </div>\\\\n          </form>\\\\n        </div>\\\\n        <div class=\\\\\\\"loader\\\\\\\" ></div>\\\\n        <div class=\\\\\\\"u-container-layout-2 u-container-layout-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-products u-products-1\\\\\\\">                \\\\n                <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n                    @foreach($companies as $company)\\\\n                      <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2 container\\\\\\\">\\\\n                                  <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1 image-hover\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\">\\\\n                                  <h1 class=\\\\\\\"u-align-center u-product-control u-text u-text-1\\\\\\\">\\\\n                                      <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                                          {{$company->title}}\\\\n                                      </a>\\\\n                                      @if ($parentCompany->display_vendor_category && $company->vendor_category != \\\\\\\"\\\\\\\")\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->vendor_category}} </p>\\\\n                                      @endif\\\\n                                      @if ($parentCompany->display_vendor_location)\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}</p>\\\\n                                      @endif\\\\n                                  </h1>\\\\n                              </div>\\\\n                          </a>\\\\n                          @if ($parentCompany->display_vendor_short_description)\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"st-middle\\\\\\\">\\\\n                                  <div class=\\\\\\\"short-description st-white-text-overlay\\\\\\\" style=\\\\\\\"height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.4);\\\\\\\">\\\\n                                      {!! $company->short_description !!}\\\\n                                  </div>\\\\n                              </div>\\\\n                          </a>\\\\n                          @endif\\\\n                      </div>\\\\n                    @endforeach\\\\n                </div>\\\\n                <div>\\\\n                  {{ $companies->links() }}\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n      </div>\\\\n    </div>\\\\n  </div>\\\"}\",\n                    \"left_days_14_day_trial\": null,\n                    \"currency_country\": {\n                        \"id\": 98,\n                        \"name\": \"India\",\n                        \"code\": \"IN\",\n                        \"dial_code\": \"+91\",\n                        \"currency_name\": \"Indian rupee\",\n                        \"currency_symbol\": \"Rs.\",\n                        \"currency_code\": \"INR\",\n                        \"created_at\": null,\n                        \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                        \"name_with_symbole\": \"Indian rupee - Rs.\"\n                    }\n                }\n            },\n            \"vendor_line_item\": {\n                \"total_discount\": 0,\n                \"order_discount\": 0,\n                \"sku\": \"All Field Test product22-white-small\",\n                \"quantity\": 1,\n                \"price\": 10,\n                \"title\": \"All Field Test product22\",\n                \"id\": 9351898,\n                \"product_id\": 9599632802095,\n                \"variant_id\": 22494321,\n                \"company_id\": 234956,\n                \"shipping_price\": \"0\",\n                \"total_value_including_tax\": 0,\n                \"taxable_price\": 0,\n                \"line_item_tax\": 0,\n                \"sku_barcode\": \"All Field Test product22-white-small</br>\",\n                \"shop\": null,\n                \"variant\": {\n                    \"id\": 22494321,\n                    \"title\": \"white / small\",\n                    \"price\": \"10.00\",\n                    \"sku\": \"All Field Test product22-white-small\",\n                    \"position\": 19,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": \"10.00\",\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"white\",\n                    \"option2\": \"small\",\n                    \"option3\": null,\n                    \"barcode\": \"\",\n                    \"grams\": \"0\",\n                    \"image_id\": null,\n                    \"weight\": \"0\",\n                    \"inventory_item_id\": \"50408304771375\",\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/48363850367279\",\n                    \"created_at\": \"2024-01-01T08:54:07.000000Z\",\n                    \"updated_at\": \"2024-01-01T08:57:42.000000Z\",\n                    \"deleted_at\": null,\n                    \"product_id\": 8106189,\n                    \"taxable\": true,\n                    \"requires_shipping\": null,\n                    \"weight_unit\": \"kg\",\n                    \"inventory_quantity\": \"9\",\n                    \"old_inventory_quantity\": null,\n                    \"product_purchase_cost\": \"0\",\n                    \"actual_product_weight\": \"0\",\n                    \"vendor_id\": null,\n                    \"provider\": null,\n                    \"company_id\": 234956,\n                    \"hsn_sku_id\": null,\n                    \"channel_id\": \"48363850367279\",\n                    \"channel\": \"shopify\",\n                    \"store_id\": null,\n                    \"image\": null,\n                    \"channel_variant_id\": \"22628294\",\n                    \"extra_information\": null,\n                    \"deactivated_at\": true,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"shop_id\": 4147,\n                    \"tax_id\": null,\n                    \"body_html\": \"\",\n                    \"commission\": null,\n                    \"fixed_commission\": 0,\n                    \"override_commission\": false,\n                    \"parent_id\": 212738,\n                    \"product_code_name\": \"All Field Test product22-white-small</br>All Field Test product22</br>white,small\",\n                    \"product_variant_title\": \"All Field Test product22 - white / small\",\n                    \"product_type\": \"configurable\",\n                    \"product_type_id\": 133935,\n                    \"file_id\": null,\n                    \"option_name_1\": null,\n                    \"option_name_2\": null,\n                    \"option_name_3\": null,\n                    \"delivery_profile_id\": null,\n                    \"delivery_profile_provider_id\": null,\n                    \"vendor_shop_variant_id\": null,\n                    \"shopify_meta_data\": null,\n                    \"new_variant_sent\": 0,\n                    \"image_link\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-13_2.jpg?v=1704099244\",\n                    \"overridden_commission_level\": \"global\",\n                    \"overridden_commission\": \"15\",\n                    \"overridden_fixed_commission\": 10,\n                    \"file_history\": null,\n                    \"product\": {\n                        \"id\": 8106189,\n                        \"title\": \"All Field Test product22\",\n                        \"body_html\": \"\",\n                        \"vendor\": \"Magento0\",\n                        \"product_type\": {\n                            \"id\": 133935,\n                            \"channel\": \"shopify\",\n                            \"shop_id\": 4147,\n                            \"title\": \"configurable\",\n                            \"commission\": null,\n                            \"created_at\": \"2023-09-30T12:15:45.000000Z\",\n                            \"updated_at\": \"2023-09-30T12:15:45.000000Z\",\n                            \"fixed_commission\": 0,\n                            \"override_commission\": false,\n                            \"overridden_commission_level\": \"global\",\n                            \"overridden_commission\": \"15\",\n                            \"overridden_fixed_commission\": 10,\n                            \"global_commission_level\": \"global\",\n                            \"global_commission\": \"15\",\n                            \"global_fixed_commission\": 10\n                        },\n                        \"handle\": \"all-field-test-product22\",\n                        \"published_at\": \"2024-01-01 14:24:00\",\n                        \"template_suffix\": null,\n                        \"tags\": \"All Field Test product22\",\n                        \"published_scope\": null,\n                        \"admin_graphql_api_id\": \"gid://shopify/Product/9599632802095\",\n                        \"image\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-13_2.jpg?v=1704099244\",\n                        \"created_at\": \"2024-01-01T08:54:06.000000Z\",\n                        \"updated_at\": \"2024-01-01T09:00:21.000000Z\",\n                        \"deleted_at\": null,\n                        \"vendor_id\": 234956,\n                        \"provider\": null,\n                        \"company_id\": 234956,\n                        \"channel_id\": \"9599632802095\",\n                        \"store_id\": null,\n                        \"product_image_link\": null,\n                        \"channel_product_id\": 8099317,\n                        \"channel\": \"shopify\",\n                        \"sku\": null,\n                        \"shop_id\": 4147,\n                        \"tax_id\": null,\n                        \"product_type_id\": 133935,\n                        \"parent_id\": 212738,\n                        \"images\": [\n                            {\n                                \"id\": 44020661911855,\n                                \"alt\": null,\n                                \"src\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-13_2.jpg?v=1704099244\",\n                                \"width\": 1080,\n                                \"height\": 1080,\n                                \"position\": 1,\n                                \"created_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"product_id\": 9599632802095,\n                                \"updated_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"variant_ids\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/ProductImage/44020661911855\"\n                            },\n                            {\n                                \"id\": 44020661813551,\n                                \"alt\": null,\n                                \"src\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-12_5.jpg?v=1704099244\",\n                                \"width\": 1080,\n                                \"height\": 1080,\n                                \"position\": 2,\n                                \"created_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"product_id\": 9599632802095,\n                                \"updated_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"variant_ids\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/ProductImage/44020661813551\"\n                            },\n                            {\n                                \"id\": 44020661780783,\n                                \"alt\": null,\n                                \"src\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-11_5.jpg?v=1704099244\",\n                                \"width\": 1080,\n                                \"height\": 1080,\n                                \"position\": 3,\n                                \"created_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"product_id\": 9599632802095,\n                                \"updated_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"variant_ids\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/ProductImage/44020661780783\"\n                            },\n                            {\n                                \"id\": 44020661879087,\n                                \"alt\": null,\n                                \"src\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-10_f52a5a92-c15d-4445-a981-bd2251def6fa.jpg?v=1704099244\",\n                                \"width\": 1080,\n                                \"height\": 1080,\n                                \"position\": 4,\n                                \"created_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"product_id\": 9599632802095,\n                                \"updated_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"variant_ids\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/ProductImage/44020661879087\"\n                            },\n                            {\n                                \"id\": 44020661944623,\n                                \"alt\": null,\n                                \"src\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-9_c2a0ba5a-46c8-462e-bad6-b4bcfea883bb.jpg?v=1704099245\",\n                                \"width\": 1080,\n                                \"height\": 1080,\n                                \"position\": 5,\n                                \"created_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"product_id\": 9599632802095,\n                                \"updated_at\": \"2024-01-01T14:24:05+05:30\",\n                                \"variant_ids\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/ProductImage/44020661944623\"\n                            },\n                            {\n                                \"id\": 44020661977391,\n                                \"alt\": null,\n                                \"src\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-8_6729f903-3847-47b2-82f8-07bf9ea60c54.jpg?v=1704099245\",\n                                \"width\": 1080,\n                                \"height\": 1080,\n                                \"position\": 6,\n                                \"created_at\": \"2024-01-01T14:24:05+05:30\",\n                                \"product_id\": 9599632802095,\n                                \"updated_at\": \"2024-01-01T14:24:05+05:30\",\n                                \"variant_ids\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/ProductImage/44020661977391\"\n                            },\n                            {\n                                \"id\": 44020661846319,\n                                \"alt\": null,\n                                \"src\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-7_36b61da0-7175-4670-b1ac-69207b43a9cd.jpg?v=1704099245\",\n                                \"width\": 1080,\n                                \"height\": 1080,\n                                \"position\": 7,\n                                \"created_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"product_id\": 9599632802095,\n                                \"updated_at\": \"2024-01-01T14:24:05+05:30\",\n                                \"variant_ids\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/ProductImage/44020661846319\"\n                            }\n                        ],\n                        \"options\": [\n                            {\n                                \"id\": 11918634680623,\n                                \"name\": \"Color\",\n                                \"values\": [\n                                    \"black\",\n                                    \"new color\",\n                                    \"green\",\n                                    \"red\",\n                                    \"white\"\n                                ],\n                                \"position\": 1,\n                                \"product_id\": 9599632802095\n                            },\n                            {\n                                \"id\": 11918634713391,\n                                \"name\": \"size\",\n                                \"values\": [\n                                    \"medium\",\n                                    \"large\",\n                                    \"small\",\n                                    \"extra large\"\n                                ],\n                                \"position\": 2,\n                                \"product_id\": 9599632802095\n                            }\n                        ],\n                        \"has_only_default_variant\": false,\n                        \"meta_data\": {\n                            \"badge\": {\n                                \"id\": \"gid://shopify/Metafield/32974825423151\",\n                                \"key\": \"badge\",\n                                \"value\": null,\n                                \"name_slug\": \"badge\",\n                                \"namespace\": \"judgeme\"\n                            },\n                            \"widget\": {\n                                \"id\": \"gid://shopify/Metafield/32974825455919\",\n                                \"key\": \"widget\",\n                                \"value\": null,\n                                \"name_slug\": \"widget\",\n                                \"namespace\": \"judgeme\"\n                            }\n                        },\n                        \"status\": \"active\",\n                        \"vendor_shop_product_id\": null,\n                        \"shopify_meta_data\": null,\n                        \"image_link\": null,\n                        \"images_link\": null,\n                        \"uploaded_images\": [],\n                        \"media\": []\n                    },\n                    \"company\": {\n                        \"id\": 234956,\n                        \"company_name\": null,\n                        \"brand_name\": \"Magento0\",\n                        \"company_logo\": null,\n                        \"contact_name\": null,\n                        \"phone_number\": null,\n                        \"email\": null,\n                        \"address_line_1\": null,\n                        \"address_line_2\": null,\n                        \"pin_code\": null,\n                        \"city\": null,\n                        \"created_at\": \"2023-12-27T11:06:45.000000Z\",\n                        \"updated_at\": \"2024-01-01T08:32:49.000000Z\",\n                        \"state_id\": null,\n                        \"gstin_number\": null,\n                        \"invoice_prefix\": null,\n                        \"starting_invoice_number\": null,\n                        \"terms_and_conditions\": null,\n                        \"bank_account_beneficiary_name\": null,\n                        \"bank_account_name\": null,\n                        \"ifsc_code\": null,\n                        \"label_company_name\": null,\n                        \"label_contact_name\": null,\n                        \"label_phone\": null,\n                        \"label_email_address\": null,\n                        \"label_address_line_1\": null,\n                        \"label_address_line_2\": null,\n                        \"label_pin_code\": null,\n                        \"label_city\": null,\n                        \"label_state\": null,\n                        \"signature\": null,\n                        \"currency\": null,\n                        \"weight\": null,\n                        \"measurement\": null,\n                        \"gst_enabled\": false,\n                        \"override_channel_product_weight_enabled\": false,\n                        \"label_details_same_as_company\": true,\n                        \"multi_vendor_invoicing_enabled\": true,\n                        \"multi_vendor_shipping_enabled\": true,\n                        \"is_master\": null,\n                        \"invoice_number_same_as_order_number\": true,\n                        \"enable_disable_cod_reconciliation\": false,\n                        \"enable_disable_freight_reconciliation\": false,\n                        \"cod_tolerance\": null,\n                        \"freight_tolerance\": null,\n                        \"is_multi_vendor_enabled\": true,\n                        \"invoice_message\": null,\n                        \"inclusive_exclusive\": null,\n                        \"is_tax_on_shipping\": \"no\",\n                        \"tax_on_shipping\": null,\n                        \"primary_color\": \"#f18024\",\n                        \"secondary_color\": null,\n                        \"display_hsn\": true,\n                        \"website\": null,\n                        \"country\": null,\n                        \"type_of_vendor\": \"dropshipper\",\n                        \"invoice_message_2\": null,\n                        \"title\": \"Magento0\",\n                        \"parent_id\": 212738,\n                        \"extra_information\": null,\n                        \"invoice_date\": \"invoice_creation_date\",\n                        \"number_of_digits\": \"0\",\n                        \"invoice_message_1\": null,\n                        \"created_by\": null,\n                        \"updated_by\": 28344,\n                        \"invoice_contact_name\": null,\n                        \"invoice_address_1\": null,\n                        \"invoice_address_2\": null,\n                        \"invoice_postal_code\": null,\n                        \"invoice_city\": null,\n                        \"invoice_phone_number\": null,\n                        \"invoice_tin\": null,\n                        \"timezone\": \"Asia/Kolkata\",\n                        \"hand_delivered_enabled\": true,\n                        \"other_courier_partner_enabled\": true,\n                        \"billing_address_same_as_company_details\": true,\n                        \"deactivated_at\": null,\n                        \"state_code\": null,\n                        \"automatically_sync_vendor_name_from_store\": true,\n                        \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                        \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                        \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                        \"correct_all_errors_in_order\": false,\n                        \"generate_shipping_labels_for_orders\": false,\n                        \"generate_invoices_for_dropship_orders\": false,\n                        \"can_vendor_enable_disable_product\": false,\n                        \"can_vendor_edit_quantity_product\": false,\n                        \"can_vendor_edit_weight_dimension_product\": false,\n                        \"can_vendor_edit_tax_product\": true,\n                        \"set_vendor_level_commission\": false,\n                        \"commission\": null,\n                        \"discount_shared_by_vendor\": null,\n                        \"commission_calculated_on_product_price_discounted_price\": null,\n                        \"set_vendor_level_shared_discount\": false,\n                        \"set_vendor_level_commissoin_calculated_on\": false,\n                        \"use_shop_channel_values_to_set_commission\": true,\n                        \"can_vendor_generate_invoice\": false,\n                        \"can_vendor_process_shippings\": false,\n                        \"can_vendor_edit_hsn_tax\": false,\n                        \"can_vendor_add_courier_provider\": false,\n                        \"default_vendor_type\": \"dropshipper\",\n                        \"no_of_deciaml_digits\": 2,\n                        \"credits\": 0,\n                        \"plan_id\": null,\n                        \"requested_plan_id\": null,\n                        \"override_invoice_permissions\": false,\n                        \"override_product_permissions\": false,\n                        \"override_order_routing_permissions\": false,\n                        \"override_shipping_permissions\": false,\n                        \"slug\": \"magento0-234956\",\n                        \"commission_calculated_tax_type\": \"exclusive_of_tax\",\n                        \"shipping_charge_commission_type\": \"fixed\",\n                        \"shipping_charge_commission\": 0,\n                        \"override_commission_calculated_tax_type\": false,\n                        \"override_shipping_charge_commission_type\": false,\n                        \"override_shipping_charge_commission\": 0,\n                        \"auto_email_to_vendor\": false,\n                        \"fixed_commission\": 0,\n                        \"service_charge\": 0,\n                        \"can_vendor_edit_price\": false,\n                        \"can_vendor_delete_product\": false,\n                        \"show_logo_in_awb\": false,\n                        \"hide_pick_address_in_awb\": true,\n                        \"hide_customer_info_in_awb\": true,\n                        \"hide_price_in_awb\": false,\n                        \"hide_customer_information_on_vendor_dashboards\": false,\n                        \"allow_merchant_to_generate_invoice\": false,\n                        \"show_merchant_logo_in_invoice\": false,\n                        \"locale\": \"en\",\n                        \"use_custom_waybill\": false,\n                        \"redirect_url\": \"dashboard\",\n                        \"invoice_state_code\": null,\n                        \"invoice_country_code\": null,\n                        \"stripe_account_id\": null,\n                        \"url_to_redirect_vendor_is_registered\": null,\n                        \"enable_app_shipping_profile_on_shopify\": null,\n                        \"policy\": null,\n                        \"css\": null,\n                        \"vendor_profile_color\": \"#f18024\",\n                        \"about_us\": null,\n                        \"facebook_link\": null,\n                        \"twitter_link\": null,\n                        \"instagram_link\": null,\n                        \"auto_fulfill_digital_orders\": false,\n                        \"use_default_warehouse_for_all_orders\": false,\n                        \"invoice_label_header_title\": null,\n                        \"invoice_place_of_supply\": null,\n                        \"invoice_cin_key_title\": null,\n                        \"invoice_cin\": null,\n                        \"give_vendor_access_to_merchant_shipper\": false,\n                        \"auto_generate_order_invoices_to_customers\": false,\n                        \"auto_email_order_invoices_to_customers\": false,\n                        \"treat_manual_payment_mode_as_cod\": false,\n                        \"fulfill_order_after_confirm\": false,\n                        \"add_notes_before_confirming_orders\": false,\n                        \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                        \"note_at_the_top_of_invoice\": null,\n                        \"vendor_shop_id\": null,\n                        \"vendor_category\": null,\n                        \"vendor_location\": null,\n                        \"short_description\": null,\n                        \"display_vendor_category\": false,\n                        \"display_vendor_location\": false,\n                        \"display_vendor_short_description\": false,\n                        \"name_of_the_vendor_listing_page\": null,\n                        \"sync_settings\": {\n                            \"update_settings\": {\n                                \"title\": false,\n                                \"variant_name\": false,\n                                \"price\": true,\n                                \"weight\": false,\n                                \"sku\": false,\n                                \"description\": false,\n                                \"publish_status\": false,\n                                \"product_type\": false,\n                                \"barcode\": false,\n                                \"media\": false,\n                                \"compare_at_price\": true,\n                                \"quantity\": true,\n                                \"track_quantity_and_continue_selling_when_out_of_stock\": false,\n                                \"hsn_code_and_country_of_origin\": false,\n                                \"tags\": true\n                            },\n                            \"create_settings\": {\n                                \"title\": true,\n                                \"variant_name\": true,\n                                \"price\": true,\n                                \"weight\": true,\n                                \"sku\": true,\n                                \"description\": true,\n                                \"publish_status\": true,\n                                \"product_type\": true,\n                                \"barcode\": true,\n                                \"media\": true,\n                                \"compare_at_price\": true,\n                                \"quantity\": true,\n                                \"track_quantity_and_continue_selling_when_out_of_stock\": true,\n                                \"hsn_code_and_country_of_origin\": true,\n                                \"tags\": true\n                            },\n                            \"override_product_status_at_create\": false,\n                            \"product_status\": \"as_per_vendor_product\",\n                            \"enable_order_sync\": false,\n                            \"push_only_if_order_paid\": false,\n                            \"push_unsynced_product_order\": false,\n                            \"auto_add_variant\": true,\n                            \"auto_remove_variant\": true,\n                            \"strictKeyCheck\": false,\n                            \"on_product_delete\": \"do_nothing\",\n                            \"on_product_unmapped\": \"do_nothing\"\n                        },\n                        \"override_hide_customer_information_permissions\": false,\n                        \"can_vendor_cancel_an_order\": false,\n                        \"hide_shipping_charges\": false,\n                        \"add_insurance_to_shipment\": 0,\n                        \"meta_title\": null,\n                        \"registration_link\": null,\n                        \"auto_approval_of_products_from_vendor\": true,\n                        \"ignore_selling_price_for_commission\": 0,\n                        \"shipping_label_check\": {\n                            \"email\": false,\n                            \"phone\": false,\n                            \"address_line_1\": false,\n                            \"address_line_2\": false,\n                            \"address_line_1_minimum\": null,\n                            \"address_line_1_maximum\": null,\n                            \"address_line_2_minimum\": null,\n                            \"address_line_2_maximum\": null\n                        },\n                        \"shipping_label_size\": \"smalllabel\",\n                        \"paypal_email\": null,\n                        \"use_custom_email_driver\": false,\n                        \"ignore_order_splitting\": false,\n                        \"hide_customer_information_on_vendor_dashboard\": {\n                            \"name\": false,\n                            \"phone\": false,\n                            \"address\": false,\n                            \"email\": false,\n                            \"city\": false,\n                            \"state\": false\n                        },\n                        \"hide_customer_information_in_awb\": {\n                            \"name\": false,\n                            \"phone\": false,\n                            \"address\": false,\n                            \"email\": false,\n                            \"city\": false,\n                            \"state\": false,\n                            \"line_items\": false,\n                            \"vendor_name\": false,\n                            \"sku\": false,\n                            \"weight_dimension\": false\n                        },\n                        \"hide_customer_information_in_invoice\": {\n                            \"name\": false,\n                            \"phone\": false,\n                            \"address\": false,\n                            \"email\": false,\n                            \"city\": false,\n                            \"state\": false\n                        },\n                        \"vendor_profile_settings\": {\n                            \"seller_products_tab\": true,\n                            \"seller_policy_tab\": true,\n                            \"seller_contact_us_tab\": true\n                        },\n                        \"challan_message_1\": null,\n                        \"challan_message_2\": null,\n                        \"challan_prefix\": null,\n                        \"challan_number_same_as_invoice_number\": true,\n                        \"default_label_size_for_all_vendors\": false,\n                        \"hide_customer_information_in_export\": {\n                            \"name\": false,\n                            \"phone\": false,\n                            \"address\": false,\n                            \"email\": false,\n                            \"city\": false,\n                            \"state\": false\n                        },\n                        \"product_permissions\": null,\n                        \"hide_product_details_in_awb\": false,\n                        \"hide_invoice_details_in_awb\": false,\n                        \"company_note\": null,\n                        \"meta_data\": null,\n                        \"color_theme_field\": \"light.orange\",\n                        \"change_tracking_url\": false,\n                        \"ship_to_address_as_merchants_default_warehouse\": false,\n                        \"can_vendor_hold_an_order\": false,\n                        \"handle_out_of_stock_products\": null,\n                        \"allow_vendors_to_change_vendor_profile_details\": false,\n                        \"whatsapp_account\": null,\n                        \"vendor_profile_theme_choosen\": \"theme-1\",\n                        \"whatsapp_credit\": 100,\n                        \"test_whatsapp_number\": null,\n                        \"spoc_email_sending_method\": null,\n                        \"connected_vendor_shops\": null,\n                        \"events\": null,\n                        \"commission_automation_set\": null,\n                        \"auto_confirmation_using_tags_settings\": {\n                            \"tags_settings_status\": false,\n                            \"paid\": false,\n                            \"tags_for_paid\": [],\n                            \"cod_or_partially_paid\": false,\n                            \"tags_for_cod_or_partially_paid\": [],\n                            \"Exceptions_for_paid\": false,\n                            \"Exceptions_for_paid_tags\": [],\n                            \"Exceptions_for_cod_or_partially_paid\": false,\n                            \"Exceptions_for_cod_or_partially_paid_tags\": []\n                        },\n                        \"preferred_location\": null,\n                        \"email_credit\": null,\n                        \"logo\": null,\n                        \"logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                        \"is_general_setting_done\": true,\n                        \"is_invoice_setting_done\": true,\n                        \"is_label_setting_done\": false,\n                        \"is_gst_enabled\": false,\n                        \"billing_detail\": \"\",\n                        \"warehouse_address\": \"</br>\",\n                        \"contact_information\": \"\",\n                        \"status\": \"Active\",\n                        \"global_commission\": \"15\",\n                        \"global_discount_shared_by_vendor\": \"0\",\n                        \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                        \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                        \"global_shipping_charge_commission_type\": \"fixed\",\n                        \"global_shipping_charge_commission\": 50,\n                        \"global_fixed_commission\": 10,\n                        \"is_drop_shipper\": true,\n                        \"state\": null,\n                        \"first_email\": [\n                            \"het.shipturtle@gmail.com\"\n                        ],\n                        \"invoice_state\": null,\n                        \"banner\": null,\n                        \"banner_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                        \"frontend_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                        \"navbar_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                        \"email_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                        \"invoice_country_detail\": null,\n                        \"commission_tags\": null,\n                        \"parent\": {\n                            \"id\": 212738,\n                            \"company_name\": \"kapil\",\n                            \"brand_name\": \"violetplants\",\n                            \"company_logo\": null,\n                            \"contact_name\": \"Chahar\",\n                            \"phone_number\": null,\n                            \"email\": \"het.shipturtle@gmail.com\",\n                            \"address_line_1\": \"Est\",\n                            \"address_line_2\": \"Test\",\n                            \"pin_code\": \"411018\",\n                            \"city\": \"Pune\",\n                            \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                            \"updated_at\": \"2024-01-02T06:35:02.000000Z\",\n                            \"state_id\": null,\n                            \"gstin_number\": \"1234\",\n                            \"invoice_prefix\": \"Invoice\",\n                            \"starting_invoice_number\": \"26\",\n                            \"terms_and_conditions\": null,\n                            \"bank_account_beneficiary_name\": null,\n                            \"bank_account_name\": null,\n                            \"ifsc_code\": null,\n                            \"label_company_name\": null,\n                            \"label_contact_name\": null,\n                            \"label_phone\": null,\n                            \"label_email_address\": null,\n                            \"label_address_line_1\": null,\n                            \"label_address_line_2\": null,\n                            \"label_pin_code\": null,\n                            \"label_city\": null,\n                            \"label_state\": null,\n                            \"signature\": null,\n                            \"currency\": \"INR\",\n                            \"weight\": null,\n                            \"measurement\": null,\n                            \"gst_enabled\": true,\n                            \"override_channel_product_weight_enabled\": true,\n                            \"label_details_same_as_company\": true,\n                            \"multi_vendor_invoicing_enabled\": false,\n                            \"multi_vendor_shipping_enabled\": false,\n                            \"is_master\": \"1\",\n                            \"invoice_number_same_as_order_number\": true,\n                            \"enable_disable_cod_reconciliation\": true,\n                            \"enable_disable_freight_reconciliation\": true,\n                            \"cod_tolerance\": \"5\",\n                            \"freight_tolerance\": \"2\",\n                            \"is_multi_vendor_enabled\": true,\n                            \"invoice_message\": null,\n                            \"inclusive_exclusive\": null,\n                            \"is_tax_on_shipping\": \"no\",\n                            \"tax_on_shipping\": null,\n                            \"primary_color\": \"#222F3D\",\n                            \"secondary_color\": null,\n                            \"display_hsn\": true,\n                            \"website\": \"https://app.shipturtle.com/\",\n                            \"country\": \"IN\",\n                            \"type_of_vendor\": \"marketplace\",\n                            \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                            \"title\": \"violetplants\",\n                            \"parent_id\": 212738,\n                            \"extra_information\": null,\n                            \"invoice_date\": \"invoice_creation_date\",\n                            \"number_of_digits\": \"0\",\n                            \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                            \"created_by\": null,\n                            \"updated_by\": 28344,\n                            \"invoice_contact_name\": \"Hussain\",\n                            \"invoice_address_1\": \"dahod\",\n                            \"invoice_address_2\": \"dahod\",\n                            \"invoice_postal_code\": \"380005\",\n                            \"invoice_city\": \"Ahmedabad\",\n                            \"invoice_phone_number\": \"09173038104\",\n                            \"invoice_tin\": null,\n                            \"timezone\": \"America/Phoenix\",\n                            \"hand_delivered_enabled\": true,\n                            \"other_courier_partner_enabled\": true,\n                            \"billing_address_same_as_company_details\": false,\n                            \"deactivated_at\": null,\n                            \"state_code\": \"GJ\",\n                            \"automatically_sync_vendor_name_from_store\": true,\n                            \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                            \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                            \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                            \"correct_all_errors_in_order\": false,\n                            \"generate_shipping_labels_for_orders\": false,\n                            \"generate_invoices_for_dropship_orders\": false,\n                            \"can_vendor_enable_disable_product\": false,\n                            \"can_vendor_edit_quantity_product\": false,\n                            \"can_vendor_edit_weight_dimension_product\": false,\n                            \"can_vendor_edit_tax_product\": true,\n                            \"set_vendor_level_commission\": false,\n                            \"commission\": \"15\",\n                            \"discount_shared_by_vendor\": \"0\",\n                            \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"set_vendor_level_shared_discount\": false,\n                            \"set_vendor_level_commissoin_calculated_on\": false,\n                            \"use_shop_channel_values_to_set_commission\": false,\n                            \"can_vendor_generate_invoice\": true,\n                            \"can_vendor_process_shippings\": true,\n                            \"can_vendor_edit_hsn_tax\": true,\n                            \"can_vendor_add_courier_provider\": true,\n                            \"default_vendor_type\": \"dropshipper\",\n                            \"no_of_deciaml_digits\": 2,\n                            \"credits\": 299836,\n                            \"plan_id\": 4,\n                            \"requested_plan_id\": null,\n                            \"override_invoice_permissions\": false,\n                            \"override_product_permissions\": false,\n                            \"override_order_routing_permissions\": false,\n                            \"override_shipping_permissions\": false,\n                            \"slug\": \"violetplants-212738\",\n                            \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"shipping_charge_commission_type\": \"fixed\",\n                            \"shipping_charge_commission\": 50,\n                            \"override_commission_calculated_tax_type\": false,\n                            \"override_shipping_charge_commission_type\": false,\n                            \"override_shipping_charge_commission\": 0,\n                            \"auto_email_to_vendor\": true,\n                            \"fixed_commission\": 10,\n                            \"service_charge\": 0,\n                            \"can_vendor_edit_price\": false,\n                            \"can_vendor_delete_product\": false,\n                            \"show_logo_in_awb\": false,\n                            \"hide_pick_address_in_awb\": false,\n                            \"hide_customer_info_in_awb\": true,\n                            \"hide_price_in_awb\": false,\n                            \"hide_customer_information_on_vendor_dashboards\": false,\n                            \"allow_merchant_to_generate_invoice\": false,\n                            \"show_merchant_logo_in_invoice\": true,\n                            \"locale\": \"en\",\n                            \"use_custom_waybill\": false,\n                            \"redirect_url\": \"dashboard\",\n                            \"invoice_state_code\": \"GJ\",\n                            \"invoice_country_code\": \"IN\",\n                            \"stripe_account_id\": null,\n                            \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                            \"enable_app_shipping_profile_on_shopify\": \"0\",\n                            \"policy\": null,\n                            \"css\": null,\n                            \"vendor_profile_color\": \"#f18024\",\n                            \"about_us\": null,\n                            \"facebook_link\": null,\n                            \"twitter_link\": null,\n                            \"instagram_link\": null,\n                            \"auto_fulfill_digital_orders\": true,\n                            \"use_default_warehouse_for_all_orders\": false,\n                            \"invoice_label_header_title\": null,\n                            \"invoice_place_of_supply\": null,\n                            \"invoice_cin_key_title\": null,\n                            \"invoice_cin\": null,\n                            \"give_vendor_access_to_merchant_shipper\": false,\n                            \"auto_generate_order_invoices_to_customers\": true,\n                            \"auto_email_order_invoices_to_customers\": true,\n                            \"treat_manual_payment_mode_as_cod\": false,\n                            \"fulfill_order_after_confirm\": false,\n                            \"add_notes_before_confirming_orders\": false,\n                            \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                            \"note_at_the_top_of_invoice\": null,\n                            \"vendor_shop_id\": null,\n                            \"vendor_category\": null,\n                            \"vendor_location\": null,\n                            \"short_description\": null,\n                            \"display_vendor_category\": true,\n                            \"display_vendor_location\": true,\n                            \"display_vendor_short_description\": true,\n                            \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                            \"sync_settings\": {\n                                \"update_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": false,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"create_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": false,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"override_product_status_at_create\": true,\n                                \"product_status\": \"as_per_vendor_product\",\n                                \"enable_order_sync\": true,\n                                \"push_only_if_order_paid\": false,\n                                \"push_unsynced_product_order\": true,\n                                \"auto_add_variant\": true,\n                                \"auto_remove_variant\": true,\n                                \"strictKeyCheck\": false,\n                                \"on_product_delete\": \"do_nothing\",\n                                \"on_product_unmapped\": \"do_nothing\",\n                                \"push_only_if_product_connected\": true\n                            },\n                            \"override_hide_customer_information_permissions\": false,\n                            \"can_vendor_cancel_an_order\": false,\n                            \"hide_shipping_charges\": false,\n                            \"add_insurance_to_shipment\": 0,\n                            \"meta_title\": null,\n                            \"registration_link\": null,\n                            \"auto_approval_of_products_from_vendor\": true,\n                            \"ignore_selling_price_for_commission\": 0,\n                            \"shipping_label_check\": {\n                                \"email\": false,\n                                \"phone\": false,\n                                \"address_line_1\": false,\n                                \"address_line_2\": false,\n                                \"address_line_1_minimum\": null,\n                                \"address_line_1_maximum\": null,\n                                \"address_line_2_minimum\": null,\n                                \"address_line_2_maximum\": null\n                            },\n                            \"shipping_label_size\": \"smalllabel\",\n                            \"paypal_email\": null,\n                            \"use_custom_email_driver\": false,\n                            \"ignore_order_splitting\": false,\n                            \"hide_customer_information_on_vendor_dashboard\": {\n                                \"name\": false,\n                                \"phone\": true,\n                                \"address\": true,\n                                \"email\": true,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"hide_customer_information_in_awb\": {\n                                \"name\": false,\n                                \"phone\": true,\n                                \"address\": true,\n                                \"email\": true,\n                                \"city\": false,\n                                \"state\": false,\n                                \"line_items\": false,\n                                \"vendor_name\": false,\n                                \"sku\": false,\n                                \"weight_dimension\": false\n                            },\n                            \"hide_customer_information_in_invoice\": {\n                                \"name\": false,\n                                \"phone\": true,\n                                \"address\": true,\n                                \"email\": true,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"vendor_profile_settings\": {\n                                \"seller_products_tab\": true,\n                                \"seller_policy_tab\": true,\n                                \"seller_contact_us_tab\": true,\n                                \"seller_events_tab\": true,\n                                \"seller_reviews_tab\": false,\n                                \"seller_about_us_tab\": true\n                            },\n                            \"challan_message_1\": null,\n                            \"challan_message_2\": null,\n                            \"challan_prefix\": \"Invoice\",\n                            \"challan_number_same_as_invoice_number\": true,\n                            \"default_label_size_for_all_vendors\": false,\n                            \"hide_customer_information_in_export\": {\n                                \"name\": false,\n                                \"phone\": true,\n                                \"address\": true,\n                                \"email\": true,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"product_permissions\": null,\n                            \"hide_product_details_in_awb\": false,\n                            \"hide_invoice_details_in_awb\": false,\n                            \"company_note\": \"<p>sdfasdfab</p>\",\n                            \"meta_data\": \"[{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                            \"color_theme_field\": \"light.orange\",\n                            \"change_tracking_url\": false,\n                            \"ship_to_address_as_merchants_default_warehouse\": false,\n                            \"can_vendor_hold_an_order\": false,\n                            \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                            \"allow_vendors_to_change_vendor_profile_details\": true,\n                            \"whatsapp_account\": \"use_company_account\",\n                            \"vendor_profile_theme_choosen\": \"theme-1\",\n                            \"whatsapp_credit\": 54,\n                            \"test_whatsapp_number\": \"+918849193468\",\n                            \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                            \"connected_vendor_shops\": [\n                                \"vendorsynctesting5.myshopify.com\",\n                                \"testing-for-vendorsync.myshopify.com\",\n                                \"purpleplants.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"test-store-webkul-112.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com/\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com\",\n                                \"channelteststore5.myshopify.com\",\n                                \"https://st-wpdemo.com/newtestclient/\",\n                                \"purpleplants.myshopify.com\",\n                                \"purpleplants.myshopify.com\",\n                                \"vendorsynctesting.myshopify.com\",\n                                \"vendorsynctesting.myshopify.com\"\n                            ],\n                            \"events\": null,\n                            \"commission_automation_set\": {\n                                \"commission_automation\": true,\n                                \"commission_automation_rules\": true,\n                                \"commission_automation_date_range\": true,\n                                \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                \"time_buffer_for_commission_automation\": \"4\",\n                                \"order_status_for_commission_automation\": \"pending\",\n                                \"invoice_number_for_commission_automation\": 277,\n                                \"date_Range_days_for_commission_automation\": \"4\"\n                            },\n                            \"auto_confirmation_using_tags_settings\": {\n                                \"tags_settings_status\": true,\n                                \"paid\": true,\n                                \"tags_for_paid\": [],\n                                \"cod_or_partially_paid\": false,\n                                \"tags_for_cod_or_partially_paid\": [],\n                                \"Exceptions_for_paid\": false,\n                                \"Exceptions_for_paid_tags\": [],\n                                \"Exceptions_for_cod_or_partially_paid\": false,\n                                \"Exceptions_for_cod_or_partially_paid_tags\": []\n                            },\n                            \"preferred_location\": null,\n                            \"email_credit\": 4759,\n                            \"logo\": null,\n                            \"logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                            \"is_general_setting_done\": true,\n                            \"is_invoice_setting_done\": true,\n                            \"is_label_setting_done\": false,\n                            \"is_gst_enabled\": true,\n                            \"billing_detail\": \"Pune</br>Gujarat</br>India\",\n                            \"warehouse_address\": \"Pune</br>IN\",\n                            \"contact_information\": \"Chahar</br>het.shipturtle@gmail.com</br>\",\n                            \"status\": \"Active\",\n                            \"global_commission\": \"15\",\n                            \"global_discount_shared_by_vendor\": \"0\",\n                            \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"global_shipping_charge_commission_type\": \"fixed\",\n                            \"global_shipping_charge_commission\": 50,\n                            \"global_fixed_commission\": 10,\n                            \"is_drop_shipper\": false,\n                            \"state\": {\n                                \"id\": 13,\n                                \"code\": \"GJ\",\n                                \"tin\": 24,\n                                \"title\": \"Gujarat\",\n                                \"created_at\": \"2019-08-03T17:48:42.000000Z\",\n                                \"updated_at\": \"2020-03-28T04:51:45.000000Z\",\n                                \"deleted_at\": null,\n                                \"country_code\": \"IN\"\n                            },\n                            \"first_email\": [\n                                \"het.shipturtle@gmail.com\"\n                            ],\n                            \"invoice_state\": {\n                                \"id\": 13,\n                                \"code\": \"GJ\",\n                                \"tin\": 24,\n                                \"title\": \"Gujarat\",\n                                \"created_at\": \"2019-08-03T17:48:42.000000Z\",\n                                \"updated_at\": \"2020-03-28T04:51:45.000000Z\",\n                                \"deleted_at\": null,\n                                \"country_code\": \"IN\"\n                            },\n                            \"banner\": null,\n                            \"banner_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                            \"frontend_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                            \"navbar_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                            \"email_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                            \"invoice_country_detail\": {\n                                \"id\": 98,\n                                \"name\": \"India\",\n                                \"code\": \"IN\",\n                                \"dial_code\": \"+91\",\n                                \"currency_name\": \"Indian rupee\",\n                                \"currency_symbol\": \"Rs.\",\n                                \"currency_code\": \"INR\",\n                                \"created_at\": null,\n                                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                \"name_with_symbole\": \"Indian rupee - Rs.\"\n                            },\n                            \"commission_tags\": {\n                                \"company_id\": 212738,\n                                \"override_commission\": true\n                            },\n                            \"media\": [],\n                            \"country_detail\": {\n                                \"id\": 98,\n                                \"name\": \"India\",\n                                \"code\": \"IN\",\n                                \"dial_code\": \"+91\",\n                                \"currency_name\": \"Indian rupee\",\n                                \"currency_symbol\": \"Rs.\",\n                                \"currency_code\": \"INR\",\n                                \"created_at\": null,\n                                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                \"name_with_symbole\": \"Indian rupee - Rs.\"\n                            }\n                        },\n                        \"media\": []\n                    }\n                }\n            },\n            \"commission_invoice\": null\n        },\n        {\n            \"id\": 9326344,\n            \"vendor_line_item_id\": 9351897,\n            \"vendor_order_id\": 6639825,\n            \"order_id\": 1925031580332,\n            \"shop_id\": 4147,\n            \"company_id\": 234956,\n            \"commission\": \"0\",\n            \"adjustment\": \"0\",\n            \"date_of_payment\": null,\n            \"reference\": null,\n            \"created_at\": \"2024-01-01T08:57:01.000000Z\",\n            \"updated_at\": \"2024-01-01T08:57:01.000000Z\",\n            \"price\": \"10\",\n            \"vendor_payout\": \"11.8\",\n            \"quantity\": 1,\n            \"discount_shared_by_vendor\": \"0\",\n            \"total_discount\": \"0\",\n            \"commission_level\": \"Tags\",\n            \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n            \"processed_at\": \"2024-01-01 14:26:48\",\n            \"merchant_earn\": \"0\",\n            \"less_discount_borne_by_vendor\": \"0\",\n            \"order_value\": \"0\",\n            \"net_earn\": \"0\",\n            \"commission_on_shipping\": \"50\",\n            \"merchant_commission_on_freight_charged\": \"0\",\n            \"merchant_commission_on_product\": 0,\n            \"commission_shipping_calculation_on\": \"inclusive_of_tax\",\n            \"commission_on_shipping_type\": \"fixed\",\n            \"fixed_commission\": \"0\",\n            \"service_charge\": \"0\",\n            \"total_line_value\": \"11.8\",\n            \"line_tax_value\": \"1.8\",\n            \"line_shipping_tax_value\": \"0\",\n            \"line_tax_percentage\": \"0.18\",\n            \"line_shipping_tax_percentage\": \"0\",\n            \"service_tax\": \"0\",\n            \"product_value\": \"10\",\n            \"shipping_price\": \"0\",\n            \"parent_id\": null,\n            \"commission_invoice_id\": null,\n            \"tax_information\": {\n                \"cgst\": 0,\n                \"igst\": 0,\n                \"sgst\": 0,\n                \"total_tax\": 0\n            },\n            \"is_paid\": false,\n            \"vendor_order\": {\n                \"user_id\": 92574581039,\n                \"pick_listed\": false,\n                \"gateway\": \"manual\",\n                \"total_weight\": 0,\n                \"total_price\": 236,\n                \"status\": \"New Orders\",\n                \"email\": \"rajdip.shipturtle@gmail.com\",\n                \"provider\": \"shopify\",\n                \"invoice_number\": \"Invoice3027\",\n                \"awb\": null,\n                \"processed_at\": \"2024-01-01 14:26:48\",\n                \"customer\": \"{\\\"id\\\": 7864611733807, \\\"note\\\": null, \\\"tags\\\": \\\"\\\", \\\"email\\\": \\\"rajdip.shipturtle@gmail.com\\\", \\\"phone\\\": null, \\\"state\\\": \\\"disabled\\\", \\\"currency\\\": \\\"INR\\\", \\\"last_name\\\": \\\"jalondhara\\\", \\\"created_at\\\": \\\"2023-12-27T13:02:22+05:30\\\", \\\"first_name\\\": \\\"Rajdeep\\\", \\\"tax_exempt\\\": false, \\\"updated_at\\\": \\\"2024-01-01T14:26:50+05:30\\\", \\\"tax_exemptions\\\": [], \\\"verified_email\\\": true, \\\"default_address\\\": {\\\"id\\\": 9899588780335, \\\"zip\\\": \\\"380050\\\", \\\"city\\\": \\\"Ahmedabad\\\", \\\"name\\\": \\\"Rajdeep Jalondhara\\\", \\\"phone\\\": null, \\\"company\\\": null, \\\"country\\\": \\\"India\\\", \\\"default\\\": true, \\\"address1\\\": \\\"ABC 1, Navrangpura abc Prakash Nagar Navrangpura\\\", \\\"address2\\\": null, \\\"province\\\": \\\"Gujarat\\\", \\\"last_name\\\": \\\"Jalondhara\\\", \\\"first_name\\\": \\\"Rajdeep\\\", \\\"customer_id\\\": 7864611733807, \\\"country_code\\\": \\\"IN\\\", \\\"country_name\\\": \\\"India\\\", \\\"province_code\\\": \\\"GJ\\\"}, \\\"accepts_marketing\\\": false, \\\"admin_graphql_api_id\\\": \\\"gid://shopify/Customer/7864611733807\\\", \\\"multipass_identifier\\\": null, \\\"sms_marketing_consent\\\": null, \\\"marketing_opt_in_level\\\": null, \\\"email_marketing_consent\\\": {\\\"state\\\": \\\"not_subscribed\\\", \\\"opt_in_level\\\": \\\"single_opt_in\\\", \\\"consent_updated_at\\\": null}, \\\"accepts_marketing_updated_at\\\": \\\"2023-12-27T13:02:22+05:30\\\"}\",\n                \"id\": 6639825,\n                \"invoice_download\": \"https://d2i9a0muccv7uq.cloudfront.net/s3/4147/generate_invoices/3027_Magento0_Rajdeep-Jalondhara_Invoice3027.pdf\",\n                \"awb_label\": null,\n                \"order_id\": 1925031580332,\n                \"company_id\": 234956,\n                \"shipping_provider\": null,\n                \"billing_address_id\": 9750849,\n                \"shipping_address_id\": 9616110,\n                \"shipping_service_provider_id\": null,\n                \"generating_awb\": false,\n                \"shipping_errors\": null,\n                \"mail_sent\": 0,\n                \"shipping_price\": \"0\",\n                \"total_tax\": 36,\n                \"total_amount_excluding_taxes\": 200,\n                \"height\": 2,\n                \"width\": 2,\n                \"length\": 3,\n                \"tracking_status\": \"Pending\",\n                \"tracking_message\": null,\n                \"order_number\": \"3027\",\n                \"status_sequence\": 1,\n                \"estimated_cost\": null,\n                \"shop_id\": 4147,\n                \"name\": \"#3027\",\n                \"warehouse_id\": null,\n                \"automate_shipment\": true,\n                \"shipping_address\": {\n                    \"zip\": \"380050\",\n                    \"city\": \"Ahmedabad\",\n                    \"name\": \"Rajdeep Jalondhara\",\n                    \"email\": \"rajdip.shipturtle@gmail.com\",\n                    \"phone\": \"\",\n                    \"company\": null,\n                    \"country\": \"India\",\n                    \"address1\": \"ABC 1, Navrangpura abc Prakash Naga\",\n                    \"address2\": \"r Navrangpura\",\n                    \"latitude\": null,\n                    \"province\": \"Gujarat\",\n                    \"last_name\": \"Jalondhara\",\n                    \"longitude\": null,\n                    \"first_name\": \"Rajdeep\",\n                    \"country_code\": \"IN\",\n                    \"province_code\": \"GJ\"\n                },\n                \"total_line_items_price\": 200,\n                \"total_discounts\": 0,\n                \"checkout_id\": 37177279414575,\n                \"tracking_link\": null,\n                \"payment_reconciliation_status\": \"pending\",\n                \"freight_reconciliation_status\": \"pending\",\n                \"payment_recon_id\": null,\n                \"freight_recon_id\": null,\n                \"billing_address\": {\n                    \"zip\": \"380050\",\n                    \"city\": \"Ahmedabad\",\n                    \"name\": \"Rajdeep Jalondhara\",\n                    \"phone\": null,\n                    \"company\": null,\n                    \"country\": \"India\",\n                    \"address1\": \"ABC 1, Navrangpura abc Prakash Nagar Navrangpura\",\n                    \"address2\": null,\n                    \"latitude\": 23.0329326,\n                    \"province\": \"Gujarat\",\n                    \"last_name\": \"Jalondhara\",\n                    \"longitude\": 72.55588259999999,\n                    \"first_name\": \"Rajdeep\",\n                    \"country_code\": \"IN\",\n                    \"province_code\": \"GJ\"\n                },\n                \"currency\": \"INR\",\n                \"last_tracked_at\": null,\n                \"unique_name\": \"#3027_Magento0\",\n                \"label\": null,\n                \"note\": null,\n                \"awb_created_at\": null,\n                \"custom_data\": null,\n                \"awb_custom_courier_name\": null,\n                \"requires_shipping\": true,\n                \"type_of_order\": \"forward_order\",\n                \"return_status\": null,\n                \"return_order_link\": null,\n                \"pickup_address\": null,\n                \"manifest_id\": null,\n                \"is_cod\": 0,\n                \"merchant_notes\": null,\n                \"is_customize\": false,\n                \"insurance_amount\": null,\n                \"insurance_cost\": null,\n                \"challan_number\": null,\n                \"challan_path\": null,\n                \"challan_download\": null,\n                \"challan_date\": null,\n                \"financial_status\": \"paid\",\n                \"tags\": \"\",\n                \"rag_status\": null,\n                \"rag_status_updated_on\": null,\n                \"processed_at_timestamp\": 1704119208,\n                \"mail_sent_for_ndr\": 0,\n                \"total_outstanding\": 0,\n                \"fulfillment_id\": null,\n                \"estimated_delivery_time\": null,\n                \"payment_gateway_names\": \"\\\"[\\\\\\\"manual\\\\\\\"]\\\"\",\n                \"note_attributes\": null,\n                \"ndr_api_available\": false,\n                \"unique_order_number\": \"#3027_Magento0\",\n                \"shipping_label_status\": \"Pending\",\n                \"invoice_generated\": \"Invoice Generated\",\n                \"shipping_service\": \"Not Selected\",\n                \"payment\": 236,\n                \"customer_address\": {\n                    \"id\": 7864611733807,\n                    \"note\": null,\n                    \"tags\": \"\",\n                    \"email\": \"rajdip.shipturtle@gmail.com\",\n                    \"phone\": null,\n                    \"state\": \"disabled\",\n                    \"currency\": \"INR\",\n                    \"last_name\": \"jalondhara\",\n                    \"created_at\": \"2023-12-27T13:02:22+05:30\",\n                    \"first_name\": \"Rajdeep\",\n                    \"tax_exempt\": false,\n                    \"updated_at\": \"2024-01-01T14:26:50+05:30\",\n                    \"tax_exemptions\": [],\n                    \"verified_email\": true,\n                    \"default_address\": {\n                        \"id\": 9899588780335,\n                        \"zip\": \"380050\",\n                        \"city\": \"Ahmedabad\",\n                        \"name\": \"Rajdeep Jalondhara\",\n                        \"phone\": null,\n                        \"company\": null,\n                        \"country\": \"India\",\n                        \"default\": true,\n                        \"address1\": \"ABC 1, Navrangpura abc Prakash Nagar Navrangpura\",\n                        \"address2\": null,\n                        \"province\": \"Gujarat\",\n                        \"last_name\": \"Jalondhara\",\n                        \"first_name\": \"Rajdeep\",\n                        \"customer_id\": 7864611733807,\n                        \"country_code\": \"IN\",\n                        \"country_name\": \"India\",\n                        \"province_code\": \"GJ\"\n                    },\n                    \"accepts_marketing\": false,\n                    \"admin_graphql_api_id\": \"gid://shopify/Customer/7864611733807\",\n                    \"multipass_identifier\": null,\n                    \"sms_marketing_consent\": null,\n                    \"marketing_opt_in_level\": null,\n                    \"email_marketing_consent\": {\n                        \"state\": \"not_subscribed\",\n                        \"opt_in_level\": \"single_opt_in\",\n                        \"consent_updated_at\": null\n                    },\n                    \"accepts_marketing_updated_at\": \"2023-12-27T13:02:22+05:30\"\n                },\n                \"payment_status\": \"PP\",\n                \"errors\": {\n                    \"errors\": {\n                        \"vendor_address\": {\n                            \"vendor_errors\": \"Kindly add warehouse info\"\n                        },\n                        \"shipping_service_provider\": {\n                            \"shipping_service_provider_id\": \"Please select Shipping Partner.\",\n                            \"warehouse_id\": \"Please select pick up Warehouse.\",\n                            \"total_weight\": \"Please input package weight.\"\n                        }\n                    },\n                    \"hasErrors\": true,\n                    \"canGenerateAwb\": false,\n                    \"canFetchRate\": false,\n                    \"canConfirmOrder\": false,\n                    \"generatingInvoice\": true\n                },\n                \"shipper_address\": null,\n                \"total_amount_including_tax\": 236,\n                \"shipment_tracker\": null,\n                \"shipping_details\": null,\n                \"is_cod_order\": false,\n                \"freight_payment\": \"0\",\n                \"automate_shipment_status\": \"A\",\n                \"is_delivered\": false,\n                \"tax_info\": false,\n                \"order_status\": null,\n                \"order_sequence_name\": \"New Orders\",\n                \"slug\": \"#3027_Magento0-6639825\",\n                \"line_item_counts\": 20,\n                \"pickup_warehouse_address\": null,\n                \"currency_country\": {\n                    \"id\": 98,\n                    \"name\": \"India\",\n                    \"code\": \"IN\",\n                    \"dial_code\": \"+91\",\n                    \"currency_name\": \"Indian rupee\",\n                    \"currency_symbol\": \"Rs.\",\n                    \"currency_code\": \"INR\",\n                    \"created_at\": null,\n                    \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                    \"name_with_symbole\": \"Indian rupee - Rs.\"\n                },\n                \"shipping_service_provider\": null,\n                \"warehouse\": null,\n                \"shop\": {\n                    \"id\": 4147,\n                    \"shopify_domain\": \"violetplants.myshopify.com\",\n                    \"shopify_token\": null,\n                    \"created_at\": \"2023-07-13T10:19:49.000000Z\",\n                    \"updated_at\": \"2024-01-01T13:07:55.000000Z\",\n                    \"grandfathered\": false,\n                    \"deleted_at\": null,\n                    \"namespace\": null,\n                    \"plan_id\": 621,\n                    \"freemium\": false,\n                    \"name\": \"violetplants\",\n                    \"email\": \"violetplants123@gmail.com\",\n                    \"province\": \"WB\",\n                    \"country\": {\n                        \"id\": 98,\n                        \"name\": \"India\",\n                        \"code\": \"IN\",\n                        \"dial_code\": \"+91\",\n                        \"currency_name\": \"Indian rupee\",\n                        \"currency_symbol\": \"Rs.\",\n                        \"currency_code\": \"INR\",\n                        \"created_at\": null,\n                        \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                        \"name_with_symbole\": \"Indian rupee - Rs.\"\n                    },\n                    \"address1\": \"123 Old Court House Street Lal Dighi B.B.D. Bagh\",\n                    \"zip\": \"700001\",\n                    \"city\": \"Kolkata\",\n                    \"source\": null,\n                    \"phone\": \"12345678\",\n                    \"latitude\": \"22.5685769\",\n                    \"longitude\": \"88.3492417\",\n                    \"primary_locale\": \"en\",\n                    \"address2\": \"\",\n                    \"country_code\": \"IN\",\n                    \"country_name\": \"India\",\n                    \"currency\": \"INR\",\n                    \"customer_email\": \"violetplants123@gmail.com\",\n                    \"timezone\": \"(GMT+05:30) Asia/Kolkata\",\n                    \"iana_timezone\": \"Asia/Kolkata\",\n                    \"shop_owner\": \"Sharad Kabra\",\n                    \"money_format\": \"Rs. {{amount}}\",\n                    \"money_with_currency_format\": \"Rs. {{amount}}\",\n                    \"weight_unit\": \"gm\",\n                    \"province_code\": \"WB\",\n                    \"taxes_included\": false,\n                    \"tax_shipping\": false,\n                    \"county_taxes\": true,\n                    \"plan_display_name\": \"Basic Shopify\",\n                    \"plan_name\": \"basic\",\n                    \"has_discounts\": \"1\",\n                    \"has_gift_cards\": \"1\",\n                    \"money_in_emails_format\": \"Rs. {{amount}}\",\n                    \"money_with_currency_in_emails_format\": \"Rs. {{amount}}\",\n                    \"eligible_for_payments\": \"0\",\n                    \"requires_extra_payments_agreement\": \"0\",\n                    \"primary_location_id\": \"94960419119\",\n                    \"multi_location_enabled\": \"1\",\n                    \"channel_id\": null,\n                    \"company_id\": 212738,\n                    \"user_id\": 28343,\n                    \"verifying_plan\": 967,\n                    \"dimension_unit\": \"inch\",\n                    \"override_taxes\": false,\n                    \"provider\": \"shopify\",\n                    \"maintain_hs_information_in_shipturtle\": false,\n                    \"automatically_update_order_status_on_shopify\": true,\n                    \"charge_tax\": \"0\",\n                    \"enable_tax_on_shipping\": false,\n                    \"tax_on_shipping\": 0,\n                    \"automatically_update_product_status_on_shopify\": true,\n                    \"parent_id\": null,\n                    \"setup_pending\": false,\n                    \"product_types_sold_on_store\": \"physical_products_only\",\n                    \"carrier_service_id\": null,\n                    \"extra_info\": \"{\\\"location_sync_status\\\":[true,\\\"2023-05-29 10:50:37\\\"],\\\"product_sync_status\\\":[true,\\\"2023-05-29 10:51:10\\\"],\\\"inventory_level_sync_status\\\":[true,\\\"2023-05-29 10:51:13\\\"],\\\"order_sync_status\\\":[true,\\\"2023-05-29 10:53:11\\\"]}\",\n                    \"payment_method_settings\": {\n                        \"0\": null,\n                        \"payu_in_paisa\": \"paid\",\n                        \"cash_on_delivery\": \"paid\",\n                        \"manual\": \"paid\",\n                        \"cashfree\": \"paid\",\n                        \"Cash on Delivery (COD)\": \"cod\",\n                        \"gift_card\": \"paid\",\n                        \"paytm\": \"paid\",\n                        \"stripe\": \"paid\",\n                        \"payu_india\": \"paid\",\n                        \"razorpay_cards_upi_netbanking_wallets_\": \"paid\",\n                        \"neft\": \"paid\",\n                        \"paypal\": \"paid\",\n                        \"shopify_payments\": \"paid\",\n                        \"amazon_payments\": \"paid\",\n                        \"razorpay_all_cards_netbanking_wallets_\": \"paid\",\n                        \"Etsy\": \"paid\",\n                        \"clearpay\": \"paid\",\n                        \"Bank Deposit/Mobile Transfer\": \"paid\",\n                        \"E-Transfer\": \"paid\",\n                        \"cash\": \"cod\",\n                        \"eBay/PayPal\": \"paid\",\n                        \"amazon_marketplace\": \"paid\",\n                        \"ccavenue\": \"paid\",\n                        \"payu_in\": \"paid\",\n                        \"bogus\": \"paid\",\n                        \"\": null,\n                        \"money_order\": \"cod\",\n                        \"bank_deposit\": null\n                    },\n                    \"enable_payment_settings\": false,\n                    \"script_js_id\": \"234600726831\",\n                    \"shopify_namespace\": \"shipturtle\",\n                    \"password\": \"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\",\n                    \"password_updated_at\": \"2023-12-19\",\n                    \"domain\": null,\n                    \"shopify_freemium\": 0,\n                    \"plan_id_onetime\": null,\n                    \"shipment_movement\": \"on_shipment\",\n                    \"14_day_trial_expired\": true,\n                    \"keep_credits\": 0,\n                    \"change_base\": 1,\n                    \"shop_setup_instructions\": \"{\\\"store_type\\\":\\\"market_place\\\"}\",\n                    \"store_setup\": \"{\\\"is_setup_complete\\\":null,\\\"step\\\":\\\"1\\\"}\",\n                    \"published_and_unpublished_theme1_code\": \"{\\\"published_theme1_template\\\":{\\\"main_page_template\\\":\\\"<div id=\\\\\\\"vendor-detail-page\\\\\\\">\\\\n    <input type=\\\\\\\"hidden\\\\\\\" id=\\\\\\\"company_id\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\">\\\\n    @if ($company->banner_link)\\\\n    <section class=\\\\\\\"u-clearfix u-section-1 bck-banner-img\\\\\\\" id=\\\\\\\"sec-44b5\\\\\\\" style=\\\\\\\"background-image: url({{$company->banner_link}});\\\\\\\">\\\\n    </section>\\\\n    @endif\\\\n    <div class=\\\\\\\"u-clearfix u-sheet u-valign-middle u-sheet-1\\\\\\\" style=\\\\\\\"min-height: 250px;\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-expanded-width u-gutter-0 u-layout-wrap u-layout-wrap-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-layout\\\\\\\">\\\\n                <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n                    <div class=\\\\\\\"u-align-center u-container-style u-layout-cell u-left-cell u-size-23 u-layout-cell-1\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\" style=\\\\\\\"height:max-content; display: flex; flex-direction: column; align-items: center; padding-right: 4rem; padding-top: 1.5rem;\\\\\\\">\\\\n                            <img alt=\\\\\\\"{{$company->title}}\\\\\\\" class=\\\\\\\"u-image u-image-circle\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\" data-image-width=\\\\\\\"150\\\\\\\" data-image-height=\\\\\\\"150\\\\\\\" style=\\\\\\\"width: 80%;\\\\\\\">\\\\n                            </img>\\\\n                             <div class=\\\\\\\"social-media-links\\\\\\\">\\\\n                            @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                            <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\">\\\\n                                    <svg class=\\\\\\\"u-svg-content\\\\\\\"  x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-0214\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#3B5998\\\\\\\" d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\">\\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-3589\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#55ACEE\\\\\\\" d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\">        \\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-d986\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                        </div>\\\\n                            @if ($parentCompany->display_vendor_location)\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-1\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}\\\\n                            </p>\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                            @endif\\\\n                        </div>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n                            <h2 style=\\\\\\\"margin-bottom: 0;\\\\\\\" class=\\\\\\\"u-text\\\\\\\">{{$company->brand_name}}</h2>\\\\n                            <p class=\\\\\\\"u-text u-text-3\\\\\\\">\\\\n                                {!! $company->about_us !!}\\\\n                            </p>\\\\n                        </div>\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </div>\\\\n    \\\\n    {{-- Tabs --}}\\\\n    <section class=\\\\\\\"u-align-center u-clearfix u-section-2\\\\\\\" id=\\\\\\\"carousel_37bc\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-tab-links-align-justify u-tabs u-tabs-1\\\\\\\" id=\\\\\\\"u-tabs\\\\\\\">\\\\n                <ul class=\\\\\\\"u-tab-list u-unstyled\\\\\\\" role=\\\\\\\"tablist\\\\\\\">\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_products_tab)\\\\n                    <li class=\\\\\\\"u-tab-item\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"active u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-1\\\\\\\" id=\\\\\\\"link-tab-products\\\\\\\" href=\\\\\\\"#tab-products\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-products\\\\\\\" aria-selected=\\\\\\\"true\\\\\\\">Products</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_policy_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-2\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-2\\\\\\\" id=\\\\\\\"link-tab-policy\\\\\\\" href=\\\\\\\"#tab-policy\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-policy\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Policy</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_about_us_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-aboutus\\\\\\\" href=\\\\\\\"#tab-aboutus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-aboutus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">About Us<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_events_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\"\\\\n                             id=\\\\\\\"link-tab-events\\\\\\\" href=\\\\\\\"#tab-events\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-events\\\\\\\"\\\\n                              aria-selected=\\\\\\\"false\\\\\\\">Events<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_contact_us_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-contactus\\\\\\\" href=\\\\\\\"#tab-contactus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-contactus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Contact Us<br>\\\\n                        </a>\\\\n                    </li>\\\\n                    @endif\\\\n                </ul>\\\\n                <div class=\\\\\\\"u-tab-content\\\\\\\">\\\\n                    <div class=\\\\\\\"u-container-style u-tab-active u-tab-pane u-white u-tab-pane-1\\\\\\\" id=\\\\\\\"tab-products\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-products\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-container-style u-tab-pane u-white u-tab-pane-2\\\\\\\" id=\\\\\\\"tab-policy\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-policy\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-aboutus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-aboutus\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-events\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-events\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white u-tab-pane-5\\\\\\\" id=\\\\\\\"tab-contactus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-contactus\\\\\\\">\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </section>\\\\n</div>\\\",\\\"product_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\">\\\\n    <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n        <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.details\\\\\\\", [\\\\\\\"shopDomain\\\\\\\" => $shop->shopify_domain,\\\\n        \\\\\\\"vendorTitle\\\\\\\"=>$vendorTitle, \\\\\\\"action\\\\\\\"=>\\\\\\\"products\\\\\\\"]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" id=\\\\\\\"search_product_form\\\\\\\"\\\\n        class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\"\\\\n        source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: left;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n                <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search Product\\\\\\\" id=\\\\\\\"st_search_product\\\\\\\" name=\\\\\\\"search_product\\\\\\\"\\\\n                class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n                <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$tags}}\\\\\\\" id=\\\\\\\"st_search_product_by_tag\\\\\\\" name=\\\\\\\"search_product_by_tag\\\\\\\">\\\\n            </div>\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: right;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control u-label\\\\\\\" style=\\\\\\\"margin-left: auto;\\\\\\\">Sort By</label>\\\\n                <select name=\\\\\\\"sort_by\\\\\\\" id=\\\\\\\"st_product_list_sort_by\\\\\\\" class=\\\\\\\"filters-toolbar__input\\\\\\\" aria-describedby=\\\\\\\"a11y-refresh-page-message \\\\n                a11y-selection-message\\\\\\\" data-default-sortby=\\\\\\\"title-descending\\\\\\\">\\\\n                    <option value=\\\\\\\"title-ascending\\\\\\\" {{$orderBy == \\\\\\\"title-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, A-Z</option>\\\\n                    <option value=\\\\\\\"title-descending\\\\\\\" {{$orderBy == \\\\\\\"title-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, Z-A</option>\\\\n                    <option value=\\\\\\\"price-ascending\\\\\\\" {{$orderBy == \\\\\\\"price-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price , Low To High</option>\\\\n                    <option value=\\\\\\\"price-descending\\\\\\\" {{$orderBy == \\\\\\\"price-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price, High To Low</option>\\\\n                    <option value=\\\\\\\"best-selling\\\\\\\" {{$orderBy == \\\\\\\"best-selling\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Best Selling</option>\\\\n                    <option value=\\\\\\\"date-ascending\\\\\\\" {{$orderBy == \\\\\\\"date-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, New To Old</option>\\\\n                    <option value=\\\\\\\"date-descending\\\\\\\" {{$orderBy == \\\\\\\"date-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, Old To New</option>\\\\n                </select>\\\\n            </div>\\\\n            <div style=\\\\\\\"clear: both;\\\\\\\"></div>\\\\n        </form>\\\\n    </div>\\\\n    <div class=\\\\\\\"u-products u-products-1\\\\\\\">\\\\n        <div class=\\\\\\\"loader hide\\\\\\\"></div>\\\\n        @if ($products && sizeof($products) > 0)\\\\n        <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n            @foreach($products as $product)\\\\n                <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                    <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/products/{{$product->handle}}\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2\\\\\\\">\\\\n                            <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1\\\\\\\" \\\\n                            src=\\\\\\\"{{$product->image}}\\\\\\\">\\\\n                            @if($parentCompany->handle_out_of_stock_products == \\\\\\\"list_out_of_stock_products_with_out_of_stock_label\\\\\\\" && $product->isOutOfStock())\\\\n                                <p class=\\\\\\\"hidden-text u-out-of-stock-text\\\\\\\">OUT OF STOCK</p>\\\\n                            @endif\\\\n\\\\n                            <div class=\\\\\\\"u-product-control u-product-price u-product-price-1\\\\\\\">\\\\n                                <div class=\\\\\\\"u-price-wrapper u-spacing-10\\\\\\\">\\\\n                                    <div class=\\\\\\\"u-price u-text-palette-2-base\\\\\\\" style=\\\\\\\"font-weight: 700;\\\\\\\">\\\\n                                        <p class=\\\\\\\"u-product-title text-muted\\\\\\\" style=\\\\\\\"text-decoration: none;\\\\\\\">\\\\n                                            {{$product->title}}\\\\n                                        </p>\\\\n                                        @if($product->has_only_default_variant)\\\\n                                        {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                         $product->shop->currency}} \\\\n                                        {{$product->lowestPricedVariant->first() ? $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\"}}\\\\n                                        @else\\\\n                                        From: {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                        $product->shop->currency}} {{ $product->lowestPricedVariant->first() ?\\\\n                                        $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\" }}\\\\n                                        @endif\\\\n                                    </div>\\\\n                                </div>\\\\n                            </div>\\\\n                        </div>\\\\n                    </a>\\\\n                </div>\\\\n            @endforeach\\\\n        </div>\\\\n        <div>\\\\n            {{ $products->links() }}\\\\n        </div>\\\\n        @else\\\\n        <div style=\\\\\\\"margin: auto;\\\\\\\">\\\\n            <h3>No Products Found</h3>\\\\n        </div>\\\\n        @endif\\\\n    </div>\\\\n</div>\\\",\\\"about_us_template\\\":\\\"<div class=\\\\\\\"u-aboutus-container\\\\\\\"> <div class=\\\\\\\"u-aboutus-row\\\\\\\"> {!! $aboutus !!} </div></div>\\\",\\\"policy_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">{!! $policy !!}</div>\\\\n</div>\\\",\\\"contact_us_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-left-cell u-size-30 u-layout-cell-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-container-layout-10\\\\\\\">\\\\n                <h2 class=\\\\\\\"u-text u-text-grey-70 u-text-8\\\\\\\">Contact us</h2>\\\\n                <h6 class=\\\\\\\"u-text u-text-grey-50 u-text-9\\\\\\\">{{$company->brand_name}}</h6>\\\\n                @if ($parentCompany->display_vendor_location)\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10\\\\\\\">{{ $company->address_line_1 ? $company->address_line_1.\\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\" }} {{ $company->address_line_2 ? $company->address_line_2 : \\\\\\\"\\\\\\\" }} <br>\\\\n                    {{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}                                        \\\\n                    </p>\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                @endif\\\\n                <div class=\\\\\\\"u-social-icons u-spacing-20 u-social-icons-1\\\\\\\">\\\\n                @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-facebook u-social-icon u-icon-2\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-50ee\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-50ee\\\\\\\"><path d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-twitter u-icon-3\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-d346\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-d346\\\\\\\"><path d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-instagram u-icon-4\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-dd2a\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-dd2a\\\\\\\"><path d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path><path d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path><path d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif                \\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-30 u-layout-cell-2\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-valign-middle u-container-layout-11\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-form u-form-2\\\\\\\">\\\\n                <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.contact\\\\\\\") }}\\\\\\\" id=\\\\\\\"st_vendor_contact_form\\\\\\\" method=\\\\\\\"POST\\\\\\\" class=\\\\\\\"u-clearfix u-form-spacing-24 u-form-vertical u-inner-form\\\\\\\" style=\\\\\\\"padding: 24px;\\\\\\\" source=\\\\\\\"custom\\\\\\\" name=\\\\\\\"form\\\\\\\">\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$shop->id}}\\\\\\\" name=\\\\\\\"shop_id\\\\\\\" >\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\" name=\\\\\\\"company_id\\\\\\\" >\\\\n                    <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_name\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Name</label>\\\\n                        <input type=\\\\\\\"text\\\\\\\" placeholder=\\\\\\\"Enter your Name\\\\\\\" id=\\\\\\\"st_contact_form_name\\\\\\\" name=\\\\\\\"name\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-4\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-email u-form-group\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_email\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Email</label>\\\\n                        <input type=\\\\\\\"email\\\\\\\" placeholder=\\\\\\\"Enter a valid email address\\\\\\\" id=\\\\\\\"st_contact_form_email\\\\\\\" name=\\\\\\\"email\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-5\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-group u-form-message\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_message\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Message</label>\\\\n                        <textarea placeholder=\\\\\\\"Enter your message\\\\\\\" rows=\\\\\\\"4\\\\\\\" cols=\\\\\\\"50\\\\\\\" id=\\\\\\\"st_contact_form_message\\\\\\\" name=\\\\\\\"message\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-6\\\\\\\" required=\\\\\\\"\\\\\\\"></textarea>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-form-group u-form-submit\\\\\\\">       \\\\n                        <input type=\\\\\\\"submit\\\\\\\" value=\\\\\\\"submit\\\\\\\" class=\\\\\\\"u-form-control\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-send-message u-form-send-success\\\\\\\"> Thank you! Your message has been sent. </div>\\\\n                    <div class=\\\\\\\"u-form-send-error u-form-send-message\\\\\\\"> Unable to send your message. Please fix errors then try again. </div>\\\\n                </form>\\\\n            </div>\\\\n    </div>\\\\n        </div>\\\\n    </div>\\\\n</div>\\\"},\\\"unpublished_theme1_template\\\":{\\\"main_page_template\\\":\\\"<div id=\\\\\\\"vendor-detail-page\\\\\\\">\\\\n    <input type=\\\\\\\"hidden\\\\\\\" id=\\\\\\\"company_id\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\">\\\\n    @if ($company->banner_link)\\\\n    <section class=\\\\\\\"u-clearfix u-section-1 bck-banner-img\\\\\\\" id=\\\\\\\"sec-44b5\\\\\\\" style=\\\\\\\"background-image: url({{$company->banner_link}});\\\\\\\">\\\\n    </section>\\\\n    @endif\\\\n    <div class=\\\\\\\"u-clearfix u-sheet u-valign-middle u-sheet-1\\\\\\\" style=\\\\\\\"min-height: 250px;\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-expanded-width u-gutter-0 u-layout-wrap u-layout-wrap-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-layout\\\\\\\">\\\\n                <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n                    <div class=\\\\\\\"u-align-center u-container-style u-layout-cell u-left-cell u-size-23 u-layout-cell-1\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\" style=\\\\\\\"height:max-content; display: flex; flex-direction: column; align-items: center; padding-right: 4rem; padding-top: 1.5rem;\\\\\\\">\\\\n                            <img alt=\\\\\\\"{{$company->title}}\\\\\\\" class=\\\\\\\"u-image u-image-circle\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\" data-image-width=\\\\\\\"150\\\\\\\" data-image-height=\\\\\\\"150\\\\\\\" style=\\\\\\\"width: 80%;\\\\\\\">\\\\n                            </img>\\\\n                             <div class=\\\\\\\"social-media-links\\\\\\\">\\\\n                            @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                            <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\">\\\\n                                    <svg class=\\\\\\\"u-svg-content\\\\\\\"  x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-0214\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#3B5998\\\\\\\" d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\">\\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-3589\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#55ACEE\\\\\\\" d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\">        \\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-d986\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                        </div>\\\\n                            @if ($parentCompany->display_vendor_location)\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-1\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}\\\\n                            </p>\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                            @endif\\\\n                        </div>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n                            <h2 style=\\\\\\\"margin-bottom: 0;\\\\\\\" class=\\\\\\\"u-text\\\\\\\">{{$company->brand_name}}</h2>\\\\n                            <p class=\\\\\\\"u-text u-text-3\\\\\\\">\\\\n                                {!! $company->about_us !!}\\\\n                            </p>\\\\n                        </div>\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </div>\\\\n    \\\\n    {{-- Tabs --}}\\\\n    <section class=\\\\\\\"u-align-center u-clearfix u-section-2\\\\\\\" id=\\\\\\\"carousel_37bc\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-tab-links-align-justify u-tabs u-tabs-1\\\\\\\" id=\\\\\\\"u-tabs\\\\\\\">\\\\n                <ul class=\\\\\\\"u-tab-list u-unstyled\\\\\\\" role=\\\\\\\"tablist\\\\\\\">\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_products_tab)\\\\n                    <li class=\\\\\\\"u-tab-item\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"active u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-1\\\\\\\" id=\\\\\\\"link-tab-products\\\\\\\" href=\\\\\\\"#tab-products\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-products\\\\\\\" aria-selected=\\\\\\\"true\\\\\\\">Products</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_policy_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-2\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-2\\\\\\\" id=\\\\\\\"link-tab-policy\\\\\\\" href=\\\\\\\"#tab-policy\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-policy\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Policy</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_about_us_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-aboutus\\\\\\\" href=\\\\\\\"#tab-aboutus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-aboutus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">About Us<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_events_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\"\\\\n                             id=\\\\\\\"link-tab-events\\\\\\\" href=\\\\\\\"#tab-events\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-events\\\\\\\"\\\\n                              aria-selected=\\\\\\\"false\\\\\\\">Events<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_contact_us_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-contactus\\\\\\\" href=\\\\\\\"#tab-contactus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-contactus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Contact Us<br>\\\\n                        </a>\\\\n                    </li>\\\\n                    @endif\\\\n                </ul>\\\\n                <div class=\\\\\\\"u-tab-content\\\\\\\">\\\\n                    <div class=\\\\\\\"u-container-style u-tab-active u-tab-pane u-white u-tab-pane-1\\\\\\\" id=\\\\\\\"tab-products\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-products\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-container-style u-tab-pane u-white u-tab-pane-2\\\\\\\" id=\\\\\\\"tab-policy\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-policy\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-aboutus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-aboutus\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-events\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-events\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white u-tab-pane-5\\\\\\\" id=\\\\\\\"tab-contactus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-contactus\\\\\\\">\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </section>\\\\n</div>\\\",\\\"product_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\">\\\\n    <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n        <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.details\\\\\\\", [\\\\\\\"shopDomain\\\\\\\" => $shop->shopify_domain,\\\\n        \\\\\\\"vendorTitle\\\\\\\"=>$vendorTitle, \\\\\\\"action\\\\\\\"=>\\\\\\\"products\\\\\\\"]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" id=\\\\\\\"search_product_form\\\\\\\"\\\\n        class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\"\\\\n        source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: left;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n                <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search Product\\\\\\\" id=\\\\\\\"st_search_product\\\\\\\" name=\\\\\\\"search_product\\\\\\\"\\\\n                class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n                <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$tags}}\\\\\\\" id=\\\\\\\"st_search_product_by_tag\\\\\\\" name=\\\\\\\"search_product_by_tag\\\\\\\">\\\\n            </div>\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: right;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control u-label\\\\\\\" style=\\\\\\\"margin-left: auto;\\\\\\\">Sort By</label>\\\\n                <select name=\\\\\\\"sort_by\\\\\\\" id=\\\\\\\"st_product_list_sort_by\\\\\\\" class=\\\\\\\"filters-toolbar__input\\\\\\\" aria-describedby=\\\\\\\"a11y-refresh-page-message \\\\n                a11y-selection-message\\\\\\\" data-default-sortby=\\\\\\\"title-descending\\\\\\\">\\\\n                    <option value=\\\\\\\"title-ascending\\\\\\\" {{$orderBy == \\\\\\\"title-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, A-Z</option>\\\\n                    <option value=\\\\\\\"title-descending\\\\\\\" {{$orderBy == \\\\\\\"title-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, Z-A</option>\\\\n                    <option value=\\\\\\\"price-ascending\\\\\\\" {{$orderBy == \\\\\\\"price-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price , Low To High</option>\\\\n                    <option value=\\\\\\\"price-descending\\\\\\\" {{$orderBy == \\\\\\\"price-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price, High To Low</option>\\\\n                    <option value=\\\\\\\"best-selling\\\\\\\" {{$orderBy == \\\\\\\"best-selling\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Best Selling</option>\\\\n                    <option value=\\\\\\\"date-ascending\\\\\\\" {{$orderBy == \\\\\\\"date-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, New To Old</option>\\\\n                    <option value=\\\\\\\"date-descending\\\\\\\" {{$orderBy == \\\\\\\"date-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, Old To New</option>\\\\n                </select>\\\\n            </div>\\\\n            <div style=\\\\\\\"clear: both;\\\\\\\"></div>\\\\n        </form>\\\\n    </div>\\\\n    <div class=\\\\\\\"u-products u-products-1\\\\\\\">\\\\n        <div class=\\\\\\\"loader hide\\\\\\\"></div>\\\\n        @if ($products && sizeof($products) > 0)\\\\n        <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n            @foreach($products as $product)\\\\n                <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                    <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/products/{{$product->handle}}\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2\\\\\\\">\\\\n                            <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1\\\\\\\" \\\\n                            src=\\\\\\\"{{$product->image}}\\\\\\\">\\\\n                            @if($parentCompany->handle_out_of_stock_products == \\\\\\\"list_out_of_stock_products_with_out_of_stock_label\\\\\\\" && $product->isOutOfStock())\\\\n                                <p class=\\\\\\\"hidden-text u-out-of-stock-text\\\\\\\">OUT OF STOCK</p>\\\\n                            @endif\\\\n\\\\n                            <div class=\\\\\\\"u-product-control u-product-price u-product-price-1\\\\\\\">\\\\n                                <div class=\\\\\\\"u-price-wrapper u-spacing-10\\\\\\\">\\\\n                                    <div class=\\\\\\\"u-price u-text-palette-2-base\\\\\\\" style=\\\\\\\"font-weight: 700;\\\\\\\">\\\\n                                        <p class=\\\\\\\"u-product-title text-muted\\\\\\\" style=\\\\\\\"text-decoration: none;\\\\\\\">\\\\n                                            {{$product->title}}\\\\n                                        </p>\\\\n                                        @if($product->has_only_default_variant)\\\\n                                        {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                         $product->shop->currency}} \\\\n                                        {{$product->lowestPricedVariant->first() ? $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\"}}\\\\n                                        @else\\\\n                                        From: {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                        $product->shop->currency}} {{ $product->lowestPricedVariant->first() ?\\\\n                                        $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\" }}\\\\n                                        @endif\\\\n                                    </div>\\\\n                                </div>\\\\n                            </div>\\\\n                        </div>\\\\n                    </a>\\\\n                </div>\\\\n            @endforeach\\\\n        </div>\\\\n        <div>\\\\n            {{ $products->links() }}\\\\n        </div>\\\\n        @else\\\\n        <div style=\\\\\\\"margin: auto;\\\\\\\">\\\\n            <h3>No Products Found</h3>\\\\n        </div>\\\\n        @endif\\\\n    </div>\\\\n</div>\\\",\\\"about_us_template\\\":\\\"<div class=\\\\\\\"u-aboutus-container\\\\\\\"> <div class=\\\\\\\"u-aboutus-row\\\\\\\"> {!! $aboutus !!} </div></div>\\\",\\\"policy_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">{!! $policy !!}</div>\\\\n</div>\\\",\\\"contact_us_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-left-cell u-size-30 u-layout-cell-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-container-layout-10\\\\\\\">\\\\n                <h2 class=\\\\\\\"u-text u-text-grey-70 u-text-8\\\\\\\">Contact us</h2>\\\\n                <h6 class=\\\\\\\"u-text u-text-grey-50 u-text-9\\\\\\\">{{$company->brand_name}}</h6>\\\\n                @if ($parentCompany->display_vendor_location)\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10\\\\\\\">{{ $company->address_line_1 ? $company->address_line_1.\\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\" }} {{ $company->address_line_2 ? $company->address_line_2 : \\\\\\\"\\\\\\\" }} <br>\\\\n                    {{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}                                        \\\\n                    </p>\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                @endif\\\\n                <div class=\\\\\\\"u-social-icons u-spacing-20 u-social-icons-1\\\\\\\">\\\\n                @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-facebook u-social-icon u-icon-2\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-50ee\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-50ee\\\\\\\"><path d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-twitter u-icon-3\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-d346\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-d346\\\\\\\"><path d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-instagram u-icon-4\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-dd2a\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-dd2a\\\\\\\"><path d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path><path d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path><path d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif                \\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-30 u-layout-cell-2\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-valign-middle u-container-layout-11\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-form u-form-2\\\\\\\">\\\\n                <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.contact\\\\\\\") }}\\\\\\\" id=\\\\\\\"st_vendor_contact_form\\\\\\\" method=\\\\\\\"POST\\\\\\\" class=\\\\\\\"u-clearfix u-form-spacing-24 u-form-vertical u-inner-form\\\\\\\" style=\\\\\\\"padding: 24px;\\\\\\\" source=\\\\\\\"custom\\\\\\\" name=\\\\\\\"form\\\\\\\">\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$shop->id}}\\\\\\\" name=\\\\\\\"shop_id\\\\\\\" >\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\" name=\\\\\\\"company_id\\\\\\\" >\\\\n                    <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_name\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Name</label>\\\\n                        <input type=\\\\\\\"text\\\\\\\" placeholder=\\\\\\\"Enter your Name\\\\\\\" id=\\\\\\\"st_contact_form_name\\\\\\\" name=\\\\\\\"name\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-4\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-email u-form-group\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_email\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Email</label>\\\\n                        <input type=\\\\\\\"email\\\\\\\" placeholder=\\\\\\\"Enter a valid email address\\\\\\\" id=\\\\\\\"st_contact_form_email\\\\\\\" name=\\\\\\\"email\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-5\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-group u-form-message\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_message\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Message</label>\\\\n                        <textarea placeholder=\\\\\\\"Enter your message\\\\\\\" rows=\\\\\\\"4\\\\\\\" cols=\\\\\\\"50\\\\\\\" id=\\\\\\\"st_contact_form_message\\\\\\\" name=\\\\\\\"message\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-6\\\\\\\" required=\\\\\\\"\\\\\\\"></textarea>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-form-group u-form-submit\\\\\\\">       \\\\n                        <input type=\\\\\\\"submit\\\\\\\" value=\\\\\\\"submit\\\\\\\" class=\\\\\\\"u-form-control\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-send-message u-form-send-success\\\\\\\"> Thank you! Your message has been sent. </div>\\\\n                    <div class=\\\\\\\"u-form-send-error u-form-send-message\\\\\\\"> Unable to send your message. Please fix errors then try again. </div>\\\\n                </form>\\\\n            </div>\\\\n    </div>\\\\n        </div>\\\\n    </div>\\\\n</div>\\\"},\\\"published_theme1_css\\\":null,\\\"unpublished_theme1_css\\\":null,\\\"published_vendor_list_template\\\":\\\"<div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2 u-section-2\\\\\\\">\\\\n    <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n      <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n        <h1 class=\\\\\\\"u-text u-text-default u-text-1\\\\\\\">{{$parentCompany->name_of_the_vendor_listing_page}}</h1>\\\\n        <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n          <form id=\\\\\\\"vendor_search_form\\\\\\\" action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.list\\\\\\\", [\\\\\\\"shop\\\\\\\" => $shop->shopify_domain]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\" source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n              <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n              <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search\\\\\\\" id=\\\\\\\"search_vendor\\\\\\\" name=\\\\\\\"search_vendor\\\\\\\" class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n            </div>\\\\n          </form>\\\\n        </div>\\\\n        <div class=\\\\\\\"loader\\\\\\\" ></div>\\\\n        <div class=\\\\\\\"u-container-layout-2 u-container-layout-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-products u-products-1\\\\\\\">                \\\\n                <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n                    @foreach($companies as $company)\\\\n                      <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2 container\\\\\\\">\\\\n                                  <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1 image-hover\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\">\\\\n                                  <h1 class=\\\\\\\"u-align-center u-product-control u-text u-text-1\\\\\\\">\\\\n                                      <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                                          {{$company->title}}\\\\n                                      </a>\\\\n                                      @if ($parentCompany->display_vendor_category && $company->vendor_category != \\\\\\\"\\\\\\\")\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->vendor_category}} </p>\\\\n                                      @endif\\\\n                                      @if ($parentCompany->display_vendor_location)\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}</p>\\\\n                                      @endif\\\\n                                  </h1>\\\\n                              </div>\\\\n                          </a>\\\\n                          @if ($parentCompany->display_vendor_short_description)\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"st-middle\\\\\\\">\\\\n                                  <div class=\\\\\\\"short-description st-white-text-overlay\\\\\\\" style=\\\\\\\"height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.4);\\\\\\\">\\\\n                                      {!! $company->short_description !!}\\\\n                                  </div>\\\\n                              </div>\\\\n                          </a>\\\\n                          @endif\\\\n                      </div>\\\\n                    @endforeach\\\\n                </div>\\\\n                <div>\\\\n                  {{ $companies->links() }}\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n      </div>\\\\n    </div>\\\\n  </div>\\\",\\\"unpublished_vendor_list_template\\\":\\\"<div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2 u-section-2\\\\\\\">\\\\n    <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n      <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n        <h1 class=\\\\\\\"u-text u-text-default u-text-1\\\\\\\">{{$parentCompany->name_of_the_vendor_listing_page}}</h1>\\\\n        <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n          <form id=\\\\\\\"vendor_search_form\\\\\\\" action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.list\\\\\\\", [\\\\\\\"shop\\\\\\\" => $shop->shopify_domain]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\" source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n              <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n              <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search\\\\\\\" id=\\\\\\\"search_vendor\\\\\\\" name=\\\\\\\"search_vendor\\\\\\\" class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n            </div>\\\\n          </form>\\\\n        </div>\\\\n        <div class=\\\\\\\"loader\\\\\\\" ></div>\\\\n        <div class=\\\\\\\"u-container-layout-2 u-container-layout-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-products u-products-1\\\\\\\">                \\\\n                <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n                    @foreach($companies as $company)\\\\n                      <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2 container\\\\\\\">\\\\n                                  <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1 image-hover\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\">\\\\n                                  <h1 class=\\\\\\\"u-align-center u-product-control u-text u-text-1\\\\\\\">\\\\n                                      <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                                          {{$company->title}}\\\\n                                      </a>\\\\n                                      @if ($parentCompany->display_vendor_category && $company->vendor_category != \\\\\\\"\\\\\\\")\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->vendor_category}} </p>\\\\n                                      @endif\\\\n                                      @if ($parentCompany->display_vendor_location)\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}</p>\\\\n                                      @endif\\\\n                                  </h1>\\\\n                              </div>\\\\n                          </a>\\\\n                          @if ($parentCompany->display_vendor_short_description)\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"st-middle\\\\\\\">\\\\n                                  <div class=\\\\\\\"short-description st-white-text-overlay\\\\\\\" style=\\\\\\\"height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.4);\\\\\\\">\\\\n                                      {!! $company->short_description !!}\\\\n                                  </div>\\\\n                              </div>\\\\n                          </a>\\\\n                          @endif\\\\n                      </div>\\\\n                    @endforeach\\\\n                </div>\\\\n                <div>\\\\n                  {{ $companies->links() }}\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n      </div>\\\\n    </div>\\\\n  </div>\\\",\\\"publish_pending\\\":false}\",\n                    \"published_and_unpublished_theme1_code_last_version\": \"{\\\"published_theme1_css\\\":null,\\\"published_theme1_template\\\":{\\\"main_page_template\\\":\\\"<div id=\\\\\\\"vendor-detail-page\\\\\\\">\\\\n    <input type=\\\\\\\"hidden\\\\\\\" id=\\\\\\\"company_id\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\">\\\\n    @if ($company->banner_link)\\\\n    <section class=\\\\\\\"u-clearfix u-section-1 bck-banner-img\\\\\\\" id=\\\\\\\"sec-44b5\\\\\\\" style=\\\\\\\"background-image: url({{$company->banner_link}});\\\\\\\">\\\\n    </section>\\\\n    @endif\\\\n    <div class=\\\\\\\"u-clearfix u-sheet u-valign-middle u-sheet-1\\\\\\\" style=\\\\\\\"min-height: 250px;\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-expanded-width u-gutter-0 u-layout-wrap u-layout-wrap-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-layout\\\\\\\">\\\\n                <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n                    <div class=\\\\\\\"u-align-center u-container-style u-layout-cell u-left-cell u-size-23 u-layout-cell-1\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\" style=\\\\\\\"height:max-content; display: flex; flex-direction: column; align-items: center; padding-right: 4rem; padding-top: 1.5rem;\\\\\\\">\\\\n                            <img alt=\\\\\\\"{{$company->title}}\\\\\\\" class=\\\\\\\"u-image u-image-circle\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\" data-image-width=\\\\\\\"150\\\\\\\" data-image-height=\\\\\\\"150\\\\\\\" style=\\\\\\\"width: 80%;\\\\\\\">\\\\n                            </img>\\\\n                             <div class=\\\\\\\"social-media-links\\\\\\\">\\\\n                            @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                            <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\">\\\\n                                    <svg class=\\\\\\\"u-svg-content\\\\\\\"  x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-0214\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#3B5998\\\\\\\" d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\">\\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-3589\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#55ACEE\\\\\\\" d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\">        \\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-d986\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                        </div>\\\\n                            @if ($parentCompany->display_vendor_location)\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-1\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}\\\\n                            </p>\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                            @endif\\\\n                        </div>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n                            <h2 style=\\\\\\\"margin-bottom: 0;\\\\\\\" class=\\\\\\\"u-text\\\\\\\">{{$company->brand_name}}</h2>\\\\n                            <p class=\\\\\\\"u-text u-text-3\\\\\\\">\\\\n                                {!! $company->about_us !!}\\\\n                            </p>\\\\n                        </div>\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </div>\\\\n    \\\\n    {{-- Tabs --}}\\\\n    <section class=\\\\\\\"u-align-center u-clearfix u-section-2\\\\\\\" id=\\\\\\\"carousel_37bc\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-tab-links-align-justify u-tabs u-tabs-1\\\\\\\" id=\\\\\\\"u-tabs\\\\\\\">\\\\n                <ul class=\\\\\\\"u-tab-list u-unstyled\\\\\\\" role=\\\\\\\"tablist\\\\\\\">\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_products_tab)\\\\n                    <li class=\\\\\\\"u-tab-item\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"active u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-1\\\\\\\" id=\\\\\\\"link-tab-products\\\\\\\" href=\\\\\\\"#tab-products\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-products\\\\\\\" aria-selected=\\\\\\\"true\\\\\\\">Products</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_policy_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-2\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-2\\\\\\\" id=\\\\\\\"link-tab-policy\\\\\\\" href=\\\\\\\"#tab-policy\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-policy\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Policy</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_about_us_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-aboutus\\\\\\\" href=\\\\\\\"#tab-aboutus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-aboutus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">About Us<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_events_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\"\\\\n                             id=\\\\\\\"link-tab-events\\\\\\\" href=\\\\\\\"#tab-events\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-events\\\\\\\"\\\\n                              aria-selected=\\\\\\\"false\\\\\\\">Events<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_contact_us_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-contactus\\\\\\\" href=\\\\\\\"#tab-contactus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-contactus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Contact Us<br>\\\\n                        </a>\\\\n                    </li>\\\\n                    @endif\\\\n                </ul>\\\\n                <div class=\\\\\\\"u-tab-content\\\\\\\">\\\\n                    <div class=\\\\\\\"u-container-style u-tab-active u-tab-pane u-white u-tab-pane-1\\\\\\\" id=\\\\\\\"tab-products\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-products\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-container-style u-tab-pane u-white u-tab-pane-2\\\\\\\" id=\\\\\\\"tab-policy\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-policy\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-aboutus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-aboutus\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-events\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-events\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white u-tab-pane-5\\\\\\\" id=\\\\\\\"tab-contactus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-contactus\\\\\\\">\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </section>\\\\n</div>\\\",\\\"product_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\">\\\\n    <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n        <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.details\\\\\\\", [\\\\\\\"shopDomain\\\\\\\" => $shop->shopify_domain,\\\\n        \\\\\\\"vendorTitle\\\\\\\"=>$vendorTitle, \\\\\\\"action\\\\\\\"=>\\\\\\\"products\\\\\\\"]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" id=\\\\\\\"search_product_form\\\\\\\"\\\\n        class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\"\\\\n        source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: left;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n                <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search Product\\\\\\\" id=\\\\\\\"st_search_product\\\\\\\" name=\\\\\\\"search_product\\\\\\\"\\\\n                class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n                <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$tags}}\\\\\\\" id=\\\\\\\"st_search_product_by_tag\\\\\\\" name=\\\\\\\"search_product_by_tag\\\\\\\">\\\\n            </div>\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: right;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control u-label\\\\\\\" style=\\\\\\\"margin-left: auto;\\\\\\\">Sort By</label>\\\\n                <select name=\\\\\\\"sort_by\\\\\\\" id=\\\\\\\"st_product_list_sort_by\\\\\\\" class=\\\\\\\"filters-toolbar__input\\\\\\\" aria-describedby=\\\\\\\"a11y-refresh-page-message \\\\n                a11y-selection-message\\\\\\\" data-default-sortby=\\\\\\\"title-descending\\\\\\\">\\\\n                    <option value=\\\\\\\"title-ascending\\\\\\\" {{$orderBy == \\\\\\\"title-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, A-Z</option>\\\\n                    <option value=\\\\\\\"title-descending\\\\\\\" {{$orderBy == \\\\\\\"title-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, Z-A</option>\\\\n                    <option value=\\\\\\\"price-ascending\\\\\\\" {{$orderBy == \\\\\\\"price-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price , Low To High</option>\\\\n                    <option value=\\\\\\\"price-descending\\\\\\\" {{$orderBy == \\\\\\\"price-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price, High To Low</option>\\\\n                    <option value=\\\\\\\"best-selling\\\\\\\" {{$orderBy == \\\\\\\"best-selling\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Best Selling</option>\\\\n                    <option value=\\\\\\\"date-ascending\\\\\\\" {{$orderBy == \\\\\\\"date-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, New To Old</option>\\\\n                    <option value=\\\\\\\"date-descending\\\\\\\" {{$orderBy == \\\\\\\"date-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, Old To New</option>\\\\n                </select>\\\\n            </div>\\\\n            <div style=\\\\\\\"clear: both;\\\\\\\"></div>\\\\n        </form>\\\\n    </div>\\\\n    <div class=\\\\\\\"u-products u-products-1\\\\\\\">\\\\n        <div class=\\\\\\\"loader hide\\\\\\\"></div>\\\\n        @if ($products && sizeof($products) > 0)\\\\n        <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n            @foreach($products as $product)\\\\n                <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                    <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/products/{{$product->handle}}\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2\\\\\\\">\\\\n                            <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1\\\\\\\" \\\\n                            src=\\\\\\\"{{$product->image}}\\\\\\\">\\\\n                            @if($parentCompany->handle_out_of_stock_products == \\\\\\\"list_out_of_stock_products_with_out_of_stock_label\\\\\\\" && $product->isOutOfStock())\\\\n                                <p class=\\\\\\\"hidden-text u-out-of-stock-text\\\\\\\">OUT OF STOCK</p>\\\\n                            @endif\\\\n\\\\n                            <div class=\\\\\\\"u-product-control u-product-price u-product-price-1\\\\\\\">\\\\n                                <div class=\\\\\\\"u-price-wrapper u-spacing-10\\\\\\\">\\\\n                                    <div class=\\\\\\\"u-price u-text-palette-2-base\\\\\\\" style=\\\\\\\"font-weight: 700;\\\\\\\">\\\\n                                        <p class=\\\\\\\"u-product-title text-muted\\\\\\\" style=\\\\\\\"text-decoration: none;\\\\\\\">\\\\n                                            {{$product->title}}\\\\n                                        </p>\\\\n                                        @if($product->has_only_default_variant)\\\\n                                        {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                         $product->shop->currency}} \\\\n                                        {{$product->lowestPricedVariant->first() ? $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\"}}\\\\n                                        @else\\\\n                                        From: {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                        $product->shop->currency}} {{ $product->lowestPricedVariant->first() ?\\\\n                                        $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\" }}\\\\n                                        @endif\\\\n                                    </div>\\\\n                                </div>\\\\n                            </div>\\\\n                        </div>\\\\n                    </a>\\\\n                </div>\\\\n            @endforeach\\\\n        </div>\\\\n        <div>\\\\n            {{ $products->links() }}\\\\n        </div>\\\\n        @else\\\\n        <div style=\\\\\\\"margin: auto;\\\\\\\">\\\\n            <h3>No Products Found</h3>\\\\n        </div>\\\\n        @endif\\\\n    </div>\\\\n</div>\\\",\\\"about_us_template\\\":\\\"<div class=\\\\\\\"u-aboutus-container\\\\\\\"> <div class=\\\\\\\"u-aboutus-row\\\\\\\"> {!! $aboutus !!} </div></div>\\\",\\\"policy_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">{!! $policy !!}</div>\\\\n</div>\\\",\\\"contact_us_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-left-cell u-size-30 u-layout-cell-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-container-layout-10\\\\\\\">\\\\n                <h2 class=\\\\\\\"u-text u-text-grey-70 u-text-8\\\\\\\">Contact us</h2>\\\\n                <h6 class=\\\\\\\"u-text u-text-grey-50 u-text-9\\\\\\\">{{$company->brand_name}}</h6>\\\\n                @if ($parentCompany->display_vendor_location)\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10\\\\\\\">{{ $company->address_line_1 ? $company->address_line_1.\\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\" }} {{ $company->address_line_2 ? $company->address_line_2 : \\\\\\\"\\\\\\\" }} <br>\\\\n                    {{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}                                        \\\\n                    </p>\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                @endif\\\\n                <div class=\\\\\\\"u-social-icons u-spacing-20 u-social-icons-1\\\\\\\">\\\\n                @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-facebook u-social-icon u-icon-2\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-50ee\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-50ee\\\\\\\"><path d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-twitter u-icon-3\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-d346\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-d346\\\\\\\"><path d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-instagram u-icon-4\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-dd2a\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-dd2a\\\\\\\"><path d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path><path d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path><path d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif                \\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-30 u-layout-cell-2\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-valign-middle u-container-layout-11\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-form u-form-2\\\\\\\">\\\\n                <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.contact\\\\\\\") }}\\\\\\\" id=\\\\\\\"st_vendor_contact_form\\\\\\\" method=\\\\\\\"POST\\\\\\\" class=\\\\\\\"u-clearfix u-form-spacing-24 u-form-vertical u-inner-form\\\\\\\" style=\\\\\\\"padding: 24px;\\\\\\\" source=\\\\\\\"custom\\\\\\\" name=\\\\\\\"form\\\\\\\">\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$shop->id}}\\\\\\\" name=\\\\\\\"shop_id\\\\\\\" >\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\" name=\\\\\\\"company_id\\\\\\\" >\\\\n                    <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_name\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Name</label>\\\\n                        <input type=\\\\\\\"text\\\\\\\" placeholder=\\\\\\\"Enter your Name\\\\\\\" id=\\\\\\\"st_contact_form_name\\\\\\\" name=\\\\\\\"name\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-4\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-email u-form-group\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_email\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Email</label>\\\\n                        <input type=\\\\\\\"email\\\\\\\" placeholder=\\\\\\\"Enter a valid email address\\\\\\\" id=\\\\\\\"st_contact_form_email\\\\\\\" name=\\\\\\\"email\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-5\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-group u-form-message\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_message\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Message</label>\\\\n                        <textarea placeholder=\\\\\\\"Enter your message\\\\\\\" rows=\\\\\\\"4\\\\\\\" cols=\\\\\\\"50\\\\\\\" id=\\\\\\\"st_contact_form_message\\\\\\\" name=\\\\\\\"message\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-6\\\\\\\" required=\\\\\\\"\\\\\\\"></textarea>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-form-group u-form-submit\\\\\\\">       \\\\n                        <input type=\\\\\\\"submit\\\\\\\" value=\\\\\\\"submit\\\\\\\" class=\\\\\\\"u-form-control\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-send-message u-form-send-success\\\\\\\"> Thank you! Your message has been sent. </div>\\\\n                    <div class=\\\\\\\"u-form-send-error u-form-send-message\\\\\\\"> Unable to send your message. Please fix errors then try again. </div>\\\\n                </form>\\\\n            </div>\\\\n    </div>\\\\n        </div>\\\\n    </div>\\\\n</div>\\\"},\\\"published_vendor_list_template\\\":\\\"<div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2 u-section-2\\\\\\\">\\\\n    <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n      <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n        <h1 class=\\\\\\\"u-text u-text-default u-text-1\\\\\\\">{{$parentCompany->name_of_the_vendor_listing_page}}</h1>\\\\n        <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n          <form id=\\\\\\\"vendor_search_form\\\\\\\" action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.list\\\\\\\", [\\\\\\\"shop\\\\\\\" => $shop->shopify_domain]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\" source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n              <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n              <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search\\\\\\\" id=\\\\\\\"search_vendor\\\\\\\" name=\\\\\\\"search_vendor\\\\\\\" class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n            </div>\\\\n          </form>\\\\n        </div>\\\\n        <div class=\\\\\\\"loader\\\\\\\" ></div>\\\\n        <div class=\\\\\\\"u-container-layout-2 u-container-layout-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-products u-products-1\\\\\\\">                \\\\n                <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n                    @foreach($companies as $company)\\\\n                      <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2 container\\\\\\\">\\\\n                                  <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1 image-hover\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\">\\\\n                                  <h1 class=\\\\\\\"u-align-center u-product-control u-text u-text-1\\\\\\\">\\\\n                                      <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                                          {{$company->title}}\\\\n                                      </a>\\\\n                                      @if ($parentCompany->display_vendor_category && $company->vendor_category != \\\\\\\"\\\\\\\")\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->vendor_category}} </p>\\\\n                                      @endif\\\\n                                      @if ($parentCompany->display_vendor_location)\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}</p>\\\\n                                      @endif\\\\n                                  </h1>\\\\n                              </div>\\\\n                          </a>\\\\n                          @if ($parentCompany->display_vendor_short_description)\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"st-middle\\\\\\\">\\\\n                                  <div class=\\\\\\\"short-description st-white-text-overlay\\\\\\\" style=\\\\\\\"height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.4);\\\\\\\">\\\\n                                      {!! $company->short_description !!}\\\\n                                  </div>\\\\n                              </div>\\\\n                          </a>\\\\n                          @endif\\\\n                      </div>\\\\n                    @endforeach\\\\n                </div>\\\\n                <div>\\\\n                  {{ $companies->links() }}\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n      </div>\\\\n    </div>\\\\n  </div>\\\"}\",\n                    \"left_days_14_day_trial\": null,\n                    \"currency_country\": {\n                        \"id\": 98,\n                        \"name\": \"India\",\n                        \"code\": \"IN\",\n                        \"dial_code\": \"+91\",\n                        \"currency_name\": \"Indian rupee\",\n                        \"currency_symbol\": \"Rs.\",\n                        \"currency_code\": \"INR\",\n                        \"created_at\": null,\n                        \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                        \"name_with_symbole\": \"Indian rupee - Rs.\"\n                    }\n                }\n            },\n            \"vendor_line_item\": {\n                \"total_discount\": 0,\n                \"order_discount\": 0,\n                \"sku\": \"All Field Test product22-white-large\",\n                \"quantity\": 1,\n                \"price\": 10,\n                \"title\": \"All Field Test product22\",\n                \"id\": 9351897,\n                \"product_id\": 9599632802095,\n                \"variant_id\": 22494320,\n                \"company_id\": 234956,\n                \"shipping_price\": \"0\",\n                \"total_value_including_tax\": 0,\n                \"taxable_price\": 0,\n                \"line_item_tax\": 0,\n                \"sku_barcode\": \"All Field Test product22-white-large</br>\",\n                \"shop\": null,\n                \"variant\": {\n                    \"id\": 22494320,\n                    \"title\": \"white / large\",\n                    \"price\": \"10.00\",\n                    \"sku\": \"All Field Test product22-white-large\",\n                    \"position\": 18,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": \"10.00\",\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"white\",\n                    \"option2\": \"large\",\n                    \"option3\": null,\n                    \"barcode\": \"\",\n                    \"grams\": \"0\",\n                    \"image_id\": null,\n                    \"weight\": \"0\",\n                    \"inventory_item_id\": \"50408304738607\",\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/48363850334511\",\n                    \"created_at\": \"2024-01-01T08:54:07.000000Z\",\n                    \"updated_at\": \"2024-01-01T08:57:42.000000Z\",\n                    \"deleted_at\": null,\n                    \"product_id\": 8106189,\n                    \"taxable\": true,\n                    \"requires_shipping\": null,\n                    \"weight_unit\": \"kg\",\n                    \"inventory_quantity\": \"9\",\n                    \"old_inventory_quantity\": null,\n                    \"product_purchase_cost\": \"0\",\n                    \"actual_product_weight\": \"0\",\n                    \"vendor_id\": null,\n                    \"provider\": null,\n                    \"company_id\": 234956,\n                    \"hsn_sku_id\": null,\n                    \"channel_id\": \"48363850334511\",\n                    \"channel\": \"shopify\",\n                    \"store_id\": null,\n                    \"image\": null,\n                    \"channel_variant_id\": \"22628293\",\n                    \"extra_information\": null,\n                    \"deactivated_at\": true,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"shop_id\": 4147,\n                    \"tax_id\": null,\n                    \"body_html\": \"\",\n                    \"commission\": null,\n                    \"fixed_commission\": 0,\n                    \"override_commission\": false,\n                    \"parent_id\": 212738,\n                    \"product_code_name\": \"All Field Test product22-white-large</br>All Field Test product22</br>white,large\",\n                    \"product_variant_title\": \"All Field Test product22 - white / large\",\n                    \"product_type\": \"configurable\",\n                    \"product_type_id\": 133935,\n                    \"file_id\": null,\n                    \"option_name_1\": null,\n                    \"option_name_2\": null,\n                    \"option_name_3\": null,\n                    \"delivery_profile_id\": null,\n                    \"delivery_profile_provider_id\": null,\n                    \"vendor_shop_variant_id\": null,\n                    \"shopify_meta_data\": null,\n                    \"new_variant_sent\": 0,\n                    \"image_link\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-13_2.jpg?v=1704099244\",\n                    \"overridden_commission_level\": \"global\",\n                    \"overridden_commission\": \"15\",\n                    \"overridden_fixed_commission\": 10,\n                    \"file_history\": null,\n                    \"product\": {\n                        \"id\": 8106189,\n                        \"title\": \"All Field Test product22\",\n                        \"body_html\": \"\",\n                        \"vendor\": \"Magento0\",\n                        \"product_type\": {\n                            \"id\": 133935,\n                            \"channel\": \"shopify\",\n                            \"shop_id\": 4147,\n                            \"title\": \"configurable\",\n                            \"commission\": null,\n                            \"created_at\": \"2023-09-30T12:15:45.000000Z\",\n                            \"updated_at\": \"2023-09-30T12:15:45.000000Z\",\n                            \"fixed_commission\": 0,\n                            \"override_commission\": false,\n                            \"overridden_commission_level\": \"global\",\n                            \"overridden_commission\": \"15\",\n                            \"overridden_fixed_commission\": 10,\n                            \"global_commission_level\": \"global\",\n                            \"global_commission\": \"15\",\n                            \"global_fixed_commission\": 10\n                        },\n                        \"handle\": \"all-field-test-product22\",\n                        \"published_at\": \"2024-01-01 14:24:00\",\n                        \"template_suffix\": null,\n                        \"tags\": \"All Field Test product22\",\n                        \"published_scope\": null,\n                        \"admin_graphql_api_id\": \"gid://shopify/Product/9599632802095\",\n                        \"image\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-13_2.jpg?v=1704099244\",\n                        \"created_at\": \"2024-01-01T08:54:06.000000Z\",\n                        \"updated_at\": \"2024-01-01T09:00:21.000000Z\",\n                        \"deleted_at\": null,\n                        \"vendor_id\": 234956,\n                        \"provider\": null,\n                        \"company_id\": 234956,\n                        \"channel_id\": \"9599632802095\",\n                        \"store_id\": null,\n                        \"product_image_link\": null,\n                        \"channel_product_id\": 8099317,\n                        \"channel\": \"shopify\",\n                        \"sku\": null,\n                        \"shop_id\": 4147,\n                        \"tax_id\": null,\n                        \"product_type_id\": 133935,\n                        \"parent_id\": 212738,\n                        \"images\": [\n                            {\n                                \"id\": 44020661911855,\n                                \"alt\": null,\n                                \"src\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-13_2.jpg?v=1704099244\",\n                                \"width\": 1080,\n                                \"height\": 1080,\n                                \"position\": 1,\n                                \"created_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"product_id\": 9599632802095,\n                                \"updated_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"variant_ids\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/ProductImage/44020661911855\"\n                            },\n                            {\n                                \"id\": 44020661813551,\n                                \"alt\": null,\n                                \"src\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-12_5.jpg?v=1704099244\",\n                                \"width\": 1080,\n                                \"height\": 1080,\n                                \"position\": 2,\n                                \"created_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"product_id\": 9599632802095,\n                                \"updated_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"variant_ids\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/ProductImage/44020661813551\"\n                            },\n                            {\n                                \"id\": 44020661780783,\n                                \"alt\": null,\n                                \"src\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-11_5.jpg?v=1704099244\",\n                                \"width\": 1080,\n                                \"height\": 1080,\n                                \"position\": 3,\n                                \"created_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"product_id\": 9599632802095,\n                                \"updated_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"variant_ids\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/ProductImage/44020661780783\"\n                            },\n                            {\n                                \"id\": 44020661879087,\n                                \"alt\": null,\n                                \"src\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-10_f52a5a92-c15d-4445-a981-bd2251def6fa.jpg?v=1704099244\",\n                                \"width\": 1080,\n                                \"height\": 1080,\n                                \"position\": 4,\n                                \"created_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"product_id\": 9599632802095,\n                                \"updated_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"variant_ids\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/ProductImage/44020661879087\"\n                            },\n                            {\n                                \"id\": 44020661944623,\n                                \"alt\": null,\n                                \"src\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-9_c2a0ba5a-46c8-462e-bad6-b4bcfea883bb.jpg?v=1704099245\",\n                                \"width\": 1080,\n                                \"height\": 1080,\n                                \"position\": 5,\n                                \"created_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"product_id\": 9599632802095,\n                                \"updated_at\": \"2024-01-01T14:24:05+05:30\",\n                                \"variant_ids\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/ProductImage/44020661944623\"\n                            },\n                            {\n                                \"id\": 44020661977391,\n                                \"alt\": null,\n                                \"src\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-8_6729f903-3847-47b2-82f8-07bf9ea60c54.jpg?v=1704099245\",\n                                \"width\": 1080,\n                                \"height\": 1080,\n                                \"position\": 6,\n                                \"created_at\": \"2024-01-01T14:24:05+05:30\",\n                                \"product_id\": 9599632802095,\n                                \"updated_at\": \"2024-01-01T14:24:05+05:30\",\n                                \"variant_ids\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/ProductImage/44020661977391\"\n                            },\n                            {\n                                \"id\": 44020661846319,\n                                \"alt\": null,\n                                \"src\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-7_36b61da0-7175-4670-b1ac-69207b43a9cd.jpg?v=1704099245\",\n                                \"width\": 1080,\n                                \"height\": 1080,\n                                \"position\": 7,\n                                \"created_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"product_id\": 9599632802095,\n                                \"updated_at\": \"2024-01-01T14:24:05+05:30\",\n                                \"variant_ids\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/ProductImage/44020661846319\"\n                            }\n                        ],\n                        \"options\": [\n                            {\n                                \"id\": 11918634680623,\n                                \"name\": \"Color\",\n                                \"values\": [\n                                    \"black\",\n                                    \"new color\",\n                                    \"green\",\n                                    \"red\",\n                                    \"white\"\n                                ],\n                                \"position\": 1,\n                                \"product_id\": 9599632802095\n                            },\n                            {\n                                \"id\": 11918634713391,\n                                \"name\": \"size\",\n                                \"values\": [\n                                    \"medium\",\n                                    \"large\",\n                                    \"small\",\n                                    \"extra large\"\n                                ],\n                                \"position\": 2,\n                                \"product_id\": 9599632802095\n                            }\n                        ],\n                        \"has_only_default_variant\": false,\n                        \"meta_data\": {\n                            \"badge\": {\n                                \"id\": \"gid://shopify/Metafield/32974825423151\",\n                                \"key\": \"badge\",\n                                \"value\": null,\n                                \"name_slug\": \"badge\",\n                                \"namespace\": \"judgeme\"\n                            },\n                            \"widget\": {\n                                \"id\": \"gid://shopify/Metafield/32974825455919\",\n                                \"key\": \"widget\",\n                                \"value\": null,\n                                \"name_slug\": \"widget\",\n                                \"namespace\": \"judgeme\"\n                            }\n                        },\n                        \"status\": \"active\",\n                        \"vendor_shop_product_id\": null,\n                        \"shopify_meta_data\": null,\n                        \"image_link\": null,\n                        \"images_link\": null,\n                        \"uploaded_images\": [],\n                        \"media\": []\n                    },\n                    \"company\": {\n                        \"id\": 234956,\n                        \"company_name\": null,\n                        \"brand_name\": \"Magento0\",\n                        \"company_logo\": null,\n                        \"contact_name\": null,\n                        \"phone_number\": null,\n                        \"email\": null,\n                        \"address_line_1\": null,\n                        \"address_line_2\": null,\n                        \"pin_code\": null,\n                        \"city\": null,\n                        \"created_at\": \"2023-12-27T11:06:45.000000Z\",\n                        \"updated_at\": \"2024-01-01T08:32:49.000000Z\",\n                        \"state_id\": null,\n                        \"gstin_number\": null,\n                        \"invoice_prefix\": null,\n                        \"starting_invoice_number\": null,\n                        \"terms_and_conditions\": null,\n                        \"bank_account_beneficiary_name\": null,\n                        \"bank_account_name\": null,\n                        \"ifsc_code\": null,\n                        \"label_company_name\": null,\n                        \"label_contact_name\": null,\n                        \"label_phone\": null,\n                        \"label_email_address\": null,\n                        \"label_address_line_1\": null,\n                        \"label_address_line_2\": null,\n                        \"label_pin_code\": null,\n                        \"label_city\": null,\n                        \"label_state\": null,\n                        \"signature\": null,\n                        \"currency\": null,\n                        \"weight\": null,\n                        \"measurement\": null,\n                        \"gst_enabled\": false,\n                        \"override_channel_product_weight_enabled\": false,\n                        \"label_details_same_as_company\": true,\n                        \"multi_vendor_invoicing_enabled\": true,\n                        \"multi_vendor_shipping_enabled\": true,\n                        \"is_master\": null,\n                        \"invoice_number_same_as_order_number\": true,\n                        \"enable_disable_cod_reconciliation\": false,\n                        \"enable_disable_freight_reconciliation\": false,\n                        \"cod_tolerance\": null,\n                        \"freight_tolerance\": null,\n                        \"is_multi_vendor_enabled\": true,\n                        \"invoice_message\": null,\n                        \"inclusive_exclusive\": null,\n                        \"is_tax_on_shipping\": \"no\",\n                        \"tax_on_shipping\": null,\n                        \"primary_color\": \"#f18024\",\n                        \"secondary_color\": null,\n                        \"display_hsn\": true,\n                        \"website\": null,\n                        \"country\": null,\n                        \"type_of_vendor\": \"dropshipper\",\n                        \"invoice_message_2\": null,\n                        \"title\": \"Magento0\",\n                        \"parent_id\": 212738,\n                        \"extra_information\": null,\n                        \"invoice_date\": \"invoice_creation_date\",\n                        \"number_of_digits\": \"0\",\n                        \"invoice_message_1\": null,\n                        \"created_by\": null,\n                        \"updated_by\": 28344,\n                        \"invoice_contact_name\": null,\n                        \"invoice_address_1\": null,\n                        \"invoice_address_2\": null,\n                        \"invoice_postal_code\": null,\n                        \"invoice_city\": null,\n                        \"invoice_phone_number\": null,\n                        \"invoice_tin\": null,\n                        \"timezone\": \"Asia/Kolkata\",\n                        \"hand_delivered_enabled\": true,\n                        \"other_courier_partner_enabled\": true,\n                        \"billing_address_same_as_company_details\": true,\n                        \"deactivated_at\": null,\n                        \"state_code\": null,\n                        \"automatically_sync_vendor_name_from_store\": true,\n                        \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                        \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                        \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                        \"correct_all_errors_in_order\": false,\n                        \"generate_shipping_labels_for_orders\": false,\n                        \"generate_invoices_for_dropship_orders\": false,\n                        \"can_vendor_enable_disable_product\": false,\n                        \"can_vendor_edit_quantity_product\": false,\n                        \"can_vendor_edit_weight_dimension_product\": false,\n                        \"can_vendor_edit_tax_product\": true,\n                        \"set_vendor_level_commission\": false,\n                        \"commission\": null,\n                        \"discount_shared_by_vendor\": null,\n                        \"commission_calculated_on_product_price_discounted_price\": null,\n                        \"set_vendor_level_shared_discount\": false,\n                        \"set_vendor_level_commissoin_calculated_on\": false,\n                        \"use_shop_channel_values_to_set_commission\": true,\n                        \"can_vendor_generate_invoice\": false,\n                        \"can_vendor_process_shippings\": false,\n                        \"can_vendor_edit_hsn_tax\": false,\n                        \"can_vendor_add_courier_provider\": false,\n                        \"default_vendor_type\": \"dropshipper\",\n                        \"no_of_deciaml_digits\": 2,\n                        \"credits\": 0,\n                        \"plan_id\": null,\n                        \"requested_plan_id\": null,\n                        \"override_invoice_permissions\": false,\n                        \"override_product_permissions\": false,\n                        \"override_order_routing_permissions\": false,\n                        \"override_shipping_permissions\": false,\n                        \"slug\": \"magento0-234956\",\n                        \"commission_calculated_tax_type\": \"exclusive_of_tax\",\n                        \"shipping_charge_commission_type\": \"fixed\",\n                        \"shipping_charge_commission\": 0,\n                        \"override_commission_calculated_tax_type\": false,\n                        \"override_shipping_charge_commission_type\": false,\n                        \"override_shipping_charge_commission\": 0,\n                        \"auto_email_to_vendor\": false,\n                        \"fixed_commission\": 0,\n                        \"service_charge\": 0,\n                        \"can_vendor_edit_price\": false,\n                        \"can_vendor_delete_product\": false,\n                        \"show_logo_in_awb\": false,\n                        \"hide_pick_address_in_awb\": true,\n                        \"hide_customer_info_in_awb\": true,\n                        \"hide_price_in_awb\": false,\n                        \"hide_customer_information_on_vendor_dashboards\": false,\n                        \"allow_merchant_to_generate_invoice\": false,\n                        \"show_merchant_logo_in_invoice\": false,\n                        \"locale\": \"en\",\n                        \"use_custom_waybill\": false,\n                        \"redirect_url\": \"dashboard\",\n                        \"invoice_state_code\": null,\n                        \"invoice_country_code\": null,\n                        \"stripe_account_id\": null,\n                        \"url_to_redirect_vendor_is_registered\": null,\n                        \"enable_app_shipping_profile_on_shopify\": null,\n                        \"policy\": null,\n                        \"css\": null,\n                        \"vendor_profile_color\": \"#f18024\",\n                        \"about_us\": null,\n                        \"facebook_link\": null,\n                        \"twitter_link\": null,\n                        \"instagram_link\": null,\n                        \"auto_fulfill_digital_orders\": false,\n                        \"use_default_warehouse_for_all_orders\": false,\n                        \"invoice_label_header_title\": null,\n                        \"invoice_place_of_supply\": null,\n                        \"invoice_cin_key_title\": null,\n                        \"invoice_cin\": null,\n                        \"give_vendor_access_to_merchant_shipper\": false,\n                        \"auto_generate_order_invoices_to_customers\": false,\n                        \"auto_email_order_invoices_to_customers\": false,\n                        \"treat_manual_payment_mode_as_cod\": false,\n                        \"fulfill_order_after_confirm\": false,\n                        \"add_notes_before_confirming_orders\": false,\n                        \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                        \"note_at_the_top_of_invoice\": null,\n                        \"vendor_shop_id\": null,\n                        \"vendor_category\": null,\n                        \"vendor_location\": null,\n                        \"short_description\": null,\n                        \"display_vendor_category\": false,\n                        \"display_vendor_location\": false,\n                        \"display_vendor_short_description\": false,\n                        \"name_of_the_vendor_listing_page\": null,\n                        \"sync_settings\": {\n                            \"update_settings\": {\n                                \"title\": false,\n                                \"variant_name\": false,\n                                \"price\": true,\n                                \"weight\": false,\n                                \"sku\": false,\n                                \"description\": false,\n                                \"publish_status\": false,\n                                \"product_type\": false,\n                                \"barcode\": false,\n                                \"media\": false,\n                                \"compare_at_price\": true,\n                                \"quantity\": true,\n                                \"track_quantity_and_continue_selling_when_out_of_stock\": false,\n                                \"hsn_code_and_country_of_origin\": false,\n                                \"tags\": true\n                            },\n                            \"create_settings\": {\n                                \"title\": true,\n                                \"variant_name\": true,\n                                \"price\": true,\n                                \"weight\": true,\n                                \"sku\": true,\n                                \"description\": true,\n                                \"publish_status\": true,\n                                \"product_type\": true,\n                                \"barcode\": true,\n                                \"media\": true,\n                                \"compare_at_price\": true,\n                                \"quantity\": true,\n                                \"track_quantity_and_continue_selling_when_out_of_stock\": true,\n                                \"hsn_code_and_country_of_origin\": true,\n                                \"tags\": true\n                            },\n                            \"override_product_status_at_create\": false,\n                            \"product_status\": \"as_per_vendor_product\",\n                            \"enable_order_sync\": false,\n                            \"push_only_if_order_paid\": false,\n                            \"push_unsynced_product_order\": false,\n                            \"auto_add_variant\": true,\n                            \"auto_remove_variant\": true,\n                            \"strictKeyCheck\": false,\n                            \"on_product_delete\": \"do_nothing\",\n                            \"on_product_unmapped\": \"do_nothing\"\n                        },\n                        \"override_hide_customer_information_permissions\": false,\n                        \"can_vendor_cancel_an_order\": false,\n                        \"hide_shipping_charges\": false,\n                        \"add_insurance_to_shipment\": 0,\n                        \"meta_title\": null,\n                        \"registration_link\": null,\n                        \"auto_approval_of_products_from_vendor\": true,\n                        \"ignore_selling_price_for_commission\": 0,\n                        \"shipping_label_check\": {\n                            \"email\": false,\n                            \"phone\": false,\n                            \"address_line_1\": false,\n                            \"address_line_2\": false,\n                            \"address_line_1_minimum\": null,\n                            \"address_line_1_maximum\": null,\n                            \"address_line_2_minimum\": null,\n                            \"address_line_2_maximum\": null\n                        },\n                        \"shipping_label_size\": \"smalllabel\",\n                        \"paypal_email\": null,\n                        \"use_custom_email_driver\": false,\n                        \"ignore_order_splitting\": false,\n                        \"hide_customer_information_on_vendor_dashboard\": {\n                            \"name\": false,\n                            \"phone\": false,\n                            \"address\": false,\n                            \"email\": false,\n                            \"city\": false,\n                            \"state\": false\n                        },\n                        \"hide_customer_information_in_awb\": {\n                            \"name\": false,\n                            \"phone\": false,\n                            \"address\": false,\n                            \"email\": false,\n                            \"city\": false,\n                            \"state\": false,\n                            \"line_items\": false,\n                            \"vendor_name\": false,\n                            \"sku\": false,\n                            \"weight_dimension\": false\n                        },\n                        \"hide_customer_information_in_invoice\": {\n                            \"name\": false,\n                            \"phone\": false,\n                            \"address\": false,\n                            \"email\": false,\n                            \"city\": false,\n                            \"state\": false\n                        },\n                        \"vendor_profile_settings\": {\n                            \"seller_products_tab\": true,\n                            \"seller_policy_tab\": true,\n                            \"seller_contact_us_tab\": true\n                        },\n                        \"challan_message_1\": null,\n                        \"challan_message_2\": null,\n                        \"challan_prefix\": null,\n                        \"challan_number_same_as_invoice_number\": true,\n                        \"default_label_size_for_all_vendors\": false,\n                        \"hide_customer_information_in_export\": {\n                            \"name\": false,\n                            \"phone\": false,\n                            \"address\": false,\n                            \"email\": false,\n                            \"city\": false,\n                            \"state\": false\n                        },\n                        \"product_permissions\": null,\n                        \"hide_product_details_in_awb\": false,\n                        \"hide_invoice_details_in_awb\": false,\n                        \"company_note\": null,\n                        \"meta_data\": null,\n                        \"color_theme_field\": \"light.orange\",\n                        \"change_tracking_url\": false,\n                        \"ship_to_address_as_merchants_default_warehouse\": false,\n                        \"can_vendor_hold_an_order\": false,\n                        \"handle_out_of_stock_products\": null,\n                        \"allow_vendors_to_change_vendor_profile_details\": false,\n                        \"whatsapp_account\": null,\n                        \"vendor_profile_theme_choosen\": \"theme-1\",\n                        \"whatsapp_credit\": 100,\n                        \"test_whatsapp_number\": null,\n                        \"spoc_email_sending_method\": null,\n                        \"connected_vendor_shops\": null,\n                        \"events\": null,\n                        \"commission_automation_set\": null,\n                        \"auto_confirmation_using_tags_settings\": {\n                            \"tags_settings_status\": false,\n                            \"paid\": false,\n                            \"tags_for_paid\": [],\n                            \"cod_or_partially_paid\": false,\n                            \"tags_for_cod_or_partially_paid\": [],\n                            \"Exceptions_for_paid\": false,\n                            \"Exceptions_for_paid_tags\": [],\n                            \"Exceptions_for_cod_or_partially_paid\": false,\n                            \"Exceptions_for_cod_or_partially_paid_tags\": []\n                        },\n                        \"preferred_location\": null,\n                        \"email_credit\": null,\n                        \"logo\": null,\n                        \"logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                        \"is_general_setting_done\": true,\n                        \"is_invoice_setting_done\": true,\n                        \"is_label_setting_done\": false,\n                        \"is_gst_enabled\": false,\n                        \"billing_detail\": \"\",\n                        \"warehouse_address\": \"</br>\",\n                        \"contact_information\": \"\",\n                        \"status\": \"Active\",\n                        \"global_commission\": \"15\",\n                        \"global_discount_shared_by_vendor\": \"0\",\n                        \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                        \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                        \"global_shipping_charge_commission_type\": \"fixed\",\n                        \"global_shipping_charge_commission\": 50,\n                        \"global_fixed_commission\": 10,\n                        \"is_drop_shipper\": true,\n                        \"state\": null,\n                        \"first_email\": [\n                            \"het.shipturtle@gmail.com\"\n                        ],\n                        \"invoice_state\": null,\n                        \"banner\": null,\n                        \"banner_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                        \"frontend_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                        \"navbar_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                        \"email_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                        \"invoice_country_detail\": null,\n                        \"commission_tags\": null,\n                        \"parent\": {\n                            \"id\": 212738,\n                            \"company_name\": \"kapil\",\n                            \"brand_name\": \"violetplants\",\n                            \"company_logo\": null,\n                            \"contact_name\": \"Chahar\",\n                            \"phone_number\": null,\n                            \"email\": \"het.shipturtle@gmail.com\",\n                            \"address_line_1\": \"Est\",\n                            \"address_line_2\": \"Test\",\n                            \"pin_code\": \"411018\",\n                            \"city\": \"Pune\",\n                            \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                            \"updated_at\": \"2024-01-02T06:35:02.000000Z\",\n                            \"state_id\": null,\n                            \"gstin_number\": \"1234\",\n                            \"invoice_prefix\": \"Invoice\",\n                            \"starting_invoice_number\": \"26\",\n                            \"terms_and_conditions\": null,\n                            \"bank_account_beneficiary_name\": null,\n                            \"bank_account_name\": null,\n                            \"ifsc_code\": null,\n                            \"label_company_name\": null,\n                            \"label_contact_name\": null,\n                            \"label_phone\": null,\n                            \"label_email_address\": null,\n                            \"label_address_line_1\": null,\n                            \"label_address_line_2\": null,\n                            \"label_pin_code\": null,\n                            \"label_city\": null,\n                            \"label_state\": null,\n                            \"signature\": null,\n                            \"currency\": \"INR\",\n                            \"weight\": null,\n                            \"measurement\": null,\n                            \"gst_enabled\": true,\n                            \"override_channel_product_weight_enabled\": true,\n                            \"label_details_same_as_company\": true,\n                            \"multi_vendor_invoicing_enabled\": false,\n                            \"multi_vendor_shipping_enabled\": false,\n                            \"is_master\": \"1\",\n                            \"invoice_number_same_as_order_number\": true,\n                            \"enable_disable_cod_reconciliation\": true,\n                            \"enable_disable_freight_reconciliation\": true,\n                            \"cod_tolerance\": \"5\",\n                            \"freight_tolerance\": \"2\",\n                            \"is_multi_vendor_enabled\": true,\n                            \"invoice_message\": null,\n                            \"inclusive_exclusive\": null,\n                            \"is_tax_on_shipping\": \"no\",\n                            \"tax_on_shipping\": null,\n                            \"primary_color\": \"#222F3D\",\n                            \"secondary_color\": null,\n                            \"display_hsn\": true,\n                            \"website\": \"https://app.shipturtle.com/\",\n                            \"country\": \"IN\",\n                            \"type_of_vendor\": \"marketplace\",\n                            \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                            \"title\": \"violetplants\",\n                            \"parent_id\": 212738,\n                            \"extra_information\": null,\n                            \"invoice_date\": \"invoice_creation_date\",\n                            \"number_of_digits\": \"0\",\n                            \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                            \"created_by\": null,\n                            \"updated_by\": 28344,\n                            \"invoice_contact_name\": \"Hussain\",\n                            \"invoice_address_1\": \"dahod\",\n                            \"invoice_address_2\": \"dahod\",\n                            \"invoice_postal_code\": \"380005\",\n                            \"invoice_city\": \"Ahmedabad\",\n                            \"invoice_phone_number\": \"09173038104\",\n                            \"invoice_tin\": null,\n                            \"timezone\": \"America/Phoenix\",\n                            \"hand_delivered_enabled\": true,\n                            \"other_courier_partner_enabled\": true,\n                            \"billing_address_same_as_company_details\": false,\n                            \"deactivated_at\": null,\n                            \"state_code\": \"GJ\",\n                            \"automatically_sync_vendor_name_from_store\": true,\n                            \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                            \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                            \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                            \"correct_all_errors_in_order\": false,\n                            \"generate_shipping_labels_for_orders\": false,\n                            \"generate_invoices_for_dropship_orders\": false,\n                            \"can_vendor_enable_disable_product\": false,\n                            \"can_vendor_edit_quantity_product\": false,\n                            \"can_vendor_edit_weight_dimension_product\": false,\n                            \"can_vendor_edit_tax_product\": true,\n                            \"set_vendor_level_commission\": false,\n                            \"commission\": \"15\",\n                            \"discount_shared_by_vendor\": \"0\",\n                            \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"set_vendor_level_shared_discount\": false,\n                            \"set_vendor_level_commissoin_calculated_on\": false,\n                            \"use_shop_channel_values_to_set_commission\": false,\n                            \"can_vendor_generate_invoice\": true,\n                            \"can_vendor_process_shippings\": true,\n                            \"can_vendor_edit_hsn_tax\": true,\n                            \"can_vendor_add_courier_provider\": true,\n                            \"default_vendor_type\": \"dropshipper\",\n                            \"no_of_deciaml_digits\": 2,\n                            \"credits\": 299836,\n                            \"plan_id\": 4,\n                            \"requested_plan_id\": null,\n                            \"override_invoice_permissions\": false,\n                            \"override_product_permissions\": false,\n                            \"override_order_routing_permissions\": false,\n                            \"override_shipping_permissions\": false,\n                            \"slug\": \"violetplants-212738\",\n                            \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"shipping_charge_commission_type\": \"fixed\",\n                            \"shipping_charge_commission\": 50,\n                            \"override_commission_calculated_tax_type\": false,\n                            \"override_shipping_charge_commission_type\": false,\n                            \"override_shipping_charge_commission\": 0,\n                            \"auto_email_to_vendor\": true,\n                            \"fixed_commission\": 10,\n                            \"service_charge\": 0,\n                            \"can_vendor_edit_price\": false,\n                            \"can_vendor_delete_product\": false,\n                            \"show_logo_in_awb\": false,\n                            \"hide_pick_address_in_awb\": false,\n                            \"hide_customer_info_in_awb\": true,\n                            \"hide_price_in_awb\": false,\n                            \"hide_customer_information_on_vendor_dashboards\": false,\n                            \"allow_merchant_to_generate_invoice\": false,\n                            \"show_merchant_logo_in_invoice\": true,\n                            \"locale\": \"en\",\n                            \"use_custom_waybill\": false,\n                            \"redirect_url\": \"dashboard\",\n                            \"invoice_state_code\": \"GJ\",\n                            \"invoice_country_code\": \"IN\",\n                            \"stripe_account_id\": null,\n                            \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                            \"enable_app_shipping_profile_on_shopify\": \"0\",\n                            \"policy\": null,\n                            \"css\": null,\n                            \"vendor_profile_color\": \"#f18024\",\n                            \"about_us\": null,\n                            \"facebook_link\": null,\n                            \"twitter_link\": null,\n                            \"instagram_link\": null,\n                            \"auto_fulfill_digital_orders\": true,\n                            \"use_default_warehouse_for_all_orders\": false,\n                            \"invoice_label_header_title\": null,\n                            \"invoice_place_of_supply\": null,\n                            \"invoice_cin_key_title\": null,\n                            \"invoice_cin\": null,\n                            \"give_vendor_access_to_merchant_shipper\": false,\n                            \"auto_generate_order_invoices_to_customers\": true,\n                            \"auto_email_order_invoices_to_customers\": true,\n                            \"treat_manual_payment_mode_as_cod\": false,\n                            \"fulfill_order_after_confirm\": false,\n                            \"add_notes_before_confirming_orders\": false,\n                            \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                            \"note_at_the_top_of_invoice\": null,\n                            \"vendor_shop_id\": null,\n                            \"vendor_category\": null,\n                            \"vendor_location\": null,\n                            \"short_description\": null,\n                            \"display_vendor_category\": true,\n                            \"display_vendor_location\": true,\n                            \"display_vendor_short_description\": true,\n                            \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                            \"sync_settings\": {\n                                \"update_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": false,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"create_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": false,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"override_product_status_at_create\": true,\n                                \"product_status\": \"as_per_vendor_product\",\n                                \"enable_order_sync\": true,\n                                \"push_only_if_order_paid\": false,\n                                \"push_unsynced_product_order\": true,\n                                \"auto_add_variant\": true,\n                                \"auto_remove_variant\": true,\n                                \"strictKeyCheck\": false,\n                                \"on_product_delete\": \"do_nothing\",\n                                \"on_product_unmapped\": \"do_nothing\",\n                                \"push_only_if_product_connected\": true\n                            },\n                            \"override_hide_customer_information_permissions\": false,\n                            \"can_vendor_cancel_an_order\": false,\n                            \"hide_shipping_charges\": false,\n                            \"add_insurance_to_shipment\": 0,\n                            \"meta_title\": null,\n                            \"registration_link\": null,\n                            \"auto_approval_of_products_from_vendor\": true,\n                            \"ignore_selling_price_for_commission\": 0,\n                            \"shipping_label_check\": {\n                                \"email\": false,\n                                \"phone\": false,\n                                \"address_line_1\": false,\n                                \"address_line_2\": false,\n                                \"address_line_1_minimum\": null,\n                                \"address_line_1_maximum\": null,\n                                \"address_line_2_minimum\": null,\n                                \"address_line_2_maximum\": null\n                            },\n                            \"shipping_label_size\": \"smalllabel\",\n                            \"paypal_email\": null,\n                            \"use_custom_email_driver\": false,\n                            \"ignore_order_splitting\": false,\n                            \"hide_customer_information_on_vendor_dashboard\": {\n                                \"name\": false,\n                                \"phone\": true,\n                                \"address\": true,\n                                \"email\": true,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"hide_customer_information_in_awb\": {\n                                \"name\": false,\n                                \"phone\": true,\n                                \"address\": true,\n                                \"email\": true,\n                                \"city\": false,\n                                \"state\": false,\n                                \"line_items\": false,\n                                \"vendor_name\": false,\n                                \"sku\": false,\n                                \"weight_dimension\": false\n                            },\n                            \"hide_customer_information_in_invoice\": {\n                                \"name\": false,\n                                \"phone\": true,\n                                \"address\": true,\n                                \"email\": true,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"vendor_profile_settings\": {\n                                \"seller_products_tab\": true,\n                                \"seller_policy_tab\": true,\n                                \"seller_contact_us_tab\": true,\n                                \"seller_events_tab\": true,\n                                \"seller_reviews_tab\": false,\n                                \"seller_about_us_tab\": true\n                            },\n                            \"challan_message_1\": null,\n                            \"challan_message_2\": null,\n                            \"challan_prefix\": \"Invoice\",\n                            \"challan_number_same_as_invoice_number\": true,\n                            \"default_label_size_for_all_vendors\": false,\n                            \"hide_customer_information_in_export\": {\n                                \"name\": false,\n                                \"phone\": true,\n                                \"address\": true,\n                                \"email\": true,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"product_permissions\": null,\n                            \"hide_product_details_in_awb\": false,\n                            \"hide_invoice_details_in_awb\": false,\n                            \"company_note\": \"<p>sdfasdfab</p>\",\n                            \"meta_data\": \"[{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                            \"color_theme_field\": \"light.orange\",\n                            \"change_tracking_url\": false,\n                            \"ship_to_address_as_merchants_default_warehouse\": false,\n                            \"can_vendor_hold_an_order\": false,\n                            \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                            \"allow_vendors_to_change_vendor_profile_details\": true,\n                            \"whatsapp_account\": \"use_company_account\",\n                            \"vendor_profile_theme_choosen\": \"theme-1\",\n                            \"whatsapp_credit\": 54,\n                            \"test_whatsapp_number\": \"+918849193468\",\n                            \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                            \"connected_vendor_shops\": [\n                                \"vendorsynctesting5.myshopify.com\",\n                                \"testing-for-vendorsync.myshopify.com\",\n                                \"purpleplants.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"test-store-webkul-112.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com/\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com\",\n                                \"channelteststore5.myshopify.com\",\n                                \"https://st-wpdemo.com/newtestclient/\",\n                                \"purpleplants.myshopify.com\",\n                                \"purpleplants.myshopify.com\",\n                                \"vendorsynctesting.myshopify.com\",\n                                \"vendorsynctesting.myshopify.com\"\n                            ],\n                            \"events\": null,\n                            \"commission_automation_set\": {\n                                \"commission_automation\": true,\n                                \"commission_automation_rules\": true,\n                                \"commission_automation_date_range\": true,\n                                \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                \"time_buffer_for_commission_automation\": \"4\",\n                                \"order_status_for_commission_automation\": \"pending\",\n                                \"invoice_number_for_commission_automation\": 277,\n                                \"date_Range_days_for_commission_automation\": \"4\"\n                            },\n                            \"auto_confirmation_using_tags_settings\": {\n                                \"tags_settings_status\": true,\n                                \"paid\": true,\n                                \"tags_for_paid\": [],\n                                \"cod_or_partially_paid\": false,\n                                \"tags_for_cod_or_partially_paid\": [],\n                                \"Exceptions_for_paid\": false,\n                                \"Exceptions_for_paid_tags\": [],\n                                \"Exceptions_for_cod_or_partially_paid\": false,\n                                \"Exceptions_for_cod_or_partially_paid_tags\": []\n                            },\n                            \"preferred_location\": null,\n                            \"email_credit\": 4759,\n                            \"logo\": null,\n                            \"logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                            \"is_general_setting_done\": true,\n                            \"is_invoice_setting_done\": true,\n                            \"is_label_setting_done\": false,\n                            \"is_gst_enabled\": true,\n                            \"billing_detail\": \"Pune</br>Gujarat</br>India\",\n                            \"warehouse_address\": \"Pune</br>IN\",\n                            \"contact_information\": \"Chahar</br>het.shipturtle@gmail.com</br>\",\n                            \"status\": \"Active\",\n                            \"global_commission\": \"15\",\n                            \"global_discount_shared_by_vendor\": \"0\",\n                            \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"global_shipping_charge_commission_type\": \"fixed\",\n                            \"global_shipping_charge_commission\": 50,\n                            \"global_fixed_commission\": 10,\n                            \"is_drop_shipper\": false,\n                            \"state\": {\n                                \"id\": 13,\n                                \"code\": \"GJ\",\n                                \"tin\": 24,\n                                \"title\": \"Gujarat\",\n                                \"created_at\": \"2019-08-03T17:48:42.000000Z\",\n                                \"updated_at\": \"2020-03-28T04:51:45.000000Z\",\n                                \"deleted_at\": null,\n                                \"country_code\": \"IN\"\n                            },\n                            \"first_email\": [\n                                \"het.shipturtle@gmail.com\"\n                            ],\n                            \"invoice_state\": {\n                                \"id\": 13,\n                                \"code\": \"GJ\",\n                                \"tin\": 24,\n                                \"title\": \"Gujarat\",\n                                \"created_at\": \"2019-08-03T17:48:42.000000Z\",\n                                \"updated_at\": \"2020-03-28T04:51:45.000000Z\",\n                                \"deleted_at\": null,\n                                \"country_code\": \"IN\"\n                            },\n                            \"banner\": null,\n                            \"banner_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                            \"frontend_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                            \"navbar_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                            \"email_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                            \"invoice_country_detail\": {\n                                \"id\": 98,\n                                \"name\": \"India\",\n                                \"code\": \"IN\",\n                                \"dial_code\": \"+91\",\n                                \"currency_name\": \"Indian rupee\",\n                                \"currency_symbol\": \"Rs.\",\n                                \"currency_code\": \"INR\",\n                                \"created_at\": null,\n                                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                \"name_with_symbole\": \"Indian rupee - Rs.\"\n                            },\n                            \"commission_tags\": {\n                                \"company_id\": 212738,\n                                \"override_commission\": true\n                            },\n                            \"media\": [],\n                            \"country_detail\": {\n                                \"id\": 98,\n                                \"name\": \"India\",\n                                \"code\": \"IN\",\n                                \"dial_code\": \"+91\",\n                                \"currency_name\": \"Indian rupee\",\n                                \"currency_symbol\": \"Rs.\",\n                                \"currency_code\": \"INR\",\n                                \"created_at\": null,\n                                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                \"name_with_symbole\": \"Indian rupee - Rs.\"\n                            }\n                        },\n                        \"media\": []\n                    }\n                }\n            },\n            \"commission_invoice\": null\n        },\n        {\n            \"id\": 9326343,\n            \"vendor_line_item_id\": 9351896,\n            \"vendor_order_id\": 6639825,\n            \"order_id\": 1925031580332,\n            \"shop_id\": 4147,\n            \"company_id\": 234956,\n            \"commission\": \"0\",\n            \"adjustment\": \"0\",\n            \"date_of_payment\": null,\n            \"reference\": null,\n            \"created_at\": \"2024-01-01T08:57:00.000000Z\",\n            \"updated_at\": \"2024-01-01T08:57:00.000000Z\",\n            \"price\": \"10\",\n            \"vendor_payout\": \"11.8\",\n            \"quantity\": 1,\n            \"discount_shared_by_vendor\": \"0\",\n            \"total_discount\": \"0\",\n            \"commission_level\": \"Tags\",\n            \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n            \"processed_at\": \"2024-01-01 14:26:48\",\n            \"merchant_earn\": \"0\",\n            \"less_discount_borne_by_vendor\": \"0\",\n            \"order_value\": \"0\",\n            \"net_earn\": \"0\",\n            \"commission_on_shipping\": \"50\",\n            \"merchant_commission_on_freight_charged\": \"0\",\n            \"merchant_commission_on_product\": 0,\n            \"commission_shipping_calculation_on\": \"inclusive_of_tax\",\n            \"commission_on_shipping_type\": \"fixed\",\n            \"fixed_commission\": \"0\",\n            \"service_charge\": \"0\",\n            \"total_line_value\": \"11.8\",\n            \"line_tax_value\": \"1.8\",\n            \"line_shipping_tax_value\": \"0\",\n            \"line_tax_percentage\": \"0.18\",\n            \"line_shipping_tax_percentage\": \"0\",\n            \"service_tax\": \"0\",\n            \"product_value\": \"10\",\n            \"shipping_price\": \"0\",\n            \"parent_id\": null,\n            \"commission_invoice_id\": null,\n            \"tax_information\": {\n                \"cgst\": 0,\n                \"igst\": 0,\n                \"sgst\": 0,\n                \"total_tax\": 0\n            },\n            \"is_paid\": false,\n            \"vendor_order\": {\n                \"user_id\": 92574581039,\n                \"pick_listed\": false,\n                \"gateway\": \"manual\",\n                \"total_weight\": 0,\n                \"total_price\": 236,\n                \"status\": \"New Orders\",\n                \"email\": \"rajdip.shipturtle@gmail.com\",\n                \"provider\": \"shopify\",\n                \"invoice_number\": \"Invoice3027\",\n                \"awb\": null,\n                \"processed_at\": \"2024-01-01 14:26:48\",\n                \"customer\": \"{\\\"id\\\": 7864611733807, \\\"note\\\": null, \\\"tags\\\": \\\"\\\", \\\"email\\\": \\\"rajdip.shipturtle@gmail.com\\\", \\\"phone\\\": null, \\\"state\\\": \\\"disabled\\\", \\\"currency\\\": \\\"INR\\\", \\\"last_name\\\": \\\"jalondhara\\\", \\\"created_at\\\": \\\"2023-12-27T13:02:22+05:30\\\", \\\"first_name\\\": \\\"Rajdeep\\\", \\\"tax_exempt\\\": false, \\\"updated_at\\\": \\\"2024-01-01T14:26:50+05:30\\\", \\\"tax_exemptions\\\": [], \\\"verified_email\\\": true, \\\"default_address\\\": {\\\"id\\\": 9899588780335, \\\"zip\\\": \\\"380050\\\", \\\"city\\\": \\\"Ahmedabad\\\", \\\"name\\\": \\\"Rajdeep Jalondhara\\\", \\\"phone\\\": null, \\\"company\\\": null, \\\"country\\\": \\\"India\\\", \\\"default\\\": true, \\\"address1\\\": \\\"ABC 1, Navrangpura abc Prakash Nagar Navrangpura\\\", \\\"address2\\\": null, \\\"province\\\": \\\"Gujarat\\\", \\\"last_name\\\": \\\"Jalondhara\\\", \\\"first_name\\\": \\\"Rajdeep\\\", \\\"customer_id\\\": 7864611733807, \\\"country_code\\\": \\\"IN\\\", \\\"country_name\\\": \\\"India\\\", \\\"province_code\\\": \\\"GJ\\\"}, \\\"accepts_marketing\\\": false, \\\"admin_graphql_api_id\\\": \\\"gid://shopify/Customer/7864611733807\\\", \\\"multipass_identifier\\\": null, \\\"sms_marketing_consent\\\": null, \\\"marketing_opt_in_level\\\": null, \\\"email_marketing_consent\\\": {\\\"state\\\": \\\"not_subscribed\\\", \\\"opt_in_level\\\": \\\"single_opt_in\\\", \\\"consent_updated_at\\\": null}, \\\"accepts_marketing_updated_at\\\": \\\"2023-12-27T13:02:22+05:30\\\"}\",\n                \"id\": 6639825,\n                \"invoice_download\": \"https://d2i9a0muccv7uq.cloudfront.net/s3/4147/generate_invoices/3027_Magento0_Rajdeep-Jalondhara_Invoice3027.pdf\",\n                \"awb_label\": null,\n                \"order_id\": 1925031580332,\n                \"company_id\": 234956,\n                \"shipping_provider\": null,\n                \"billing_address_id\": 9750849,\n                \"shipping_address_id\": 9616110,\n                \"shipping_service_provider_id\": null,\n                \"generating_awb\": false,\n                \"shipping_errors\": null,\n                \"mail_sent\": 0,\n                \"shipping_price\": \"0\",\n                \"total_tax\": 36,\n                \"total_amount_excluding_taxes\": 200,\n                \"height\": 2,\n                \"width\": 2,\n                \"length\": 3,\n                \"tracking_status\": \"Pending\",\n                \"tracking_message\": null,\n                \"order_number\": \"3027\",\n                \"status_sequence\": 1,\n                \"estimated_cost\": null,\n                \"shop_id\": 4147,\n                \"name\": \"#3027\",\n                \"warehouse_id\": null,\n                \"automate_shipment\": true,\n                \"shipping_address\": {\n                    \"zip\": \"380050\",\n                    \"city\": \"Ahmedabad\",\n                    \"name\": \"Rajdeep Jalondhara\",\n                    \"email\": \"rajdip.shipturtle@gmail.com\",\n                    \"phone\": \"\",\n                    \"company\": null,\n                    \"country\": \"India\",\n                    \"address1\": \"ABC 1, Navrangpura abc Prakash Naga\",\n                    \"address2\": \"r Navrangpura\",\n                    \"latitude\": null,\n                    \"province\": \"Gujarat\",\n                    \"last_name\": \"Jalondhara\",\n                    \"longitude\": null,\n                    \"first_name\": \"Rajdeep\",\n                    \"country_code\": \"IN\",\n                    \"province_code\": \"GJ\"\n                },\n                \"total_line_items_price\": 200,\n                \"total_discounts\": 0,\n                \"checkout_id\": 37177279414575,\n                \"tracking_link\": null,\n                \"payment_reconciliation_status\": \"pending\",\n                \"freight_reconciliation_status\": \"pending\",\n                \"payment_recon_id\": null,\n                \"freight_recon_id\": null,\n                \"billing_address\": {\n                    \"zip\": \"380050\",\n                    \"city\": \"Ahmedabad\",\n                    \"name\": \"Rajdeep Jalondhara\",\n                    \"phone\": null,\n                    \"company\": null,\n                    \"country\": \"India\",\n                    \"address1\": \"ABC 1, Navrangpura abc Prakash Nagar Navrangpura\",\n                    \"address2\": null,\n                    \"latitude\": 23.0329326,\n                    \"province\": \"Gujarat\",\n                    \"last_name\": \"Jalondhara\",\n                    \"longitude\": 72.55588259999999,\n                    \"first_name\": \"Rajdeep\",\n                    \"country_code\": \"IN\",\n                    \"province_code\": \"GJ\"\n                },\n                \"currency\": \"INR\",\n                \"last_tracked_at\": null,\n                \"unique_name\": \"#3027_Magento0\",\n                \"label\": null,\n                \"note\": null,\n                \"awb_created_at\": null,\n                \"custom_data\": null,\n                \"awb_custom_courier_name\": null,\n                \"requires_shipping\": true,\n                \"type_of_order\": \"forward_order\",\n                \"return_status\": null,\n                \"return_order_link\": null,\n                \"pickup_address\": null,\n                \"manifest_id\": null,\n                \"is_cod\": 0,\n                \"merchant_notes\": null,\n                \"is_customize\": false,\n                \"insurance_amount\": null,\n                \"insurance_cost\": null,\n                \"challan_number\": null,\n                \"challan_path\": null,\n                \"challan_download\": null,\n                \"challan_date\": null,\n                \"financial_status\": \"paid\",\n                \"tags\": \"\",\n                \"rag_status\": null,\n                \"rag_status_updated_on\": null,\n                \"processed_at_timestamp\": 1704119208,\n                \"mail_sent_for_ndr\": 0,\n                \"total_outstanding\": 0,\n                \"fulfillment_id\": null,\n                \"estimated_delivery_time\": null,\n                \"payment_gateway_names\": \"\\\"[\\\\\\\"manual\\\\\\\"]\\\"\",\n                \"note_attributes\": null,\n                \"ndr_api_available\": false,\n                \"unique_order_number\": \"#3027_Magento0\",\n                \"shipping_label_status\": \"Pending\",\n                \"invoice_generated\": \"Invoice Generated\",\n                \"shipping_service\": \"Not Selected\",\n                \"payment\": 236,\n                \"customer_address\": {\n                    \"id\": 7864611733807,\n                    \"note\": null,\n                    \"tags\": \"\",\n                    \"email\": \"rajdip.shipturtle@gmail.com\",\n                    \"phone\": null,\n                    \"state\": \"disabled\",\n                    \"currency\": \"INR\",\n                    \"last_name\": \"jalondhara\",\n                    \"created_at\": \"2023-12-27T13:02:22+05:30\",\n                    \"first_name\": \"Rajdeep\",\n                    \"tax_exempt\": false,\n                    \"updated_at\": \"2024-01-01T14:26:50+05:30\",\n                    \"tax_exemptions\": [],\n                    \"verified_email\": true,\n                    \"default_address\": {\n                        \"id\": 9899588780335,\n                        \"zip\": \"380050\",\n                        \"city\": \"Ahmedabad\",\n                        \"name\": \"Rajdeep Jalondhara\",\n                        \"phone\": null,\n                        \"company\": null,\n                        \"country\": \"India\",\n                        \"default\": true,\n                        \"address1\": \"ABC 1, Navrangpura abc Prakash Nagar Navrangpura\",\n                        \"address2\": null,\n                        \"province\": \"Gujarat\",\n                        \"last_name\": \"Jalondhara\",\n                        \"first_name\": \"Rajdeep\",\n                        \"customer_id\": 7864611733807,\n                        \"country_code\": \"IN\",\n                        \"country_name\": \"India\",\n                        \"province_code\": \"GJ\"\n                    },\n                    \"accepts_marketing\": false,\n                    \"admin_graphql_api_id\": \"gid://shopify/Customer/7864611733807\",\n                    \"multipass_identifier\": null,\n                    \"sms_marketing_consent\": null,\n                    \"marketing_opt_in_level\": null,\n                    \"email_marketing_consent\": {\n                        \"state\": \"not_subscribed\",\n                        \"opt_in_level\": \"single_opt_in\",\n                        \"consent_updated_at\": null\n                    },\n                    \"accepts_marketing_updated_at\": \"2023-12-27T13:02:22+05:30\"\n                },\n                \"payment_status\": \"PP\",\n                \"errors\": {\n                    \"errors\": {\n                        \"vendor_address\": {\n                            \"vendor_errors\": \"Kindly add warehouse info\"\n                        },\n                        \"shipping_service_provider\": {\n                            \"shipping_service_provider_id\": \"Please select Shipping Partner.\",\n                            \"warehouse_id\": \"Please select pick up Warehouse.\",\n                            \"total_weight\": \"Please input package weight.\"\n                        }\n                    },\n                    \"hasErrors\": true,\n                    \"canGenerateAwb\": false,\n                    \"canFetchRate\": false,\n                    \"canConfirmOrder\": false,\n                    \"generatingInvoice\": true\n                },\n                \"shipper_address\": null,\n                \"total_amount_including_tax\": 236,\n                \"shipment_tracker\": null,\n                \"shipping_details\": null,\n                \"is_cod_order\": false,\n                \"freight_payment\": \"0\",\n                \"automate_shipment_status\": \"A\",\n                \"is_delivered\": false,\n                \"tax_info\": false,\n                \"order_status\": null,\n                \"order_sequence_name\": \"New Orders\",\n                \"slug\": \"#3027_Magento0-6639825\",\n                \"line_item_counts\": 20,\n                \"pickup_warehouse_address\": null,\n                \"currency_country\": {\n                    \"id\": 98,\n                    \"name\": \"India\",\n                    \"code\": \"IN\",\n                    \"dial_code\": \"+91\",\n                    \"currency_name\": \"Indian rupee\",\n                    \"currency_symbol\": \"Rs.\",\n                    \"currency_code\": \"INR\",\n                    \"created_at\": null,\n                    \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                    \"name_with_symbole\": \"Indian rupee - Rs.\"\n                },\n                \"shipping_service_provider\": null,\n                \"warehouse\": null,\n                \"shop\": {\n                    \"id\": 4147,\n                    \"shopify_domain\": \"violetplants.myshopify.com\",\n                    \"shopify_token\": null,\n                    \"created_at\": \"2023-07-13T10:19:49.000000Z\",\n                    \"updated_at\": \"2024-01-01T13:07:55.000000Z\",\n                    \"grandfathered\": false,\n                    \"deleted_at\": null,\n                    \"namespace\": null,\n                    \"plan_id\": 621,\n                    \"freemium\": false,\n                    \"name\": \"violetplants\",\n                    \"email\": \"violetplants123@gmail.com\",\n                    \"province\": \"WB\",\n                    \"country\": {\n                        \"id\": 98,\n                        \"name\": \"India\",\n                        \"code\": \"IN\",\n                        \"dial_code\": \"+91\",\n                        \"currency_name\": \"Indian rupee\",\n                        \"currency_symbol\": \"Rs.\",\n                        \"currency_code\": \"INR\",\n                        \"created_at\": null,\n                        \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                        \"name_with_symbole\": \"Indian rupee - Rs.\"\n                    },\n                    \"address1\": \"123 Old Court House Street Lal Dighi B.B.D. Bagh\",\n                    \"zip\": \"700001\",\n                    \"city\": \"Kolkata\",\n                    \"source\": null,\n                    \"phone\": \"12345678\",\n                    \"latitude\": \"22.5685769\",\n                    \"longitude\": \"88.3492417\",\n                    \"primary_locale\": \"en\",\n                    \"address2\": \"\",\n                    \"country_code\": \"IN\",\n                    \"country_name\": \"India\",\n                    \"currency\": \"INR\",\n                    \"customer_email\": \"violetplants123@gmail.com\",\n                    \"timezone\": \"(GMT+05:30) Asia/Kolkata\",\n                    \"iana_timezone\": \"Asia/Kolkata\",\n                    \"shop_owner\": \"Sharad Kabra\",\n                    \"money_format\": \"Rs. {{amount}}\",\n                    \"money_with_currency_format\": \"Rs. {{amount}}\",\n                    \"weight_unit\": \"gm\",\n                    \"province_code\": \"WB\",\n                    \"taxes_included\": false,\n                    \"tax_shipping\": false,\n                    \"county_taxes\": true,\n                    \"plan_display_name\": \"Basic Shopify\",\n                    \"plan_name\": \"basic\",\n                    \"has_discounts\": \"1\",\n                    \"has_gift_cards\": \"1\",\n                    \"money_in_emails_format\": \"Rs. {{amount}}\",\n                    \"money_with_currency_in_emails_format\": \"Rs. {{amount}}\",\n                    \"eligible_for_payments\": \"0\",\n                    \"requires_extra_payments_agreement\": \"0\",\n                    \"primary_location_id\": \"94960419119\",\n                    \"multi_location_enabled\": \"1\",\n                    \"channel_id\": null,\n                    \"company_id\": 212738,\n                    \"user_id\": 28343,\n                    \"verifying_plan\": 967,\n                    \"dimension_unit\": \"inch\",\n                    \"override_taxes\": false,\n                    \"provider\": \"shopify\",\n                    \"maintain_hs_information_in_shipturtle\": false,\n                    \"automatically_update_order_status_on_shopify\": true,\n                    \"charge_tax\": \"0\",\n                    \"enable_tax_on_shipping\": false,\n                    \"tax_on_shipping\": 0,\n                    \"automatically_update_product_status_on_shopify\": true,\n                    \"parent_id\": null,\n                    \"setup_pending\": false,\n                    \"product_types_sold_on_store\": \"physical_products_only\",\n                    \"carrier_service_id\": null,\n                    \"extra_info\": \"{\\\"location_sync_status\\\":[true,\\\"2023-05-29 10:50:37\\\"],\\\"product_sync_status\\\":[true,\\\"2023-05-29 10:51:10\\\"],\\\"inventory_level_sync_status\\\":[true,\\\"2023-05-29 10:51:13\\\"],\\\"order_sync_status\\\":[true,\\\"2023-05-29 10:53:11\\\"]}\",\n                    \"payment_method_settings\": {\n                        \"0\": null,\n                        \"payu_in_paisa\": \"paid\",\n                        \"cash_on_delivery\": \"paid\",\n                        \"manual\": \"paid\",\n                        \"cashfree\": \"paid\",\n                        \"Cash on Delivery (COD)\": \"cod\",\n                        \"gift_card\": \"paid\",\n                        \"paytm\": \"paid\",\n                        \"stripe\": \"paid\",\n                        \"payu_india\": \"paid\",\n                        \"razorpay_cards_upi_netbanking_wallets_\": \"paid\",\n                        \"neft\": \"paid\",\n                        \"paypal\": \"paid\",\n                        \"shopify_payments\": \"paid\",\n                        \"amazon_payments\": \"paid\",\n                        \"razorpay_all_cards_netbanking_wallets_\": \"paid\",\n                        \"Etsy\": \"paid\",\n                        \"clearpay\": \"paid\",\n                        \"Bank Deposit/Mobile Transfer\": \"paid\",\n                        \"E-Transfer\": \"paid\",\n                        \"cash\": \"cod\",\n                        \"eBay/PayPal\": \"paid\",\n                        \"amazon_marketplace\": \"paid\",\n                        \"ccavenue\": \"paid\",\n                        \"payu_in\": \"paid\",\n                        \"bogus\": \"paid\",\n                        \"\": null,\n                        \"money_order\": \"cod\",\n                        \"bank_deposit\": null\n                    },\n                    \"enable_payment_settings\": false,\n                    \"script_js_id\": \"234600726831\",\n                    \"shopify_namespace\": \"shipturtle\",\n                    \"password\": \"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\",\n                    \"password_updated_at\": \"2023-12-19\",\n                    \"domain\": null,\n                    \"shopify_freemium\": 0,\n                    \"plan_id_onetime\": null,\n                    \"shipment_movement\": \"on_shipment\",\n                    \"14_day_trial_expired\": true,\n                    \"keep_credits\": 0,\n                    \"change_base\": 1,\n                    \"shop_setup_instructions\": \"{\\\"store_type\\\":\\\"market_place\\\"}\",\n                    \"store_setup\": \"{\\\"is_setup_complete\\\":null,\\\"step\\\":\\\"1\\\"}\",\n                    \"published_and_unpublished_theme1_code\": \"{\\\"published_theme1_template\\\":{\\\"main_page_template\\\":\\\"<div id=\\\\\\\"vendor-detail-page\\\\\\\">\\\\n    <input type=\\\\\\\"hidden\\\\\\\" id=\\\\\\\"company_id\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\">\\\\n    @if ($company->banner_link)\\\\n    <section class=\\\\\\\"u-clearfix u-section-1 bck-banner-img\\\\\\\" id=\\\\\\\"sec-44b5\\\\\\\" style=\\\\\\\"background-image: url({{$company->banner_link}});\\\\\\\">\\\\n    </section>\\\\n    @endif\\\\n    <div class=\\\\\\\"u-clearfix u-sheet u-valign-middle u-sheet-1\\\\\\\" style=\\\\\\\"min-height: 250px;\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-expanded-width u-gutter-0 u-layout-wrap u-layout-wrap-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-layout\\\\\\\">\\\\n                <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n                    <div class=\\\\\\\"u-align-center u-container-style u-layout-cell u-left-cell u-size-23 u-layout-cell-1\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\" style=\\\\\\\"height:max-content; display: flex; flex-direction: column; align-items: center; padding-right: 4rem; padding-top: 1.5rem;\\\\\\\">\\\\n                            <img alt=\\\\\\\"{{$company->title}}\\\\\\\" class=\\\\\\\"u-image u-image-circle\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\" data-image-width=\\\\\\\"150\\\\\\\" data-image-height=\\\\\\\"150\\\\\\\" style=\\\\\\\"width: 80%;\\\\\\\">\\\\n                            </img>\\\\n                             <div class=\\\\\\\"social-media-links\\\\\\\">\\\\n                            @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                            <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\">\\\\n                                    <svg class=\\\\\\\"u-svg-content\\\\\\\"  x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-0214\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#3B5998\\\\\\\" d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\">\\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-3589\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#55ACEE\\\\\\\" d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\">        \\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-d986\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                        </div>\\\\n                            @if ($parentCompany->display_vendor_location)\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-1\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}\\\\n                            </p>\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                            @endif\\\\n                        </div>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n                            <h2 style=\\\\\\\"margin-bottom: 0;\\\\\\\" class=\\\\\\\"u-text\\\\\\\">{{$company->brand_name}}</h2>\\\\n                            <p class=\\\\\\\"u-text u-text-3\\\\\\\">\\\\n                                {!! $company->about_us !!}\\\\n                            </p>\\\\n                        </div>\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </div>\\\\n    \\\\n    {{-- Tabs --}}\\\\n    <section class=\\\\\\\"u-align-center u-clearfix u-section-2\\\\\\\" id=\\\\\\\"carousel_37bc\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-tab-links-align-justify u-tabs u-tabs-1\\\\\\\" id=\\\\\\\"u-tabs\\\\\\\">\\\\n                <ul class=\\\\\\\"u-tab-list u-unstyled\\\\\\\" role=\\\\\\\"tablist\\\\\\\">\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_products_tab)\\\\n                    <li class=\\\\\\\"u-tab-item\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"active u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-1\\\\\\\" id=\\\\\\\"link-tab-products\\\\\\\" href=\\\\\\\"#tab-products\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-products\\\\\\\" aria-selected=\\\\\\\"true\\\\\\\">Products</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_policy_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-2\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-2\\\\\\\" id=\\\\\\\"link-tab-policy\\\\\\\" href=\\\\\\\"#tab-policy\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-policy\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Policy</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_about_us_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-aboutus\\\\\\\" href=\\\\\\\"#tab-aboutus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-aboutus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">About Us<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_events_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\"\\\\n                             id=\\\\\\\"link-tab-events\\\\\\\" href=\\\\\\\"#tab-events\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-events\\\\\\\"\\\\n                              aria-selected=\\\\\\\"false\\\\\\\">Events<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_contact_us_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-contactus\\\\\\\" href=\\\\\\\"#tab-contactus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-contactus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Contact Us<br>\\\\n                        </a>\\\\n                    </li>\\\\n                    @endif\\\\n                </ul>\\\\n                <div class=\\\\\\\"u-tab-content\\\\\\\">\\\\n                    <div class=\\\\\\\"u-container-style u-tab-active u-tab-pane u-white u-tab-pane-1\\\\\\\" id=\\\\\\\"tab-products\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-products\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-container-style u-tab-pane u-white u-tab-pane-2\\\\\\\" id=\\\\\\\"tab-policy\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-policy\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-aboutus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-aboutus\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-events\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-events\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white u-tab-pane-5\\\\\\\" id=\\\\\\\"tab-contactus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-contactus\\\\\\\">\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </section>\\\\n</div>\\\",\\\"product_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\">\\\\n    <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n        <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.details\\\\\\\", [\\\\\\\"shopDomain\\\\\\\" => $shop->shopify_domain,\\\\n        \\\\\\\"vendorTitle\\\\\\\"=>$vendorTitle, \\\\\\\"action\\\\\\\"=>\\\\\\\"products\\\\\\\"]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" id=\\\\\\\"search_product_form\\\\\\\"\\\\n        class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\"\\\\n        source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: left;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n                <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search Product\\\\\\\" id=\\\\\\\"st_search_product\\\\\\\" name=\\\\\\\"search_product\\\\\\\"\\\\n                class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n                <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$tags}}\\\\\\\" id=\\\\\\\"st_search_product_by_tag\\\\\\\" name=\\\\\\\"search_product_by_tag\\\\\\\">\\\\n            </div>\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: right;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control u-label\\\\\\\" style=\\\\\\\"margin-left: auto;\\\\\\\">Sort By</label>\\\\n                <select name=\\\\\\\"sort_by\\\\\\\" id=\\\\\\\"st_product_list_sort_by\\\\\\\" class=\\\\\\\"filters-toolbar__input\\\\\\\" aria-describedby=\\\\\\\"a11y-refresh-page-message \\\\n                a11y-selection-message\\\\\\\" data-default-sortby=\\\\\\\"title-descending\\\\\\\">\\\\n                    <option value=\\\\\\\"title-ascending\\\\\\\" {{$orderBy == \\\\\\\"title-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, A-Z</option>\\\\n                    <option value=\\\\\\\"title-descending\\\\\\\" {{$orderBy == \\\\\\\"title-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, Z-A</option>\\\\n                    <option value=\\\\\\\"price-ascending\\\\\\\" {{$orderBy == \\\\\\\"price-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price , Low To High</option>\\\\n                    <option value=\\\\\\\"price-descending\\\\\\\" {{$orderBy == \\\\\\\"price-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price, High To Low</option>\\\\n                    <option value=\\\\\\\"best-selling\\\\\\\" {{$orderBy == \\\\\\\"best-selling\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Best Selling</option>\\\\n                    <option value=\\\\\\\"date-ascending\\\\\\\" {{$orderBy == \\\\\\\"date-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, New To Old</option>\\\\n                    <option value=\\\\\\\"date-descending\\\\\\\" {{$orderBy == \\\\\\\"date-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, Old To New</option>\\\\n                </select>\\\\n            </div>\\\\n            <div style=\\\\\\\"clear: both;\\\\\\\"></div>\\\\n        </form>\\\\n    </div>\\\\n    <div class=\\\\\\\"u-products u-products-1\\\\\\\">\\\\n        <div class=\\\\\\\"loader hide\\\\\\\"></div>\\\\n        @if ($products && sizeof($products) > 0)\\\\n        <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n            @foreach($products as $product)\\\\n                <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                    <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/products/{{$product->handle}}\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2\\\\\\\">\\\\n                            <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1\\\\\\\" \\\\n                            src=\\\\\\\"{{$product->image}}\\\\\\\">\\\\n                            @if($parentCompany->handle_out_of_stock_products == \\\\\\\"list_out_of_stock_products_with_out_of_stock_label\\\\\\\" && $product->isOutOfStock())\\\\n                                <p class=\\\\\\\"hidden-text u-out-of-stock-text\\\\\\\">OUT OF STOCK</p>\\\\n                            @endif\\\\n\\\\n                            <div class=\\\\\\\"u-product-control u-product-price u-product-price-1\\\\\\\">\\\\n                                <div class=\\\\\\\"u-price-wrapper u-spacing-10\\\\\\\">\\\\n                                    <div class=\\\\\\\"u-price u-text-palette-2-base\\\\\\\" style=\\\\\\\"font-weight: 700;\\\\\\\">\\\\n                                        <p class=\\\\\\\"u-product-title text-muted\\\\\\\" style=\\\\\\\"text-decoration: none;\\\\\\\">\\\\n                                            {{$product->title}}\\\\n                                        </p>\\\\n                                        @if($product->has_only_default_variant)\\\\n                                        {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                         $product->shop->currency}} \\\\n                                        {{$product->lowestPricedVariant->first() ? $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\"}}\\\\n                                        @else\\\\n                                        From: {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                        $product->shop->currency}} {{ $product->lowestPricedVariant->first() ?\\\\n                                        $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\" }}\\\\n                                        @endif\\\\n                                    </div>\\\\n                                </div>\\\\n                            </div>\\\\n                        </div>\\\\n                    </a>\\\\n                </div>\\\\n            @endforeach\\\\n        </div>\\\\n        <div>\\\\n            {{ $products->links() }}\\\\n        </div>\\\\n        @else\\\\n        <div style=\\\\\\\"margin: auto;\\\\\\\">\\\\n            <h3>No Products Found</h3>\\\\n        </div>\\\\n        @endif\\\\n    </div>\\\\n</div>\\\",\\\"about_us_template\\\":\\\"<div class=\\\\\\\"u-aboutus-container\\\\\\\"> <div class=\\\\\\\"u-aboutus-row\\\\\\\"> {!! $aboutus !!} </div></div>\\\",\\\"policy_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">{!! $policy !!}</div>\\\\n</div>\\\",\\\"contact_us_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-left-cell u-size-30 u-layout-cell-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-container-layout-10\\\\\\\">\\\\n                <h2 class=\\\\\\\"u-text u-text-grey-70 u-text-8\\\\\\\">Contact us</h2>\\\\n                <h6 class=\\\\\\\"u-text u-text-grey-50 u-text-9\\\\\\\">{{$company->brand_name}}</h6>\\\\n                @if ($parentCompany->display_vendor_location)\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10\\\\\\\">{{ $company->address_line_1 ? $company->address_line_1.\\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\" }} {{ $company->address_line_2 ? $company->address_line_2 : \\\\\\\"\\\\\\\" }} <br>\\\\n                    {{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}                                        \\\\n                    </p>\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                @endif\\\\n                <div class=\\\\\\\"u-social-icons u-spacing-20 u-social-icons-1\\\\\\\">\\\\n                @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-facebook u-social-icon u-icon-2\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-50ee\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-50ee\\\\\\\"><path d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-twitter u-icon-3\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-d346\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-d346\\\\\\\"><path d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-instagram u-icon-4\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-dd2a\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-dd2a\\\\\\\"><path d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path><path d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path><path d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif                \\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-30 u-layout-cell-2\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-valign-middle u-container-layout-11\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-form u-form-2\\\\\\\">\\\\n                <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.contact\\\\\\\") }}\\\\\\\" id=\\\\\\\"st_vendor_contact_form\\\\\\\" method=\\\\\\\"POST\\\\\\\" class=\\\\\\\"u-clearfix u-form-spacing-24 u-form-vertical u-inner-form\\\\\\\" style=\\\\\\\"padding: 24px;\\\\\\\" source=\\\\\\\"custom\\\\\\\" name=\\\\\\\"form\\\\\\\">\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$shop->id}}\\\\\\\" name=\\\\\\\"shop_id\\\\\\\" >\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\" name=\\\\\\\"company_id\\\\\\\" >\\\\n                    <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_name\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Name</label>\\\\n                        <input type=\\\\\\\"text\\\\\\\" placeholder=\\\\\\\"Enter your Name\\\\\\\" id=\\\\\\\"st_contact_form_name\\\\\\\" name=\\\\\\\"name\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-4\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-email u-form-group\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_email\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Email</label>\\\\n                        <input type=\\\\\\\"email\\\\\\\" placeholder=\\\\\\\"Enter a valid email address\\\\\\\" id=\\\\\\\"st_contact_form_email\\\\\\\" name=\\\\\\\"email\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-5\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-group u-form-message\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_message\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Message</label>\\\\n                        <textarea placeholder=\\\\\\\"Enter your message\\\\\\\" rows=\\\\\\\"4\\\\\\\" cols=\\\\\\\"50\\\\\\\" id=\\\\\\\"st_contact_form_message\\\\\\\" name=\\\\\\\"message\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-6\\\\\\\" required=\\\\\\\"\\\\\\\"></textarea>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-form-group u-form-submit\\\\\\\">       \\\\n                        <input type=\\\\\\\"submit\\\\\\\" value=\\\\\\\"submit\\\\\\\" class=\\\\\\\"u-form-control\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-send-message u-form-send-success\\\\\\\"> Thank you! Your message has been sent. </div>\\\\n                    <div class=\\\\\\\"u-form-send-error u-form-send-message\\\\\\\"> Unable to send your message. Please fix errors then try again. </div>\\\\n                </form>\\\\n            </div>\\\\n    </div>\\\\n        </div>\\\\n    </div>\\\\n</div>\\\"},\\\"unpublished_theme1_template\\\":{\\\"main_page_template\\\":\\\"<div id=\\\\\\\"vendor-detail-page\\\\\\\">\\\\n    <input type=\\\\\\\"hidden\\\\\\\" id=\\\\\\\"company_id\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\">\\\\n    @if ($company->banner_link)\\\\n    <section class=\\\\\\\"u-clearfix u-section-1 bck-banner-img\\\\\\\" id=\\\\\\\"sec-44b5\\\\\\\" style=\\\\\\\"background-image: url({{$company->banner_link}});\\\\\\\">\\\\n    </section>\\\\n    @endif\\\\n    <div class=\\\\\\\"u-clearfix u-sheet u-valign-middle u-sheet-1\\\\\\\" style=\\\\\\\"min-height: 250px;\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-expanded-width u-gutter-0 u-layout-wrap u-layout-wrap-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-layout\\\\\\\">\\\\n                <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n                    <div class=\\\\\\\"u-align-center u-container-style u-layout-cell u-left-cell u-size-23 u-layout-cell-1\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\" style=\\\\\\\"height:max-content; display: flex; flex-direction: column; align-items: center; padding-right: 4rem; padding-top: 1.5rem;\\\\\\\">\\\\n                            <img alt=\\\\\\\"{{$company->title}}\\\\\\\" class=\\\\\\\"u-image u-image-circle\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\" data-image-width=\\\\\\\"150\\\\\\\" data-image-height=\\\\\\\"150\\\\\\\" style=\\\\\\\"width: 80%;\\\\\\\">\\\\n                            </img>\\\\n                             <div class=\\\\\\\"social-media-links\\\\\\\">\\\\n                            @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                            <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\">\\\\n                                    <svg class=\\\\\\\"u-svg-content\\\\\\\"  x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-0214\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#3B5998\\\\\\\" d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\">\\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-3589\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#55ACEE\\\\\\\" d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\">        \\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-d986\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                        </div>\\\\n                            @if ($parentCompany->display_vendor_location)\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-1\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}\\\\n                            </p>\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                            @endif\\\\n                        </div>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n                            <h2 style=\\\\\\\"margin-bottom: 0;\\\\\\\" class=\\\\\\\"u-text\\\\\\\">{{$company->brand_name}}</h2>\\\\n                            <p class=\\\\\\\"u-text u-text-3\\\\\\\">\\\\n                                {!! $company->about_us !!}\\\\n                            </p>\\\\n                        </div>\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </div>\\\\n    \\\\n    {{-- Tabs --}}\\\\n    <section class=\\\\\\\"u-align-center u-clearfix u-section-2\\\\\\\" id=\\\\\\\"carousel_37bc\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-tab-links-align-justify u-tabs u-tabs-1\\\\\\\" id=\\\\\\\"u-tabs\\\\\\\">\\\\n                <ul class=\\\\\\\"u-tab-list u-unstyled\\\\\\\" role=\\\\\\\"tablist\\\\\\\">\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_products_tab)\\\\n                    <li class=\\\\\\\"u-tab-item\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"active u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-1\\\\\\\" id=\\\\\\\"link-tab-products\\\\\\\" href=\\\\\\\"#tab-products\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-products\\\\\\\" aria-selected=\\\\\\\"true\\\\\\\">Products</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_policy_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-2\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-2\\\\\\\" id=\\\\\\\"link-tab-policy\\\\\\\" href=\\\\\\\"#tab-policy\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-policy\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Policy</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_about_us_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-aboutus\\\\\\\" href=\\\\\\\"#tab-aboutus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-aboutus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">About Us<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_events_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\"\\\\n                             id=\\\\\\\"link-tab-events\\\\\\\" href=\\\\\\\"#tab-events\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-events\\\\\\\"\\\\n                              aria-selected=\\\\\\\"false\\\\\\\">Events<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_contact_us_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-contactus\\\\\\\" href=\\\\\\\"#tab-contactus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-contactus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Contact Us<br>\\\\n                        </a>\\\\n                    </li>\\\\n                    @endif\\\\n                </ul>\\\\n                <div class=\\\\\\\"u-tab-content\\\\\\\">\\\\n                    <div class=\\\\\\\"u-container-style u-tab-active u-tab-pane u-white u-tab-pane-1\\\\\\\" id=\\\\\\\"tab-products\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-products\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-container-style u-tab-pane u-white u-tab-pane-2\\\\\\\" id=\\\\\\\"tab-policy\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-policy\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-aboutus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-aboutus\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-events\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-events\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white u-tab-pane-5\\\\\\\" id=\\\\\\\"tab-contactus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-contactus\\\\\\\">\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </section>\\\\n</div>\\\",\\\"product_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\">\\\\n    <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n        <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.details\\\\\\\", [\\\\\\\"shopDomain\\\\\\\" => $shop->shopify_domain,\\\\n        \\\\\\\"vendorTitle\\\\\\\"=>$vendorTitle, \\\\\\\"action\\\\\\\"=>\\\\\\\"products\\\\\\\"]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" id=\\\\\\\"search_product_form\\\\\\\"\\\\n        class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\"\\\\n        source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: left;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n                <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search Product\\\\\\\" id=\\\\\\\"st_search_product\\\\\\\" name=\\\\\\\"search_product\\\\\\\"\\\\n                class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n                <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$tags}}\\\\\\\" id=\\\\\\\"st_search_product_by_tag\\\\\\\" name=\\\\\\\"search_product_by_tag\\\\\\\">\\\\n            </div>\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: right;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control u-label\\\\\\\" style=\\\\\\\"margin-left: auto;\\\\\\\">Sort By</label>\\\\n                <select name=\\\\\\\"sort_by\\\\\\\" id=\\\\\\\"st_product_list_sort_by\\\\\\\" class=\\\\\\\"filters-toolbar__input\\\\\\\" aria-describedby=\\\\\\\"a11y-refresh-page-message \\\\n                a11y-selection-message\\\\\\\" data-default-sortby=\\\\\\\"title-descending\\\\\\\">\\\\n                    <option value=\\\\\\\"title-ascending\\\\\\\" {{$orderBy == \\\\\\\"title-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, A-Z</option>\\\\n                    <option value=\\\\\\\"title-descending\\\\\\\" {{$orderBy == \\\\\\\"title-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, Z-A</option>\\\\n                    <option value=\\\\\\\"price-ascending\\\\\\\" {{$orderBy == \\\\\\\"price-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price , Low To High</option>\\\\n                    <option value=\\\\\\\"price-descending\\\\\\\" {{$orderBy == \\\\\\\"price-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price, High To Low</option>\\\\n                    <option value=\\\\\\\"best-selling\\\\\\\" {{$orderBy == \\\\\\\"best-selling\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Best Selling</option>\\\\n                    <option value=\\\\\\\"date-ascending\\\\\\\" {{$orderBy == \\\\\\\"date-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, New To Old</option>\\\\n                    <option value=\\\\\\\"date-descending\\\\\\\" {{$orderBy == \\\\\\\"date-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, Old To New</option>\\\\n                </select>\\\\n            </div>\\\\n            <div style=\\\\\\\"clear: both;\\\\\\\"></div>\\\\n        </form>\\\\n    </div>\\\\n    <div class=\\\\\\\"u-products u-products-1\\\\\\\">\\\\n        <div class=\\\\\\\"loader hide\\\\\\\"></div>\\\\n        @if ($products && sizeof($products) > 0)\\\\n        <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n            @foreach($products as $product)\\\\n                <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                    <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/products/{{$product->handle}}\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2\\\\\\\">\\\\n                            <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1\\\\\\\" \\\\n                            src=\\\\\\\"{{$product->image}}\\\\\\\">\\\\n                            @if($parentCompany->handle_out_of_stock_products == \\\\\\\"list_out_of_stock_products_with_out_of_stock_label\\\\\\\" && $product->isOutOfStock())\\\\n                                <p class=\\\\\\\"hidden-text u-out-of-stock-text\\\\\\\">OUT OF STOCK</p>\\\\n                            @endif\\\\n\\\\n                            <div class=\\\\\\\"u-product-control u-product-price u-product-price-1\\\\\\\">\\\\n                                <div class=\\\\\\\"u-price-wrapper u-spacing-10\\\\\\\">\\\\n                                    <div class=\\\\\\\"u-price u-text-palette-2-base\\\\\\\" style=\\\\\\\"font-weight: 700;\\\\\\\">\\\\n                                        <p class=\\\\\\\"u-product-title text-muted\\\\\\\" style=\\\\\\\"text-decoration: none;\\\\\\\">\\\\n                                            {{$product->title}}\\\\n                                        </p>\\\\n                                        @if($product->has_only_default_variant)\\\\n                                        {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                         $product->shop->currency}} \\\\n                                        {{$product->lowestPricedVariant->first() ? $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\"}}\\\\n                                        @else\\\\n                                        From: {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                        $product->shop->currency}} {{ $product->lowestPricedVariant->first() ?\\\\n                                        $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\" }}\\\\n                                        @endif\\\\n                                    </div>\\\\n                                </div>\\\\n                            </div>\\\\n                        </div>\\\\n                    </a>\\\\n                </div>\\\\n            @endforeach\\\\n        </div>\\\\n        <div>\\\\n            {{ $products->links() }}\\\\n        </div>\\\\n        @else\\\\n        <div style=\\\\\\\"margin: auto;\\\\\\\">\\\\n            <h3>No Products Found</h3>\\\\n        </div>\\\\n        @endif\\\\n    </div>\\\\n</div>\\\",\\\"about_us_template\\\":\\\"<div class=\\\\\\\"u-aboutus-container\\\\\\\"> <div class=\\\\\\\"u-aboutus-row\\\\\\\"> {!! $aboutus !!} </div></div>\\\",\\\"policy_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">{!! $policy !!}</div>\\\\n</div>\\\",\\\"contact_us_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-left-cell u-size-30 u-layout-cell-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-container-layout-10\\\\\\\">\\\\n                <h2 class=\\\\\\\"u-text u-text-grey-70 u-text-8\\\\\\\">Contact us</h2>\\\\n                <h6 class=\\\\\\\"u-text u-text-grey-50 u-text-9\\\\\\\">{{$company->brand_name}}</h6>\\\\n                @if ($parentCompany->display_vendor_location)\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10\\\\\\\">{{ $company->address_line_1 ? $company->address_line_1.\\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\" }} {{ $company->address_line_2 ? $company->address_line_2 : \\\\\\\"\\\\\\\" }} <br>\\\\n                    {{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}                                        \\\\n                    </p>\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                @endif\\\\n                <div class=\\\\\\\"u-social-icons u-spacing-20 u-social-icons-1\\\\\\\">\\\\n                @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-facebook u-social-icon u-icon-2\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-50ee\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-50ee\\\\\\\"><path d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-twitter u-icon-3\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-d346\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-d346\\\\\\\"><path d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-instagram u-icon-4\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-dd2a\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-dd2a\\\\\\\"><path d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path><path d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path><path d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif                \\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-30 u-layout-cell-2\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-valign-middle u-container-layout-11\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-form u-form-2\\\\\\\">\\\\n                <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.contact\\\\\\\") }}\\\\\\\" id=\\\\\\\"st_vendor_contact_form\\\\\\\" method=\\\\\\\"POST\\\\\\\" class=\\\\\\\"u-clearfix u-form-spacing-24 u-form-vertical u-inner-form\\\\\\\" style=\\\\\\\"padding: 24px;\\\\\\\" source=\\\\\\\"custom\\\\\\\" name=\\\\\\\"form\\\\\\\">\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$shop->id}}\\\\\\\" name=\\\\\\\"shop_id\\\\\\\" >\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\" name=\\\\\\\"company_id\\\\\\\" >\\\\n                    <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_name\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Name</label>\\\\n                        <input type=\\\\\\\"text\\\\\\\" placeholder=\\\\\\\"Enter your Name\\\\\\\" id=\\\\\\\"st_contact_form_name\\\\\\\" name=\\\\\\\"name\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-4\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-email u-form-group\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_email\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Email</label>\\\\n                        <input type=\\\\\\\"email\\\\\\\" placeholder=\\\\\\\"Enter a valid email address\\\\\\\" id=\\\\\\\"st_contact_form_email\\\\\\\" name=\\\\\\\"email\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-5\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-group u-form-message\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_message\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Message</label>\\\\n                        <textarea placeholder=\\\\\\\"Enter your message\\\\\\\" rows=\\\\\\\"4\\\\\\\" cols=\\\\\\\"50\\\\\\\" id=\\\\\\\"st_contact_form_message\\\\\\\" name=\\\\\\\"message\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-6\\\\\\\" required=\\\\\\\"\\\\\\\"></textarea>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-form-group u-form-submit\\\\\\\">       \\\\n                        <input type=\\\\\\\"submit\\\\\\\" value=\\\\\\\"submit\\\\\\\" class=\\\\\\\"u-form-control\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-send-message u-form-send-success\\\\\\\"> Thank you! Your message has been sent. </div>\\\\n                    <div class=\\\\\\\"u-form-send-error u-form-send-message\\\\\\\"> Unable to send your message. Please fix errors then try again. </div>\\\\n                </form>\\\\n            </div>\\\\n    </div>\\\\n        </div>\\\\n    </div>\\\\n</div>\\\"},\\\"published_theme1_css\\\":null,\\\"unpublished_theme1_css\\\":null,\\\"published_vendor_list_template\\\":\\\"<div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2 u-section-2\\\\\\\">\\\\n    <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n      <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n        <h1 class=\\\\\\\"u-text u-text-default u-text-1\\\\\\\">{{$parentCompany->name_of_the_vendor_listing_page}}</h1>\\\\n        <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n          <form id=\\\\\\\"vendor_search_form\\\\\\\" action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.list\\\\\\\", [\\\\\\\"shop\\\\\\\" => $shop->shopify_domain]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\" source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n              <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n              <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search\\\\\\\" id=\\\\\\\"search_vendor\\\\\\\" name=\\\\\\\"search_vendor\\\\\\\" class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n            </div>\\\\n          </form>\\\\n        </div>\\\\n        <div class=\\\\\\\"loader\\\\\\\" ></div>\\\\n        <div class=\\\\\\\"u-container-layout-2 u-container-layout-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-products u-products-1\\\\\\\">                \\\\n                <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n                    @foreach($companies as $company)\\\\n                      <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2 container\\\\\\\">\\\\n                                  <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1 image-hover\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\">\\\\n                                  <h1 class=\\\\\\\"u-align-center u-product-control u-text u-text-1\\\\\\\">\\\\n                                      <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                                          {{$company->title}}\\\\n                                      </a>\\\\n                                      @if ($parentCompany->display_vendor_category && $company->vendor_category != \\\\\\\"\\\\\\\")\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->vendor_category}} </p>\\\\n                                      @endif\\\\n                                      @if ($parentCompany->display_vendor_location)\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}</p>\\\\n                                      @endif\\\\n                                  </h1>\\\\n                              </div>\\\\n                          </a>\\\\n                          @if ($parentCompany->display_vendor_short_description)\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"st-middle\\\\\\\">\\\\n                                  <div class=\\\\\\\"short-description st-white-text-overlay\\\\\\\" style=\\\\\\\"height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.4);\\\\\\\">\\\\n                                      {!! $company->short_description !!}\\\\n                                  </div>\\\\n                              </div>\\\\n                          </a>\\\\n                          @endif\\\\n                      </div>\\\\n                    @endforeach\\\\n                </div>\\\\n                <div>\\\\n                  {{ $companies->links() }}\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n      </div>\\\\n    </div>\\\\n  </div>\\\",\\\"unpublished_vendor_list_template\\\":\\\"<div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2 u-section-2\\\\\\\">\\\\n    <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n      <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n        <h1 class=\\\\\\\"u-text u-text-default u-text-1\\\\\\\">{{$parentCompany->name_of_the_vendor_listing_page}}</h1>\\\\n        <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n          <form id=\\\\\\\"vendor_search_form\\\\\\\" action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.list\\\\\\\", [\\\\\\\"shop\\\\\\\" => $shop->shopify_domain]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\" source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n              <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n              <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search\\\\\\\" id=\\\\\\\"search_vendor\\\\\\\" name=\\\\\\\"search_vendor\\\\\\\" class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n            </div>\\\\n          </form>\\\\n        </div>\\\\n        <div class=\\\\\\\"loader\\\\\\\" ></div>\\\\n        <div class=\\\\\\\"u-container-layout-2 u-container-layout-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-products u-products-1\\\\\\\">                \\\\n                <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n                    @foreach($companies as $company)\\\\n                      <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2 container\\\\\\\">\\\\n                                  <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1 image-hover\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\">\\\\n                                  <h1 class=\\\\\\\"u-align-center u-product-control u-text u-text-1\\\\\\\">\\\\n                                      <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                                          {{$company->title}}\\\\n                                      </a>\\\\n                                      @if ($parentCompany->display_vendor_category && $company->vendor_category != \\\\\\\"\\\\\\\")\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->vendor_category}} </p>\\\\n                                      @endif\\\\n                                      @if ($parentCompany->display_vendor_location)\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}</p>\\\\n                                      @endif\\\\n                                  </h1>\\\\n                              </div>\\\\n                          </a>\\\\n                          @if ($parentCompany->display_vendor_short_description)\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"st-middle\\\\\\\">\\\\n                                  <div class=\\\\\\\"short-description st-white-text-overlay\\\\\\\" style=\\\\\\\"height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.4);\\\\\\\">\\\\n                                      {!! $company->short_description !!}\\\\n                                  </div>\\\\n                              </div>\\\\n                          </a>\\\\n                          @endif\\\\n                      </div>\\\\n                    @endforeach\\\\n                </div>\\\\n                <div>\\\\n                  {{ $companies->links() }}\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n      </div>\\\\n    </div>\\\\n  </div>\\\",\\\"publish_pending\\\":false}\",\n                    \"published_and_unpublished_theme1_code_last_version\": \"{\\\"published_theme1_css\\\":null,\\\"published_theme1_template\\\":{\\\"main_page_template\\\":\\\"<div id=\\\\\\\"vendor-detail-page\\\\\\\">\\\\n    <input type=\\\\\\\"hidden\\\\\\\" id=\\\\\\\"company_id\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\">\\\\n    @if ($company->banner_link)\\\\n    <section class=\\\\\\\"u-clearfix u-section-1 bck-banner-img\\\\\\\" id=\\\\\\\"sec-44b5\\\\\\\" style=\\\\\\\"background-image: url({{$company->banner_link}});\\\\\\\">\\\\n    </section>\\\\n    @endif\\\\n    <div class=\\\\\\\"u-clearfix u-sheet u-valign-middle u-sheet-1\\\\\\\" style=\\\\\\\"min-height: 250px;\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-expanded-width u-gutter-0 u-layout-wrap u-layout-wrap-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-layout\\\\\\\">\\\\n                <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n                    <div class=\\\\\\\"u-align-center u-container-style u-layout-cell u-left-cell u-size-23 u-layout-cell-1\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\" style=\\\\\\\"height:max-content; display: flex; flex-direction: column; align-items: center; padding-right: 4rem; padding-top: 1.5rem;\\\\\\\">\\\\n                            <img alt=\\\\\\\"{{$company->title}}\\\\\\\" class=\\\\\\\"u-image u-image-circle\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\" data-image-width=\\\\\\\"150\\\\\\\" data-image-height=\\\\\\\"150\\\\\\\" style=\\\\\\\"width: 80%;\\\\\\\">\\\\n                            </img>\\\\n                             <div class=\\\\\\\"social-media-links\\\\\\\">\\\\n                            @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                            <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\">\\\\n                                    <svg class=\\\\\\\"u-svg-content\\\\\\\"  x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-0214\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#3B5998\\\\\\\" d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\">\\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-3589\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#55ACEE\\\\\\\" d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\">        \\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-d986\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                        </div>\\\\n                            @if ($parentCompany->display_vendor_location)\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-1\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}\\\\n                            </p>\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                            @endif\\\\n                        </div>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n                            <h2 style=\\\\\\\"margin-bottom: 0;\\\\\\\" class=\\\\\\\"u-text\\\\\\\">{{$company->brand_name}}</h2>\\\\n                            <p class=\\\\\\\"u-text u-text-3\\\\\\\">\\\\n                                {!! $company->about_us !!}\\\\n                            </p>\\\\n                        </div>\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </div>\\\\n    \\\\n    {{-- Tabs --}}\\\\n    <section class=\\\\\\\"u-align-center u-clearfix u-section-2\\\\\\\" id=\\\\\\\"carousel_37bc\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-tab-links-align-justify u-tabs u-tabs-1\\\\\\\" id=\\\\\\\"u-tabs\\\\\\\">\\\\n                <ul class=\\\\\\\"u-tab-list u-unstyled\\\\\\\" role=\\\\\\\"tablist\\\\\\\">\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_products_tab)\\\\n                    <li class=\\\\\\\"u-tab-item\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"active u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-1\\\\\\\" id=\\\\\\\"link-tab-products\\\\\\\" href=\\\\\\\"#tab-products\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-products\\\\\\\" aria-selected=\\\\\\\"true\\\\\\\">Products</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_policy_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-2\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-2\\\\\\\" id=\\\\\\\"link-tab-policy\\\\\\\" href=\\\\\\\"#tab-policy\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-policy\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Policy</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_about_us_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-aboutus\\\\\\\" href=\\\\\\\"#tab-aboutus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-aboutus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">About Us<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_events_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\"\\\\n                             id=\\\\\\\"link-tab-events\\\\\\\" href=\\\\\\\"#tab-events\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-events\\\\\\\"\\\\n                              aria-selected=\\\\\\\"false\\\\\\\">Events<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_contact_us_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-contactus\\\\\\\" href=\\\\\\\"#tab-contactus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-contactus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Contact Us<br>\\\\n                        </a>\\\\n                    </li>\\\\n                    @endif\\\\n                </ul>\\\\n                <div class=\\\\\\\"u-tab-content\\\\\\\">\\\\n                    <div class=\\\\\\\"u-container-style u-tab-active u-tab-pane u-white u-tab-pane-1\\\\\\\" id=\\\\\\\"tab-products\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-products\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-container-style u-tab-pane u-white u-tab-pane-2\\\\\\\" id=\\\\\\\"tab-policy\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-policy\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-aboutus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-aboutus\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-events\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-events\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white u-tab-pane-5\\\\\\\" id=\\\\\\\"tab-contactus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-contactus\\\\\\\">\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </section>\\\\n</div>\\\",\\\"product_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\">\\\\n    <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n        <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.details\\\\\\\", [\\\\\\\"shopDomain\\\\\\\" => $shop->shopify_domain,\\\\n        \\\\\\\"vendorTitle\\\\\\\"=>$vendorTitle, \\\\\\\"action\\\\\\\"=>\\\\\\\"products\\\\\\\"]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" id=\\\\\\\"search_product_form\\\\\\\"\\\\n        class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\"\\\\n        source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: left;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n                <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search Product\\\\\\\" id=\\\\\\\"st_search_product\\\\\\\" name=\\\\\\\"search_product\\\\\\\"\\\\n                class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n                <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$tags}}\\\\\\\" id=\\\\\\\"st_search_product_by_tag\\\\\\\" name=\\\\\\\"search_product_by_tag\\\\\\\">\\\\n            </div>\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: right;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control u-label\\\\\\\" style=\\\\\\\"margin-left: auto;\\\\\\\">Sort By</label>\\\\n                <select name=\\\\\\\"sort_by\\\\\\\" id=\\\\\\\"st_product_list_sort_by\\\\\\\" class=\\\\\\\"filters-toolbar__input\\\\\\\" aria-describedby=\\\\\\\"a11y-refresh-page-message \\\\n                a11y-selection-message\\\\\\\" data-default-sortby=\\\\\\\"title-descending\\\\\\\">\\\\n                    <option value=\\\\\\\"title-ascending\\\\\\\" {{$orderBy == \\\\\\\"title-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, A-Z</option>\\\\n                    <option value=\\\\\\\"title-descending\\\\\\\" {{$orderBy == \\\\\\\"title-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, Z-A</option>\\\\n                    <option value=\\\\\\\"price-ascending\\\\\\\" {{$orderBy == \\\\\\\"price-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price , Low To High</option>\\\\n                    <option value=\\\\\\\"price-descending\\\\\\\" {{$orderBy == \\\\\\\"price-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price, High To Low</option>\\\\n                    <option value=\\\\\\\"best-selling\\\\\\\" {{$orderBy == \\\\\\\"best-selling\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Best Selling</option>\\\\n                    <option value=\\\\\\\"date-ascending\\\\\\\" {{$orderBy == \\\\\\\"date-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, New To Old</option>\\\\n                    <option value=\\\\\\\"date-descending\\\\\\\" {{$orderBy == \\\\\\\"date-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, Old To New</option>\\\\n                </select>\\\\n            </div>\\\\n            <div style=\\\\\\\"clear: both;\\\\\\\"></div>\\\\n        </form>\\\\n    </div>\\\\n    <div class=\\\\\\\"u-products u-products-1\\\\\\\">\\\\n        <div class=\\\\\\\"loader hide\\\\\\\"></div>\\\\n        @if ($products && sizeof($products) > 0)\\\\n        <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n            @foreach($products as $product)\\\\n                <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                    <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/products/{{$product->handle}}\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2\\\\\\\">\\\\n                            <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1\\\\\\\" \\\\n                            src=\\\\\\\"{{$product->image}}\\\\\\\">\\\\n                            @if($parentCompany->handle_out_of_stock_products == \\\\\\\"list_out_of_stock_products_with_out_of_stock_label\\\\\\\" && $product->isOutOfStock())\\\\n                                <p class=\\\\\\\"hidden-text u-out-of-stock-text\\\\\\\">OUT OF STOCK</p>\\\\n                            @endif\\\\n\\\\n                            <div class=\\\\\\\"u-product-control u-product-price u-product-price-1\\\\\\\">\\\\n                                <div class=\\\\\\\"u-price-wrapper u-spacing-10\\\\\\\">\\\\n                                    <div class=\\\\\\\"u-price u-text-palette-2-base\\\\\\\" style=\\\\\\\"font-weight: 700;\\\\\\\">\\\\n                                        <p class=\\\\\\\"u-product-title text-muted\\\\\\\" style=\\\\\\\"text-decoration: none;\\\\\\\">\\\\n                                            {{$product->title}}\\\\n                                        </p>\\\\n                                        @if($product->has_only_default_variant)\\\\n                                        {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                         $product->shop->currency}} \\\\n                                        {{$product->lowestPricedVariant->first() ? $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\"}}\\\\n                                        @else\\\\n                                        From: {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                        $product->shop->currency}} {{ $product->lowestPricedVariant->first() ?\\\\n                                        $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\" }}\\\\n                                        @endif\\\\n                                    </div>\\\\n                                </div>\\\\n                            </div>\\\\n                        </div>\\\\n                    </a>\\\\n                </div>\\\\n            @endforeach\\\\n        </div>\\\\n        <div>\\\\n            {{ $products->links() }}\\\\n        </div>\\\\n        @else\\\\n        <div style=\\\\\\\"margin: auto;\\\\\\\">\\\\n            <h3>No Products Found</h3>\\\\n        </div>\\\\n        @endif\\\\n    </div>\\\\n</div>\\\",\\\"about_us_template\\\":\\\"<div class=\\\\\\\"u-aboutus-container\\\\\\\"> <div class=\\\\\\\"u-aboutus-row\\\\\\\"> {!! $aboutus !!} </div></div>\\\",\\\"policy_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">{!! $policy !!}</div>\\\\n</div>\\\",\\\"contact_us_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-left-cell u-size-30 u-layout-cell-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-container-layout-10\\\\\\\">\\\\n                <h2 class=\\\\\\\"u-text u-text-grey-70 u-text-8\\\\\\\">Contact us</h2>\\\\n                <h6 class=\\\\\\\"u-text u-text-grey-50 u-text-9\\\\\\\">{{$company->brand_name}}</h6>\\\\n                @if ($parentCompany->display_vendor_location)\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10\\\\\\\">{{ $company->address_line_1 ? $company->address_line_1.\\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\" }} {{ $company->address_line_2 ? $company->address_line_2 : \\\\\\\"\\\\\\\" }} <br>\\\\n                    {{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}                                        \\\\n                    </p>\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                @endif\\\\n                <div class=\\\\\\\"u-social-icons u-spacing-20 u-social-icons-1\\\\\\\">\\\\n                @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-facebook u-social-icon u-icon-2\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-50ee\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-50ee\\\\\\\"><path d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-twitter u-icon-3\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-d346\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-d346\\\\\\\"><path d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-instagram u-icon-4\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-dd2a\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-dd2a\\\\\\\"><path d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path><path d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path><path d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif                \\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-30 u-layout-cell-2\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-valign-middle u-container-layout-11\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-form u-form-2\\\\\\\">\\\\n                <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.contact\\\\\\\") }}\\\\\\\" id=\\\\\\\"st_vendor_contact_form\\\\\\\" method=\\\\\\\"POST\\\\\\\" class=\\\\\\\"u-clearfix u-form-spacing-24 u-form-vertical u-inner-form\\\\\\\" style=\\\\\\\"padding: 24px;\\\\\\\" source=\\\\\\\"custom\\\\\\\" name=\\\\\\\"form\\\\\\\">\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$shop->id}}\\\\\\\" name=\\\\\\\"shop_id\\\\\\\" >\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\" name=\\\\\\\"company_id\\\\\\\" >\\\\n                    <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_name\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Name</label>\\\\n                        <input type=\\\\\\\"text\\\\\\\" placeholder=\\\\\\\"Enter your Name\\\\\\\" id=\\\\\\\"st_contact_form_name\\\\\\\" name=\\\\\\\"name\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-4\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-email u-form-group\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_email\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Email</label>\\\\n                        <input type=\\\\\\\"email\\\\\\\" placeholder=\\\\\\\"Enter a valid email address\\\\\\\" id=\\\\\\\"st_contact_form_email\\\\\\\" name=\\\\\\\"email\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-5\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-group u-form-message\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_message\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Message</label>\\\\n                        <textarea placeholder=\\\\\\\"Enter your message\\\\\\\" rows=\\\\\\\"4\\\\\\\" cols=\\\\\\\"50\\\\\\\" id=\\\\\\\"st_contact_form_message\\\\\\\" name=\\\\\\\"message\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-6\\\\\\\" required=\\\\\\\"\\\\\\\"></textarea>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-form-group u-form-submit\\\\\\\">       \\\\n                        <input type=\\\\\\\"submit\\\\\\\" value=\\\\\\\"submit\\\\\\\" class=\\\\\\\"u-form-control\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-send-message u-form-send-success\\\\\\\"> Thank you! Your message has been sent. </div>\\\\n                    <div class=\\\\\\\"u-form-send-error u-form-send-message\\\\\\\"> Unable to send your message. Please fix errors then try again. </div>\\\\n                </form>\\\\n            </div>\\\\n    </div>\\\\n        </div>\\\\n    </div>\\\\n</div>\\\"},\\\"published_vendor_list_template\\\":\\\"<div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2 u-section-2\\\\\\\">\\\\n    <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n      <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n        <h1 class=\\\\\\\"u-text u-text-default u-text-1\\\\\\\">{{$parentCompany->name_of_the_vendor_listing_page}}</h1>\\\\n        <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n          <form id=\\\\\\\"vendor_search_form\\\\\\\" action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.list\\\\\\\", [\\\\\\\"shop\\\\\\\" => $shop->shopify_domain]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\" source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n              <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n              <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search\\\\\\\" id=\\\\\\\"search_vendor\\\\\\\" name=\\\\\\\"search_vendor\\\\\\\" class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n            </div>\\\\n          </form>\\\\n        </div>\\\\n        <div class=\\\\\\\"loader\\\\\\\" ></div>\\\\n        <div class=\\\\\\\"u-container-layout-2 u-container-layout-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-products u-products-1\\\\\\\">                \\\\n                <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n                    @foreach($companies as $company)\\\\n                      <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2 container\\\\\\\">\\\\n                                  <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1 image-hover\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\">\\\\n                                  <h1 class=\\\\\\\"u-align-center u-product-control u-text u-text-1\\\\\\\">\\\\n                                      <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                                          {{$company->title}}\\\\n                                      </a>\\\\n                                      @if ($parentCompany->display_vendor_category && $company->vendor_category != \\\\\\\"\\\\\\\")\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->vendor_category}} </p>\\\\n                                      @endif\\\\n                                      @if ($parentCompany->display_vendor_location)\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}</p>\\\\n                                      @endif\\\\n                                  </h1>\\\\n                              </div>\\\\n                          </a>\\\\n                          @if ($parentCompany->display_vendor_short_description)\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"st-middle\\\\\\\">\\\\n                                  <div class=\\\\\\\"short-description st-white-text-overlay\\\\\\\" style=\\\\\\\"height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.4);\\\\\\\">\\\\n                                      {!! $company->short_description !!}\\\\n                                  </div>\\\\n                              </div>\\\\n                          </a>\\\\n                          @endif\\\\n                      </div>\\\\n                    @endforeach\\\\n                </div>\\\\n                <div>\\\\n                  {{ $companies->links() }}\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n      </div>\\\\n    </div>\\\\n  </div>\\\"}\",\n                    \"left_days_14_day_trial\": null,\n                    \"currency_country\": {\n                        \"id\": 98,\n                        \"name\": \"India\",\n                        \"code\": \"IN\",\n                        \"dial_code\": \"+91\",\n                        \"currency_name\": \"Indian rupee\",\n                        \"currency_symbol\": \"Rs.\",\n                        \"currency_code\": \"INR\",\n                        \"created_at\": null,\n                        \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                        \"name_with_symbole\": \"Indian rupee - Rs.\"\n                    }\n                }\n            },\n            \"vendor_line_item\": {\n                \"total_discount\": 0,\n                \"order_discount\": 0,\n                \"sku\": \"All Field Test product22-white-medium\",\n                \"quantity\": 1,\n                \"price\": 10,\n                \"title\": \"All Field Test product22\",\n                \"id\": 9351896,\n                \"product_id\": 9599632802095,\n                \"variant_id\": 22494319,\n                \"company_id\": 234956,\n                \"shipping_price\": \"0\",\n                \"total_value_including_tax\": 0,\n                \"taxable_price\": 0,\n                \"line_item_tax\": 0,\n                \"sku_barcode\": \"All Field Test product22-white-medium</br>\",\n                \"shop\": null,\n                \"variant\": {\n                    \"id\": 22494319,\n                    \"title\": \"white / medium\",\n                    \"price\": \"10.00\",\n                    \"sku\": \"All Field Test product22-white-medium\",\n                    \"position\": 17,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": \"10.00\",\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"white\",\n                    \"option2\": \"medium\",\n                    \"option3\": null,\n                    \"barcode\": \"\",\n                    \"grams\": \"0\",\n                    \"image_id\": null,\n                    \"weight\": \"0\",\n                    \"inventory_item_id\": \"50408304705839\",\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/48363850301743\",\n                    \"created_at\": \"2024-01-01T08:54:07.000000Z\",\n                    \"updated_at\": \"2024-01-01T08:57:42.000000Z\",\n                    \"deleted_at\": null,\n                    \"product_id\": 8106189,\n                    \"taxable\": true,\n                    \"requires_shipping\": null,\n                    \"weight_unit\": \"kg\",\n                    \"inventory_quantity\": \"9\",\n                    \"old_inventory_quantity\": null,\n                    \"product_purchase_cost\": \"0\",\n                    \"actual_product_weight\": \"0\",\n                    \"vendor_id\": null,\n                    \"provider\": null,\n                    \"company_id\": 234956,\n                    \"hsn_sku_id\": null,\n                    \"channel_id\": \"48363850301743\",\n                    \"channel\": \"shopify\",\n                    \"store_id\": null,\n                    \"image\": null,\n                    \"channel_variant_id\": \"22628292\",\n                    \"extra_information\": null,\n                    \"deactivated_at\": true,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"shop_id\": 4147,\n                    \"tax_id\": null,\n                    \"body_html\": \"\",\n                    \"commission\": null,\n                    \"fixed_commission\": 0,\n                    \"override_commission\": false,\n                    \"parent_id\": 212738,\n                    \"product_code_name\": \"All Field Test product22-white-medium</br>All Field Test product22</br>white,medium\",\n                    \"product_variant_title\": \"All Field Test product22 - white / medium\",\n                    \"product_type\": \"configurable\",\n                    \"product_type_id\": 133935,\n                    \"file_id\": null,\n                    \"option_name_1\": null,\n                    \"option_name_2\": null,\n                    \"option_name_3\": null,\n                    \"delivery_profile_id\": null,\n                    \"delivery_profile_provider_id\": null,\n                    \"vendor_shop_variant_id\": null,\n                    \"shopify_meta_data\": null,\n                    \"new_variant_sent\": 0,\n                    \"image_link\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-13_2.jpg?v=1704099244\",\n                    \"overridden_commission_level\": \"global\",\n                    \"overridden_commission\": \"15\",\n                    \"overridden_fixed_commission\": 10,\n                    \"file_history\": null,\n                    \"product\": {\n                        \"id\": 8106189,\n                        \"title\": \"All Field Test product22\",\n                        \"body_html\": \"\",\n                        \"vendor\": \"Magento0\",\n                        \"product_type\": {\n                            \"id\": 133935,\n                            \"channel\": \"shopify\",\n                            \"shop_id\": 4147,\n                            \"title\": \"configurable\",\n                            \"commission\": null,\n                            \"created_at\": \"2023-09-30T12:15:45.000000Z\",\n                            \"updated_at\": \"2023-09-30T12:15:45.000000Z\",\n                            \"fixed_commission\": 0,\n                            \"override_commission\": false,\n                            \"overridden_commission_level\": \"global\",\n                            \"overridden_commission\": \"15\",\n                            \"overridden_fixed_commission\": 10,\n                            \"global_commission_level\": \"global\",\n                            \"global_commission\": \"15\",\n                            \"global_fixed_commission\": 10\n                        },\n                        \"handle\": \"all-field-test-product22\",\n                        \"published_at\": \"2024-01-01 14:24:00\",\n                        \"template_suffix\": null,\n                        \"tags\": \"All Field Test product22\",\n                        \"published_scope\": null,\n                        \"admin_graphql_api_id\": \"gid://shopify/Product/9599632802095\",\n                        \"image\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-13_2.jpg?v=1704099244\",\n                        \"created_at\": \"2024-01-01T08:54:06.000000Z\",\n                        \"updated_at\": \"2024-01-01T09:00:21.000000Z\",\n                        \"deleted_at\": null,\n                        \"vendor_id\": 234956,\n                        \"provider\": null,\n                        \"company_id\": 234956,\n                        \"channel_id\": \"9599632802095\",\n                        \"store_id\": null,\n                        \"product_image_link\": null,\n                        \"channel_product_id\": 8099317,\n                        \"channel\": \"shopify\",\n                        \"sku\": null,\n                        \"shop_id\": 4147,\n                        \"tax_id\": null,\n                        \"product_type_id\": 133935,\n                        \"parent_id\": 212738,\n                        \"images\": [\n                            {\n                                \"id\": 44020661911855,\n                                \"alt\": null,\n                                \"src\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-13_2.jpg?v=1704099244\",\n                                \"width\": 1080,\n                                \"height\": 1080,\n                                \"position\": 1,\n                                \"created_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"product_id\": 9599632802095,\n                                \"updated_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"variant_ids\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/ProductImage/44020661911855\"\n                            },\n                            {\n                                \"id\": 44020661813551,\n                                \"alt\": null,\n                                \"src\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-12_5.jpg?v=1704099244\",\n                                \"width\": 1080,\n                                \"height\": 1080,\n                                \"position\": 2,\n                                \"created_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"product_id\": 9599632802095,\n                                \"updated_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"variant_ids\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/ProductImage/44020661813551\"\n                            },\n                            {\n                                \"id\": 44020661780783,\n                                \"alt\": null,\n                                \"src\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-11_5.jpg?v=1704099244\",\n                                \"width\": 1080,\n                                \"height\": 1080,\n                                \"position\": 3,\n                                \"created_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"product_id\": 9599632802095,\n                                \"updated_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"variant_ids\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/ProductImage/44020661780783\"\n                            },\n                            {\n                                \"id\": 44020661879087,\n                                \"alt\": null,\n                                \"src\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-10_f52a5a92-c15d-4445-a981-bd2251def6fa.jpg?v=1704099244\",\n                                \"width\": 1080,\n                                \"height\": 1080,\n                                \"position\": 4,\n                                \"created_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"product_id\": 9599632802095,\n                                \"updated_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"variant_ids\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/ProductImage/44020661879087\"\n                            },\n                            {\n                                \"id\": 44020661944623,\n                                \"alt\": null,\n                                \"src\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-9_c2a0ba5a-46c8-462e-bad6-b4bcfea883bb.jpg?v=1704099245\",\n                                \"width\": 1080,\n                                \"height\": 1080,\n                                \"position\": 5,\n                                \"created_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"product_id\": 9599632802095,\n                                \"updated_at\": \"2024-01-01T14:24:05+05:30\",\n                                \"variant_ids\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/ProductImage/44020661944623\"\n                            },\n                            {\n                                \"id\": 44020661977391,\n                                \"alt\": null,\n                                \"src\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-8_6729f903-3847-47b2-82f8-07bf9ea60c54.jpg?v=1704099245\",\n                                \"width\": 1080,\n                                \"height\": 1080,\n                                \"position\": 6,\n                                \"created_at\": \"2024-01-01T14:24:05+05:30\",\n                                \"product_id\": 9599632802095,\n                                \"updated_at\": \"2024-01-01T14:24:05+05:30\",\n                                \"variant_ids\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/ProductImage/44020661977391\"\n                            },\n                            {\n                                \"id\": 44020661846319,\n                                \"alt\": null,\n                                \"src\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-7_36b61da0-7175-4670-b1ac-69207b43a9cd.jpg?v=1704099245\",\n                                \"width\": 1080,\n                                \"height\": 1080,\n                                \"position\": 7,\n                                \"created_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"product_id\": 9599632802095,\n                                \"updated_at\": \"2024-01-01T14:24:05+05:30\",\n                                \"variant_ids\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/ProductImage/44020661846319\"\n                            }\n                        ],\n                        \"options\": [\n                            {\n                                \"id\": 11918634680623,\n                                \"name\": \"Color\",\n                                \"values\": [\n                                    \"black\",\n                                    \"new color\",\n                                    \"green\",\n                                    \"red\",\n                                    \"white\"\n                                ],\n                                \"position\": 1,\n                                \"product_id\": 9599632802095\n                            },\n                            {\n                                \"id\": 11918634713391,\n                                \"name\": \"size\",\n                                \"values\": [\n                                    \"medium\",\n                                    \"large\",\n                                    \"small\",\n                                    \"extra large\"\n                                ],\n                                \"position\": 2,\n                                \"product_id\": 9599632802095\n                            }\n                        ],\n                        \"has_only_default_variant\": false,\n                        \"meta_data\": {\n                            \"badge\": {\n                                \"id\": \"gid://shopify/Metafield/32974825423151\",\n                                \"key\": \"badge\",\n                                \"value\": null,\n                                \"name_slug\": \"badge\",\n                                \"namespace\": \"judgeme\"\n                            },\n                            \"widget\": {\n                                \"id\": \"gid://shopify/Metafield/32974825455919\",\n                                \"key\": \"widget\",\n                                \"value\": null,\n                                \"name_slug\": \"widget\",\n                                \"namespace\": \"judgeme\"\n                            }\n                        },\n                        \"status\": \"active\",\n                        \"vendor_shop_product_id\": null,\n                        \"shopify_meta_data\": null,\n                        \"image_link\": null,\n                        \"images_link\": null,\n                        \"uploaded_images\": [],\n                        \"media\": []\n                    },\n                    \"company\": {\n                        \"id\": 234956,\n                        \"company_name\": null,\n                        \"brand_name\": \"Magento0\",\n                        \"company_logo\": null,\n                        \"contact_name\": null,\n                        \"phone_number\": null,\n                        \"email\": null,\n                        \"address_line_1\": null,\n                        \"address_line_2\": null,\n                        \"pin_code\": null,\n                        \"city\": null,\n                        \"created_at\": \"2023-12-27T11:06:45.000000Z\",\n                        \"updated_at\": \"2024-01-01T08:32:49.000000Z\",\n                        \"state_id\": null,\n                        \"gstin_number\": null,\n                        \"invoice_prefix\": null,\n                        \"starting_invoice_number\": null,\n                        \"terms_and_conditions\": null,\n                        \"bank_account_beneficiary_name\": null,\n                        \"bank_account_name\": null,\n                        \"ifsc_code\": null,\n                        \"label_company_name\": null,\n                        \"label_contact_name\": null,\n                        \"label_phone\": null,\n                        \"label_email_address\": null,\n                        \"label_address_line_1\": null,\n                        \"label_address_line_2\": null,\n                        \"label_pin_code\": null,\n                        \"label_city\": null,\n                        \"label_state\": null,\n                        \"signature\": null,\n                        \"currency\": null,\n                        \"weight\": null,\n                        \"measurement\": null,\n                        \"gst_enabled\": false,\n                        \"override_channel_product_weight_enabled\": false,\n                        \"label_details_same_as_company\": true,\n                        \"multi_vendor_invoicing_enabled\": true,\n                        \"multi_vendor_shipping_enabled\": true,\n                        \"is_master\": null,\n                        \"invoice_number_same_as_order_number\": true,\n                        \"enable_disable_cod_reconciliation\": false,\n                        \"enable_disable_freight_reconciliation\": false,\n                        \"cod_tolerance\": null,\n                        \"freight_tolerance\": null,\n                        \"is_multi_vendor_enabled\": true,\n                        \"invoice_message\": null,\n                        \"inclusive_exclusive\": null,\n                        \"is_tax_on_shipping\": \"no\",\n                        \"tax_on_shipping\": null,\n                        \"primary_color\": \"#f18024\",\n                        \"secondary_color\": null,\n                        \"display_hsn\": true,\n                        \"website\": null,\n                        \"country\": null,\n                        \"type_of_vendor\": \"dropshipper\",\n                        \"invoice_message_2\": null,\n                        \"title\": \"Magento0\",\n                        \"parent_id\": 212738,\n                        \"extra_information\": null,\n                        \"invoice_date\": \"invoice_creation_date\",\n                        \"number_of_digits\": \"0\",\n                        \"invoice_message_1\": null,\n                        \"created_by\": null,\n                        \"updated_by\": 28344,\n                        \"invoice_contact_name\": null,\n                        \"invoice_address_1\": null,\n                        \"invoice_address_2\": null,\n                        \"invoice_postal_code\": null,\n                        \"invoice_city\": null,\n                        \"invoice_phone_number\": null,\n                        \"invoice_tin\": null,\n                        \"timezone\": \"Asia/Kolkata\",\n                        \"hand_delivered_enabled\": true,\n                        \"other_courier_partner_enabled\": true,\n                        \"billing_address_same_as_company_details\": true,\n                        \"deactivated_at\": null,\n                        \"state_code\": null,\n                        \"automatically_sync_vendor_name_from_store\": true,\n                        \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                        \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                        \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                        \"correct_all_errors_in_order\": false,\n                        \"generate_shipping_labels_for_orders\": false,\n                        \"generate_invoices_for_dropship_orders\": false,\n                        \"can_vendor_enable_disable_product\": false,\n                        \"can_vendor_edit_quantity_product\": false,\n                        \"can_vendor_edit_weight_dimension_product\": false,\n                        \"can_vendor_edit_tax_product\": true,\n                        \"set_vendor_level_commission\": false,\n                        \"commission\": null,\n                        \"discount_shared_by_vendor\": null,\n                        \"commission_calculated_on_product_price_discounted_price\": null,\n                        \"set_vendor_level_shared_discount\": false,\n                        \"set_vendor_level_commissoin_calculated_on\": false,\n                        \"use_shop_channel_values_to_set_commission\": true,\n                        \"can_vendor_generate_invoice\": false,\n                        \"can_vendor_process_shippings\": false,\n                        \"can_vendor_edit_hsn_tax\": false,\n                        \"can_vendor_add_courier_provider\": false,\n                        \"default_vendor_type\": \"dropshipper\",\n                        \"no_of_deciaml_digits\": 2,\n                        \"credits\": 0,\n                        \"plan_id\": null,\n                        \"requested_plan_id\": null,\n                        \"override_invoice_permissions\": false,\n                        \"override_product_permissions\": false,\n                        \"override_order_routing_permissions\": false,\n                        \"override_shipping_permissions\": false,\n                        \"slug\": \"magento0-234956\",\n                        \"commission_calculated_tax_type\": \"exclusive_of_tax\",\n                        \"shipping_charge_commission_type\": \"fixed\",\n                        \"shipping_charge_commission\": 0,\n                        \"override_commission_calculated_tax_type\": false,\n                        \"override_shipping_charge_commission_type\": false,\n                        \"override_shipping_charge_commission\": 0,\n                        \"auto_email_to_vendor\": false,\n                        \"fixed_commission\": 0,\n                        \"service_charge\": 0,\n                        \"can_vendor_edit_price\": false,\n                        \"can_vendor_delete_product\": false,\n                        \"show_logo_in_awb\": false,\n                        \"hide_pick_address_in_awb\": true,\n                        \"hide_customer_info_in_awb\": true,\n                        \"hide_price_in_awb\": false,\n                        \"hide_customer_information_on_vendor_dashboards\": false,\n                        \"allow_merchant_to_generate_invoice\": false,\n                        \"show_merchant_logo_in_invoice\": false,\n                        \"locale\": \"en\",\n                        \"use_custom_waybill\": false,\n                        \"redirect_url\": \"dashboard\",\n                        \"invoice_state_code\": null,\n                        \"invoice_country_code\": null,\n                        \"stripe_account_id\": null,\n                        \"url_to_redirect_vendor_is_registered\": null,\n                        \"enable_app_shipping_profile_on_shopify\": null,\n                        \"policy\": null,\n                        \"css\": null,\n                        \"vendor_profile_color\": \"#f18024\",\n                        \"about_us\": null,\n                        \"facebook_link\": null,\n                        \"twitter_link\": null,\n                        \"instagram_link\": null,\n                        \"auto_fulfill_digital_orders\": false,\n                        \"use_default_warehouse_for_all_orders\": false,\n                        \"invoice_label_header_title\": null,\n                        \"invoice_place_of_supply\": null,\n                        \"invoice_cin_key_title\": null,\n                        \"invoice_cin\": null,\n                        \"give_vendor_access_to_merchant_shipper\": false,\n                        \"auto_generate_order_invoices_to_customers\": false,\n                        \"auto_email_order_invoices_to_customers\": false,\n                        \"treat_manual_payment_mode_as_cod\": false,\n                        \"fulfill_order_after_confirm\": false,\n                        \"add_notes_before_confirming_orders\": false,\n                        \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                        \"note_at_the_top_of_invoice\": null,\n                        \"vendor_shop_id\": null,\n                        \"vendor_category\": null,\n                        \"vendor_location\": null,\n                        \"short_description\": null,\n                        \"display_vendor_category\": false,\n                        \"display_vendor_location\": false,\n                        \"display_vendor_short_description\": false,\n                        \"name_of_the_vendor_listing_page\": null,\n                        \"sync_settings\": {\n                            \"update_settings\": {\n                                \"title\": false,\n                                \"variant_name\": false,\n                                \"price\": true,\n                                \"weight\": false,\n                                \"sku\": false,\n                                \"description\": false,\n                                \"publish_status\": false,\n                                \"product_type\": false,\n                                \"barcode\": false,\n                                \"media\": false,\n                                \"compare_at_price\": true,\n                                \"quantity\": true,\n                                \"track_quantity_and_continue_selling_when_out_of_stock\": false,\n                                \"hsn_code_and_country_of_origin\": false,\n                                \"tags\": true\n                            },\n                            \"create_settings\": {\n                                \"title\": true,\n                                \"variant_name\": true,\n                                \"price\": true,\n                                \"weight\": true,\n                                \"sku\": true,\n                                \"description\": true,\n                                \"publish_status\": true,\n                                \"product_type\": true,\n                                \"barcode\": true,\n                                \"media\": true,\n                                \"compare_at_price\": true,\n                                \"quantity\": true,\n                                \"track_quantity_and_continue_selling_when_out_of_stock\": true,\n                                \"hsn_code_and_country_of_origin\": true,\n                                \"tags\": true\n                            },\n                            \"override_product_status_at_create\": false,\n                            \"product_status\": \"as_per_vendor_product\",\n                            \"enable_order_sync\": false,\n                            \"push_only_if_order_paid\": false,\n                            \"push_unsynced_product_order\": false,\n                            \"auto_add_variant\": true,\n                            \"auto_remove_variant\": true,\n                            \"strictKeyCheck\": false,\n                            \"on_product_delete\": \"do_nothing\",\n                            \"on_product_unmapped\": \"do_nothing\"\n                        },\n                        \"override_hide_customer_information_permissions\": false,\n                        \"can_vendor_cancel_an_order\": false,\n                        \"hide_shipping_charges\": false,\n                        \"add_insurance_to_shipment\": 0,\n                        \"meta_title\": null,\n                        \"registration_link\": null,\n                        \"auto_approval_of_products_from_vendor\": true,\n                        \"ignore_selling_price_for_commission\": 0,\n                        \"shipping_label_check\": {\n                            \"email\": false,\n                            \"phone\": false,\n                            \"address_line_1\": false,\n                            \"address_line_2\": false,\n                            \"address_line_1_minimum\": null,\n                            \"address_line_1_maximum\": null,\n                            \"address_line_2_minimum\": null,\n                            \"address_line_2_maximum\": null\n                        },\n                        \"shipping_label_size\": \"smalllabel\",\n                        \"paypal_email\": null,\n                        \"use_custom_email_driver\": false,\n                        \"ignore_order_splitting\": false,\n                        \"hide_customer_information_on_vendor_dashboard\": {\n                            \"name\": false,\n                            \"phone\": false,\n                            \"address\": false,\n                            \"email\": false,\n                            \"city\": false,\n                            \"state\": false\n                        },\n                        \"hide_customer_information_in_awb\": {\n                            \"name\": false,\n                            \"phone\": false,\n                            \"address\": false,\n                            \"email\": false,\n                            \"city\": false,\n                            \"state\": false,\n                            \"line_items\": false,\n                            \"vendor_name\": false,\n                            \"sku\": false,\n                            \"weight_dimension\": false\n                        },\n                        \"hide_customer_information_in_invoice\": {\n                            \"name\": false,\n                            \"phone\": false,\n                            \"address\": false,\n                            \"email\": false,\n                            \"city\": false,\n                            \"state\": false\n                        },\n                        \"vendor_profile_settings\": {\n                            \"seller_products_tab\": true,\n                            \"seller_policy_tab\": true,\n                            \"seller_contact_us_tab\": true\n                        },\n                        \"challan_message_1\": null,\n                        \"challan_message_2\": null,\n                        \"challan_prefix\": null,\n                        \"challan_number_same_as_invoice_number\": true,\n                        \"default_label_size_for_all_vendors\": false,\n                        \"hide_customer_information_in_export\": {\n                            \"name\": false,\n                            \"phone\": false,\n                            \"address\": false,\n                            \"email\": false,\n                            \"city\": false,\n                            \"state\": false\n                        },\n                        \"product_permissions\": null,\n                        \"hide_product_details_in_awb\": false,\n                        \"hide_invoice_details_in_awb\": false,\n                        \"company_note\": null,\n                        \"meta_data\": null,\n                        \"color_theme_field\": \"light.orange\",\n                        \"change_tracking_url\": false,\n                        \"ship_to_address_as_merchants_default_warehouse\": false,\n                        \"can_vendor_hold_an_order\": false,\n                        \"handle_out_of_stock_products\": null,\n                        \"allow_vendors_to_change_vendor_profile_details\": false,\n                        \"whatsapp_account\": null,\n                        \"vendor_profile_theme_choosen\": \"theme-1\",\n                        \"whatsapp_credit\": 100,\n                        \"test_whatsapp_number\": null,\n                        \"spoc_email_sending_method\": null,\n                        \"connected_vendor_shops\": null,\n                        \"events\": null,\n                        \"commission_automation_set\": null,\n                        \"auto_confirmation_using_tags_settings\": {\n                            \"tags_settings_status\": false,\n                            \"paid\": false,\n                            \"tags_for_paid\": [],\n                            \"cod_or_partially_paid\": false,\n                            \"tags_for_cod_or_partially_paid\": [],\n                            \"Exceptions_for_paid\": false,\n                            \"Exceptions_for_paid_tags\": [],\n                            \"Exceptions_for_cod_or_partially_paid\": false,\n                            \"Exceptions_for_cod_or_partially_paid_tags\": []\n                        },\n                        \"preferred_location\": null,\n                        \"email_credit\": null,\n                        \"logo\": null,\n                        \"logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                        \"is_general_setting_done\": true,\n                        \"is_invoice_setting_done\": true,\n                        \"is_label_setting_done\": false,\n                        \"is_gst_enabled\": false,\n                        \"billing_detail\": \"\",\n                        \"warehouse_address\": \"</br>\",\n                        \"contact_information\": \"\",\n                        \"status\": \"Active\",\n                        \"global_commission\": \"15\",\n                        \"global_discount_shared_by_vendor\": \"0\",\n                        \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                        \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                        \"global_shipping_charge_commission_type\": \"fixed\",\n                        \"global_shipping_charge_commission\": 50,\n                        \"global_fixed_commission\": 10,\n                        \"is_drop_shipper\": true,\n                        \"state\": null,\n                        \"first_email\": [\n                            \"het.shipturtle@gmail.com\"\n                        ],\n                        \"invoice_state\": null,\n                        \"banner\": null,\n                        \"banner_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                        \"frontend_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                        \"navbar_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                        \"email_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                        \"invoice_country_detail\": null,\n                        \"commission_tags\": null,\n                        \"parent\": {\n                            \"id\": 212738,\n                            \"company_name\": \"kapil\",\n                            \"brand_name\": \"violetplants\",\n                            \"company_logo\": null,\n                            \"contact_name\": \"Chahar\",\n                            \"phone_number\": null,\n                            \"email\": \"het.shipturtle@gmail.com\",\n                            \"address_line_1\": \"Est\",\n                            \"address_line_2\": \"Test\",\n                            \"pin_code\": \"411018\",\n                            \"city\": \"Pune\",\n                            \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                            \"updated_at\": \"2024-01-02T06:35:02.000000Z\",\n                            \"state_id\": null,\n                            \"gstin_number\": \"1234\",\n                            \"invoice_prefix\": \"Invoice\",\n                            \"starting_invoice_number\": \"26\",\n                            \"terms_and_conditions\": null,\n                            \"bank_account_beneficiary_name\": null,\n                            \"bank_account_name\": null,\n                            \"ifsc_code\": null,\n                            \"label_company_name\": null,\n                            \"label_contact_name\": null,\n                            \"label_phone\": null,\n                            \"label_email_address\": null,\n                            \"label_address_line_1\": null,\n                            \"label_address_line_2\": null,\n                            \"label_pin_code\": null,\n                            \"label_city\": null,\n                            \"label_state\": null,\n                            \"signature\": null,\n                            \"currency\": \"INR\",\n                            \"weight\": null,\n                            \"measurement\": null,\n                            \"gst_enabled\": true,\n                            \"override_channel_product_weight_enabled\": true,\n                            \"label_details_same_as_company\": true,\n                            \"multi_vendor_invoicing_enabled\": false,\n                            \"multi_vendor_shipping_enabled\": false,\n                            \"is_master\": \"1\",\n                            \"invoice_number_same_as_order_number\": true,\n                            \"enable_disable_cod_reconciliation\": true,\n                            \"enable_disable_freight_reconciliation\": true,\n                            \"cod_tolerance\": \"5\",\n                            \"freight_tolerance\": \"2\",\n                            \"is_multi_vendor_enabled\": true,\n                            \"invoice_message\": null,\n                            \"inclusive_exclusive\": null,\n                            \"is_tax_on_shipping\": \"no\",\n                            \"tax_on_shipping\": null,\n                            \"primary_color\": \"#222F3D\",\n                            \"secondary_color\": null,\n                            \"display_hsn\": true,\n                            \"website\": \"https://app.shipturtle.com/\",\n                            \"country\": \"IN\",\n                            \"type_of_vendor\": \"marketplace\",\n                            \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                            \"title\": \"violetplants\",\n                            \"parent_id\": 212738,\n                            \"extra_information\": null,\n                            \"invoice_date\": \"invoice_creation_date\",\n                            \"number_of_digits\": \"0\",\n                            \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                            \"created_by\": null,\n                            \"updated_by\": 28344,\n                            \"invoice_contact_name\": \"Hussain\",\n                            \"invoice_address_1\": \"dahod\",\n                            \"invoice_address_2\": \"dahod\",\n                            \"invoice_postal_code\": \"380005\",\n                            \"invoice_city\": \"Ahmedabad\",\n                            \"invoice_phone_number\": \"09173038104\",\n                            \"invoice_tin\": null,\n                            \"timezone\": \"America/Phoenix\",\n                            \"hand_delivered_enabled\": true,\n                            \"other_courier_partner_enabled\": true,\n                            \"billing_address_same_as_company_details\": false,\n                            \"deactivated_at\": null,\n                            \"state_code\": \"GJ\",\n                            \"automatically_sync_vendor_name_from_store\": true,\n                            \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                            \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                            \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                            \"correct_all_errors_in_order\": false,\n                            \"generate_shipping_labels_for_orders\": false,\n                            \"generate_invoices_for_dropship_orders\": false,\n                            \"can_vendor_enable_disable_product\": false,\n                            \"can_vendor_edit_quantity_product\": false,\n                            \"can_vendor_edit_weight_dimension_product\": false,\n                            \"can_vendor_edit_tax_product\": true,\n                            \"set_vendor_level_commission\": false,\n                            \"commission\": \"15\",\n                            \"discount_shared_by_vendor\": \"0\",\n                            \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"set_vendor_level_shared_discount\": false,\n                            \"set_vendor_level_commissoin_calculated_on\": false,\n                            \"use_shop_channel_values_to_set_commission\": false,\n                            \"can_vendor_generate_invoice\": true,\n                            \"can_vendor_process_shippings\": true,\n                            \"can_vendor_edit_hsn_tax\": true,\n                            \"can_vendor_add_courier_provider\": true,\n                            \"default_vendor_type\": \"dropshipper\",\n                            \"no_of_deciaml_digits\": 2,\n                            \"credits\": 299836,\n                            \"plan_id\": 4,\n                            \"requested_plan_id\": null,\n                            \"override_invoice_permissions\": false,\n                            \"override_product_permissions\": false,\n                            \"override_order_routing_permissions\": false,\n                            \"override_shipping_permissions\": false,\n                            \"slug\": \"violetplants-212738\",\n                            \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"shipping_charge_commission_type\": \"fixed\",\n                            \"shipping_charge_commission\": 50,\n                            \"override_commission_calculated_tax_type\": false,\n                            \"override_shipping_charge_commission_type\": false,\n                            \"override_shipping_charge_commission\": 0,\n                            \"auto_email_to_vendor\": true,\n                            \"fixed_commission\": 10,\n                            \"service_charge\": 0,\n                            \"can_vendor_edit_price\": false,\n                            \"can_vendor_delete_product\": false,\n                            \"show_logo_in_awb\": false,\n                            \"hide_pick_address_in_awb\": false,\n                            \"hide_customer_info_in_awb\": true,\n                            \"hide_price_in_awb\": false,\n                            \"hide_customer_information_on_vendor_dashboards\": false,\n                            \"allow_merchant_to_generate_invoice\": false,\n                            \"show_merchant_logo_in_invoice\": true,\n                            \"locale\": \"en\",\n                            \"use_custom_waybill\": false,\n                            \"redirect_url\": \"dashboard\",\n                            \"invoice_state_code\": \"GJ\",\n                            \"invoice_country_code\": \"IN\",\n                            \"stripe_account_id\": null,\n                            \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                            \"enable_app_shipping_profile_on_shopify\": \"0\",\n                            \"policy\": null,\n                            \"css\": null,\n                            \"vendor_profile_color\": \"#f18024\",\n                            \"about_us\": null,\n                            \"facebook_link\": null,\n                            \"twitter_link\": null,\n                            \"instagram_link\": null,\n                            \"auto_fulfill_digital_orders\": true,\n                            \"use_default_warehouse_for_all_orders\": false,\n                            \"invoice_label_header_title\": null,\n                            \"invoice_place_of_supply\": null,\n                            \"invoice_cin_key_title\": null,\n                            \"invoice_cin\": null,\n                            \"give_vendor_access_to_merchant_shipper\": false,\n                            \"auto_generate_order_invoices_to_customers\": true,\n                            \"auto_email_order_invoices_to_customers\": true,\n                            \"treat_manual_payment_mode_as_cod\": false,\n                            \"fulfill_order_after_confirm\": false,\n                            \"add_notes_before_confirming_orders\": false,\n                            \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                            \"note_at_the_top_of_invoice\": null,\n                            \"vendor_shop_id\": null,\n                            \"vendor_category\": null,\n                            \"vendor_location\": null,\n                            \"short_description\": null,\n                            \"display_vendor_category\": true,\n                            \"display_vendor_location\": true,\n                            \"display_vendor_short_description\": true,\n                            \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                            \"sync_settings\": {\n                                \"update_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": false,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"create_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": false,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"override_product_status_at_create\": true,\n                                \"product_status\": \"as_per_vendor_product\",\n                                \"enable_order_sync\": true,\n                                \"push_only_if_order_paid\": false,\n                                \"push_unsynced_product_order\": true,\n                                \"auto_add_variant\": true,\n                                \"auto_remove_variant\": true,\n                                \"strictKeyCheck\": false,\n                                \"on_product_delete\": \"do_nothing\",\n                                \"on_product_unmapped\": \"do_nothing\",\n                                \"push_only_if_product_connected\": true\n                            },\n                            \"override_hide_customer_information_permissions\": false,\n                            \"can_vendor_cancel_an_order\": false,\n                            \"hide_shipping_charges\": false,\n                            \"add_insurance_to_shipment\": 0,\n                            \"meta_title\": null,\n                            \"registration_link\": null,\n                            \"auto_approval_of_products_from_vendor\": true,\n                            \"ignore_selling_price_for_commission\": 0,\n                            \"shipping_label_check\": {\n                                \"email\": false,\n                                \"phone\": false,\n                                \"address_line_1\": false,\n                                \"address_line_2\": false,\n                                \"address_line_1_minimum\": null,\n                                \"address_line_1_maximum\": null,\n                                \"address_line_2_minimum\": null,\n                                \"address_line_2_maximum\": null\n                            },\n                            \"shipping_label_size\": \"smalllabel\",\n                            \"paypal_email\": null,\n                            \"use_custom_email_driver\": false,\n                            \"ignore_order_splitting\": false,\n                            \"hide_customer_information_on_vendor_dashboard\": {\n                                \"name\": false,\n                                \"phone\": true,\n                                \"address\": true,\n                                \"email\": true,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"hide_customer_information_in_awb\": {\n                                \"name\": false,\n                                \"phone\": true,\n                                \"address\": true,\n                                \"email\": true,\n                                \"city\": false,\n                                \"state\": false,\n                                \"line_items\": false,\n                                \"vendor_name\": false,\n                                \"sku\": false,\n                                \"weight_dimension\": false\n                            },\n                            \"hide_customer_information_in_invoice\": {\n                                \"name\": false,\n                                \"phone\": true,\n                                \"address\": true,\n                                \"email\": true,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"vendor_profile_settings\": {\n                                \"seller_products_tab\": true,\n                                \"seller_policy_tab\": true,\n                                \"seller_contact_us_tab\": true,\n                                \"seller_events_tab\": true,\n                                \"seller_reviews_tab\": false,\n                                \"seller_about_us_tab\": true\n                            },\n                            \"challan_message_1\": null,\n                            \"challan_message_2\": null,\n                            \"challan_prefix\": \"Invoice\",\n                            \"challan_number_same_as_invoice_number\": true,\n                            \"default_label_size_for_all_vendors\": false,\n                            \"hide_customer_information_in_export\": {\n                                \"name\": false,\n                                \"phone\": true,\n                                \"address\": true,\n                                \"email\": true,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"product_permissions\": null,\n                            \"hide_product_details_in_awb\": false,\n                            \"hide_invoice_details_in_awb\": false,\n                            \"company_note\": \"<p>sdfasdfab</p>\",\n                            \"meta_data\": \"[{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                            \"color_theme_field\": \"light.orange\",\n                            \"change_tracking_url\": false,\n                            \"ship_to_address_as_merchants_default_warehouse\": false,\n                            \"can_vendor_hold_an_order\": false,\n                            \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                            \"allow_vendors_to_change_vendor_profile_details\": true,\n                            \"whatsapp_account\": \"use_company_account\",\n                            \"vendor_profile_theme_choosen\": \"theme-1\",\n                            \"whatsapp_credit\": 54,\n                            \"test_whatsapp_number\": \"+918849193468\",\n                            \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                            \"connected_vendor_shops\": [\n                                \"vendorsynctesting5.myshopify.com\",\n                                \"testing-for-vendorsync.myshopify.com\",\n                                \"purpleplants.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"test-store-webkul-112.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com/\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com\",\n                                \"channelteststore5.myshopify.com\",\n                                \"https://st-wpdemo.com/newtestclient/\",\n                                \"purpleplants.myshopify.com\",\n                                \"purpleplants.myshopify.com\",\n                                \"vendorsynctesting.myshopify.com\",\n                                \"vendorsynctesting.myshopify.com\"\n                            ],\n                            \"events\": null,\n                            \"commission_automation_set\": {\n                                \"commission_automation\": true,\n                                \"commission_automation_rules\": true,\n                                \"commission_automation_date_range\": true,\n                                \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                \"time_buffer_for_commission_automation\": \"4\",\n                                \"order_status_for_commission_automation\": \"pending\",\n                                \"invoice_number_for_commission_automation\": 277,\n                                \"date_Range_days_for_commission_automation\": \"4\"\n                            },\n                            \"auto_confirmation_using_tags_settings\": {\n                                \"tags_settings_status\": true,\n                                \"paid\": true,\n                                \"tags_for_paid\": [],\n                                \"cod_or_partially_paid\": false,\n                                \"tags_for_cod_or_partially_paid\": [],\n                                \"Exceptions_for_paid\": false,\n                                \"Exceptions_for_paid_tags\": [],\n                                \"Exceptions_for_cod_or_partially_paid\": false,\n                                \"Exceptions_for_cod_or_partially_paid_tags\": []\n                            },\n                            \"preferred_location\": null,\n                            \"email_credit\": 4759,\n                            \"logo\": null,\n                            \"logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                            \"is_general_setting_done\": true,\n                            \"is_invoice_setting_done\": true,\n                            \"is_label_setting_done\": false,\n                            \"is_gst_enabled\": true,\n                            \"billing_detail\": \"Pune</br>Gujarat</br>India\",\n                            \"warehouse_address\": \"Pune</br>IN\",\n                            \"contact_information\": \"Chahar</br>het.shipturtle@gmail.com</br>\",\n                            \"status\": \"Active\",\n                            \"global_commission\": \"15\",\n                            \"global_discount_shared_by_vendor\": \"0\",\n                            \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"global_shipping_charge_commission_type\": \"fixed\",\n                            \"global_shipping_charge_commission\": 50,\n                            \"global_fixed_commission\": 10,\n                            \"is_drop_shipper\": false,\n                            \"state\": {\n                                \"id\": 13,\n                                \"code\": \"GJ\",\n                                \"tin\": 24,\n                                \"title\": \"Gujarat\",\n                                \"created_at\": \"2019-08-03T17:48:42.000000Z\",\n                                \"updated_at\": \"2020-03-28T04:51:45.000000Z\",\n                                \"deleted_at\": null,\n                                \"country_code\": \"IN\"\n                            },\n                            \"first_email\": [\n                                \"het.shipturtle@gmail.com\"\n                            ],\n                            \"invoice_state\": {\n                                \"id\": 13,\n                                \"code\": \"GJ\",\n                                \"tin\": 24,\n                                \"title\": \"Gujarat\",\n                                \"created_at\": \"2019-08-03T17:48:42.000000Z\",\n                                \"updated_at\": \"2020-03-28T04:51:45.000000Z\",\n                                \"deleted_at\": null,\n                                \"country_code\": \"IN\"\n                            },\n                            \"banner\": null,\n                            \"banner_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                            \"frontend_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                            \"navbar_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                            \"email_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                            \"invoice_country_detail\": {\n                                \"id\": 98,\n                                \"name\": \"India\",\n                                \"code\": \"IN\",\n                                \"dial_code\": \"+91\",\n                                \"currency_name\": \"Indian rupee\",\n                                \"currency_symbol\": \"Rs.\",\n                                \"currency_code\": \"INR\",\n                                \"created_at\": null,\n                                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                \"name_with_symbole\": \"Indian rupee - Rs.\"\n                            },\n                            \"commission_tags\": {\n                                \"company_id\": 212738,\n                                \"override_commission\": true\n                            },\n                            \"media\": [],\n                            \"country_detail\": {\n                                \"id\": 98,\n                                \"name\": \"India\",\n                                \"code\": \"IN\",\n                                \"dial_code\": \"+91\",\n                                \"currency_name\": \"Indian rupee\",\n                                \"currency_symbol\": \"Rs.\",\n                                \"currency_code\": \"INR\",\n                                \"created_at\": null,\n                                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                \"name_with_symbole\": \"Indian rupee - Rs.\"\n                            }\n                        },\n                        \"media\": []\n                    }\n                }\n            },\n            \"commission_invoice\": null\n        },\n        {\n            \"id\": 9326342,\n            \"vendor_line_item_id\": 9351895,\n            \"vendor_order_id\": 6639825,\n            \"order_id\": 1925031580332,\n            \"shop_id\": 4147,\n            \"company_id\": 234956,\n            \"commission\": \"0\",\n            \"adjustment\": \"0\",\n            \"date_of_payment\": null,\n            \"reference\": null,\n            \"created_at\": \"2024-01-01T08:57:00.000000Z\",\n            \"updated_at\": \"2024-01-01T08:57:00.000000Z\",\n            \"price\": \"10\",\n            \"vendor_payout\": \"11.8\",\n            \"quantity\": 1,\n            \"discount_shared_by_vendor\": \"0\",\n            \"total_discount\": \"0\",\n            \"commission_level\": \"Tags\",\n            \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n            \"processed_at\": \"2024-01-01 14:26:48\",\n            \"merchant_earn\": \"0\",\n            \"less_discount_borne_by_vendor\": \"0\",\n            \"order_value\": \"0\",\n            \"net_earn\": \"0\",\n            \"commission_on_shipping\": \"50\",\n            \"merchant_commission_on_freight_charged\": \"0\",\n            \"merchant_commission_on_product\": 0,\n            \"commission_shipping_calculation_on\": \"inclusive_of_tax\",\n            \"commission_on_shipping_type\": \"fixed\",\n            \"fixed_commission\": \"0\",\n            \"service_charge\": \"0\",\n            \"total_line_value\": \"11.8\",\n            \"line_tax_value\": \"1.8\",\n            \"line_shipping_tax_value\": \"0\",\n            \"line_tax_percentage\": \"0.18\",\n            \"line_shipping_tax_percentage\": \"0\",\n            \"service_tax\": \"0\",\n            \"product_value\": \"10\",\n            \"shipping_price\": \"0\",\n            \"parent_id\": null,\n            \"commission_invoice_id\": null,\n            \"tax_information\": {\n                \"cgst\": 0,\n                \"igst\": 0,\n                \"sgst\": 0,\n                \"total_tax\": 0\n            },\n            \"is_paid\": false,\n            \"vendor_order\": {\n                \"user_id\": 92574581039,\n                \"pick_listed\": false,\n                \"gateway\": \"manual\",\n                \"total_weight\": 0,\n                \"total_price\": 236,\n                \"status\": \"New Orders\",\n                \"email\": \"rajdip.shipturtle@gmail.com\",\n                \"provider\": \"shopify\",\n                \"invoice_number\": \"Invoice3027\",\n                \"awb\": null,\n                \"processed_at\": \"2024-01-01 14:26:48\",\n                \"customer\": \"{\\\"id\\\": 7864611733807, \\\"note\\\": null, \\\"tags\\\": \\\"\\\", \\\"email\\\": \\\"rajdip.shipturtle@gmail.com\\\", \\\"phone\\\": null, \\\"state\\\": \\\"disabled\\\", \\\"currency\\\": \\\"INR\\\", \\\"last_name\\\": \\\"jalondhara\\\", \\\"created_at\\\": \\\"2023-12-27T13:02:22+05:30\\\", \\\"first_name\\\": \\\"Rajdeep\\\", \\\"tax_exempt\\\": false, \\\"updated_at\\\": \\\"2024-01-01T14:26:50+05:30\\\", \\\"tax_exemptions\\\": [], \\\"verified_email\\\": true, \\\"default_address\\\": {\\\"id\\\": 9899588780335, \\\"zip\\\": \\\"380050\\\", \\\"city\\\": \\\"Ahmedabad\\\", \\\"name\\\": \\\"Rajdeep Jalondhara\\\", \\\"phone\\\": null, \\\"company\\\": null, \\\"country\\\": \\\"India\\\", \\\"default\\\": true, \\\"address1\\\": \\\"ABC 1, Navrangpura abc Prakash Nagar Navrangpura\\\", \\\"address2\\\": null, \\\"province\\\": \\\"Gujarat\\\", \\\"last_name\\\": \\\"Jalondhara\\\", \\\"first_name\\\": \\\"Rajdeep\\\", \\\"customer_id\\\": 7864611733807, \\\"country_code\\\": \\\"IN\\\", \\\"country_name\\\": \\\"India\\\", \\\"province_code\\\": \\\"GJ\\\"}, \\\"accepts_marketing\\\": false, \\\"admin_graphql_api_id\\\": \\\"gid://shopify/Customer/7864611733807\\\", \\\"multipass_identifier\\\": null, \\\"sms_marketing_consent\\\": null, \\\"marketing_opt_in_level\\\": null, \\\"email_marketing_consent\\\": {\\\"state\\\": \\\"not_subscribed\\\", \\\"opt_in_level\\\": \\\"single_opt_in\\\", \\\"consent_updated_at\\\": null}, \\\"accepts_marketing_updated_at\\\": \\\"2023-12-27T13:02:22+05:30\\\"}\",\n                \"id\": 6639825,\n                \"invoice_download\": \"https://d2i9a0muccv7uq.cloudfront.net/s3/4147/generate_invoices/3027_Magento0_Rajdeep-Jalondhara_Invoice3027.pdf\",\n                \"awb_label\": null,\n                \"order_id\": 1925031580332,\n                \"company_id\": 234956,\n                \"shipping_provider\": null,\n                \"billing_address_id\": 9750849,\n                \"shipping_address_id\": 9616110,\n                \"shipping_service_provider_id\": null,\n                \"generating_awb\": false,\n                \"shipping_errors\": null,\n                \"mail_sent\": 0,\n                \"shipping_price\": \"0\",\n                \"total_tax\": 36,\n                \"total_amount_excluding_taxes\": 200,\n                \"height\": 2,\n                \"width\": 2,\n                \"length\": 3,\n                \"tracking_status\": \"Pending\",\n                \"tracking_message\": null,\n                \"order_number\": \"3027\",\n                \"status_sequence\": 1,\n                \"estimated_cost\": null,\n                \"shop_id\": 4147,\n                \"name\": \"#3027\",\n                \"warehouse_id\": null,\n                \"automate_shipment\": true,\n                \"shipping_address\": {\n                    \"zip\": \"380050\",\n                    \"city\": \"Ahmedabad\",\n                    \"name\": \"Rajdeep Jalondhara\",\n                    \"email\": \"rajdip.shipturtle@gmail.com\",\n                    \"phone\": \"\",\n                    \"company\": null,\n                    \"country\": \"India\",\n                    \"address1\": \"ABC 1, Navrangpura abc Prakash Naga\",\n                    \"address2\": \"r Navrangpura\",\n                    \"latitude\": null,\n                    \"province\": \"Gujarat\",\n                    \"last_name\": \"Jalondhara\",\n                    \"longitude\": null,\n                    \"first_name\": \"Rajdeep\",\n                    \"country_code\": \"IN\",\n                    \"province_code\": \"GJ\"\n                },\n                \"total_line_items_price\": 200,\n                \"total_discounts\": 0,\n                \"checkout_id\": 37177279414575,\n                \"tracking_link\": null,\n                \"payment_reconciliation_status\": \"pending\",\n                \"freight_reconciliation_status\": \"pending\",\n                \"payment_recon_id\": null,\n                \"freight_recon_id\": null,\n                \"billing_address\": {\n                    \"zip\": \"380050\",\n                    \"city\": \"Ahmedabad\",\n                    \"name\": \"Rajdeep Jalondhara\",\n                    \"phone\": null,\n                    \"company\": null,\n                    \"country\": \"India\",\n                    \"address1\": \"ABC 1, Navrangpura abc Prakash Nagar Navrangpura\",\n                    \"address2\": null,\n                    \"latitude\": 23.0329326,\n                    \"province\": \"Gujarat\",\n                    \"last_name\": \"Jalondhara\",\n                    \"longitude\": 72.55588259999999,\n                    \"first_name\": \"Rajdeep\",\n                    \"country_code\": \"IN\",\n                    \"province_code\": \"GJ\"\n                },\n                \"currency\": \"INR\",\n                \"last_tracked_at\": null,\n                \"unique_name\": \"#3027_Magento0\",\n                \"label\": null,\n                \"note\": null,\n                \"awb_created_at\": null,\n                \"custom_data\": null,\n                \"awb_custom_courier_name\": null,\n                \"requires_shipping\": true,\n                \"type_of_order\": \"forward_order\",\n                \"return_status\": null,\n                \"return_order_link\": null,\n                \"pickup_address\": null,\n                \"manifest_id\": null,\n                \"is_cod\": 0,\n                \"merchant_notes\": null,\n                \"is_customize\": false,\n                \"insurance_amount\": null,\n                \"insurance_cost\": null,\n                \"challan_number\": null,\n                \"challan_path\": null,\n                \"challan_download\": null,\n                \"challan_date\": null,\n                \"financial_status\": \"paid\",\n                \"tags\": \"\",\n                \"rag_status\": null,\n                \"rag_status_updated_on\": null,\n                \"processed_at_timestamp\": 1704119208,\n                \"mail_sent_for_ndr\": 0,\n                \"total_outstanding\": 0,\n                \"fulfillment_id\": null,\n                \"estimated_delivery_time\": null,\n                \"payment_gateway_names\": \"\\\"[\\\\\\\"manual\\\\\\\"]\\\"\",\n                \"note_attributes\": null,\n                \"ndr_api_available\": false,\n                \"unique_order_number\": \"#3027_Magento0\",\n                \"shipping_label_status\": \"Pending\",\n                \"invoice_generated\": \"Invoice Generated\",\n                \"shipping_service\": \"Not Selected\",\n                \"payment\": 236,\n                \"customer_address\": {\n                    \"id\": 7864611733807,\n                    \"note\": null,\n                    \"tags\": \"\",\n                    \"email\": \"rajdip.shipturtle@gmail.com\",\n                    \"phone\": null,\n                    \"state\": \"disabled\",\n                    \"currency\": \"INR\",\n                    \"last_name\": \"jalondhara\",\n                    \"created_at\": \"2023-12-27T13:02:22+05:30\",\n                    \"first_name\": \"Rajdeep\",\n                    \"tax_exempt\": false,\n                    \"updated_at\": \"2024-01-01T14:26:50+05:30\",\n                    \"tax_exemptions\": [],\n                    \"verified_email\": true,\n                    \"default_address\": {\n                        \"id\": 9899588780335,\n                        \"zip\": \"380050\",\n                        \"city\": \"Ahmedabad\",\n                        \"name\": \"Rajdeep Jalondhara\",\n                        \"phone\": null,\n                        \"company\": null,\n                        \"country\": \"India\",\n                        \"default\": true,\n                        \"address1\": \"ABC 1, Navrangpura abc Prakash Nagar Navrangpura\",\n                        \"address2\": null,\n                        \"province\": \"Gujarat\",\n                        \"last_name\": \"Jalondhara\",\n                        \"first_name\": \"Rajdeep\",\n                        \"customer_id\": 7864611733807,\n                        \"country_code\": \"IN\",\n                        \"country_name\": \"India\",\n                        \"province_code\": \"GJ\"\n                    },\n                    \"accepts_marketing\": false,\n                    \"admin_graphql_api_id\": \"gid://shopify/Customer/7864611733807\",\n                    \"multipass_identifier\": null,\n                    \"sms_marketing_consent\": null,\n                    \"marketing_opt_in_level\": null,\n                    \"email_marketing_consent\": {\n                        \"state\": \"not_subscribed\",\n                        \"opt_in_level\": \"single_opt_in\",\n                        \"consent_updated_at\": null\n                    },\n                    \"accepts_marketing_updated_at\": \"2023-12-27T13:02:22+05:30\"\n                },\n                \"payment_status\": \"PP\",\n                \"errors\": {\n                    \"errors\": {\n                        \"vendor_address\": {\n                            \"vendor_errors\": \"Kindly add warehouse info\"\n                        },\n                        \"shipping_service_provider\": {\n                            \"shipping_service_provider_id\": \"Please select Shipping Partner.\",\n                            \"warehouse_id\": \"Please select pick up Warehouse.\",\n                            \"total_weight\": \"Please input package weight.\"\n                        }\n                    },\n                    \"hasErrors\": true,\n                    \"canGenerateAwb\": false,\n                    \"canFetchRate\": false,\n                    \"canConfirmOrder\": false,\n                    \"generatingInvoice\": true\n                },\n                \"shipper_address\": null,\n                \"total_amount_including_tax\": 236,\n                \"shipment_tracker\": null,\n                \"shipping_details\": null,\n                \"is_cod_order\": false,\n                \"freight_payment\": \"0\",\n                \"automate_shipment_status\": \"A\",\n                \"is_delivered\": false,\n                \"tax_info\": false,\n                \"order_status\": null,\n                \"order_sequence_name\": \"New Orders\",\n                \"slug\": \"#3027_Magento0-6639825\",\n                \"line_item_counts\": 20,\n                \"pickup_warehouse_address\": null,\n                \"currency_country\": {\n                    \"id\": 98,\n                    \"name\": \"India\",\n                    \"code\": \"IN\",\n                    \"dial_code\": \"+91\",\n                    \"currency_name\": \"Indian rupee\",\n                    \"currency_symbol\": \"Rs.\",\n                    \"currency_code\": \"INR\",\n                    \"created_at\": null,\n                    \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                    \"name_with_symbole\": \"Indian rupee - Rs.\"\n                },\n                \"shipping_service_provider\": null,\n                \"warehouse\": null,\n                \"shop\": {\n                    \"id\": 4147,\n                    \"shopify_domain\": \"violetplants.myshopify.com\",\n                    \"shopify_token\": null,\n                    \"created_at\": \"2023-07-13T10:19:49.000000Z\",\n                    \"updated_at\": \"2024-01-01T13:07:55.000000Z\",\n                    \"grandfathered\": false,\n                    \"deleted_at\": null,\n                    \"namespace\": null,\n                    \"plan_id\": 621,\n                    \"freemium\": false,\n                    \"name\": \"violetplants\",\n                    \"email\": \"violetplants123@gmail.com\",\n                    \"province\": \"WB\",\n                    \"country\": {\n                        \"id\": 98,\n                        \"name\": \"India\",\n                        \"code\": \"IN\",\n                        \"dial_code\": \"+91\",\n                        \"currency_name\": \"Indian rupee\",\n                        \"currency_symbol\": \"Rs.\",\n                        \"currency_code\": \"INR\",\n                        \"created_at\": null,\n                        \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                        \"name_with_symbole\": \"Indian rupee - Rs.\"\n                    },\n                    \"address1\": \"123 Old Court House Street Lal Dighi B.B.D. Bagh\",\n                    \"zip\": \"700001\",\n                    \"city\": \"Kolkata\",\n                    \"source\": null,\n                    \"phone\": \"12345678\",\n                    \"latitude\": \"22.5685769\",\n                    \"longitude\": \"88.3492417\",\n                    \"primary_locale\": \"en\",\n                    \"address2\": \"\",\n                    \"country_code\": \"IN\",\n                    \"country_name\": \"India\",\n                    \"currency\": \"INR\",\n                    \"customer_email\": \"violetplants123@gmail.com\",\n                    \"timezone\": \"(GMT+05:30) Asia/Kolkata\",\n                    \"iana_timezone\": \"Asia/Kolkata\",\n                    \"shop_owner\": \"Sharad Kabra\",\n                    \"money_format\": \"Rs. {{amount}}\",\n                    \"money_with_currency_format\": \"Rs. {{amount}}\",\n                    \"weight_unit\": \"gm\",\n                    \"province_code\": \"WB\",\n                    \"taxes_included\": false,\n                    \"tax_shipping\": false,\n                    \"county_taxes\": true,\n                    \"plan_display_name\": \"Basic Shopify\",\n                    \"plan_name\": \"basic\",\n                    \"has_discounts\": \"1\",\n                    \"has_gift_cards\": \"1\",\n                    \"money_in_emails_format\": \"Rs. {{amount}}\",\n                    \"money_with_currency_in_emails_format\": \"Rs. {{amount}}\",\n                    \"eligible_for_payments\": \"0\",\n                    \"requires_extra_payments_agreement\": \"0\",\n                    \"primary_location_id\": \"94960419119\",\n                    \"multi_location_enabled\": \"1\",\n                    \"channel_id\": null,\n                    \"company_id\": 212738,\n                    \"user_id\": 28343,\n                    \"verifying_plan\": 967,\n                    \"dimension_unit\": \"inch\",\n                    \"override_taxes\": false,\n                    \"provider\": \"shopify\",\n                    \"maintain_hs_information_in_shipturtle\": false,\n                    \"automatically_update_order_status_on_shopify\": true,\n                    \"charge_tax\": \"0\",\n                    \"enable_tax_on_shipping\": false,\n                    \"tax_on_shipping\": 0,\n                    \"automatically_update_product_status_on_shopify\": true,\n                    \"parent_id\": null,\n                    \"setup_pending\": false,\n                    \"product_types_sold_on_store\": \"physical_products_only\",\n                    \"carrier_service_id\": null,\n                    \"extra_info\": \"{\\\"location_sync_status\\\":[true,\\\"2023-05-29 10:50:37\\\"],\\\"product_sync_status\\\":[true,\\\"2023-05-29 10:51:10\\\"],\\\"inventory_level_sync_status\\\":[true,\\\"2023-05-29 10:51:13\\\"],\\\"order_sync_status\\\":[true,\\\"2023-05-29 10:53:11\\\"]}\",\n                    \"payment_method_settings\": {\n                        \"0\": null,\n                        \"payu_in_paisa\": \"paid\",\n                        \"cash_on_delivery\": \"paid\",\n                        \"manual\": \"paid\",\n                        \"cashfree\": \"paid\",\n                        \"Cash on Delivery (COD)\": \"cod\",\n                        \"gift_card\": \"paid\",\n                        \"paytm\": \"paid\",\n                        \"stripe\": \"paid\",\n                        \"payu_india\": \"paid\",\n                        \"razorpay_cards_upi_netbanking_wallets_\": \"paid\",\n                        \"neft\": \"paid\",\n                        \"paypal\": \"paid\",\n                        \"shopify_payments\": \"paid\",\n                        \"amazon_payments\": \"paid\",\n                        \"razorpay_all_cards_netbanking_wallets_\": \"paid\",\n                        \"Etsy\": \"paid\",\n                        \"clearpay\": \"paid\",\n                        \"Bank Deposit/Mobile Transfer\": \"paid\",\n                        \"E-Transfer\": \"paid\",\n                        \"cash\": \"cod\",\n                        \"eBay/PayPal\": \"paid\",\n                        \"amazon_marketplace\": \"paid\",\n                        \"ccavenue\": \"paid\",\n                        \"payu_in\": \"paid\",\n                        \"bogus\": \"paid\",\n                        \"\": null,\n                        \"money_order\": \"cod\",\n                        \"bank_deposit\": null\n                    },\n                    \"enable_payment_settings\": false,\n                    \"script_js_id\": \"234600726831\",\n                    \"shopify_namespace\": \"shipturtle\",\n                    \"password\": \"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\",\n                    \"password_updated_at\": \"2023-12-19\",\n                    \"domain\": null,\n                    \"shopify_freemium\": 0,\n                    \"plan_id_onetime\": null,\n                    \"shipment_movement\": \"on_shipment\",\n                    \"14_day_trial_expired\": true,\n                    \"keep_credits\": 0,\n                    \"change_base\": 1,\n                    \"shop_setup_instructions\": \"{\\\"store_type\\\":\\\"market_place\\\"}\",\n                    \"store_setup\": \"{\\\"is_setup_complete\\\":null,\\\"step\\\":\\\"1\\\"}\",\n                    \"published_and_unpublished_theme1_code\": \"{\\\"published_theme1_template\\\":{\\\"main_page_template\\\":\\\"<div id=\\\\\\\"vendor-detail-page\\\\\\\">\\\\n    <input type=\\\\\\\"hidden\\\\\\\" id=\\\\\\\"company_id\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\">\\\\n    @if ($company->banner_link)\\\\n    <section class=\\\\\\\"u-clearfix u-section-1 bck-banner-img\\\\\\\" id=\\\\\\\"sec-44b5\\\\\\\" style=\\\\\\\"background-image: url({{$company->banner_link}});\\\\\\\">\\\\n    </section>\\\\n    @endif\\\\n    <div class=\\\\\\\"u-clearfix u-sheet u-valign-middle u-sheet-1\\\\\\\" style=\\\\\\\"min-height: 250px;\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-expanded-width u-gutter-0 u-layout-wrap u-layout-wrap-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-layout\\\\\\\">\\\\n                <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n                    <div class=\\\\\\\"u-align-center u-container-style u-layout-cell u-left-cell u-size-23 u-layout-cell-1\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\" style=\\\\\\\"height:max-content; display: flex; flex-direction: column; align-items: center; padding-right: 4rem; padding-top: 1.5rem;\\\\\\\">\\\\n                            <img alt=\\\\\\\"{{$company->title}}\\\\\\\" class=\\\\\\\"u-image u-image-circle\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\" data-image-width=\\\\\\\"150\\\\\\\" data-image-height=\\\\\\\"150\\\\\\\" style=\\\\\\\"width: 80%;\\\\\\\">\\\\n                            </img>\\\\n                             <div class=\\\\\\\"social-media-links\\\\\\\">\\\\n                            @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                            <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\">\\\\n                                    <svg class=\\\\\\\"u-svg-content\\\\\\\"  x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-0214\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#3B5998\\\\\\\" d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\">\\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-3589\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#55ACEE\\\\\\\" d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\">        \\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-d986\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                        </div>\\\\n                            @if ($parentCompany->display_vendor_location)\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-1\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}\\\\n                            </p>\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                            @endif\\\\n                        </div>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n                            <h2 style=\\\\\\\"margin-bottom: 0;\\\\\\\" class=\\\\\\\"u-text\\\\\\\">{{$company->brand_name}}</h2>\\\\n                            <p class=\\\\\\\"u-text u-text-3\\\\\\\">\\\\n                                {!! $company->about_us !!}\\\\n                            </p>\\\\n                        </div>\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </div>\\\\n    \\\\n    {{-- Tabs --}}\\\\n    <section class=\\\\\\\"u-align-center u-clearfix u-section-2\\\\\\\" id=\\\\\\\"carousel_37bc\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-tab-links-align-justify u-tabs u-tabs-1\\\\\\\" id=\\\\\\\"u-tabs\\\\\\\">\\\\n                <ul class=\\\\\\\"u-tab-list u-unstyled\\\\\\\" role=\\\\\\\"tablist\\\\\\\">\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_products_tab)\\\\n                    <li class=\\\\\\\"u-tab-item\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"active u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-1\\\\\\\" id=\\\\\\\"link-tab-products\\\\\\\" href=\\\\\\\"#tab-products\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-products\\\\\\\" aria-selected=\\\\\\\"true\\\\\\\">Products</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_policy_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-2\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-2\\\\\\\" id=\\\\\\\"link-tab-policy\\\\\\\" href=\\\\\\\"#tab-policy\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-policy\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Policy</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_about_us_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-aboutus\\\\\\\" href=\\\\\\\"#tab-aboutus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-aboutus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">About Us<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_events_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\"\\\\n                             id=\\\\\\\"link-tab-events\\\\\\\" href=\\\\\\\"#tab-events\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-events\\\\\\\"\\\\n                              aria-selected=\\\\\\\"false\\\\\\\">Events<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_contact_us_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-contactus\\\\\\\" href=\\\\\\\"#tab-contactus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-contactus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Contact Us<br>\\\\n                        </a>\\\\n                    </li>\\\\n                    @endif\\\\n                </ul>\\\\n                <div class=\\\\\\\"u-tab-content\\\\\\\">\\\\n                    <div class=\\\\\\\"u-container-style u-tab-active u-tab-pane u-white u-tab-pane-1\\\\\\\" id=\\\\\\\"tab-products\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-products\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-container-style u-tab-pane u-white u-tab-pane-2\\\\\\\" id=\\\\\\\"tab-policy\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-policy\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-aboutus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-aboutus\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-events\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-events\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white u-tab-pane-5\\\\\\\" id=\\\\\\\"tab-contactus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-contactus\\\\\\\">\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </section>\\\\n</div>\\\",\\\"product_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\">\\\\n    <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n        <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.details\\\\\\\", [\\\\\\\"shopDomain\\\\\\\" => $shop->shopify_domain,\\\\n        \\\\\\\"vendorTitle\\\\\\\"=>$vendorTitle, \\\\\\\"action\\\\\\\"=>\\\\\\\"products\\\\\\\"]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" id=\\\\\\\"search_product_form\\\\\\\"\\\\n        class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\"\\\\n        source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: left;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n                <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search Product\\\\\\\" id=\\\\\\\"st_search_product\\\\\\\" name=\\\\\\\"search_product\\\\\\\"\\\\n                class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n                <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$tags}}\\\\\\\" id=\\\\\\\"st_search_product_by_tag\\\\\\\" name=\\\\\\\"search_product_by_tag\\\\\\\">\\\\n            </div>\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: right;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control u-label\\\\\\\" style=\\\\\\\"margin-left: auto;\\\\\\\">Sort By</label>\\\\n                <select name=\\\\\\\"sort_by\\\\\\\" id=\\\\\\\"st_product_list_sort_by\\\\\\\" class=\\\\\\\"filters-toolbar__input\\\\\\\" aria-describedby=\\\\\\\"a11y-refresh-page-message \\\\n                a11y-selection-message\\\\\\\" data-default-sortby=\\\\\\\"title-descending\\\\\\\">\\\\n                    <option value=\\\\\\\"title-ascending\\\\\\\" {{$orderBy == \\\\\\\"title-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, A-Z</option>\\\\n                    <option value=\\\\\\\"title-descending\\\\\\\" {{$orderBy == \\\\\\\"title-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, Z-A</option>\\\\n                    <option value=\\\\\\\"price-ascending\\\\\\\" {{$orderBy == \\\\\\\"price-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price , Low To High</option>\\\\n                    <option value=\\\\\\\"price-descending\\\\\\\" {{$orderBy == \\\\\\\"price-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price, High To Low</option>\\\\n                    <option value=\\\\\\\"best-selling\\\\\\\" {{$orderBy == \\\\\\\"best-selling\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Best Selling</option>\\\\n                    <option value=\\\\\\\"date-ascending\\\\\\\" {{$orderBy == \\\\\\\"date-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, New To Old</option>\\\\n                    <option value=\\\\\\\"date-descending\\\\\\\" {{$orderBy == \\\\\\\"date-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, Old To New</option>\\\\n                </select>\\\\n            </div>\\\\n            <div style=\\\\\\\"clear: both;\\\\\\\"></div>\\\\n        </form>\\\\n    </div>\\\\n    <div class=\\\\\\\"u-products u-products-1\\\\\\\">\\\\n        <div class=\\\\\\\"loader hide\\\\\\\"></div>\\\\n        @if ($products && sizeof($products) > 0)\\\\n        <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n            @foreach($products as $product)\\\\n                <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                    <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/products/{{$product->handle}}\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2\\\\\\\">\\\\n                            <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1\\\\\\\" \\\\n                            src=\\\\\\\"{{$product->image}}\\\\\\\">\\\\n                            @if($parentCompany->handle_out_of_stock_products == \\\\\\\"list_out_of_stock_products_with_out_of_stock_label\\\\\\\" && $product->isOutOfStock())\\\\n                                <p class=\\\\\\\"hidden-text u-out-of-stock-text\\\\\\\">OUT OF STOCK</p>\\\\n                            @endif\\\\n\\\\n                            <div class=\\\\\\\"u-product-control u-product-price u-product-price-1\\\\\\\">\\\\n                                <div class=\\\\\\\"u-price-wrapper u-spacing-10\\\\\\\">\\\\n                                    <div class=\\\\\\\"u-price u-text-palette-2-base\\\\\\\" style=\\\\\\\"font-weight: 700;\\\\\\\">\\\\n                                        <p class=\\\\\\\"u-product-title text-muted\\\\\\\" style=\\\\\\\"text-decoration: none;\\\\\\\">\\\\n                                            {{$product->title}}\\\\n                                        </p>\\\\n                                        @if($product->has_only_default_variant)\\\\n                                        {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                         $product->shop->currency}} \\\\n                                        {{$product->lowestPricedVariant->first() ? $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\"}}\\\\n                                        @else\\\\n                                        From: {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                        $product->shop->currency}} {{ $product->lowestPricedVariant->first() ?\\\\n                                        $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\" }}\\\\n                                        @endif\\\\n                                    </div>\\\\n                                </div>\\\\n                            </div>\\\\n                        </div>\\\\n                    </a>\\\\n                </div>\\\\n            @endforeach\\\\n        </div>\\\\n        <div>\\\\n            {{ $products->links() }}\\\\n        </div>\\\\n        @else\\\\n        <div style=\\\\\\\"margin: auto;\\\\\\\">\\\\n            <h3>No Products Found</h3>\\\\n        </div>\\\\n        @endif\\\\n    </div>\\\\n</div>\\\",\\\"about_us_template\\\":\\\"<div class=\\\\\\\"u-aboutus-container\\\\\\\"> <div class=\\\\\\\"u-aboutus-row\\\\\\\"> {!! $aboutus !!} </div></div>\\\",\\\"policy_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">{!! $policy !!}</div>\\\\n</div>\\\",\\\"contact_us_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-left-cell u-size-30 u-layout-cell-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-container-layout-10\\\\\\\">\\\\n                <h2 class=\\\\\\\"u-text u-text-grey-70 u-text-8\\\\\\\">Contact us</h2>\\\\n                <h6 class=\\\\\\\"u-text u-text-grey-50 u-text-9\\\\\\\">{{$company->brand_name}}</h6>\\\\n                @if ($parentCompany->display_vendor_location)\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10\\\\\\\">{{ $company->address_line_1 ? $company->address_line_1.\\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\" }} {{ $company->address_line_2 ? $company->address_line_2 : \\\\\\\"\\\\\\\" }} <br>\\\\n                    {{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}                                        \\\\n                    </p>\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                @endif\\\\n                <div class=\\\\\\\"u-social-icons u-spacing-20 u-social-icons-1\\\\\\\">\\\\n                @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-facebook u-social-icon u-icon-2\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-50ee\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-50ee\\\\\\\"><path d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-twitter u-icon-3\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-d346\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-d346\\\\\\\"><path d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-instagram u-icon-4\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-dd2a\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-dd2a\\\\\\\"><path d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path><path d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path><path d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif                \\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-30 u-layout-cell-2\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-valign-middle u-container-layout-11\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-form u-form-2\\\\\\\">\\\\n                <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.contact\\\\\\\") }}\\\\\\\" id=\\\\\\\"st_vendor_contact_form\\\\\\\" method=\\\\\\\"POST\\\\\\\" class=\\\\\\\"u-clearfix u-form-spacing-24 u-form-vertical u-inner-form\\\\\\\" style=\\\\\\\"padding: 24px;\\\\\\\" source=\\\\\\\"custom\\\\\\\" name=\\\\\\\"form\\\\\\\">\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$shop->id}}\\\\\\\" name=\\\\\\\"shop_id\\\\\\\" >\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\" name=\\\\\\\"company_id\\\\\\\" >\\\\n                    <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_name\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Name</label>\\\\n                        <input type=\\\\\\\"text\\\\\\\" placeholder=\\\\\\\"Enter your Name\\\\\\\" id=\\\\\\\"st_contact_form_name\\\\\\\" name=\\\\\\\"name\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-4\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-email u-form-group\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_email\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Email</label>\\\\n                        <input type=\\\\\\\"email\\\\\\\" placeholder=\\\\\\\"Enter a valid email address\\\\\\\" id=\\\\\\\"st_contact_form_email\\\\\\\" name=\\\\\\\"email\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-5\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-group u-form-message\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_message\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Message</label>\\\\n                        <textarea placeholder=\\\\\\\"Enter your message\\\\\\\" rows=\\\\\\\"4\\\\\\\" cols=\\\\\\\"50\\\\\\\" id=\\\\\\\"st_contact_form_message\\\\\\\" name=\\\\\\\"message\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-6\\\\\\\" required=\\\\\\\"\\\\\\\"></textarea>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-form-group u-form-submit\\\\\\\">       \\\\n                        <input type=\\\\\\\"submit\\\\\\\" value=\\\\\\\"submit\\\\\\\" class=\\\\\\\"u-form-control\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-send-message u-form-send-success\\\\\\\"> Thank you! Your message has been sent. </div>\\\\n                    <div class=\\\\\\\"u-form-send-error u-form-send-message\\\\\\\"> Unable to send your message. Please fix errors then try again. </div>\\\\n                </form>\\\\n            </div>\\\\n    </div>\\\\n        </div>\\\\n    </div>\\\\n</div>\\\"},\\\"unpublished_theme1_template\\\":{\\\"main_page_template\\\":\\\"<div id=\\\\\\\"vendor-detail-page\\\\\\\">\\\\n    <input type=\\\\\\\"hidden\\\\\\\" id=\\\\\\\"company_id\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\">\\\\n    @if ($company->banner_link)\\\\n    <section class=\\\\\\\"u-clearfix u-section-1 bck-banner-img\\\\\\\" id=\\\\\\\"sec-44b5\\\\\\\" style=\\\\\\\"background-image: url({{$company->banner_link}});\\\\\\\">\\\\n    </section>\\\\n    @endif\\\\n    <div class=\\\\\\\"u-clearfix u-sheet u-valign-middle u-sheet-1\\\\\\\" style=\\\\\\\"min-height: 250px;\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-expanded-width u-gutter-0 u-layout-wrap u-layout-wrap-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-layout\\\\\\\">\\\\n                <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n                    <div class=\\\\\\\"u-align-center u-container-style u-layout-cell u-left-cell u-size-23 u-layout-cell-1\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\" style=\\\\\\\"height:max-content; display: flex; flex-direction: column; align-items: center; padding-right: 4rem; padding-top: 1.5rem;\\\\\\\">\\\\n                            <img alt=\\\\\\\"{{$company->title}}\\\\\\\" class=\\\\\\\"u-image u-image-circle\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\" data-image-width=\\\\\\\"150\\\\\\\" data-image-height=\\\\\\\"150\\\\\\\" style=\\\\\\\"width: 80%;\\\\\\\">\\\\n                            </img>\\\\n                             <div class=\\\\\\\"social-media-links\\\\\\\">\\\\n                            @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                            <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\">\\\\n                                    <svg class=\\\\\\\"u-svg-content\\\\\\\"  x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-0214\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#3B5998\\\\\\\" d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\">\\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-3589\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#55ACEE\\\\\\\" d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\">        \\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-d986\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                        </div>\\\\n                            @if ($parentCompany->display_vendor_location)\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-1\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}\\\\n                            </p>\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                            @endif\\\\n                        </div>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n                            <h2 style=\\\\\\\"margin-bottom: 0;\\\\\\\" class=\\\\\\\"u-text\\\\\\\">{{$company->brand_name}}</h2>\\\\n                            <p class=\\\\\\\"u-text u-text-3\\\\\\\">\\\\n                                {!! $company->about_us !!}\\\\n                            </p>\\\\n                        </div>\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </div>\\\\n    \\\\n    {{-- Tabs --}}\\\\n    <section class=\\\\\\\"u-align-center u-clearfix u-section-2\\\\\\\" id=\\\\\\\"carousel_37bc\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-tab-links-align-justify u-tabs u-tabs-1\\\\\\\" id=\\\\\\\"u-tabs\\\\\\\">\\\\n                <ul class=\\\\\\\"u-tab-list u-unstyled\\\\\\\" role=\\\\\\\"tablist\\\\\\\">\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_products_tab)\\\\n                    <li class=\\\\\\\"u-tab-item\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"active u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-1\\\\\\\" id=\\\\\\\"link-tab-products\\\\\\\" href=\\\\\\\"#tab-products\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-products\\\\\\\" aria-selected=\\\\\\\"true\\\\\\\">Products</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_policy_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-2\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-2\\\\\\\" id=\\\\\\\"link-tab-policy\\\\\\\" href=\\\\\\\"#tab-policy\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-policy\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Policy</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_about_us_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-aboutus\\\\\\\" href=\\\\\\\"#tab-aboutus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-aboutus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">About Us<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_events_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\"\\\\n                             id=\\\\\\\"link-tab-events\\\\\\\" href=\\\\\\\"#tab-events\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-events\\\\\\\"\\\\n                              aria-selected=\\\\\\\"false\\\\\\\">Events<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_contact_us_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-contactus\\\\\\\" href=\\\\\\\"#tab-contactus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-contactus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Contact Us<br>\\\\n                        </a>\\\\n                    </li>\\\\n                    @endif\\\\n                </ul>\\\\n                <div class=\\\\\\\"u-tab-content\\\\\\\">\\\\n                    <div class=\\\\\\\"u-container-style u-tab-active u-tab-pane u-white u-tab-pane-1\\\\\\\" id=\\\\\\\"tab-products\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-products\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-container-style u-tab-pane u-white u-tab-pane-2\\\\\\\" id=\\\\\\\"tab-policy\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-policy\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-aboutus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-aboutus\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-events\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-events\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white u-tab-pane-5\\\\\\\" id=\\\\\\\"tab-contactus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-contactus\\\\\\\">\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </section>\\\\n</div>\\\",\\\"product_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\">\\\\n    <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n        <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.details\\\\\\\", [\\\\\\\"shopDomain\\\\\\\" => $shop->shopify_domain,\\\\n        \\\\\\\"vendorTitle\\\\\\\"=>$vendorTitle, \\\\\\\"action\\\\\\\"=>\\\\\\\"products\\\\\\\"]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" id=\\\\\\\"search_product_form\\\\\\\"\\\\n        class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\"\\\\n        source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: left;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n                <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search Product\\\\\\\" id=\\\\\\\"st_search_product\\\\\\\" name=\\\\\\\"search_product\\\\\\\"\\\\n                class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n                <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$tags}}\\\\\\\" id=\\\\\\\"st_search_product_by_tag\\\\\\\" name=\\\\\\\"search_product_by_tag\\\\\\\">\\\\n            </div>\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: right;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control u-label\\\\\\\" style=\\\\\\\"margin-left: auto;\\\\\\\">Sort By</label>\\\\n                <select name=\\\\\\\"sort_by\\\\\\\" id=\\\\\\\"st_product_list_sort_by\\\\\\\" class=\\\\\\\"filters-toolbar__input\\\\\\\" aria-describedby=\\\\\\\"a11y-refresh-page-message \\\\n                a11y-selection-message\\\\\\\" data-default-sortby=\\\\\\\"title-descending\\\\\\\">\\\\n                    <option value=\\\\\\\"title-ascending\\\\\\\" {{$orderBy == \\\\\\\"title-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, A-Z</option>\\\\n                    <option value=\\\\\\\"title-descending\\\\\\\" {{$orderBy == \\\\\\\"title-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, Z-A</option>\\\\n                    <option value=\\\\\\\"price-ascending\\\\\\\" {{$orderBy == \\\\\\\"price-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price , Low To High</option>\\\\n                    <option value=\\\\\\\"price-descending\\\\\\\" {{$orderBy == \\\\\\\"price-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price, High To Low</option>\\\\n                    <option value=\\\\\\\"best-selling\\\\\\\" {{$orderBy == \\\\\\\"best-selling\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Best Selling</option>\\\\n                    <option value=\\\\\\\"date-ascending\\\\\\\" {{$orderBy == \\\\\\\"date-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, New To Old</option>\\\\n                    <option value=\\\\\\\"date-descending\\\\\\\" {{$orderBy == \\\\\\\"date-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, Old To New</option>\\\\n                </select>\\\\n            </div>\\\\n            <div style=\\\\\\\"clear: both;\\\\\\\"></div>\\\\n        </form>\\\\n    </div>\\\\n    <div class=\\\\\\\"u-products u-products-1\\\\\\\">\\\\n        <div class=\\\\\\\"loader hide\\\\\\\"></div>\\\\n        @if ($products && sizeof($products) > 0)\\\\n        <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n            @foreach($products as $product)\\\\n                <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                    <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/products/{{$product->handle}}\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2\\\\\\\">\\\\n                            <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1\\\\\\\" \\\\n                            src=\\\\\\\"{{$product->image}}\\\\\\\">\\\\n                            @if($parentCompany->handle_out_of_stock_products == \\\\\\\"list_out_of_stock_products_with_out_of_stock_label\\\\\\\" && $product->isOutOfStock())\\\\n                                <p class=\\\\\\\"hidden-text u-out-of-stock-text\\\\\\\">OUT OF STOCK</p>\\\\n                            @endif\\\\n\\\\n                            <div class=\\\\\\\"u-product-control u-product-price u-product-price-1\\\\\\\">\\\\n                                <div class=\\\\\\\"u-price-wrapper u-spacing-10\\\\\\\">\\\\n                                    <div class=\\\\\\\"u-price u-text-palette-2-base\\\\\\\" style=\\\\\\\"font-weight: 700;\\\\\\\">\\\\n                                        <p class=\\\\\\\"u-product-title text-muted\\\\\\\" style=\\\\\\\"text-decoration: none;\\\\\\\">\\\\n                                            {{$product->title}}\\\\n                                        </p>\\\\n                                        @if($product->has_only_default_variant)\\\\n                                        {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                         $product->shop->currency}} \\\\n                                        {{$product->lowestPricedVariant->first() ? $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\"}}\\\\n                                        @else\\\\n                                        From: {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                        $product->shop->currency}} {{ $product->lowestPricedVariant->first() ?\\\\n                                        $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\" }}\\\\n                                        @endif\\\\n                                    </div>\\\\n                                </div>\\\\n                            </div>\\\\n                        </div>\\\\n                    </a>\\\\n                </div>\\\\n            @endforeach\\\\n        </div>\\\\n        <div>\\\\n            {{ $products->links() }}\\\\n        </div>\\\\n        @else\\\\n        <div style=\\\\\\\"margin: auto;\\\\\\\">\\\\n            <h3>No Products Found</h3>\\\\n        </div>\\\\n        @endif\\\\n    </div>\\\\n</div>\\\",\\\"about_us_template\\\":\\\"<div class=\\\\\\\"u-aboutus-container\\\\\\\"> <div class=\\\\\\\"u-aboutus-row\\\\\\\"> {!! $aboutus !!} </div></div>\\\",\\\"policy_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">{!! $policy !!}</div>\\\\n</div>\\\",\\\"contact_us_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-left-cell u-size-30 u-layout-cell-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-container-layout-10\\\\\\\">\\\\n                <h2 class=\\\\\\\"u-text u-text-grey-70 u-text-8\\\\\\\">Contact us</h2>\\\\n                <h6 class=\\\\\\\"u-text u-text-grey-50 u-text-9\\\\\\\">{{$company->brand_name}}</h6>\\\\n                @if ($parentCompany->display_vendor_location)\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10\\\\\\\">{{ $company->address_line_1 ? $company->address_line_1.\\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\" }} {{ $company->address_line_2 ? $company->address_line_2 : \\\\\\\"\\\\\\\" }} <br>\\\\n                    {{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}                                        \\\\n                    </p>\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                @endif\\\\n                <div class=\\\\\\\"u-social-icons u-spacing-20 u-social-icons-1\\\\\\\">\\\\n                @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-facebook u-social-icon u-icon-2\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-50ee\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-50ee\\\\\\\"><path d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-twitter u-icon-3\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-d346\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-d346\\\\\\\"><path d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-instagram u-icon-4\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-dd2a\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-dd2a\\\\\\\"><path d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path><path d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path><path d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif                \\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-30 u-layout-cell-2\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-valign-middle u-container-layout-11\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-form u-form-2\\\\\\\">\\\\n                <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.contact\\\\\\\") }}\\\\\\\" id=\\\\\\\"st_vendor_contact_form\\\\\\\" method=\\\\\\\"POST\\\\\\\" class=\\\\\\\"u-clearfix u-form-spacing-24 u-form-vertical u-inner-form\\\\\\\" style=\\\\\\\"padding: 24px;\\\\\\\" source=\\\\\\\"custom\\\\\\\" name=\\\\\\\"form\\\\\\\">\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$shop->id}}\\\\\\\" name=\\\\\\\"shop_id\\\\\\\" >\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\" name=\\\\\\\"company_id\\\\\\\" >\\\\n                    <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_name\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Name</label>\\\\n                        <input type=\\\\\\\"text\\\\\\\" placeholder=\\\\\\\"Enter your Name\\\\\\\" id=\\\\\\\"st_contact_form_name\\\\\\\" name=\\\\\\\"name\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-4\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-email u-form-group\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_email\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Email</label>\\\\n                        <input type=\\\\\\\"email\\\\\\\" placeholder=\\\\\\\"Enter a valid email address\\\\\\\" id=\\\\\\\"st_contact_form_email\\\\\\\" name=\\\\\\\"email\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-5\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-group u-form-message\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_message\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Message</label>\\\\n                        <textarea placeholder=\\\\\\\"Enter your message\\\\\\\" rows=\\\\\\\"4\\\\\\\" cols=\\\\\\\"50\\\\\\\" id=\\\\\\\"st_contact_form_message\\\\\\\" name=\\\\\\\"message\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-6\\\\\\\" required=\\\\\\\"\\\\\\\"></textarea>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-form-group u-form-submit\\\\\\\">       \\\\n                        <input type=\\\\\\\"submit\\\\\\\" value=\\\\\\\"submit\\\\\\\" class=\\\\\\\"u-form-control\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-send-message u-form-send-success\\\\\\\"> Thank you! Your message has been sent. </div>\\\\n                    <div class=\\\\\\\"u-form-send-error u-form-send-message\\\\\\\"> Unable to send your message. Please fix errors then try again. </div>\\\\n                </form>\\\\n            </div>\\\\n    </div>\\\\n        </div>\\\\n    </div>\\\\n</div>\\\"},\\\"published_theme1_css\\\":null,\\\"unpublished_theme1_css\\\":null,\\\"published_vendor_list_template\\\":\\\"<div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2 u-section-2\\\\\\\">\\\\n    <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n      <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n        <h1 class=\\\\\\\"u-text u-text-default u-text-1\\\\\\\">{{$parentCompany->name_of_the_vendor_listing_page}}</h1>\\\\n        <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n          <form id=\\\\\\\"vendor_search_form\\\\\\\" action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.list\\\\\\\", [\\\\\\\"shop\\\\\\\" => $shop->shopify_domain]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\" source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n              <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n              <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search\\\\\\\" id=\\\\\\\"search_vendor\\\\\\\" name=\\\\\\\"search_vendor\\\\\\\" class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n            </div>\\\\n          </form>\\\\n        </div>\\\\n        <div class=\\\\\\\"loader\\\\\\\" ></div>\\\\n        <div class=\\\\\\\"u-container-layout-2 u-container-layout-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-products u-products-1\\\\\\\">                \\\\n                <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n                    @foreach($companies as $company)\\\\n                      <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2 container\\\\\\\">\\\\n                                  <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1 image-hover\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\">\\\\n                                  <h1 class=\\\\\\\"u-align-center u-product-control u-text u-text-1\\\\\\\">\\\\n                                      <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                                          {{$company->title}}\\\\n                                      </a>\\\\n                                      @if ($parentCompany->display_vendor_category && $company->vendor_category != \\\\\\\"\\\\\\\")\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->vendor_category}} </p>\\\\n                                      @endif\\\\n                                      @if ($parentCompany->display_vendor_location)\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}</p>\\\\n                                      @endif\\\\n                                  </h1>\\\\n                              </div>\\\\n                          </a>\\\\n                          @if ($parentCompany->display_vendor_short_description)\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"st-middle\\\\\\\">\\\\n                                  <div class=\\\\\\\"short-description st-white-text-overlay\\\\\\\" style=\\\\\\\"height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.4);\\\\\\\">\\\\n                                      {!! $company->short_description !!}\\\\n                                  </div>\\\\n                              </div>\\\\n                          </a>\\\\n                          @endif\\\\n                      </div>\\\\n                    @endforeach\\\\n                </div>\\\\n                <div>\\\\n                  {{ $companies->links() }}\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n      </div>\\\\n    </div>\\\\n  </div>\\\",\\\"unpublished_vendor_list_template\\\":\\\"<div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2 u-section-2\\\\\\\">\\\\n    <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n      <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n        <h1 class=\\\\\\\"u-text u-text-default u-text-1\\\\\\\">{{$parentCompany->name_of_the_vendor_listing_page}}</h1>\\\\n        <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n          <form id=\\\\\\\"vendor_search_form\\\\\\\" action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.list\\\\\\\", [\\\\\\\"shop\\\\\\\" => $shop->shopify_domain]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\" source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n              <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n              <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search\\\\\\\" id=\\\\\\\"search_vendor\\\\\\\" name=\\\\\\\"search_vendor\\\\\\\" class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n            </div>\\\\n          </form>\\\\n        </div>\\\\n        <div class=\\\\\\\"loader\\\\\\\" ></div>\\\\n        <div class=\\\\\\\"u-container-layout-2 u-container-layout-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-products u-products-1\\\\\\\">                \\\\n                <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n                    @foreach($companies as $company)\\\\n                      <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2 container\\\\\\\">\\\\n                                  <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1 image-hover\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\">\\\\n                                  <h1 class=\\\\\\\"u-align-center u-product-control u-text u-text-1\\\\\\\">\\\\n                                      <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                                          {{$company->title}}\\\\n                                      </a>\\\\n                                      @if ($parentCompany->display_vendor_category && $company->vendor_category != \\\\\\\"\\\\\\\")\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->vendor_category}} </p>\\\\n                                      @endif\\\\n                                      @if ($parentCompany->display_vendor_location)\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}</p>\\\\n                                      @endif\\\\n                                  </h1>\\\\n                              </div>\\\\n                          </a>\\\\n                          @if ($parentCompany->display_vendor_short_description)\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"st-middle\\\\\\\">\\\\n                                  <div class=\\\\\\\"short-description st-white-text-overlay\\\\\\\" style=\\\\\\\"height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.4);\\\\\\\">\\\\n                                      {!! $company->short_description !!}\\\\n                                  </div>\\\\n                              </div>\\\\n                          </a>\\\\n                          @endif\\\\n                      </div>\\\\n                    @endforeach\\\\n                </div>\\\\n                <div>\\\\n                  {{ $companies->links() }}\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n      </div>\\\\n    </div>\\\\n  </div>\\\",\\\"publish_pending\\\":false}\",\n                    \"published_and_unpublished_theme1_code_last_version\": \"{\\\"published_theme1_css\\\":null,\\\"published_theme1_template\\\":{\\\"main_page_template\\\":\\\"<div id=\\\\\\\"vendor-detail-page\\\\\\\">\\\\n    <input type=\\\\\\\"hidden\\\\\\\" id=\\\\\\\"company_id\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\">\\\\n    @if ($company->banner_link)\\\\n    <section class=\\\\\\\"u-clearfix u-section-1 bck-banner-img\\\\\\\" id=\\\\\\\"sec-44b5\\\\\\\" style=\\\\\\\"background-image: url({{$company->banner_link}});\\\\\\\">\\\\n    </section>\\\\n    @endif\\\\n    <div class=\\\\\\\"u-clearfix u-sheet u-valign-middle u-sheet-1\\\\\\\" style=\\\\\\\"min-height: 250px;\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-expanded-width u-gutter-0 u-layout-wrap u-layout-wrap-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-layout\\\\\\\">\\\\n                <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n                    <div class=\\\\\\\"u-align-center u-container-style u-layout-cell u-left-cell u-size-23 u-layout-cell-1\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\" style=\\\\\\\"height:max-content; display: flex; flex-direction: column; align-items: center; padding-right: 4rem; padding-top: 1.5rem;\\\\\\\">\\\\n                            <img alt=\\\\\\\"{{$company->title}}\\\\\\\" class=\\\\\\\"u-image u-image-circle\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\" data-image-width=\\\\\\\"150\\\\\\\" data-image-height=\\\\\\\"150\\\\\\\" style=\\\\\\\"width: 80%;\\\\\\\">\\\\n                            </img>\\\\n                             <div class=\\\\\\\"social-media-links\\\\\\\">\\\\n                            @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                            <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\">\\\\n                                    <svg class=\\\\\\\"u-svg-content\\\\\\\"  x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-0214\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#3B5998\\\\\\\" d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\">\\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-3589\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#55ACEE\\\\\\\" d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\">        \\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-d986\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                        </div>\\\\n                            @if ($parentCompany->display_vendor_location)\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-1\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}\\\\n                            </p>\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                            @endif\\\\n                        </div>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n                            <h2 style=\\\\\\\"margin-bottom: 0;\\\\\\\" class=\\\\\\\"u-text\\\\\\\">{{$company->brand_name}}</h2>\\\\n                            <p class=\\\\\\\"u-text u-text-3\\\\\\\">\\\\n                                {!! $company->about_us !!}\\\\n                            </p>\\\\n                        </div>\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </div>\\\\n    \\\\n    {{-- Tabs --}}\\\\n    <section class=\\\\\\\"u-align-center u-clearfix u-section-2\\\\\\\" id=\\\\\\\"carousel_37bc\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-tab-links-align-justify u-tabs u-tabs-1\\\\\\\" id=\\\\\\\"u-tabs\\\\\\\">\\\\n                <ul class=\\\\\\\"u-tab-list u-unstyled\\\\\\\" role=\\\\\\\"tablist\\\\\\\">\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_products_tab)\\\\n                    <li class=\\\\\\\"u-tab-item\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"active u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-1\\\\\\\" id=\\\\\\\"link-tab-products\\\\\\\" href=\\\\\\\"#tab-products\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-products\\\\\\\" aria-selected=\\\\\\\"true\\\\\\\">Products</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_policy_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-2\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-2\\\\\\\" id=\\\\\\\"link-tab-policy\\\\\\\" href=\\\\\\\"#tab-policy\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-policy\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Policy</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_about_us_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-aboutus\\\\\\\" href=\\\\\\\"#tab-aboutus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-aboutus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">About Us<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_events_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\"\\\\n                             id=\\\\\\\"link-tab-events\\\\\\\" href=\\\\\\\"#tab-events\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-events\\\\\\\"\\\\n                              aria-selected=\\\\\\\"false\\\\\\\">Events<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_contact_us_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-contactus\\\\\\\" href=\\\\\\\"#tab-contactus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-contactus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Contact Us<br>\\\\n                        </a>\\\\n                    </li>\\\\n                    @endif\\\\n                </ul>\\\\n                <div class=\\\\\\\"u-tab-content\\\\\\\">\\\\n                    <div class=\\\\\\\"u-container-style u-tab-active u-tab-pane u-white u-tab-pane-1\\\\\\\" id=\\\\\\\"tab-products\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-products\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-container-style u-tab-pane u-white u-tab-pane-2\\\\\\\" id=\\\\\\\"tab-policy\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-policy\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-aboutus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-aboutus\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-events\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-events\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white u-tab-pane-5\\\\\\\" id=\\\\\\\"tab-contactus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-contactus\\\\\\\">\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </section>\\\\n</div>\\\",\\\"product_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\">\\\\n    <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n        <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.details\\\\\\\", [\\\\\\\"shopDomain\\\\\\\" => $shop->shopify_domain,\\\\n        \\\\\\\"vendorTitle\\\\\\\"=>$vendorTitle, \\\\\\\"action\\\\\\\"=>\\\\\\\"products\\\\\\\"]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" id=\\\\\\\"search_product_form\\\\\\\"\\\\n        class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\"\\\\n        source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: left;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n                <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search Product\\\\\\\" id=\\\\\\\"st_search_product\\\\\\\" name=\\\\\\\"search_product\\\\\\\"\\\\n                class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n                <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$tags}}\\\\\\\" id=\\\\\\\"st_search_product_by_tag\\\\\\\" name=\\\\\\\"search_product_by_tag\\\\\\\">\\\\n            </div>\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: right;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control u-label\\\\\\\" style=\\\\\\\"margin-left: auto;\\\\\\\">Sort By</label>\\\\n                <select name=\\\\\\\"sort_by\\\\\\\" id=\\\\\\\"st_product_list_sort_by\\\\\\\" class=\\\\\\\"filters-toolbar__input\\\\\\\" aria-describedby=\\\\\\\"a11y-refresh-page-message \\\\n                a11y-selection-message\\\\\\\" data-default-sortby=\\\\\\\"title-descending\\\\\\\">\\\\n                    <option value=\\\\\\\"title-ascending\\\\\\\" {{$orderBy == \\\\\\\"title-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, A-Z</option>\\\\n                    <option value=\\\\\\\"title-descending\\\\\\\" {{$orderBy == \\\\\\\"title-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, Z-A</option>\\\\n                    <option value=\\\\\\\"price-ascending\\\\\\\" {{$orderBy == \\\\\\\"price-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price , Low To High</option>\\\\n                    <option value=\\\\\\\"price-descending\\\\\\\" {{$orderBy == \\\\\\\"price-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price, High To Low</option>\\\\n                    <option value=\\\\\\\"best-selling\\\\\\\" {{$orderBy == \\\\\\\"best-selling\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Best Selling</option>\\\\n                    <option value=\\\\\\\"date-ascending\\\\\\\" {{$orderBy == \\\\\\\"date-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, New To Old</option>\\\\n                    <option value=\\\\\\\"date-descending\\\\\\\" {{$orderBy == \\\\\\\"date-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, Old To New</option>\\\\n                </select>\\\\n            </div>\\\\n            <div style=\\\\\\\"clear: both;\\\\\\\"></div>\\\\n        </form>\\\\n    </div>\\\\n    <div class=\\\\\\\"u-products u-products-1\\\\\\\">\\\\n        <div class=\\\\\\\"loader hide\\\\\\\"></div>\\\\n        @if ($products && sizeof($products) > 0)\\\\n        <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n            @foreach($products as $product)\\\\n                <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                    <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/products/{{$product->handle}}\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2\\\\\\\">\\\\n                            <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1\\\\\\\" \\\\n                            src=\\\\\\\"{{$product->image}}\\\\\\\">\\\\n                            @if($parentCompany->handle_out_of_stock_products == \\\\\\\"list_out_of_stock_products_with_out_of_stock_label\\\\\\\" && $product->isOutOfStock())\\\\n                                <p class=\\\\\\\"hidden-text u-out-of-stock-text\\\\\\\">OUT OF STOCK</p>\\\\n                            @endif\\\\n\\\\n                            <div class=\\\\\\\"u-product-control u-product-price u-product-price-1\\\\\\\">\\\\n                                <div class=\\\\\\\"u-price-wrapper u-spacing-10\\\\\\\">\\\\n                                    <div class=\\\\\\\"u-price u-text-palette-2-base\\\\\\\" style=\\\\\\\"font-weight: 700;\\\\\\\">\\\\n                                        <p class=\\\\\\\"u-product-title text-muted\\\\\\\" style=\\\\\\\"text-decoration: none;\\\\\\\">\\\\n                                            {{$product->title}}\\\\n                                        </p>\\\\n                                        @if($product->has_only_default_variant)\\\\n                                        {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                         $product->shop->currency}} \\\\n                                        {{$product->lowestPricedVariant->first() ? $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\"}}\\\\n                                        @else\\\\n                                        From: {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                        $product->shop->currency}} {{ $product->lowestPricedVariant->first() ?\\\\n                                        $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\" }}\\\\n                                        @endif\\\\n                                    </div>\\\\n                                </div>\\\\n                            </div>\\\\n                        </div>\\\\n                    </a>\\\\n                </div>\\\\n            @endforeach\\\\n        </div>\\\\n        <div>\\\\n            {{ $products->links() }}\\\\n        </div>\\\\n        @else\\\\n        <div style=\\\\\\\"margin: auto;\\\\\\\">\\\\n            <h3>No Products Found</h3>\\\\n        </div>\\\\n        @endif\\\\n    </div>\\\\n</div>\\\",\\\"about_us_template\\\":\\\"<div class=\\\\\\\"u-aboutus-container\\\\\\\"> <div class=\\\\\\\"u-aboutus-row\\\\\\\"> {!! $aboutus !!} </div></div>\\\",\\\"policy_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">{!! $policy !!}</div>\\\\n</div>\\\",\\\"contact_us_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-left-cell u-size-30 u-layout-cell-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-container-layout-10\\\\\\\">\\\\n                <h2 class=\\\\\\\"u-text u-text-grey-70 u-text-8\\\\\\\">Contact us</h2>\\\\n                <h6 class=\\\\\\\"u-text u-text-grey-50 u-text-9\\\\\\\">{{$company->brand_name}}</h6>\\\\n                @if ($parentCompany->display_vendor_location)\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10\\\\\\\">{{ $company->address_line_1 ? $company->address_line_1.\\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\" }} {{ $company->address_line_2 ? $company->address_line_2 : \\\\\\\"\\\\\\\" }} <br>\\\\n                    {{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}                                        \\\\n                    </p>\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                @endif\\\\n                <div class=\\\\\\\"u-social-icons u-spacing-20 u-social-icons-1\\\\\\\">\\\\n                @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-facebook u-social-icon u-icon-2\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-50ee\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-50ee\\\\\\\"><path d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-twitter u-icon-3\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-d346\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-d346\\\\\\\"><path d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-instagram u-icon-4\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-dd2a\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-dd2a\\\\\\\"><path d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path><path d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path><path d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif                \\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-30 u-layout-cell-2\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-valign-middle u-container-layout-11\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-form u-form-2\\\\\\\">\\\\n                <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.contact\\\\\\\") }}\\\\\\\" id=\\\\\\\"st_vendor_contact_form\\\\\\\" method=\\\\\\\"POST\\\\\\\" class=\\\\\\\"u-clearfix u-form-spacing-24 u-form-vertical u-inner-form\\\\\\\" style=\\\\\\\"padding: 24px;\\\\\\\" source=\\\\\\\"custom\\\\\\\" name=\\\\\\\"form\\\\\\\">\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$shop->id}}\\\\\\\" name=\\\\\\\"shop_id\\\\\\\" >\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\" name=\\\\\\\"company_id\\\\\\\" >\\\\n                    <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_name\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Name</label>\\\\n                        <input type=\\\\\\\"text\\\\\\\" placeholder=\\\\\\\"Enter your Name\\\\\\\" id=\\\\\\\"st_contact_form_name\\\\\\\" name=\\\\\\\"name\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-4\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-email u-form-group\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_email\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Email</label>\\\\n                        <input type=\\\\\\\"email\\\\\\\" placeholder=\\\\\\\"Enter a valid email address\\\\\\\" id=\\\\\\\"st_contact_form_email\\\\\\\" name=\\\\\\\"email\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-5\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-group u-form-message\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_message\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Message</label>\\\\n                        <textarea placeholder=\\\\\\\"Enter your message\\\\\\\" rows=\\\\\\\"4\\\\\\\" cols=\\\\\\\"50\\\\\\\" id=\\\\\\\"st_contact_form_message\\\\\\\" name=\\\\\\\"message\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-6\\\\\\\" required=\\\\\\\"\\\\\\\"></textarea>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-form-group u-form-submit\\\\\\\">       \\\\n                        <input type=\\\\\\\"submit\\\\\\\" value=\\\\\\\"submit\\\\\\\" class=\\\\\\\"u-form-control\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-send-message u-form-send-success\\\\\\\"> Thank you! Your message has been sent. </div>\\\\n                    <div class=\\\\\\\"u-form-send-error u-form-send-message\\\\\\\"> Unable to send your message. Please fix errors then try again. </div>\\\\n                </form>\\\\n            </div>\\\\n    </div>\\\\n        </div>\\\\n    </div>\\\\n</div>\\\"},\\\"published_vendor_list_template\\\":\\\"<div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2 u-section-2\\\\\\\">\\\\n    <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n      <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n        <h1 class=\\\\\\\"u-text u-text-default u-text-1\\\\\\\">{{$parentCompany->name_of_the_vendor_listing_page}}</h1>\\\\n        <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n          <form id=\\\\\\\"vendor_search_form\\\\\\\" action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.list\\\\\\\", [\\\\\\\"shop\\\\\\\" => $shop->shopify_domain]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\" source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n              <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n              <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search\\\\\\\" id=\\\\\\\"search_vendor\\\\\\\" name=\\\\\\\"search_vendor\\\\\\\" class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n            </div>\\\\n          </form>\\\\n        </div>\\\\n        <div class=\\\\\\\"loader\\\\\\\" ></div>\\\\n        <div class=\\\\\\\"u-container-layout-2 u-container-layout-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-products u-products-1\\\\\\\">                \\\\n                <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n                    @foreach($companies as $company)\\\\n                      <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2 container\\\\\\\">\\\\n                                  <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1 image-hover\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\">\\\\n                                  <h1 class=\\\\\\\"u-align-center u-product-control u-text u-text-1\\\\\\\">\\\\n                                      <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                                          {{$company->title}}\\\\n                                      </a>\\\\n                                      @if ($parentCompany->display_vendor_category && $company->vendor_category != \\\\\\\"\\\\\\\")\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->vendor_category}} </p>\\\\n                                      @endif\\\\n                                      @if ($parentCompany->display_vendor_location)\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}</p>\\\\n                                      @endif\\\\n                                  </h1>\\\\n                              </div>\\\\n                          </a>\\\\n                          @if ($parentCompany->display_vendor_short_description)\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"st-middle\\\\\\\">\\\\n                                  <div class=\\\\\\\"short-description st-white-text-overlay\\\\\\\" style=\\\\\\\"height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.4);\\\\\\\">\\\\n                                      {!! $company->short_description !!}\\\\n                                  </div>\\\\n                              </div>\\\\n                          </a>\\\\n                          @endif\\\\n                      </div>\\\\n                    @endforeach\\\\n                </div>\\\\n                <div>\\\\n                  {{ $companies->links() }}\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n      </div>\\\\n    </div>\\\\n  </div>\\\"}\",\n                    \"left_days_14_day_trial\": null,\n                    \"currency_country\": {\n                        \"id\": 98,\n                        \"name\": \"India\",\n                        \"code\": \"IN\",\n                        \"dial_code\": \"+91\",\n                        \"currency_name\": \"Indian rupee\",\n                        \"currency_symbol\": \"Rs.\",\n                        \"currency_code\": \"INR\",\n                        \"created_at\": null,\n                        \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                        \"name_with_symbole\": \"Indian rupee - Rs.\"\n                    }\n                }\n            },\n            \"vendor_line_item\": {\n                \"total_discount\": 0,\n                \"order_discount\": 0,\n                \"sku\": \"All Field Test product22-red-extra large\",\n                \"quantity\": 1,\n                \"price\": 10,\n                \"title\": \"All Field Test product22\",\n                \"id\": 9351895,\n                \"product_id\": 9599632802095,\n                \"variant_id\": 22494318,\n                \"company_id\": 234956,\n                \"shipping_price\": \"0\",\n                \"total_value_including_tax\": 0,\n                \"taxable_price\": 0,\n                \"line_item_tax\": 0,\n                \"sku_barcode\": \"All Field Test product22-red-extra large</br>\",\n                \"shop\": null,\n                \"variant\": {\n                    \"id\": 22494318,\n                    \"title\": \"red / extra large\",\n                    \"price\": \"10.00\",\n                    \"sku\": \"All Field Test product22-red-extra large\",\n                    \"position\": 16,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": \"10.00\",\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"red\",\n                    \"option2\": \"extra large\",\n                    \"option3\": null,\n                    \"barcode\": \"\",\n                    \"grams\": \"0\",\n                    \"image_id\": null,\n                    \"weight\": \"0\",\n                    \"inventory_item_id\": \"50408304673071\",\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/48363850268975\",\n                    \"created_at\": \"2024-01-01T08:54:07.000000Z\",\n                    \"updated_at\": \"2024-01-01T08:57:42.000000Z\",\n                    \"deleted_at\": null,\n                    \"product_id\": 8106189,\n                    \"taxable\": true,\n                    \"requires_shipping\": null,\n                    \"weight_unit\": \"kg\",\n                    \"inventory_quantity\": \"9\",\n                    \"old_inventory_quantity\": null,\n                    \"product_purchase_cost\": \"0\",\n                    \"actual_product_weight\": \"0\",\n                    \"vendor_id\": null,\n                    \"provider\": null,\n                    \"company_id\": 234956,\n                    \"hsn_sku_id\": null,\n                    \"channel_id\": \"48363850268975\",\n                    \"channel\": \"shopify\",\n                    \"store_id\": null,\n                    \"image\": null,\n                    \"channel_variant_id\": \"22628291\",\n                    \"extra_information\": null,\n                    \"deactivated_at\": true,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"shop_id\": 4147,\n                    \"tax_id\": null,\n                    \"body_html\": \"\",\n                    \"commission\": null,\n                    \"fixed_commission\": 0,\n                    \"override_commission\": false,\n                    \"parent_id\": 212738,\n                    \"product_code_name\": \"All Field Test product22-red-extra large</br>All Field Test product22</br>red,extra large\",\n                    \"product_variant_title\": \"All Field Test product22 - red / extra large\",\n                    \"product_type\": \"configurable\",\n                    \"product_type_id\": 133935,\n                    \"file_id\": null,\n                    \"option_name_1\": null,\n                    \"option_name_2\": null,\n                    \"option_name_3\": null,\n                    \"delivery_profile_id\": null,\n                    \"delivery_profile_provider_id\": null,\n                    \"vendor_shop_variant_id\": null,\n                    \"shopify_meta_data\": null,\n                    \"new_variant_sent\": 0,\n                    \"image_link\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-13_2.jpg?v=1704099244\",\n                    \"overridden_commission_level\": \"global\",\n                    \"overridden_commission\": \"15\",\n                    \"overridden_fixed_commission\": 10,\n                    \"file_history\": null,\n                    \"product\": {\n                        \"id\": 8106189,\n                        \"title\": \"All Field Test product22\",\n                        \"body_html\": \"\",\n                        \"vendor\": \"Magento0\",\n                        \"product_type\": {\n                            \"id\": 133935,\n                            \"channel\": \"shopify\",\n                            \"shop_id\": 4147,\n                            \"title\": \"configurable\",\n                            \"commission\": null,\n                            \"created_at\": \"2023-09-30T12:15:45.000000Z\",\n                            \"updated_at\": \"2023-09-30T12:15:45.000000Z\",\n                            \"fixed_commission\": 0,\n                            \"override_commission\": false,\n                            \"overridden_commission_level\": \"global\",\n                            \"overridden_commission\": \"15\",\n                            \"overridden_fixed_commission\": 10,\n                            \"global_commission_level\": \"global\",\n                            \"global_commission\": \"15\",\n                            \"global_fixed_commission\": 10\n                        },\n                        \"handle\": \"all-field-test-product22\",\n                        \"published_at\": \"2024-01-01 14:24:00\",\n                        \"template_suffix\": null,\n                        \"tags\": \"All Field Test product22\",\n                        \"published_scope\": null,\n                        \"admin_graphql_api_id\": \"gid://shopify/Product/9599632802095\",\n                        \"image\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-13_2.jpg?v=1704099244\",\n                        \"created_at\": \"2024-01-01T08:54:06.000000Z\",\n                        \"updated_at\": \"2024-01-01T09:00:21.000000Z\",\n                        \"deleted_at\": null,\n                        \"vendor_id\": 234956,\n                        \"provider\": null,\n                        \"company_id\": 234956,\n                        \"channel_id\": \"9599632802095\",\n                        \"store_id\": null,\n                        \"product_image_link\": null,\n                        \"channel_product_id\": 8099317,\n                        \"channel\": \"shopify\",\n                        \"sku\": null,\n                        \"shop_id\": 4147,\n                        \"tax_id\": null,\n                        \"product_type_id\": 133935,\n                        \"parent_id\": 212738,\n                        \"images\": [\n                            {\n                                \"id\": 44020661911855,\n                                \"alt\": null,\n                                \"src\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-13_2.jpg?v=1704099244\",\n                                \"width\": 1080,\n                                \"height\": 1080,\n                                \"position\": 1,\n                                \"created_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"product_id\": 9599632802095,\n                                \"updated_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"variant_ids\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/ProductImage/44020661911855\"\n                            },\n                            {\n                                \"id\": 44020661813551,\n                                \"alt\": null,\n                                \"src\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-12_5.jpg?v=1704099244\",\n                                \"width\": 1080,\n                                \"height\": 1080,\n                                \"position\": 2,\n                                \"created_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"product_id\": 9599632802095,\n                                \"updated_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"variant_ids\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/ProductImage/44020661813551\"\n                            },\n                            {\n                                \"id\": 44020661780783,\n                                \"alt\": null,\n                                \"src\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-11_5.jpg?v=1704099244\",\n                                \"width\": 1080,\n                                \"height\": 1080,\n                                \"position\": 3,\n                                \"created_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"product_id\": 9599632802095,\n                                \"updated_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"variant_ids\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/ProductImage/44020661780783\"\n                            },\n                            {\n                                \"id\": 44020661879087,\n                                \"alt\": null,\n                                \"src\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-10_f52a5a92-c15d-4445-a981-bd2251def6fa.jpg?v=1704099244\",\n                                \"width\": 1080,\n                                \"height\": 1080,\n                                \"position\": 4,\n                                \"created_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"product_id\": 9599632802095,\n                                \"updated_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"variant_ids\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/ProductImage/44020661879087\"\n                            },\n                            {\n                                \"id\": 44020661944623,\n                                \"alt\": null,\n                                \"src\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-9_c2a0ba5a-46c8-462e-bad6-b4bcfea883bb.jpg?v=1704099245\",\n                                \"width\": 1080,\n                                \"height\": 1080,\n                                \"position\": 5,\n                                \"created_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"product_id\": 9599632802095,\n                                \"updated_at\": \"2024-01-01T14:24:05+05:30\",\n                                \"variant_ids\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/ProductImage/44020661944623\"\n                            },\n                            {\n                                \"id\": 44020661977391,\n                                \"alt\": null,\n                                \"src\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-8_6729f903-3847-47b2-82f8-07bf9ea60c54.jpg?v=1704099245\",\n                                \"width\": 1080,\n                                \"height\": 1080,\n                                \"position\": 6,\n                                \"created_at\": \"2024-01-01T14:24:05+05:30\",\n                                \"product_id\": 9599632802095,\n                                \"updated_at\": \"2024-01-01T14:24:05+05:30\",\n                                \"variant_ids\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/ProductImage/44020661977391\"\n                            },\n                            {\n                                \"id\": 44020661846319,\n                                \"alt\": null,\n                                \"src\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-7_36b61da0-7175-4670-b1ac-69207b43a9cd.jpg?v=1704099245\",\n                                \"width\": 1080,\n                                \"height\": 1080,\n                                \"position\": 7,\n                                \"created_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"product_id\": 9599632802095,\n                                \"updated_at\": \"2024-01-01T14:24:05+05:30\",\n                                \"variant_ids\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/ProductImage/44020661846319\"\n                            }\n                        ],\n                        \"options\": [\n                            {\n                                \"id\": 11918634680623,\n                                \"name\": \"Color\",\n                                \"values\": [\n                                    \"black\",\n                                    \"new color\",\n                                    \"green\",\n                                    \"red\",\n                                    \"white\"\n                                ],\n                                \"position\": 1,\n                                \"product_id\": 9599632802095\n                            },\n                            {\n                                \"id\": 11918634713391,\n                                \"name\": \"size\",\n                                \"values\": [\n                                    \"medium\",\n                                    \"large\",\n                                    \"small\",\n                                    \"extra large\"\n                                ],\n                                \"position\": 2,\n                                \"product_id\": 9599632802095\n                            }\n                        ],\n                        \"has_only_default_variant\": false,\n                        \"meta_data\": {\n                            \"badge\": {\n                                \"id\": \"gid://shopify/Metafield/32974825423151\",\n                                \"key\": \"badge\",\n                                \"value\": null,\n                                \"name_slug\": \"badge\",\n                                \"namespace\": \"judgeme\"\n                            },\n                            \"widget\": {\n                                \"id\": \"gid://shopify/Metafield/32974825455919\",\n                                \"key\": \"widget\",\n                                \"value\": null,\n                                \"name_slug\": \"widget\",\n                                \"namespace\": \"judgeme\"\n                            }\n                        },\n                        \"status\": \"active\",\n                        \"vendor_shop_product_id\": null,\n                        \"shopify_meta_data\": null,\n                        \"image_link\": null,\n                        \"images_link\": null,\n                        \"uploaded_images\": [],\n                        \"media\": []\n                    },\n                    \"company\": {\n                        \"id\": 234956,\n                        \"company_name\": null,\n                        \"brand_name\": \"Magento0\",\n                        \"company_logo\": null,\n                        \"contact_name\": null,\n                        \"phone_number\": null,\n                        \"email\": null,\n                        \"address_line_1\": null,\n                        \"address_line_2\": null,\n                        \"pin_code\": null,\n                        \"city\": null,\n                        \"created_at\": \"2023-12-27T11:06:45.000000Z\",\n                        \"updated_at\": \"2024-01-01T08:32:49.000000Z\",\n                        \"state_id\": null,\n                        \"gstin_number\": null,\n                        \"invoice_prefix\": null,\n                        \"starting_invoice_number\": null,\n                        \"terms_and_conditions\": null,\n                        \"bank_account_beneficiary_name\": null,\n                        \"bank_account_name\": null,\n                        \"ifsc_code\": null,\n                        \"label_company_name\": null,\n                        \"label_contact_name\": null,\n                        \"label_phone\": null,\n                        \"label_email_address\": null,\n                        \"label_address_line_1\": null,\n                        \"label_address_line_2\": null,\n                        \"label_pin_code\": null,\n                        \"label_city\": null,\n                        \"label_state\": null,\n                        \"signature\": null,\n                        \"currency\": null,\n                        \"weight\": null,\n                        \"measurement\": null,\n                        \"gst_enabled\": false,\n                        \"override_channel_product_weight_enabled\": false,\n                        \"label_details_same_as_company\": true,\n                        \"multi_vendor_invoicing_enabled\": true,\n                        \"multi_vendor_shipping_enabled\": true,\n                        \"is_master\": null,\n                        \"invoice_number_same_as_order_number\": true,\n                        \"enable_disable_cod_reconciliation\": false,\n                        \"enable_disable_freight_reconciliation\": false,\n                        \"cod_tolerance\": null,\n                        \"freight_tolerance\": null,\n                        \"is_multi_vendor_enabled\": true,\n                        \"invoice_message\": null,\n                        \"inclusive_exclusive\": null,\n                        \"is_tax_on_shipping\": \"no\",\n                        \"tax_on_shipping\": null,\n                        \"primary_color\": \"#f18024\",\n                        \"secondary_color\": null,\n                        \"display_hsn\": true,\n                        \"website\": null,\n                        \"country\": null,\n                        \"type_of_vendor\": \"dropshipper\",\n                        \"invoice_message_2\": null,\n                        \"title\": \"Magento0\",\n                        \"parent_id\": 212738,\n                        \"extra_information\": null,\n                        \"invoice_date\": \"invoice_creation_date\",\n                        \"number_of_digits\": \"0\",\n                        \"invoice_message_1\": null,\n                        \"created_by\": null,\n                        \"updated_by\": 28344,\n                        \"invoice_contact_name\": null,\n                        \"invoice_address_1\": null,\n                        \"invoice_address_2\": null,\n                        \"invoice_postal_code\": null,\n                        \"invoice_city\": null,\n                        \"invoice_phone_number\": null,\n                        \"invoice_tin\": null,\n                        \"timezone\": \"Asia/Kolkata\",\n                        \"hand_delivered_enabled\": true,\n                        \"other_courier_partner_enabled\": true,\n                        \"billing_address_same_as_company_details\": true,\n                        \"deactivated_at\": null,\n                        \"state_code\": null,\n                        \"automatically_sync_vendor_name_from_store\": true,\n                        \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                        \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                        \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                        \"correct_all_errors_in_order\": false,\n                        \"generate_shipping_labels_for_orders\": false,\n                        \"generate_invoices_for_dropship_orders\": false,\n                        \"can_vendor_enable_disable_product\": false,\n                        \"can_vendor_edit_quantity_product\": false,\n                        \"can_vendor_edit_weight_dimension_product\": false,\n                        \"can_vendor_edit_tax_product\": true,\n                        \"set_vendor_level_commission\": false,\n                        \"commission\": null,\n                        \"discount_shared_by_vendor\": null,\n                        \"commission_calculated_on_product_price_discounted_price\": null,\n                        \"set_vendor_level_shared_discount\": false,\n                        \"set_vendor_level_commissoin_calculated_on\": false,\n                        \"use_shop_channel_values_to_set_commission\": true,\n                        \"can_vendor_generate_invoice\": false,\n                        \"can_vendor_process_shippings\": false,\n                        \"can_vendor_edit_hsn_tax\": false,\n                        \"can_vendor_add_courier_provider\": false,\n                        \"default_vendor_type\": \"dropshipper\",\n                        \"no_of_deciaml_digits\": 2,\n                        \"credits\": 0,\n                        \"plan_id\": null,\n                        \"requested_plan_id\": null,\n                        \"override_invoice_permissions\": false,\n                        \"override_product_permissions\": false,\n                        \"override_order_routing_permissions\": false,\n                        \"override_shipping_permissions\": false,\n                        \"slug\": \"magento0-234956\",\n                        \"commission_calculated_tax_type\": \"exclusive_of_tax\",\n                        \"shipping_charge_commission_type\": \"fixed\",\n                        \"shipping_charge_commission\": 0,\n                        \"override_commission_calculated_tax_type\": false,\n                        \"override_shipping_charge_commission_type\": false,\n                        \"override_shipping_charge_commission\": 0,\n                        \"auto_email_to_vendor\": false,\n                        \"fixed_commission\": 0,\n                        \"service_charge\": 0,\n                        \"can_vendor_edit_price\": false,\n                        \"can_vendor_delete_product\": false,\n                        \"show_logo_in_awb\": false,\n                        \"hide_pick_address_in_awb\": true,\n                        \"hide_customer_info_in_awb\": true,\n                        \"hide_price_in_awb\": false,\n                        \"hide_customer_information_on_vendor_dashboards\": false,\n                        \"allow_merchant_to_generate_invoice\": false,\n                        \"show_merchant_logo_in_invoice\": false,\n                        \"locale\": \"en\",\n                        \"use_custom_waybill\": false,\n                        \"redirect_url\": \"dashboard\",\n                        \"invoice_state_code\": null,\n                        \"invoice_country_code\": null,\n                        \"stripe_account_id\": null,\n                        \"url_to_redirect_vendor_is_registered\": null,\n                        \"enable_app_shipping_profile_on_shopify\": null,\n                        \"policy\": null,\n                        \"css\": null,\n                        \"vendor_profile_color\": \"#f18024\",\n                        \"about_us\": null,\n                        \"facebook_link\": null,\n                        \"twitter_link\": null,\n                        \"instagram_link\": null,\n                        \"auto_fulfill_digital_orders\": false,\n                        \"use_default_warehouse_for_all_orders\": false,\n                        \"invoice_label_header_title\": null,\n                        \"invoice_place_of_supply\": null,\n                        \"invoice_cin_key_title\": null,\n                        \"invoice_cin\": null,\n                        \"give_vendor_access_to_merchant_shipper\": false,\n                        \"auto_generate_order_invoices_to_customers\": false,\n                        \"auto_email_order_invoices_to_customers\": false,\n                        \"treat_manual_payment_mode_as_cod\": false,\n                        \"fulfill_order_after_confirm\": false,\n                        \"add_notes_before_confirming_orders\": false,\n                        \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                        \"note_at_the_top_of_invoice\": null,\n                        \"vendor_shop_id\": null,\n                        \"vendor_category\": null,\n                        \"vendor_location\": null,\n                        \"short_description\": null,\n                        \"display_vendor_category\": false,\n                        \"display_vendor_location\": false,\n                        \"display_vendor_short_description\": false,\n                        \"name_of_the_vendor_listing_page\": null,\n                        \"sync_settings\": {\n                            \"update_settings\": {\n                                \"title\": false,\n                                \"variant_name\": false,\n                                \"price\": true,\n                                \"weight\": false,\n                                \"sku\": false,\n                                \"description\": false,\n                                \"publish_status\": false,\n                                \"product_type\": false,\n                                \"barcode\": false,\n                                \"media\": false,\n                                \"compare_at_price\": true,\n                                \"quantity\": true,\n                                \"track_quantity_and_continue_selling_when_out_of_stock\": false,\n                                \"hsn_code_and_country_of_origin\": false,\n                                \"tags\": true\n                            },\n                            \"create_settings\": {\n                                \"title\": true,\n                                \"variant_name\": true,\n                                \"price\": true,\n                                \"weight\": true,\n                                \"sku\": true,\n                                \"description\": true,\n                                \"publish_status\": true,\n                                \"product_type\": true,\n                                \"barcode\": true,\n                                \"media\": true,\n                                \"compare_at_price\": true,\n                                \"quantity\": true,\n                                \"track_quantity_and_continue_selling_when_out_of_stock\": true,\n                                \"hsn_code_and_country_of_origin\": true,\n                                \"tags\": true\n                            },\n                            \"override_product_status_at_create\": false,\n                            \"product_status\": \"as_per_vendor_product\",\n                            \"enable_order_sync\": false,\n                            \"push_only_if_order_paid\": false,\n                            \"push_unsynced_product_order\": false,\n                            \"auto_add_variant\": true,\n                            \"auto_remove_variant\": true,\n                            \"strictKeyCheck\": false,\n                            \"on_product_delete\": \"do_nothing\",\n                            \"on_product_unmapped\": \"do_nothing\"\n                        },\n                        \"override_hide_customer_information_permissions\": false,\n                        \"can_vendor_cancel_an_order\": false,\n                        \"hide_shipping_charges\": false,\n                        \"add_insurance_to_shipment\": 0,\n                        \"meta_title\": null,\n                        \"registration_link\": null,\n                        \"auto_approval_of_products_from_vendor\": true,\n                        \"ignore_selling_price_for_commission\": 0,\n                        \"shipping_label_check\": {\n                            \"email\": false,\n                            \"phone\": false,\n                            \"address_line_1\": false,\n                            \"address_line_2\": false,\n                            \"address_line_1_minimum\": null,\n                            \"address_line_1_maximum\": null,\n                            \"address_line_2_minimum\": null,\n                            \"address_line_2_maximum\": null\n                        },\n                        \"shipping_label_size\": \"smalllabel\",\n                        \"paypal_email\": null,\n                        \"use_custom_email_driver\": false,\n                        \"ignore_order_splitting\": false,\n                        \"hide_customer_information_on_vendor_dashboard\": {\n                            \"name\": false,\n                            \"phone\": false,\n                            \"address\": false,\n                            \"email\": false,\n                            \"city\": false,\n                            \"state\": false\n                        },\n                        \"hide_customer_information_in_awb\": {\n                            \"name\": false,\n                            \"phone\": false,\n                            \"address\": false,\n                            \"email\": false,\n                            \"city\": false,\n                            \"state\": false,\n                            \"line_items\": false,\n                            \"vendor_name\": false,\n                            \"sku\": false,\n                            \"weight_dimension\": false\n                        },\n                        \"hide_customer_information_in_invoice\": {\n                            \"name\": false,\n                            \"phone\": false,\n                            \"address\": false,\n                            \"email\": false,\n                            \"city\": false,\n                            \"state\": false\n                        },\n                        \"vendor_profile_settings\": {\n                            \"seller_products_tab\": true,\n                            \"seller_policy_tab\": true,\n                            \"seller_contact_us_tab\": true\n                        },\n                        \"challan_message_1\": null,\n                        \"challan_message_2\": null,\n                        \"challan_prefix\": null,\n                        \"challan_number_same_as_invoice_number\": true,\n                        \"default_label_size_for_all_vendors\": false,\n                        \"hide_customer_information_in_export\": {\n                            \"name\": false,\n                            \"phone\": false,\n                            \"address\": false,\n                            \"email\": false,\n                            \"city\": false,\n                            \"state\": false\n                        },\n                        \"product_permissions\": null,\n                        \"hide_product_details_in_awb\": false,\n                        \"hide_invoice_details_in_awb\": false,\n                        \"company_note\": null,\n                        \"meta_data\": null,\n                        \"color_theme_field\": \"light.orange\",\n                        \"change_tracking_url\": false,\n                        \"ship_to_address_as_merchants_default_warehouse\": false,\n                        \"can_vendor_hold_an_order\": false,\n                        \"handle_out_of_stock_products\": null,\n                        \"allow_vendors_to_change_vendor_profile_details\": false,\n                        \"whatsapp_account\": null,\n                        \"vendor_profile_theme_choosen\": \"theme-1\",\n                        \"whatsapp_credit\": 100,\n                        \"test_whatsapp_number\": null,\n                        \"spoc_email_sending_method\": null,\n                        \"connected_vendor_shops\": null,\n                        \"events\": null,\n                        \"commission_automation_set\": null,\n                        \"auto_confirmation_using_tags_settings\": {\n                            \"tags_settings_status\": false,\n                            \"paid\": false,\n                            \"tags_for_paid\": [],\n                            \"cod_or_partially_paid\": false,\n                            \"tags_for_cod_or_partially_paid\": [],\n                            \"Exceptions_for_paid\": false,\n                            \"Exceptions_for_paid_tags\": [],\n                            \"Exceptions_for_cod_or_partially_paid\": false,\n                            \"Exceptions_for_cod_or_partially_paid_tags\": []\n                        },\n                        \"preferred_location\": null,\n                        \"email_credit\": null,\n                        \"logo\": null,\n                        \"logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                        \"is_general_setting_done\": true,\n                        \"is_invoice_setting_done\": true,\n                        \"is_label_setting_done\": false,\n                        \"is_gst_enabled\": false,\n                        \"billing_detail\": \"\",\n                        \"warehouse_address\": \"</br>\",\n                        \"contact_information\": \"\",\n                        \"status\": \"Active\",\n                        \"global_commission\": \"15\",\n                        \"global_discount_shared_by_vendor\": \"0\",\n                        \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                        \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                        \"global_shipping_charge_commission_type\": \"fixed\",\n                        \"global_shipping_charge_commission\": 50,\n                        \"global_fixed_commission\": 10,\n                        \"is_drop_shipper\": true,\n                        \"state\": null,\n                        \"first_email\": [\n                            \"het.shipturtle@gmail.com\"\n                        ],\n                        \"invoice_state\": null,\n                        \"banner\": null,\n                        \"banner_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                        \"frontend_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                        \"navbar_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                        \"email_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                        \"invoice_country_detail\": null,\n                        \"commission_tags\": null,\n                        \"parent\": {\n                            \"id\": 212738,\n                            \"company_name\": \"kapil\",\n                            \"brand_name\": \"violetplants\",\n                            \"company_logo\": null,\n                            \"contact_name\": \"Chahar\",\n                            \"phone_number\": null,\n                            \"email\": \"het.shipturtle@gmail.com\",\n                            \"address_line_1\": \"Est\",\n                            \"address_line_2\": \"Test\",\n                            \"pin_code\": \"411018\",\n                            \"city\": \"Pune\",\n                            \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                            \"updated_at\": \"2024-01-02T06:35:02.000000Z\",\n                            \"state_id\": null,\n                            \"gstin_number\": \"1234\",\n                            \"invoice_prefix\": \"Invoice\",\n                            \"starting_invoice_number\": \"26\",\n                            \"terms_and_conditions\": null,\n                            \"bank_account_beneficiary_name\": null,\n                            \"bank_account_name\": null,\n                            \"ifsc_code\": null,\n                            \"label_company_name\": null,\n                            \"label_contact_name\": null,\n                            \"label_phone\": null,\n                            \"label_email_address\": null,\n                            \"label_address_line_1\": null,\n                            \"label_address_line_2\": null,\n                            \"label_pin_code\": null,\n                            \"label_city\": null,\n                            \"label_state\": null,\n                            \"signature\": null,\n                            \"currency\": \"INR\",\n                            \"weight\": null,\n                            \"measurement\": null,\n                            \"gst_enabled\": true,\n                            \"override_channel_product_weight_enabled\": true,\n                            \"label_details_same_as_company\": true,\n                            \"multi_vendor_invoicing_enabled\": false,\n                            \"multi_vendor_shipping_enabled\": false,\n                            \"is_master\": \"1\",\n                            \"invoice_number_same_as_order_number\": true,\n                            \"enable_disable_cod_reconciliation\": true,\n                            \"enable_disable_freight_reconciliation\": true,\n                            \"cod_tolerance\": \"5\",\n                            \"freight_tolerance\": \"2\",\n                            \"is_multi_vendor_enabled\": true,\n                            \"invoice_message\": null,\n                            \"inclusive_exclusive\": null,\n                            \"is_tax_on_shipping\": \"no\",\n                            \"tax_on_shipping\": null,\n                            \"primary_color\": \"#222F3D\",\n                            \"secondary_color\": null,\n                            \"display_hsn\": true,\n                            \"website\": \"https://app.shipturtle.com/\",\n                            \"country\": \"IN\",\n                            \"type_of_vendor\": \"marketplace\",\n                            \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                            \"title\": \"violetplants\",\n                            \"parent_id\": 212738,\n                            \"extra_information\": null,\n                            \"invoice_date\": \"invoice_creation_date\",\n                            \"number_of_digits\": \"0\",\n                            \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                            \"created_by\": null,\n                            \"updated_by\": 28344,\n                            \"invoice_contact_name\": \"Hussain\",\n                            \"invoice_address_1\": \"dahod\",\n                            \"invoice_address_2\": \"dahod\",\n                            \"invoice_postal_code\": \"380005\",\n                            \"invoice_city\": \"Ahmedabad\",\n                            \"invoice_phone_number\": \"09173038104\",\n                            \"invoice_tin\": null,\n                            \"timezone\": \"America/Phoenix\",\n                            \"hand_delivered_enabled\": true,\n                            \"other_courier_partner_enabled\": true,\n                            \"billing_address_same_as_company_details\": false,\n                            \"deactivated_at\": null,\n                            \"state_code\": \"GJ\",\n                            \"automatically_sync_vendor_name_from_store\": true,\n                            \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                            \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                            \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                            \"correct_all_errors_in_order\": false,\n                            \"generate_shipping_labels_for_orders\": false,\n                            \"generate_invoices_for_dropship_orders\": false,\n                            \"can_vendor_enable_disable_product\": false,\n                            \"can_vendor_edit_quantity_product\": false,\n                            \"can_vendor_edit_weight_dimension_product\": false,\n                            \"can_vendor_edit_tax_product\": true,\n                            \"set_vendor_level_commission\": false,\n                            \"commission\": \"15\",\n                            \"discount_shared_by_vendor\": \"0\",\n                            \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"set_vendor_level_shared_discount\": false,\n                            \"set_vendor_level_commissoin_calculated_on\": false,\n                            \"use_shop_channel_values_to_set_commission\": false,\n                            \"can_vendor_generate_invoice\": true,\n                            \"can_vendor_process_shippings\": true,\n                            \"can_vendor_edit_hsn_tax\": true,\n                            \"can_vendor_add_courier_provider\": true,\n                            \"default_vendor_type\": \"dropshipper\",\n                            \"no_of_deciaml_digits\": 2,\n                            \"credits\": 299836,\n                            \"plan_id\": 4,\n                            \"requested_plan_id\": null,\n                            \"override_invoice_permissions\": false,\n                            \"override_product_permissions\": false,\n                            \"override_order_routing_permissions\": false,\n                            \"override_shipping_permissions\": false,\n                            \"slug\": \"violetplants-212738\",\n                            \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"shipping_charge_commission_type\": \"fixed\",\n                            \"shipping_charge_commission\": 50,\n                            \"override_commission_calculated_tax_type\": false,\n                            \"override_shipping_charge_commission_type\": false,\n                            \"override_shipping_charge_commission\": 0,\n                            \"auto_email_to_vendor\": true,\n                            \"fixed_commission\": 10,\n                            \"service_charge\": 0,\n                            \"can_vendor_edit_price\": false,\n                            \"can_vendor_delete_product\": false,\n                            \"show_logo_in_awb\": false,\n                            \"hide_pick_address_in_awb\": false,\n                            \"hide_customer_info_in_awb\": true,\n                            \"hide_price_in_awb\": false,\n                            \"hide_customer_information_on_vendor_dashboards\": false,\n                            \"allow_merchant_to_generate_invoice\": false,\n                            \"show_merchant_logo_in_invoice\": true,\n                            \"locale\": \"en\",\n                            \"use_custom_waybill\": false,\n                            \"redirect_url\": \"dashboard\",\n                            \"invoice_state_code\": \"GJ\",\n                            \"invoice_country_code\": \"IN\",\n                            \"stripe_account_id\": null,\n                            \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                            \"enable_app_shipping_profile_on_shopify\": \"0\",\n                            \"policy\": null,\n                            \"css\": null,\n                            \"vendor_profile_color\": \"#f18024\",\n                            \"about_us\": null,\n                            \"facebook_link\": null,\n                            \"twitter_link\": null,\n                            \"instagram_link\": null,\n                            \"auto_fulfill_digital_orders\": true,\n                            \"use_default_warehouse_for_all_orders\": false,\n                            \"invoice_label_header_title\": null,\n                            \"invoice_place_of_supply\": null,\n                            \"invoice_cin_key_title\": null,\n                            \"invoice_cin\": null,\n                            \"give_vendor_access_to_merchant_shipper\": false,\n                            \"auto_generate_order_invoices_to_customers\": true,\n                            \"auto_email_order_invoices_to_customers\": true,\n                            \"treat_manual_payment_mode_as_cod\": false,\n                            \"fulfill_order_after_confirm\": false,\n                            \"add_notes_before_confirming_orders\": false,\n                            \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                            \"note_at_the_top_of_invoice\": null,\n                            \"vendor_shop_id\": null,\n                            \"vendor_category\": null,\n                            \"vendor_location\": null,\n                            \"short_description\": null,\n                            \"display_vendor_category\": true,\n                            \"display_vendor_location\": true,\n                            \"display_vendor_short_description\": true,\n                            \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                            \"sync_settings\": {\n                                \"update_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": false,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"create_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": false,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"override_product_status_at_create\": true,\n                                \"product_status\": \"as_per_vendor_product\",\n                                \"enable_order_sync\": true,\n                                \"push_only_if_order_paid\": false,\n                                \"push_unsynced_product_order\": true,\n                                \"auto_add_variant\": true,\n                                \"auto_remove_variant\": true,\n                                \"strictKeyCheck\": false,\n                                \"on_product_delete\": \"do_nothing\",\n                                \"on_product_unmapped\": \"do_nothing\",\n                                \"push_only_if_product_connected\": true\n                            },\n                            \"override_hide_customer_information_permissions\": false,\n                            \"can_vendor_cancel_an_order\": false,\n                            \"hide_shipping_charges\": false,\n                            \"add_insurance_to_shipment\": 0,\n                            \"meta_title\": null,\n                            \"registration_link\": null,\n                            \"auto_approval_of_products_from_vendor\": true,\n                            \"ignore_selling_price_for_commission\": 0,\n                            \"shipping_label_check\": {\n                                \"email\": false,\n                                \"phone\": false,\n                                \"address_line_1\": false,\n                                \"address_line_2\": false,\n                                \"address_line_1_minimum\": null,\n                                \"address_line_1_maximum\": null,\n                                \"address_line_2_minimum\": null,\n                                \"address_line_2_maximum\": null\n                            },\n                            \"shipping_label_size\": \"smalllabel\",\n                            \"paypal_email\": null,\n                            \"use_custom_email_driver\": false,\n                            \"ignore_order_splitting\": false,\n                            \"hide_customer_information_on_vendor_dashboard\": {\n                                \"name\": false,\n                                \"phone\": true,\n                                \"address\": true,\n                                \"email\": true,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"hide_customer_information_in_awb\": {\n                                \"name\": false,\n                                \"phone\": true,\n                                \"address\": true,\n                                \"email\": true,\n                                \"city\": false,\n                                \"state\": false,\n                                \"line_items\": false,\n                                \"vendor_name\": false,\n                                \"sku\": false,\n                                \"weight_dimension\": false\n                            },\n                            \"hide_customer_information_in_invoice\": {\n                                \"name\": false,\n                                \"phone\": true,\n                                \"address\": true,\n                                \"email\": true,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"vendor_profile_settings\": {\n                                \"seller_products_tab\": true,\n                                \"seller_policy_tab\": true,\n                                \"seller_contact_us_tab\": true,\n                                \"seller_events_tab\": true,\n                                \"seller_reviews_tab\": false,\n                                \"seller_about_us_tab\": true\n                            },\n                            \"challan_message_1\": null,\n                            \"challan_message_2\": null,\n                            \"challan_prefix\": \"Invoice\",\n                            \"challan_number_same_as_invoice_number\": true,\n                            \"default_label_size_for_all_vendors\": false,\n                            \"hide_customer_information_in_export\": {\n                                \"name\": false,\n                                \"phone\": true,\n                                \"address\": true,\n                                \"email\": true,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"product_permissions\": null,\n                            \"hide_product_details_in_awb\": false,\n                            \"hide_invoice_details_in_awb\": false,\n                            \"company_note\": \"<p>sdfasdfab</p>\",\n                            \"meta_data\": \"[{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                            \"color_theme_field\": \"light.orange\",\n                            \"change_tracking_url\": false,\n                            \"ship_to_address_as_merchants_default_warehouse\": false,\n                            \"can_vendor_hold_an_order\": false,\n                            \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                            \"allow_vendors_to_change_vendor_profile_details\": true,\n                            \"whatsapp_account\": \"use_company_account\",\n                            \"vendor_profile_theme_choosen\": \"theme-1\",\n                            \"whatsapp_credit\": 54,\n                            \"test_whatsapp_number\": \"+918849193468\",\n                            \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                            \"connected_vendor_shops\": [\n                                \"vendorsynctesting5.myshopify.com\",\n                                \"testing-for-vendorsync.myshopify.com\",\n                                \"purpleplants.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"test-store-webkul-112.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com/\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com\",\n                                \"channelteststore5.myshopify.com\",\n                                \"https://st-wpdemo.com/newtestclient/\",\n                                \"purpleplants.myshopify.com\",\n                                \"purpleplants.myshopify.com\",\n                                \"vendorsynctesting.myshopify.com\",\n                                \"vendorsynctesting.myshopify.com\"\n                            ],\n                            \"events\": null,\n                            \"commission_automation_set\": {\n                                \"commission_automation\": true,\n                                \"commission_automation_rules\": true,\n                                \"commission_automation_date_range\": true,\n                                \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                \"time_buffer_for_commission_automation\": \"4\",\n                                \"order_status_for_commission_automation\": \"pending\",\n                                \"invoice_number_for_commission_automation\": 277,\n                                \"date_Range_days_for_commission_automation\": \"4\"\n                            },\n                            \"auto_confirmation_using_tags_settings\": {\n                                \"tags_settings_status\": true,\n                                \"paid\": true,\n                                \"tags_for_paid\": [],\n                                \"cod_or_partially_paid\": false,\n                                \"tags_for_cod_or_partially_paid\": [],\n                                \"Exceptions_for_paid\": false,\n                                \"Exceptions_for_paid_tags\": [],\n                                \"Exceptions_for_cod_or_partially_paid\": false,\n                                \"Exceptions_for_cod_or_partially_paid_tags\": []\n                            },\n                            \"preferred_location\": null,\n                            \"email_credit\": 4759,\n                            \"logo\": null,\n                            \"logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                            \"is_general_setting_done\": true,\n                            \"is_invoice_setting_done\": true,\n                            \"is_label_setting_done\": false,\n                            \"is_gst_enabled\": true,\n                            \"billing_detail\": \"Pune</br>Gujarat</br>India\",\n                            \"warehouse_address\": \"Pune</br>IN\",\n                            \"contact_information\": \"Chahar</br>het.shipturtle@gmail.com</br>\",\n                            \"status\": \"Active\",\n                            \"global_commission\": \"15\",\n                            \"global_discount_shared_by_vendor\": \"0\",\n                            \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"global_shipping_charge_commission_type\": \"fixed\",\n                            \"global_shipping_charge_commission\": 50,\n                            \"global_fixed_commission\": 10,\n                            \"is_drop_shipper\": false,\n                            \"state\": {\n                                \"id\": 13,\n                                \"code\": \"GJ\",\n                                \"tin\": 24,\n                                \"title\": \"Gujarat\",\n                                \"created_at\": \"2019-08-03T17:48:42.000000Z\",\n                                \"updated_at\": \"2020-03-28T04:51:45.000000Z\",\n                                \"deleted_at\": null,\n                                \"country_code\": \"IN\"\n                            },\n                            \"first_email\": [\n                                \"het.shipturtle@gmail.com\"\n                            ],\n                            \"invoice_state\": {\n                                \"id\": 13,\n                                \"code\": \"GJ\",\n                                \"tin\": 24,\n                                \"title\": \"Gujarat\",\n                                \"created_at\": \"2019-08-03T17:48:42.000000Z\",\n                                \"updated_at\": \"2020-03-28T04:51:45.000000Z\",\n                                \"deleted_at\": null,\n                                \"country_code\": \"IN\"\n                            },\n                            \"banner\": null,\n                            \"banner_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                            \"frontend_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                            \"navbar_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                            \"email_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                            \"invoice_country_detail\": {\n                                \"id\": 98,\n                                \"name\": \"India\",\n                                \"code\": \"IN\",\n                                \"dial_code\": \"+91\",\n                                \"currency_name\": \"Indian rupee\",\n                                \"currency_symbol\": \"Rs.\",\n                                \"currency_code\": \"INR\",\n                                \"created_at\": null,\n                                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                \"name_with_symbole\": \"Indian rupee - Rs.\"\n                            },\n                            \"commission_tags\": {\n                                \"company_id\": 212738,\n                                \"override_commission\": true\n                            },\n                            \"media\": [],\n                            \"country_detail\": {\n                                \"id\": 98,\n                                \"name\": \"India\",\n                                \"code\": \"IN\",\n                                \"dial_code\": \"+91\",\n                                \"currency_name\": \"Indian rupee\",\n                                \"currency_symbol\": \"Rs.\",\n                                \"currency_code\": \"INR\",\n                                \"created_at\": null,\n                                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                \"name_with_symbole\": \"Indian rupee - Rs.\"\n                            }\n                        },\n                        \"media\": []\n                    }\n                }\n            },\n            \"commission_invoice\": null\n        },\n        {\n            \"id\": 9326341,\n            \"vendor_line_item_id\": 9351894,\n            \"vendor_order_id\": 6639825,\n            \"order_id\": 1925031580332,\n            \"shop_id\": 4147,\n            \"company_id\": 234956,\n            \"commission\": \"0\",\n            \"adjustment\": \"0\",\n            \"date_of_payment\": null,\n            \"reference\": null,\n            \"created_at\": \"2024-01-01T08:57:00.000000Z\",\n            \"updated_at\": \"2024-01-01T08:57:00.000000Z\",\n            \"price\": \"10\",\n            \"vendor_payout\": \"11.8\",\n            \"quantity\": 1,\n            \"discount_shared_by_vendor\": \"0\",\n            \"total_discount\": \"0\",\n            \"commission_level\": \"Tags\",\n            \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n            \"processed_at\": \"2024-01-01 14:26:48\",\n            \"merchant_earn\": \"0\",\n            \"less_discount_borne_by_vendor\": \"0\",\n            \"order_value\": \"0\",\n            \"net_earn\": \"0\",\n            \"commission_on_shipping\": \"50\",\n            \"merchant_commission_on_freight_charged\": \"0\",\n            \"merchant_commission_on_product\": 0,\n            \"commission_shipping_calculation_on\": \"inclusive_of_tax\",\n            \"commission_on_shipping_type\": \"fixed\",\n            \"fixed_commission\": \"0\",\n            \"service_charge\": \"0\",\n            \"total_line_value\": \"11.8\",\n            \"line_tax_value\": \"1.8\",\n            \"line_shipping_tax_value\": \"0\",\n            \"line_tax_percentage\": \"0.18\",\n            \"line_shipping_tax_percentage\": \"0\",\n            \"service_tax\": \"0\",\n            \"product_value\": \"10\",\n            \"shipping_price\": \"0\",\n            \"parent_id\": null,\n            \"commission_invoice_id\": null,\n            \"tax_information\": {\n                \"cgst\": 0,\n                \"igst\": 0,\n                \"sgst\": 0,\n                \"total_tax\": 0\n            },\n            \"is_paid\": false,\n            \"vendor_order\": {\n                \"user_id\": 92574581039,\n                \"pick_listed\": false,\n                \"gateway\": \"manual\",\n                \"total_weight\": 0,\n                \"total_price\": 236,\n                \"status\": \"New Orders\",\n                \"email\": \"rajdip.shipturtle@gmail.com\",\n                \"provider\": \"shopify\",\n                \"invoice_number\": \"Invoice3027\",\n                \"awb\": null,\n                \"processed_at\": \"2024-01-01 14:26:48\",\n                \"customer\": \"{\\\"id\\\": 7864611733807, \\\"note\\\": null, \\\"tags\\\": \\\"\\\", \\\"email\\\": \\\"rajdip.shipturtle@gmail.com\\\", \\\"phone\\\": null, \\\"state\\\": \\\"disabled\\\", \\\"currency\\\": \\\"INR\\\", \\\"last_name\\\": \\\"jalondhara\\\", \\\"created_at\\\": \\\"2023-12-27T13:02:22+05:30\\\", \\\"first_name\\\": \\\"Rajdeep\\\", \\\"tax_exempt\\\": false, \\\"updated_at\\\": \\\"2024-01-01T14:26:50+05:30\\\", \\\"tax_exemptions\\\": [], \\\"verified_email\\\": true, \\\"default_address\\\": {\\\"id\\\": 9899588780335, \\\"zip\\\": \\\"380050\\\", \\\"city\\\": \\\"Ahmedabad\\\", \\\"name\\\": \\\"Rajdeep Jalondhara\\\", \\\"phone\\\": null, \\\"company\\\": null, \\\"country\\\": \\\"India\\\", \\\"default\\\": true, \\\"address1\\\": \\\"ABC 1, Navrangpura abc Prakash Nagar Navrangpura\\\", \\\"address2\\\": null, \\\"province\\\": \\\"Gujarat\\\", \\\"last_name\\\": \\\"Jalondhara\\\", \\\"first_name\\\": \\\"Rajdeep\\\", \\\"customer_id\\\": 7864611733807, \\\"country_code\\\": \\\"IN\\\", \\\"country_name\\\": \\\"India\\\", \\\"province_code\\\": \\\"GJ\\\"}, \\\"accepts_marketing\\\": false, \\\"admin_graphql_api_id\\\": \\\"gid://shopify/Customer/7864611733807\\\", \\\"multipass_identifier\\\": null, \\\"sms_marketing_consent\\\": null, \\\"marketing_opt_in_level\\\": null, \\\"email_marketing_consent\\\": {\\\"state\\\": \\\"not_subscribed\\\", \\\"opt_in_level\\\": \\\"single_opt_in\\\", \\\"consent_updated_at\\\": null}, \\\"accepts_marketing_updated_at\\\": \\\"2023-12-27T13:02:22+05:30\\\"}\",\n                \"id\": 6639825,\n                \"invoice_download\": \"https://d2i9a0muccv7uq.cloudfront.net/s3/4147/generate_invoices/3027_Magento0_Rajdeep-Jalondhara_Invoice3027.pdf\",\n                \"awb_label\": null,\n                \"order_id\": 1925031580332,\n                \"company_id\": 234956,\n                \"shipping_provider\": null,\n                \"billing_address_id\": 9750849,\n                \"shipping_address_id\": 9616110,\n                \"shipping_service_provider_id\": null,\n                \"generating_awb\": false,\n                \"shipping_errors\": null,\n                \"mail_sent\": 0,\n                \"shipping_price\": \"0\",\n                \"total_tax\": 36,\n                \"total_amount_excluding_taxes\": 200,\n                \"height\": 2,\n                \"width\": 2,\n                \"length\": 3,\n                \"tracking_status\": \"Pending\",\n                \"tracking_message\": null,\n                \"order_number\": \"3027\",\n                \"status_sequence\": 1,\n                \"estimated_cost\": null,\n                \"shop_id\": 4147,\n                \"name\": \"#3027\",\n                \"warehouse_id\": null,\n                \"automate_shipment\": true,\n                \"shipping_address\": {\n                    \"zip\": \"380050\",\n                    \"city\": \"Ahmedabad\",\n                    \"name\": \"Rajdeep Jalondhara\",\n                    \"email\": \"rajdip.shipturtle@gmail.com\",\n                    \"phone\": \"\",\n                    \"company\": null,\n                    \"country\": \"India\",\n                    \"address1\": \"ABC 1, Navrangpura abc Prakash Naga\",\n                    \"address2\": \"r Navrangpura\",\n                    \"latitude\": null,\n                    \"province\": \"Gujarat\",\n                    \"last_name\": \"Jalondhara\",\n                    \"longitude\": null,\n                    \"first_name\": \"Rajdeep\",\n                    \"country_code\": \"IN\",\n                    \"province_code\": \"GJ\"\n                },\n                \"total_line_items_price\": 200,\n                \"total_discounts\": 0,\n                \"checkout_id\": 37177279414575,\n                \"tracking_link\": null,\n                \"payment_reconciliation_status\": \"pending\",\n                \"freight_reconciliation_status\": \"pending\",\n                \"payment_recon_id\": null,\n                \"freight_recon_id\": null,\n                \"billing_address\": {\n                    \"zip\": \"380050\",\n                    \"city\": \"Ahmedabad\",\n                    \"name\": \"Rajdeep Jalondhara\",\n                    \"phone\": null,\n                    \"company\": null,\n                    \"country\": \"India\",\n                    \"address1\": \"ABC 1, Navrangpura abc Prakash Nagar Navrangpura\",\n                    \"address2\": null,\n                    \"latitude\": 23.0329326,\n                    \"province\": \"Gujarat\",\n                    \"last_name\": \"Jalondhara\",\n                    \"longitude\": 72.55588259999999,\n                    \"first_name\": \"Rajdeep\",\n                    \"country_code\": \"IN\",\n                    \"province_code\": \"GJ\"\n                },\n                \"currency\": \"INR\",\n                \"last_tracked_at\": null,\n                \"unique_name\": \"#3027_Magento0\",\n                \"label\": null,\n                \"note\": null,\n                \"awb_created_at\": null,\n                \"custom_data\": null,\n                \"awb_custom_courier_name\": null,\n                \"requires_shipping\": true,\n                \"type_of_order\": \"forward_order\",\n                \"return_status\": null,\n                \"return_order_link\": null,\n                \"pickup_address\": null,\n                \"manifest_id\": null,\n                \"is_cod\": 0,\n                \"merchant_notes\": null,\n                \"is_customize\": false,\n                \"insurance_amount\": null,\n                \"insurance_cost\": null,\n                \"challan_number\": null,\n                \"challan_path\": null,\n                \"challan_download\": null,\n                \"challan_date\": null,\n                \"financial_status\": \"paid\",\n                \"tags\": \"\",\n                \"rag_status\": null,\n                \"rag_status_updated_on\": null,\n                \"processed_at_timestamp\": 1704119208,\n                \"mail_sent_for_ndr\": 0,\n                \"total_outstanding\": 0,\n                \"fulfillment_id\": null,\n                \"estimated_delivery_time\": null,\n                \"payment_gateway_names\": \"\\\"[\\\\\\\"manual\\\\\\\"]\\\"\",\n                \"note_attributes\": null,\n                \"ndr_api_available\": false,\n                \"unique_order_number\": \"#3027_Magento0\",\n                \"shipping_label_status\": \"Pending\",\n                \"invoice_generated\": \"Invoice Generated\",\n                \"shipping_service\": \"Not Selected\",\n                \"payment\": 236,\n                \"customer_address\": {\n                    \"id\": 7864611733807,\n                    \"note\": null,\n                    \"tags\": \"\",\n                    \"email\": \"rajdip.shipturtle@gmail.com\",\n                    \"phone\": null,\n                    \"state\": \"disabled\",\n                    \"currency\": \"INR\",\n                    \"last_name\": \"jalondhara\",\n                    \"created_at\": \"2023-12-27T13:02:22+05:30\",\n                    \"first_name\": \"Rajdeep\",\n                    \"tax_exempt\": false,\n                    \"updated_at\": \"2024-01-01T14:26:50+05:30\",\n                    \"tax_exemptions\": [],\n                    \"verified_email\": true,\n                    \"default_address\": {\n                        \"id\": 9899588780335,\n                        \"zip\": \"380050\",\n                        \"city\": \"Ahmedabad\",\n                        \"name\": \"Rajdeep Jalondhara\",\n                        \"phone\": null,\n                        \"company\": null,\n                        \"country\": \"India\",\n                        \"default\": true,\n                        \"address1\": \"ABC 1, Navrangpura abc Prakash Nagar Navrangpura\",\n                        \"address2\": null,\n                        \"province\": \"Gujarat\",\n                        \"last_name\": \"Jalondhara\",\n                        \"first_name\": \"Rajdeep\",\n                        \"customer_id\": 7864611733807,\n                        \"country_code\": \"IN\",\n                        \"country_name\": \"India\",\n                        \"province_code\": \"GJ\"\n                    },\n                    \"accepts_marketing\": false,\n                    \"admin_graphql_api_id\": \"gid://shopify/Customer/7864611733807\",\n                    \"multipass_identifier\": null,\n                    \"sms_marketing_consent\": null,\n                    \"marketing_opt_in_level\": null,\n                    \"email_marketing_consent\": {\n                        \"state\": \"not_subscribed\",\n                        \"opt_in_level\": \"single_opt_in\",\n                        \"consent_updated_at\": null\n                    },\n                    \"accepts_marketing_updated_at\": \"2023-12-27T13:02:22+05:30\"\n                },\n                \"payment_status\": \"PP\",\n                \"errors\": {\n                    \"errors\": {\n                        \"vendor_address\": {\n                            \"vendor_errors\": \"Kindly add warehouse info\"\n                        },\n                        \"shipping_service_provider\": {\n                            \"shipping_service_provider_id\": \"Please select Shipping Partner.\",\n                            \"warehouse_id\": \"Please select pick up Warehouse.\",\n                            \"total_weight\": \"Please input package weight.\"\n                        }\n                    },\n                    \"hasErrors\": true,\n                    \"canGenerateAwb\": false,\n                    \"canFetchRate\": false,\n                    \"canConfirmOrder\": false,\n                    \"generatingInvoice\": true\n                },\n                \"shipper_address\": null,\n                \"total_amount_including_tax\": 236,\n                \"shipment_tracker\": null,\n                \"shipping_details\": null,\n                \"is_cod_order\": false,\n                \"freight_payment\": \"0\",\n                \"automate_shipment_status\": \"A\",\n                \"is_delivered\": false,\n                \"tax_info\": false,\n                \"order_status\": null,\n                \"order_sequence_name\": \"New Orders\",\n                \"slug\": \"#3027_Magento0-6639825\",\n                \"line_item_counts\": 20,\n                \"pickup_warehouse_address\": null,\n                \"currency_country\": {\n                    \"id\": 98,\n                    \"name\": \"India\",\n                    \"code\": \"IN\",\n                    \"dial_code\": \"+91\",\n                    \"currency_name\": \"Indian rupee\",\n                    \"currency_symbol\": \"Rs.\",\n                    \"currency_code\": \"INR\",\n                    \"created_at\": null,\n                    \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                    \"name_with_symbole\": \"Indian rupee - Rs.\"\n                },\n                \"shipping_service_provider\": null,\n                \"warehouse\": null,\n                \"shop\": {\n                    \"id\": 4147,\n                    \"shopify_domain\": \"violetplants.myshopify.com\",\n                    \"shopify_token\": null,\n                    \"created_at\": \"2023-07-13T10:19:49.000000Z\",\n                    \"updated_at\": \"2024-01-01T13:07:55.000000Z\",\n                    \"grandfathered\": false,\n                    \"deleted_at\": null,\n                    \"namespace\": null,\n                    \"plan_id\": 621,\n                    \"freemium\": false,\n                    \"name\": \"violetplants\",\n                    \"email\": \"violetplants123@gmail.com\",\n                    \"province\": \"WB\",\n                    \"country\": {\n                        \"id\": 98,\n                        \"name\": \"India\",\n                        \"code\": \"IN\",\n                        \"dial_code\": \"+91\",\n                        \"currency_name\": \"Indian rupee\",\n                        \"currency_symbol\": \"Rs.\",\n                        \"currency_code\": \"INR\",\n                        \"created_at\": null,\n                        \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                        \"name_with_symbole\": \"Indian rupee - Rs.\"\n                    },\n                    \"address1\": \"123 Old Court House Street Lal Dighi B.B.D. Bagh\",\n                    \"zip\": \"700001\",\n                    \"city\": \"Kolkata\",\n                    \"source\": null,\n                    \"phone\": \"12345678\",\n                    \"latitude\": \"22.5685769\",\n                    \"longitude\": \"88.3492417\",\n                    \"primary_locale\": \"en\",\n                    \"address2\": \"\",\n                    \"country_code\": \"IN\",\n                    \"country_name\": \"India\",\n                    \"currency\": \"INR\",\n                    \"customer_email\": \"violetplants123@gmail.com\",\n                    \"timezone\": \"(GMT+05:30) Asia/Kolkata\",\n                    \"iana_timezone\": \"Asia/Kolkata\",\n                    \"shop_owner\": \"Sharad Kabra\",\n                    \"money_format\": \"Rs. {{amount}}\",\n                    \"money_with_currency_format\": \"Rs. {{amount}}\",\n                    \"weight_unit\": \"gm\",\n                    \"province_code\": \"WB\",\n                    \"taxes_included\": false,\n                    \"tax_shipping\": false,\n                    \"county_taxes\": true,\n                    \"plan_display_name\": \"Basic Shopify\",\n                    \"plan_name\": \"basic\",\n                    \"has_discounts\": \"1\",\n                    \"has_gift_cards\": \"1\",\n                    \"money_in_emails_format\": \"Rs. {{amount}}\",\n                    \"money_with_currency_in_emails_format\": \"Rs. {{amount}}\",\n                    \"eligible_for_payments\": \"0\",\n                    \"requires_extra_payments_agreement\": \"0\",\n                    \"primary_location_id\": \"94960419119\",\n                    \"multi_location_enabled\": \"1\",\n                    \"channel_id\": null,\n                    \"company_id\": 212738,\n                    \"user_id\": 28343,\n                    \"verifying_plan\": 967,\n                    \"dimension_unit\": \"inch\",\n                    \"override_taxes\": false,\n                    \"provider\": \"shopify\",\n                    \"maintain_hs_information_in_shipturtle\": false,\n                    \"automatically_update_order_status_on_shopify\": true,\n                    \"charge_tax\": \"0\",\n                    \"enable_tax_on_shipping\": false,\n                    \"tax_on_shipping\": 0,\n                    \"automatically_update_product_status_on_shopify\": true,\n                    \"parent_id\": null,\n                    \"setup_pending\": false,\n                    \"product_types_sold_on_store\": \"physical_products_only\",\n                    \"carrier_service_id\": null,\n                    \"extra_info\": \"{\\\"location_sync_status\\\":[true,\\\"2023-05-29 10:50:37\\\"],\\\"product_sync_status\\\":[true,\\\"2023-05-29 10:51:10\\\"],\\\"inventory_level_sync_status\\\":[true,\\\"2023-05-29 10:51:13\\\"],\\\"order_sync_status\\\":[true,\\\"2023-05-29 10:53:11\\\"]}\",\n                    \"payment_method_settings\": {\n                        \"0\": null,\n                        \"payu_in_paisa\": \"paid\",\n                        \"cash_on_delivery\": \"paid\",\n                        \"manual\": \"paid\",\n                        \"cashfree\": \"paid\",\n                        \"Cash on Delivery (COD)\": \"cod\",\n                        \"gift_card\": \"paid\",\n                        \"paytm\": \"paid\",\n                        \"stripe\": \"paid\",\n                        \"payu_india\": \"paid\",\n                        \"razorpay_cards_upi_netbanking_wallets_\": \"paid\",\n                        \"neft\": \"paid\",\n                        \"paypal\": \"paid\",\n                        \"shopify_payments\": \"paid\",\n                        \"amazon_payments\": \"paid\",\n                        \"razorpay_all_cards_netbanking_wallets_\": \"paid\",\n                        \"Etsy\": \"paid\",\n                        \"clearpay\": \"paid\",\n                        \"Bank Deposit/Mobile Transfer\": \"paid\",\n                        \"E-Transfer\": \"paid\",\n                        \"cash\": \"cod\",\n                        \"eBay/PayPal\": \"paid\",\n                        \"amazon_marketplace\": \"paid\",\n                        \"ccavenue\": \"paid\",\n                        \"payu_in\": \"paid\",\n                        \"bogus\": \"paid\",\n                        \"\": null,\n                        \"money_order\": \"cod\",\n                        \"bank_deposit\": null\n                    },\n                    \"enable_payment_settings\": false,\n                    \"script_js_id\": \"234600726831\",\n                    \"shopify_namespace\": \"shipturtle\",\n                    \"password\": \"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\",\n                    \"password_updated_at\": \"2023-12-19\",\n                    \"domain\": null,\n                    \"shopify_freemium\": 0,\n                    \"plan_id_onetime\": null,\n                    \"shipment_movement\": \"on_shipment\",\n                    \"14_day_trial_expired\": true,\n                    \"keep_credits\": 0,\n                    \"change_base\": 1,\n                    \"shop_setup_instructions\": \"{\\\"store_type\\\":\\\"market_place\\\"}\",\n                    \"store_setup\": \"{\\\"is_setup_complete\\\":null,\\\"step\\\":\\\"1\\\"}\",\n                    \"published_and_unpublished_theme1_code\": \"{\\\"published_theme1_template\\\":{\\\"main_page_template\\\":\\\"<div id=\\\\\\\"vendor-detail-page\\\\\\\">\\\\n    <input type=\\\\\\\"hidden\\\\\\\" id=\\\\\\\"company_id\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\">\\\\n    @if ($company->banner_link)\\\\n    <section class=\\\\\\\"u-clearfix u-section-1 bck-banner-img\\\\\\\" id=\\\\\\\"sec-44b5\\\\\\\" style=\\\\\\\"background-image: url({{$company->banner_link}});\\\\\\\">\\\\n    </section>\\\\n    @endif\\\\n    <div class=\\\\\\\"u-clearfix u-sheet u-valign-middle u-sheet-1\\\\\\\" style=\\\\\\\"min-height: 250px;\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-expanded-width u-gutter-0 u-layout-wrap u-layout-wrap-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-layout\\\\\\\">\\\\n                <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n                    <div class=\\\\\\\"u-align-center u-container-style u-layout-cell u-left-cell u-size-23 u-layout-cell-1\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\" style=\\\\\\\"height:max-content; display: flex; flex-direction: column; align-items: center; padding-right: 4rem; padding-top: 1.5rem;\\\\\\\">\\\\n                            <img alt=\\\\\\\"{{$company->title}}\\\\\\\" class=\\\\\\\"u-image u-image-circle\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\" data-image-width=\\\\\\\"150\\\\\\\" data-image-height=\\\\\\\"150\\\\\\\" style=\\\\\\\"width: 80%;\\\\\\\">\\\\n                            </img>\\\\n                             <div class=\\\\\\\"social-media-links\\\\\\\">\\\\n                            @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                            <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\">\\\\n                                    <svg class=\\\\\\\"u-svg-content\\\\\\\"  x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-0214\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#3B5998\\\\\\\" d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\">\\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-3589\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#55ACEE\\\\\\\" d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\">        \\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-d986\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                        </div>\\\\n                            @if ($parentCompany->display_vendor_location)\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-1\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}\\\\n                            </p>\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                            @endif\\\\n                        </div>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n                            <h2 style=\\\\\\\"margin-bottom: 0;\\\\\\\" class=\\\\\\\"u-text\\\\\\\">{{$company->brand_name}}</h2>\\\\n                            <p class=\\\\\\\"u-text u-text-3\\\\\\\">\\\\n                                {!! $company->about_us !!}\\\\n                            </p>\\\\n                        </div>\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </div>\\\\n    \\\\n    {{-- Tabs --}}\\\\n    <section class=\\\\\\\"u-align-center u-clearfix u-section-2\\\\\\\" id=\\\\\\\"carousel_37bc\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-tab-links-align-justify u-tabs u-tabs-1\\\\\\\" id=\\\\\\\"u-tabs\\\\\\\">\\\\n                <ul class=\\\\\\\"u-tab-list u-unstyled\\\\\\\" role=\\\\\\\"tablist\\\\\\\">\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_products_tab)\\\\n                    <li class=\\\\\\\"u-tab-item\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"active u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-1\\\\\\\" id=\\\\\\\"link-tab-products\\\\\\\" href=\\\\\\\"#tab-products\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-products\\\\\\\" aria-selected=\\\\\\\"true\\\\\\\">Products</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_policy_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-2\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-2\\\\\\\" id=\\\\\\\"link-tab-policy\\\\\\\" href=\\\\\\\"#tab-policy\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-policy\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Policy</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_about_us_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-aboutus\\\\\\\" href=\\\\\\\"#tab-aboutus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-aboutus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">About Us<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_events_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\"\\\\n                             id=\\\\\\\"link-tab-events\\\\\\\" href=\\\\\\\"#tab-events\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-events\\\\\\\"\\\\n                              aria-selected=\\\\\\\"false\\\\\\\">Events<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_contact_us_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-contactus\\\\\\\" href=\\\\\\\"#tab-contactus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-contactus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Contact Us<br>\\\\n                        </a>\\\\n                    </li>\\\\n                    @endif\\\\n                </ul>\\\\n                <div class=\\\\\\\"u-tab-content\\\\\\\">\\\\n                    <div class=\\\\\\\"u-container-style u-tab-active u-tab-pane u-white u-tab-pane-1\\\\\\\" id=\\\\\\\"tab-products\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-products\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-container-style u-tab-pane u-white u-tab-pane-2\\\\\\\" id=\\\\\\\"tab-policy\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-policy\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-aboutus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-aboutus\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-events\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-events\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white u-tab-pane-5\\\\\\\" id=\\\\\\\"tab-contactus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-contactus\\\\\\\">\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </section>\\\\n</div>\\\",\\\"product_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\">\\\\n    <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n        <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.details\\\\\\\", [\\\\\\\"shopDomain\\\\\\\" => $shop->shopify_domain,\\\\n        \\\\\\\"vendorTitle\\\\\\\"=>$vendorTitle, \\\\\\\"action\\\\\\\"=>\\\\\\\"products\\\\\\\"]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" id=\\\\\\\"search_product_form\\\\\\\"\\\\n        class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\"\\\\n        source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: left;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n                <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search Product\\\\\\\" id=\\\\\\\"st_search_product\\\\\\\" name=\\\\\\\"search_product\\\\\\\"\\\\n                class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n                <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$tags}}\\\\\\\" id=\\\\\\\"st_search_product_by_tag\\\\\\\" name=\\\\\\\"search_product_by_tag\\\\\\\">\\\\n            </div>\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: right;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control u-label\\\\\\\" style=\\\\\\\"margin-left: auto;\\\\\\\">Sort By</label>\\\\n                <select name=\\\\\\\"sort_by\\\\\\\" id=\\\\\\\"st_product_list_sort_by\\\\\\\" class=\\\\\\\"filters-toolbar__input\\\\\\\" aria-describedby=\\\\\\\"a11y-refresh-page-message \\\\n                a11y-selection-message\\\\\\\" data-default-sortby=\\\\\\\"title-descending\\\\\\\">\\\\n                    <option value=\\\\\\\"title-ascending\\\\\\\" {{$orderBy == \\\\\\\"title-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, A-Z</option>\\\\n                    <option value=\\\\\\\"title-descending\\\\\\\" {{$orderBy == \\\\\\\"title-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, Z-A</option>\\\\n                    <option value=\\\\\\\"price-ascending\\\\\\\" {{$orderBy == \\\\\\\"price-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price , Low To High</option>\\\\n                    <option value=\\\\\\\"price-descending\\\\\\\" {{$orderBy == \\\\\\\"price-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price, High To Low</option>\\\\n                    <option value=\\\\\\\"best-selling\\\\\\\" {{$orderBy == \\\\\\\"best-selling\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Best Selling</option>\\\\n                    <option value=\\\\\\\"date-ascending\\\\\\\" {{$orderBy == \\\\\\\"date-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, New To Old</option>\\\\n                    <option value=\\\\\\\"date-descending\\\\\\\" {{$orderBy == \\\\\\\"date-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, Old To New</option>\\\\n                </select>\\\\n            </div>\\\\n            <div style=\\\\\\\"clear: both;\\\\\\\"></div>\\\\n        </form>\\\\n    </div>\\\\n    <div class=\\\\\\\"u-products u-products-1\\\\\\\">\\\\n        <div class=\\\\\\\"loader hide\\\\\\\"></div>\\\\n        @if ($products && sizeof($products) > 0)\\\\n        <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n            @foreach($products as $product)\\\\n                <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                    <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/products/{{$product->handle}}\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2\\\\\\\">\\\\n                            <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1\\\\\\\" \\\\n                            src=\\\\\\\"{{$product->image}}\\\\\\\">\\\\n                            @if($parentCompany->handle_out_of_stock_products == \\\\\\\"list_out_of_stock_products_with_out_of_stock_label\\\\\\\" && $product->isOutOfStock())\\\\n                                <p class=\\\\\\\"hidden-text u-out-of-stock-text\\\\\\\">OUT OF STOCK</p>\\\\n                            @endif\\\\n\\\\n                            <div class=\\\\\\\"u-product-control u-product-price u-product-price-1\\\\\\\">\\\\n                                <div class=\\\\\\\"u-price-wrapper u-spacing-10\\\\\\\">\\\\n                                    <div class=\\\\\\\"u-price u-text-palette-2-base\\\\\\\" style=\\\\\\\"font-weight: 700;\\\\\\\">\\\\n                                        <p class=\\\\\\\"u-product-title text-muted\\\\\\\" style=\\\\\\\"text-decoration: none;\\\\\\\">\\\\n                                            {{$product->title}}\\\\n                                        </p>\\\\n                                        @if($product->has_only_default_variant)\\\\n                                        {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                         $product->shop->currency}} \\\\n                                        {{$product->lowestPricedVariant->first() ? $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\"}}\\\\n                                        @else\\\\n                                        From: {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                        $product->shop->currency}} {{ $product->lowestPricedVariant->first() ?\\\\n                                        $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\" }}\\\\n                                        @endif\\\\n                                    </div>\\\\n                                </div>\\\\n                            </div>\\\\n                        </div>\\\\n                    </a>\\\\n                </div>\\\\n            @endforeach\\\\n        </div>\\\\n        <div>\\\\n            {{ $products->links() }}\\\\n        </div>\\\\n        @else\\\\n        <div style=\\\\\\\"margin: auto;\\\\\\\">\\\\n            <h3>No Products Found</h3>\\\\n        </div>\\\\n        @endif\\\\n    </div>\\\\n</div>\\\",\\\"about_us_template\\\":\\\"<div class=\\\\\\\"u-aboutus-container\\\\\\\"> <div class=\\\\\\\"u-aboutus-row\\\\\\\"> {!! $aboutus !!} </div></div>\\\",\\\"policy_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">{!! $policy !!}</div>\\\\n</div>\\\",\\\"contact_us_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-left-cell u-size-30 u-layout-cell-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-container-layout-10\\\\\\\">\\\\n                <h2 class=\\\\\\\"u-text u-text-grey-70 u-text-8\\\\\\\">Contact us</h2>\\\\n                <h6 class=\\\\\\\"u-text u-text-grey-50 u-text-9\\\\\\\">{{$company->brand_name}}</h6>\\\\n                @if ($parentCompany->display_vendor_location)\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10\\\\\\\">{{ $company->address_line_1 ? $company->address_line_1.\\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\" }} {{ $company->address_line_2 ? $company->address_line_2 : \\\\\\\"\\\\\\\" }} <br>\\\\n                    {{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}                                        \\\\n                    </p>\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                @endif\\\\n                <div class=\\\\\\\"u-social-icons u-spacing-20 u-social-icons-1\\\\\\\">\\\\n                @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-facebook u-social-icon u-icon-2\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-50ee\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-50ee\\\\\\\"><path d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-twitter u-icon-3\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-d346\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-d346\\\\\\\"><path d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-instagram u-icon-4\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-dd2a\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-dd2a\\\\\\\"><path d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path><path d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path><path d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif                \\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-30 u-layout-cell-2\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-valign-middle u-container-layout-11\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-form u-form-2\\\\\\\">\\\\n                <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.contact\\\\\\\") }}\\\\\\\" id=\\\\\\\"st_vendor_contact_form\\\\\\\" method=\\\\\\\"POST\\\\\\\" class=\\\\\\\"u-clearfix u-form-spacing-24 u-form-vertical u-inner-form\\\\\\\" style=\\\\\\\"padding: 24px;\\\\\\\" source=\\\\\\\"custom\\\\\\\" name=\\\\\\\"form\\\\\\\">\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$shop->id}}\\\\\\\" name=\\\\\\\"shop_id\\\\\\\" >\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\" name=\\\\\\\"company_id\\\\\\\" >\\\\n                    <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_name\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Name</label>\\\\n                        <input type=\\\\\\\"text\\\\\\\" placeholder=\\\\\\\"Enter your Name\\\\\\\" id=\\\\\\\"st_contact_form_name\\\\\\\" name=\\\\\\\"name\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-4\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-email u-form-group\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_email\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Email</label>\\\\n                        <input type=\\\\\\\"email\\\\\\\" placeholder=\\\\\\\"Enter a valid email address\\\\\\\" id=\\\\\\\"st_contact_form_email\\\\\\\" name=\\\\\\\"email\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-5\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-group u-form-message\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_message\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Message</label>\\\\n                        <textarea placeholder=\\\\\\\"Enter your message\\\\\\\" rows=\\\\\\\"4\\\\\\\" cols=\\\\\\\"50\\\\\\\" id=\\\\\\\"st_contact_form_message\\\\\\\" name=\\\\\\\"message\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-6\\\\\\\" required=\\\\\\\"\\\\\\\"></textarea>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-form-group u-form-submit\\\\\\\">       \\\\n                        <input type=\\\\\\\"submit\\\\\\\" value=\\\\\\\"submit\\\\\\\" class=\\\\\\\"u-form-control\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-send-message u-form-send-success\\\\\\\"> Thank you! Your message has been sent. </div>\\\\n                    <div class=\\\\\\\"u-form-send-error u-form-send-message\\\\\\\"> Unable to send your message. Please fix errors then try again. </div>\\\\n                </form>\\\\n            </div>\\\\n    </div>\\\\n        </div>\\\\n    </div>\\\\n</div>\\\"},\\\"unpublished_theme1_template\\\":{\\\"main_page_template\\\":\\\"<div id=\\\\\\\"vendor-detail-page\\\\\\\">\\\\n    <input type=\\\\\\\"hidden\\\\\\\" id=\\\\\\\"company_id\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\">\\\\n    @if ($company->banner_link)\\\\n    <section class=\\\\\\\"u-clearfix u-section-1 bck-banner-img\\\\\\\" id=\\\\\\\"sec-44b5\\\\\\\" style=\\\\\\\"background-image: url({{$company->banner_link}});\\\\\\\">\\\\n    </section>\\\\n    @endif\\\\n    <div class=\\\\\\\"u-clearfix u-sheet u-valign-middle u-sheet-1\\\\\\\" style=\\\\\\\"min-height: 250px;\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-expanded-width u-gutter-0 u-layout-wrap u-layout-wrap-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-layout\\\\\\\">\\\\n                <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n                    <div class=\\\\\\\"u-align-center u-container-style u-layout-cell u-left-cell u-size-23 u-layout-cell-1\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\" style=\\\\\\\"height:max-content; display: flex; flex-direction: column; align-items: center; padding-right: 4rem; padding-top: 1.5rem;\\\\\\\">\\\\n                            <img alt=\\\\\\\"{{$company->title}}\\\\\\\" class=\\\\\\\"u-image u-image-circle\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\" data-image-width=\\\\\\\"150\\\\\\\" data-image-height=\\\\\\\"150\\\\\\\" style=\\\\\\\"width: 80%;\\\\\\\">\\\\n                            </img>\\\\n                             <div class=\\\\\\\"social-media-links\\\\\\\">\\\\n                            @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                            <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\">\\\\n                                    <svg class=\\\\\\\"u-svg-content\\\\\\\"  x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-0214\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#3B5998\\\\\\\" d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\">\\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-3589\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#55ACEE\\\\\\\" d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\">        \\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-d986\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                        </div>\\\\n                            @if ($parentCompany->display_vendor_location)\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-1\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}\\\\n                            </p>\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                            @endif\\\\n                        </div>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n                            <h2 style=\\\\\\\"margin-bottom: 0;\\\\\\\" class=\\\\\\\"u-text\\\\\\\">{{$company->brand_name}}</h2>\\\\n                            <p class=\\\\\\\"u-text u-text-3\\\\\\\">\\\\n                                {!! $company->about_us !!}\\\\n                            </p>\\\\n                        </div>\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </div>\\\\n    \\\\n    {{-- Tabs --}}\\\\n    <section class=\\\\\\\"u-align-center u-clearfix u-section-2\\\\\\\" id=\\\\\\\"carousel_37bc\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-tab-links-align-justify u-tabs u-tabs-1\\\\\\\" id=\\\\\\\"u-tabs\\\\\\\">\\\\n                <ul class=\\\\\\\"u-tab-list u-unstyled\\\\\\\" role=\\\\\\\"tablist\\\\\\\">\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_products_tab)\\\\n                    <li class=\\\\\\\"u-tab-item\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"active u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-1\\\\\\\" id=\\\\\\\"link-tab-products\\\\\\\" href=\\\\\\\"#tab-products\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-products\\\\\\\" aria-selected=\\\\\\\"true\\\\\\\">Products</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_policy_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-2\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-2\\\\\\\" id=\\\\\\\"link-tab-policy\\\\\\\" href=\\\\\\\"#tab-policy\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-policy\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Policy</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_about_us_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-aboutus\\\\\\\" href=\\\\\\\"#tab-aboutus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-aboutus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">About Us<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_events_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\"\\\\n                             id=\\\\\\\"link-tab-events\\\\\\\" href=\\\\\\\"#tab-events\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-events\\\\\\\"\\\\n                              aria-selected=\\\\\\\"false\\\\\\\">Events<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_contact_us_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-contactus\\\\\\\" href=\\\\\\\"#tab-contactus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-contactus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Contact Us<br>\\\\n                        </a>\\\\n                    </li>\\\\n                    @endif\\\\n                </ul>\\\\n                <div class=\\\\\\\"u-tab-content\\\\\\\">\\\\n                    <div class=\\\\\\\"u-container-style u-tab-active u-tab-pane u-white u-tab-pane-1\\\\\\\" id=\\\\\\\"tab-products\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-products\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-container-style u-tab-pane u-white u-tab-pane-2\\\\\\\" id=\\\\\\\"tab-policy\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-policy\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-aboutus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-aboutus\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-events\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-events\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white u-tab-pane-5\\\\\\\" id=\\\\\\\"tab-contactus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-contactus\\\\\\\">\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </section>\\\\n</div>\\\",\\\"product_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\">\\\\n    <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n        <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.details\\\\\\\", [\\\\\\\"shopDomain\\\\\\\" => $shop->shopify_domain,\\\\n        \\\\\\\"vendorTitle\\\\\\\"=>$vendorTitle, \\\\\\\"action\\\\\\\"=>\\\\\\\"products\\\\\\\"]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" id=\\\\\\\"search_product_form\\\\\\\"\\\\n        class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\"\\\\n        source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: left;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n                <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search Product\\\\\\\" id=\\\\\\\"st_search_product\\\\\\\" name=\\\\\\\"search_product\\\\\\\"\\\\n                class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n                <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$tags}}\\\\\\\" id=\\\\\\\"st_search_product_by_tag\\\\\\\" name=\\\\\\\"search_product_by_tag\\\\\\\">\\\\n            </div>\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: right;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control u-label\\\\\\\" style=\\\\\\\"margin-left: auto;\\\\\\\">Sort By</label>\\\\n                <select name=\\\\\\\"sort_by\\\\\\\" id=\\\\\\\"st_product_list_sort_by\\\\\\\" class=\\\\\\\"filters-toolbar__input\\\\\\\" aria-describedby=\\\\\\\"a11y-refresh-page-message \\\\n                a11y-selection-message\\\\\\\" data-default-sortby=\\\\\\\"title-descending\\\\\\\">\\\\n                    <option value=\\\\\\\"title-ascending\\\\\\\" {{$orderBy == \\\\\\\"title-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, A-Z</option>\\\\n                    <option value=\\\\\\\"title-descending\\\\\\\" {{$orderBy == \\\\\\\"title-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, Z-A</option>\\\\n                    <option value=\\\\\\\"price-ascending\\\\\\\" {{$orderBy == \\\\\\\"price-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price , Low To High</option>\\\\n                    <option value=\\\\\\\"price-descending\\\\\\\" {{$orderBy == \\\\\\\"price-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price, High To Low</option>\\\\n                    <option value=\\\\\\\"best-selling\\\\\\\" {{$orderBy == \\\\\\\"best-selling\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Best Selling</option>\\\\n                    <option value=\\\\\\\"date-ascending\\\\\\\" {{$orderBy == \\\\\\\"date-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, New To Old</option>\\\\n                    <option value=\\\\\\\"date-descending\\\\\\\" {{$orderBy == \\\\\\\"date-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, Old To New</option>\\\\n                </select>\\\\n            </div>\\\\n            <div style=\\\\\\\"clear: both;\\\\\\\"></div>\\\\n        </form>\\\\n    </div>\\\\n    <div class=\\\\\\\"u-products u-products-1\\\\\\\">\\\\n        <div class=\\\\\\\"loader hide\\\\\\\"></div>\\\\n        @if ($products && sizeof($products) > 0)\\\\n        <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n            @foreach($products as $product)\\\\n                <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                    <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/products/{{$product->handle}}\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2\\\\\\\">\\\\n                            <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1\\\\\\\" \\\\n                            src=\\\\\\\"{{$product->image}}\\\\\\\">\\\\n                            @if($parentCompany->handle_out_of_stock_products == \\\\\\\"list_out_of_stock_products_with_out_of_stock_label\\\\\\\" && $product->isOutOfStock())\\\\n                                <p class=\\\\\\\"hidden-text u-out-of-stock-text\\\\\\\">OUT OF STOCK</p>\\\\n                            @endif\\\\n\\\\n                            <div class=\\\\\\\"u-product-control u-product-price u-product-price-1\\\\\\\">\\\\n                                <div class=\\\\\\\"u-price-wrapper u-spacing-10\\\\\\\">\\\\n                                    <div class=\\\\\\\"u-price u-text-palette-2-base\\\\\\\" style=\\\\\\\"font-weight: 700;\\\\\\\">\\\\n                                        <p class=\\\\\\\"u-product-title text-muted\\\\\\\" style=\\\\\\\"text-decoration: none;\\\\\\\">\\\\n                                            {{$product->title}}\\\\n                                        </p>\\\\n                                        @if($product->has_only_default_variant)\\\\n                                        {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                         $product->shop->currency}} \\\\n                                        {{$product->lowestPricedVariant->first() ? $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\"}}\\\\n                                        @else\\\\n                                        From: {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                        $product->shop->currency}} {{ $product->lowestPricedVariant->first() ?\\\\n                                        $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\" }}\\\\n                                        @endif\\\\n                                    </div>\\\\n                                </div>\\\\n                            </div>\\\\n                        </div>\\\\n                    </a>\\\\n                </div>\\\\n            @endforeach\\\\n        </div>\\\\n        <div>\\\\n            {{ $products->links() }}\\\\n        </div>\\\\n        @else\\\\n        <div style=\\\\\\\"margin: auto;\\\\\\\">\\\\n            <h3>No Products Found</h3>\\\\n        </div>\\\\n        @endif\\\\n    </div>\\\\n</div>\\\",\\\"about_us_template\\\":\\\"<div class=\\\\\\\"u-aboutus-container\\\\\\\"> <div class=\\\\\\\"u-aboutus-row\\\\\\\"> {!! $aboutus !!} </div></div>\\\",\\\"policy_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">{!! $policy !!}</div>\\\\n</div>\\\",\\\"contact_us_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-left-cell u-size-30 u-layout-cell-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-container-layout-10\\\\\\\">\\\\n                <h2 class=\\\\\\\"u-text u-text-grey-70 u-text-8\\\\\\\">Contact us</h2>\\\\n                <h6 class=\\\\\\\"u-text u-text-grey-50 u-text-9\\\\\\\">{{$company->brand_name}}</h6>\\\\n                @if ($parentCompany->display_vendor_location)\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10\\\\\\\">{{ $company->address_line_1 ? $company->address_line_1.\\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\" }} {{ $company->address_line_2 ? $company->address_line_2 : \\\\\\\"\\\\\\\" }} <br>\\\\n                    {{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}                                        \\\\n                    </p>\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                @endif\\\\n                <div class=\\\\\\\"u-social-icons u-spacing-20 u-social-icons-1\\\\\\\">\\\\n                @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-facebook u-social-icon u-icon-2\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-50ee\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-50ee\\\\\\\"><path d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-twitter u-icon-3\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-d346\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-d346\\\\\\\"><path d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-instagram u-icon-4\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-dd2a\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-dd2a\\\\\\\"><path d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path><path d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path><path d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif                \\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-30 u-layout-cell-2\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-valign-middle u-container-layout-11\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-form u-form-2\\\\\\\">\\\\n                <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.contact\\\\\\\") }}\\\\\\\" id=\\\\\\\"st_vendor_contact_form\\\\\\\" method=\\\\\\\"POST\\\\\\\" class=\\\\\\\"u-clearfix u-form-spacing-24 u-form-vertical u-inner-form\\\\\\\" style=\\\\\\\"padding: 24px;\\\\\\\" source=\\\\\\\"custom\\\\\\\" name=\\\\\\\"form\\\\\\\">\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$shop->id}}\\\\\\\" name=\\\\\\\"shop_id\\\\\\\" >\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\" name=\\\\\\\"company_id\\\\\\\" >\\\\n                    <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_name\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Name</label>\\\\n                        <input type=\\\\\\\"text\\\\\\\" placeholder=\\\\\\\"Enter your Name\\\\\\\" id=\\\\\\\"st_contact_form_name\\\\\\\" name=\\\\\\\"name\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-4\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-email u-form-group\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_email\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Email</label>\\\\n                        <input type=\\\\\\\"email\\\\\\\" placeholder=\\\\\\\"Enter a valid email address\\\\\\\" id=\\\\\\\"st_contact_form_email\\\\\\\" name=\\\\\\\"email\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-5\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-group u-form-message\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_message\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Message</label>\\\\n                        <textarea placeholder=\\\\\\\"Enter your message\\\\\\\" rows=\\\\\\\"4\\\\\\\" cols=\\\\\\\"50\\\\\\\" id=\\\\\\\"st_contact_form_message\\\\\\\" name=\\\\\\\"message\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-6\\\\\\\" required=\\\\\\\"\\\\\\\"></textarea>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-form-group u-form-submit\\\\\\\">       \\\\n                        <input type=\\\\\\\"submit\\\\\\\" value=\\\\\\\"submit\\\\\\\" class=\\\\\\\"u-form-control\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-send-message u-form-send-success\\\\\\\"> Thank you! Your message has been sent. </div>\\\\n                    <div class=\\\\\\\"u-form-send-error u-form-send-message\\\\\\\"> Unable to send your message. Please fix errors then try again. </div>\\\\n                </form>\\\\n            </div>\\\\n    </div>\\\\n        </div>\\\\n    </div>\\\\n</div>\\\"},\\\"published_theme1_css\\\":null,\\\"unpublished_theme1_css\\\":null,\\\"published_vendor_list_template\\\":\\\"<div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2 u-section-2\\\\\\\">\\\\n    <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n      <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n        <h1 class=\\\\\\\"u-text u-text-default u-text-1\\\\\\\">{{$parentCompany->name_of_the_vendor_listing_page}}</h1>\\\\n        <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n          <form id=\\\\\\\"vendor_search_form\\\\\\\" action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.list\\\\\\\", [\\\\\\\"shop\\\\\\\" => $shop->shopify_domain]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\" source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n              <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n              <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search\\\\\\\" id=\\\\\\\"search_vendor\\\\\\\" name=\\\\\\\"search_vendor\\\\\\\" class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n            </div>\\\\n          </form>\\\\n        </div>\\\\n        <div class=\\\\\\\"loader\\\\\\\" ></div>\\\\n        <div class=\\\\\\\"u-container-layout-2 u-container-layout-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-products u-products-1\\\\\\\">                \\\\n                <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n                    @foreach($companies as $company)\\\\n                      <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2 container\\\\\\\">\\\\n                                  <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1 image-hover\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\">\\\\n                                  <h1 class=\\\\\\\"u-align-center u-product-control u-text u-text-1\\\\\\\">\\\\n                                      <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                                          {{$company->title}}\\\\n                                      </a>\\\\n                                      @if ($parentCompany->display_vendor_category && $company->vendor_category != \\\\\\\"\\\\\\\")\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->vendor_category}} </p>\\\\n                                      @endif\\\\n                                      @if ($parentCompany->display_vendor_location)\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}</p>\\\\n                                      @endif\\\\n                                  </h1>\\\\n                              </div>\\\\n                          </a>\\\\n                          @if ($parentCompany->display_vendor_short_description)\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"st-middle\\\\\\\">\\\\n                                  <div class=\\\\\\\"short-description st-white-text-overlay\\\\\\\" style=\\\\\\\"height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.4);\\\\\\\">\\\\n                                      {!! $company->short_description !!}\\\\n                                  </div>\\\\n                              </div>\\\\n                          </a>\\\\n                          @endif\\\\n                      </div>\\\\n                    @endforeach\\\\n                </div>\\\\n                <div>\\\\n                  {{ $companies->links() }}\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n      </div>\\\\n    </div>\\\\n  </div>\\\",\\\"unpublished_vendor_list_template\\\":\\\"<div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2 u-section-2\\\\\\\">\\\\n    <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n      <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n        <h1 class=\\\\\\\"u-text u-text-default u-text-1\\\\\\\">{{$parentCompany->name_of_the_vendor_listing_page}}</h1>\\\\n        <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n          <form id=\\\\\\\"vendor_search_form\\\\\\\" action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.list\\\\\\\", [\\\\\\\"shop\\\\\\\" => $shop->shopify_domain]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\" source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n              <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n              <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search\\\\\\\" id=\\\\\\\"search_vendor\\\\\\\" name=\\\\\\\"search_vendor\\\\\\\" class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n            </div>\\\\n          </form>\\\\n        </div>\\\\n        <div class=\\\\\\\"loader\\\\\\\" ></div>\\\\n        <div class=\\\\\\\"u-container-layout-2 u-container-layout-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-products u-products-1\\\\\\\">                \\\\n                <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n                    @foreach($companies as $company)\\\\n                      <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2 container\\\\\\\">\\\\n                                  <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1 image-hover\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\">\\\\n                                  <h1 class=\\\\\\\"u-align-center u-product-control u-text u-text-1\\\\\\\">\\\\n                                      <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                                          {{$company->title}}\\\\n                                      </a>\\\\n                                      @if ($parentCompany->display_vendor_category && $company->vendor_category != \\\\\\\"\\\\\\\")\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->vendor_category}} </p>\\\\n                                      @endif\\\\n                                      @if ($parentCompany->display_vendor_location)\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}</p>\\\\n                                      @endif\\\\n                                  </h1>\\\\n                              </div>\\\\n                          </a>\\\\n                          @if ($parentCompany->display_vendor_short_description)\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"st-middle\\\\\\\">\\\\n                                  <div class=\\\\\\\"short-description st-white-text-overlay\\\\\\\" style=\\\\\\\"height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.4);\\\\\\\">\\\\n                                      {!! $company->short_description !!}\\\\n                                  </div>\\\\n                              </div>\\\\n                          </a>\\\\n                          @endif\\\\n                      </div>\\\\n                    @endforeach\\\\n                </div>\\\\n                <div>\\\\n                  {{ $companies->links() }}\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n      </div>\\\\n    </div>\\\\n  </div>\\\",\\\"publish_pending\\\":false}\",\n                    \"published_and_unpublished_theme1_code_last_version\": \"{\\\"published_theme1_css\\\":null,\\\"published_theme1_template\\\":{\\\"main_page_template\\\":\\\"<div id=\\\\\\\"vendor-detail-page\\\\\\\">\\\\n    <input type=\\\\\\\"hidden\\\\\\\" id=\\\\\\\"company_id\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\">\\\\n    @if ($company->banner_link)\\\\n    <section class=\\\\\\\"u-clearfix u-section-1 bck-banner-img\\\\\\\" id=\\\\\\\"sec-44b5\\\\\\\" style=\\\\\\\"background-image: url({{$company->banner_link}});\\\\\\\">\\\\n    </section>\\\\n    @endif\\\\n    <div class=\\\\\\\"u-clearfix u-sheet u-valign-middle u-sheet-1\\\\\\\" style=\\\\\\\"min-height: 250px;\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-expanded-width u-gutter-0 u-layout-wrap u-layout-wrap-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-layout\\\\\\\">\\\\n                <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n                    <div class=\\\\\\\"u-align-center u-container-style u-layout-cell u-left-cell u-size-23 u-layout-cell-1\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\" style=\\\\\\\"height:max-content; display: flex; flex-direction: column; align-items: center; padding-right: 4rem; padding-top: 1.5rem;\\\\\\\">\\\\n                            <img alt=\\\\\\\"{{$company->title}}\\\\\\\" class=\\\\\\\"u-image u-image-circle\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\" data-image-width=\\\\\\\"150\\\\\\\" data-image-height=\\\\\\\"150\\\\\\\" style=\\\\\\\"width: 80%;\\\\\\\">\\\\n                            </img>\\\\n                             <div class=\\\\\\\"social-media-links\\\\\\\">\\\\n                            @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                            <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\">\\\\n                                    <svg class=\\\\\\\"u-svg-content\\\\\\\"  x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-0214\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#3B5998\\\\\\\" d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\">\\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-3589\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#55ACEE\\\\\\\" d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\">        \\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-d986\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                        </div>\\\\n                            @if ($parentCompany->display_vendor_location)\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-1\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}\\\\n                            </p>\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                            @endif\\\\n                        </div>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n                            <h2 style=\\\\\\\"margin-bottom: 0;\\\\\\\" class=\\\\\\\"u-text\\\\\\\">{{$company->brand_name}}</h2>\\\\n                            <p class=\\\\\\\"u-text u-text-3\\\\\\\">\\\\n                                {!! $company->about_us !!}\\\\n                            </p>\\\\n                        </div>\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </div>\\\\n    \\\\n    {{-- Tabs --}}\\\\n    <section class=\\\\\\\"u-align-center u-clearfix u-section-2\\\\\\\" id=\\\\\\\"carousel_37bc\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-tab-links-align-justify u-tabs u-tabs-1\\\\\\\" id=\\\\\\\"u-tabs\\\\\\\">\\\\n                <ul class=\\\\\\\"u-tab-list u-unstyled\\\\\\\" role=\\\\\\\"tablist\\\\\\\">\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_products_tab)\\\\n                    <li class=\\\\\\\"u-tab-item\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"active u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-1\\\\\\\" id=\\\\\\\"link-tab-products\\\\\\\" href=\\\\\\\"#tab-products\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-products\\\\\\\" aria-selected=\\\\\\\"true\\\\\\\">Products</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_policy_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-2\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-2\\\\\\\" id=\\\\\\\"link-tab-policy\\\\\\\" href=\\\\\\\"#tab-policy\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-policy\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Policy</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_about_us_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-aboutus\\\\\\\" href=\\\\\\\"#tab-aboutus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-aboutus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">About Us<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_events_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\"\\\\n                             id=\\\\\\\"link-tab-events\\\\\\\" href=\\\\\\\"#tab-events\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-events\\\\\\\"\\\\n                              aria-selected=\\\\\\\"false\\\\\\\">Events<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_contact_us_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-contactus\\\\\\\" href=\\\\\\\"#tab-contactus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-contactus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Contact Us<br>\\\\n                        </a>\\\\n                    </li>\\\\n                    @endif\\\\n                </ul>\\\\n                <div class=\\\\\\\"u-tab-content\\\\\\\">\\\\n                    <div class=\\\\\\\"u-container-style u-tab-active u-tab-pane u-white u-tab-pane-1\\\\\\\" id=\\\\\\\"tab-products\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-products\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-container-style u-tab-pane u-white u-tab-pane-2\\\\\\\" id=\\\\\\\"tab-policy\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-policy\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-aboutus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-aboutus\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-events\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-events\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white u-tab-pane-5\\\\\\\" id=\\\\\\\"tab-contactus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-contactus\\\\\\\">\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </section>\\\\n</div>\\\",\\\"product_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\">\\\\n    <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n        <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.details\\\\\\\", [\\\\\\\"shopDomain\\\\\\\" => $shop->shopify_domain,\\\\n        \\\\\\\"vendorTitle\\\\\\\"=>$vendorTitle, \\\\\\\"action\\\\\\\"=>\\\\\\\"products\\\\\\\"]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" id=\\\\\\\"search_product_form\\\\\\\"\\\\n        class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\"\\\\n        source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: left;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n                <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search Product\\\\\\\" id=\\\\\\\"st_search_product\\\\\\\" name=\\\\\\\"search_product\\\\\\\"\\\\n                class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n                <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$tags}}\\\\\\\" id=\\\\\\\"st_search_product_by_tag\\\\\\\" name=\\\\\\\"search_product_by_tag\\\\\\\">\\\\n            </div>\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: right;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control u-label\\\\\\\" style=\\\\\\\"margin-left: auto;\\\\\\\">Sort By</label>\\\\n                <select name=\\\\\\\"sort_by\\\\\\\" id=\\\\\\\"st_product_list_sort_by\\\\\\\" class=\\\\\\\"filters-toolbar__input\\\\\\\" aria-describedby=\\\\\\\"a11y-refresh-page-message \\\\n                a11y-selection-message\\\\\\\" data-default-sortby=\\\\\\\"title-descending\\\\\\\">\\\\n                    <option value=\\\\\\\"title-ascending\\\\\\\" {{$orderBy == \\\\\\\"title-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, A-Z</option>\\\\n                    <option value=\\\\\\\"title-descending\\\\\\\" {{$orderBy == \\\\\\\"title-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, Z-A</option>\\\\n                    <option value=\\\\\\\"price-ascending\\\\\\\" {{$orderBy == \\\\\\\"price-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price , Low To High</option>\\\\n                    <option value=\\\\\\\"price-descending\\\\\\\" {{$orderBy == \\\\\\\"price-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price, High To Low</option>\\\\n                    <option value=\\\\\\\"best-selling\\\\\\\" {{$orderBy == \\\\\\\"best-selling\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Best Selling</option>\\\\n                    <option value=\\\\\\\"date-ascending\\\\\\\" {{$orderBy == \\\\\\\"date-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, New To Old</option>\\\\n                    <option value=\\\\\\\"date-descending\\\\\\\" {{$orderBy == \\\\\\\"date-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, Old To New</option>\\\\n                </select>\\\\n            </div>\\\\n            <div style=\\\\\\\"clear: both;\\\\\\\"></div>\\\\n        </form>\\\\n    </div>\\\\n    <div class=\\\\\\\"u-products u-products-1\\\\\\\">\\\\n        <div class=\\\\\\\"loader hide\\\\\\\"></div>\\\\n        @if ($products && sizeof($products) > 0)\\\\n        <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n            @foreach($products as $product)\\\\n                <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                    <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/products/{{$product->handle}}\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2\\\\\\\">\\\\n                            <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1\\\\\\\" \\\\n                            src=\\\\\\\"{{$product->image}}\\\\\\\">\\\\n                            @if($parentCompany->handle_out_of_stock_products == \\\\\\\"list_out_of_stock_products_with_out_of_stock_label\\\\\\\" && $product->isOutOfStock())\\\\n                                <p class=\\\\\\\"hidden-text u-out-of-stock-text\\\\\\\">OUT OF STOCK</p>\\\\n                            @endif\\\\n\\\\n                            <div class=\\\\\\\"u-product-control u-product-price u-product-price-1\\\\\\\">\\\\n                                <div class=\\\\\\\"u-price-wrapper u-spacing-10\\\\\\\">\\\\n                                    <div class=\\\\\\\"u-price u-text-palette-2-base\\\\\\\" style=\\\\\\\"font-weight: 700;\\\\\\\">\\\\n                                        <p class=\\\\\\\"u-product-title text-muted\\\\\\\" style=\\\\\\\"text-decoration: none;\\\\\\\">\\\\n                                            {{$product->title}}\\\\n                                        </p>\\\\n                                        @if($product->has_only_default_variant)\\\\n                                        {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                         $product->shop->currency}} \\\\n                                        {{$product->lowestPricedVariant->first() ? $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\"}}\\\\n                                        @else\\\\n                                        From: {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                        $product->shop->currency}} {{ $product->lowestPricedVariant->first() ?\\\\n                                        $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\" }}\\\\n                                        @endif\\\\n                                    </div>\\\\n                                </div>\\\\n                            </div>\\\\n                        </div>\\\\n                    </a>\\\\n                </div>\\\\n            @endforeach\\\\n        </div>\\\\n        <div>\\\\n            {{ $products->links() }}\\\\n        </div>\\\\n        @else\\\\n        <div style=\\\\\\\"margin: auto;\\\\\\\">\\\\n            <h3>No Products Found</h3>\\\\n        </div>\\\\n        @endif\\\\n    </div>\\\\n</div>\\\",\\\"about_us_template\\\":\\\"<div class=\\\\\\\"u-aboutus-container\\\\\\\"> <div class=\\\\\\\"u-aboutus-row\\\\\\\"> {!! $aboutus !!} </div></div>\\\",\\\"policy_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">{!! $policy !!}</div>\\\\n</div>\\\",\\\"contact_us_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-left-cell u-size-30 u-layout-cell-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-container-layout-10\\\\\\\">\\\\n                <h2 class=\\\\\\\"u-text u-text-grey-70 u-text-8\\\\\\\">Contact us</h2>\\\\n                <h6 class=\\\\\\\"u-text u-text-grey-50 u-text-9\\\\\\\">{{$company->brand_name}}</h6>\\\\n                @if ($parentCompany->display_vendor_location)\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10\\\\\\\">{{ $company->address_line_1 ? $company->address_line_1.\\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\" }} {{ $company->address_line_2 ? $company->address_line_2 : \\\\\\\"\\\\\\\" }} <br>\\\\n                    {{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}                                        \\\\n                    </p>\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                @endif\\\\n                <div class=\\\\\\\"u-social-icons u-spacing-20 u-social-icons-1\\\\\\\">\\\\n                @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-facebook u-social-icon u-icon-2\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-50ee\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-50ee\\\\\\\"><path d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-twitter u-icon-3\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-d346\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-d346\\\\\\\"><path d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-instagram u-icon-4\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-dd2a\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-dd2a\\\\\\\"><path d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path><path d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path><path d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif                \\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-30 u-layout-cell-2\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-valign-middle u-container-layout-11\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-form u-form-2\\\\\\\">\\\\n                <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.contact\\\\\\\") }}\\\\\\\" id=\\\\\\\"st_vendor_contact_form\\\\\\\" method=\\\\\\\"POST\\\\\\\" class=\\\\\\\"u-clearfix u-form-spacing-24 u-form-vertical u-inner-form\\\\\\\" style=\\\\\\\"padding: 24px;\\\\\\\" source=\\\\\\\"custom\\\\\\\" name=\\\\\\\"form\\\\\\\">\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$shop->id}}\\\\\\\" name=\\\\\\\"shop_id\\\\\\\" >\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\" name=\\\\\\\"company_id\\\\\\\" >\\\\n                    <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_name\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Name</label>\\\\n                        <input type=\\\\\\\"text\\\\\\\" placeholder=\\\\\\\"Enter your Name\\\\\\\" id=\\\\\\\"st_contact_form_name\\\\\\\" name=\\\\\\\"name\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-4\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-email u-form-group\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_email\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Email</label>\\\\n                        <input type=\\\\\\\"email\\\\\\\" placeholder=\\\\\\\"Enter a valid email address\\\\\\\" id=\\\\\\\"st_contact_form_email\\\\\\\" name=\\\\\\\"email\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-5\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-group u-form-message\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_message\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Message</label>\\\\n                        <textarea placeholder=\\\\\\\"Enter your message\\\\\\\" rows=\\\\\\\"4\\\\\\\" cols=\\\\\\\"50\\\\\\\" id=\\\\\\\"st_contact_form_message\\\\\\\" name=\\\\\\\"message\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-6\\\\\\\" required=\\\\\\\"\\\\\\\"></textarea>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-form-group u-form-submit\\\\\\\">       \\\\n                        <input type=\\\\\\\"submit\\\\\\\" value=\\\\\\\"submit\\\\\\\" class=\\\\\\\"u-form-control\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-send-message u-form-send-success\\\\\\\"> Thank you! Your message has been sent. </div>\\\\n                    <div class=\\\\\\\"u-form-send-error u-form-send-message\\\\\\\"> Unable to send your message. Please fix errors then try again. </div>\\\\n                </form>\\\\n            </div>\\\\n    </div>\\\\n        </div>\\\\n    </div>\\\\n</div>\\\"},\\\"published_vendor_list_template\\\":\\\"<div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2 u-section-2\\\\\\\">\\\\n    <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n      <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n        <h1 class=\\\\\\\"u-text u-text-default u-text-1\\\\\\\">{{$parentCompany->name_of_the_vendor_listing_page}}</h1>\\\\n        <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n          <form id=\\\\\\\"vendor_search_form\\\\\\\" action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.list\\\\\\\", [\\\\\\\"shop\\\\\\\" => $shop->shopify_domain]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\" source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n              <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n              <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search\\\\\\\" id=\\\\\\\"search_vendor\\\\\\\" name=\\\\\\\"search_vendor\\\\\\\" class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n            </div>\\\\n          </form>\\\\n        </div>\\\\n        <div class=\\\\\\\"loader\\\\\\\" ></div>\\\\n        <div class=\\\\\\\"u-container-layout-2 u-container-layout-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-products u-products-1\\\\\\\">                \\\\n                <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n                    @foreach($companies as $company)\\\\n                      <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2 container\\\\\\\">\\\\n                                  <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1 image-hover\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\">\\\\n                                  <h1 class=\\\\\\\"u-align-center u-product-control u-text u-text-1\\\\\\\">\\\\n                                      <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                                          {{$company->title}}\\\\n                                      </a>\\\\n                                      @if ($parentCompany->display_vendor_category && $company->vendor_category != \\\\\\\"\\\\\\\")\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->vendor_category}} </p>\\\\n                                      @endif\\\\n                                      @if ($parentCompany->display_vendor_location)\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}</p>\\\\n                                      @endif\\\\n                                  </h1>\\\\n                              </div>\\\\n                          </a>\\\\n                          @if ($parentCompany->display_vendor_short_description)\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"st-middle\\\\\\\">\\\\n                                  <div class=\\\\\\\"short-description st-white-text-overlay\\\\\\\" style=\\\\\\\"height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.4);\\\\\\\">\\\\n                                      {!! $company->short_description !!}\\\\n                                  </div>\\\\n                              </div>\\\\n                          </a>\\\\n                          @endif\\\\n                      </div>\\\\n                    @endforeach\\\\n                </div>\\\\n                <div>\\\\n                  {{ $companies->links() }}\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n      </div>\\\\n    </div>\\\\n  </div>\\\"}\",\n                    \"left_days_14_day_trial\": null,\n                    \"currency_country\": {\n                        \"id\": 98,\n                        \"name\": \"India\",\n                        \"code\": \"IN\",\n                        \"dial_code\": \"+91\",\n                        \"currency_name\": \"Indian rupee\",\n                        \"currency_symbol\": \"Rs.\",\n                        \"currency_code\": \"INR\",\n                        \"created_at\": null,\n                        \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                        \"name_with_symbole\": \"Indian rupee - Rs.\"\n                    }\n                }\n            },\n            \"vendor_line_item\": {\n                \"total_discount\": 0,\n                \"order_discount\": 0,\n                \"sku\": \"All Field Test product22-red-small\",\n                \"quantity\": 1,\n                \"price\": 10,\n                \"title\": \"All Field Test product22\",\n                \"id\": 9351894,\n                \"product_id\": 9599632802095,\n                \"variant_id\": 22494317,\n                \"company_id\": 234956,\n                \"shipping_price\": \"0\",\n                \"total_value_including_tax\": 0,\n                \"taxable_price\": 0,\n                \"line_item_tax\": 0,\n                \"sku_barcode\": \"All Field Test product22-red-small</br>\",\n                \"shop\": null,\n                \"variant\": {\n                    \"id\": 22494317,\n                    \"title\": \"red / small\",\n                    \"price\": \"10.00\",\n                    \"sku\": \"All Field Test product22-red-small\",\n                    \"position\": 15,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": \"10.00\",\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"red\",\n                    \"option2\": \"small\",\n                    \"option3\": null,\n                    \"barcode\": \"\",\n                    \"grams\": \"0\",\n                    \"image_id\": null,\n                    \"weight\": \"0\",\n                    \"inventory_item_id\": \"50408304640303\",\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/48363850236207\",\n                    \"created_at\": \"2024-01-01T08:54:07.000000Z\",\n                    \"updated_at\": \"2024-01-01T08:57:42.000000Z\",\n                    \"deleted_at\": null,\n                    \"product_id\": 8106189,\n                    \"taxable\": true,\n                    \"requires_shipping\": null,\n                    \"weight_unit\": \"kg\",\n                    \"inventory_quantity\": \"9\",\n                    \"old_inventory_quantity\": null,\n                    \"product_purchase_cost\": \"0\",\n                    \"actual_product_weight\": \"0\",\n                    \"vendor_id\": null,\n                    \"provider\": null,\n                    \"company_id\": 234956,\n                    \"hsn_sku_id\": null,\n                    \"channel_id\": \"48363850236207\",\n                    \"channel\": \"shopify\",\n                    \"store_id\": null,\n                    \"image\": null,\n                    \"channel_variant_id\": \"22628290\",\n                    \"extra_information\": null,\n                    \"deactivated_at\": true,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"shop_id\": 4147,\n                    \"tax_id\": null,\n                    \"body_html\": \"\",\n                    \"commission\": null,\n                    \"fixed_commission\": 0,\n                    \"override_commission\": false,\n                    \"parent_id\": 212738,\n                    \"product_code_name\": \"All Field Test product22-red-small</br>All Field Test product22</br>red,small\",\n                    \"product_variant_title\": \"All Field Test product22 - red / small\",\n                    \"product_type\": \"configurable\",\n                    \"product_type_id\": 133935,\n                    \"file_id\": null,\n                    \"option_name_1\": null,\n                    \"option_name_2\": null,\n                    \"option_name_3\": null,\n                    \"delivery_profile_id\": null,\n                    \"delivery_profile_provider_id\": null,\n                    \"vendor_shop_variant_id\": null,\n                    \"shopify_meta_data\": null,\n                    \"new_variant_sent\": 0,\n                    \"image_link\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-13_2.jpg?v=1704099244\",\n                    \"overridden_commission_level\": \"global\",\n                    \"overridden_commission\": \"15\",\n                    \"overridden_fixed_commission\": 10,\n                    \"file_history\": null,\n                    \"product\": {\n                        \"id\": 8106189,\n                        \"title\": \"All Field Test product22\",\n                        \"body_html\": \"\",\n                        \"vendor\": \"Magento0\",\n                        \"product_type\": {\n                            \"id\": 133935,\n                            \"channel\": \"shopify\",\n                            \"shop_id\": 4147,\n                            \"title\": \"configurable\",\n                            \"commission\": null,\n                            \"created_at\": \"2023-09-30T12:15:45.000000Z\",\n                            \"updated_at\": \"2023-09-30T12:15:45.000000Z\",\n                            \"fixed_commission\": 0,\n                            \"override_commission\": false,\n                            \"overridden_commission_level\": \"global\",\n                            \"overridden_commission\": \"15\",\n                            \"overridden_fixed_commission\": 10,\n                            \"global_commission_level\": \"global\",\n                            \"global_commission\": \"15\",\n                            \"global_fixed_commission\": 10\n                        },\n                        \"handle\": \"all-field-test-product22\",\n                        \"published_at\": \"2024-01-01 14:24:00\",\n                        \"template_suffix\": null,\n                        \"tags\": \"All Field Test product22\",\n                        \"published_scope\": null,\n                        \"admin_graphql_api_id\": \"gid://shopify/Product/9599632802095\",\n                        \"image\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-13_2.jpg?v=1704099244\",\n                        \"created_at\": \"2024-01-01T08:54:06.000000Z\",\n                        \"updated_at\": \"2024-01-01T09:00:21.000000Z\",\n                        \"deleted_at\": null,\n                        \"vendor_id\": 234956,\n                        \"provider\": null,\n                        \"company_id\": 234956,\n                        \"channel_id\": \"9599632802095\",\n                        \"store_id\": null,\n                        \"product_image_link\": null,\n                        \"channel_product_id\": 8099317,\n                        \"channel\": \"shopify\",\n                        \"sku\": null,\n                        \"shop_id\": 4147,\n                        \"tax_id\": null,\n                        \"product_type_id\": 133935,\n                        \"parent_id\": 212738,\n                        \"images\": [\n                            {\n                                \"id\": 44020661911855,\n                                \"alt\": null,\n                                \"src\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-13_2.jpg?v=1704099244\",\n                                \"width\": 1080,\n                                \"height\": 1080,\n                                \"position\": 1,\n                                \"created_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"product_id\": 9599632802095,\n                                \"updated_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"variant_ids\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/ProductImage/44020661911855\"\n                            },\n                            {\n                                \"id\": 44020661813551,\n                                \"alt\": null,\n                                \"src\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-12_5.jpg?v=1704099244\",\n                                \"width\": 1080,\n                                \"height\": 1080,\n                                \"position\": 2,\n                                \"created_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"product_id\": 9599632802095,\n                                \"updated_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"variant_ids\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/ProductImage/44020661813551\"\n                            },\n                            {\n                                \"id\": 44020661780783,\n                                \"alt\": null,\n                                \"src\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-11_5.jpg?v=1704099244\",\n                                \"width\": 1080,\n                                \"height\": 1080,\n                                \"position\": 3,\n                                \"created_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"product_id\": 9599632802095,\n                                \"updated_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"variant_ids\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/ProductImage/44020661780783\"\n                            },\n                            {\n                                \"id\": 44020661879087,\n                                \"alt\": null,\n                                \"src\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-10_f52a5a92-c15d-4445-a981-bd2251def6fa.jpg?v=1704099244\",\n                                \"width\": 1080,\n                                \"height\": 1080,\n                                \"position\": 4,\n                                \"created_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"product_id\": 9599632802095,\n                                \"updated_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"variant_ids\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/ProductImage/44020661879087\"\n                            },\n                            {\n                                \"id\": 44020661944623,\n                                \"alt\": null,\n                                \"src\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-9_c2a0ba5a-46c8-462e-bad6-b4bcfea883bb.jpg?v=1704099245\",\n                                \"width\": 1080,\n                                \"height\": 1080,\n                                \"position\": 5,\n                                \"created_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"product_id\": 9599632802095,\n                                \"updated_at\": \"2024-01-01T14:24:05+05:30\",\n                                \"variant_ids\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/ProductImage/44020661944623\"\n                            },\n                            {\n                                \"id\": 44020661977391,\n                                \"alt\": null,\n                                \"src\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-8_6729f903-3847-47b2-82f8-07bf9ea60c54.jpg?v=1704099245\",\n                                \"width\": 1080,\n                                \"height\": 1080,\n                                \"position\": 6,\n                                \"created_at\": \"2024-01-01T14:24:05+05:30\",\n                                \"product_id\": 9599632802095,\n                                \"updated_at\": \"2024-01-01T14:24:05+05:30\",\n                                \"variant_ids\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/ProductImage/44020661977391\"\n                            },\n                            {\n                                \"id\": 44020661846319,\n                                \"alt\": null,\n                                \"src\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-7_36b61da0-7175-4670-b1ac-69207b43a9cd.jpg?v=1704099245\",\n                                \"width\": 1080,\n                                \"height\": 1080,\n                                \"position\": 7,\n                                \"created_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"product_id\": 9599632802095,\n                                \"updated_at\": \"2024-01-01T14:24:05+05:30\",\n                                \"variant_ids\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/ProductImage/44020661846319\"\n                            }\n                        ],\n                        \"options\": [\n                            {\n                                \"id\": 11918634680623,\n                                \"name\": \"Color\",\n                                \"values\": [\n                                    \"black\",\n                                    \"new color\",\n                                    \"green\",\n                                    \"red\",\n                                    \"white\"\n                                ],\n                                \"position\": 1,\n                                \"product_id\": 9599632802095\n                            },\n                            {\n                                \"id\": 11918634713391,\n                                \"name\": \"size\",\n                                \"values\": [\n                                    \"medium\",\n                                    \"large\",\n                                    \"small\",\n                                    \"extra large\"\n                                ],\n                                \"position\": 2,\n                                \"product_id\": 9599632802095\n                            }\n                        ],\n                        \"has_only_default_variant\": false,\n                        \"meta_data\": {\n                            \"badge\": {\n                                \"id\": \"gid://shopify/Metafield/32974825423151\",\n                                \"key\": \"badge\",\n                                \"value\": null,\n                                \"name_slug\": \"badge\",\n                                \"namespace\": \"judgeme\"\n                            },\n                            \"widget\": {\n                                \"id\": \"gid://shopify/Metafield/32974825455919\",\n                                \"key\": \"widget\",\n                                \"value\": null,\n                                \"name_slug\": \"widget\",\n                                \"namespace\": \"judgeme\"\n                            }\n                        },\n                        \"status\": \"active\",\n                        \"vendor_shop_product_id\": null,\n                        \"shopify_meta_data\": null,\n                        \"image_link\": null,\n                        \"images_link\": null,\n                        \"uploaded_images\": [],\n                        \"media\": []\n                    },\n                    \"company\": {\n                        \"id\": 234956,\n                        \"company_name\": null,\n                        \"brand_name\": \"Magento0\",\n                        \"company_logo\": null,\n                        \"contact_name\": null,\n                        \"phone_number\": null,\n                        \"email\": null,\n                        \"address_line_1\": null,\n                        \"address_line_2\": null,\n                        \"pin_code\": null,\n                        \"city\": null,\n                        \"created_at\": \"2023-12-27T11:06:45.000000Z\",\n                        \"updated_at\": \"2024-01-01T08:32:49.000000Z\",\n                        \"state_id\": null,\n                        \"gstin_number\": null,\n                        \"invoice_prefix\": null,\n                        \"starting_invoice_number\": null,\n                        \"terms_and_conditions\": null,\n                        \"bank_account_beneficiary_name\": null,\n                        \"bank_account_name\": null,\n                        \"ifsc_code\": null,\n                        \"label_company_name\": null,\n                        \"label_contact_name\": null,\n                        \"label_phone\": null,\n                        \"label_email_address\": null,\n                        \"label_address_line_1\": null,\n                        \"label_address_line_2\": null,\n                        \"label_pin_code\": null,\n                        \"label_city\": null,\n                        \"label_state\": null,\n                        \"signature\": null,\n                        \"currency\": null,\n                        \"weight\": null,\n                        \"measurement\": null,\n                        \"gst_enabled\": false,\n                        \"override_channel_product_weight_enabled\": false,\n                        \"label_details_same_as_company\": true,\n                        \"multi_vendor_invoicing_enabled\": true,\n                        \"multi_vendor_shipping_enabled\": true,\n                        \"is_master\": null,\n                        \"invoice_number_same_as_order_number\": true,\n                        \"enable_disable_cod_reconciliation\": false,\n                        \"enable_disable_freight_reconciliation\": false,\n                        \"cod_tolerance\": null,\n                        \"freight_tolerance\": null,\n                        \"is_multi_vendor_enabled\": true,\n                        \"invoice_message\": null,\n                        \"inclusive_exclusive\": null,\n                        \"is_tax_on_shipping\": \"no\",\n                        \"tax_on_shipping\": null,\n                        \"primary_color\": \"#f18024\",\n                        \"secondary_color\": null,\n                        \"display_hsn\": true,\n                        \"website\": null,\n                        \"country\": null,\n                        \"type_of_vendor\": \"dropshipper\",\n                        \"invoice_message_2\": null,\n                        \"title\": \"Magento0\",\n                        \"parent_id\": 212738,\n                        \"extra_information\": null,\n                        \"invoice_date\": \"invoice_creation_date\",\n                        \"number_of_digits\": \"0\",\n                        \"invoice_message_1\": null,\n                        \"created_by\": null,\n                        \"updated_by\": 28344,\n                        \"invoice_contact_name\": null,\n                        \"invoice_address_1\": null,\n                        \"invoice_address_2\": null,\n                        \"invoice_postal_code\": null,\n                        \"invoice_city\": null,\n                        \"invoice_phone_number\": null,\n                        \"invoice_tin\": null,\n                        \"timezone\": \"Asia/Kolkata\",\n                        \"hand_delivered_enabled\": true,\n                        \"other_courier_partner_enabled\": true,\n                        \"billing_address_same_as_company_details\": true,\n                        \"deactivated_at\": null,\n                        \"state_code\": null,\n                        \"automatically_sync_vendor_name_from_store\": true,\n                        \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                        \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                        \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                        \"correct_all_errors_in_order\": false,\n                        \"generate_shipping_labels_for_orders\": false,\n                        \"generate_invoices_for_dropship_orders\": false,\n                        \"can_vendor_enable_disable_product\": false,\n                        \"can_vendor_edit_quantity_product\": false,\n                        \"can_vendor_edit_weight_dimension_product\": false,\n                        \"can_vendor_edit_tax_product\": true,\n                        \"set_vendor_level_commission\": false,\n                        \"commission\": null,\n                        \"discount_shared_by_vendor\": null,\n                        \"commission_calculated_on_product_price_discounted_price\": null,\n                        \"set_vendor_level_shared_discount\": false,\n                        \"set_vendor_level_commissoin_calculated_on\": false,\n                        \"use_shop_channel_values_to_set_commission\": true,\n                        \"can_vendor_generate_invoice\": false,\n                        \"can_vendor_process_shippings\": false,\n                        \"can_vendor_edit_hsn_tax\": false,\n                        \"can_vendor_add_courier_provider\": false,\n                        \"default_vendor_type\": \"dropshipper\",\n                        \"no_of_deciaml_digits\": 2,\n                        \"credits\": 0,\n                        \"plan_id\": null,\n                        \"requested_plan_id\": null,\n                        \"override_invoice_permissions\": false,\n                        \"override_product_permissions\": false,\n                        \"override_order_routing_permissions\": false,\n                        \"override_shipping_permissions\": false,\n                        \"slug\": \"magento0-234956\",\n                        \"commission_calculated_tax_type\": \"exclusive_of_tax\",\n                        \"shipping_charge_commission_type\": \"fixed\",\n                        \"shipping_charge_commission\": 0,\n                        \"override_commission_calculated_tax_type\": false,\n                        \"override_shipping_charge_commission_type\": false,\n                        \"override_shipping_charge_commission\": 0,\n                        \"auto_email_to_vendor\": false,\n                        \"fixed_commission\": 0,\n                        \"service_charge\": 0,\n                        \"can_vendor_edit_price\": false,\n                        \"can_vendor_delete_product\": false,\n                        \"show_logo_in_awb\": false,\n                        \"hide_pick_address_in_awb\": true,\n                        \"hide_customer_info_in_awb\": true,\n                        \"hide_price_in_awb\": false,\n                        \"hide_customer_information_on_vendor_dashboards\": false,\n                        \"allow_merchant_to_generate_invoice\": false,\n                        \"show_merchant_logo_in_invoice\": false,\n                        \"locale\": \"en\",\n                        \"use_custom_waybill\": false,\n                        \"redirect_url\": \"dashboard\",\n                        \"invoice_state_code\": null,\n                        \"invoice_country_code\": null,\n                        \"stripe_account_id\": null,\n                        \"url_to_redirect_vendor_is_registered\": null,\n                        \"enable_app_shipping_profile_on_shopify\": null,\n                        \"policy\": null,\n                        \"css\": null,\n                        \"vendor_profile_color\": \"#f18024\",\n                        \"about_us\": null,\n                        \"facebook_link\": null,\n                        \"twitter_link\": null,\n                        \"instagram_link\": null,\n                        \"auto_fulfill_digital_orders\": false,\n                        \"use_default_warehouse_for_all_orders\": false,\n                        \"invoice_label_header_title\": null,\n                        \"invoice_place_of_supply\": null,\n                        \"invoice_cin_key_title\": null,\n                        \"invoice_cin\": null,\n                        \"give_vendor_access_to_merchant_shipper\": false,\n                        \"auto_generate_order_invoices_to_customers\": false,\n                        \"auto_email_order_invoices_to_customers\": false,\n                        \"treat_manual_payment_mode_as_cod\": false,\n                        \"fulfill_order_after_confirm\": false,\n                        \"add_notes_before_confirming_orders\": false,\n                        \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                        \"note_at_the_top_of_invoice\": null,\n                        \"vendor_shop_id\": null,\n                        \"vendor_category\": null,\n                        \"vendor_location\": null,\n                        \"short_description\": null,\n                        \"display_vendor_category\": false,\n                        \"display_vendor_location\": false,\n                        \"display_vendor_short_description\": false,\n                        \"name_of_the_vendor_listing_page\": null,\n                        \"sync_settings\": {\n                            \"update_settings\": {\n                                \"title\": false,\n                                \"variant_name\": false,\n                                \"price\": true,\n                                \"weight\": false,\n                                \"sku\": false,\n                                \"description\": false,\n                                \"publish_status\": false,\n                                \"product_type\": false,\n                                \"barcode\": false,\n                                \"media\": false,\n                                \"compare_at_price\": true,\n                                \"quantity\": true,\n                                \"track_quantity_and_continue_selling_when_out_of_stock\": false,\n                                \"hsn_code_and_country_of_origin\": false,\n                                \"tags\": true\n                            },\n                            \"create_settings\": {\n                                \"title\": true,\n                                \"variant_name\": true,\n                                \"price\": true,\n                                \"weight\": true,\n                                \"sku\": true,\n                                \"description\": true,\n                                \"publish_status\": true,\n                                \"product_type\": true,\n                                \"barcode\": true,\n                                \"media\": true,\n                                \"compare_at_price\": true,\n                                \"quantity\": true,\n                                \"track_quantity_and_continue_selling_when_out_of_stock\": true,\n                                \"hsn_code_and_country_of_origin\": true,\n                                \"tags\": true\n                            },\n                            \"override_product_status_at_create\": false,\n                            \"product_status\": \"as_per_vendor_product\",\n                            \"enable_order_sync\": false,\n                            \"push_only_if_order_paid\": false,\n                            \"push_unsynced_product_order\": false,\n                            \"auto_add_variant\": true,\n                            \"auto_remove_variant\": true,\n                            \"strictKeyCheck\": false,\n                            \"on_product_delete\": \"do_nothing\",\n                            \"on_product_unmapped\": \"do_nothing\"\n                        },\n                        \"override_hide_customer_information_permissions\": false,\n                        \"can_vendor_cancel_an_order\": false,\n                        \"hide_shipping_charges\": false,\n                        \"add_insurance_to_shipment\": 0,\n                        \"meta_title\": null,\n                        \"registration_link\": null,\n                        \"auto_approval_of_products_from_vendor\": true,\n                        \"ignore_selling_price_for_commission\": 0,\n                        \"shipping_label_check\": {\n                            \"email\": false,\n                            \"phone\": false,\n                            \"address_line_1\": false,\n                            \"address_line_2\": false,\n                            \"address_line_1_minimum\": null,\n                            \"address_line_1_maximum\": null,\n                            \"address_line_2_minimum\": null,\n                            \"address_line_2_maximum\": null\n                        },\n                        \"shipping_label_size\": \"smalllabel\",\n                        \"paypal_email\": null,\n                        \"use_custom_email_driver\": false,\n                        \"ignore_order_splitting\": false,\n                        \"hide_customer_information_on_vendor_dashboard\": {\n                            \"name\": false,\n                            \"phone\": false,\n                            \"address\": false,\n                            \"email\": false,\n                            \"city\": false,\n                            \"state\": false\n                        },\n                        \"hide_customer_information_in_awb\": {\n                            \"name\": false,\n                            \"phone\": false,\n                            \"address\": false,\n                            \"email\": false,\n                            \"city\": false,\n                            \"state\": false,\n                            \"line_items\": false,\n                            \"vendor_name\": false,\n                            \"sku\": false,\n                            \"weight_dimension\": false\n                        },\n                        \"hide_customer_information_in_invoice\": {\n                            \"name\": false,\n                            \"phone\": false,\n                            \"address\": false,\n                            \"email\": false,\n                            \"city\": false,\n                            \"state\": false\n                        },\n                        \"vendor_profile_settings\": {\n                            \"seller_products_tab\": true,\n                            \"seller_policy_tab\": true,\n                            \"seller_contact_us_tab\": true\n                        },\n                        \"challan_message_1\": null,\n                        \"challan_message_2\": null,\n                        \"challan_prefix\": null,\n                        \"challan_number_same_as_invoice_number\": true,\n                        \"default_label_size_for_all_vendors\": false,\n                        \"hide_customer_information_in_export\": {\n                            \"name\": false,\n                            \"phone\": false,\n                            \"address\": false,\n                            \"email\": false,\n                            \"city\": false,\n                            \"state\": false\n                        },\n                        \"product_permissions\": null,\n                        \"hide_product_details_in_awb\": false,\n                        \"hide_invoice_details_in_awb\": false,\n                        \"company_note\": null,\n                        \"meta_data\": null,\n                        \"color_theme_field\": \"light.orange\",\n                        \"change_tracking_url\": false,\n                        \"ship_to_address_as_merchants_default_warehouse\": false,\n                        \"can_vendor_hold_an_order\": false,\n                        \"handle_out_of_stock_products\": null,\n                        \"allow_vendors_to_change_vendor_profile_details\": false,\n                        \"whatsapp_account\": null,\n                        \"vendor_profile_theme_choosen\": \"theme-1\",\n                        \"whatsapp_credit\": 100,\n                        \"test_whatsapp_number\": null,\n                        \"spoc_email_sending_method\": null,\n                        \"connected_vendor_shops\": null,\n                        \"events\": null,\n                        \"commission_automation_set\": null,\n                        \"auto_confirmation_using_tags_settings\": {\n                            \"tags_settings_status\": false,\n                            \"paid\": false,\n                            \"tags_for_paid\": [],\n                            \"cod_or_partially_paid\": false,\n                            \"tags_for_cod_or_partially_paid\": [],\n                            \"Exceptions_for_paid\": false,\n                            \"Exceptions_for_paid_tags\": [],\n                            \"Exceptions_for_cod_or_partially_paid\": false,\n                            \"Exceptions_for_cod_or_partially_paid_tags\": []\n                        },\n                        \"preferred_location\": null,\n                        \"email_credit\": null,\n                        \"logo\": null,\n                        \"logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                        \"is_general_setting_done\": true,\n                        \"is_invoice_setting_done\": true,\n                        \"is_label_setting_done\": false,\n                        \"is_gst_enabled\": false,\n                        \"billing_detail\": \"\",\n                        \"warehouse_address\": \"</br>\",\n                        \"contact_information\": \"\",\n                        \"status\": \"Active\",\n                        \"global_commission\": \"15\",\n                        \"global_discount_shared_by_vendor\": \"0\",\n                        \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                        \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                        \"global_shipping_charge_commission_type\": \"fixed\",\n                        \"global_shipping_charge_commission\": 50,\n                        \"global_fixed_commission\": 10,\n                        \"is_drop_shipper\": true,\n                        \"state\": null,\n                        \"first_email\": [\n                            \"het.shipturtle@gmail.com\"\n                        ],\n                        \"invoice_state\": null,\n                        \"banner\": null,\n                        \"banner_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                        \"frontend_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                        \"navbar_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                        \"email_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                        \"invoice_country_detail\": null,\n                        \"commission_tags\": null,\n                        \"parent\": {\n                            \"id\": 212738,\n                            \"company_name\": \"kapil\",\n                            \"brand_name\": \"violetplants\",\n                            \"company_logo\": null,\n                            \"contact_name\": \"Chahar\",\n                            \"phone_number\": null,\n                            \"email\": \"het.shipturtle@gmail.com\",\n                            \"address_line_1\": \"Est\",\n                            \"address_line_2\": \"Test\",\n                            \"pin_code\": \"411018\",\n                            \"city\": \"Pune\",\n                            \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                            \"updated_at\": \"2024-01-02T06:35:02.000000Z\",\n                            \"state_id\": null,\n                            \"gstin_number\": \"1234\",\n                            \"invoice_prefix\": \"Invoice\",\n                            \"starting_invoice_number\": \"26\",\n                            \"terms_and_conditions\": null,\n                            \"bank_account_beneficiary_name\": null,\n                            \"bank_account_name\": null,\n                            \"ifsc_code\": null,\n                            \"label_company_name\": null,\n                            \"label_contact_name\": null,\n                            \"label_phone\": null,\n                            \"label_email_address\": null,\n                            \"label_address_line_1\": null,\n                            \"label_address_line_2\": null,\n                            \"label_pin_code\": null,\n                            \"label_city\": null,\n                            \"label_state\": null,\n                            \"signature\": null,\n                            \"currency\": \"INR\",\n                            \"weight\": null,\n                            \"measurement\": null,\n                            \"gst_enabled\": true,\n                            \"override_channel_product_weight_enabled\": true,\n                            \"label_details_same_as_company\": true,\n                            \"multi_vendor_invoicing_enabled\": false,\n                            \"multi_vendor_shipping_enabled\": false,\n                            \"is_master\": \"1\",\n                            \"invoice_number_same_as_order_number\": true,\n                            \"enable_disable_cod_reconciliation\": true,\n                            \"enable_disable_freight_reconciliation\": true,\n                            \"cod_tolerance\": \"5\",\n                            \"freight_tolerance\": \"2\",\n                            \"is_multi_vendor_enabled\": true,\n                            \"invoice_message\": null,\n                            \"inclusive_exclusive\": null,\n                            \"is_tax_on_shipping\": \"no\",\n                            \"tax_on_shipping\": null,\n                            \"primary_color\": \"#222F3D\",\n                            \"secondary_color\": null,\n                            \"display_hsn\": true,\n                            \"website\": \"https://app.shipturtle.com/\",\n                            \"country\": \"IN\",\n                            \"type_of_vendor\": \"marketplace\",\n                            \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                            \"title\": \"violetplants\",\n                            \"parent_id\": 212738,\n                            \"extra_information\": null,\n                            \"invoice_date\": \"invoice_creation_date\",\n                            \"number_of_digits\": \"0\",\n                            \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                            \"created_by\": null,\n                            \"updated_by\": 28344,\n                            \"invoice_contact_name\": \"Hussain\",\n                            \"invoice_address_1\": \"dahod\",\n                            \"invoice_address_2\": \"dahod\",\n                            \"invoice_postal_code\": \"380005\",\n                            \"invoice_city\": \"Ahmedabad\",\n                            \"invoice_phone_number\": \"09173038104\",\n                            \"invoice_tin\": null,\n                            \"timezone\": \"America/Phoenix\",\n                            \"hand_delivered_enabled\": true,\n                            \"other_courier_partner_enabled\": true,\n                            \"billing_address_same_as_company_details\": false,\n                            \"deactivated_at\": null,\n                            \"state_code\": \"GJ\",\n                            \"automatically_sync_vendor_name_from_store\": true,\n                            \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                            \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                            \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                            \"correct_all_errors_in_order\": false,\n                            \"generate_shipping_labels_for_orders\": false,\n                            \"generate_invoices_for_dropship_orders\": false,\n                            \"can_vendor_enable_disable_product\": false,\n                            \"can_vendor_edit_quantity_product\": false,\n                            \"can_vendor_edit_weight_dimension_product\": false,\n                            \"can_vendor_edit_tax_product\": true,\n                            \"set_vendor_level_commission\": false,\n                            \"commission\": \"15\",\n                            \"discount_shared_by_vendor\": \"0\",\n                            \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"set_vendor_level_shared_discount\": false,\n                            \"set_vendor_level_commissoin_calculated_on\": false,\n                            \"use_shop_channel_values_to_set_commission\": false,\n                            \"can_vendor_generate_invoice\": true,\n                            \"can_vendor_process_shippings\": true,\n                            \"can_vendor_edit_hsn_tax\": true,\n                            \"can_vendor_add_courier_provider\": true,\n                            \"default_vendor_type\": \"dropshipper\",\n                            \"no_of_deciaml_digits\": 2,\n                            \"credits\": 299836,\n                            \"plan_id\": 4,\n                            \"requested_plan_id\": null,\n                            \"override_invoice_permissions\": false,\n                            \"override_product_permissions\": false,\n                            \"override_order_routing_permissions\": false,\n                            \"override_shipping_permissions\": false,\n                            \"slug\": \"violetplants-212738\",\n                            \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"shipping_charge_commission_type\": \"fixed\",\n                            \"shipping_charge_commission\": 50,\n                            \"override_commission_calculated_tax_type\": false,\n                            \"override_shipping_charge_commission_type\": false,\n                            \"override_shipping_charge_commission\": 0,\n                            \"auto_email_to_vendor\": true,\n                            \"fixed_commission\": 10,\n                            \"service_charge\": 0,\n                            \"can_vendor_edit_price\": false,\n                            \"can_vendor_delete_product\": false,\n                            \"show_logo_in_awb\": false,\n                            \"hide_pick_address_in_awb\": false,\n                            \"hide_customer_info_in_awb\": true,\n                            \"hide_price_in_awb\": false,\n                            \"hide_customer_information_on_vendor_dashboards\": false,\n                            \"allow_merchant_to_generate_invoice\": false,\n                            \"show_merchant_logo_in_invoice\": true,\n                            \"locale\": \"en\",\n                            \"use_custom_waybill\": false,\n                            \"redirect_url\": \"dashboard\",\n                            \"invoice_state_code\": \"GJ\",\n                            \"invoice_country_code\": \"IN\",\n                            \"stripe_account_id\": null,\n                            \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                            \"enable_app_shipping_profile_on_shopify\": \"0\",\n                            \"policy\": null,\n                            \"css\": null,\n                            \"vendor_profile_color\": \"#f18024\",\n                            \"about_us\": null,\n                            \"facebook_link\": null,\n                            \"twitter_link\": null,\n                            \"instagram_link\": null,\n                            \"auto_fulfill_digital_orders\": true,\n                            \"use_default_warehouse_for_all_orders\": false,\n                            \"invoice_label_header_title\": null,\n                            \"invoice_place_of_supply\": null,\n                            \"invoice_cin_key_title\": null,\n                            \"invoice_cin\": null,\n                            \"give_vendor_access_to_merchant_shipper\": false,\n                            \"auto_generate_order_invoices_to_customers\": true,\n                            \"auto_email_order_invoices_to_customers\": true,\n                            \"treat_manual_payment_mode_as_cod\": false,\n                            \"fulfill_order_after_confirm\": false,\n                            \"add_notes_before_confirming_orders\": false,\n                            \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                            \"note_at_the_top_of_invoice\": null,\n                            \"vendor_shop_id\": null,\n                            \"vendor_category\": null,\n                            \"vendor_location\": null,\n                            \"short_description\": null,\n                            \"display_vendor_category\": true,\n                            \"display_vendor_location\": true,\n                            \"display_vendor_short_description\": true,\n                            \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                            \"sync_settings\": {\n                                \"update_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": false,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"create_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": false,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"override_product_status_at_create\": true,\n                                \"product_status\": \"as_per_vendor_product\",\n                                \"enable_order_sync\": true,\n                                \"push_only_if_order_paid\": false,\n                                \"push_unsynced_product_order\": true,\n                                \"auto_add_variant\": true,\n                                \"auto_remove_variant\": true,\n                                \"strictKeyCheck\": false,\n                                \"on_product_delete\": \"do_nothing\",\n                                \"on_product_unmapped\": \"do_nothing\",\n                                \"push_only_if_product_connected\": true\n                            },\n                            \"override_hide_customer_information_permissions\": false,\n                            \"can_vendor_cancel_an_order\": false,\n                            \"hide_shipping_charges\": false,\n                            \"add_insurance_to_shipment\": 0,\n                            \"meta_title\": null,\n                            \"registration_link\": null,\n                            \"auto_approval_of_products_from_vendor\": true,\n                            \"ignore_selling_price_for_commission\": 0,\n                            \"shipping_label_check\": {\n                                \"email\": false,\n                                \"phone\": false,\n                                \"address_line_1\": false,\n                                \"address_line_2\": false,\n                                \"address_line_1_minimum\": null,\n                                \"address_line_1_maximum\": null,\n                                \"address_line_2_minimum\": null,\n                                \"address_line_2_maximum\": null\n                            },\n                            \"shipping_label_size\": \"smalllabel\",\n                            \"paypal_email\": null,\n                            \"use_custom_email_driver\": false,\n                            \"ignore_order_splitting\": false,\n                            \"hide_customer_information_on_vendor_dashboard\": {\n                                \"name\": false,\n                                \"phone\": true,\n                                \"address\": true,\n                                \"email\": true,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"hide_customer_information_in_awb\": {\n                                \"name\": false,\n                                \"phone\": true,\n                                \"address\": true,\n                                \"email\": true,\n                                \"city\": false,\n                                \"state\": false,\n                                \"line_items\": false,\n                                \"vendor_name\": false,\n                                \"sku\": false,\n                                \"weight_dimension\": false\n                            },\n                            \"hide_customer_information_in_invoice\": {\n                                \"name\": false,\n                                \"phone\": true,\n                                \"address\": true,\n                                \"email\": true,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"vendor_profile_settings\": {\n                                \"seller_products_tab\": true,\n                                \"seller_policy_tab\": true,\n                                \"seller_contact_us_tab\": true,\n                                \"seller_events_tab\": true,\n                                \"seller_reviews_tab\": false,\n                                \"seller_about_us_tab\": true\n                            },\n                            \"challan_message_1\": null,\n                            \"challan_message_2\": null,\n                            \"challan_prefix\": \"Invoice\",\n                            \"challan_number_same_as_invoice_number\": true,\n                            \"default_label_size_for_all_vendors\": false,\n                            \"hide_customer_information_in_export\": {\n                                \"name\": false,\n                                \"phone\": true,\n                                \"address\": true,\n                                \"email\": true,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"product_permissions\": null,\n                            \"hide_product_details_in_awb\": false,\n                            \"hide_invoice_details_in_awb\": false,\n                            \"company_note\": \"<p>sdfasdfab</p>\",\n                            \"meta_data\": \"[{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                            \"color_theme_field\": \"light.orange\",\n                            \"change_tracking_url\": false,\n                            \"ship_to_address_as_merchants_default_warehouse\": false,\n                            \"can_vendor_hold_an_order\": false,\n                            \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                            \"allow_vendors_to_change_vendor_profile_details\": true,\n                            \"whatsapp_account\": \"use_company_account\",\n                            \"vendor_profile_theme_choosen\": \"theme-1\",\n                            \"whatsapp_credit\": 54,\n                            \"test_whatsapp_number\": \"+918849193468\",\n                            \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                            \"connected_vendor_shops\": [\n                                \"vendorsynctesting5.myshopify.com\",\n                                \"testing-for-vendorsync.myshopify.com\",\n                                \"purpleplants.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"test-store-webkul-112.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com/\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com\",\n                                \"channelteststore5.myshopify.com\",\n                                \"https://st-wpdemo.com/newtestclient/\",\n                                \"purpleplants.myshopify.com\",\n                                \"purpleplants.myshopify.com\",\n                                \"vendorsynctesting.myshopify.com\",\n                                \"vendorsynctesting.myshopify.com\"\n                            ],\n                            \"events\": null,\n                            \"commission_automation_set\": {\n                                \"commission_automation\": true,\n                                \"commission_automation_rules\": true,\n                                \"commission_automation_date_range\": true,\n                                \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                \"time_buffer_for_commission_automation\": \"4\",\n                                \"order_status_for_commission_automation\": \"pending\",\n                                \"invoice_number_for_commission_automation\": 277,\n                                \"date_Range_days_for_commission_automation\": \"4\"\n                            },\n                            \"auto_confirmation_using_tags_settings\": {\n                                \"tags_settings_status\": true,\n                                \"paid\": true,\n                                \"tags_for_paid\": [],\n                                \"cod_or_partially_paid\": false,\n                                \"tags_for_cod_or_partially_paid\": [],\n                                \"Exceptions_for_paid\": false,\n                                \"Exceptions_for_paid_tags\": [],\n                                \"Exceptions_for_cod_or_partially_paid\": false,\n                                \"Exceptions_for_cod_or_partially_paid_tags\": []\n                            },\n                            \"preferred_location\": null,\n                            \"email_credit\": 4759,\n                            \"logo\": null,\n                            \"logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                            \"is_general_setting_done\": true,\n                            \"is_invoice_setting_done\": true,\n                            \"is_label_setting_done\": false,\n                            \"is_gst_enabled\": true,\n                            \"billing_detail\": \"Pune</br>Gujarat</br>India\",\n                            \"warehouse_address\": \"Pune</br>IN\",\n                            \"contact_information\": \"Chahar</br>het.shipturtle@gmail.com</br>\",\n                            \"status\": \"Active\",\n                            \"global_commission\": \"15\",\n                            \"global_discount_shared_by_vendor\": \"0\",\n                            \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"global_shipping_charge_commission_type\": \"fixed\",\n                            \"global_shipping_charge_commission\": 50,\n                            \"global_fixed_commission\": 10,\n                            \"is_drop_shipper\": false,\n                            \"state\": {\n                                \"id\": 13,\n                                \"code\": \"GJ\",\n                                \"tin\": 24,\n                                \"title\": \"Gujarat\",\n                                \"created_at\": \"2019-08-03T17:48:42.000000Z\",\n                                \"updated_at\": \"2020-03-28T04:51:45.000000Z\",\n                                \"deleted_at\": null,\n                                \"country_code\": \"IN\"\n                            },\n                            \"first_email\": [\n                                \"het.shipturtle@gmail.com\"\n                            ],\n                            \"invoice_state\": {\n                                \"id\": 13,\n                                \"code\": \"GJ\",\n                                \"tin\": 24,\n                                \"title\": \"Gujarat\",\n                                \"created_at\": \"2019-08-03T17:48:42.000000Z\",\n                                \"updated_at\": \"2020-03-28T04:51:45.000000Z\",\n                                \"deleted_at\": null,\n                                \"country_code\": \"IN\"\n                            },\n                            \"banner\": null,\n                            \"banner_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                            \"frontend_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                            \"navbar_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                            \"email_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                            \"invoice_country_detail\": {\n                                \"id\": 98,\n                                \"name\": \"India\",\n                                \"code\": \"IN\",\n                                \"dial_code\": \"+91\",\n                                \"currency_name\": \"Indian rupee\",\n                                \"currency_symbol\": \"Rs.\",\n                                \"currency_code\": \"INR\",\n                                \"created_at\": null,\n                                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                \"name_with_symbole\": \"Indian rupee - Rs.\"\n                            },\n                            \"commission_tags\": {\n                                \"company_id\": 212738,\n                                \"override_commission\": true\n                            },\n                            \"media\": [],\n                            \"country_detail\": {\n                                \"id\": 98,\n                                \"name\": \"India\",\n                                \"code\": \"IN\",\n                                \"dial_code\": \"+91\",\n                                \"currency_name\": \"Indian rupee\",\n                                \"currency_symbol\": \"Rs.\",\n                                \"currency_code\": \"INR\",\n                                \"created_at\": null,\n                                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                \"name_with_symbole\": \"Indian rupee - Rs.\"\n                            }\n                        },\n                        \"media\": []\n                    }\n                }\n            },\n            \"commission_invoice\": null\n        },\n        {\n            \"id\": 9326340,\n            \"vendor_line_item_id\": 9351893,\n            \"vendor_order_id\": 6639825,\n            \"order_id\": 1925031580332,\n            \"shop_id\": 4147,\n            \"company_id\": 234956,\n            \"commission\": \"0\",\n            \"adjustment\": \"0\",\n            \"date_of_payment\": null,\n            \"reference\": null,\n            \"created_at\": \"2024-01-01T08:56:59.000000Z\",\n            \"updated_at\": \"2024-01-01T08:56:59.000000Z\",\n            \"price\": \"10\",\n            \"vendor_payout\": \"11.8\",\n            \"quantity\": 1,\n            \"discount_shared_by_vendor\": \"0\",\n            \"total_discount\": \"0\",\n            \"commission_level\": \"Tags\",\n            \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n            \"processed_at\": \"2024-01-01 14:26:48\",\n            \"merchant_earn\": \"0\",\n            \"less_discount_borne_by_vendor\": \"0\",\n            \"order_value\": \"0\",\n            \"net_earn\": \"0\",\n            \"commission_on_shipping\": \"50\",\n            \"merchant_commission_on_freight_charged\": \"0\",\n            \"merchant_commission_on_product\": 0,\n            \"commission_shipping_calculation_on\": \"inclusive_of_tax\",\n            \"commission_on_shipping_type\": \"fixed\",\n            \"fixed_commission\": \"0\",\n            \"service_charge\": \"0\",\n            \"total_line_value\": \"11.8\",\n            \"line_tax_value\": \"1.8\",\n            \"line_shipping_tax_value\": \"0\",\n            \"line_tax_percentage\": \"0.18\",\n            \"line_shipping_tax_percentage\": \"0\",\n            \"service_tax\": \"0\",\n            \"product_value\": \"10\",\n            \"shipping_price\": \"0\",\n            \"parent_id\": null,\n            \"commission_invoice_id\": null,\n            \"tax_information\": {\n                \"cgst\": 0,\n                \"igst\": 0,\n                \"sgst\": 0,\n                \"total_tax\": 0\n            },\n            \"is_paid\": false,\n            \"vendor_order\": {\n                \"user_id\": 92574581039,\n                \"pick_listed\": false,\n                \"gateway\": \"manual\",\n                \"total_weight\": 0,\n                \"total_price\": 236,\n                \"status\": \"New Orders\",\n                \"email\": \"rajdip.shipturtle@gmail.com\",\n                \"provider\": \"shopify\",\n                \"invoice_number\": \"Invoice3027\",\n                \"awb\": null,\n                \"processed_at\": \"2024-01-01 14:26:48\",\n                \"customer\": \"{\\\"id\\\": 7864611733807, \\\"note\\\": null, \\\"tags\\\": \\\"\\\", \\\"email\\\": \\\"rajdip.shipturtle@gmail.com\\\", \\\"phone\\\": null, \\\"state\\\": \\\"disabled\\\", \\\"currency\\\": \\\"INR\\\", \\\"last_name\\\": \\\"jalondhara\\\", \\\"created_at\\\": \\\"2023-12-27T13:02:22+05:30\\\", \\\"first_name\\\": \\\"Rajdeep\\\", \\\"tax_exempt\\\": false, \\\"updated_at\\\": \\\"2024-01-01T14:26:50+05:30\\\", \\\"tax_exemptions\\\": [], \\\"verified_email\\\": true, \\\"default_address\\\": {\\\"id\\\": 9899588780335, \\\"zip\\\": \\\"380050\\\", \\\"city\\\": \\\"Ahmedabad\\\", \\\"name\\\": \\\"Rajdeep Jalondhara\\\", \\\"phone\\\": null, \\\"company\\\": null, \\\"country\\\": \\\"India\\\", \\\"default\\\": true, \\\"address1\\\": \\\"ABC 1, Navrangpura abc Prakash Nagar Navrangpura\\\", \\\"address2\\\": null, \\\"province\\\": \\\"Gujarat\\\", \\\"last_name\\\": \\\"Jalondhara\\\", \\\"first_name\\\": \\\"Rajdeep\\\", \\\"customer_id\\\": 7864611733807, \\\"country_code\\\": \\\"IN\\\", \\\"country_name\\\": \\\"India\\\", \\\"province_code\\\": \\\"GJ\\\"}, \\\"accepts_marketing\\\": false, \\\"admin_graphql_api_id\\\": \\\"gid://shopify/Customer/7864611733807\\\", \\\"multipass_identifier\\\": null, \\\"sms_marketing_consent\\\": null, \\\"marketing_opt_in_level\\\": null, \\\"email_marketing_consent\\\": {\\\"state\\\": \\\"not_subscribed\\\", \\\"opt_in_level\\\": \\\"single_opt_in\\\", \\\"consent_updated_at\\\": null}, \\\"accepts_marketing_updated_at\\\": \\\"2023-12-27T13:02:22+05:30\\\"}\",\n                \"id\": 6639825,\n                \"invoice_download\": \"https://d2i9a0muccv7uq.cloudfront.net/s3/4147/generate_invoices/3027_Magento0_Rajdeep-Jalondhara_Invoice3027.pdf\",\n                \"awb_label\": null,\n                \"order_id\": 1925031580332,\n                \"company_id\": 234956,\n                \"shipping_provider\": null,\n                \"billing_address_id\": 9750849,\n                \"shipping_address_id\": 9616110,\n                \"shipping_service_provider_id\": null,\n                \"generating_awb\": false,\n                \"shipping_errors\": null,\n                \"mail_sent\": 0,\n                \"shipping_price\": \"0\",\n                \"total_tax\": 36,\n                \"total_amount_excluding_taxes\": 200,\n                \"height\": 2,\n                \"width\": 2,\n                \"length\": 3,\n                \"tracking_status\": \"Pending\",\n                \"tracking_message\": null,\n                \"order_number\": \"3027\",\n                \"status_sequence\": 1,\n                \"estimated_cost\": null,\n                \"shop_id\": 4147,\n                \"name\": \"#3027\",\n                \"warehouse_id\": null,\n                \"automate_shipment\": true,\n                \"shipping_address\": {\n                    \"zip\": \"380050\",\n                    \"city\": \"Ahmedabad\",\n                    \"name\": \"Rajdeep Jalondhara\",\n                    \"email\": \"rajdip.shipturtle@gmail.com\",\n                    \"phone\": \"\",\n                    \"company\": null,\n                    \"country\": \"India\",\n                    \"address1\": \"ABC 1, Navrangpura abc Prakash Naga\",\n                    \"address2\": \"r Navrangpura\",\n                    \"latitude\": null,\n                    \"province\": \"Gujarat\",\n                    \"last_name\": \"Jalondhara\",\n                    \"longitude\": null,\n                    \"first_name\": \"Rajdeep\",\n                    \"country_code\": \"IN\",\n                    \"province_code\": \"GJ\"\n                },\n                \"total_line_items_price\": 200,\n                \"total_discounts\": 0,\n                \"checkout_id\": 37177279414575,\n                \"tracking_link\": null,\n                \"payment_reconciliation_status\": \"pending\",\n                \"freight_reconciliation_status\": \"pending\",\n                \"payment_recon_id\": null,\n                \"freight_recon_id\": null,\n                \"billing_address\": {\n                    \"zip\": \"380050\",\n                    \"city\": \"Ahmedabad\",\n                    \"name\": \"Rajdeep Jalondhara\",\n                    \"phone\": null,\n                    \"company\": null,\n                    \"country\": \"India\",\n                    \"address1\": \"ABC 1, Navrangpura abc Prakash Nagar Navrangpura\",\n                    \"address2\": null,\n                    \"latitude\": 23.0329326,\n                    \"province\": \"Gujarat\",\n                    \"last_name\": \"Jalondhara\",\n                    \"longitude\": 72.55588259999999,\n                    \"first_name\": \"Rajdeep\",\n                    \"country_code\": \"IN\",\n                    \"province_code\": \"GJ\"\n                },\n                \"currency\": \"INR\",\n                \"last_tracked_at\": null,\n                \"unique_name\": \"#3027_Magento0\",\n                \"label\": null,\n                \"note\": null,\n                \"awb_created_at\": null,\n                \"custom_data\": null,\n                \"awb_custom_courier_name\": null,\n                \"requires_shipping\": true,\n                \"type_of_order\": \"forward_order\",\n                \"return_status\": null,\n                \"return_order_link\": null,\n                \"pickup_address\": null,\n                \"manifest_id\": null,\n                \"is_cod\": 0,\n                \"merchant_notes\": null,\n                \"is_customize\": false,\n                \"insurance_amount\": null,\n                \"insurance_cost\": null,\n                \"challan_number\": null,\n                \"challan_path\": null,\n                \"challan_download\": null,\n                \"challan_date\": null,\n                \"financial_status\": \"paid\",\n                \"tags\": \"\",\n                \"rag_status\": null,\n                \"rag_status_updated_on\": null,\n                \"processed_at_timestamp\": 1704119208,\n                \"mail_sent_for_ndr\": 0,\n                \"total_outstanding\": 0,\n                \"fulfillment_id\": null,\n                \"estimated_delivery_time\": null,\n                \"payment_gateway_names\": \"\\\"[\\\\\\\"manual\\\\\\\"]\\\"\",\n                \"note_attributes\": null,\n                \"ndr_api_available\": false,\n                \"unique_order_number\": \"#3027_Magento0\",\n                \"shipping_label_status\": \"Pending\",\n                \"invoice_generated\": \"Invoice Generated\",\n                \"shipping_service\": \"Not Selected\",\n                \"payment\": 236,\n                \"customer_address\": {\n                    \"id\": 7864611733807,\n                    \"note\": null,\n                    \"tags\": \"\",\n                    \"email\": \"rajdip.shipturtle@gmail.com\",\n                    \"phone\": null,\n                    \"state\": \"disabled\",\n                    \"currency\": \"INR\",\n                    \"last_name\": \"jalondhara\",\n                    \"created_at\": \"2023-12-27T13:02:22+05:30\",\n                    \"first_name\": \"Rajdeep\",\n                    \"tax_exempt\": false,\n                    \"updated_at\": \"2024-01-01T14:26:50+05:30\",\n                    \"tax_exemptions\": [],\n                    \"verified_email\": true,\n                    \"default_address\": {\n                        \"id\": 9899588780335,\n                        \"zip\": \"380050\",\n                        \"city\": \"Ahmedabad\",\n                        \"name\": \"Rajdeep Jalondhara\",\n                        \"phone\": null,\n                        \"company\": null,\n                        \"country\": \"India\",\n                        \"default\": true,\n                        \"address1\": \"ABC 1, Navrangpura abc Prakash Nagar Navrangpura\",\n                        \"address2\": null,\n                        \"province\": \"Gujarat\",\n                        \"last_name\": \"Jalondhara\",\n                        \"first_name\": \"Rajdeep\",\n                        \"customer_id\": 7864611733807,\n                        \"country_code\": \"IN\",\n                        \"country_name\": \"India\",\n                        \"province_code\": \"GJ\"\n                    },\n                    \"accepts_marketing\": false,\n                    \"admin_graphql_api_id\": \"gid://shopify/Customer/7864611733807\",\n                    \"multipass_identifier\": null,\n                    \"sms_marketing_consent\": null,\n                    \"marketing_opt_in_level\": null,\n                    \"email_marketing_consent\": {\n                        \"state\": \"not_subscribed\",\n                        \"opt_in_level\": \"single_opt_in\",\n                        \"consent_updated_at\": null\n                    },\n                    \"accepts_marketing_updated_at\": \"2023-12-27T13:02:22+05:30\"\n                },\n                \"payment_status\": \"PP\",\n                \"errors\": {\n                    \"errors\": {\n                        \"vendor_address\": {\n                            \"vendor_errors\": \"Kindly add warehouse info\"\n                        },\n                        \"shipping_service_provider\": {\n                            \"shipping_service_provider_id\": \"Please select Shipping Partner.\",\n                            \"warehouse_id\": \"Please select pick up Warehouse.\",\n                            \"total_weight\": \"Please input package weight.\"\n                        }\n                    },\n                    \"hasErrors\": true,\n                    \"canGenerateAwb\": false,\n                    \"canFetchRate\": false,\n                    \"canConfirmOrder\": false,\n                    \"generatingInvoice\": true\n                },\n                \"shipper_address\": null,\n                \"total_amount_including_tax\": 236,\n                \"shipment_tracker\": null,\n                \"shipping_details\": null,\n                \"is_cod_order\": false,\n                \"freight_payment\": \"0\",\n                \"automate_shipment_status\": \"A\",\n                \"is_delivered\": false,\n                \"tax_info\": false,\n                \"order_status\": null,\n                \"order_sequence_name\": \"New Orders\",\n                \"slug\": \"#3027_Magento0-6639825\",\n                \"line_item_counts\": 20,\n                \"pickup_warehouse_address\": null,\n                \"currency_country\": {\n                    \"id\": 98,\n                    \"name\": \"India\",\n                    \"code\": \"IN\",\n                    \"dial_code\": \"+91\",\n                    \"currency_name\": \"Indian rupee\",\n                    \"currency_symbol\": \"Rs.\",\n                    \"currency_code\": \"INR\",\n                    \"created_at\": null,\n                    \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                    \"name_with_symbole\": \"Indian rupee - Rs.\"\n                },\n                \"shipping_service_provider\": null,\n                \"warehouse\": null,\n                \"shop\": {\n                    \"id\": 4147,\n                    \"shopify_domain\": \"violetplants.myshopify.com\",\n                    \"shopify_token\": null,\n                    \"created_at\": \"2023-07-13T10:19:49.000000Z\",\n                    \"updated_at\": \"2024-01-01T13:07:55.000000Z\",\n                    \"grandfathered\": false,\n                    \"deleted_at\": null,\n                    \"namespace\": null,\n                    \"plan_id\": 621,\n                    \"freemium\": false,\n                    \"name\": \"violetplants\",\n                    \"email\": \"violetplants123@gmail.com\",\n                    \"province\": \"WB\",\n                    \"country\": {\n                        \"id\": 98,\n                        \"name\": \"India\",\n                        \"code\": \"IN\",\n                        \"dial_code\": \"+91\",\n                        \"currency_name\": \"Indian rupee\",\n                        \"currency_symbol\": \"Rs.\",\n                        \"currency_code\": \"INR\",\n                        \"created_at\": null,\n                        \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                        \"name_with_symbole\": \"Indian rupee - Rs.\"\n                    },\n                    \"address1\": \"123 Old Court House Street Lal Dighi B.B.D. Bagh\",\n                    \"zip\": \"700001\",\n                    \"city\": \"Kolkata\",\n                    \"source\": null,\n                    \"phone\": \"12345678\",\n                    \"latitude\": \"22.5685769\",\n                    \"longitude\": \"88.3492417\",\n                    \"primary_locale\": \"en\",\n                    \"address2\": \"\",\n                    \"country_code\": \"IN\",\n                    \"country_name\": \"India\",\n                    \"currency\": \"INR\",\n                    \"customer_email\": \"violetplants123@gmail.com\",\n                    \"timezone\": \"(GMT+05:30) Asia/Kolkata\",\n                    \"iana_timezone\": \"Asia/Kolkata\",\n                    \"shop_owner\": \"Sharad Kabra\",\n                    \"money_format\": \"Rs. {{amount}}\",\n                    \"money_with_currency_format\": \"Rs. {{amount}}\",\n                    \"weight_unit\": \"gm\",\n                    \"province_code\": \"WB\",\n                    \"taxes_included\": false,\n                    \"tax_shipping\": false,\n                    \"county_taxes\": true,\n                    \"plan_display_name\": \"Basic Shopify\",\n                    \"plan_name\": \"basic\",\n                    \"has_discounts\": \"1\",\n                    \"has_gift_cards\": \"1\",\n                    \"money_in_emails_format\": \"Rs. {{amount}}\",\n                    \"money_with_currency_in_emails_format\": \"Rs. {{amount}}\",\n                    \"eligible_for_payments\": \"0\",\n                    \"requires_extra_payments_agreement\": \"0\",\n                    \"primary_location_id\": \"94960419119\",\n                    \"multi_location_enabled\": \"1\",\n                    \"channel_id\": null,\n                    \"company_id\": 212738,\n                    \"user_id\": 28343,\n                    \"verifying_plan\": 967,\n                    \"dimension_unit\": \"inch\",\n                    \"override_taxes\": false,\n                    \"provider\": \"shopify\",\n                    \"maintain_hs_information_in_shipturtle\": false,\n                    \"automatically_update_order_status_on_shopify\": true,\n                    \"charge_tax\": \"0\",\n                    \"enable_tax_on_shipping\": false,\n                    \"tax_on_shipping\": 0,\n                    \"automatically_update_product_status_on_shopify\": true,\n                    \"parent_id\": null,\n                    \"setup_pending\": false,\n                    \"product_types_sold_on_store\": \"physical_products_only\",\n                    \"carrier_service_id\": null,\n                    \"extra_info\": \"{\\\"location_sync_status\\\":[true,\\\"2023-05-29 10:50:37\\\"],\\\"product_sync_status\\\":[true,\\\"2023-05-29 10:51:10\\\"],\\\"inventory_level_sync_status\\\":[true,\\\"2023-05-29 10:51:13\\\"],\\\"order_sync_status\\\":[true,\\\"2023-05-29 10:53:11\\\"]}\",\n                    \"payment_method_settings\": {\n                        \"0\": null,\n                        \"payu_in_paisa\": \"paid\",\n                        \"cash_on_delivery\": \"paid\",\n                        \"manual\": \"paid\",\n                        \"cashfree\": \"paid\",\n                        \"Cash on Delivery (COD)\": \"cod\",\n                        \"gift_card\": \"paid\",\n                        \"paytm\": \"paid\",\n                        \"stripe\": \"paid\",\n                        \"payu_india\": \"paid\",\n                        \"razorpay_cards_upi_netbanking_wallets_\": \"paid\",\n                        \"neft\": \"paid\",\n                        \"paypal\": \"paid\",\n                        \"shopify_payments\": \"paid\",\n                        \"amazon_payments\": \"paid\",\n                        \"razorpay_all_cards_netbanking_wallets_\": \"paid\",\n                        \"Etsy\": \"paid\",\n                        \"clearpay\": \"paid\",\n                        \"Bank Deposit/Mobile Transfer\": \"paid\",\n                        \"E-Transfer\": \"paid\",\n                        \"cash\": \"cod\",\n                        \"eBay/PayPal\": \"paid\",\n                        \"amazon_marketplace\": \"paid\",\n                        \"ccavenue\": \"paid\",\n                        \"payu_in\": \"paid\",\n                        \"bogus\": \"paid\",\n                        \"\": null,\n                        \"money_order\": \"cod\",\n                        \"bank_deposit\": null\n                    },\n                    \"enable_payment_settings\": false,\n                    \"script_js_id\": \"234600726831\",\n                    \"shopify_namespace\": \"shipturtle\",\n                    \"password\": \"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\",\n                    \"password_updated_at\": \"2023-12-19\",\n                    \"domain\": null,\n                    \"shopify_freemium\": 0,\n                    \"plan_id_onetime\": null,\n                    \"shipment_movement\": \"on_shipment\",\n                    \"14_day_trial_expired\": true,\n                    \"keep_credits\": 0,\n                    \"change_base\": 1,\n                    \"shop_setup_instructions\": \"{\\\"store_type\\\":\\\"market_place\\\"}\",\n                    \"store_setup\": \"{\\\"is_setup_complete\\\":null,\\\"step\\\":\\\"1\\\"}\",\n                    \"published_and_unpublished_theme1_code\": \"{\\\"published_theme1_template\\\":{\\\"main_page_template\\\":\\\"<div id=\\\\\\\"vendor-detail-page\\\\\\\">\\\\n    <input type=\\\\\\\"hidden\\\\\\\" id=\\\\\\\"company_id\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\">\\\\n    @if ($company->banner_link)\\\\n    <section class=\\\\\\\"u-clearfix u-section-1 bck-banner-img\\\\\\\" id=\\\\\\\"sec-44b5\\\\\\\" style=\\\\\\\"background-image: url({{$company->banner_link}});\\\\\\\">\\\\n    </section>\\\\n    @endif\\\\n    <div class=\\\\\\\"u-clearfix u-sheet u-valign-middle u-sheet-1\\\\\\\" style=\\\\\\\"min-height: 250px;\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-expanded-width u-gutter-0 u-layout-wrap u-layout-wrap-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-layout\\\\\\\">\\\\n                <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n                    <div class=\\\\\\\"u-align-center u-container-style u-layout-cell u-left-cell u-size-23 u-layout-cell-1\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\" style=\\\\\\\"height:max-content; display: flex; flex-direction: column; align-items: center; padding-right: 4rem; padding-top: 1.5rem;\\\\\\\">\\\\n                            <img alt=\\\\\\\"{{$company->title}}\\\\\\\" class=\\\\\\\"u-image u-image-circle\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\" data-image-width=\\\\\\\"150\\\\\\\" data-image-height=\\\\\\\"150\\\\\\\" style=\\\\\\\"width: 80%;\\\\\\\">\\\\n                            </img>\\\\n                             <div class=\\\\\\\"social-media-links\\\\\\\">\\\\n                            @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                            <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\">\\\\n                                    <svg class=\\\\\\\"u-svg-content\\\\\\\"  x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-0214\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#3B5998\\\\\\\" d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\">\\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-3589\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#55ACEE\\\\\\\" d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\">        \\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-d986\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                        </div>\\\\n                            @if ($parentCompany->display_vendor_location)\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-1\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}\\\\n                            </p>\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                            @endif\\\\n                        </div>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n                            <h2 style=\\\\\\\"margin-bottom: 0;\\\\\\\" class=\\\\\\\"u-text\\\\\\\">{{$company->brand_name}}</h2>\\\\n                            <p class=\\\\\\\"u-text u-text-3\\\\\\\">\\\\n                                {!! $company->about_us !!}\\\\n                            </p>\\\\n                        </div>\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </div>\\\\n    \\\\n    {{-- Tabs --}}\\\\n    <section class=\\\\\\\"u-align-center u-clearfix u-section-2\\\\\\\" id=\\\\\\\"carousel_37bc\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-tab-links-align-justify u-tabs u-tabs-1\\\\\\\" id=\\\\\\\"u-tabs\\\\\\\">\\\\n                <ul class=\\\\\\\"u-tab-list u-unstyled\\\\\\\" role=\\\\\\\"tablist\\\\\\\">\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_products_tab)\\\\n                    <li class=\\\\\\\"u-tab-item\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"active u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-1\\\\\\\" id=\\\\\\\"link-tab-products\\\\\\\" href=\\\\\\\"#tab-products\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-products\\\\\\\" aria-selected=\\\\\\\"true\\\\\\\">Products</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_policy_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-2\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-2\\\\\\\" id=\\\\\\\"link-tab-policy\\\\\\\" href=\\\\\\\"#tab-policy\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-policy\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Policy</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_about_us_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-aboutus\\\\\\\" href=\\\\\\\"#tab-aboutus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-aboutus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">About Us<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_events_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\"\\\\n                             id=\\\\\\\"link-tab-events\\\\\\\" href=\\\\\\\"#tab-events\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-events\\\\\\\"\\\\n                              aria-selected=\\\\\\\"false\\\\\\\">Events<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_contact_us_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-contactus\\\\\\\" href=\\\\\\\"#tab-contactus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-contactus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Contact Us<br>\\\\n                        </a>\\\\n                    </li>\\\\n                    @endif\\\\n                </ul>\\\\n                <div class=\\\\\\\"u-tab-content\\\\\\\">\\\\n                    <div class=\\\\\\\"u-container-style u-tab-active u-tab-pane u-white u-tab-pane-1\\\\\\\" id=\\\\\\\"tab-products\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-products\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-container-style u-tab-pane u-white u-tab-pane-2\\\\\\\" id=\\\\\\\"tab-policy\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-policy\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-aboutus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-aboutus\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-events\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-events\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white u-tab-pane-5\\\\\\\" id=\\\\\\\"tab-contactus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-contactus\\\\\\\">\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </section>\\\\n</div>\\\",\\\"product_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\">\\\\n    <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n        <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.details\\\\\\\", [\\\\\\\"shopDomain\\\\\\\" => $shop->shopify_domain,\\\\n        \\\\\\\"vendorTitle\\\\\\\"=>$vendorTitle, \\\\\\\"action\\\\\\\"=>\\\\\\\"products\\\\\\\"]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" id=\\\\\\\"search_product_form\\\\\\\"\\\\n        class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\"\\\\n        source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: left;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n                <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search Product\\\\\\\" id=\\\\\\\"st_search_product\\\\\\\" name=\\\\\\\"search_product\\\\\\\"\\\\n                class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n                <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$tags}}\\\\\\\" id=\\\\\\\"st_search_product_by_tag\\\\\\\" name=\\\\\\\"search_product_by_tag\\\\\\\">\\\\n            </div>\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: right;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control u-label\\\\\\\" style=\\\\\\\"margin-left: auto;\\\\\\\">Sort By</label>\\\\n                <select name=\\\\\\\"sort_by\\\\\\\" id=\\\\\\\"st_product_list_sort_by\\\\\\\" class=\\\\\\\"filters-toolbar__input\\\\\\\" aria-describedby=\\\\\\\"a11y-refresh-page-message \\\\n                a11y-selection-message\\\\\\\" data-default-sortby=\\\\\\\"title-descending\\\\\\\">\\\\n                    <option value=\\\\\\\"title-ascending\\\\\\\" {{$orderBy == \\\\\\\"title-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, A-Z</option>\\\\n                    <option value=\\\\\\\"title-descending\\\\\\\" {{$orderBy == \\\\\\\"title-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, Z-A</option>\\\\n                    <option value=\\\\\\\"price-ascending\\\\\\\" {{$orderBy == \\\\\\\"price-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price , Low To High</option>\\\\n                    <option value=\\\\\\\"price-descending\\\\\\\" {{$orderBy == \\\\\\\"price-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price, High To Low</option>\\\\n                    <option value=\\\\\\\"best-selling\\\\\\\" {{$orderBy == \\\\\\\"best-selling\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Best Selling</option>\\\\n                    <option value=\\\\\\\"date-ascending\\\\\\\" {{$orderBy == \\\\\\\"date-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, New To Old</option>\\\\n                    <option value=\\\\\\\"date-descending\\\\\\\" {{$orderBy == \\\\\\\"date-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, Old To New</option>\\\\n                </select>\\\\n            </div>\\\\n            <div style=\\\\\\\"clear: both;\\\\\\\"></div>\\\\n        </form>\\\\n    </div>\\\\n    <div class=\\\\\\\"u-products u-products-1\\\\\\\">\\\\n        <div class=\\\\\\\"loader hide\\\\\\\"></div>\\\\n        @if ($products && sizeof($products) > 0)\\\\n        <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n            @foreach($products as $product)\\\\n                <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                    <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/products/{{$product->handle}}\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2\\\\\\\">\\\\n                            <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1\\\\\\\" \\\\n                            src=\\\\\\\"{{$product->image}}\\\\\\\">\\\\n                            @if($parentCompany->handle_out_of_stock_products == \\\\\\\"list_out_of_stock_products_with_out_of_stock_label\\\\\\\" && $product->isOutOfStock())\\\\n                                <p class=\\\\\\\"hidden-text u-out-of-stock-text\\\\\\\">OUT OF STOCK</p>\\\\n                            @endif\\\\n\\\\n                            <div class=\\\\\\\"u-product-control u-product-price u-product-price-1\\\\\\\">\\\\n                                <div class=\\\\\\\"u-price-wrapper u-spacing-10\\\\\\\">\\\\n                                    <div class=\\\\\\\"u-price u-text-palette-2-base\\\\\\\" style=\\\\\\\"font-weight: 700;\\\\\\\">\\\\n                                        <p class=\\\\\\\"u-product-title text-muted\\\\\\\" style=\\\\\\\"text-decoration: none;\\\\\\\">\\\\n                                            {{$product->title}}\\\\n                                        </p>\\\\n                                        @if($product->has_only_default_variant)\\\\n                                        {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                         $product->shop->currency}} \\\\n                                        {{$product->lowestPricedVariant->first() ? $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\"}}\\\\n                                        @else\\\\n                                        From: {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                        $product->shop->currency}} {{ $product->lowestPricedVariant->first() ?\\\\n                                        $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\" }}\\\\n                                        @endif\\\\n                                    </div>\\\\n                                </div>\\\\n                            </div>\\\\n                        </div>\\\\n                    </a>\\\\n                </div>\\\\n            @endforeach\\\\n        </div>\\\\n        <div>\\\\n            {{ $products->links() }}\\\\n        </div>\\\\n        @else\\\\n        <div style=\\\\\\\"margin: auto;\\\\\\\">\\\\n            <h3>No Products Found</h3>\\\\n        </div>\\\\n        @endif\\\\n    </div>\\\\n</div>\\\",\\\"about_us_template\\\":\\\"<div class=\\\\\\\"u-aboutus-container\\\\\\\"> <div class=\\\\\\\"u-aboutus-row\\\\\\\"> {!! $aboutus !!} </div></div>\\\",\\\"policy_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">{!! $policy !!}</div>\\\\n</div>\\\",\\\"contact_us_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-left-cell u-size-30 u-layout-cell-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-container-layout-10\\\\\\\">\\\\n                <h2 class=\\\\\\\"u-text u-text-grey-70 u-text-8\\\\\\\">Contact us</h2>\\\\n                <h6 class=\\\\\\\"u-text u-text-grey-50 u-text-9\\\\\\\">{{$company->brand_name}}</h6>\\\\n                @if ($parentCompany->display_vendor_location)\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10\\\\\\\">{{ $company->address_line_1 ? $company->address_line_1.\\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\" }} {{ $company->address_line_2 ? $company->address_line_2 : \\\\\\\"\\\\\\\" }} <br>\\\\n                    {{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}                                        \\\\n                    </p>\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                @endif\\\\n                <div class=\\\\\\\"u-social-icons u-spacing-20 u-social-icons-1\\\\\\\">\\\\n                @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-facebook u-social-icon u-icon-2\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-50ee\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-50ee\\\\\\\"><path d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-twitter u-icon-3\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-d346\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-d346\\\\\\\"><path d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-instagram u-icon-4\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-dd2a\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-dd2a\\\\\\\"><path d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path><path d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path><path d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif                \\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-30 u-layout-cell-2\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-valign-middle u-container-layout-11\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-form u-form-2\\\\\\\">\\\\n                <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.contact\\\\\\\") }}\\\\\\\" id=\\\\\\\"st_vendor_contact_form\\\\\\\" method=\\\\\\\"POST\\\\\\\" class=\\\\\\\"u-clearfix u-form-spacing-24 u-form-vertical u-inner-form\\\\\\\" style=\\\\\\\"padding: 24px;\\\\\\\" source=\\\\\\\"custom\\\\\\\" name=\\\\\\\"form\\\\\\\">\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$shop->id}}\\\\\\\" name=\\\\\\\"shop_id\\\\\\\" >\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\" name=\\\\\\\"company_id\\\\\\\" >\\\\n                    <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_name\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Name</label>\\\\n                        <input type=\\\\\\\"text\\\\\\\" placeholder=\\\\\\\"Enter your Name\\\\\\\" id=\\\\\\\"st_contact_form_name\\\\\\\" name=\\\\\\\"name\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-4\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-email u-form-group\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_email\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Email</label>\\\\n                        <input type=\\\\\\\"email\\\\\\\" placeholder=\\\\\\\"Enter a valid email address\\\\\\\" id=\\\\\\\"st_contact_form_email\\\\\\\" name=\\\\\\\"email\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-5\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-group u-form-message\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_message\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Message</label>\\\\n                        <textarea placeholder=\\\\\\\"Enter your message\\\\\\\" rows=\\\\\\\"4\\\\\\\" cols=\\\\\\\"50\\\\\\\" id=\\\\\\\"st_contact_form_message\\\\\\\" name=\\\\\\\"message\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-6\\\\\\\" required=\\\\\\\"\\\\\\\"></textarea>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-form-group u-form-submit\\\\\\\">       \\\\n                        <input type=\\\\\\\"submit\\\\\\\" value=\\\\\\\"submit\\\\\\\" class=\\\\\\\"u-form-control\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-send-message u-form-send-success\\\\\\\"> Thank you! Your message has been sent. </div>\\\\n                    <div class=\\\\\\\"u-form-send-error u-form-send-message\\\\\\\"> Unable to send your message. Please fix errors then try again. </div>\\\\n                </form>\\\\n            </div>\\\\n    </div>\\\\n        </div>\\\\n    </div>\\\\n</div>\\\"},\\\"unpublished_theme1_template\\\":{\\\"main_page_template\\\":\\\"<div id=\\\\\\\"vendor-detail-page\\\\\\\">\\\\n    <input type=\\\\\\\"hidden\\\\\\\" id=\\\\\\\"company_id\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\">\\\\n    @if ($company->banner_link)\\\\n    <section class=\\\\\\\"u-clearfix u-section-1 bck-banner-img\\\\\\\" id=\\\\\\\"sec-44b5\\\\\\\" style=\\\\\\\"background-image: url({{$company->banner_link}});\\\\\\\">\\\\n    </section>\\\\n    @endif\\\\n    <div class=\\\\\\\"u-clearfix u-sheet u-valign-middle u-sheet-1\\\\\\\" style=\\\\\\\"min-height: 250px;\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-expanded-width u-gutter-0 u-layout-wrap u-layout-wrap-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-layout\\\\\\\">\\\\n                <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n                    <div class=\\\\\\\"u-align-center u-container-style u-layout-cell u-left-cell u-size-23 u-layout-cell-1\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\" style=\\\\\\\"height:max-content; display: flex; flex-direction: column; align-items: center; padding-right: 4rem; padding-top: 1.5rem;\\\\\\\">\\\\n                            <img alt=\\\\\\\"{{$company->title}}\\\\\\\" class=\\\\\\\"u-image u-image-circle\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\" data-image-width=\\\\\\\"150\\\\\\\" data-image-height=\\\\\\\"150\\\\\\\" style=\\\\\\\"width: 80%;\\\\\\\">\\\\n                            </img>\\\\n                             <div class=\\\\\\\"social-media-links\\\\\\\">\\\\n                            @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                            <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\">\\\\n                                    <svg class=\\\\\\\"u-svg-content\\\\\\\"  x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-0214\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#3B5998\\\\\\\" d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\">\\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-3589\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#55ACEE\\\\\\\" d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\">        \\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-d986\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                        </div>\\\\n                            @if ($parentCompany->display_vendor_location)\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-1\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}\\\\n                            </p>\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                            @endif\\\\n                        </div>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n                            <h2 style=\\\\\\\"margin-bottom: 0;\\\\\\\" class=\\\\\\\"u-text\\\\\\\">{{$company->brand_name}}</h2>\\\\n                            <p class=\\\\\\\"u-text u-text-3\\\\\\\">\\\\n                                {!! $company->about_us !!}\\\\n                            </p>\\\\n                        </div>\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </div>\\\\n    \\\\n    {{-- Tabs --}}\\\\n    <section class=\\\\\\\"u-align-center u-clearfix u-section-2\\\\\\\" id=\\\\\\\"carousel_37bc\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-tab-links-align-justify u-tabs u-tabs-1\\\\\\\" id=\\\\\\\"u-tabs\\\\\\\">\\\\n                <ul class=\\\\\\\"u-tab-list u-unstyled\\\\\\\" role=\\\\\\\"tablist\\\\\\\">\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_products_tab)\\\\n                    <li class=\\\\\\\"u-tab-item\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"active u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-1\\\\\\\" id=\\\\\\\"link-tab-products\\\\\\\" href=\\\\\\\"#tab-products\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-products\\\\\\\" aria-selected=\\\\\\\"true\\\\\\\">Products</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_policy_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-2\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-2\\\\\\\" id=\\\\\\\"link-tab-policy\\\\\\\" href=\\\\\\\"#tab-policy\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-policy\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Policy</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_about_us_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-aboutus\\\\\\\" href=\\\\\\\"#tab-aboutus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-aboutus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">About Us<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_events_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\"\\\\n                             id=\\\\\\\"link-tab-events\\\\\\\" href=\\\\\\\"#tab-events\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-events\\\\\\\"\\\\n                              aria-selected=\\\\\\\"false\\\\\\\">Events<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_contact_us_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-contactus\\\\\\\" href=\\\\\\\"#tab-contactus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-contactus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Contact Us<br>\\\\n                        </a>\\\\n                    </li>\\\\n                    @endif\\\\n                </ul>\\\\n                <div class=\\\\\\\"u-tab-content\\\\\\\">\\\\n                    <div class=\\\\\\\"u-container-style u-tab-active u-tab-pane u-white u-tab-pane-1\\\\\\\" id=\\\\\\\"tab-products\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-products\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-container-style u-tab-pane u-white u-tab-pane-2\\\\\\\" id=\\\\\\\"tab-policy\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-policy\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-aboutus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-aboutus\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-events\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-events\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white u-tab-pane-5\\\\\\\" id=\\\\\\\"tab-contactus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-contactus\\\\\\\">\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </section>\\\\n</div>\\\",\\\"product_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\">\\\\n    <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n        <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.details\\\\\\\", [\\\\\\\"shopDomain\\\\\\\" => $shop->shopify_domain,\\\\n        \\\\\\\"vendorTitle\\\\\\\"=>$vendorTitle, \\\\\\\"action\\\\\\\"=>\\\\\\\"products\\\\\\\"]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" id=\\\\\\\"search_product_form\\\\\\\"\\\\n        class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\"\\\\n        source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: left;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n                <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search Product\\\\\\\" id=\\\\\\\"st_search_product\\\\\\\" name=\\\\\\\"search_product\\\\\\\"\\\\n                class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n                <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$tags}}\\\\\\\" id=\\\\\\\"st_search_product_by_tag\\\\\\\" name=\\\\\\\"search_product_by_tag\\\\\\\">\\\\n            </div>\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: right;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control u-label\\\\\\\" style=\\\\\\\"margin-left: auto;\\\\\\\">Sort By</label>\\\\n                <select name=\\\\\\\"sort_by\\\\\\\" id=\\\\\\\"st_product_list_sort_by\\\\\\\" class=\\\\\\\"filters-toolbar__input\\\\\\\" aria-describedby=\\\\\\\"a11y-refresh-page-message \\\\n                a11y-selection-message\\\\\\\" data-default-sortby=\\\\\\\"title-descending\\\\\\\">\\\\n                    <option value=\\\\\\\"title-ascending\\\\\\\" {{$orderBy == \\\\\\\"title-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, A-Z</option>\\\\n                    <option value=\\\\\\\"title-descending\\\\\\\" {{$orderBy == \\\\\\\"title-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, Z-A</option>\\\\n                    <option value=\\\\\\\"price-ascending\\\\\\\" {{$orderBy == \\\\\\\"price-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price , Low To High</option>\\\\n                    <option value=\\\\\\\"price-descending\\\\\\\" {{$orderBy == \\\\\\\"price-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price, High To Low</option>\\\\n                    <option value=\\\\\\\"best-selling\\\\\\\" {{$orderBy == \\\\\\\"best-selling\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Best Selling</option>\\\\n                    <option value=\\\\\\\"date-ascending\\\\\\\" {{$orderBy == \\\\\\\"date-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, New To Old</option>\\\\n                    <option value=\\\\\\\"date-descending\\\\\\\" {{$orderBy == \\\\\\\"date-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, Old To New</option>\\\\n                </select>\\\\n            </div>\\\\n            <div style=\\\\\\\"clear: both;\\\\\\\"></div>\\\\n        </form>\\\\n    </div>\\\\n    <div class=\\\\\\\"u-products u-products-1\\\\\\\">\\\\n        <div class=\\\\\\\"loader hide\\\\\\\"></div>\\\\n        @if ($products && sizeof($products) > 0)\\\\n        <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n            @foreach($products as $product)\\\\n                <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                    <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/products/{{$product->handle}}\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2\\\\\\\">\\\\n                            <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1\\\\\\\" \\\\n                            src=\\\\\\\"{{$product->image}}\\\\\\\">\\\\n                            @if($parentCompany->handle_out_of_stock_products == \\\\\\\"list_out_of_stock_products_with_out_of_stock_label\\\\\\\" && $product->isOutOfStock())\\\\n                                <p class=\\\\\\\"hidden-text u-out-of-stock-text\\\\\\\">OUT OF STOCK</p>\\\\n                            @endif\\\\n\\\\n                            <div class=\\\\\\\"u-product-control u-product-price u-product-price-1\\\\\\\">\\\\n                                <div class=\\\\\\\"u-price-wrapper u-spacing-10\\\\\\\">\\\\n                                    <div class=\\\\\\\"u-price u-text-palette-2-base\\\\\\\" style=\\\\\\\"font-weight: 700;\\\\\\\">\\\\n                                        <p class=\\\\\\\"u-product-title text-muted\\\\\\\" style=\\\\\\\"text-decoration: none;\\\\\\\">\\\\n                                            {{$product->title}}\\\\n                                        </p>\\\\n                                        @if($product->has_only_default_variant)\\\\n                                        {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                         $product->shop->currency}} \\\\n                                        {{$product->lowestPricedVariant->first() ? $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\"}}\\\\n                                        @else\\\\n                                        From: {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                        $product->shop->currency}} {{ $product->lowestPricedVariant->first() ?\\\\n                                        $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\" }}\\\\n                                        @endif\\\\n                                    </div>\\\\n                                </div>\\\\n                            </div>\\\\n                        </div>\\\\n                    </a>\\\\n                </div>\\\\n            @endforeach\\\\n        </div>\\\\n        <div>\\\\n            {{ $products->links() }}\\\\n        </div>\\\\n        @else\\\\n        <div style=\\\\\\\"margin: auto;\\\\\\\">\\\\n            <h3>No Products Found</h3>\\\\n        </div>\\\\n        @endif\\\\n    </div>\\\\n</div>\\\",\\\"about_us_template\\\":\\\"<div class=\\\\\\\"u-aboutus-container\\\\\\\"> <div class=\\\\\\\"u-aboutus-row\\\\\\\"> {!! $aboutus !!} </div></div>\\\",\\\"policy_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">{!! $policy !!}</div>\\\\n</div>\\\",\\\"contact_us_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-left-cell u-size-30 u-layout-cell-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-container-layout-10\\\\\\\">\\\\n                <h2 class=\\\\\\\"u-text u-text-grey-70 u-text-8\\\\\\\">Contact us</h2>\\\\n                <h6 class=\\\\\\\"u-text u-text-grey-50 u-text-9\\\\\\\">{{$company->brand_name}}</h6>\\\\n                @if ($parentCompany->display_vendor_location)\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10\\\\\\\">{{ $company->address_line_1 ? $company->address_line_1.\\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\" }} {{ $company->address_line_2 ? $company->address_line_2 : \\\\\\\"\\\\\\\" }} <br>\\\\n                    {{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}                                        \\\\n                    </p>\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                @endif\\\\n                <div class=\\\\\\\"u-social-icons u-spacing-20 u-social-icons-1\\\\\\\">\\\\n                @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-facebook u-social-icon u-icon-2\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-50ee\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-50ee\\\\\\\"><path d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-twitter u-icon-3\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-d346\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-d346\\\\\\\"><path d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-instagram u-icon-4\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-dd2a\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-dd2a\\\\\\\"><path d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path><path d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path><path d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif                \\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-30 u-layout-cell-2\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-valign-middle u-container-layout-11\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-form u-form-2\\\\\\\">\\\\n                <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.contact\\\\\\\") }}\\\\\\\" id=\\\\\\\"st_vendor_contact_form\\\\\\\" method=\\\\\\\"POST\\\\\\\" class=\\\\\\\"u-clearfix u-form-spacing-24 u-form-vertical u-inner-form\\\\\\\" style=\\\\\\\"padding: 24px;\\\\\\\" source=\\\\\\\"custom\\\\\\\" name=\\\\\\\"form\\\\\\\">\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$shop->id}}\\\\\\\" name=\\\\\\\"shop_id\\\\\\\" >\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\" name=\\\\\\\"company_id\\\\\\\" >\\\\n                    <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_name\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Name</label>\\\\n                        <input type=\\\\\\\"text\\\\\\\" placeholder=\\\\\\\"Enter your Name\\\\\\\" id=\\\\\\\"st_contact_form_name\\\\\\\" name=\\\\\\\"name\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-4\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-email u-form-group\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_email\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Email</label>\\\\n                        <input type=\\\\\\\"email\\\\\\\" placeholder=\\\\\\\"Enter a valid email address\\\\\\\" id=\\\\\\\"st_contact_form_email\\\\\\\" name=\\\\\\\"email\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-5\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-group u-form-message\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_message\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Message</label>\\\\n                        <textarea placeholder=\\\\\\\"Enter your message\\\\\\\" rows=\\\\\\\"4\\\\\\\" cols=\\\\\\\"50\\\\\\\" id=\\\\\\\"st_contact_form_message\\\\\\\" name=\\\\\\\"message\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-6\\\\\\\" required=\\\\\\\"\\\\\\\"></textarea>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-form-group u-form-submit\\\\\\\">       \\\\n                        <input type=\\\\\\\"submit\\\\\\\" value=\\\\\\\"submit\\\\\\\" class=\\\\\\\"u-form-control\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-send-message u-form-send-success\\\\\\\"> Thank you! Your message has been sent. </div>\\\\n                    <div class=\\\\\\\"u-form-send-error u-form-send-message\\\\\\\"> Unable to send your message. Please fix errors then try again. </div>\\\\n                </form>\\\\n            </div>\\\\n    </div>\\\\n        </div>\\\\n    </div>\\\\n</div>\\\"},\\\"published_theme1_css\\\":null,\\\"unpublished_theme1_css\\\":null,\\\"published_vendor_list_template\\\":\\\"<div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2 u-section-2\\\\\\\">\\\\n    <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n      <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n        <h1 class=\\\\\\\"u-text u-text-default u-text-1\\\\\\\">{{$parentCompany->name_of_the_vendor_listing_page}}</h1>\\\\n        <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n          <form id=\\\\\\\"vendor_search_form\\\\\\\" action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.list\\\\\\\", [\\\\\\\"shop\\\\\\\" => $shop->shopify_domain]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\" source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n              <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n              <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search\\\\\\\" id=\\\\\\\"search_vendor\\\\\\\" name=\\\\\\\"search_vendor\\\\\\\" class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n            </div>\\\\n          </form>\\\\n        </div>\\\\n        <div class=\\\\\\\"loader\\\\\\\" ></div>\\\\n        <div class=\\\\\\\"u-container-layout-2 u-container-layout-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-products u-products-1\\\\\\\">                \\\\n                <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n                    @foreach($companies as $company)\\\\n                      <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2 container\\\\\\\">\\\\n                                  <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1 image-hover\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\">\\\\n                                  <h1 class=\\\\\\\"u-align-center u-product-control u-text u-text-1\\\\\\\">\\\\n                                      <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                                          {{$company->title}}\\\\n                                      </a>\\\\n                                      @if ($parentCompany->display_vendor_category && $company->vendor_category != \\\\\\\"\\\\\\\")\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->vendor_category}} </p>\\\\n                                      @endif\\\\n                                      @if ($parentCompany->display_vendor_location)\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}</p>\\\\n                                      @endif\\\\n                                  </h1>\\\\n                              </div>\\\\n                          </a>\\\\n                          @if ($parentCompany->display_vendor_short_description)\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"st-middle\\\\\\\">\\\\n                                  <div class=\\\\\\\"short-description st-white-text-overlay\\\\\\\" style=\\\\\\\"height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.4);\\\\\\\">\\\\n                                      {!! $company->short_description !!}\\\\n                                  </div>\\\\n                              </div>\\\\n                          </a>\\\\n                          @endif\\\\n                      </div>\\\\n                    @endforeach\\\\n                </div>\\\\n                <div>\\\\n                  {{ $companies->links() }}\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n      </div>\\\\n    </div>\\\\n  </div>\\\",\\\"unpublished_vendor_list_template\\\":\\\"<div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2 u-section-2\\\\\\\">\\\\n    <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n      <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n        <h1 class=\\\\\\\"u-text u-text-default u-text-1\\\\\\\">{{$parentCompany->name_of_the_vendor_listing_page}}</h1>\\\\n        <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n          <form id=\\\\\\\"vendor_search_form\\\\\\\" action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.list\\\\\\\", [\\\\\\\"shop\\\\\\\" => $shop->shopify_domain]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\" source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n              <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n              <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search\\\\\\\" id=\\\\\\\"search_vendor\\\\\\\" name=\\\\\\\"search_vendor\\\\\\\" class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n            </div>\\\\n          </form>\\\\n        </div>\\\\n        <div class=\\\\\\\"loader\\\\\\\" ></div>\\\\n        <div class=\\\\\\\"u-container-layout-2 u-container-layout-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-products u-products-1\\\\\\\">                \\\\n                <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n                    @foreach($companies as $company)\\\\n                      <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2 container\\\\\\\">\\\\n                                  <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1 image-hover\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\">\\\\n                                  <h1 class=\\\\\\\"u-align-center u-product-control u-text u-text-1\\\\\\\">\\\\n                                      <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                                          {{$company->title}}\\\\n                                      </a>\\\\n                                      @if ($parentCompany->display_vendor_category && $company->vendor_category != \\\\\\\"\\\\\\\")\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->vendor_category}} </p>\\\\n                                      @endif\\\\n                                      @if ($parentCompany->display_vendor_location)\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}</p>\\\\n                                      @endif\\\\n                                  </h1>\\\\n                              </div>\\\\n                          </a>\\\\n                          @if ($parentCompany->display_vendor_short_description)\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"st-middle\\\\\\\">\\\\n                                  <div class=\\\\\\\"short-description st-white-text-overlay\\\\\\\" style=\\\\\\\"height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.4);\\\\\\\">\\\\n                                      {!! $company->short_description !!}\\\\n                                  </div>\\\\n                              </div>\\\\n                          </a>\\\\n                          @endif\\\\n                      </div>\\\\n                    @endforeach\\\\n                </div>\\\\n                <div>\\\\n                  {{ $companies->links() }}\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n      </div>\\\\n    </div>\\\\n  </div>\\\",\\\"publish_pending\\\":false}\",\n                    \"published_and_unpublished_theme1_code_last_version\": \"{\\\"published_theme1_css\\\":null,\\\"published_theme1_template\\\":{\\\"main_page_template\\\":\\\"<div id=\\\\\\\"vendor-detail-page\\\\\\\">\\\\n    <input type=\\\\\\\"hidden\\\\\\\" id=\\\\\\\"company_id\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\">\\\\n    @if ($company->banner_link)\\\\n    <section class=\\\\\\\"u-clearfix u-section-1 bck-banner-img\\\\\\\" id=\\\\\\\"sec-44b5\\\\\\\" style=\\\\\\\"background-image: url({{$company->banner_link}});\\\\\\\">\\\\n    </section>\\\\n    @endif\\\\n    <div class=\\\\\\\"u-clearfix u-sheet u-valign-middle u-sheet-1\\\\\\\" style=\\\\\\\"min-height: 250px;\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-expanded-width u-gutter-0 u-layout-wrap u-layout-wrap-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-layout\\\\\\\">\\\\n                <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n                    <div class=\\\\\\\"u-align-center u-container-style u-layout-cell u-left-cell u-size-23 u-layout-cell-1\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\" style=\\\\\\\"height:max-content; display: flex; flex-direction: column; align-items: center; padding-right: 4rem; padding-top: 1.5rem;\\\\\\\">\\\\n                            <img alt=\\\\\\\"{{$company->title}}\\\\\\\" class=\\\\\\\"u-image u-image-circle\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\" data-image-width=\\\\\\\"150\\\\\\\" data-image-height=\\\\\\\"150\\\\\\\" style=\\\\\\\"width: 80%;\\\\\\\">\\\\n                            </img>\\\\n                             <div class=\\\\\\\"social-media-links\\\\\\\">\\\\n                            @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                            <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\">\\\\n                                    <svg class=\\\\\\\"u-svg-content\\\\\\\"  x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-0214\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#3B5998\\\\\\\" d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\">\\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-3589\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#55ACEE\\\\\\\" d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\">        \\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-d986\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                        </div>\\\\n                            @if ($parentCompany->display_vendor_location)\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-1\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}\\\\n                            </p>\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                            @endif\\\\n                        </div>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n                            <h2 style=\\\\\\\"margin-bottom: 0;\\\\\\\" class=\\\\\\\"u-text\\\\\\\">{{$company->brand_name}}</h2>\\\\n                            <p class=\\\\\\\"u-text u-text-3\\\\\\\">\\\\n                                {!! $company->about_us !!}\\\\n                            </p>\\\\n                        </div>\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </div>\\\\n    \\\\n    {{-- Tabs --}}\\\\n    <section class=\\\\\\\"u-align-center u-clearfix u-section-2\\\\\\\" id=\\\\\\\"carousel_37bc\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-tab-links-align-justify u-tabs u-tabs-1\\\\\\\" id=\\\\\\\"u-tabs\\\\\\\">\\\\n                <ul class=\\\\\\\"u-tab-list u-unstyled\\\\\\\" role=\\\\\\\"tablist\\\\\\\">\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_products_tab)\\\\n                    <li class=\\\\\\\"u-tab-item\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"active u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-1\\\\\\\" id=\\\\\\\"link-tab-products\\\\\\\" href=\\\\\\\"#tab-products\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-products\\\\\\\" aria-selected=\\\\\\\"true\\\\\\\">Products</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_policy_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-2\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-2\\\\\\\" id=\\\\\\\"link-tab-policy\\\\\\\" href=\\\\\\\"#tab-policy\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-policy\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Policy</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_about_us_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-aboutus\\\\\\\" href=\\\\\\\"#tab-aboutus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-aboutus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">About Us<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_events_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\"\\\\n                             id=\\\\\\\"link-tab-events\\\\\\\" href=\\\\\\\"#tab-events\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-events\\\\\\\"\\\\n                              aria-selected=\\\\\\\"false\\\\\\\">Events<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_contact_us_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-contactus\\\\\\\" href=\\\\\\\"#tab-contactus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-contactus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Contact Us<br>\\\\n                        </a>\\\\n                    </li>\\\\n                    @endif\\\\n                </ul>\\\\n                <div class=\\\\\\\"u-tab-content\\\\\\\">\\\\n                    <div class=\\\\\\\"u-container-style u-tab-active u-tab-pane u-white u-tab-pane-1\\\\\\\" id=\\\\\\\"tab-products\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-products\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-container-style u-tab-pane u-white u-tab-pane-2\\\\\\\" id=\\\\\\\"tab-policy\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-policy\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-aboutus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-aboutus\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-events\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-events\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white u-tab-pane-5\\\\\\\" id=\\\\\\\"tab-contactus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-contactus\\\\\\\">\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </section>\\\\n</div>\\\",\\\"product_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\">\\\\n    <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n        <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.details\\\\\\\", [\\\\\\\"shopDomain\\\\\\\" => $shop->shopify_domain,\\\\n        \\\\\\\"vendorTitle\\\\\\\"=>$vendorTitle, \\\\\\\"action\\\\\\\"=>\\\\\\\"products\\\\\\\"]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" id=\\\\\\\"search_product_form\\\\\\\"\\\\n        class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\"\\\\n        source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: left;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n                <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search Product\\\\\\\" id=\\\\\\\"st_search_product\\\\\\\" name=\\\\\\\"search_product\\\\\\\"\\\\n                class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n                <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$tags}}\\\\\\\" id=\\\\\\\"st_search_product_by_tag\\\\\\\" name=\\\\\\\"search_product_by_tag\\\\\\\">\\\\n            </div>\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: right;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control u-label\\\\\\\" style=\\\\\\\"margin-left: auto;\\\\\\\">Sort By</label>\\\\n                <select name=\\\\\\\"sort_by\\\\\\\" id=\\\\\\\"st_product_list_sort_by\\\\\\\" class=\\\\\\\"filters-toolbar__input\\\\\\\" aria-describedby=\\\\\\\"a11y-refresh-page-message \\\\n                a11y-selection-message\\\\\\\" data-default-sortby=\\\\\\\"title-descending\\\\\\\">\\\\n                    <option value=\\\\\\\"title-ascending\\\\\\\" {{$orderBy == \\\\\\\"title-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, A-Z</option>\\\\n                    <option value=\\\\\\\"title-descending\\\\\\\" {{$orderBy == \\\\\\\"title-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, Z-A</option>\\\\n                    <option value=\\\\\\\"price-ascending\\\\\\\" {{$orderBy == \\\\\\\"price-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price , Low To High</option>\\\\n                    <option value=\\\\\\\"price-descending\\\\\\\" {{$orderBy == \\\\\\\"price-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price, High To Low</option>\\\\n                    <option value=\\\\\\\"best-selling\\\\\\\" {{$orderBy == \\\\\\\"best-selling\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Best Selling</option>\\\\n                    <option value=\\\\\\\"date-ascending\\\\\\\" {{$orderBy == \\\\\\\"date-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, New To Old</option>\\\\n                    <option value=\\\\\\\"date-descending\\\\\\\" {{$orderBy == \\\\\\\"date-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, Old To New</option>\\\\n                </select>\\\\n            </div>\\\\n            <div style=\\\\\\\"clear: both;\\\\\\\"></div>\\\\n        </form>\\\\n    </div>\\\\n    <div class=\\\\\\\"u-products u-products-1\\\\\\\">\\\\n        <div class=\\\\\\\"loader hide\\\\\\\"></div>\\\\n        @if ($products && sizeof($products) > 0)\\\\n        <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n            @foreach($products as $product)\\\\n                <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                    <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/products/{{$product->handle}}\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2\\\\\\\">\\\\n                            <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1\\\\\\\" \\\\n                            src=\\\\\\\"{{$product->image}}\\\\\\\">\\\\n                            @if($parentCompany->handle_out_of_stock_products == \\\\\\\"list_out_of_stock_products_with_out_of_stock_label\\\\\\\" && $product->isOutOfStock())\\\\n                                <p class=\\\\\\\"hidden-text u-out-of-stock-text\\\\\\\">OUT OF STOCK</p>\\\\n                            @endif\\\\n\\\\n                            <div class=\\\\\\\"u-product-control u-product-price u-product-price-1\\\\\\\">\\\\n                                <div class=\\\\\\\"u-price-wrapper u-spacing-10\\\\\\\">\\\\n                                    <div class=\\\\\\\"u-price u-text-palette-2-base\\\\\\\" style=\\\\\\\"font-weight: 700;\\\\\\\">\\\\n                                        <p class=\\\\\\\"u-product-title text-muted\\\\\\\" style=\\\\\\\"text-decoration: none;\\\\\\\">\\\\n                                            {{$product->title}}\\\\n                                        </p>\\\\n                                        @if($product->has_only_default_variant)\\\\n                                        {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                         $product->shop->currency}} \\\\n                                        {{$product->lowestPricedVariant->first() ? $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\"}}\\\\n                                        @else\\\\n                                        From: {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                        $product->shop->currency}} {{ $product->lowestPricedVariant->first() ?\\\\n                                        $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\" }}\\\\n                                        @endif\\\\n                                    </div>\\\\n                                </div>\\\\n                            </div>\\\\n                        </div>\\\\n                    </a>\\\\n                </div>\\\\n            @endforeach\\\\n        </div>\\\\n        <div>\\\\n            {{ $products->links() }}\\\\n        </div>\\\\n        @else\\\\n        <div style=\\\\\\\"margin: auto;\\\\\\\">\\\\n            <h3>No Products Found</h3>\\\\n        </div>\\\\n        @endif\\\\n    </div>\\\\n</div>\\\",\\\"about_us_template\\\":\\\"<div class=\\\\\\\"u-aboutus-container\\\\\\\"> <div class=\\\\\\\"u-aboutus-row\\\\\\\"> {!! $aboutus !!} </div></div>\\\",\\\"policy_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">{!! $policy !!}</div>\\\\n</div>\\\",\\\"contact_us_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-left-cell u-size-30 u-layout-cell-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-container-layout-10\\\\\\\">\\\\n                <h2 class=\\\\\\\"u-text u-text-grey-70 u-text-8\\\\\\\">Contact us</h2>\\\\n                <h6 class=\\\\\\\"u-text u-text-grey-50 u-text-9\\\\\\\">{{$company->brand_name}}</h6>\\\\n                @if ($parentCompany->display_vendor_location)\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10\\\\\\\">{{ $company->address_line_1 ? $company->address_line_1.\\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\" }} {{ $company->address_line_2 ? $company->address_line_2 : \\\\\\\"\\\\\\\" }} <br>\\\\n                    {{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}                                        \\\\n                    </p>\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                @endif\\\\n                <div class=\\\\\\\"u-social-icons u-spacing-20 u-social-icons-1\\\\\\\">\\\\n                @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-facebook u-social-icon u-icon-2\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-50ee\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-50ee\\\\\\\"><path d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-twitter u-icon-3\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-d346\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-d346\\\\\\\"><path d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-instagram u-icon-4\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-dd2a\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-dd2a\\\\\\\"><path d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path><path d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path><path d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif                \\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-30 u-layout-cell-2\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-valign-middle u-container-layout-11\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-form u-form-2\\\\\\\">\\\\n                <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.contact\\\\\\\") }}\\\\\\\" id=\\\\\\\"st_vendor_contact_form\\\\\\\" method=\\\\\\\"POST\\\\\\\" class=\\\\\\\"u-clearfix u-form-spacing-24 u-form-vertical u-inner-form\\\\\\\" style=\\\\\\\"padding: 24px;\\\\\\\" source=\\\\\\\"custom\\\\\\\" name=\\\\\\\"form\\\\\\\">\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$shop->id}}\\\\\\\" name=\\\\\\\"shop_id\\\\\\\" >\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\" name=\\\\\\\"company_id\\\\\\\" >\\\\n                    <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_name\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Name</label>\\\\n                        <input type=\\\\\\\"text\\\\\\\" placeholder=\\\\\\\"Enter your Name\\\\\\\" id=\\\\\\\"st_contact_form_name\\\\\\\" name=\\\\\\\"name\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-4\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-email u-form-group\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_email\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Email</label>\\\\n                        <input type=\\\\\\\"email\\\\\\\" placeholder=\\\\\\\"Enter a valid email address\\\\\\\" id=\\\\\\\"st_contact_form_email\\\\\\\" name=\\\\\\\"email\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-5\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-group u-form-message\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_message\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Message</label>\\\\n                        <textarea placeholder=\\\\\\\"Enter your message\\\\\\\" rows=\\\\\\\"4\\\\\\\" cols=\\\\\\\"50\\\\\\\" id=\\\\\\\"st_contact_form_message\\\\\\\" name=\\\\\\\"message\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-6\\\\\\\" required=\\\\\\\"\\\\\\\"></textarea>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-form-group u-form-submit\\\\\\\">       \\\\n                        <input type=\\\\\\\"submit\\\\\\\" value=\\\\\\\"submit\\\\\\\" class=\\\\\\\"u-form-control\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-send-message u-form-send-success\\\\\\\"> Thank you! Your message has been sent. </div>\\\\n                    <div class=\\\\\\\"u-form-send-error u-form-send-message\\\\\\\"> Unable to send your message. Please fix errors then try again. </div>\\\\n                </form>\\\\n            </div>\\\\n    </div>\\\\n        </div>\\\\n    </div>\\\\n</div>\\\"},\\\"published_vendor_list_template\\\":\\\"<div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2 u-section-2\\\\\\\">\\\\n    <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n      <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n        <h1 class=\\\\\\\"u-text u-text-default u-text-1\\\\\\\">{{$parentCompany->name_of_the_vendor_listing_page}}</h1>\\\\n        <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n          <form id=\\\\\\\"vendor_search_form\\\\\\\" action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.list\\\\\\\", [\\\\\\\"shop\\\\\\\" => $shop->shopify_domain]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\" source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n              <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n              <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search\\\\\\\" id=\\\\\\\"search_vendor\\\\\\\" name=\\\\\\\"search_vendor\\\\\\\" class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n            </div>\\\\n          </form>\\\\n        </div>\\\\n        <div class=\\\\\\\"loader\\\\\\\" ></div>\\\\n        <div class=\\\\\\\"u-container-layout-2 u-container-layout-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-products u-products-1\\\\\\\">                \\\\n                <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n                    @foreach($companies as $company)\\\\n                      <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2 container\\\\\\\">\\\\n                                  <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1 image-hover\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\">\\\\n                                  <h1 class=\\\\\\\"u-align-center u-product-control u-text u-text-1\\\\\\\">\\\\n                                      <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                                          {{$company->title}}\\\\n                                      </a>\\\\n                                      @if ($parentCompany->display_vendor_category && $company->vendor_category != \\\\\\\"\\\\\\\")\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->vendor_category}} </p>\\\\n                                      @endif\\\\n                                      @if ($parentCompany->display_vendor_location)\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}</p>\\\\n                                      @endif\\\\n                                  </h1>\\\\n                              </div>\\\\n                          </a>\\\\n                          @if ($parentCompany->display_vendor_short_description)\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"st-middle\\\\\\\">\\\\n                                  <div class=\\\\\\\"short-description st-white-text-overlay\\\\\\\" style=\\\\\\\"height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.4);\\\\\\\">\\\\n                                      {!! $company->short_description !!}\\\\n                                  </div>\\\\n                              </div>\\\\n                          </a>\\\\n                          @endif\\\\n                      </div>\\\\n                    @endforeach\\\\n                </div>\\\\n                <div>\\\\n                  {{ $companies->links() }}\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n      </div>\\\\n    </div>\\\\n  </div>\\\"}\",\n                    \"left_days_14_day_trial\": null,\n                    \"currency_country\": {\n                        \"id\": 98,\n                        \"name\": \"India\",\n                        \"code\": \"IN\",\n                        \"dial_code\": \"+91\",\n                        \"currency_name\": \"Indian rupee\",\n                        \"currency_symbol\": \"Rs.\",\n                        \"currency_code\": \"INR\",\n                        \"created_at\": null,\n                        \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                        \"name_with_symbole\": \"Indian rupee - Rs.\"\n                    }\n                }\n            },\n            \"vendor_line_item\": {\n                \"total_discount\": 0,\n                \"order_discount\": 0,\n                \"sku\": \"All Field Test product22-red-large\",\n                \"quantity\": 1,\n                \"price\": 10,\n                \"title\": \"All Field Test product22\",\n                \"id\": 9351893,\n                \"product_id\": 9599632802095,\n                \"variant_id\": 22494316,\n                \"company_id\": 234956,\n                \"shipping_price\": \"0\",\n                \"total_value_including_tax\": 0,\n                \"taxable_price\": 0,\n                \"line_item_tax\": 0,\n                \"sku_barcode\": \"All Field Test product22-red-large</br>\",\n                \"shop\": null,\n                \"variant\": {\n                    \"id\": 22494316,\n                    \"title\": \"red / large\",\n                    \"price\": \"10.00\",\n                    \"sku\": \"All Field Test product22-red-large\",\n                    \"position\": 14,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": \"10.00\",\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"red\",\n                    \"option2\": \"large\",\n                    \"option3\": null,\n                    \"barcode\": \"\",\n                    \"grams\": \"0\",\n                    \"image_id\": null,\n                    \"weight\": \"0\",\n                    \"inventory_item_id\": \"50408304607535\",\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/48363850203439\",\n                    \"created_at\": \"2024-01-01T08:54:07.000000Z\",\n                    \"updated_at\": \"2024-01-01T08:57:42.000000Z\",\n                    \"deleted_at\": null,\n                    \"product_id\": 8106189,\n                    \"taxable\": true,\n                    \"requires_shipping\": null,\n                    \"weight_unit\": \"kg\",\n                    \"inventory_quantity\": \"9\",\n                    \"old_inventory_quantity\": null,\n                    \"product_purchase_cost\": \"0\",\n                    \"actual_product_weight\": \"0\",\n                    \"vendor_id\": null,\n                    \"provider\": null,\n                    \"company_id\": 234956,\n                    \"hsn_sku_id\": null,\n                    \"channel_id\": \"48363850203439\",\n                    \"channel\": \"shopify\",\n                    \"store_id\": null,\n                    \"image\": null,\n                    \"channel_variant_id\": \"22628289\",\n                    \"extra_information\": null,\n                    \"deactivated_at\": true,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"shop_id\": 4147,\n                    \"tax_id\": null,\n                    \"body_html\": \"\",\n                    \"commission\": null,\n                    \"fixed_commission\": 0,\n                    \"override_commission\": false,\n                    \"parent_id\": 212738,\n                    \"product_code_name\": \"All Field Test product22-red-large</br>All Field Test product22</br>red,large\",\n                    \"product_variant_title\": \"All Field Test product22 - red / large\",\n                    \"product_type\": \"configurable\",\n                    \"product_type_id\": 133935,\n                    \"file_id\": null,\n                    \"option_name_1\": null,\n                    \"option_name_2\": null,\n                    \"option_name_3\": null,\n                    \"delivery_profile_id\": null,\n                    \"delivery_profile_provider_id\": null,\n                    \"vendor_shop_variant_id\": null,\n                    \"shopify_meta_data\": null,\n                    \"new_variant_sent\": 0,\n                    \"image_link\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-13_2.jpg?v=1704099244\",\n                    \"overridden_commission_level\": \"global\",\n                    \"overridden_commission\": \"15\",\n                    \"overridden_fixed_commission\": 10,\n                    \"file_history\": null,\n                    \"product\": {\n                        \"id\": 8106189,\n                        \"title\": \"All Field Test product22\",\n                        \"body_html\": \"\",\n                        \"vendor\": \"Magento0\",\n                        \"product_type\": {\n                            \"id\": 133935,\n                            \"channel\": \"shopify\",\n                            \"shop_id\": 4147,\n                            \"title\": \"configurable\",\n                            \"commission\": null,\n                            \"created_at\": \"2023-09-30T12:15:45.000000Z\",\n                            \"updated_at\": \"2023-09-30T12:15:45.000000Z\",\n                            \"fixed_commission\": 0,\n                            \"override_commission\": false,\n                            \"overridden_commission_level\": \"global\",\n                            \"overridden_commission\": \"15\",\n                            \"overridden_fixed_commission\": 10,\n                            \"global_commission_level\": \"global\",\n                            \"global_commission\": \"15\",\n                            \"global_fixed_commission\": 10\n                        },\n                        \"handle\": \"all-field-test-product22\",\n                        \"published_at\": \"2024-01-01 14:24:00\",\n                        \"template_suffix\": null,\n                        \"tags\": \"All Field Test product22\",\n                        \"published_scope\": null,\n                        \"admin_graphql_api_id\": \"gid://shopify/Product/9599632802095\",\n                        \"image\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-13_2.jpg?v=1704099244\",\n                        \"created_at\": \"2024-01-01T08:54:06.000000Z\",\n                        \"updated_at\": \"2024-01-01T09:00:21.000000Z\",\n                        \"deleted_at\": null,\n                        \"vendor_id\": 234956,\n                        \"provider\": null,\n                        \"company_id\": 234956,\n                        \"channel_id\": \"9599632802095\",\n                        \"store_id\": null,\n                        \"product_image_link\": null,\n                        \"channel_product_id\": 8099317,\n                        \"channel\": \"shopify\",\n                        \"sku\": null,\n                        \"shop_id\": 4147,\n                        \"tax_id\": null,\n                        \"product_type_id\": 133935,\n                        \"parent_id\": 212738,\n                        \"images\": [\n                            {\n                                \"id\": 44020661911855,\n                                \"alt\": null,\n                                \"src\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-13_2.jpg?v=1704099244\",\n                                \"width\": 1080,\n                                \"height\": 1080,\n                                \"position\": 1,\n                                \"created_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"product_id\": 9599632802095,\n                                \"updated_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"variant_ids\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/ProductImage/44020661911855\"\n                            },\n                            {\n                                \"id\": 44020661813551,\n                                \"alt\": null,\n                                \"src\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-12_5.jpg?v=1704099244\",\n                                \"width\": 1080,\n                                \"height\": 1080,\n                                \"position\": 2,\n                                \"created_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"product_id\": 9599632802095,\n                                \"updated_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"variant_ids\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/ProductImage/44020661813551\"\n                            },\n                            {\n                                \"id\": 44020661780783,\n                                \"alt\": null,\n                                \"src\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-11_5.jpg?v=1704099244\",\n                                \"width\": 1080,\n                                \"height\": 1080,\n                                \"position\": 3,\n                                \"created_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"product_id\": 9599632802095,\n                                \"updated_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"variant_ids\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/ProductImage/44020661780783\"\n                            },\n                            {\n                                \"id\": 44020661879087,\n                                \"alt\": null,\n                                \"src\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-10_f52a5a92-c15d-4445-a981-bd2251def6fa.jpg?v=1704099244\",\n                                \"width\": 1080,\n                                \"height\": 1080,\n                                \"position\": 4,\n                                \"created_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"product_id\": 9599632802095,\n                                \"updated_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"variant_ids\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/ProductImage/44020661879087\"\n                            },\n                            {\n                                \"id\": 44020661944623,\n                                \"alt\": null,\n                                \"src\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-9_c2a0ba5a-46c8-462e-bad6-b4bcfea883bb.jpg?v=1704099245\",\n                                \"width\": 1080,\n                                \"height\": 1080,\n                                \"position\": 5,\n                                \"created_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"product_id\": 9599632802095,\n                                \"updated_at\": \"2024-01-01T14:24:05+05:30\",\n                                \"variant_ids\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/ProductImage/44020661944623\"\n                            },\n                            {\n                                \"id\": 44020661977391,\n                                \"alt\": null,\n                                \"src\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-8_6729f903-3847-47b2-82f8-07bf9ea60c54.jpg?v=1704099245\",\n                                \"width\": 1080,\n                                \"height\": 1080,\n                                \"position\": 6,\n                                \"created_at\": \"2024-01-01T14:24:05+05:30\",\n                                \"product_id\": 9599632802095,\n                                \"updated_at\": \"2024-01-01T14:24:05+05:30\",\n                                \"variant_ids\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/ProductImage/44020661977391\"\n                            },\n                            {\n                                \"id\": 44020661846319,\n                                \"alt\": null,\n                                \"src\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-7_36b61da0-7175-4670-b1ac-69207b43a9cd.jpg?v=1704099245\",\n                                \"width\": 1080,\n                                \"height\": 1080,\n                                \"position\": 7,\n                                \"created_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"product_id\": 9599632802095,\n                                \"updated_at\": \"2024-01-01T14:24:05+05:30\",\n                                \"variant_ids\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/ProductImage/44020661846319\"\n                            }\n                        ],\n                        \"options\": [\n                            {\n                                \"id\": 11918634680623,\n                                \"name\": \"Color\",\n                                \"values\": [\n                                    \"black\",\n                                    \"new color\",\n                                    \"green\",\n                                    \"red\",\n                                    \"white\"\n                                ],\n                                \"position\": 1,\n                                \"product_id\": 9599632802095\n                            },\n                            {\n                                \"id\": 11918634713391,\n                                \"name\": \"size\",\n                                \"values\": [\n                                    \"medium\",\n                                    \"large\",\n                                    \"small\",\n                                    \"extra large\"\n                                ],\n                                \"position\": 2,\n                                \"product_id\": 9599632802095\n                            }\n                        ],\n                        \"has_only_default_variant\": false,\n                        \"meta_data\": {\n                            \"badge\": {\n                                \"id\": \"gid://shopify/Metafield/32974825423151\",\n                                \"key\": \"badge\",\n                                \"value\": null,\n                                \"name_slug\": \"badge\",\n                                \"namespace\": \"judgeme\"\n                            },\n                            \"widget\": {\n                                \"id\": \"gid://shopify/Metafield/32974825455919\",\n                                \"key\": \"widget\",\n                                \"value\": null,\n                                \"name_slug\": \"widget\",\n                                \"namespace\": \"judgeme\"\n                            }\n                        },\n                        \"status\": \"active\",\n                        \"vendor_shop_product_id\": null,\n                        \"shopify_meta_data\": null,\n                        \"image_link\": null,\n                        \"images_link\": null,\n                        \"uploaded_images\": [],\n                        \"media\": []\n                    },\n                    \"company\": {\n                        \"id\": 234956,\n                        \"company_name\": null,\n                        \"brand_name\": \"Magento0\",\n                        \"company_logo\": null,\n                        \"contact_name\": null,\n                        \"phone_number\": null,\n                        \"email\": null,\n                        \"address_line_1\": null,\n                        \"address_line_2\": null,\n                        \"pin_code\": null,\n                        \"city\": null,\n                        \"created_at\": \"2023-12-27T11:06:45.000000Z\",\n                        \"updated_at\": \"2024-01-01T08:32:49.000000Z\",\n                        \"state_id\": null,\n                        \"gstin_number\": null,\n                        \"invoice_prefix\": null,\n                        \"starting_invoice_number\": null,\n                        \"terms_and_conditions\": null,\n                        \"bank_account_beneficiary_name\": null,\n                        \"bank_account_name\": null,\n                        \"ifsc_code\": null,\n                        \"label_company_name\": null,\n                        \"label_contact_name\": null,\n                        \"label_phone\": null,\n                        \"label_email_address\": null,\n                        \"label_address_line_1\": null,\n                        \"label_address_line_2\": null,\n                        \"label_pin_code\": null,\n                        \"label_city\": null,\n                        \"label_state\": null,\n                        \"signature\": null,\n                        \"currency\": null,\n                        \"weight\": null,\n                        \"measurement\": null,\n                        \"gst_enabled\": false,\n                        \"override_channel_product_weight_enabled\": false,\n                        \"label_details_same_as_company\": true,\n                        \"multi_vendor_invoicing_enabled\": true,\n                        \"multi_vendor_shipping_enabled\": true,\n                        \"is_master\": null,\n                        \"invoice_number_same_as_order_number\": true,\n                        \"enable_disable_cod_reconciliation\": false,\n                        \"enable_disable_freight_reconciliation\": false,\n                        \"cod_tolerance\": null,\n                        \"freight_tolerance\": null,\n                        \"is_multi_vendor_enabled\": true,\n                        \"invoice_message\": null,\n                        \"inclusive_exclusive\": null,\n                        \"is_tax_on_shipping\": \"no\",\n                        \"tax_on_shipping\": null,\n                        \"primary_color\": \"#f18024\",\n                        \"secondary_color\": null,\n                        \"display_hsn\": true,\n                        \"website\": null,\n                        \"country\": null,\n                        \"type_of_vendor\": \"dropshipper\",\n                        \"invoice_message_2\": null,\n                        \"title\": \"Magento0\",\n                        \"parent_id\": 212738,\n                        \"extra_information\": null,\n                        \"invoice_date\": \"invoice_creation_date\",\n                        \"number_of_digits\": \"0\",\n                        \"invoice_message_1\": null,\n                        \"created_by\": null,\n                        \"updated_by\": 28344,\n                        \"invoice_contact_name\": null,\n                        \"invoice_address_1\": null,\n                        \"invoice_address_2\": null,\n                        \"invoice_postal_code\": null,\n                        \"invoice_city\": null,\n                        \"invoice_phone_number\": null,\n                        \"invoice_tin\": null,\n                        \"timezone\": \"Asia/Kolkata\",\n                        \"hand_delivered_enabled\": true,\n                        \"other_courier_partner_enabled\": true,\n                        \"billing_address_same_as_company_details\": true,\n                        \"deactivated_at\": null,\n                        \"state_code\": null,\n                        \"automatically_sync_vendor_name_from_store\": true,\n                        \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                        \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                        \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                        \"correct_all_errors_in_order\": false,\n                        \"generate_shipping_labels_for_orders\": false,\n                        \"generate_invoices_for_dropship_orders\": false,\n                        \"can_vendor_enable_disable_product\": false,\n                        \"can_vendor_edit_quantity_product\": false,\n                        \"can_vendor_edit_weight_dimension_product\": false,\n                        \"can_vendor_edit_tax_product\": true,\n                        \"set_vendor_level_commission\": false,\n                        \"commission\": null,\n                        \"discount_shared_by_vendor\": null,\n                        \"commission_calculated_on_product_price_discounted_price\": null,\n                        \"set_vendor_level_shared_discount\": false,\n                        \"set_vendor_level_commissoin_calculated_on\": false,\n                        \"use_shop_channel_values_to_set_commission\": true,\n                        \"can_vendor_generate_invoice\": false,\n                        \"can_vendor_process_shippings\": false,\n                        \"can_vendor_edit_hsn_tax\": false,\n                        \"can_vendor_add_courier_provider\": false,\n                        \"default_vendor_type\": \"dropshipper\",\n                        \"no_of_deciaml_digits\": 2,\n                        \"credits\": 0,\n                        \"plan_id\": null,\n                        \"requested_plan_id\": null,\n                        \"override_invoice_permissions\": false,\n                        \"override_product_permissions\": false,\n                        \"override_order_routing_permissions\": false,\n                        \"override_shipping_permissions\": false,\n                        \"slug\": \"magento0-234956\",\n                        \"commission_calculated_tax_type\": \"exclusive_of_tax\",\n                        \"shipping_charge_commission_type\": \"fixed\",\n                        \"shipping_charge_commission\": 0,\n                        \"override_commission_calculated_tax_type\": false,\n                        \"override_shipping_charge_commission_type\": false,\n                        \"override_shipping_charge_commission\": 0,\n                        \"auto_email_to_vendor\": false,\n                        \"fixed_commission\": 0,\n                        \"service_charge\": 0,\n                        \"can_vendor_edit_price\": false,\n                        \"can_vendor_delete_product\": false,\n                        \"show_logo_in_awb\": false,\n                        \"hide_pick_address_in_awb\": true,\n                        \"hide_customer_info_in_awb\": true,\n                        \"hide_price_in_awb\": false,\n                        \"hide_customer_information_on_vendor_dashboards\": false,\n                        \"allow_merchant_to_generate_invoice\": false,\n                        \"show_merchant_logo_in_invoice\": false,\n                        \"locale\": \"en\",\n                        \"use_custom_waybill\": false,\n                        \"redirect_url\": \"dashboard\",\n                        \"invoice_state_code\": null,\n                        \"invoice_country_code\": null,\n                        \"stripe_account_id\": null,\n                        \"url_to_redirect_vendor_is_registered\": null,\n                        \"enable_app_shipping_profile_on_shopify\": null,\n                        \"policy\": null,\n                        \"css\": null,\n                        \"vendor_profile_color\": \"#f18024\",\n                        \"about_us\": null,\n                        \"facebook_link\": null,\n                        \"twitter_link\": null,\n                        \"instagram_link\": null,\n                        \"auto_fulfill_digital_orders\": false,\n                        \"use_default_warehouse_for_all_orders\": false,\n                        \"invoice_label_header_title\": null,\n                        \"invoice_place_of_supply\": null,\n                        \"invoice_cin_key_title\": null,\n                        \"invoice_cin\": null,\n                        \"give_vendor_access_to_merchant_shipper\": false,\n                        \"auto_generate_order_invoices_to_customers\": false,\n                        \"auto_email_order_invoices_to_customers\": false,\n                        \"treat_manual_payment_mode_as_cod\": false,\n                        \"fulfill_order_after_confirm\": false,\n                        \"add_notes_before_confirming_orders\": false,\n                        \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                        \"note_at_the_top_of_invoice\": null,\n                        \"vendor_shop_id\": null,\n                        \"vendor_category\": null,\n                        \"vendor_location\": null,\n                        \"short_description\": null,\n                        \"display_vendor_category\": false,\n                        \"display_vendor_location\": false,\n                        \"display_vendor_short_description\": false,\n                        \"name_of_the_vendor_listing_page\": null,\n                        \"sync_settings\": {\n                            \"update_settings\": {\n                                \"title\": false,\n                                \"variant_name\": false,\n                                \"price\": true,\n                                \"weight\": false,\n                                \"sku\": false,\n                                \"description\": false,\n                                \"publish_status\": false,\n                                \"product_type\": false,\n                                \"barcode\": false,\n                                \"media\": false,\n                                \"compare_at_price\": true,\n                                \"quantity\": true,\n                                \"track_quantity_and_continue_selling_when_out_of_stock\": false,\n                                \"hsn_code_and_country_of_origin\": false,\n                                \"tags\": true\n                            },\n                            \"create_settings\": {\n                                \"title\": true,\n                                \"variant_name\": true,\n                                \"price\": true,\n                                \"weight\": true,\n                                \"sku\": true,\n                                \"description\": true,\n                                \"publish_status\": true,\n                                \"product_type\": true,\n                                \"barcode\": true,\n                                \"media\": true,\n                                \"compare_at_price\": true,\n                                \"quantity\": true,\n                                \"track_quantity_and_continue_selling_when_out_of_stock\": true,\n                                \"hsn_code_and_country_of_origin\": true,\n                                \"tags\": true\n                            },\n                            \"override_product_status_at_create\": false,\n                            \"product_status\": \"as_per_vendor_product\",\n                            \"enable_order_sync\": false,\n                            \"push_only_if_order_paid\": false,\n                            \"push_unsynced_product_order\": false,\n                            \"auto_add_variant\": true,\n                            \"auto_remove_variant\": true,\n                            \"strictKeyCheck\": false,\n                            \"on_product_delete\": \"do_nothing\",\n                            \"on_product_unmapped\": \"do_nothing\"\n                        },\n                        \"override_hide_customer_information_permissions\": false,\n                        \"can_vendor_cancel_an_order\": false,\n                        \"hide_shipping_charges\": false,\n                        \"add_insurance_to_shipment\": 0,\n                        \"meta_title\": null,\n                        \"registration_link\": null,\n                        \"auto_approval_of_products_from_vendor\": true,\n                        \"ignore_selling_price_for_commission\": 0,\n                        \"shipping_label_check\": {\n                            \"email\": false,\n                            \"phone\": false,\n                            \"address_line_1\": false,\n                            \"address_line_2\": false,\n                            \"address_line_1_minimum\": null,\n                            \"address_line_1_maximum\": null,\n                            \"address_line_2_minimum\": null,\n                            \"address_line_2_maximum\": null\n                        },\n                        \"shipping_label_size\": \"smalllabel\",\n                        \"paypal_email\": null,\n                        \"use_custom_email_driver\": false,\n                        \"ignore_order_splitting\": false,\n                        \"hide_customer_information_on_vendor_dashboard\": {\n                            \"name\": false,\n                            \"phone\": false,\n                            \"address\": false,\n                            \"email\": false,\n                            \"city\": false,\n                            \"state\": false\n                        },\n                        \"hide_customer_information_in_awb\": {\n                            \"name\": false,\n                            \"phone\": false,\n                            \"address\": false,\n                            \"email\": false,\n                            \"city\": false,\n                            \"state\": false,\n                            \"line_items\": false,\n                            \"vendor_name\": false,\n                            \"sku\": false,\n                            \"weight_dimension\": false\n                        },\n                        \"hide_customer_information_in_invoice\": {\n                            \"name\": false,\n                            \"phone\": false,\n                            \"address\": false,\n                            \"email\": false,\n                            \"city\": false,\n                            \"state\": false\n                        },\n                        \"vendor_profile_settings\": {\n                            \"seller_products_tab\": true,\n                            \"seller_policy_tab\": true,\n                            \"seller_contact_us_tab\": true\n                        },\n                        \"challan_message_1\": null,\n                        \"challan_message_2\": null,\n                        \"challan_prefix\": null,\n                        \"challan_number_same_as_invoice_number\": true,\n                        \"default_label_size_for_all_vendors\": false,\n                        \"hide_customer_information_in_export\": {\n                            \"name\": false,\n                            \"phone\": false,\n                            \"address\": false,\n                            \"email\": false,\n                            \"city\": false,\n                            \"state\": false\n                        },\n                        \"product_permissions\": null,\n                        \"hide_product_details_in_awb\": false,\n                        \"hide_invoice_details_in_awb\": false,\n                        \"company_note\": null,\n                        \"meta_data\": null,\n                        \"color_theme_field\": \"light.orange\",\n                        \"change_tracking_url\": false,\n                        \"ship_to_address_as_merchants_default_warehouse\": false,\n                        \"can_vendor_hold_an_order\": false,\n                        \"handle_out_of_stock_products\": null,\n                        \"allow_vendors_to_change_vendor_profile_details\": false,\n                        \"whatsapp_account\": null,\n                        \"vendor_profile_theme_choosen\": \"theme-1\",\n                        \"whatsapp_credit\": 100,\n                        \"test_whatsapp_number\": null,\n                        \"spoc_email_sending_method\": null,\n                        \"connected_vendor_shops\": null,\n                        \"events\": null,\n                        \"commission_automation_set\": null,\n                        \"auto_confirmation_using_tags_settings\": {\n                            \"tags_settings_status\": false,\n                            \"paid\": false,\n                            \"tags_for_paid\": [],\n                            \"cod_or_partially_paid\": false,\n                            \"tags_for_cod_or_partially_paid\": [],\n                            \"Exceptions_for_paid\": false,\n                            \"Exceptions_for_paid_tags\": [],\n                            \"Exceptions_for_cod_or_partially_paid\": false,\n                            \"Exceptions_for_cod_or_partially_paid_tags\": []\n                        },\n                        \"preferred_location\": null,\n                        \"email_credit\": null,\n                        \"logo\": null,\n                        \"logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                        \"is_general_setting_done\": true,\n                        \"is_invoice_setting_done\": true,\n                        \"is_label_setting_done\": false,\n                        \"is_gst_enabled\": false,\n                        \"billing_detail\": \"\",\n                        \"warehouse_address\": \"</br>\",\n                        \"contact_information\": \"\",\n                        \"status\": \"Active\",\n                        \"global_commission\": \"15\",\n                        \"global_discount_shared_by_vendor\": \"0\",\n                        \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                        \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                        \"global_shipping_charge_commission_type\": \"fixed\",\n                        \"global_shipping_charge_commission\": 50,\n                        \"global_fixed_commission\": 10,\n                        \"is_drop_shipper\": true,\n                        \"state\": null,\n                        \"first_email\": [\n                            \"het.shipturtle@gmail.com\"\n                        ],\n                        \"invoice_state\": null,\n                        \"banner\": null,\n                        \"banner_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                        \"frontend_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                        \"navbar_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                        \"email_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                        \"invoice_country_detail\": null,\n                        \"commission_tags\": null,\n                        \"parent\": {\n                            \"id\": 212738,\n                            \"company_name\": \"kapil\",\n                            \"brand_name\": \"violetplants\",\n                            \"company_logo\": null,\n                            \"contact_name\": \"Chahar\",\n                            \"phone_number\": null,\n                            \"email\": \"het.shipturtle@gmail.com\",\n                            \"address_line_1\": \"Est\",\n                            \"address_line_2\": \"Test\",\n                            \"pin_code\": \"411018\",\n                            \"city\": \"Pune\",\n                            \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                            \"updated_at\": \"2024-01-02T06:35:02.000000Z\",\n                            \"state_id\": null,\n                            \"gstin_number\": \"1234\",\n                            \"invoice_prefix\": \"Invoice\",\n                            \"starting_invoice_number\": \"26\",\n                            \"terms_and_conditions\": null,\n                            \"bank_account_beneficiary_name\": null,\n                            \"bank_account_name\": null,\n                            \"ifsc_code\": null,\n                            \"label_company_name\": null,\n                            \"label_contact_name\": null,\n                            \"label_phone\": null,\n                            \"label_email_address\": null,\n                            \"label_address_line_1\": null,\n                            \"label_address_line_2\": null,\n                            \"label_pin_code\": null,\n                            \"label_city\": null,\n                            \"label_state\": null,\n                            \"signature\": null,\n                            \"currency\": \"INR\",\n                            \"weight\": null,\n                            \"measurement\": null,\n                            \"gst_enabled\": true,\n                            \"override_channel_product_weight_enabled\": true,\n                            \"label_details_same_as_company\": true,\n                            \"multi_vendor_invoicing_enabled\": false,\n                            \"multi_vendor_shipping_enabled\": false,\n                            \"is_master\": \"1\",\n                            \"invoice_number_same_as_order_number\": true,\n                            \"enable_disable_cod_reconciliation\": true,\n                            \"enable_disable_freight_reconciliation\": true,\n                            \"cod_tolerance\": \"5\",\n                            \"freight_tolerance\": \"2\",\n                            \"is_multi_vendor_enabled\": true,\n                            \"invoice_message\": null,\n                            \"inclusive_exclusive\": null,\n                            \"is_tax_on_shipping\": \"no\",\n                            \"tax_on_shipping\": null,\n                            \"primary_color\": \"#222F3D\",\n                            \"secondary_color\": null,\n                            \"display_hsn\": true,\n                            \"website\": \"https://app.shipturtle.com/\",\n                            \"country\": \"IN\",\n                            \"type_of_vendor\": \"marketplace\",\n                            \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                            \"title\": \"violetplants\",\n                            \"parent_id\": 212738,\n                            \"extra_information\": null,\n                            \"invoice_date\": \"invoice_creation_date\",\n                            \"number_of_digits\": \"0\",\n                            \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                            \"created_by\": null,\n                            \"updated_by\": 28344,\n                            \"invoice_contact_name\": \"Hussain\",\n                            \"invoice_address_1\": \"dahod\",\n                            \"invoice_address_2\": \"dahod\",\n                            \"invoice_postal_code\": \"380005\",\n                            \"invoice_city\": \"Ahmedabad\",\n                            \"invoice_phone_number\": \"09173038104\",\n                            \"invoice_tin\": null,\n                            \"timezone\": \"America/Phoenix\",\n                            \"hand_delivered_enabled\": true,\n                            \"other_courier_partner_enabled\": true,\n                            \"billing_address_same_as_company_details\": false,\n                            \"deactivated_at\": null,\n                            \"state_code\": \"GJ\",\n                            \"automatically_sync_vendor_name_from_store\": true,\n                            \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                            \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                            \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                            \"correct_all_errors_in_order\": false,\n                            \"generate_shipping_labels_for_orders\": false,\n                            \"generate_invoices_for_dropship_orders\": false,\n                            \"can_vendor_enable_disable_product\": false,\n                            \"can_vendor_edit_quantity_product\": false,\n                            \"can_vendor_edit_weight_dimension_product\": false,\n                            \"can_vendor_edit_tax_product\": true,\n                            \"set_vendor_level_commission\": false,\n                            \"commission\": \"15\",\n                            \"discount_shared_by_vendor\": \"0\",\n                            \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"set_vendor_level_shared_discount\": false,\n                            \"set_vendor_level_commissoin_calculated_on\": false,\n                            \"use_shop_channel_values_to_set_commission\": false,\n                            \"can_vendor_generate_invoice\": true,\n                            \"can_vendor_process_shippings\": true,\n                            \"can_vendor_edit_hsn_tax\": true,\n                            \"can_vendor_add_courier_provider\": true,\n                            \"default_vendor_type\": \"dropshipper\",\n                            \"no_of_deciaml_digits\": 2,\n                            \"credits\": 299836,\n                            \"plan_id\": 4,\n                            \"requested_plan_id\": null,\n                            \"override_invoice_permissions\": false,\n                            \"override_product_permissions\": false,\n                            \"override_order_routing_permissions\": false,\n                            \"override_shipping_permissions\": false,\n                            \"slug\": \"violetplants-212738\",\n                            \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"shipping_charge_commission_type\": \"fixed\",\n                            \"shipping_charge_commission\": 50,\n                            \"override_commission_calculated_tax_type\": false,\n                            \"override_shipping_charge_commission_type\": false,\n                            \"override_shipping_charge_commission\": 0,\n                            \"auto_email_to_vendor\": true,\n                            \"fixed_commission\": 10,\n                            \"service_charge\": 0,\n                            \"can_vendor_edit_price\": false,\n                            \"can_vendor_delete_product\": false,\n                            \"show_logo_in_awb\": false,\n                            \"hide_pick_address_in_awb\": false,\n                            \"hide_customer_info_in_awb\": true,\n                            \"hide_price_in_awb\": false,\n                            \"hide_customer_information_on_vendor_dashboards\": false,\n                            \"allow_merchant_to_generate_invoice\": false,\n                            \"show_merchant_logo_in_invoice\": true,\n                            \"locale\": \"en\",\n                            \"use_custom_waybill\": false,\n                            \"redirect_url\": \"dashboard\",\n                            \"invoice_state_code\": \"GJ\",\n                            \"invoice_country_code\": \"IN\",\n                            \"stripe_account_id\": null,\n                            \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                            \"enable_app_shipping_profile_on_shopify\": \"0\",\n                            \"policy\": null,\n                            \"css\": null,\n                            \"vendor_profile_color\": \"#f18024\",\n                            \"about_us\": null,\n                            \"facebook_link\": null,\n                            \"twitter_link\": null,\n                            \"instagram_link\": null,\n                            \"auto_fulfill_digital_orders\": true,\n                            \"use_default_warehouse_for_all_orders\": false,\n                            \"invoice_label_header_title\": null,\n                            \"invoice_place_of_supply\": null,\n                            \"invoice_cin_key_title\": null,\n                            \"invoice_cin\": null,\n                            \"give_vendor_access_to_merchant_shipper\": false,\n                            \"auto_generate_order_invoices_to_customers\": true,\n                            \"auto_email_order_invoices_to_customers\": true,\n                            \"treat_manual_payment_mode_as_cod\": false,\n                            \"fulfill_order_after_confirm\": false,\n                            \"add_notes_before_confirming_orders\": false,\n                            \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                            \"note_at_the_top_of_invoice\": null,\n                            \"vendor_shop_id\": null,\n                            \"vendor_category\": null,\n                            \"vendor_location\": null,\n                            \"short_description\": null,\n                            \"display_vendor_category\": true,\n                            \"display_vendor_location\": true,\n                            \"display_vendor_short_description\": true,\n                            \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                            \"sync_settings\": {\n                                \"update_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": false,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"create_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": false,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"override_product_status_at_create\": true,\n                                \"product_status\": \"as_per_vendor_product\",\n                                \"enable_order_sync\": true,\n                                \"push_only_if_order_paid\": false,\n                                \"push_unsynced_product_order\": true,\n                                \"auto_add_variant\": true,\n                                \"auto_remove_variant\": true,\n                                \"strictKeyCheck\": false,\n                                \"on_product_delete\": \"do_nothing\",\n                                \"on_product_unmapped\": \"do_nothing\",\n                                \"push_only_if_product_connected\": true\n                            },\n                            \"override_hide_customer_information_permissions\": false,\n                            \"can_vendor_cancel_an_order\": false,\n                            \"hide_shipping_charges\": false,\n                            \"add_insurance_to_shipment\": 0,\n                            \"meta_title\": null,\n                            \"registration_link\": null,\n                            \"auto_approval_of_products_from_vendor\": true,\n                            \"ignore_selling_price_for_commission\": 0,\n                            \"shipping_label_check\": {\n                                \"email\": false,\n                                \"phone\": false,\n                                \"address_line_1\": false,\n                                \"address_line_2\": false,\n                                \"address_line_1_minimum\": null,\n                                \"address_line_1_maximum\": null,\n                                \"address_line_2_minimum\": null,\n                                \"address_line_2_maximum\": null\n                            },\n                            \"shipping_label_size\": \"smalllabel\",\n                            \"paypal_email\": null,\n                            \"use_custom_email_driver\": false,\n                            \"ignore_order_splitting\": false,\n                            \"hide_customer_information_on_vendor_dashboard\": {\n                                \"name\": false,\n                                \"phone\": true,\n                                \"address\": true,\n                                \"email\": true,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"hide_customer_information_in_awb\": {\n                                \"name\": false,\n                                \"phone\": true,\n                                \"address\": true,\n                                \"email\": true,\n                                \"city\": false,\n                                \"state\": false,\n                                \"line_items\": false,\n                                \"vendor_name\": false,\n                                \"sku\": false,\n                                \"weight_dimension\": false\n                            },\n                            \"hide_customer_information_in_invoice\": {\n                                \"name\": false,\n                                \"phone\": true,\n                                \"address\": true,\n                                \"email\": true,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"vendor_profile_settings\": {\n                                \"seller_products_tab\": true,\n                                \"seller_policy_tab\": true,\n                                \"seller_contact_us_tab\": true,\n                                \"seller_events_tab\": true,\n                                \"seller_reviews_tab\": false,\n                                \"seller_about_us_tab\": true\n                            },\n                            \"challan_message_1\": null,\n                            \"challan_message_2\": null,\n                            \"challan_prefix\": \"Invoice\",\n                            \"challan_number_same_as_invoice_number\": true,\n                            \"default_label_size_for_all_vendors\": false,\n                            \"hide_customer_information_in_export\": {\n                                \"name\": false,\n                                \"phone\": true,\n                                \"address\": true,\n                                \"email\": true,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"product_permissions\": null,\n                            \"hide_product_details_in_awb\": false,\n                            \"hide_invoice_details_in_awb\": false,\n                            \"company_note\": \"<p>sdfasdfab</p>\",\n                            \"meta_data\": \"[{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                            \"color_theme_field\": \"light.orange\",\n                            \"change_tracking_url\": false,\n                            \"ship_to_address_as_merchants_default_warehouse\": false,\n                            \"can_vendor_hold_an_order\": false,\n                            \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                            \"allow_vendors_to_change_vendor_profile_details\": true,\n                            \"whatsapp_account\": \"use_company_account\",\n                            \"vendor_profile_theme_choosen\": \"theme-1\",\n                            \"whatsapp_credit\": 54,\n                            \"test_whatsapp_number\": \"+918849193468\",\n                            \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                            \"connected_vendor_shops\": [\n                                \"vendorsynctesting5.myshopify.com\",\n                                \"testing-for-vendorsync.myshopify.com\",\n                                \"purpleplants.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"test-store-webkul-112.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com/\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com\",\n                                \"channelteststore5.myshopify.com\",\n                                \"https://st-wpdemo.com/newtestclient/\",\n                                \"purpleplants.myshopify.com\",\n                                \"purpleplants.myshopify.com\",\n                                \"vendorsynctesting.myshopify.com\",\n                                \"vendorsynctesting.myshopify.com\"\n                            ],\n                            \"events\": null,\n                            \"commission_automation_set\": {\n                                \"commission_automation\": true,\n                                \"commission_automation_rules\": true,\n                                \"commission_automation_date_range\": true,\n                                \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                \"time_buffer_for_commission_automation\": \"4\",\n                                \"order_status_for_commission_automation\": \"pending\",\n                                \"invoice_number_for_commission_automation\": 277,\n                                \"date_Range_days_for_commission_automation\": \"4\"\n                            },\n                            \"auto_confirmation_using_tags_settings\": {\n                                \"tags_settings_status\": true,\n                                \"paid\": true,\n                                \"tags_for_paid\": [],\n                                \"cod_or_partially_paid\": false,\n                                \"tags_for_cod_or_partially_paid\": [],\n                                \"Exceptions_for_paid\": false,\n                                \"Exceptions_for_paid_tags\": [],\n                                \"Exceptions_for_cod_or_partially_paid\": false,\n                                \"Exceptions_for_cod_or_partially_paid_tags\": []\n                            },\n                            \"preferred_location\": null,\n                            \"email_credit\": 4759,\n                            \"logo\": null,\n                            \"logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                            \"is_general_setting_done\": true,\n                            \"is_invoice_setting_done\": true,\n                            \"is_label_setting_done\": false,\n                            \"is_gst_enabled\": true,\n                            \"billing_detail\": \"Pune</br>Gujarat</br>India\",\n                            \"warehouse_address\": \"Pune</br>IN\",\n                            \"contact_information\": \"Chahar</br>het.shipturtle@gmail.com</br>\",\n                            \"status\": \"Active\",\n                            \"global_commission\": \"15\",\n                            \"global_discount_shared_by_vendor\": \"0\",\n                            \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"global_shipping_charge_commission_type\": \"fixed\",\n                            \"global_shipping_charge_commission\": 50,\n                            \"global_fixed_commission\": 10,\n                            \"is_drop_shipper\": false,\n                            \"state\": {\n                                \"id\": 13,\n                                \"code\": \"GJ\",\n                                \"tin\": 24,\n                                \"title\": \"Gujarat\",\n                                \"created_at\": \"2019-08-03T17:48:42.000000Z\",\n                                \"updated_at\": \"2020-03-28T04:51:45.000000Z\",\n                                \"deleted_at\": null,\n                                \"country_code\": \"IN\"\n                            },\n                            \"first_email\": [\n                                \"het.shipturtle@gmail.com\"\n                            ],\n                            \"invoice_state\": {\n                                \"id\": 13,\n                                \"code\": \"GJ\",\n                                \"tin\": 24,\n                                \"title\": \"Gujarat\",\n                                \"created_at\": \"2019-08-03T17:48:42.000000Z\",\n                                \"updated_at\": \"2020-03-28T04:51:45.000000Z\",\n                                \"deleted_at\": null,\n                                \"country_code\": \"IN\"\n                            },\n                            \"banner\": null,\n                            \"banner_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                            \"frontend_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                            \"navbar_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                            \"email_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                            \"invoice_country_detail\": {\n                                \"id\": 98,\n                                \"name\": \"India\",\n                                \"code\": \"IN\",\n                                \"dial_code\": \"+91\",\n                                \"currency_name\": \"Indian rupee\",\n                                \"currency_symbol\": \"Rs.\",\n                                \"currency_code\": \"INR\",\n                                \"created_at\": null,\n                                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                \"name_with_symbole\": \"Indian rupee - Rs.\"\n                            },\n                            \"commission_tags\": {\n                                \"company_id\": 212738,\n                                \"override_commission\": true\n                            },\n                            \"media\": [],\n                            \"country_detail\": {\n                                \"id\": 98,\n                                \"name\": \"India\",\n                                \"code\": \"IN\",\n                                \"dial_code\": \"+91\",\n                                \"currency_name\": \"Indian rupee\",\n                                \"currency_symbol\": \"Rs.\",\n                                \"currency_code\": \"INR\",\n                                \"created_at\": null,\n                                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                \"name_with_symbole\": \"Indian rupee - Rs.\"\n                            }\n                        },\n                        \"media\": []\n                    }\n                }\n            },\n            \"commission_invoice\": null\n        },\n        {\n            \"id\": 9326339,\n            \"vendor_line_item_id\": 9351892,\n            \"vendor_order_id\": 6639825,\n            \"order_id\": 1925031580332,\n            \"shop_id\": 4147,\n            \"company_id\": 234956,\n            \"commission\": \"0\",\n            \"adjustment\": \"0\",\n            \"date_of_payment\": null,\n            \"reference\": null,\n            \"created_at\": \"2024-01-01T08:56:59.000000Z\",\n            \"updated_at\": \"2024-01-01T08:56:59.000000Z\",\n            \"price\": \"10\",\n            \"vendor_payout\": \"11.8\",\n            \"quantity\": 1,\n            \"discount_shared_by_vendor\": \"0\",\n            \"total_discount\": \"0\",\n            \"commission_level\": \"Tags\",\n            \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n            \"processed_at\": \"2024-01-01 14:26:48\",\n            \"merchant_earn\": \"0\",\n            \"less_discount_borne_by_vendor\": \"0\",\n            \"order_value\": \"0\",\n            \"net_earn\": \"0\",\n            \"commission_on_shipping\": \"50\",\n            \"merchant_commission_on_freight_charged\": \"0\",\n            \"merchant_commission_on_product\": 0,\n            \"commission_shipping_calculation_on\": \"inclusive_of_tax\",\n            \"commission_on_shipping_type\": \"fixed\",\n            \"fixed_commission\": \"0\",\n            \"service_charge\": \"0\",\n            \"total_line_value\": \"11.8\",\n            \"line_tax_value\": \"1.8\",\n            \"line_shipping_tax_value\": \"0\",\n            \"line_tax_percentage\": \"0.18\",\n            \"line_shipping_tax_percentage\": \"0\",\n            \"service_tax\": \"0\",\n            \"product_value\": \"10\",\n            \"shipping_price\": \"0\",\n            \"parent_id\": null,\n            \"commission_invoice_id\": null,\n            \"tax_information\": {\n                \"cgst\": 0,\n                \"igst\": 0,\n                \"sgst\": 0,\n                \"total_tax\": 0\n            },\n            \"is_paid\": false,\n            \"vendor_order\": {\n                \"user_id\": 92574581039,\n                \"pick_listed\": false,\n                \"gateway\": \"manual\",\n                \"total_weight\": 0,\n                \"total_price\": 236,\n                \"status\": \"New Orders\",\n                \"email\": \"rajdip.shipturtle@gmail.com\",\n                \"provider\": \"shopify\",\n                \"invoice_number\": \"Invoice3027\",\n                \"awb\": null,\n                \"processed_at\": \"2024-01-01 14:26:48\",\n                \"customer\": \"{\\\"id\\\": 7864611733807, \\\"note\\\": null, \\\"tags\\\": \\\"\\\", \\\"email\\\": \\\"rajdip.shipturtle@gmail.com\\\", \\\"phone\\\": null, \\\"state\\\": \\\"disabled\\\", \\\"currency\\\": \\\"INR\\\", \\\"last_name\\\": \\\"jalondhara\\\", \\\"created_at\\\": \\\"2023-12-27T13:02:22+05:30\\\", \\\"first_name\\\": \\\"Rajdeep\\\", \\\"tax_exempt\\\": false, \\\"updated_at\\\": \\\"2024-01-01T14:26:50+05:30\\\", \\\"tax_exemptions\\\": [], \\\"verified_email\\\": true, \\\"default_address\\\": {\\\"id\\\": 9899588780335, \\\"zip\\\": \\\"380050\\\", \\\"city\\\": \\\"Ahmedabad\\\", \\\"name\\\": \\\"Rajdeep Jalondhara\\\", \\\"phone\\\": null, \\\"company\\\": null, \\\"country\\\": \\\"India\\\", \\\"default\\\": true, \\\"address1\\\": \\\"ABC 1, Navrangpura abc Prakash Nagar Navrangpura\\\", \\\"address2\\\": null, \\\"province\\\": \\\"Gujarat\\\", \\\"last_name\\\": \\\"Jalondhara\\\", \\\"first_name\\\": \\\"Rajdeep\\\", \\\"customer_id\\\": 7864611733807, \\\"country_code\\\": \\\"IN\\\", \\\"country_name\\\": \\\"India\\\", \\\"province_code\\\": \\\"GJ\\\"}, \\\"accepts_marketing\\\": false, \\\"admin_graphql_api_id\\\": \\\"gid://shopify/Customer/7864611733807\\\", \\\"multipass_identifier\\\": null, \\\"sms_marketing_consent\\\": null, \\\"marketing_opt_in_level\\\": null, \\\"email_marketing_consent\\\": {\\\"state\\\": \\\"not_subscribed\\\", \\\"opt_in_level\\\": \\\"single_opt_in\\\", \\\"consent_updated_at\\\": null}, \\\"accepts_marketing_updated_at\\\": \\\"2023-12-27T13:02:22+05:30\\\"}\",\n                \"id\": 6639825,\n                \"invoice_download\": \"https://d2i9a0muccv7uq.cloudfront.net/s3/4147/generate_invoices/3027_Magento0_Rajdeep-Jalondhara_Invoice3027.pdf\",\n                \"awb_label\": null,\n                \"order_id\": 1925031580332,\n                \"company_id\": 234956,\n                \"shipping_provider\": null,\n                \"billing_address_id\": 9750849,\n                \"shipping_address_id\": 9616110,\n                \"shipping_service_provider_id\": null,\n                \"generating_awb\": false,\n                \"shipping_errors\": null,\n                \"mail_sent\": 0,\n                \"shipping_price\": \"0\",\n                \"total_tax\": 36,\n                \"total_amount_excluding_taxes\": 200,\n                \"height\": 2,\n                \"width\": 2,\n                \"length\": 3,\n                \"tracking_status\": \"Pending\",\n                \"tracking_message\": null,\n                \"order_number\": \"3027\",\n                \"status_sequence\": 1,\n                \"estimated_cost\": null,\n                \"shop_id\": 4147,\n                \"name\": \"#3027\",\n                \"warehouse_id\": null,\n                \"automate_shipment\": true,\n                \"shipping_address\": {\n                    \"zip\": \"380050\",\n                    \"city\": \"Ahmedabad\",\n                    \"name\": \"Rajdeep Jalondhara\",\n                    \"email\": \"rajdip.shipturtle@gmail.com\",\n                    \"phone\": \"\",\n                    \"company\": null,\n                    \"country\": \"India\",\n                    \"address1\": \"ABC 1, Navrangpura abc Prakash Naga\",\n                    \"address2\": \"r Navrangpura\",\n                    \"latitude\": null,\n                    \"province\": \"Gujarat\",\n                    \"last_name\": \"Jalondhara\",\n                    \"longitude\": null,\n                    \"first_name\": \"Rajdeep\",\n                    \"country_code\": \"IN\",\n                    \"province_code\": \"GJ\"\n                },\n                \"total_line_items_price\": 200,\n                \"total_discounts\": 0,\n                \"checkout_id\": 37177279414575,\n                \"tracking_link\": null,\n                \"payment_reconciliation_status\": \"pending\",\n                \"freight_reconciliation_status\": \"pending\",\n                \"payment_recon_id\": null,\n                \"freight_recon_id\": null,\n                \"billing_address\": {\n                    \"zip\": \"380050\",\n                    \"city\": \"Ahmedabad\",\n                    \"name\": \"Rajdeep Jalondhara\",\n                    \"phone\": null,\n                    \"company\": null,\n                    \"country\": \"India\",\n                    \"address1\": \"ABC 1, Navrangpura abc Prakash Nagar Navrangpura\",\n                    \"address2\": null,\n                    \"latitude\": 23.0329326,\n                    \"province\": \"Gujarat\",\n                    \"last_name\": \"Jalondhara\",\n                    \"longitude\": 72.55588259999999,\n                    \"first_name\": \"Rajdeep\",\n                    \"country_code\": \"IN\",\n                    \"province_code\": \"GJ\"\n                },\n                \"currency\": \"INR\",\n                \"last_tracked_at\": null,\n                \"unique_name\": \"#3027_Magento0\",\n                \"label\": null,\n                \"note\": null,\n                \"awb_created_at\": null,\n                \"custom_data\": null,\n                \"awb_custom_courier_name\": null,\n                \"requires_shipping\": true,\n                \"type_of_order\": \"forward_order\",\n                \"return_status\": null,\n                \"return_order_link\": null,\n                \"pickup_address\": null,\n                \"manifest_id\": null,\n                \"is_cod\": 0,\n                \"merchant_notes\": null,\n                \"is_customize\": false,\n                \"insurance_amount\": null,\n                \"insurance_cost\": null,\n                \"challan_number\": null,\n                \"challan_path\": null,\n                \"challan_download\": null,\n                \"challan_date\": null,\n                \"financial_status\": \"paid\",\n                \"tags\": \"\",\n                \"rag_status\": null,\n                \"rag_status_updated_on\": null,\n                \"processed_at_timestamp\": 1704119208,\n                \"mail_sent_for_ndr\": 0,\n                \"total_outstanding\": 0,\n                \"fulfillment_id\": null,\n                \"estimated_delivery_time\": null,\n                \"payment_gateway_names\": \"\\\"[\\\\\\\"manual\\\\\\\"]\\\"\",\n                \"note_attributes\": null,\n                \"ndr_api_available\": false,\n                \"unique_order_number\": \"#3027_Magento0\",\n                \"shipping_label_status\": \"Pending\",\n                \"invoice_generated\": \"Invoice Generated\",\n                \"shipping_service\": \"Not Selected\",\n                \"payment\": 236,\n                \"customer_address\": {\n                    \"id\": 7864611733807,\n                    \"note\": null,\n                    \"tags\": \"\",\n                    \"email\": \"rajdip.shipturtle@gmail.com\",\n                    \"phone\": null,\n                    \"state\": \"disabled\",\n                    \"currency\": \"INR\",\n                    \"last_name\": \"jalondhara\",\n                    \"created_at\": \"2023-12-27T13:02:22+05:30\",\n                    \"first_name\": \"Rajdeep\",\n                    \"tax_exempt\": false,\n                    \"updated_at\": \"2024-01-01T14:26:50+05:30\",\n                    \"tax_exemptions\": [],\n                    \"verified_email\": true,\n                    \"default_address\": {\n                        \"id\": 9899588780335,\n                        \"zip\": \"380050\",\n                        \"city\": \"Ahmedabad\",\n                        \"name\": \"Rajdeep Jalondhara\",\n                        \"phone\": null,\n                        \"company\": null,\n                        \"country\": \"India\",\n                        \"default\": true,\n                        \"address1\": \"ABC 1, Navrangpura abc Prakash Nagar Navrangpura\",\n                        \"address2\": null,\n                        \"province\": \"Gujarat\",\n                        \"last_name\": \"Jalondhara\",\n                        \"first_name\": \"Rajdeep\",\n                        \"customer_id\": 7864611733807,\n                        \"country_code\": \"IN\",\n                        \"country_name\": \"India\",\n                        \"province_code\": \"GJ\"\n                    },\n                    \"accepts_marketing\": false,\n                    \"admin_graphql_api_id\": \"gid://shopify/Customer/7864611733807\",\n                    \"multipass_identifier\": null,\n                    \"sms_marketing_consent\": null,\n                    \"marketing_opt_in_level\": null,\n                    \"email_marketing_consent\": {\n                        \"state\": \"not_subscribed\",\n                        \"opt_in_level\": \"single_opt_in\",\n                        \"consent_updated_at\": null\n                    },\n                    \"accepts_marketing_updated_at\": \"2023-12-27T13:02:22+05:30\"\n                },\n                \"payment_status\": \"PP\",\n                \"errors\": {\n                    \"errors\": {\n                        \"vendor_address\": {\n                            \"vendor_errors\": \"Kindly add warehouse info\"\n                        },\n                        \"shipping_service_provider\": {\n                            \"shipping_service_provider_id\": \"Please select Shipping Partner.\",\n                            \"warehouse_id\": \"Please select pick up Warehouse.\",\n                            \"total_weight\": \"Please input package weight.\"\n                        }\n                    },\n                    \"hasErrors\": true,\n                    \"canGenerateAwb\": false,\n                    \"canFetchRate\": false,\n                    \"canConfirmOrder\": false,\n                    \"generatingInvoice\": true\n                },\n                \"shipper_address\": null,\n                \"total_amount_including_tax\": 236,\n                \"shipment_tracker\": null,\n                \"shipping_details\": null,\n                \"is_cod_order\": false,\n                \"freight_payment\": \"0\",\n                \"automate_shipment_status\": \"A\",\n                \"is_delivered\": false,\n                \"tax_info\": false,\n                \"order_status\": null,\n                \"order_sequence_name\": \"New Orders\",\n                \"slug\": \"#3027_Magento0-6639825\",\n                \"line_item_counts\": 20,\n                \"pickup_warehouse_address\": null,\n                \"currency_country\": {\n                    \"id\": 98,\n                    \"name\": \"India\",\n                    \"code\": \"IN\",\n                    \"dial_code\": \"+91\",\n                    \"currency_name\": \"Indian rupee\",\n                    \"currency_symbol\": \"Rs.\",\n                    \"currency_code\": \"INR\",\n                    \"created_at\": null,\n                    \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                    \"name_with_symbole\": \"Indian rupee - Rs.\"\n                },\n                \"shipping_service_provider\": null,\n                \"warehouse\": null,\n                \"shop\": {\n                    \"id\": 4147,\n                    \"shopify_domain\": \"violetplants.myshopify.com\",\n                    \"shopify_token\": null,\n                    \"created_at\": \"2023-07-13T10:19:49.000000Z\",\n                    \"updated_at\": \"2024-01-01T13:07:55.000000Z\",\n                    \"grandfathered\": false,\n                    \"deleted_at\": null,\n                    \"namespace\": null,\n                    \"plan_id\": 621,\n                    \"freemium\": false,\n                    \"name\": \"violetplants\",\n                    \"email\": \"violetplants123@gmail.com\",\n                    \"province\": \"WB\",\n                    \"country\": {\n                        \"id\": 98,\n                        \"name\": \"India\",\n                        \"code\": \"IN\",\n                        \"dial_code\": \"+91\",\n                        \"currency_name\": \"Indian rupee\",\n                        \"currency_symbol\": \"Rs.\",\n                        \"currency_code\": \"INR\",\n                        \"created_at\": null,\n                        \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                        \"name_with_symbole\": \"Indian rupee - Rs.\"\n                    },\n                    \"address1\": \"123 Old Court House Street Lal Dighi B.B.D. Bagh\",\n                    \"zip\": \"700001\",\n                    \"city\": \"Kolkata\",\n                    \"source\": null,\n                    \"phone\": \"12345678\",\n                    \"latitude\": \"22.5685769\",\n                    \"longitude\": \"88.3492417\",\n                    \"primary_locale\": \"en\",\n                    \"address2\": \"\",\n                    \"country_code\": \"IN\",\n                    \"country_name\": \"India\",\n                    \"currency\": \"INR\",\n                    \"customer_email\": \"violetplants123@gmail.com\",\n                    \"timezone\": \"(GMT+05:30) Asia/Kolkata\",\n                    \"iana_timezone\": \"Asia/Kolkata\",\n                    \"shop_owner\": \"Sharad Kabra\",\n                    \"money_format\": \"Rs. {{amount}}\",\n                    \"money_with_currency_format\": \"Rs. {{amount}}\",\n                    \"weight_unit\": \"gm\",\n                    \"province_code\": \"WB\",\n                    \"taxes_included\": false,\n                    \"tax_shipping\": false,\n                    \"county_taxes\": true,\n                    \"plan_display_name\": \"Basic Shopify\",\n                    \"plan_name\": \"basic\",\n                    \"has_discounts\": \"1\",\n                    \"has_gift_cards\": \"1\",\n                    \"money_in_emails_format\": \"Rs. {{amount}}\",\n                    \"money_with_currency_in_emails_format\": \"Rs. {{amount}}\",\n                    \"eligible_for_payments\": \"0\",\n                    \"requires_extra_payments_agreement\": \"0\",\n                    \"primary_location_id\": \"94960419119\",\n                    \"multi_location_enabled\": \"1\",\n                    \"channel_id\": null,\n                    \"company_id\": 212738,\n                    \"user_id\": 28343,\n                    \"verifying_plan\": 967,\n                    \"dimension_unit\": \"inch\",\n                    \"override_taxes\": false,\n                    \"provider\": \"shopify\",\n                    \"maintain_hs_information_in_shipturtle\": false,\n                    \"automatically_update_order_status_on_shopify\": true,\n                    \"charge_tax\": \"0\",\n                    \"enable_tax_on_shipping\": false,\n                    \"tax_on_shipping\": 0,\n                    \"automatically_update_product_status_on_shopify\": true,\n                    \"parent_id\": null,\n                    \"setup_pending\": false,\n                    \"product_types_sold_on_store\": \"physical_products_only\",\n                    \"carrier_service_id\": null,\n                    \"extra_info\": \"{\\\"location_sync_status\\\":[true,\\\"2023-05-29 10:50:37\\\"],\\\"product_sync_status\\\":[true,\\\"2023-05-29 10:51:10\\\"],\\\"inventory_level_sync_status\\\":[true,\\\"2023-05-29 10:51:13\\\"],\\\"order_sync_status\\\":[true,\\\"2023-05-29 10:53:11\\\"]}\",\n                    \"payment_method_settings\": {\n                        \"0\": null,\n                        \"payu_in_paisa\": \"paid\",\n                        \"cash_on_delivery\": \"paid\",\n                        \"manual\": \"paid\",\n                        \"cashfree\": \"paid\",\n                        \"Cash on Delivery (COD)\": \"cod\",\n                        \"gift_card\": \"paid\",\n                        \"paytm\": \"paid\",\n                        \"stripe\": \"paid\",\n                        \"payu_india\": \"paid\",\n                        \"razorpay_cards_upi_netbanking_wallets_\": \"paid\",\n                        \"neft\": \"paid\",\n                        \"paypal\": \"paid\",\n                        \"shopify_payments\": \"paid\",\n                        \"amazon_payments\": \"paid\",\n                        \"razorpay_all_cards_netbanking_wallets_\": \"paid\",\n                        \"Etsy\": \"paid\",\n                        \"clearpay\": \"paid\",\n                        \"Bank Deposit/Mobile Transfer\": \"paid\",\n                        \"E-Transfer\": \"paid\",\n                        \"cash\": \"cod\",\n                        \"eBay/PayPal\": \"paid\",\n                        \"amazon_marketplace\": \"paid\",\n                        \"ccavenue\": \"paid\",\n                        \"payu_in\": \"paid\",\n                        \"bogus\": \"paid\",\n                        \"\": null,\n                        \"money_order\": \"cod\",\n                        \"bank_deposit\": null\n                    },\n                    \"enable_payment_settings\": false,\n                    \"script_js_id\": \"234600726831\",\n                    \"shopify_namespace\": \"shipturtle\",\n                    \"password\": \"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\",\n                    \"password_updated_at\": \"2023-12-19\",\n                    \"domain\": null,\n                    \"shopify_freemium\": 0,\n                    \"plan_id_onetime\": null,\n                    \"shipment_movement\": \"on_shipment\",\n                    \"14_day_trial_expired\": true,\n                    \"keep_credits\": 0,\n                    \"change_base\": 1,\n                    \"shop_setup_instructions\": \"{\\\"store_type\\\":\\\"market_place\\\"}\",\n                    \"store_setup\": \"{\\\"is_setup_complete\\\":null,\\\"step\\\":\\\"1\\\"}\",\n                    \"published_and_unpublished_theme1_code\": \"{\\\"published_theme1_template\\\":{\\\"main_page_template\\\":\\\"<div id=\\\\\\\"vendor-detail-page\\\\\\\">\\\\n    <input type=\\\\\\\"hidden\\\\\\\" id=\\\\\\\"company_id\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\">\\\\n    @if ($company->banner_link)\\\\n    <section class=\\\\\\\"u-clearfix u-section-1 bck-banner-img\\\\\\\" id=\\\\\\\"sec-44b5\\\\\\\" style=\\\\\\\"background-image: url({{$company->banner_link}});\\\\\\\">\\\\n    </section>\\\\n    @endif\\\\n    <div class=\\\\\\\"u-clearfix u-sheet u-valign-middle u-sheet-1\\\\\\\" style=\\\\\\\"min-height: 250px;\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-expanded-width u-gutter-0 u-layout-wrap u-layout-wrap-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-layout\\\\\\\">\\\\n                <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n                    <div class=\\\\\\\"u-align-center u-container-style u-layout-cell u-left-cell u-size-23 u-layout-cell-1\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\" style=\\\\\\\"height:max-content; display: flex; flex-direction: column; align-items: center; padding-right: 4rem; padding-top: 1.5rem;\\\\\\\">\\\\n                            <img alt=\\\\\\\"{{$company->title}}\\\\\\\" class=\\\\\\\"u-image u-image-circle\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\" data-image-width=\\\\\\\"150\\\\\\\" data-image-height=\\\\\\\"150\\\\\\\" style=\\\\\\\"width: 80%;\\\\\\\">\\\\n                            </img>\\\\n                             <div class=\\\\\\\"social-media-links\\\\\\\">\\\\n                            @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                            <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\">\\\\n                                    <svg class=\\\\\\\"u-svg-content\\\\\\\"  x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-0214\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#3B5998\\\\\\\" d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\">\\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-3589\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#55ACEE\\\\\\\" d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\">        \\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-d986\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                        </div>\\\\n                            @if ($parentCompany->display_vendor_location)\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-1\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}\\\\n                            </p>\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                            @endif\\\\n                        </div>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n                            <h2 style=\\\\\\\"margin-bottom: 0;\\\\\\\" class=\\\\\\\"u-text\\\\\\\">{{$company->brand_name}}</h2>\\\\n                            <p class=\\\\\\\"u-text u-text-3\\\\\\\">\\\\n                                {!! $company->about_us !!}\\\\n                            </p>\\\\n                        </div>\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </div>\\\\n    \\\\n    {{-- Tabs --}}\\\\n    <section class=\\\\\\\"u-align-center u-clearfix u-section-2\\\\\\\" id=\\\\\\\"carousel_37bc\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-tab-links-align-justify u-tabs u-tabs-1\\\\\\\" id=\\\\\\\"u-tabs\\\\\\\">\\\\n                <ul class=\\\\\\\"u-tab-list u-unstyled\\\\\\\" role=\\\\\\\"tablist\\\\\\\">\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_products_tab)\\\\n                    <li class=\\\\\\\"u-tab-item\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"active u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-1\\\\\\\" id=\\\\\\\"link-tab-products\\\\\\\" href=\\\\\\\"#tab-products\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-products\\\\\\\" aria-selected=\\\\\\\"true\\\\\\\">Products</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_policy_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-2\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-2\\\\\\\" id=\\\\\\\"link-tab-policy\\\\\\\" href=\\\\\\\"#tab-policy\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-policy\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Policy</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_about_us_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-aboutus\\\\\\\" href=\\\\\\\"#tab-aboutus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-aboutus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">About Us<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_events_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\"\\\\n                             id=\\\\\\\"link-tab-events\\\\\\\" href=\\\\\\\"#tab-events\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-events\\\\\\\"\\\\n                              aria-selected=\\\\\\\"false\\\\\\\">Events<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_contact_us_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-contactus\\\\\\\" href=\\\\\\\"#tab-contactus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-contactus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Contact Us<br>\\\\n                        </a>\\\\n                    </li>\\\\n                    @endif\\\\n                </ul>\\\\n                <div class=\\\\\\\"u-tab-content\\\\\\\">\\\\n                    <div class=\\\\\\\"u-container-style u-tab-active u-tab-pane u-white u-tab-pane-1\\\\\\\" id=\\\\\\\"tab-products\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-products\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-container-style u-tab-pane u-white u-tab-pane-2\\\\\\\" id=\\\\\\\"tab-policy\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-policy\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-aboutus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-aboutus\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-events\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-events\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white u-tab-pane-5\\\\\\\" id=\\\\\\\"tab-contactus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-contactus\\\\\\\">\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </section>\\\\n</div>\\\",\\\"product_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\">\\\\n    <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n        <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.details\\\\\\\", [\\\\\\\"shopDomain\\\\\\\" => $shop->shopify_domain,\\\\n        \\\\\\\"vendorTitle\\\\\\\"=>$vendorTitle, \\\\\\\"action\\\\\\\"=>\\\\\\\"products\\\\\\\"]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" id=\\\\\\\"search_product_form\\\\\\\"\\\\n        class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\"\\\\n        source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: left;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n                <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search Product\\\\\\\" id=\\\\\\\"st_search_product\\\\\\\" name=\\\\\\\"search_product\\\\\\\"\\\\n                class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n                <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$tags}}\\\\\\\" id=\\\\\\\"st_search_product_by_tag\\\\\\\" name=\\\\\\\"search_product_by_tag\\\\\\\">\\\\n            </div>\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: right;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control u-label\\\\\\\" style=\\\\\\\"margin-left: auto;\\\\\\\">Sort By</label>\\\\n                <select name=\\\\\\\"sort_by\\\\\\\" id=\\\\\\\"st_product_list_sort_by\\\\\\\" class=\\\\\\\"filters-toolbar__input\\\\\\\" aria-describedby=\\\\\\\"a11y-refresh-page-message \\\\n                a11y-selection-message\\\\\\\" data-default-sortby=\\\\\\\"title-descending\\\\\\\">\\\\n                    <option value=\\\\\\\"title-ascending\\\\\\\" {{$orderBy == \\\\\\\"title-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, A-Z</option>\\\\n                    <option value=\\\\\\\"title-descending\\\\\\\" {{$orderBy == \\\\\\\"title-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, Z-A</option>\\\\n                    <option value=\\\\\\\"price-ascending\\\\\\\" {{$orderBy == \\\\\\\"price-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price , Low To High</option>\\\\n                    <option value=\\\\\\\"price-descending\\\\\\\" {{$orderBy == \\\\\\\"price-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price, High To Low</option>\\\\n                    <option value=\\\\\\\"best-selling\\\\\\\" {{$orderBy == \\\\\\\"best-selling\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Best Selling</option>\\\\n                    <option value=\\\\\\\"date-ascending\\\\\\\" {{$orderBy == \\\\\\\"date-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, New To Old</option>\\\\n                    <option value=\\\\\\\"date-descending\\\\\\\" {{$orderBy == \\\\\\\"date-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, Old To New</option>\\\\n                </select>\\\\n            </div>\\\\n            <div style=\\\\\\\"clear: both;\\\\\\\"></div>\\\\n        </form>\\\\n    </div>\\\\n    <div class=\\\\\\\"u-products u-products-1\\\\\\\">\\\\n        <div class=\\\\\\\"loader hide\\\\\\\"></div>\\\\n        @if ($products && sizeof($products) > 0)\\\\n        <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n            @foreach($products as $product)\\\\n                <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                    <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/products/{{$product->handle}}\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2\\\\\\\">\\\\n                            <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1\\\\\\\" \\\\n                            src=\\\\\\\"{{$product->image}}\\\\\\\">\\\\n                            @if($parentCompany->handle_out_of_stock_products == \\\\\\\"list_out_of_stock_products_with_out_of_stock_label\\\\\\\" && $product->isOutOfStock())\\\\n                                <p class=\\\\\\\"hidden-text u-out-of-stock-text\\\\\\\">OUT OF STOCK</p>\\\\n                            @endif\\\\n\\\\n                            <div class=\\\\\\\"u-product-control u-product-price u-product-price-1\\\\\\\">\\\\n                                <div class=\\\\\\\"u-price-wrapper u-spacing-10\\\\\\\">\\\\n                                    <div class=\\\\\\\"u-price u-text-palette-2-base\\\\\\\" style=\\\\\\\"font-weight: 700;\\\\\\\">\\\\n                                        <p class=\\\\\\\"u-product-title text-muted\\\\\\\" style=\\\\\\\"text-decoration: none;\\\\\\\">\\\\n                                            {{$product->title}}\\\\n                                        </p>\\\\n                                        @if($product->has_only_default_variant)\\\\n                                        {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                         $product->shop->currency}} \\\\n                                        {{$product->lowestPricedVariant->first() ? $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\"}}\\\\n                                        @else\\\\n                                        From: {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                        $product->shop->currency}} {{ $product->lowestPricedVariant->first() ?\\\\n                                        $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\" }}\\\\n                                        @endif\\\\n                                    </div>\\\\n                                </div>\\\\n                            </div>\\\\n                        </div>\\\\n                    </a>\\\\n                </div>\\\\n            @endforeach\\\\n        </div>\\\\n        <div>\\\\n            {{ $products->links() }}\\\\n        </div>\\\\n        @else\\\\n        <div style=\\\\\\\"margin: auto;\\\\\\\">\\\\n            <h3>No Products Found</h3>\\\\n        </div>\\\\n        @endif\\\\n    </div>\\\\n</div>\\\",\\\"about_us_template\\\":\\\"<div class=\\\\\\\"u-aboutus-container\\\\\\\"> <div class=\\\\\\\"u-aboutus-row\\\\\\\"> {!! $aboutus !!} </div></div>\\\",\\\"policy_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">{!! $policy !!}</div>\\\\n</div>\\\",\\\"contact_us_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-left-cell u-size-30 u-layout-cell-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-container-layout-10\\\\\\\">\\\\n                <h2 class=\\\\\\\"u-text u-text-grey-70 u-text-8\\\\\\\">Contact us</h2>\\\\n                <h6 class=\\\\\\\"u-text u-text-grey-50 u-text-9\\\\\\\">{{$company->brand_name}}</h6>\\\\n                @if ($parentCompany->display_vendor_location)\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10\\\\\\\">{{ $company->address_line_1 ? $company->address_line_1.\\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\" }} {{ $company->address_line_2 ? $company->address_line_2 : \\\\\\\"\\\\\\\" }} <br>\\\\n                    {{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}                                        \\\\n                    </p>\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                @endif\\\\n                <div class=\\\\\\\"u-social-icons u-spacing-20 u-social-icons-1\\\\\\\">\\\\n                @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-facebook u-social-icon u-icon-2\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-50ee\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-50ee\\\\\\\"><path d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-twitter u-icon-3\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-d346\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-d346\\\\\\\"><path d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-instagram u-icon-4\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-dd2a\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-dd2a\\\\\\\"><path d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path><path d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path><path d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif                \\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-30 u-layout-cell-2\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-valign-middle u-container-layout-11\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-form u-form-2\\\\\\\">\\\\n                <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.contact\\\\\\\") }}\\\\\\\" id=\\\\\\\"st_vendor_contact_form\\\\\\\" method=\\\\\\\"POST\\\\\\\" class=\\\\\\\"u-clearfix u-form-spacing-24 u-form-vertical u-inner-form\\\\\\\" style=\\\\\\\"padding: 24px;\\\\\\\" source=\\\\\\\"custom\\\\\\\" name=\\\\\\\"form\\\\\\\">\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$shop->id}}\\\\\\\" name=\\\\\\\"shop_id\\\\\\\" >\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\" name=\\\\\\\"company_id\\\\\\\" >\\\\n                    <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_name\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Name</label>\\\\n                        <input type=\\\\\\\"text\\\\\\\" placeholder=\\\\\\\"Enter your Name\\\\\\\" id=\\\\\\\"st_contact_form_name\\\\\\\" name=\\\\\\\"name\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-4\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-email u-form-group\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_email\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Email</label>\\\\n                        <input type=\\\\\\\"email\\\\\\\" placeholder=\\\\\\\"Enter a valid email address\\\\\\\" id=\\\\\\\"st_contact_form_email\\\\\\\" name=\\\\\\\"email\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-5\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-group u-form-message\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_message\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Message</label>\\\\n                        <textarea placeholder=\\\\\\\"Enter your message\\\\\\\" rows=\\\\\\\"4\\\\\\\" cols=\\\\\\\"50\\\\\\\" id=\\\\\\\"st_contact_form_message\\\\\\\" name=\\\\\\\"message\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-6\\\\\\\" required=\\\\\\\"\\\\\\\"></textarea>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-form-group u-form-submit\\\\\\\">       \\\\n                        <input type=\\\\\\\"submit\\\\\\\" value=\\\\\\\"submit\\\\\\\" class=\\\\\\\"u-form-control\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-send-message u-form-send-success\\\\\\\"> Thank you! Your message has been sent. </div>\\\\n                    <div class=\\\\\\\"u-form-send-error u-form-send-message\\\\\\\"> Unable to send your message. Please fix errors then try again. </div>\\\\n                </form>\\\\n            </div>\\\\n    </div>\\\\n        </div>\\\\n    </div>\\\\n</div>\\\"},\\\"unpublished_theme1_template\\\":{\\\"main_page_template\\\":\\\"<div id=\\\\\\\"vendor-detail-page\\\\\\\">\\\\n    <input type=\\\\\\\"hidden\\\\\\\" id=\\\\\\\"company_id\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\">\\\\n    @if ($company->banner_link)\\\\n    <section class=\\\\\\\"u-clearfix u-section-1 bck-banner-img\\\\\\\" id=\\\\\\\"sec-44b5\\\\\\\" style=\\\\\\\"background-image: url({{$company->banner_link}});\\\\\\\">\\\\n    </section>\\\\n    @endif\\\\n    <div class=\\\\\\\"u-clearfix u-sheet u-valign-middle u-sheet-1\\\\\\\" style=\\\\\\\"min-height: 250px;\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-expanded-width u-gutter-0 u-layout-wrap u-layout-wrap-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-layout\\\\\\\">\\\\n                <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n                    <div class=\\\\\\\"u-align-center u-container-style u-layout-cell u-left-cell u-size-23 u-layout-cell-1\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\" style=\\\\\\\"height:max-content; display: flex; flex-direction: column; align-items: center; padding-right: 4rem; padding-top: 1.5rem;\\\\\\\">\\\\n                            <img alt=\\\\\\\"{{$company->title}}\\\\\\\" class=\\\\\\\"u-image u-image-circle\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\" data-image-width=\\\\\\\"150\\\\\\\" data-image-height=\\\\\\\"150\\\\\\\" style=\\\\\\\"width: 80%;\\\\\\\">\\\\n                            </img>\\\\n                             <div class=\\\\\\\"social-media-links\\\\\\\">\\\\n                            @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                            <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\">\\\\n                                    <svg class=\\\\\\\"u-svg-content\\\\\\\"  x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-0214\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#3B5998\\\\\\\" d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\">\\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-3589\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#55ACEE\\\\\\\" d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\">        \\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-d986\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                        </div>\\\\n                            @if ($parentCompany->display_vendor_location)\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-1\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}\\\\n                            </p>\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                            @endif\\\\n                        </div>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n                            <h2 style=\\\\\\\"margin-bottom: 0;\\\\\\\" class=\\\\\\\"u-text\\\\\\\">{{$company->brand_name}}</h2>\\\\n                            <p class=\\\\\\\"u-text u-text-3\\\\\\\">\\\\n                                {!! $company->about_us !!}\\\\n                            </p>\\\\n                        </div>\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </div>\\\\n    \\\\n    {{-- Tabs --}}\\\\n    <section class=\\\\\\\"u-align-center u-clearfix u-section-2\\\\\\\" id=\\\\\\\"carousel_37bc\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-tab-links-align-justify u-tabs u-tabs-1\\\\\\\" id=\\\\\\\"u-tabs\\\\\\\">\\\\n                <ul class=\\\\\\\"u-tab-list u-unstyled\\\\\\\" role=\\\\\\\"tablist\\\\\\\">\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_products_tab)\\\\n                    <li class=\\\\\\\"u-tab-item\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"active u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-1\\\\\\\" id=\\\\\\\"link-tab-products\\\\\\\" href=\\\\\\\"#tab-products\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-products\\\\\\\" aria-selected=\\\\\\\"true\\\\\\\">Products</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_policy_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-2\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-2\\\\\\\" id=\\\\\\\"link-tab-policy\\\\\\\" href=\\\\\\\"#tab-policy\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-policy\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Policy</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_about_us_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-aboutus\\\\\\\" href=\\\\\\\"#tab-aboutus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-aboutus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">About Us<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_events_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\"\\\\n                             id=\\\\\\\"link-tab-events\\\\\\\" href=\\\\\\\"#tab-events\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-events\\\\\\\"\\\\n                              aria-selected=\\\\\\\"false\\\\\\\">Events<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_contact_us_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-contactus\\\\\\\" href=\\\\\\\"#tab-contactus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-contactus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Contact Us<br>\\\\n                        </a>\\\\n                    </li>\\\\n                    @endif\\\\n                </ul>\\\\n                <div class=\\\\\\\"u-tab-content\\\\\\\">\\\\n                    <div class=\\\\\\\"u-container-style u-tab-active u-tab-pane u-white u-tab-pane-1\\\\\\\" id=\\\\\\\"tab-products\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-products\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-container-style u-tab-pane u-white u-tab-pane-2\\\\\\\" id=\\\\\\\"tab-policy\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-policy\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-aboutus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-aboutus\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-events\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-events\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white u-tab-pane-5\\\\\\\" id=\\\\\\\"tab-contactus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-contactus\\\\\\\">\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </section>\\\\n</div>\\\",\\\"product_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\">\\\\n    <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n        <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.details\\\\\\\", [\\\\\\\"shopDomain\\\\\\\" => $shop->shopify_domain,\\\\n        \\\\\\\"vendorTitle\\\\\\\"=>$vendorTitle, \\\\\\\"action\\\\\\\"=>\\\\\\\"products\\\\\\\"]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" id=\\\\\\\"search_product_form\\\\\\\"\\\\n        class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\"\\\\n        source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: left;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n                <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search Product\\\\\\\" id=\\\\\\\"st_search_product\\\\\\\" name=\\\\\\\"search_product\\\\\\\"\\\\n                class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n                <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$tags}}\\\\\\\" id=\\\\\\\"st_search_product_by_tag\\\\\\\" name=\\\\\\\"search_product_by_tag\\\\\\\">\\\\n            </div>\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: right;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control u-label\\\\\\\" style=\\\\\\\"margin-left: auto;\\\\\\\">Sort By</label>\\\\n                <select name=\\\\\\\"sort_by\\\\\\\" id=\\\\\\\"st_product_list_sort_by\\\\\\\" class=\\\\\\\"filters-toolbar__input\\\\\\\" aria-describedby=\\\\\\\"a11y-refresh-page-message \\\\n                a11y-selection-message\\\\\\\" data-default-sortby=\\\\\\\"title-descending\\\\\\\">\\\\n                    <option value=\\\\\\\"title-ascending\\\\\\\" {{$orderBy == \\\\\\\"title-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, A-Z</option>\\\\n                    <option value=\\\\\\\"title-descending\\\\\\\" {{$orderBy == \\\\\\\"title-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, Z-A</option>\\\\n                    <option value=\\\\\\\"price-ascending\\\\\\\" {{$orderBy == \\\\\\\"price-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price , Low To High</option>\\\\n                    <option value=\\\\\\\"price-descending\\\\\\\" {{$orderBy == \\\\\\\"price-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price, High To Low</option>\\\\n                    <option value=\\\\\\\"best-selling\\\\\\\" {{$orderBy == \\\\\\\"best-selling\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Best Selling</option>\\\\n                    <option value=\\\\\\\"date-ascending\\\\\\\" {{$orderBy == \\\\\\\"date-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, New To Old</option>\\\\n                    <option value=\\\\\\\"date-descending\\\\\\\" {{$orderBy == \\\\\\\"date-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, Old To New</option>\\\\n                </select>\\\\n            </div>\\\\n            <div style=\\\\\\\"clear: both;\\\\\\\"></div>\\\\n        </form>\\\\n    </div>\\\\n    <div class=\\\\\\\"u-products u-products-1\\\\\\\">\\\\n        <div class=\\\\\\\"loader hide\\\\\\\"></div>\\\\n        @if ($products && sizeof($products) > 0)\\\\n        <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n            @foreach($products as $product)\\\\n                <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                    <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/products/{{$product->handle}}\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2\\\\\\\">\\\\n                            <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1\\\\\\\" \\\\n                            src=\\\\\\\"{{$product->image}}\\\\\\\">\\\\n                            @if($parentCompany->handle_out_of_stock_products == \\\\\\\"list_out_of_stock_products_with_out_of_stock_label\\\\\\\" && $product->isOutOfStock())\\\\n                                <p class=\\\\\\\"hidden-text u-out-of-stock-text\\\\\\\">OUT OF STOCK</p>\\\\n                            @endif\\\\n\\\\n                            <div class=\\\\\\\"u-product-control u-product-price u-product-price-1\\\\\\\">\\\\n                                <div class=\\\\\\\"u-price-wrapper u-spacing-10\\\\\\\">\\\\n                                    <div class=\\\\\\\"u-price u-text-palette-2-base\\\\\\\" style=\\\\\\\"font-weight: 700;\\\\\\\">\\\\n                                        <p class=\\\\\\\"u-product-title text-muted\\\\\\\" style=\\\\\\\"text-decoration: none;\\\\\\\">\\\\n                                            {{$product->title}}\\\\n                                        </p>\\\\n                                        @if($product->has_only_default_variant)\\\\n                                        {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                         $product->shop->currency}} \\\\n                                        {{$product->lowestPricedVariant->first() ? $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\"}}\\\\n                                        @else\\\\n                                        From: {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                        $product->shop->currency}} {{ $product->lowestPricedVariant->first() ?\\\\n                                        $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\" }}\\\\n                                        @endif\\\\n                                    </div>\\\\n                                </div>\\\\n                            </div>\\\\n                        </div>\\\\n                    </a>\\\\n                </div>\\\\n            @endforeach\\\\n        </div>\\\\n        <div>\\\\n            {{ $products->links() }}\\\\n        </div>\\\\n        @else\\\\n        <div style=\\\\\\\"margin: auto;\\\\\\\">\\\\n            <h3>No Products Found</h3>\\\\n        </div>\\\\n        @endif\\\\n    </div>\\\\n</div>\\\",\\\"about_us_template\\\":\\\"<div class=\\\\\\\"u-aboutus-container\\\\\\\"> <div class=\\\\\\\"u-aboutus-row\\\\\\\"> {!! $aboutus !!} </div></div>\\\",\\\"policy_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">{!! $policy !!}</div>\\\\n</div>\\\",\\\"contact_us_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-left-cell u-size-30 u-layout-cell-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-container-layout-10\\\\\\\">\\\\n                <h2 class=\\\\\\\"u-text u-text-grey-70 u-text-8\\\\\\\">Contact us</h2>\\\\n                <h6 class=\\\\\\\"u-text u-text-grey-50 u-text-9\\\\\\\">{{$company->brand_name}}</h6>\\\\n                @if ($parentCompany->display_vendor_location)\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10\\\\\\\">{{ $company->address_line_1 ? $company->address_line_1.\\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\" }} {{ $company->address_line_2 ? $company->address_line_2 : \\\\\\\"\\\\\\\" }} <br>\\\\n                    {{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}                                        \\\\n                    </p>\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                @endif\\\\n                <div class=\\\\\\\"u-social-icons u-spacing-20 u-social-icons-1\\\\\\\">\\\\n                @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-facebook u-social-icon u-icon-2\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-50ee\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-50ee\\\\\\\"><path d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-twitter u-icon-3\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-d346\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-d346\\\\\\\"><path d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-instagram u-icon-4\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-dd2a\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-dd2a\\\\\\\"><path d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path><path d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path><path d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif                \\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-30 u-layout-cell-2\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-valign-middle u-container-layout-11\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-form u-form-2\\\\\\\">\\\\n                <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.contact\\\\\\\") }}\\\\\\\" id=\\\\\\\"st_vendor_contact_form\\\\\\\" method=\\\\\\\"POST\\\\\\\" class=\\\\\\\"u-clearfix u-form-spacing-24 u-form-vertical u-inner-form\\\\\\\" style=\\\\\\\"padding: 24px;\\\\\\\" source=\\\\\\\"custom\\\\\\\" name=\\\\\\\"form\\\\\\\">\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$shop->id}}\\\\\\\" name=\\\\\\\"shop_id\\\\\\\" >\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\" name=\\\\\\\"company_id\\\\\\\" >\\\\n                    <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_name\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Name</label>\\\\n                        <input type=\\\\\\\"text\\\\\\\" placeholder=\\\\\\\"Enter your Name\\\\\\\" id=\\\\\\\"st_contact_form_name\\\\\\\" name=\\\\\\\"name\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-4\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-email u-form-group\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_email\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Email</label>\\\\n                        <input type=\\\\\\\"email\\\\\\\" placeholder=\\\\\\\"Enter a valid email address\\\\\\\" id=\\\\\\\"st_contact_form_email\\\\\\\" name=\\\\\\\"email\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-5\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-group u-form-message\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_message\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Message</label>\\\\n                        <textarea placeholder=\\\\\\\"Enter your message\\\\\\\" rows=\\\\\\\"4\\\\\\\" cols=\\\\\\\"50\\\\\\\" id=\\\\\\\"st_contact_form_message\\\\\\\" name=\\\\\\\"message\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-6\\\\\\\" required=\\\\\\\"\\\\\\\"></textarea>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-form-group u-form-submit\\\\\\\">       \\\\n                        <input type=\\\\\\\"submit\\\\\\\" value=\\\\\\\"submit\\\\\\\" class=\\\\\\\"u-form-control\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-send-message u-form-send-success\\\\\\\"> Thank you! Your message has been sent. </div>\\\\n                    <div class=\\\\\\\"u-form-send-error u-form-send-message\\\\\\\"> Unable to send your message. Please fix errors then try again. </div>\\\\n                </form>\\\\n            </div>\\\\n    </div>\\\\n        </div>\\\\n    </div>\\\\n</div>\\\"},\\\"published_theme1_css\\\":null,\\\"unpublished_theme1_css\\\":null,\\\"published_vendor_list_template\\\":\\\"<div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2 u-section-2\\\\\\\">\\\\n    <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n      <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n        <h1 class=\\\\\\\"u-text u-text-default u-text-1\\\\\\\">{{$parentCompany->name_of_the_vendor_listing_page}}</h1>\\\\n        <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n          <form id=\\\\\\\"vendor_search_form\\\\\\\" action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.list\\\\\\\", [\\\\\\\"shop\\\\\\\" => $shop->shopify_domain]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\" source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n              <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n              <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search\\\\\\\" id=\\\\\\\"search_vendor\\\\\\\" name=\\\\\\\"search_vendor\\\\\\\" class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n            </div>\\\\n          </form>\\\\n        </div>\\\\n        <div class=\\\\\\\"loader\\\\\\\" ></div>\\\\n        <div class=\\\\\\\"u-container-layout-2 u-container-layout-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-products u-products-1\\\\\\\">                \\\\n                <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n                    @foreach($companies as $company)\\\\n                      <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2 container\\\\\\\">\\\\n                                  <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1 image-hover\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\">\\\\n                                  <h1 class=\\\\\\\"u-align-center u-product-control u-text u-text-1\\\\\\\">\\\\n                                      <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                                          {{$company->title}}\\\\n                                      </a>\\\\n                                      @if ($parentCompany->display_vendor_category && $company->vendor_category != \\\\\\\"\\\\\\\")\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->vendor_category}} </p>\\\\n                                      @endif\\\\n                                      @if ($parentCompany->display_vendor_location)\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}</p>\\\\n                                      @endif\\\\n                                  </h1>\\\\n                              </div>\\\\n                          </a>\\\\n                          @if ($parentCompany->display_vendor_short_description)\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"st-middle\\\\\\\">\\\\n                                  <div class=\\\\\\\"short-description st-white-text-overlay\\\\\\\" style=\\\\\\\"height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.4);\\\\\\\">\\\\n                                      {!! $company->short_description !!}\\\\n                                  </div>\\\\n                              </div>\\\\n                          </a>\\\\n                          @endif\\\\n                      </div>\\\\n                    @endforeach\\\\n                </div>\\\\n                <div>\\\\n                  {{ $companies->links() }}\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n      </div>\\\\n    </div>\\\\n  </div>\\\",\\\"unpublished_vendor_list_template\\\":\\\"<div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2 u-section-2\\\\\\\">\\\\n    <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n      <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n        <h1 class=\\\\\\\"u-text u-text-default u-text-1\\\\\\\">{{$parentCompany->name_of_the_vendor_listing_page}}</h1>\\\\n        <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n          <form id=\\\\\\\"vendor_search_form\\\\\\\" action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.list\\\\\\\", [\\\\\\\"shop\\\\\\\" => $shop->shopify_domain]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\" source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n              <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n              <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search\\\\\\\" id=\\\\\\\"search_vendor\\\\\\\" name=\\\\\\\"search_vendor\\\\\\\" class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n            </div>\\\\n          </form>\\\\n        </div>\\\\n        <div class=\\\\\\\"loader\\\\\\\" ></div>\\\\n        <div class=\\\\\\\"u-container-layout-2 u-container-layout-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-products u-products-1\\\\\\\">                \\\\n                <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n                    @foreach($companies as $company)\\\\n                      <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2 container\\\\\\\">\\\\n                                  <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1 image-hover\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\">\\\\n                                  <h1 class=\\\\\\\"u-align-center u-product-control u-text u-text-1\\\\\\\">\\\\n                                      <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                                          {{$company->title}}\\\\n                                      </a>\\\\n                                      @if ($parentCompany->display_vendor_category && $company->vendor_category != \\\\\\\"\\\\\\\")\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->vendor_category}} </p>\\\\n                                      @endif\\\\n                                      @if ($parentCompany->display_vendor_location)\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}</p>\\\\n                                      @endif\\\\n                                  </h1>\\\\n                              </div>\\\\n                          </a>\\\\n                          @if ($parentCompany->display_vendor_short_description)\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"st-middle\\\\\\\">\\\\n                                  <div class=\\\\\\\"short-description st-white-text-overlay\\\\\\\" style=\\\\\\\"height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.4);\\\\\\\">\\\\n                                      {!! $company->short_description !!}\\\\n                                  </div>\\\\n                              </div>\\\\n                          </a>\\\\n                          @endif\\\\n                      </div>\\\\n                    @endforeach\\\\n                </div>\\\\n                <div>\\\\n                  {{ $companies->links() }}\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n      </div>\\\\n    </div>\\\\n  </div>\\\",\\\"publish_pending\\\":false}\",\n                    \"published_and_unpublished_theme1_code_last_version\": \"{\\\"published_theme1_css\\\":null,\\\"published_theme1_template\\\":{\\\"main_page_template\\\":\\\"<div id=\\\\\\\"vendor-detail-page\\\\\\\">\\\\n    <input type=\\\\\\\"hidden\\\\\\\" id=\\\\\\\"company_id\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\">\\\\n    @if ($company->banner_link)\\\\n    <section class=\\\\\\\"u-clearfix u-section-1 bck-banner-img\\\\\\\" id=\\\\\\\"sec-44b5\\\\\\\" style=\\\\\\\"background-image: url({{$company->banner_link}});\\\\\\\">\\\\n    </section>\\\\n    @endif\\\\n    <div class=\\\\\\\"u-clearfix u-sheet u-valign-middle u-sheet-1\\\\\\\" style=\\\\\\\"min-height: 250px;\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-expanded-width u-gutter-0 u-layout-wrap u-layout-wrap-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-layout\\\\\\\">\\\\n                <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n                    <div class=\\\\\\\"u-align-center u-container-style u-layout-cell u-left-cell u-size-23 u-layout-cell-1\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\" style=\\\\\\\"height:max-content; display: flex; flex-direction: column; align-items: center; padding-right: 4rem; padding-top: 1.5rem;\\\\\\\">\\\\n                            <img alt=\\\\\\\"{{$company->title}}\\\\\\\" class=\\\\\\\"u-image u-image-circle\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\" data-image-width=\\\\\\\"150\\\\\\\" data-image-height=\\\\\\\"150\\\\\\\" style=\\\\\\\"width: 80%;\\\\\\\">\\\\n                            </img>\\\\n                             <div class=\\\\\\\"social-media-links\\\\\\\">\\\\n                            @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                            <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\">\\\\n                                    <svg class=\\\\\\\"u-svg-content\\\\\\\"  x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-0214\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#3B5998\\\\\\\" d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\">\\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-3589\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#55ACEE\\\\\\\" d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\">        \\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-d986\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                        </div>\\\\n                            @if ($parentCompany->display_vendor_location)\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-1\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}\\\\n                            </p>\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                            @endif\\\\n                        </div>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n                            <h2 style=\\\\\\\"margin-bottom: 0;\\\\\\\" class=\\\\\\\"u-text\\\\\\\">{{$company->brand_name}}</h2>\\\\n                            <p class=\\\\\\\"u-text u-text-3\\\\\\\">\\\\n                                {!! $company->about_us !!}\\\\n                            </p>\\\\n                        </div>\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </div>\\\\n    \\\\n    {{-- Tabs --}}\\\\n    <section class=\\\\\\\"u-align-center u-clearfix u-section-2\\\\\\\" id=\\\\\\\"carousel_37bc\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-tab-links-align-justify u-tabs u-tabs-1\\\\\\\" id=\\\\\\\"u-tabs\\\\\\\">\\\\n                <ul class=\\\\\\\"u-tab-list u-unstyled\\\\\\\" role=\\\\\\\"tablist\\\\\\\">\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_products_tab)\\\\n                    <li class=\\\\\\\"u-tab-item\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"active u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-1\\\\\\\" id=\\\\\\\"link-tab-products\\\\\\\" href=\\\\\\\"#tab-products\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-products\\\\\\\" aria-selected=\\\\\\\"true\\\\\\\">Products</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_policy_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-2\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-2\\\\\\\" id=\\\\\\\"link-tab-policy\\\\\\\" href=\\\\\\\"#tab-policy\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-policy\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Policy</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_about_us_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-aboutus\\\\\\\" href=\\\\\\\"#tab-aboutus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-aboutus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">About Us<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_events_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\"\\\\n                             id=\\\\\\\"link-tab-events\\\\\\\" href=\\\\\\\"#tab-events\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-events\\\\\\\"\\\\n                              aria-selected=\\\\\\\"false\\\\\\\">Events<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_contact_us_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-contactus\\\\\\\" href=\\\\\\\"#tab-contactus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-contactus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Contact Us<br>\\\\n                        </a>\\\\n                    </li>\\\\n                    @endif\\\\n                </ul>\\\\n                <div class=\\\\\\\"u-tab-content\\\\\\\">\\\\n                    <div class=\\\\\\\"u-container-style u-tab-active u-tab-pane u-white u-tab-pane-1\\\\\\\" id=\\\\\\\"tab-products\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-products\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-container-style u-tab-pane u-white u-tab-pane-2\\\\\\\" id=\\\\\\\"tab-policy\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-policy\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-aboutus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-aboutus\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-events\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-events\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white u-tab-pane-5\\\\\\\" id=\\\\\\\"tab-contactus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-contactus\\\\\\\">\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </section>\\\\n</div>\\\",\\\"product_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\">\\\\n    <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n        <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.details\\\\\\\", [\\\\\\\"shopDomain\\\\\\\" => $shop->shopify_domain,\\\\n        \\\\\\\"vendorTitle\\\\\\\"=>$vendorTitle, \\\\\\\"action\\\\\\\"=>\\\\\\\"products\\\\\\\"]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" id=\\\\\\\"search_product_form\\\\\\\"\\\\n        class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\"\\\\n        source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: left;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n                <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search Product\\\\\\\" id=\\\\\\\"st_search_product\\\\\\\" name=\\\\\\\"search_product\\\\\\\"\\\\n                class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n                <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$tags}}\\\\\\\" id=\\\\\\\"st_search_product_by_tag\\\\\\\" name=\\\\\\\"search_product_by_tag\\\\\\\">\\\\n            </div>\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: right;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control u-label\\\\\\\" style=\\\\\\\"margin-left: auto;\\\\\\\">Sort By</label>\\\\n                <select name=\\\\\\\"sort_by\\\\\\\" id=\\\\\\\"st_product_list_sort_by\\\\\\\" class=\\\\\\\"filters-toolbar__input\\\\\\\" aria-describedby=\\\\\\\"a11y-refresh-page-message \\\\n                a11y-selection-message\\\\\\\" data-default-sortby=\\\\\\\"title-descending\\\\\\\">\\\\n                    <option value=\\\\\\\"title-ascending\\\\\\\" {{$orderBy == \\\\\\\"title-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, A-Z</option>\\\\n                    <option value=\\\\\\\"title-descending\\\\\\\" {{$orderBy == \\\\\\\"title-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, Z-A</option>\\\\n                    <option value=\\\\\\\"price-ascending\\\\\\\" {{$orderBy == \\\\\\\"price-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price , Low To High</option>\\\\n                    <option value=\\\\\\\"price-descending\\\\\\\" {{$orderBy == \\\\\\\"price-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price, High To Low</option>\\\\n                    <option value=\\\\\\\"best-selling\\\\\\\" {{$orderBy == \\\\\\\"best-selling\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Best Selling</option>\\\\n                    <option value=\\\\\\\"date-ascending\\\\\\\" {{$orderBy == \\\\\\\"date-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, New To Old</option>\\\\n                    <option value=\\\\\\\"date-descending\\\\\\\" {{$orderBy == \\\\\\\"date-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, Old To New</option>\\\\n                </select>\\\\n            </div>\\\\n            <div style=\\\\\\\"clear: both;\\\\\\\"></div>\\\\n        </form>\\\\n    </div>\\\\n    <div class=\\\\\\\"u-products u-products-1\\\\\\\">\\\\n        <div class=\\\\\\\"loader hide\\\\\\\"></div>\\\\n        @if ($products && sizeof($products) > 0)\\\\n        <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n            @foreach($products as $product)\\\\n                <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                    <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/products/{{$product->handle}}\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2\\\\\\\">\\\\n                            <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1\\\\\\\" \\\\n                            src=\\\\\\\"{{$product->image}}\\\\\\\">\\\\n                            @if($parentCompany->handle_out_of_stock_products == \\\\\\\"list_out_of_stock_products_with_out_of_stock_label\\\\\\\" && $product->isOutOfStock())\\\\n                                <p class=\\\\\\\"hidden-text u-out-of-stock-text\\\\\\\">OUT OF STOCK</p>\\\\n                            @endif\\\\n\\\\n                            <div class=\\\\\\\"u-product-control u-product-price u-product-price-1\\\\\\\">\\\\n                                <div class=\\\\\\\"u-price-wrapper u-spacing-10\\\\\\\">\\\\n                                    <div class=\\\\\\\"u-price u-text-palette-2-base\\\\\\\" style=\\\\\\\"font-weight: 700;\\\\\\\">\\\\n                                        <p class=\\\\\\\"u-product-title text-muted\\\\\\\" style=\\\\\\\"text-decoration: none;\\\\\\\">\\\\n                                            {{$product->title}}\\\\n                                        </p>\\\\n                                        @if($product->has_only_default_variant)\\\\n                                        {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                         $product->shop->currency}} \\\\n                                        {{$product->lowestPricedVariant->first() ? $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\"}}\\\\n                                        @else\\\\n                                        From: {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                        $product->shop->currency}} {{ $product->lowestPricedVariant->first() ?\\\\n                                        $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\" }}\\\\n                                        @endif\\\\n                                    </div>\\\\n                                </div>\\\\n                            </div>\\\\n                        </div>\\\\n                    </a>\\\\n                </div>\\\\n            @endforeach\\\\n        </div>\\\\n        <div>\\\\n            {{ $products->links() }}\\\\n        </div>\\\\n        @else\\\\n        <div style=\\\\\\\"margin: auto;\\\\\\\">\\\\n            <h3>No Products Found</h3>\\\\n        </div>\\\\n        @endif\\\\n    </div>\\\\n</div>\\\",\\\"about_us_template\\\":\\\"<div class=\\\\\\\"u-aboutus-container\\\\\\\"> <div class=\\\\\\\"u-aboutus-row\\\\\\\"> {!! $aboutus !!} </div></div>\\\",\\\"policy_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">{!! $policy !!}</div>\\\\n</div>\\\",\\\"contact_us_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-left-cell u-size-30 u-layout-cell-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-container-layout-10\\\\\\\">\\\\n                <h2 class=\\\\\\\"u-text u-text-grey-70 u-text-8\\\\\\\">Contact us</h2>\\\\n                <h6 class=\\\\\\\"u-text u-text-grey-50 u-text-9\\\\\\\">{{$company->brand_name}}</h6>\\\\n                @if ($parentCompany->display_vendor_location)\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10\\\\\\\">{{ $company->address_line_1 ? $company->address_line_1.\\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\" }} {{ $company->address_line_2 ? $company->address_line_2 : \\\\\\\"\\\\\\\" }} <br>\\\\n                    {{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}                                        \\\\n                    </p>\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                @endif\\\\n                <div class=\\\\\\\"u-social-icons u-spacing-20 u-social-icons-1\\\\\\\">\\\\n                @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-facebook u-social-icon u-icon-2\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-50ee\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-50ee\\\\\\\"><path d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-twitter u-icon-3\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-d346\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-d346\\\\\\\"><path d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-instagram u-icon-4\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-dd2a\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-dd2a\\\\\\\"><path d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path><path d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path><path d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif                \\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-30 u-layout-cell-2\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-valign-middle u-container-layout-11\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-form u-form-2\\\\\\\">\\\\n                <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.contact\\\\\\\") }}\\\\\\\" id=\\\\\\\"st_vendor_contact_form\\\\\\\" method=\\\\\\\"POST\\\\\\\" class=\\\\\\\"u-clearfix u-form-spacing-24 u-form-vertical u-inner-form\\\\\\\" style=\\\\\\\"padding: 24px;\\\\\\\" source=\\\\\\\"custom\\\\\\\" name=\\\\\\\"form\\\\\\\">\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$shop->id}}\\\\\\\" name=\\\\\\\"shop_id\\\\\\\" >\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\" name=\\\\\\\"company_id\\\\\\\" >\\\\n                    <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_name\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Name</label>\\\\n                        <input type=\\\\\\\"text\\\\\\\" placeholder=\\\\\\\"Enter your Name\\\\\\\" id=\\\\\\\"st_contact_form_name\\\\\\\" name=\\\\\\\"name\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-4\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-email u-form-group\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_email\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Email</label>\\\\n                        <input type=\\\\\\\"email\\\\\\\" placeholder=\\\\\\\"Enter a valid email address\\\\\\\" id=\\\\\\\"st_contact_form_email\\\\\\\" name=\\\\\\\"email\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-5\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-group u-form-message\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_message\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Message</label>\\\\n                        <textarea placeholder=\\\\\\\"Enter your message\\\\\\\" rows=\\\\\\\"4\\\\\\\" cols=\\\\\\\"50\\\\\\\" id=\\\\\\\"st_contact_form_message\\\\\\\" name=\\\\\\\"message\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-6\\\\\\\" required=\\\\\\\"\\\\\\\"></textarea>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-form-group u-form-submit\\\\\\\">       \\\\n                        <input type=\\\\\\\"submit\\\\\\\" value=\\\\\\\"submit\\\\\\\" class=\\\\\\\"u-form-control\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-send-message u-form-send-success\\\\\\\"> Thank you! Your message has been sent. </div>\\\\n                    <div class=\\\\\\\"u-form-send-error u-form-send-message\\\\\\\"> Unable to send your message. Please fix errors then try again. </div>\\\\n                </form>\\\\n            </div>\\\\n    </div>\\\\n        </div>\\\\n    </div>\\\\n</div>\\\"},\\\"published_vendor_list_template\\\":\\\"<div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2 u-section-2\\\\\\\">\\\\n    <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n      <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n        <h1 class=\\\\\\\"u-text u-text-default u-text-1\\\\\\\">{{$parentCompany->name_of_the_vendor_listing_page}}</h1>\\\\n        <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n          <form id=\\\\\\\"vendor_search_form\\\\\\\" action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.list\\\\\\\", [\\\\\\\"shop\\\\\\\" => $shop->shopify_domain]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\" source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n              <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n              <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search\\\\\\\" id=\\\\\\\"search_vendor\\\\\\\" name=\\\\\\\"search_vendor\\\\\\\" class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n            </div>\\\\n          </form>\\\\n        </div>\\\\n        <div class=\\\\\\\"loader\\\\\\\" ></div>\\\\n        <div class=\\\\\\\"u-container-layout-2 u-container-layout-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-products u-products-1\\\\\\\">                \\\\n                <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n                    @foreach($companies as $company)\\\\n                      <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2 container\\\\\\\">\\\\n                                  <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1 image-hover\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\">\\\\n                                  <h1 class=\\\\\\\"u-align-center u-product-control u-text u-text-1\\\\\\\">\\\\n                                      <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                                          {{$company->title}}\\\\n                                      </a>\\\\n                                      @if ($parentCompany->display_vendor_category && $company->vendor_category != \\\\\\\"\\\\\\\")\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->vendor_category}} </p>\\\\n                                      @endif\\\\n                                      @if ($parentCompany->display_vendor_location)\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}</p>\\\\n                                      @endif\\\\n                                  </h1>\\\\n                              </div>\\\\n                          </a>\\\\n                          @if ($parentCompany->display_vendor_short_description)\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"st-middle\\\\\\\">\\\\n                                  <div class=\\\\\\\"short-description st-white-text-overlay\\\\\\\" style=\\\\\\\"height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.4);\\\\\\\">\\\\n                                      {!! $company->short_description !!}\\\\n                                  </div>\\\\n                              </div>\\\\n                          </a>\\\\n                          @endif\\\\n                      </div>\\\\n                    @endforeach\\\\n                </div>\\\\n                <div>\\\\n                  {{ $companies->links() }}\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n      </div>\\\\n    </div>\\\\n  </div>\\\"}\",\n                    \"left_days_14_day_trial\": null,\n                    \"currency_country\": {\n                        \"id\": 98,\n                        \"name\": \"India\",\n                        \"code\": \"IN\",\n                        \"dial_code\": \"+91\",\n                        \"currency_name\": \"Indian rupee\",\n                        \"currency_symbol\": \"Rs.\",\n                        \"currency_code\": \"INR\",\n                        \"created_at\": null,\n                        \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                        \"name_with_symbole\": \"Indian rupee - Rs.\"\n                    }\n                }\n            },\n            \"vendor_line_item\": {\n                \"total_discount\": 0,\n                \"order_discount\": 0,\n                \"sku\": \"All Field Test product22-red-medium\",\n                \"quantity\": 1,\n                \"price\": 10,\n                \"title\": \"All Field Test product22\",\n                \"id\": 9351892,\n                \"product_id\": 9599632802095,\n                \"variant_id\": 22494315,\n                \"company_id\": 234956,\n                \"shipping_price\": \"0\",\n                \"total_value_including_tax\": 0,\n                \"taxable_price\": 0,\n                \"line_item_tax\": 0,\n                \"sku_barcode\": \"All Field Test product22-red-medium</br>\",\n                \"shop\": null,\n                \"variant\": {\n                    \"id\": 22494315,\n                    \"title\": \"red / medium\",\n                    \"price\": \"10.00\",\n                    \"sku\": \"All Field Test product22-red-medium\",\n                    \"position\": 13,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": \"10.00\",\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"red\",\n                    \"option2\": \"medium\",\n                    \"option3\": null,\n                    \"barcode\": \"\",\n                    \"grams\": \"0\",\n                    \"image_id\": null,\n                    \"weight\": \"0\",\n                    \"inventory_item_id\": \"50408304574767\",\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/48363850170671\",\n                    \"created_at\": \"2024-01-01T08:54:07.000000Z\",\n                    \"updated_at\": \"2024-01-01T08:57:42.000000Z\",\n                    \"deleted_at\": null,\n                    \"product_id\": 8106189,\n                    \"taxable\": true,\n                    \"requires_shipping\": null,\n                    \"weight_unit\": \"kg\",\n                    \"inventory_quantity\": \"9\",\n                    \"old_inventory_quantity\": null,\n                    \"product_purchase_cost\": \"0\",\n                    \"actual_product_weight\": \"0\",\n                    \"vendor_id\": null,\n                    \"provider\": null,\n                    \"company_id\": 234956,\n                    \"hsn_sku_id\": null,\n                    \"channel_id\": \"48363850170671\",\n                    \"channel\": \"shopify\",\n                    \"store_id\": null,\n                    \"image\": null,\n                    \"channel_variant_id\": \"22628288\",\n                    \"extra_information\": null,\n                    \"deactivated_at\": true,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"shop_id\": 4147,\n                    \"tax_id\": null,\n                    \"body_html\": \"\",\n                    \"commission\": null,\n                    \"fixed_commission\": 0,\n                    \"override_commission\": false,\n                    \"parent_id\": 212738,\n                    \"product_code_name\": \"All Field Test product22-red-medium</br>All Field Test product22</br>red,medium\",\n                    \"product_variant_title\": \"All Field Test product22 - red / medium\",\n                    \"product_type\": \"configurable\",\n                    \"product_type_id\": 133935,\n                    \"file_id\": null,\n                    \"option_name_1\": null,\n                    \"option_name_2\": null,\n                    \"option_name_3\": null,\n                    \"delivery_profile_id\": null,\n                    \"delivery_profile_provider_id\": null,\n                    \"vendor_shop_variant_id\": null,\n                    \"shopify_meta_data\": null,\n                    \"new_variant_sent\": 0,\n                    \"image_link\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-13_2.jpg?v=1704099244\",\n                    \"overridden_commission_level\": \"global\",\n                    \"overridden_commission\": \"15\",\n                    \"overridden_fixed_commission\": 10,\n                    \"file_history\": null,\n                    \"product\": {\n                        \"id\": 8106189,\n                        \"title\": \"All Field Test product22\",\n                        \"body_html\": \"\",\n                        \"vendor\": \"Magento0\",\n                        \"product_type\": {\n                            \"id\": 133935,\n                            \"channel\": \"shopify\",\n                            \"shop_id\": 4147,\n                            \"title\": \"configurable\",\n                            \"commission\": null,\n                            \"created_at\": \"2023-09-30T12:15:45.000000Z\",\n                            \"updated_at\": \"2023-09-30T12:15:45.000000Z\",\n                            \"fixed_commission\": 0,\n                            \"override_commission\": false,\n                            \"overridden_commission_level\": \"global\",\n                            \"overridden_commission\": \"15\",\n                            \"overridden_fixed_commission\": 10,\n                            \"global_commission_level\": \"global\",\n                            \"global_commission\": \"15\",\n                            \"global_fixed_commission\": 10\n                        },\n                        \"handle\": \"all-field-test-product22\",\n                        \"published_at\": \"2024-01-01 14:24:00\",\n                        \"template_suffix\": null,\n                        \"tags\": \"All Field Test product22\",\n                        \"published_scope\": null,\n                        \"admin_graphql_api_id\": \"gid://shopify/Product/9599632802095\",\n                        \"image\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-13_2.jpg?v=1704099244\",\n                        \"created_at\": \"2024-01-01T08:54:06.000000Z\",\n                        \"updated_at\": \"2024-01-01T09:00:21.000000Z\",\n                        \"deleted_at\": null,\n                        \"vendor_id\": 234956,\n                        \"provider\": null,\n                        \"company_id\": 234956,\n                        \"channel_id\": \"9599632802095\",\n                        \"store_id\": null,\n                        \"product_image_link\": null,\n                        \"channel_product_id\": 8099317,\n                        \"channel\": \"shopify\",\n                        \"sku\": null,\n                        \"shop_id\": 4147,\n                        \"tax_id\": null,\n                        \"product_type_id\": 133935,\n                        \"parent_id\": 212738,\n                        \"images\": [\n                            {\n                                \"id\": 44020661911855,\n                                \"alt\": null,\n                                \"src\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-13_2.jpg?v=1704099244\",\n                                \"width\": 1080,\n                                \"height\": 1080,\n                                \"position\": 1,\n                                \"created_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"product_id\": 9599632802095,\n                                \"updated_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"variant_ids\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/ProductImage/44020661911855\"\n                            },\n                            {\n                                \"id\": 44020661813551,\n                                \"alt\": null,\n                                \"src\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-12_5.jpg?v=1704099244\",\n                                \"width\": 1080,\n                                \"height\": 1080,\n                                \"position\": 2,\n                                \"created_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"product_id\": 9599632802095,\n                                \"updated_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"variant_ids\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/ProductImage/44020661813551\"\n                            },\n                            {\n                                \"id\": 44020661780783,\n                                \"alt\": null,\n                                \"src\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-11_5.jpg?v=1704099244\",\n                                \"width\": 1080,\n                                \"height\": 1080,\n                                \"position\": 3,\n                                \"created_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"product_id\": 9599632802095,\n                                \"updated_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"variant_ids\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/ProductImage/44020661780783\"\n                            },\n                            {\n                                \"id\": 44020661879087,\n                                \"alt\": null,\n                                \"src\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-10_f52a5a92-c15d-4445-a981-bd2251def6fa.jpg?v=1704099244\",\n                                \"width\": 1080,\n                                \"height\": 1080,\n                                \"position\": 4,\n                                \"created_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"product_id\": 9599632802095,\n                                \"updated_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"variant_ids\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/ProductImage/44020661879087\"\n                            },\n                            {\n                                \"id\": 44020661944623,\n                                \"alt\": null,\n                                \"src\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-9_c2a0ba5a-46c8-462e-bad6-b4bcfea883bb.jpg?v=1704099245\",\n                                \"width\": 1080,\n                                \"height\": 1080,\n                                \"position\": 5,\n                                \"created_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"product_id\": 9599632802095,\n                                \"updated_at\": \"2024-01-01T14:24:05+05:30\",\n                                \"variant_ids\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/ProductImage/44020661944623\"\n                            },\n                            {\n                                \"id\": 44020661977391,\n                                \"alt\": null,\n                                \"src\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-8_6729f903-3847-47b2-82f8-07bf9ea60c54.jpg?v=1704099245\",\n                                \"width\": 1080,\n                                \"height\": 1080,\n                                \"position\": 6,\n                                \"created_at\": \"2024-01-01T14:24:05+05:30\",\n                                \"product_id\": 9599632802095,\n                                \"updated_at\": \"2024-01-01T14:24:05+05:30\",\n                                \"variant_ids\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/ProductImage/44020661977391\"\n                            },\n                            {\n                                \"id\": 44020661846319,\n                                \"alt\": null,\n                                \"src\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-7_36b61da0-7175-4670-b1ac-69207b43a9cd.jpg?v=1704099245\",\n                                \"width\": 1080,\n                                \"height\": 1080,\n                                \"position\": 7,\n                                \"created_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"product_id\": 9599632802095,\n                                \"updated_at\": \"2024-01-01T14:24:05+05:30\",\n                                \"variant_ids\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/ProductImage/44020661846319\"\n                            }\n                        ],\n                        \"options\": [\n                            {\n                                \"id\": 11918634680623,\n                                \"name\": \"Color\",\n                                \"values\": [\n                                    \"black\",\n                                    \"new color\",\n                                    \"green\",\n                                    \"red\",\n                                    \"white\"\n                                ],\n                                \"position\": 1,\n                                \"product_id\": 9599632802095\n                            },\n                            {\n                                \"id\": 11918634713391,\n                                \"name\": \"size\",\n                                \"values\": [\n                                    \"medium\",\n                                    \"large\",\n                                    \"small\",\n                                    \"extra large\"\n                                ],\n                                \"position\": 2,\n                                \"product_id\": 9599632802095\n                            }\n                        ],\n                        \"has_only_default_variant\": false,\n                        \"meta_data\": {\n                            \"badge\": {\n                                \"id\": \"gid://shopify/Metafield/32974825423151\",\n                                \"key\": \"badge\",\n                                \"value\": null,\n                                \"name_slug\": \"badge\",\n                                \"namespace\": \"judgeme\"\n                            },\n                            \"widget\": {\n                                \"id\": \"gid://shopify/Metafield/32974825455919\",\n                                \"key\": \"widget\",\n                                \"value\": null,\n                                \"name_slug\": \"widget\",\n                                \"namespace\": \"judgeme\"\n                            }\n                        },\n                        \"status\": \"active\",\n                        \"vendor_shop_product_id\": null,\n                        \"shopify_meta_data\": null,\n                        \"image_link\": null,\n                        \"images_link\": null,\n                        \"uploaded_images\": [],\n                        \"media\": []\n                    },\n                    \"company\": {\n                        \"id\": 234956,\n                        \"company_name\": null,\n                        \"brand_name\": \"Magento0\",\n                        \"company_logo\": null,\n                        \"contact_name\": null,\n                        \"phone_number\": null,\n                        \"email\": null,\n                        \"address_line_1\": null,\n                        \"address_line_2\": null,\n                        \"pin_code\": null,\n                        \"city\": null,\n                        \"created_at\": \"2023-12-27T11:06:45.000000Z\",\n                        \"updated_at\": \"2024-01-01T08:32:49.000000Z\",\n                        \"state_id\": null,\n                        \"gstin_number\": null,\n                        \"invoice_prefix\": null,\n                        \"starting_invoice_number\": null,\n                        \"terms_and_conditions\": null,\n                        \"bank_account_beneficiary_name\": null,\n                        \"bank_account_name\": null,\n                        \"ifsc_code\": null,\n                        \"label_company_name\": null,\n                        \"label_contact_name\": null,\n                        \"label_phone\": null,\n                        \"label_email_address\": null,\n                        \"label_address_line_1\": null,\n                        \"label_address_line_2\": null,\n                        \"label_pin_code\": null,\n                        \"label_city\": null,\n                        \"label_state\": null,\n                        \"signature\": null,\n                        \"currency\": null,\n                        \"weight\": null,\n                        \"measurement\": null,\n                        \"gst_enabled\": false,\n                        \"override_channel_product_weight_enabled\": false,\n                        \"label_details_same_as_company\": true,\n                        \"multi_vendor_invoicing_enabled\": true,\n                        \"multi_vendor_shipping_enabled\": true,\n                        \"is_master\": null,\n                        \"invoice_number_same_as_order_number\": true,\n                        \"enable_disable_cod_reconciliation\": false,\n                        \"enable_disable_freight_reconciliation\": false,\n                        \"cod_tolerance\": null,\n                        \"freight_tolerance\": null,\n                        \"is_multi_vendor_enabled\": true,\n                        \"invoice_message\": null,\n                        \"inclusive_exclusive\": null,\n                        \"is_tax_on_shipping\": \"no\",\n                        \"tax_on_shipping\": null,\n                        \"primary_color\": \"#f18024\",\n                        \"secondary_color\": null,\n                        \"display_hsn\": true,\n                        \"website\": null,\n                        \"country\": null,\n                        \"type_of_vendor\": \"dropshipper\",\n                        \"invoice_message_2\": null,\n                        \"title\": \"Magento0\",\n                        \"parent_id\": 212738,\n                        \"extra_information\": null,\n                        \"invoice_date\": \"invoice_creation_date\",\n                        \"number_of_digits\": \"0\",\n                        \"invoice_message_1\": null,\n                        \"created_by\": null,\n                        \"updated_by\": 28344,\n                        \"invoice_contact_name\": null,\n                        \"invoice_address_1\": null,\n                        \"invoice_address_2\": null,\n                        \"invoice_postal_code\": null,\n                        \"invoice_city\": null,\n                        \"invoice_phone_number\": null,\n                        \"invoice_tin\": null,\n                        \"timezone\": \"Asia/Kolkata\",\n                        \"hand_delivered_enabled\": true,\n                        \"other_courier_partner_enabled\": true,\n                        \"billing_address_same_as_company_details\": true,\n                        \"deactivated_at\": null,\n                        \"state_code\": null,\n                        \"automatically_sync_vendor_name_from_store\": true,\n                        \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                        \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                        \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                        \"correct_all_errors_in_order\": false,\n                        \"generate_shipping_labels_for_orders\": false,\n                        \"generate_invoices_for_dropship_orders\": false,\n                        \"can_vendor_enable_disable_product\": false,\n                        \"can_vendor_edit_quantity_product\": false,\n                        \"can_vendor_edit_weight_dimension_product\": false,\n                        \"can_vendor_edit_tax_product\": true,\n                        \"set_vendor_level_commission\": false,\n                        \"commission\": null,\n                        \"discount_shared_by_vendor\": null,\n                        \"commission_calculated_on_product_price_discounted_price\": null,\n                        \"set_vendor_level_shared_discount\": false,\n                        \"set_vendor_level_commissoin_calculated_on\": false,\n                        \"use_shop_channel_values_to_set_commission\": true,\n                        \"can_vendor_generate_invoice\": false,\n                        \"can_vendor_process_shippings\": false,\n                        \"can_vendor_edit_hsn_tax\": false,\n                        \"can_vendor_add_courier_provider\": false,\n                        \"default_vendor_type\": \"dropshipper\",\n                        \"no_of_deciaml_digits\": 2,\n                        \"credits\": 0,\n                        \"plan_id\": null,\n                        \"requested_plan_id\": null,\n                        \"override_invoice_permissions\": false,\n                        \"override_product_permissions\": false,\n                        \"override_order_routing_permissions\": false,\n                        \"override_shipping_permissions\": false,\n                        \"slug\": \"magento0-234956\",\n                        \"commission_calculated_tax_type\": \"exclusive_of_tax\",\n                        \"shipping_charge_commission_type\": \"fixed\",\n                        \"shipping_charge_commission\": 0,\n                        \"override_commission_calculated_tax_type\": false,\n                        \"override_shipping_charge_commission_type\": false,\n                        \"override_shipping_charge_commission\": 0,\n                        \"auto_email_to_vendor\": false,\n                        \"fixed_commission\": 0,\n                        \"service_charge\": 0,\n                        \"can_vendor_edit_price\": false,\n                        \"can_vendor_delete_product\": false,\n                        \"show_logo_in_awb\": false,\n                        \"hide_pick_address_in_awb\": true,\n                        \"hide_customer_info_in_awb\": true,\n                        \"hide_price_in_awb\": false,\n                        \"hide_customer_information_on_vendor_dashboards\": false,\n                        \"allow_merchant_to_generate_invoice\": false,\n                        \"show_merchant_logo_in_invoice\": false,\n                        \"locale\": \"en\",\n                        \"use_custom_waybill\": false,\n                        \"redirect_url\": \"dashboard\",\n                        \"invoice_state_code\": null,\n                        \"invoice_country_code\": null,\n                        \"stripe_account_id\": null,\n                        \"url_to_redirect_vendor_is_registered\": null,\n                        \"enable_app_shipping_profile_on_shopify\": null,\n                        \"policy\": null,\n                        \"css\": null,\n                        \"vendor_profile_color\": \"#f18024\",\n                        \"about_us\": null,\n                        \"facebook_link\": null,\n                        \"twitter_link\": null,\n                        \"instagram_link\": null,\n                        \"auto_fulfill_digital_orders\": false,\n                        \"use_default_warehouse_for_all_orders\": false,\n                        \"invoice_label_header_title\": null,\n                        \"invoice_place_of_supply\": null,\n                        \"invoice_cin_key_title\": null,\n                        \"invoice_cin\": null,\n                        \"give_vendor_access_to_merchant_shipper\": false,\n                        \"auto_generate_order_invoices_to_customers\": false,\n                        \"auto_email_order_invoices_to_customers\": false,\n                        \"treat_manual_payment_mode_as_cod\": false,\n                        \"fulfill_order_after_confirm\": false,\n                        \"add_notes_before_confirming_orders\": false,\n                        \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                        \"note_at_the_top_of_invoice\": null,\n                        \"vendor_shop_id\": null,\n                        \"vendor_category\": null,\n                        \"vendor_location\": null,\n                        \"short_description\": null,\n                        \"display_vendor_category\": false,\n                        \"display_vendor_location\": false,\n                        \"display_vendor_short_description\": false,\n                        \"name_of_the_vendor_listing_page\": null,\n                        \"sync_settings\": {\n                            \"update_settings\": {\n                                \"title\": false,\n                                \"variant_name\": false,\n                                \"price\": true,\n                                \"weight\": false,\n                                \"sku\": false,\n                                \"description\": false,\n                                \"publish_status\": false,\n                                \"product_type\": false,\n                                \"barcode\": false,\n                                \"media\": false,\n                                \"compare_at_price\": true,\n                                \"quantity\": true,\n                                \"track_quantity_and_continue_selling_when_out_of_stock\": false,\n                                \"hsn_code_and_country_of_origin\": false,\n                                \"tags\": true\n                            },\n                            \"create_settings\": {\n                                \"title\": true,\n                                \"variant_name\": true,\n                                \"price\": true,\n                                \"weight\": true,\n                                \"sku\": true,\n                                \"description\": true,\n                                \"publish_status\": true,\n                                \"product_type\": true,\n                                \"barcode\": true,\n                                \"media\": true,\n                                \"compare_at_price\": true,\n                                \"quantity\": true,\n                                \"track_quantity_and_continue_selling_when_out_of_stock\": true,\n                                \"hsn_code_and_country_of_origin\": true,\n                                \"tags\": true\n                            },\n                            \"override_product_status_at_create\": false,\n                            \"product_status\": \"as_per_vendor_product\",\n                            \"enable_order_sync\": false,\n                            \"push_only_if_order_paid\": false,\n                            \"push_unsynced_product_order\": false,\n                            \"auto_add_variant\": true,\n                            \"auto_remove_variant\": true,\n                            \"strictKeyCheck\": false,\n                            \"on_product_delete\": \"do_nothing\",\n                            \"on_product_unmapped\": \"do_nothing\"\n                        },\n                        \"override_hide_customer_information_permissions\": false,\n                        \"can_vendor_cancel_an_order\": false,\n                        \"hide_shipping_charges\": false,\n                        \"add_insurance_to_shipment\": 0,\n                        \"meta_title\": null,\n                        \"registration_link\": null,\n                        \"auto_approval_of_products_from_vendor\": true,\n                        \"ignore_selling_price_for_commission\": 0,\n                        \"shipping_label_check\": {\n                            \"email\": false,\n                            \"phone\": false,\n                            \"address_line_1\": false,\n                            \"address_line_2\": false,\n                            \"address_line_1_minimum\": null,\n                            \"address_line_1_maximum\": null,\n                            \"address_line_2_minimum\": null,\n                            \"address_line_2_maximum\": null\n                        },\n                        \"shipping_label_size\": \"smalllabel\",\n                        \"paypal_email\": null,\n                        \"use_custom_email_driver\": false,\n                        \"ignore_order_splitting\": false,\n                        \"hide_customer_information_on_vendor_dashboard\": {\n                            \"name\": false,\n                            \"phone\": false,\n                            \"address\": false,\n                            \"email\": false,\n                            \"city\": false,\n                            \"state\": false\n                        },\n                        \"hide_customer_information_in_awb\": {\n                            \"name\": false,\n                            \"phone\": false,\n                            \"address\": false,\n                            \"email\": false,\n                            \"city\": false,\n                            \"state\": false,\n                            \"line_items\": false,\n                            \"vendor_name\": false,\n                            \"sku\": false,\n                            \"weight_dimension\": false\n                        },\n                        \"hide_customer_information_in_invoice\": {\n                            \"name\": false,\n                            \"phone\": false,\n                            \"address\": false,\n                            \"email\": false,\n                            \"city\": false,\n                            \"state\": false\n                        },\n                        \"vendor_profile_settings\": {\n                            \"seller_products_tab\": true,\n                            \"seller_policy_tab\": true,\n                            \"seller_contact_us_tab\": true\n                        },\n                        \"challan_message_1\": null,\n                        \"challan_message_2\": null,\n                        \"challan_prefix\": null,\n                        \"challan_number_same_as_invoice_number\": true,\n                        \"default_label_size_for_all_vendors\": false,\n                        \"hide_customer_information_in_export\": {\n                            \"name\": false,\n                            \"phone\": false,\n                            \"address\": false,\n                            \"email\": false,\n                            \"city\": false,\n                            \"state\": false\n                        },\n                        \"product_permissions\": null,\n                        \"hide_product_details_in_awb\": false,\n                        \"hide_invoice_details_in_awb\": false,\n                        \"company_note\": null,\n                        \"meta_data\": null,\n                        \"color_theme_field\": \"light.orange\",\n                        \"change_tracking_url\": false,\n                        \"ship_to_address_as_merchants_default_warehouse\": false,\n                        \"can_vendor_hold_an_order\": false,\n                        \"handle_out_of_stock_products\": null,\n                        \"allow_vendors_to_change_vendor_profile_details\": false,\n                        \"whatsapp_account\": null,\n                        \"vendor_profile_theme_choosen\": \"theme-1\",\n                        \"whatsapp_credit\": 100,\n                        \"test_whatsapp_number\": null,\n                        \"spoc_email_sending_method\": null,\n                        \"connected_vendor_shops\": null,\n                        \"events\": null,\n                        \"commission_automation_set\": null,\n                        \"auto_confirmation_using_tags_settings\": {\n                            \"tags_settings_status\": false,\n                            \"paid\": false,\n                            \"tags_for_paid\": [],\n                            \"cod_or_partially_paid\": false,\n                            \"tags_for_cod_or_partially_paid\": [],\n                            \"Exceptions_for_paid\": false,\n                            \"Exceptions_for_paid_tags\": [],\n                            \"Exceptions_for_cod_or_partially_paid\": false,\n                            \"Exceptions_for_cod_or_partially_paid_tags\": []\n                        },\n                        \"preferred_location\": null,\n                        \"email_credit\": null,\n                        \"logo\": null,\n                        \"logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                        \"is_general_setting_done\": true,\n                        \"is_invoice_setting_done\": true,\n                        \"is_label_setting_done\": false,\n                        \"is_gst_enabled\": false,\n                        \"billing_detail\": \"\",\n                        \"warehouse_address\": \"</br>\",\n                        \"contact_information\": \"\",\n                        \"status\": \"Active\",\n                        \"global_commission\": \"15\",\n                        \"global_discount_shared_by_vendor\": \"0\",\n                        \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                        \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                        \"global_shipping_charge_commission_type\": \"fixed\",\n                        \"global_shipping_charge_commission\": 50,\n                        \"global_fixed_commission\": 10,\n                        \"is_drop_shipper\": true,\n                        \"state\": null,\n                        \"first_email\": [\n                            \"het.shipturtle@gmail.com\"\n                        ],\n                        \"invoice_state\": null,\n                        \"banner\": null,\n                        \"banner_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                        \"frontend_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                        \"navbar_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                        \"email_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                        \"invoice_country_detail\": null,\n                        \"commission_tags\": null,\n                        \"parent\": {\n                            \"id\": 212738,\n                            \"company_name\": \"kapil\",\n                            \"brand_name\": \"violetplants\",\n                            \"company_logo\": null,\n                            \"contact_name\": \"Chahar\",\n                            \"phone_number\": null,\n                            \"email\": \"het.shipturtle@gmail.com\",\n                            \"address_line_1\": \"Est\",\n                            \"address_line_2\": \"Test\",\n                            \"pin_code\": \"411018\",\n                            \"city\": \"Pune\",\n                            \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                            \"updated_at\": \"2024-01-02T06:35:02.000000Z\",\n                            \"state_id\": null,\n                            \"gstin_number\": \"1234\",\n                            \"invoice_prefix\": \"Invoice\",\n                            \"starting_invoice_number\": \"26\",\n                            \"terms_and_conditions\": null,\n                            \"bank_account_beneficiary_name\": null,\n                            \"bank_account_name\": null,\n                            \"ifsc_code\": null,\n                            \"label_company_name\": null,\n                            \"label_contact_name\": null,\n                            \"label_phone\": null,\n                            \"label_email_address\": null,\n                            \"label_address_line_1\": null,\n                            \"label_address_line_2\": null,\n                            \"label_pin_code\": null,\n                            \"label_city\": null,\n                            \"label_state\": null,\n                            \"signature\": null,\n                            \"currency\": \"INR\",\n                            \"weight\": null,\n                            \"measurement\": null,\n                            \"gst_enabled\": true,\n                            \"override_channel_product_weight_enabled\": true,\n                            \"label_details_same_as_company\": true,\n                            \"multi_vendor_invoicing_enabled\": false,\n                            \"multi_vendor_shipping_enabled\": false,\n                            \"is_master\": \"1\",\n                            \"invoice_number_same_as_order_number\": true,\n                            \"enable_disable_cod_reconciliation\": true,\n                            \"enable_disable_freight_reconciliation\": true,\n                            \"cod_tolerance\": \"5\",\n                            \"freight_tolerance\": \"2\",\n                            \"is_multi_vendor_enabled\": true,\n                            \"invoice_message\": null,\n                            \"inclusive_exclusive\": null,\n                            \"is_tax_on_shipping\": \"no\",\n                            \"tax_on_shipping\": null,\n                            \"primary_color\": \"#222F3D\",\n                            \"secondary_color\": null,\n                            \"display_hsn\": true,\n                            \"website\": \"https://app.shipturtle.com/\",\n                            \"country\": \"IN\",\n                            \"type_of_vendor\": \"marketplace\",\n                            \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                            \"title\": \"violetplants\",\n                            \"parent_id\": 212738,\n                            \"extra_information\": null,\n                            \"invoice_date\": \"invoice_creation_date\",\n                            \"number_of_digits\": \"0\",\n                            \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                            \"created_by\": null,\n                            \"updated_by\": 28344,\n                            \"invoice_contact_name\": \"Hussain\",\n                            \"invoice_address_1\": \"dahod\",\n                            \"invoice_address_2\": \"dahod\",\n                            \"invoice_postal_code\": \"380005\",\n                            \"invoice_city\": \"Ahmedabad\",\n                            \"invoice_phone_number\": \"09173038104\",\n                            \"invoice_tin\": null,\n                            \"timezone\": \"America/Phoenix\",\n                            \"hand_delivered_enabled\": true,\n                            \"other_courier_partner_enabled\": true,\n                            \"billing_address_same_as_company_details\": false,\n                            \"deactivated_at\": null,\n                            \"state_code\": \"GJ\",\n                            \"automatically_sync_vendor_name_from_store\": true,\n                            \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                            \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                            \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                            \"correct_all_errors_in_order\": false,\n                            \"generate_shipping_labels_for_orders\": false,\n                            \"generate_invoices_for_dropship_orders\": false,\n                            \"can_vendor_enable_disable_product\": false,\n                            \"can_vendor_edit_quantity_product\": false,\n                            \"can_vendor_edit_weight_dimension_product\": false,\n                            \"can_vendor_edit_tax_product\": true,\n                            \"set_vendor_level_commission\": false,\n                            \"commission\": \"15\",\n                            \"discount_shared_by_vendor\": \"0\",\n                            \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"set_vendor_level_shared_discount\": false,\n                            \"set_vendor_level_commissoin_calculated_on\": false,\n                            \"use_shop_channel_values_to_set_commission\": false,\n                            \"can_vendor_generate_invoice\": true,\n                            \"can_vendor_process_shippings\": true,\n                            \"can_vendor_edit_hsn_tax\": true,\n                            \"can_vendor_add_courier_provider\": true,\n                            \"default_vendor_type\": \"dropshipper\",\n                            \"no_of_deciaml_digits\": 2,\n                            \"credits\": 299836,\n                            \"plan_id\": 4,\n                            \"requested_plan_id\": null,\n                            \"override_invoice_permissions\": false,\n                            \"override_product_permissions\": false,\n                            \"override_order_routing_permissions\": false,\n                            \"override_shipping_permissions\": false,\n                            \"slug\": \"violetplants-212738\",\n                            \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"shipping_charge_commission_type\": \"fixed\",\n                            \"shipping_charge_commission\": 50,\n                            \"override_commission_calculated_tax_type\": false,\n                            \"override_shipping_charge_commission_type\": false,\n                            \"override_shipping_charge_commission\": 0,\n                            \"auto_email_to_vendor\": true,\n                            \"fixed_commission\": 10,\n                            \"service_charge\": 0,\n                            \"can_vendor_edit_price\": false,\n                            \"can_vendor_delete_product\": false,\n                            \"show_logo_in_awb\": false,\n                            \"hide_pick_address_in_awb\": false,\n                            \"hide_customer_info_in_awb\": true,\n                            \"hide_price_in_awb\": false,\n                            \"hide_customer_information_on_vendor_dashboards\": false,\n                            \"allow_merchant_to_generate_invoice\": false,\n                            \"show_merchant_logo_in_invoice\": true,\n                            \"locale\": \"en\",\n                            \"use_custom_waybill\": false,\n                            \"redirect_url\": \"dashboard\",\n                            \"invoice_state_code\": \"GJ\",\n                            \"invoice_country_code\": \"IN\",\n                            \"stripe_account_id\": null,\n                            \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                            \"enable_app_shipping_profile_on_shopify\": \"0\",\n                            \"policy\": null,\n                            \"css\": null,\n                            \"vendor_profile_color\": \"#f18024\",\n                            \"about_us\": null,\n                            \"facebook_link\": null,\n                            \"twitter_link\": null,\n                            \"instagram_link\": null,\n                            \"auto_fulfill_digital_orders\": true,\n                            \"use_default_warehouse_for_all_orders\": false,\n                            \"invoice_label_header_title\": null,\n                            \"invoice_place_of_supply\": null,\n                            \"invoice_cin_key_title\": null,\n                            \"invoice_cin\": null,\n                            \"give_vendor_access_to_merchant_shipper\": false,\n                            \"auto_generate_order_invoices_to_customers\": true,\n                            \"auto_email_order_invoices_to_customers\": true,\n                            \"treat_manual_payment_mode_as_cod\": false,\n                            \"fulfill_order_after_confirm\": false,\n                            \"add_notes_before_confirming_orders\": false,\n                            \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                            \"note_at_the_top_of_invoice\": null,\n                            \"vendor_shop_id\": null,\n                            \"vendor_category\": null,\n                            \"vendor_location\": null,\n                            \"short_description\": null,\n                            \"display_vendor_category\": true,\n                            \"display_vendor_location\": true,\n                            \"display_vendor_short_description\": true,\n                            \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                            \"sync_settings\": {\n                                \"update_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": false,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"create_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": false,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"override_product_status_at_create\": true,\n                                \"product_status\": \"as_per_vendor_product\",\n                                \"enable_order_sync\": true,\n                                \"push_only_if_order_paid\": false,\n                                \"push_unsynced_product_order\": true,\n                                \"auto_add_variant\": true,\n                                \"auto_remove_variant\": true,\n                                \"strictKeyCheck\": false,\n                                \"on_product_delete\": \"do_nothing\",\n                                \"on_product_unmapped\": \"do_nothing\",\n                                \"push_only_if_product_connected\": true\n                            },\n                            \"override_hide_customer_information_permissions\": false,\n                            \"can_vendor_cancel_an_order\": false,\n                            \"hide_shipping_charges\": false,\n                            \"add_insurance_to_shipment\": 0,\n                            \"meta_title\": null,\n                            \"registration_link\": null,\n                            \"auto_approval_of_products_from_vendor\": true,\n                            \"ignore_selling_price_for_commission\": 0,\n                            \"shipping_label_check\": {\n                                \"email\": false,\n                                \"phone\": false,\n                                \"address_line_1\": false,\n                                \"address_line_2\": false,\n                                \"address_line_1_minimum\": null,\n                                \"address_line_1_maximum\": null,\n                                \"address_line_2_minimum\": null,\n                                \"address_line_2_maximum\": null\n                            },\n                            \"shipping_label_size\": \"smalllabel\",\n                            \"paypal_email\": null,\n                            \"use_custom_email_driver\": false,\n                            \"ignore_order_splitting\": false,\n                            \"hide_customer_information_on_vendor_dashboard\": {\n                                \"name\": false,\n                                \"phone\": true,\n                                \"address\": true,\n                                \"email\": true,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"hide_customer_information_in_awb\": {\n                                \"name\": false,\n                                \"phone\": true,\n                                \"address\": true,\n                                \"email\": true,\n                                \"city\": false,\n                                \"state\": false,\n                                \"line_items\": false,\n                                \"vendor_name\": false,\n                                \"sku\": false,\n                                \"weight_dimension\": false\n                            },\n                            \"hide_customer_information_in_invoice\": {\n                                \"name\": false,\n                                \"phone\": true,\n                                \"address\": true,\n                                \"email\": true,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"vendor_profile_settings\": {\n                                \"seller_products_tab\": true,\n                                \"seller_policy_tab\": true,\n                                \"seller_contact_us_tab\": true,\n                                \"seller_events_tab\": true,\n                                \"seller_reviews_tab\": false,\n                                \"seller_about_us_tab\": true\n                            },\n                            \"challan_message_1\": null,\n                            \"challan_message_2\": null,\n                            \"challan_prefix\": \"Invoice\",\n                            \"challan_number_same_as_invoice_number\": true,\n                            \"default_label_size_for_all_vendors\": false,\n                            \"hide_customer_information_in_export\": {\n                                \"name\": false,\n                                \"phone\": true,\n                                \"address\": true,\n                                \"email\": true,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"product_permissions\": null,\n                            \"hide_product_details_in_awb\": false,\n                            \"hide_invoice_details_in_awb\": false,\n                            \"company_note\": \"<p>sdfasdfab</p>\",\n                            \"meta_data\": \"[{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                            \"color_theme_field\": \"light.orange\",\n                            \"change_tracking_url\": false,\n                            \"ship_to_address_as_merchants_default_warehouse\": false,\n                            \"can_vendor_hold_an_order\": false,\n                            \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                            \"allow_vendors_to_change_vendor_profile_details\": true,\n                            \"whatsapp_account\": \"use_company_account\",\n                            \"vendor_profile_theme_choosen\": \"theme-1\",\n                            \"whatsapp_credit\": 54,\n                            \"test_whatsapp_number\": \"+918849193468\",\n                            \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                            \"connected_vendor_shops\": [\n                                \"vendorsynctesting5.myshopify.com\",\n                                \"testing-for-vendorsync.myshopify.com\",\n                                \"purpleplants.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"test-store-webkul-112.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com/\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com\",\n                                \"channelteststore5.myshopify.com\",\n                                \"https://st-wpdemo.com/newtestclient/\",\n                                \"purpleplants.myshopify.com\",\n                                \"purpleplants.myshopify.com\",\n                                \"vendorsynctesting.myshopify.com\",\n                                \"vendorsynctesting.myshopify.com\"\n                            ],\n                            \"events\": null,\n                            \"commission_automation_set\": {\n                                \"commission_automation\": true,\n                                \"commission_automation_rules\": true,\n                                \"commission_automation_date_range\": true,\n                                \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                \"time_buffer_for_commission_automation\": \"4\",\n                                \"order_status_for_commission_automation\": \"pending\",\n                                \"invoice_number_for_commission_automation\": 277,\n                                \"date_Range_days_for_commission_automation\": \"4\"\n                            },\n                            \"auto_confirmation_using_tags_settings\": {\n                                \"tags_settings_status\": true,\n                                \"paid\": true,\n                                \"tags_for_paid\": [],\n                                \"cod_or_partially_paid\": false,\n                                \"tags_for_cod_or_partially_paid\": [],\n                                \"Exceptions_for_paid\": false,\n                                \"Exceptions_for_paid_tags\": [],\n                                \"Exceptions_for_cod_or_partially_paid\": false,\n                                \"Exceptions_for_cod_or_partially_paid_tags\": []\n                            },\n                            \"preferred_location\": null,\n                            \"email_credit\": 4759,\n                            \"logo\": null,\n                            \"logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                            \"is_general_setting_done\": true,\n                            \"is_invoice_setting_done\": true,\n                            \"is_label_setting_done\": false,\n                            \"is_gst_enabled\": true,\n                            \"billing_detail\": \"Pune</br>Gujarat</br>India\",\n                            \"warehouse_address\": \"Pune</br>IN\",\n                            \"contact_information\": \"Chahar</br>het.shipturtle@gmail.com</br>\",\n                            \"status\": \"Active\",\n                            \"global_commission\": \"15\",\n                            \"global_discount_shared_by_vendor\": \"0\",\n                            \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"global_shipping_charge_commission_type\": \"fixed\",\n                            \"global_shipping_charge_commission\": 50,\n                            \"global_fixed_commission\": 10,\n                            \"is_drop_shipper\": false,\n                            \"state\": {\n                                \"id\": 13,\n                                \"code\": \"GJ\",\n                                \"tin\": 24,\n                                \"title\": \"Gujarat\",\n                                \"created_at\": \"2019-08-03T17:48:42.000000Z\",\n                                \"updated_at\": \"2020-03-28T04:51:45.000000Z\",\n                                \"deleted_at\": null,\n                                \"country_code\": \"IN\"\n                            },\n                            \"first_email\": [\n                                \"het.shipturtle@gmail.com\"\n                            ],\n                            \"invoice_state\": {\n                                \"id\": 13,\n                                \"code\": \"GJ\",\n                                \"tin\": 24,\n                                \"title\": \"Gujarat\",\n                                \"created_at\": \"2019-08-03T17:48:42.000000Z\",\n                                \"updated_at\": \"2020-03-28T04:51:45.000000Z\",\n                                \"deleted_at\": null,\n                                \"country_code\": \"IN\"\n                            },\n                            \"banner\": null,\n                            \"banner_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                            \"frontend_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                            \"navbar_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                            \"email_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                            \"invoice_country_detail\": {\n                                \"id\": 98,\n                                \"name\": \"India\",\n                                \"code\": \"IN\",\n                                \"dial_code\": \"+91\",\n                                \"currency_name\": \"Indian rupee\",\n                                \"currency_symbol\": \"Rs.\",\n                                \"currency_code\": \"INR\",\n                                \"created_at\": null,\n                                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                \"name_with_symbole\": \"Indian rupee - Rs.\"\n                            },\n                            \"commission_tags\": {\n                                \"company_id\": 212738,\n                                \"override_commission\": true\n                            },\n                            \"media\": [],\n                            \"country_detail\": {\n                                \"id\": 98,\n                                \"name\": \"India\",\n                                \"code\": \"IN\",\n                                \"dial_code\": \"+91\",\n                                \"currency_name\": \"Indian rupee\",\n                                \"currency_symbol\": \"Rs.\",\n                                \"currency_code\": \"INR\",\n                                \"created_at\": null,\n                                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                \"name_with_symbole\": \"Indian rupee - Rs.\"\n                            }\n                        },\n                        \"media\": []\n                    }\n                }\n            },\n            \"commission_invoice\": null\n        },\n        {\n            \"id\": 9326338,\n            \"vendor_line_item_id\": 9351891,\n            \"vendor_order_id\": 6639825,\n            \"order_id\": 1925031580332,\n            \"shop_id\": 4147,\n            \"company_id\": 234956,\n            \"commission\": \"0\",\n            \"adjustment\": \"0\",\n            \"date_of_payment\": null,\n            \"reference\": null,\n            \"created_at\": \"2024-01-01T08:56:59.000000Z\",\n            \"updated_at\": \"2024-01-01T08:56:59.000000Z\",\n            \"price\": \"10\",\n            \"vendor_payout\": \"11.8\",\n            \"quantity\": 1,\n            \"discount_shared_by_vendor\": \"0\",\n            \"total_discount\": \"0\",\n            \"commission_level\": \"Tags\",\n            \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n            \"processed_at\": \"2024-01-01 14:26:48\",\n            \"merchant_earn\": \"0\",\n            \"less_discount_borne_by_vendor\": \"0\",\n            \"order_value\": \"0\",\n            \"net_earn\": \"0\",\n            \"commission_on_shipping\": \"50\",\n            \"merchant_commission_on_freight_charged\": \"0\",\n            \"merchant_commission_on_product\": 0,\n            \"commission_shipping_calculation_on\": \"inclusive_of_tax\",\n            \"commission_on_shipping_type\": \"fixed\",\n            \"fixed_commission\": \"0\",\n            \"service_charge\": \"0\",\n            \"total_line_value\": \"11.8\",\n            \"line_tax_value\": \"1.8\",\n            \"line_shipping_tax_value\": \"0\",\n            \"line_tax_percentage\": \"0.18\",\n            \"line_shipping_tax_percentage\": \"0\",\n            \"service_tax\": \"0\",\n            \"product_value\": \"10\",\n            \"shipping_price\": \"0\",\n            \"parent_id\": null,\n            \"commission_invoice_id\": null,\n            \"tax_information\": {\n                \"cgst\": 0,\n                \"igst\": 0,\n                \"sgst\": 0,\n                \"total_tax\": 0\n            },\n            \"is_paid\": false,\n            \"vendor_order\": {\n                \"user_id\": 92574581039,\n                \"pick_listed\": false,\n                \"gateway\": \"manual\",\n                \"total_weight\": 0,\n                \"total_price\": 236,\n                \"status\": \"New Orders\",\n                \"email\": \"rajdip.shipturtle@gmail.com\",\n                \"provider\": \"shopify\",\n                \"invoice_number\": \"Invoice3027\",\n                \"awb\": null,\n                \"processed_at\": \"2024-01-01 14:26:48\",\n                \"customer\": \"{\\\"id\\\": 7864611733807, \\\"note\\\": null, \\\"tags\\\": \\\"\\\", \\\"email\\\": \\\"rajdip.shipturtle@gmail.com\\\", \\\"phone\\\": null, \\\"state\\\": \\\"disabled\\\", \\\"currency\\\": \\\"INR\\\", \\\"last_name\\\": \\\"jalondhara\\\", \\\"created_at\\\": \\\"2023-12-27T13:02:22+05:30\\\", \\\"first_name\\\": \\\"Rajdeep\\\", \\\"tax_exempt\\\": false, \\\"updated_at\\\": \\\"2024-01-01T14:26:50+05:30\\\", \\\"tax_exemptions\\\": [], \\\"verified_email\\\": true, \\\"default_address\\\": {\\\"id\\\": 9899588780335, \\\"zip\\\": \\\"380050\\\", \\\"city\\\": \\\"Ahmedabad\\\", \\\"name\\\": \\\"Rajdeep Jalondhara\\\", \\\"phone\\\": null, \\\"company\\\": null, \\\"country\\\": \\\"India\\\", \\\"default\\\": true, \\\"address1\\\": \\\"ABC 1, Navrangpura abc Prakash Nagar Navrangpura\\\", \\\"address2\\\": null, \\\"province\\\": \\\"Gujarat\\\", \\\"last_name\\\": \\\"Jalondhara\\\", \\\"first_name\\\": \\\"Rajdeep\\\", \\\"customer_id\\\": 7864611733807, \\\"country_code\\\": \\\"IN\\\", \\\"country_name\\\": \\\"India\\\", \\\"province_code\\\": \\\"GJ\\\"}, \\\"accepts_marketing\\\": false, \\\"admin_graphql_api_id\\\": \\\"gid://shopify/Customer/7864611733807\\\", \\\"multipass_identifier\\\": null, \\\"sms_marketing_consent\\\": null, \\\"marketing_opt_in_level\\\": null, \\\"email_marketing_consent\\\": {\\\"state\\\": \\\"not_subscribed\\\", \\\"opt_in_level\\\": \\\"single_opt_in\\\", \\\"consent_updated_at\\\": null}, \\\"accepts_marketing_updated_at\\\": \\\"2023-12-27T13:02:22+05:30\\\"}\",\n                \"id\": 6639825,\n                \"invoice_download\": \"https://d2i9a0muccv7uq.cloudfront.net/s3/4147/generate_invoices/3027_Magento0_Rajdeep-Jalondhara_Invoice3027.pdf\",\n                \"awb_label\": null,\n                \"order_id\": 1925031580332,\n                \"company_id\": 234956,\n                \"shipping_provider\": null,\n                \"billing_address_id\": 9750849,\n                \"shipping_address_id\": 9616110,\n                \"shipping_service_provider_id\": null,\n                \"generating_awb\": false,\n                \"shipping_errors\": null,\n                \"mail_sent\": 0,\n                \"shipping_price\": \"0\",\n                \"total_tax\": 36,\n                \"total_amount_excluding_taxes\": 200,\n                \"height\": 2,\n                \"width\": 2,\n                \"length\": 3,\n                \"tracking_status\": \"Pending\",\n                \"tracking_message\": null,\n                \"order_number\": \"3027\",\n                \"status_sequence\": 1,\n                \"estimated_cost\": null,\n                \"shop_id\": 4147,\n                \"name\": \"#3027\",\n                \"warehouse_id\": null,\n                \"automate_shipment\": true,\n                \"shipping_address\": {\n                    \"zip\": \"380050\",\n                    \"city\": \"Ahmedabad\",\n                    \"name\": \"Rajdeep Jalondhara\",\n                    \"email\": \"rajdip.shipturtle@gmail.com\",\n                    \"phone\": \"\",\n                    \"company\": null,\n                    \"country\": \"India\",\n                    \"address1\": \"ABC 1, Navrangpura abc Prakash Naga\",\n                    \"address2\": \"r Navrangpura\",\n                    \"latitude\": null,\n                    \"province\": \"Gujarat\",\n                    \"last_name\": \"Jalondhara\",\n                    \"longitude\": null,\n                    \"first_name\": \"Rajdeep\",\n                    \"country_code\": \"IN\",\n                    \"province_code\": \"GJ\"\n                },\n                \"total_line_items_price\": 200,\n                \"total_discounts\": 0,\n                \"checkout_id\": 37177279414575,\n                \"tracking_link\": null,\n                \"payment_reconciliation_status\": \"pending\",\n                \"freight_reconciliation_status\": \"pending\",\n                \"payment_recon_id\": null,\n                \"freight_recon_id\": null,\n                \"billing_address\": {\n                    \"zip\": \"380050\",\n                    \"city\": \"Ahmedabad\",\n                    \"name\": \"Rajdeep Jalondhara\",\n                    \"phone\": null,\n                    \"company\": null,\n                    \"country\": \"India\",\n                    \"address1\": \"ABC 1, Navrangpura abc Prakash Nagar Navrangpura\",\n                    \"address2\": null,\n                    \"latitude\": 23.0329326,\n                    \"province\": \"Gujarat\",\n                    \"last_name\": \"Jalondhara\",\n                    \"longitude\": 72.55588259999999,\n                    \"first_name\": \"Rajdeep\",\n                    \"country_code\": \"IN\",\n                    \"province_code\": \"GJ\"\n                },\n                \"currency\": \"INR\",\n                \"last_tracked_at\": null,\n                \"unique_name\": \"#3027_Magento0\",\n                \"label\": null,\n                \"note\": null,\n                \"awb_created_at\": null,\n                \"custom_data\": null,\n                \"awb_custom_courier_name\": null,\n                \"requires_shipping\": true,\n                \"type_of_order\": \"forward_order\",\n                \"return_status\": null,\n                \"return_order_link\": null,\n                \"pickup_address\": null,\n                \"manifest_id\": null,\n                \"is_cod\": 0,\n                \"merchant_notes\": null,\n                \"is_customize\": false,\n                \"insurance_amount\": null,\n                \"insurance_cost\": null,\n                \"challan_number\": null,\n                \"challan_path\": null,\n                \"challan_download\": null,\n                \"challan_date\": null,\n                \"financial_status\": \"paid\",\n                \"tags\": \"\",\n                \"rag_status\": null,\n                \"rag_status_updated_on\": null,\n                \"processed_at_timestamp\": 1704119208,\n                \"mail_sent_for_ndr\": 0,\n                \"total_outstanding\": 0,\n                \"fulfillment_id\": null,\n                \"estimated_delivery_time\": null,\n                \"payment_gateway_names\": \"\\\"[\\\\\\\"manual\\\\\\\"]\\\"\",\n                \"note_attributes\": null,\n                \"ndr_api_available\": false,\n                \"unique_order_number\": \"#3027_Magento0\",\n                \"shipping_label_status\": \"Pending\",\n                \"invoice_generated\": \"Invoice Generated\",\n                \"shipping_service\": \"Not Selected\",\n                \"payment\": 236,\n                \"customer_address\": {\n                    \"id\": 7864611733807,\n                    \"note\": null,\n                    \"tags\": \"\",\n                    \"email\": \"rajdip.shipturtle@gmail.com\",\n                    \"phone\": null,\n                    \"state\": \"disabled\",\n                    \"currency\": \"INR\",\n                    \"last_name\": \"jalondhara\",\n                    \"created_at\": \"2023-12-27T13:02:22+05:30\",\n                    \"first_name\": \"Rajdeep\",\n                    \"tax_exempt\": false,\n                    \"updated_at\": \"2024-01-01T14:26:50+05:30\",\n                    \"tax_exemptions\": [],\n                    \"verified_email\": true,\n                    \"default_address\": {\n                        \"id\": 9899588780335,\n                        \"zip\": \"380050\",\n                        \"city\": \"Ahmedabad\",\n                        \"name\": \"Rajdeep Jalondhara\",\n                        \"phone\": null,\n                        \"company\": null,\n                        \"country\": \"India\",\n                        \"default\": true,\n                        \"address1\": \"ABC 1, Navrangpura abc Prakash Nagar Navrangpura\",\n                        \"address2\": null,\n                        \"province\": \"Gujarat\",\n                        \"last_name\": \"Jalondhara\",\n                        \"first_name\": \"Rajdeep\",\n                        \"customer_id\": 7864611733807,\n                        \"country_code\": \"IN\",\n                        \"country_name\": \"India\",\n                        \"province_code\": \"GJ\"\n                    },\n                    \"accepts_marketing\": false,\n                    \"admin_graphql_api_id\": \"gid://shopify/Customer/7864611733807\",\n                    \"multipass_identifier\": null,\n                    \"sms_marketing_consent\": null,\n                    \"marketing_opt_in_level\": null,\n                    \"email_marketing_consent\": {\n                        \"state\": \"not_subscribed\",\n                        \"opt_in_level\": \"single_opt_in\",\n                        \"consent_updated_at\": null\n                    },\n                    \"accepts_marketing_updated_at\": \"2023-12-27T13:02:22+05:30\"\n                },\n                \"payment_status\": \"PP\",\n                \"errors\": {\n                    \"errors\": {\n                        \"vendor_address\": {\n                            \"vendor_errors\": \"Kindly add warehouse info\"\n                        },\n                        \"shipping_service_provider\": {\n                            \"shipping_service_provider_id\": \"Please select Shipping Partner.\",\n                            \"warehouse_id\": \"Please select pick up Warehouse.\",\n                            \"total_weight\": \"Please input package weight.\"\n                        }\n                    },\n                    \"hasErrors\": true,\n                    \"canGenerateAwb\": false,\n                    \"canFetchRate\": false,\n                    \"canConfirmOrder\": false,\n                    \"generatingInvoice\": true\n                },\n                \"shipper_address\": null,\n                \"total_amount_including_tax\": 236,\n                \"shipment_tracker\": null,\n                \"shipping_details\": null,\n                \"is_cod_order\": false,\n                \"freight_payment\": \"0\",\n                \"automate_shipment_status\": \"A\",\n                \"is_delivered\": false,\n                \"tax_info\": false,\n                \"order_status\": null,\n                \"order_sequence_name\": \"New Orders\",\n                \"slug\": \"#3027_Magento0-6639825\",\n                \"line_item_counts\": 20,\n                \"pickup_warehouse_address\": null,\n                \"currency_country\": {\n                    \"id\": 98,\n                    \"name\": \"India\",\n                    \"code\": \"IN\",\n                    \"dial_code\": \"+91\",\n                    \"currency_name\": \"Indian rupee\",\n                    \"currency_symbol\": \"Rs.\",\n                    \"currency_code\": \"INR\",\n                    \"created_at\": null,\n                    \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                    \"name_with_symbole\": \"Indian rupee - Rs.\"\n                },\n                \"shipping_service_provider\": null,\n                \"warehouse\": null,\n                \"shop\": {\n                    \"id\": 4147,\n                    \"shopify_domain\": \"violetplants.myshopify.com\",\n                    \"shopify_token\": null,\n                    \"created_at\": \"2023-07-13T10:19:49.000000Z\",\n                    \"updated_at\": \"2024-01-01T13:07:55.000000Z\",\n                    \"grandfathered\": false,\n                    \"deleted_at\": null,\n                    \"namespace\": null,\n                    \"plan_id\": 621,\n                    \"freemium\": false,\n                    \"name\": \"violetplants\",\n                    \"email\": \"violetplants123@gmail.com\",\n                    \"province\": \"WB\",\n                    \"country\": {\n                        \"id\": 98,\n                        \"name\": \"India\",\n                        \"code\": \"IN\",\n                        \"dial_code\": \"+91\",\n                        \"currency_name\": \"Indian rupee\",\n                        \"currency_symbol\": \"Rs.\",\n                        \"currency_code\": \"INR\",\n                        \"created_at\": null,\n                        \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                        \"name_with_symbole\": \"Indian rupee - Rs.\"\n                    },\n                    \"address1\": \"123 Old Court House Street Lal Dighi B.B.D. Bagh\",\n                    \"zip\": \"700001\",\n                    \"city\": \"Kolkata\",\n                    \"source\": null,\n                    \"phone\": \"12345678\",\n                    \"latitude\": \"22.5685769\",\n                    \"longitude\": \"88.3492417\",\n                    \"primary_locale\": \"en\",\n                    \"address2\": \"\",\n                    \"country_code\": \"IN\",\n                    \"country_name\": \"India\",\n                    \"currency\": \"INR\",\n                    \"customer_email\": \"violetplants123@gmail.com\",\n                    \"timezone\": \"(GMT+05:30) Asia/Kolkata\",\n                    \"iana_timezone\": \"Asia/Kolkata\",\n                    \"shop_owner\": \"Sharad Kabra\",\n                    \"money_format\": \"Rs. {{amount}}\",\n                    \"money_with_currency_format\": \"Rs. {{amount}}\",\n                    \"weight_unit\": \"gm\",\n                    \"province_code\": \"WB\",\n                    \"taxes_included\": false,\n                    \"tax_shipping\": false,\n                    \"county_taxes\": true,\n                    \"plan_display_name\": \"Basic Shopify\",\n                    \"plan_name\": \"basic\",\n                    \"has_discounts\": \"1\",\n                    \"has_gift_cards\": \"1\",\n                    \"money_in_emails_format\": \"Rs. {{amount}}\",\n                    \"money_with_currency_in_emails_format\": \"Rs. {{amount}}\",\n                    \"eligible_for_payments\": \"0\",\n                    \"requires_extra_payments_agreement\": \"0\",\n                    \"primary_location_id\": \"94960419119\",\n                    \"multi_location_enabled\": \"1\",\n                    \"channel_id\": null,\n                    \"company_id\": 212738,\n                    \"user_id\": 28343,\n                    \"verifying_plan\": 967,\n                    \"dimension_unit\": \"inch\",\n                    \"override_taxes\": false,\n                    \"provider\": \"shopify\",\n                    \"maintain_hs_information_in_shipturtle\": false,\n                    \"automatically_update_order_status_on_shopify\": true,\n                    \"charge_tax\": \"0\",\n                    \"enable_tax_on_shipping\": false,\n                    \"tax_on_shipping\": 0,\n                    \"automatically_update_product_status_on_shopify\": true,\n                    \"parent_id\": null,\n                    \"setup_pending\": false,\n                    \"product_types_sold_on_store\": \"physical_products_only\",\n                    \"carrier_service_id\": null,\n                    \"extra_info\": \"{\\\"location_sync_status\\\":[true,\\\"2023-05-29 10:50:37\\\"],\\\"product_sync_status\\\":[true,\\\"2023-05-29 10:51:10\\\"],\\\"inventory_level_sync_status\\\":[true,\\\"2023-05-29 10:51:13\\\"],\\\"order_sync_status\\\":[true,\\\"2023-05-29 10:53:11\\\"]}\",\n                    \"payment_method_settings\": {\n                        \"0\": null,\n                        \"payu_in_paisa\": \"paid\",\n                        \"cash_on_delivery\": \"paid\",\n                        \"manual\": \"paid\",\n                        \"cashfree\": \"paid\",\n                        \"Cash on Delivery (COD)\": \"cod\",\n                        \"gift_card\": \"paid\",\n                        \"paytm\": \"paid\",\n                        \"stripe\": \"paid\",\n                        \"payu_india\": \"paid\",\n                        \"razorpay_cards_upi_netbanking_wallets_\": \"paid\",\n                        \"neft\": \"paid\",\n                        \"paypal\": \"paid\",\n                        \"shopify_payments\": \"paid\",\n                        \"amazon_payments\": \"paid\",\n                        \"razorpay_all_cards_netbanking_wallets_\": \"paid\",\n                        \"Etsy\": \"paid\",\n                        \"clearpay\": \"paid\",\n                        \"Bank Deposit/Mobile Transfer\": \"paid\",\n                        \"E-Transfer\": \"paid\",\n                        \"cash\": \"cod\",\n                        \"eBay/PayPal\": \"paid\",\n                        \"amazon_marketplace\": \"paid\",\n                        \"ccavenue\": \"paid\",\n                        \"payu_in\": \"paid\",\n                        \"bogus\": \"paid\",\n                        \"\": null,\n                        \"money_order\": \"cod\",\n                        \"bank_deposit\": null\n                    },\n                    \"enable_payment_settings\": false,\n                    \"script_js_id\": \"234600726831\",\n                    \"shopify_namespace\": \"shipturtle\",\n                    \"password\": \"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\",\n                    \"password_updated_at\": \"2023-12-19\",\n                    \"domain\": null,\n                    \"shopify_freemium\": 0,\n                    \"plan_id_onetime\": null,\n                    \"shipment_movement\": \"on_shipment\",\n                    \"14_day_trial_expired\": true,\n                    \"keep_credits\": 0,\n                    \"change_base\": 1,\n                    \"shop_setup_instructions\": \"{\\\"store_type\\\":\\\"market_place\\\"}\",\n                    \"store_setup\": \"{\\\"is_setup_complete\\\":null,\\\"step\\\":\\\"1\\\"}\",\n                    \"published_and_unpublished_theme1_code\": \"{\\\"published_theme1_template\\\":{\\\"main_page_template\\\":\\\"<div id=\\\\\\\"vendor-detail-page\\\\\\\">\\\\n    <input type=\\\\\\\"hidden\\\\\\\" id=\\\\\\\"company_id\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\">\\\\n    @if ($company->banner_link)\\\\n    <section class=\\\\\\\"u-clearfix u-section-1 bck-banner-img\\\\\\\" id=\\\\\\\"sec-44b5\\\\\\\" style=\\\\\\\"background-image: url({{$company->banner_link}});\\\\\\\">\\\\n    </section>\\\\n    @endif\\\\n    <div class=\\\\\\\"u-clearfix u-sheet u-valign-middle u-sheet-1\\\\\\\" style=\\\\\\\"min-height: 250px;\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-expanded-width u-gutter-0 u-layout-wrap u-layout-wrap-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-layout\\\\\\\">\\\\n                <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n                    <div class=\\\\\\\"u-align-center u-container-style u-layout-cell u-left-cell u-size-23 u-layout-cell-1\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\" style=\\\\\\\"height:max-content; display: flex; flex-direction: column; align-items: center; padding-right: 4rem; padding-top: 1.5rem;\\\\\\\">\\\\n                            <img alt=\\\\\\\"{{$company->title}}\\\\\\\" class=\\\\\\\"u-image u-image-circle\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\" data-image-width=\\\\\\\"150\\\\\\\" data-image-height=\\\\\\\"150\\\\\\\" style=\\\\\\\"width: 80%;\\\\\\\">\\\\n                            </img>\\\\n                             <div class=\\\\\\\"social-media-links\\\\\\\">\\\\n                            @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                            <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\">\\\\n                                    <svg class=\\\\\\\"u-svg-content\\\\\\\"  x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-0214\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#3B5998\\\\\\\" d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\">\\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-3589\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#55ACEE\\\\\\\" d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\">        \\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-d986\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                        </div>\\\\n                            @if ($parentCompany->display_vendor_location)\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-1\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}\\\\n                            </p>\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                            @endif\\\\n                        </div>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n                            <h2 style=\\\\\\\"margin-bottom: 0;\\\\\\\" class=\\\\\\\"u-text\\\\\\\">{{$company->brand_name}}</h2>\\\\n                            <p class=\\\\\\\"u-text u-text-3\\\\\\\">\\\\n                                {!! $company->about_us !!}\\\\n                            </p>\\\\n                        </div>\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </div>\\\\n    \\\\n    {{-- Tabs --}}\\\\n    <section class=\\\\\\\"u-align-center u-clearfix u-section-2\\\\\\\" id=\\\\\\\"carousel_37bc\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-tab-links-align-justify u-tabs u-tabs-1\\\\\\\" id=\\\\\\\"u-tabs\\\\\\\">\\\\n                <ul class=\\\\\\\"u-tab-list u-unstyled\\\\\\\" role=\\\\\\\"tablist\\\\\\\">\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_products_tab)\\\\n                    <li class=\\\\\\\"u-tab-item\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"active u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-1\\\\\\\" id=\\\\\\\"link-tab-products\\\\\\\" href=\\\\\\\"#tab-products\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-products\\\\\\\" aria-selected=\\\\\\\"true\\\\\\\">Products</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_policy_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-2\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-2\\\\\\\" id=\\\\\\\"link-tab-policy\\\\\\\" href=\\\\\\\"#tab-policy\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-policy\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Policy</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_about_us_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-aboutus\\\\\\\" href=\\\\\\\"#tab-aboutus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-aboutus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">About Us<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_events_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\"\\\\n                             id=\\\\\\\"link-tab-events\\\\\\\" href=\\\\\\\"#tab-events\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-events\\\\\\\"\\\\n                              aria-selected=\\\\\\\"false\\\\\\\">Events<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_contact_us_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-contactus\\\\\\\" href=\\\\\\\"#tab-contactus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-contactus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Contact Us<br>\\\\n                        </a>\\\\n                    </li>\\\\n                    @endif\\\\n                </ul>\\\\n                <div class=\\\\\\\"u-tab-content\\\\\\\">\\\\n                    <div class=\\\\\\\"u-container-style u-tab-active u-tab-pane u-white u-tab-pane-1\\\\\\\" id=\\\\\\\"tab-products\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-products\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-container-style u-tab-pane u-white u-tab-pane-2\\\\\\\" id=\\\\\\\"tab-policy\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-policy\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-aboutus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-aboutus\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-events\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-events\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white u-tab-pane-5\\\\\\\" id=\\\\\\\"tab-contactus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-contactus\\\\\\\">\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </section>\\\\n</div>\\\",\\\"product_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\">\\\\n    <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n        <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.details\\\\\\\", [\\\\\\\"shopDomain\\\\\\\" => $shop->shopify_domain,\\\\n        \\\\\\\"vendorTitle\\\\\\\"=>$vendorTitle, \\\\\\\"action\\\\\\\"=>\\\\\\\"products\\\\\\\"]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" id=\\\\\\\"search_product_form\\\\\\\"\\\\n        class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\"\\\\n        source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: left;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n                <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search Product\\\\\\\" id=\\\\\\\"st_search_product\\\\\\\" name=\\\\\\\"search_product\\\\\\\"\\\\n                class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n                <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$tags}}\\\\\\\" id=\\\\\\\"st_search_product_by_tag\\\\\\\" name=\\\\\\\"search_product_by_tag\\\\\\\">\\\\n            </div>\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: right;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control u-label\\\\\\\" style=\\\\\\\"margin-left: auto;\\\\\\\">Sort By</label>\\\\n                <select name=\\\\\\\"sort_by\\\\\\\" id=\\\\\\\"st_product_list_sort_by\\\\\\\" class=\\\\\\\"filters-toolbar__input\\\\\\\" aria-describedby=\\\\\\\"a11y-refresh-page-message \\\\n                a11y-selection-message\\\\\\\" data-default-sortby=\\\\\\\"title-descending\\\\\\\">\\\\n                    <option value=\\\\\\\"title-ascending\\\\\\\" {{$orderBy == \\\\\\\"title-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, A-Z</option>\\\\n                    <option value=\\\\\\\"title-descending\\\\\\\" {{$orderBy == \\\\\\\"title-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, Z-A</option>\\\\n                    <option value=\\\\\\\"price-ascending\\\\\\\" {{$orderBy == \\\\\\\"price-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price , Low To High</option>\\\\n                    <option value=\\\\\\\"price-descending\\\\\\\" {{$orderBy == \\\\\\\"price-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price, High To Low</option>\\\\n                    <option value=\\\\\\\"best-selling\\\\\\\" {{$orderBy == \\\\\\\"best-selling\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Best Selling</option>\\\\n                    <option value=\\\\\\\"date-ascending\\\\\\\" {{$orderBy == \\\\\\\"date-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, New To Old</option>\\\\n                    <option value=\\\\\\\"date-descending\\\\\\\" {{$orderBy == \\\\\\\"date-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, Old To New</option>\\\\n                </select>\\\\n            </div>\\\\n            <div style=\\\\\\\"clear: both;\\\\\\\"></div>\\\\n        </form>\\\\n    </div>\\\\n    <div class=\\\\\\\"u-products u-products-1\\\\\\\">\\\\n        <div class=\\\\\\\"loader hide\\\\\\\"></div>\\\\n        @if ($products && sizeof($products) > 0)\\\\n        <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n            @foreach($products as $product)\\\\n                <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                    <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/products/{{$product->handle}}\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2\\\\\\\">\\\\n                            <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1\\\\\\\" \\\\n                            src=\\\\\\\"{{$product->image}}\\\\\\\">\\\\n                            @if($parentCompany->handle_out_of_stock_products == \\\\\\\"list_out_of_stock_products_with_out_of_stock_label\\\\\\\" && $product->isOutOfStock())\\\\n                                <p class=\\\\\\\"hidden-text u-out-of-stock-text\\\\\\\">OUT OF STOCK</p>\\\\n                            @endif\\\\n\\\\n                            <div class=\\\\\\\"u-product-control u-product-price u-product-price-1\\\\\\\">\\\\n                                <div class=\\\\\\\"u-price-wrapper u-spacing-10\\\\\\\">\\\\n                                    <div class=\\\\\\\"u-price u-text-palette-2-base\\\\\\\" style=\\\\\\\"font-weight: 700;\\\\\\\">\\\\n                                        <p class=\\\\\\\"u-product-title text-muted\\\\\\\" style=\\\\\\\"text-decoration: none;\\\\\\\">\\\\n                                            {{$product->title}}\\\\n                                        </p>\\\\n                                        @if($product->has_only_default_variant)\\\\n                                        {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                         $product->shop->currency}} \\\\n                                        {{$product->lowestPricedVariant->first() ? $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\"}}\\\\n                                        @else\\\\n                                        From: {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                        $product->shop->currency}} {{ $product->lowestPricedVariant->first() ?\\\\n                                        $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\" }}\\\\n                                        @endif\\\\n                                    </div>\\\\n                                </div>\\\\n                            </div>\\\\n                        </div>\\\\n                    </a>\\\\n                </div>\\\\n            @endforeach\\\\n        </div>\\\\n        <div>\\\\n            {{ $products->links() }}\\\\n        </div>\\\\n        @else\\\\n        <div style=\\\\\\\"margin: auto;\\\\\\\">\\\\n            <h3>No Products Found</h3>\\\\n        </div>\\\\n        @endif\\\\n    </div>\\\\n</div>\\\",\\\"about_us_template\\\":\\\"<div class=\\\\\\\"u-aboutus-container\\\\\\\"> <div class=\\\\\\\"u-aboutus-row\\\\\\\"> {!! $aboutus !!} </div></div>\\\",\\\"policy_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">{!! $policy !!}</div>\\\\n</div>\\\",\\\"contact_us_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-left-cell u-size-30 u-layout-cell-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-container-layout-10\\\\\\\">\\\\n                <h2 class=\\\\\\\"u-text u-text-grey-70 u-text-8\\\\\\\">Contact us</h2>\\\\n                <h6 class=\\\\\\\"u-text u-text-grey-50 u-text-9\\\\\\\">{{$company->brand_name}}</h6>\\\\n                @if ($parentCompany->display_vendor_location)\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10\\\\\\\">{{ $company->address_line_1 ? $company->address_line_1.\\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\" }} {{ $company->address_line_2 ? $company->address_line_2 : \\\\\\\"\\\\\\\" }} <br>\\\\n                    {{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}                                        \\\\n                    </p>\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                @endif\\\\n                <div class=\\\\\\\"u-social-icons u-spacing-20 u-social-icons-1\\\\\\\">\\\\n                @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-facebook u-social-icon u-icon-2\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-50ee\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-50ee\\\\\\\"><path d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-twitter u-icon-3\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-d346\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-d346\\\\\\\"><path d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-instagram u-icon-4\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-dd2a\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-dd2a\\\\\\\"><path d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path><path d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path><path d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif                \\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-30 u-layout-cell-2\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-valign-middle u-container-layout-11\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-form u-form-2\\\\\\\">\\\\n                <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.contact\\\\\\\") }}\\\\\\\" id=\\\\\\\"st_vendor_contact_form\\\\\\\" method=\\\\\\\"POST\\\\\\\" class=\\\\\\\"u-clearfix u-form-spacing-24 u-form-vertical u-inner-form\\\\\\\" style=\\\\\\\"padding: 24px;\\\\\\\" source=\\\\\\\"custom\\\\\\\" name=\\\\\\\"form\\\\\\\">\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$shop->id}}\\\\\\\" name=\\\\\\\"shop_id\\\\\\\" >\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\" name=\\\\\\\"company_id\\\\\\\" >\\\\n                    <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_name\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Name</label>\\\\n                        <input type=\\\\\\\"text\\\\\\\" placeholder=\\\\\\\"Enter your Name\\\\\\\" id=\\\\\\\"st_contact_form_name\\\\\\\" name=\\\\\\\"name\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-4\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-email u-form-group\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_email\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Email</label>\\\\n                        <input type=\\\\\\\"email\\\\\\\" placeholder=\\\\\\\"Enter a valid email address\\\\\\\" id=\\\\\\\"st_contact_form_email\\\\\\\" name=\\\\\\\"email\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-5\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-group u-form-message\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_message\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Message</label>\\\\n                        <textarea placeholder=\\\\\\\"Enter your message\\\\\\\" rows=\\\\\\\"4\\\\\\\" cols=\\\\\\\"50\\\\\\\" id=\\\\\\\"st_contact_form_message\\\\\\\" name=\\\\\\\"message\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-6\\\\\\\" required=\\\\\\\"\\\\\\\"></textarea>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-form-group u-form-submit\\\\\\\">       \\\\n                        <input type=\\\\\\\"submit\\\\\\\" value=\\\\\\\"submit\\\\\\\" class=\\\\\\\"u-form-control\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-send-message u-form-send-success\\\\\\\"> Thank you! Your message has been sent. </div>\\\\n                    <div class=\\\\\\\"u-form-send-error u-form-send-message\\\\\\\"> Unable to send your message. Please fix errors then try again. </div>\\\\n                </form>\\\\n            </div>\\\\n    </div>\\\\n        </div>\\\\n    </div>\\\\n</div>\\\"},\\\"unpublished_theme1_template\\\":{\\\"main_page_template\\\":\\\"<div id=\\\\\\\"vendor-detail-page\\\\\\\">\\\\n    <input type=\\\\\\\"hidden\\\\\\\" id=\\\\\\\"company_id\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\">\\\\n    @if ($company->banner_link)\\\\n    <section class=\\\\\\\"u-clearfix u-section-1 bck-banner-img\\\\\\\" id=\\\\\\\"sec-44b5\\\\\\\" style=\\\\\\\"background-image: url({{$company->banner_link}});\\\\\\\">\\\\n    </section>\\\\n    @endif\\\\n    <div class=\\\\\\\"u-clearfix u-sheet u-valign-middle u-sheet-1\\\\\\\" style=\\\\\\\"min-height: 250px;\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-expanded-width u-gutter-0 u-layout-wrap u-layout-wrap-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-layout\\\\\\\">\\\\n                <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n                    <div class=\\\\\\\"u-align-center u-container-style u-layout-cell u-left-cell u-size-23 u-layout-cell-1\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\" style=\\\\\\\"height:max-content; display: flex; flex-direction: column; align-items: center; padding-right: 4rem; padding-top: 1.5rem;\\\\\\\">\\\\n                            <img alt=\\\\\\\"{{$company->title}}\\\\\\\" class=\\\\\\\"u-image u-image-circle\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\" data-image-width=\\\\\\\"150\\\\\\\" data-image-height=\\\\\\\"150\\\\\\\" style=\\\\\\\"width: 80%;\\\\\\\">\\\\n                            </img>\\\\n                             <div class=\\\\\\\"social-media-links\\\\\\\">\\\\n                            @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                            <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\">\\\\n                                    <svg class=\\\\\\\"u-svg-content\\\\\\\"  x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-0214\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#3B5998\\\\\\\" d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\">\\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-3589\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#55ACEE\\\\\\\" d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\">        \\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-d986\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                        </div>\\\\n                            @if ($parentCompany->display_vendor_location)\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-1\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}\\\\n                            </p>\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                            @endif\\\\n                        </div>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n                            <h2 style=\\\\\\\"margin-bottom: 0;\\\\\\\" class=\\\\\\\"u-text\\\\\\\">{{$company->brand_name}}</h2>\\\\n                            <p class=\\\\\\\"u-text u-text-3\\\\\\\">\\\\n                                {!! $company->about_us !!}\\\\n                            </p>\\\\n                        </div>\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </div>\\\\n    \\\\n    {{-- Tabs --}}\\\\n    <section class=\\\\\\\"u-align-center u-clearfix u-section-2\\\\\\\" id=\\\\\\\"carousel_37bc\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-tab-links-align-justify u-tabs u-tabs-1\\\\\\\" id=\\\\\\\"u-tabs\\\\\\\">\\\\n                <ul class=\\\\\\\"u-tab-list u-unstyled\\\\\\\" role=\\\\\\\"tablist\\\\\\\">\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_products_tab)\\\\n                    <li class=\\\\\\\"u-tab-item\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"active u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-1\\\\\\\" id=\\\\\\\"link-tab-products\\\\\\\" href=\\\\\\\"#tab-products\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-products\\\\\\\" aria-selected=\\\\\\\"true\\\\\\\">Products</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_policy_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-2\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-2\\\\\\\" id=\\\\\\\"link-tab-policy\\\\\\\" href=\\\\\\\"#tab-policy\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-policy\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Policy</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_about_us_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-aboutus\\\\\\\" href=\\\\\\\"#tab-aboutus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-aboutus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">About Us<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_events_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\"\\\\n                             id=\\\\\\\"link-tab-events\\\\\\\" href=\\\\\\\"#tab-events\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-events\\\\\\\"\\\\n                              aria-selected=\\\\\\\"false\\\\\\\">Events<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_contact_us_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-contactus\\\\\\\" href=\\\\\\\"#tab-contactus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-contactus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Contact Us<br>\\\\n                        </a>\\\\n                    </li>\\\\n                    @endif\\\\n                </ul>\\\\n                <div class=\\\\\\\"u-tab-content\\\\\\\">\\\\n                    <div class=\\\\\\\"u-container-style u-tab-active u-tab-pane u-white u-tab-pane-1\\\\\\\" id=\\\\\\\"tab-products\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-products\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-container-style u-tab-pane u-white u-tab-pane-2\\\\\\\" id=\\\\\\\"tab-policy\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-policy\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-aboutus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-aboutus\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-events\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-events\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white u-tab-pane-5\\\\\\\" id=\\\\\\\"tab-contactus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-contactus\\\\\\\">\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </section>\\\\n</div>\\\",\\\"product_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\">\\\\n    <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n        <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.details\\\\\\\", [\\\\\\\"shopDomain\\\\\\\" => $shop->shopify_domain,\\\\n        \\\\\\\"vendorTitle\\\\\\\"=>$vendorTitle, \\\\\\\"action\\\\\\\"=>\\\\\\\"products\\\\\\\"]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" id=\\\\\\\"search_product_form\\\\\\\"\\\\n        class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\"\\\\n        source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: left;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n                <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search Product\\\\\\\" id=\\\\\\\"st_search_product\\\\\\\" name=\\\\\\\"search_product\\\\\\\"\\\\n                class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n                <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$tags}}\\\\\\\" id=\\\\\\\"st_search_product_by_tag\\\\\\\" name=\\\\\\\"search_product_by_tag\\\\\\\">\\\\n            </div>\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: right;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control u-label\\\\\\\" style=\\\\\\\"margin-left: auto;\\\\\\\">Sort By</label>\\\\n                <select name=\\\\\\\"sort_by\\\\\\\" id=\\\\\\\"st_product_list_sort_by\\\\\\\" class=\\\\\\\"filters-toolbar__input\\\\\\\" aria-describedby=\\\\\\\"a11y-refresh-page-message \\\\n                a11y-selection-message\\\\\\\" data-default-sortby=\\\\\\\"title-descending\\\\\\\">\\\\n                    <option value=\\\\\\\"title-ascending\\\\\\\" {{$orderBy == \\\\\\\"title-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, A-Z</option>\\\\n                    <option value=\\\\\\\"title-descending\\\\\\\" {{$orderBy == \\\\\\\"title-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, Z-A</option>\\\\n                    <option value=\\\\\\\"price-ascending\\\\\\\" {{$orderBy == \\\\\\\"price-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price , Low To High</option>\\\\n                    <option value=\\\\\\\"price-descending\\\\\\\" {{$orderBy == \\\\\\\"price-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price, High To Low</option>\\\\n                    <option value=\\\\\\\"best-selling\\\\\\\" {{$orderBy == \\\\\\\"best-selling\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Best Selling</option>\\\\n                    <option value=\\\\\\\"date-ascending\\\\\\\" {{$orderBy == \\\\\\\"date-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, New To Old</option>\\\\n                    <option value=\\\\\\\"date-descending\\\\\\\" {{$orderBy == \\\\\\\"date-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, Old To New</option>\\\\n                </select>\\\\n            </div>\\\\n            <div style=\\\\\\\"clear: both;\\\\\\\"></div>\\\\n        </form>\\\\n    </div>\\\\n    <div class=\\\\\\\"u-products u-products-1\\\\\\\">\\\\n        <div class=\\\\\\\"loader hide\\\\\\\"></div>\\\\n        @if ($products && sizeof($products) > 0)\\\\n        <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n            @foreach($products as $product)\\\\n                <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                    <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/products/{{$product->handle}}\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2\\\\\\\">\\\\n                            <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1\\\\\\\" \\\\n                            src=\\\\\\\"{{$product->image}}\\\\\\\">\\\\n                            @if($parentCompany->handle_out_of_stock_products == \\\\\\\"list_out_of_stock_products_with_out_of_stock_label\\\\\\\" && $product->isOutOfStock())\\\\n                                <p class=\\\\\\\"hidden-text u-out-of-stock-text\\\\\\\">OUT OF STOCK</p>\\\\n                            @endif\\\\n\\\\n                            <div class=\\\\\\\"u-product-control u-product-price u-product-price-1\\\\\\\">\\\\n                                <div class=\\\\\\\"u-price-wrapper u-spacing-10\\\\\\\">\\\\n                                    <div class=\\\\\\\"u-price u-text-palette-2-base\\\\\\\" style=\\\\\\\"font-weight: 700;\\\\\\\">\\\\n                                        <p class=\\\\\\\"u-product-title text-muted\\\\\\\" style=\\\\\\\"text-decoration: none;\\\\\\\">\\\\n                                            {{$product->title}}\\\\n                                        </p>\\\\n                                        @if($product->has_only_default_variant)\\\\n                                        {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                         $product->shop->currency}} \\\\n                                        {{$product->lowestPricedVariant->first() ? $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\"}}\\\\n                                        @else\\\\n                                        From: {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                        $product->shop->currency}} {{ $product->lowestPricedVariant->first() ?\\\\n                                        $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\" }}\\\\n                                        @endif\\\\n                                    </div>\\\\n                                </div>\\\\n                            </div>\\\\n                        </div>\\\\n                    </a>\\\\n                </div>\\\\n            @endforeach\\\\n        </div>\\\\n        <div>\\\\n            {{ $products->links() }}\\\\n        </div>\\\\n        @else\\\\n        <div style=\\\\\\\"margin: auto;\\\\\\\">\\\\n            <h3>No Products Found</h3>\\\\n        </div>\\\\n        @endif\\\\n    </div>\\\\n</div>\\\",\\\"about_us_template\\\":\\\"<div class=\\\\\\\"u-aboutus-container\\\\\\\"> <div class=\\\\\\\"u-aboutus-row\\\\\\\"> {!! $aboutus !!} </div></div>\\\",\\\"policy_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">{!! $policy !!}</div>\\\\n</div>\\\",\\\"contact_us_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-left-cell u-size-30 u-layout-cell-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-container-layout-10\\\\\\\">\\\\n                <h2 class=\\\\\\\"u-text u-text-grey-70 u-text-8\\\\\\\">Contact us</h2>\\\\n                <h6 class=\\\\\\\"u-text u-text-grey-50 u-text-9\\\\\\\">{{$company->brand_name}}</h6>\\\\n                @if ($parentCompany->display_vendor_location)\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10\\\\\\\">{{ $company->address_line_1 ? $company->address_line_1.\\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\" }} {{ $company->address_line_2 ? $company->address_line_2 : \\\\\\\"\\\\\\\" }} <br>\\\\n                    {{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}                                        \\\\n                    </p>\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                @endif\\\\n                <div class=\\\\\\\"u-social-icons u-spacing-20 u-social-icons-1\\\\\\\">\\\\n                @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-facebook u-social-icon u-icon-2\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-50ee\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-50ee\\\\\\\"><path d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-twitter u-icon-3\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-d346\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-d346\\\\\\\"><path d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-instagram u-icon-4\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-dd2a\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-dd2a\\\\\\\"><path d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path><path d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path><path d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif                \\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-30 u-layout-cell-2\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-valign-middle u-container-layout-11\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-form u-form-2\\\\\\\">\\\\n                <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.contact\\\\\\\") }}\\\\\\\" id=\\\\\\\"st_vendor_contact_form\\\\\\\" method=\\\\\\\"POST\\\\\\\" class=\\\\\\\"u-clearfix u-form-spacing-24 u-form-vertical u-inner-form\\\\\\\" style=\\\\\\\"padding: 24px;\\\\\\\" source=\\\\\\\"custom\\\\\\\" name=\\\\\\\"form\\\\\\\">\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$shop->id}}\\\\\\\" name=\\\\\\\"shop_id\\\\\\\" >\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\" name=\\\\\\\"company_id\\\\\\\" >\\\\n                    <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_name\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Name</label>\\\\n                        <input type=\\\\\\\"text\\\\\\\" placeholder=\\\\\\\"Enter your Name\\\\\\\" id=\\\\\\\"st_contact_form_name\\\\\\\" name=\\\\\\\"name\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-4\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-email u-form-group\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_email\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Email</label>\\\\n                        <input type=\\\\\\\"email\\\\\\\" placeholder=\\\\\\\"Enter a valid email address\\\\\\\" id=\\\\\\\"st_contact_form_email\\\\\\\" name=\\\\\\\"email\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-5\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-group u-form-message\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_message\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Message</label>\\\\n                        <textarea placeholder=\\\\\\\"Enter your message\\\\\\\" rows=\\\\\\\"4\\\\\\\" cols=\\\\\\\"50\\\\\\\" id=\\\\\\\"st_contact_form_message\\\\\\\" name=\\\\\\\"message\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-6\\\\\\\" required=\\\\\\\"\\\\\\\"></textarea>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-form-group u-form-submit\\\\\\\">       \\\\n                        <input type=\\\\\\\"submit\\\\\\\" value=\\\\\\\"submit\\\\\\\" class=\\\\\\\"u-form-control\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-send-message u-form-send-success\\\\\\\"> Thank you! Your message has been sent. </div>\\\\n                    <div class=\\\\\\\"u-form-send-error u-form-send-message\\\\\\\"> Unable to send your message. Please fix errors then try again. </div>\\\\n                </form>\\\\n            </div>\\\\n    </div>\\\\n        </div>\\\\n    </div>\\\\n</div>\\\"},\\\"published_theme1_css\\\":null,\\\"unpublished_theme1_css\\\":null,\\\"published_vendor_list_template\\\":\\\"<div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2 u-section-2\\\\\\\">\\\\n    <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n      <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n        <h1 class=\\\\\\\"u-text u-text-default u-text-1\\\\\\\">{{$parentCompany->name_of_the_vendor_listing_page}}</h1>\\\\n        <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n          <form id=\\\\\\\"vendor_search_form\\\\\\\" action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.list\\\\\\\", [\\\\\\\"shop\\\\\\\" => $shop->shopify_domain]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\" source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n              <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n              <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search\\\\\\\" id=\\\\\\\"search_vendor\\\\\\\" name=\\\\\\\"search_vendor\\\\\\\" class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n            </div>\\\\n          </form>\\\\n        </div>\\\\n        <div class=\\\\\\\"loader\\\\\\\" ></div>\\\\n        <div class=\\\\\\\"u-container-layout-2 u-container-layout-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-products u-products-1\\\\\\\">                \\\\n                <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n                    @foreach($companies as $company)\\\\n                      <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2 container\\\\\\\">\\\\n                                  <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1 image-hover\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\">\\\\n                                  <h1 class=\\\\\\\"u-align-center u-product-control u-text u-text-1\\\\\\\">\\\\n                                      <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                                          {{$company->title}}\\\\n                                      </a>\\\\n                                      @if ($parentCompany->display_vendor_category && $company->vendor_category != \\\\\\\"\\\\\\\")\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->vendor_category}} </p>\\\\n                                      @endif\\\\n                                      @if ($parentCompany->display_vendor_location)\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}</p>\\\\n                                      @endif\\\\n                                  </h1>\\\\n                              </div>\\\\n                          </a>\\\\n                          @if ($parentCompany->display_vendor_short_description)\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"st-middle\\\\\\\">\\\\n                                  <div class=\\\\\\\"short-description st-white-text-overlay\\\\\\\" style=\\\\\\\"height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.4);\\\\\\\">\\\\n                                      {!! $company->short_description !!}\\\\n                                  </div>\\\\n                              </div>\\\\n                          </a>\\\\n                          @endif\\\\n                      </div>\\\\n                    @endforeach\\\\n                </div>\\\\n                <div>\\\\n                  {{ $companies->links() }}\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n      </div>\\\\n    </div>\\\\n  </div>\\\",\\\"unpublished_vendor_list_template\\\":\\\"<div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2 u-section-2\\\\\\\">\\\\n    <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n      <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n        <h1 class=\\\\\\\"u-text u-text-default u-text-1\\\\\\\">{{$parentCompany->name_of_the_vendor_listing_page}}</h1>\\\\n        <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n          <form id=\\\\\\\"vendor_search_form\\\\\\\" action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.list\\\\\\\", [\\\\\\\"shop\\\\\\\" => $shop->shopify_domain]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\" source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n              <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n              <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search\\\\\\\" id=\\\\\\\"search_vendor\\\\\\\" name=\\\\\\\"search_vendor\\\\\\\" class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n            </div>\\\\n          </form>\\\\n        </div>\\\\n        <div class=\\\\\\\"loader\\\\\\\" ></div>\\\\n        <div class=\\\\\\\"u-container-layout-2 u-container-layout-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-products u-products-1\\\\\\\">                \\\\n                <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n                    @foreach($companies as $company)\\\\n                      <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2 container\\\\\\\">\\\\n                                  <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1 image-hover\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\">\\\\n                                  <h1 class=\\\\\\\"u-align-center u-product-control u-text u-text-1\\\\\\\">\\\\n                                      <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                                          {{$company->title}}\\\\n                                      </a>\\\\n                                      @if ($parentCompany->display_vendor_category && $company->vendor_category != \\\\\\\"\\\\\\\")\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->vendor_category}} </p>\\\\n                                      @endif\\\\n                                      @if ($parentCompany->display_vendor_location)\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}</p>\\\\n                                      @endif\\\\n                                  </h1>\\\\n                              </div>\\\\n                          </a>\\\\n                          @if ($parentCompany->display_vendor_short_description)\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"st-middle\\\\\\\">\\\\n                                  <div class=\\\\\\\"short-description st-white-text-overlay\\\\\\\" style=\\\\\\\"height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.4);\\\\\\\">\\\\n                                      {!! $company->short_description !!}\\\\n                                  </div>\\\\n                              </div>\\\\n                          </a>\\\\n                          @endif\\\\n                      </div>\\\\n                    @endforeach\\\\n                </div>\\\\n                <div>\\\\n                  {{ $companies->links() }}\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n      </div>\\\\n    </div>\\\\n  </div>\\\",\\\"publish_pending\\\":false}\",\n                    \"published_and_unpublished_theme1_code_last_version\": \"{\\\"published_theme1_css\\\":null,\\\"published_theme1_template\\\":{\\\"main_page_template\\\":\\\"<div id=\\\\\\\"vendor-detail-page\\\\\\\">\\\\n    <input type=\\\\\\\"hidden\\\\\\\" id=\\\\\\\"company_id\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\">\\\\n    @if ($company->banner_link)\\\\n    <section class=\\\\\\\"u-clearfix u-section-1 bck-banner-img\\\\\\\" id=\\\\\\\"sec-44b5\\\\\\\" style=\\\\\\\"background-image: url({{$company->banner_link}});\\\\\\\">\\\\n    </section>\\\\n    @endif\\\\n    <div class=\\\\\\\"u-clearfix u-sheet u-valign-middle u-sheet-1\\\\\\\" style=\\\\\\\"min-height: 250px;\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-expanded-width u-gutter-0 u-layout-wrap u-layout-wrap-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-layout\\\\\\\">\\\\n                <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n                    <div class=\\\\\\\"u-align-center u-container-style u-layout-cell u-left-cell u-size-23 u-layout-cell-1\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\" style=\\\\\\\"height:max-content; display: flex; flex-direction: column; align-items: center; padding-right: 4rem; padding-top: 1.5rem;\\\\\\\">\\\\n                            <img alt=\\\\\\\"{{$company->title}}\\\\\\\" class=\\\\\\\"u-image u-image-circle\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\" data-image-width=\\\\\\\"150\\\\\\\" data-image-height=\\\\\\\"150\\\\\\\" style=\\\\\\\"width: 80%;\\\\\\\">\\\\n                            </img>\\\\n                             <div class=\\\\\\\"social-media-links\\\\\\\">\\\\n                            @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                            <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\">\\\\n                                    <svg class=\\\\\\\"u-svg-content\\\\\\\"  x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-0214\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#3B5998\\\\\\\" d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\">\\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-3589\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#55ACEE\\\\\\\" d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\">        \\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-d986\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                        </div>\\\\n                            @if ($parentCompany->display_vendor_location)\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-1\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}\\\\n                            </p>\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                            @endif\\\\n                        </div>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n                            <h2 style=\\\\\\\"margin-bottom: 0;\\\\\\\" class=\\\\\\\"u-text\\\\\\\">{{$company->brand_name}}</h2>\\\\n                            <p class=\\\\\\\"u-text u-text-3\\\\\\\">\\\\n                                {!! $company->about_us !!}\\\\n                            </p>\\\\n                        </div>\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </div>\\\\n    \\\\n    {{-- Tabs --}}\\\\n    <section class=\\\\\\\"u-align-center u-clearfix u-section-2\\\\\\\" id=\\\\\\\"carousel_37bc\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-tab-links-align-justify u-tabs u-tabs-1\\\\\\\" id=\\\\\\\"u-tabs\\\\\\\">\\\\n                <ul class=\\\\\\\"u-tab-list u-unstyled\\\\\\\" role=\\\\\\\"tablist\\\\\\\">\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_products_tab)\\\\n                    <li class=\\\\\\\"u-tab-item\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"active u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-1\\\\\\\" id=\\\\\\\"link-tab-products\\\\\\\" href=\\\\\\\"#tab-products\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-products\\\\\\\" aria-selected=\\\\\\\"true\\\\\\\">Products</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_policy_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-2\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-2\\\\\\\" id=\\\\\\\"link-tab-policy\\\\\\\" href=\\\\\\\"#tab-policy\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-policy\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Policy</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_about_us_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-aboutus\\\\\\\" href=\\\\\\\"#tab-aboutus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-aboutus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">About Us<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_events_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\"\\\\n                             id=\\\\\\\"link-tab-events\\\\\\\" href=\\\\\\\"#tab-events\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-events\\\\\\\"\\\\n                              aria-selected=\\\\\\\"false\\\\\\\">Events<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_contact_us_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-contactus\\\\\\\" href=\\\\\\\"#tab-contactus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-contactus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Contact Us<br>\\\\n                        </a>\\\\n                    </li>\\\\n                    @endif\\\\n                </ul>\\\\n                <div class=\\\\\\\"u-tab-content\\\\\\\">\\\\n                    <div class=\\\\\\\"u-container-style u-tab-active u-tab-pane u-white u-tab-pane-1\\\\\\\" id=\\\\\\\"tab-products\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-products\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-container-style u-tab-pane u-white u-tab-pane-2\\\\\\\" id=\\\\\\\"tab-policy\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-policy\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-aboutus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-aboutus\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-events\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-events\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white u-tab-pane-5\\\\\\\" id=\\\\\\\"tab-contactus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-contactus\\\\\\\">\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </section>\\\\n</div>\\\",\\\"product_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\">\\\\n    <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n        <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.details\\\\\\\", [\\\\\\\"shopDomain\\\\\\\" => $shop->shopify_domain,\\\\n        \\\\\\\"vendorTitle\\\\\\\"=>$vendorTitle, \\\\\\\"action\\\\\\\"=>\\\\\\\"products\\\\\\\"]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" id=\\\\\\\"search_product_form\\\\\\\"\\\\n        class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\"\\\\n        source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: left;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n                <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search Product\\\\\\\" id=\\\\\\\"st_search_product\\\\\\\" name=\\\\\\\"search_product\\\\\\\"\\\\n                class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n                <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$tags}}\\\\\\\" id=\\\\\\\"st_search_product_by_tag\\\\\\\" name=\\\\\\\"search_product_by_tag\\\\\\\">\\\\n            </div>\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: right;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control u-label\\\\\\\" style=\\\\\\\"margin-left: auto;\\\\\\\">Sort By</label>\\\\n                <select name=\\\\\\\"sort_by\\\\\\\" id=\\\\\\\"st_product_list_sort_by\\\\\\\" class=\\\\\\\"filters-toolbar__input\\\\\\\" aria-describedby=\\\\\\\"a11y-refresh-page-message \\\\n                a11y-selection-message\\\\\\\" data-default-sortby=\\\\\\\"title-descending\\\\\\\">\\\\n                    <option value=\\\\\\\"title-ascending\\\\\\\" {{$orderBy == \\\\\\\"title-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, A-Z</option>\\\\n                    <option value=\\\\\\\"title-descending\\\\\\\" {{$orderBy == \\\\\\\"title-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, Z-A</option>\\\\n                    <option value=\\\\\\\"price-ascending\\\\\\\" {{$orderBy == \\\\\\\"price-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price , Low To High</option>\\\\n                    <option value=\\\\\\\"price-descending\\\\\\\" {{$orderBy == \\\\\\\"price-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price, High To Low</option>\\\\n                    <option value=\\\\\\\"best-selling\\\\\\\" {{$orderBy == \\\\\\\"best-selling\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Best Selling</option>\\\\n                    <option value=\\\\\\\"date-ascending\\\\\\\" {{$orderBy == \\\\\\\"date-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, New To Old</option>\\\\n                    <option value=\\\\\\\"date-descending\\\\\\\" {{$orderBy == \\\\\\\"date-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, Old To New</option>\\\\n                </select>\\\\n            </div>\\\\n            <div style=\\\\\\\"clear: both;\\\\\\\"></div>\\\\n        </form>\\\\n    </div>\\\\n    <div class=\\\\\\\"u-products u-products-1\\\\\\\">\\\\n        <div class=\\\\\\\"loader hide\\\\\\\"></div>\\\\n        @if ($products && sizeof($products) > 0)\\\\n        <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n            @foreach($products as $product)\\\\n                <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                    <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/products/{{$product->handle}}\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2\\\\\\\">\\\\n                            <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1\\\\\\\" \\\\n                            src=\\\\\\\"{{$product->image}}\\\\\\\">\\\\n                            @if($parentCompany->handle_out_of_stock_products == \\\\\\\"list_out_of_stock_products_with_out_of_stock_label\\\\\\\" && $product->isOutOfStock())\\\\n                                <p class=\\\\\\\"hidden-text u-out-of-stock-text\\\\\\\">OUT OF STOCK</p>\\\\n                            @endif\\\\n\\\\n                            <div class=\\\\\\\"u-product-control u-product-price u-product-price-1\\\\\\\">\\\\n                                <div class=\\\\\\\"u-price-wrapper u-spacing-10\\\\\\\">\\\\n                                    <div class=\\\\\\\"u-price u-text-palette-2-base\\\\\\\" style=\\\\\\\"font-weight: 700;\\\\\\\">\\\\n                                        <p class=\\\\\\\"u-product-title text-muted\\\\\\\" style=\\\\\\\"text-decoration: none;\\\\\\\">\\\\n                                            {{$product->title}}\\\\n                                        </p>\\\\n                                        @if($product->has_only_default_variant)\\\\n                                        {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                         $product->shop->currency}} \\\\n                                        {{$product->lowestPricedVariant->first() ? $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\"}}\\\\n                                        @else\\\\n                                        From: {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                        $product->shop->currency}} {{ $product->lowestPricedVariant->first() ?\\\\n                                        $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\" }}\\\\n                                        @endif\\\\n                                    </div>\\\\n                                </div>\\\\n                            </div>\\\\n                        </div>\\\\n                    </a>\\\\n                </div>\\\\n            @endforeach\\\\n        </div>\\\\n        <div>\\\\n            {{ $products->links() }}\\\\n        </div>\\\\n        @else\\\\n        <div style=\\\\\\\"margin: auto;\\\\\\\">\\\\n            <h3>No Products Found</h3>\\\\n        </div>\\\\n        @endif\\\\n    </div>\\\\n</div>\\\",\\\"about_us_template\\\":\\\"<div class=\\\\\\\"u-aboutus-container\\\\\\\"> <div class=\\\\\\\"u-aboutus-row\\\\\\\"> {!! $aboutus !!} </div></div>\\\",\\\"policy_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">{!! $policy !!}</div>\\\\n</div>\\\",\\\"contact_us_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-left-cell u-size-30 u-layout-cell-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-container-layout-10\\\\\\\">\\\\n                <h2 class=\\\\\\\"u-text u-text-grey-70 u-text-8\\\\\\\">Contact us</h2>\\\\n                <h6 class=\\\\\\\"u-text u-text-grey-50 u-text-9\\\\\\\">{{$company->brand_name}}</h6>\\\\n                @if ($parentCompany->display_vendor_location)\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10\\\\\\\">{{ $company->address_line_1 ? $company->address_line_1.\\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\" }} {{ $company->address_line_2 ? $company->address_line_2 : \\\\\\\"\\\\\\\" }} <br>\\\\n                    {{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}                                        \\\\n                    </p>\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                @endif\\\\n                <div class=\\\\\\\"u-social-icons u-spacing-20 u-social-icons-1\\\\\\\">\\\\n                @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-facebook u-social-icon u-icon-2\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-50ee\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-50ee\\\\\\\"><path d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-twitter u-icon-3\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-d346\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-d346\\\\\\\"><path d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-instagram u-icon-4\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-dd2a\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-dd2a\\\\\\\"><path d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path><path d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path><path d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif                \\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-30 u-layout-cell-2\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-valign-middle u-container-layout-11\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-form u-form-2\\\\\\\">\\\\n                <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.contact\\\\\\\") }}\\\\\\\" id=\\\\\\\"st_vendor_contact_form\\\\\\\" method=\\\\\\\"POST\\\\\\\" class=\\\\\\\"u-clearfix u-form-spacing-24 u-form-vertical u-inner-form\\\\\\\" style=\\\\\\\"padding: 24px;\\\\\\\" source=\\\\\\\"custom\\\\\\\" name=\\\\\\\"form\\\\\\\">\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$shop->id}}\\\\\\\" name=\\\\\\\"shop_id\\\\\\\" >\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\" name=\\\\\\\"company_id\\\\\\\" >\\\\n                    <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_name\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Name</label>\\\\n                        <input type=\\\\\\\"text\\\\\\\" placeholder=\\\\\\\"Enter your Name\\\\\\\" id=\\\\\\\"st_contact_form_name\\\\\\\" name=\\\\\\\"name\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-4\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-email u-form-group\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_email\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Email</label>\\\\n                        <input type=\\\\\\\"email\\\\\\\" placeholder=\\\\\\\"Enter a valid email address\\\\\\\" id=\\\\\\\"st_contact_form_email\\\\\\\" name=\\\\\\\"email\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-5\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-group u-form-message\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_message\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Message</label>\\\\n                        <textarea placeholder=\\\\\\\"Enter your message\\\\\\\" rows=\\\\\\\"4\\\\\\\" cols=\\\\\\\"50\\\\\\\" id=\\\\\\\"st_contact_form_message\\\\\\\" name=\\\\\\\"message\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-6\\\\\\\" required=\\\\\\\"\\\\\\\"></textarea>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-form-group u-form-submit\\\\\\\">       \\\\n                        <input type=\\\\\\\"submit\\\\\\\" value=\\\\\\\"submit\\\\\\\" class=\\\\\\\"u-form-control\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-send-message u-form-send-success\\\\\\\"> Thank you! Your message has been sent. </div>\\\\n                    <div class=\\\\\\\"u-form-send-error u-form-send-message\\\\\\\"> Unable to send your message. Please fix errors then try again. </div>\\\\n                </form>\\\\n            </div>\\\\n    </div>\\\\n        </div>\\\\n    </div>\\\\n</div>\\\"},\\\"published_vendor_list_template\\\":\\\"<div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2 u-section-2\\\\\\\">\\\\n    <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n      <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n        <h1 class=\\\\\\\"u-text u-text-default u-text-1\\\\\\\">{{$parentCompany->name_of_the_vendor_listing_page}}</h1>\\\\n        <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n          <form id=\\\\\\\"vendor_search_form\\\\\\\" action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.list\\\\\\\", [\\\\\\\"shop\\\\\\\" => $shop->shopify_domain]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\" source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n              <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n              <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search\\\\\\\" id=\\\\\\\"search_vendor\\\\\\\" name=\\\\\\\"search_vendor\\\\\\\" class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n            </div>\\\\n          </form>\\\\n        </div>\\\\n        <div class=\\\\\\\"loader\\\\\\\" ></div>\\\\n        <div class=\\\\\\\"u-container-layout-2 u-container-layout-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-products u-products-1\\\\\\\">                \\\\n                <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n                    @foreach($companies as $company)\\\\n                      <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2 container\\\\\\\">\\\\n                                  <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1 image-hover\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\">\\\\n                                  <h1 class=\\\\\\\"u-align-center u-product-control u-text u-text-1\\\\\\\">\\\\n                                      <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                                          {{$company->title}}\\\\n                                      </a>\\\\n                                      @if ($parentCompany->display_vendor_category && $company->vendor_category != \\\\\\\"\\\\\\\")\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->vendor_category}} </p>\\\\n                                      @endif\\\\n                                      @if ($parentCompany->display_vendor_location)\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}</p>\\\\n                                      @endif\\\\n                                  </h1>\\\\n                              </div>\\\\n                          </a>\\\\n                          @if ($parentCompany->display_vendor_short_description)\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"st-middle\\\\\\\">\\\\n                                  <div class=\\\\\\\"short-description st-white-text-overlay\\\\\\\" style=\\\\\\\"height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.4);\\\\\\\">\\\\n                                      {!! $company->short_description !!}\\\\n                                  </div>\\\\n                              </div>\\\\n                          </a>\\\\n                          @endif\\\\n                      </div>\\\\n                    @endforeach\\\\n                </div>\\\\n                <div>\\\\n                  {{ $companies->links() }}\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n      </div>\\\\n    </div>\\\\n  </div>\\\"}\",\n                    \"left_days_14_day_trial\": null,\n                    \"currency_country\": {\n                        \"id\": 98,\n                        \"name\": \"India\",\n                        \"code\": \"IN\",\n                        \"dial_code\": \"+91\",\n                        \"currency_name\": \"Indian rupee\",\n                        \"currency_symbol\": \"Rs.\",\n                        \"currency_code\": \"INR\",\n                        \"created_at\": null,\n                        \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                        \"name_with_symbole\": \"Indian rupee - Rs.\"\n                    }\n                }\n            },\n            \"vendor_line_item\": {\n                \"total_discount\": 0,\n                \"order_discount\": 0,\n                \"sku\": \"All Field Test product22-green-extra large\",\n                \"quantity\": 1,\n                \"price\": 10,\n                \"title\": \"All Field Test product22\",\n                \"id\": 9351891,\n                \"product_id\": 9599632802095,\n                \"variant_id\": 22494314,\n                \"company_id\": 234956,\n                \"shipping_price\": \"0\",\n                \"total_value_including_tax\": 0,\n                \"taxable_price\": 0,\n                \"line_item_tax\": 0,\n                \"sku_barcode\": \"All Field Test product22-green-extra large</br>\",\n                \"shop\": null,\n                \"variant\": {\n                    \"id\": 22494314,\n                    \"title\": \"green / extra large\",\n                    \"price\": \"10.00\",\n                    \"sku\": \"All Field Test product22-green-extra large\",\n                    \"position\": 12,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": \"10.00\",\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"green\",\n                    \"option2\": \"extra large\",\n                    \"option3\": null,\n                    \"barcode\": \"\",\n                    \"grams\": \"0\",\n                    \"image_id\": null,\n                    \"weight\": \"0\",\n                    \"inventory_item_id\": \"50408304541999\",\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/48363850137903\",\n                    \"created_at\": \"2024-01-01T08:54:07.000000Z\",\n                    \"updated_at\": \"2024-01-01T08:57:42.000000Z\",\n                    \"deleted_at\": null,\n                    \"product_id\": 8106189,\n                    \"taxable\": true,\n                    \"requires_shipping\": null,\n                    \"weight_unit\": \"kg\",\n                    \"inventory_quantity\": \"9\",\n                    \"old_inventory_quantity\": null,\n                    \"product_purchase_cost\": \"0\",\n                    \"actual_product_weight\": \"0\",\n                    \"vendor_id\": null,\n                    \"provider\": null,\n                    \"company_id\": 234956,\n                    \"hsn_sku_id\": null,\n                    \"channel_id\": \"48363850137903\",\n                    \"channel\": \"shopify\",\n                    \"store_id\": null,\n                    \"image\": null,\n                    \"channel_variant_id\": \"22628287\",\n                    \"extra_information\": null,\n                    \"deactivated_at\": true,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"shop_id\": 4147,\n                    \"tax_id\": null,\n                    \"body_html\": \"\",\n                    \"commission\": null,\n                    \"fixed_commission\": 0,\n                    \"override_commission\": false,\n                    \"parent_id\": 212738,\n                    \"product_code_name\": \"All Field Test product22-green-extra large</br>All Field Test product22</br>green,extra large\",\n                    \"product_variant_title\": \"All Field Test product22 - green / extra large\",\n                    \"product_type\": \"configurable\",\n                    \"product_type_id\": 133935,\n                    \"file_id\": null,\n                    \"option_name_1\": null,\n                    \"option_name_2\": null,\n                    \"option_name_3\": null,\n                    \"delivery_profile_id\": null,\n                    \"delivery_profile_provider_id\": null,\n                    \"vendor_shop_variant_id\": null,\n                    \"shopify_meta_data\": null,\n                    \"new_variant_sent\": 0,\n                    \"image_link\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-13_2.jpg?v=1704099244\",\n                    \"overridden_commission_level\": \"global\",\n                    \"overridden_commission\": \"15\",\n                    \"overridden_fixed_commission\": 10,\n                    \"file_history\": null,\n                    \"product\": {\n                        \"id\": 8106189,\n                        \"title\": \"All Field Test product22\",\n                        \"body_html\": \"\",\n                        \"vendor\": \"Magento0\",\n                        \"product_type\": {\n                            \"id\": 133935,\n                            \"channel\": \"shopify\",\n                            \"shop_id\": 4147,\n                            \"title\": \"configurable\",\n                            \"commission\": null,\n                            \"created_at\": \"2023-09-30T12:15:45.000000Z\",\n                            \"updated_at\": \"2023-09-30T12:15:45.000000Z\",\n                            \"fixed_commission\": 0,\n                            \"override_commission\": false,\n                            \"overridden_commission_level\": \"global\",\n                            \"overridden_commission\": \"15\",\n                            \"overridden_fixed_commission\": 10,\n                            \"global_commission_level\": \"global\",\n                            \"global_commission\": \"15\",\n                            \"global_fixed_commission\": 10\n                        },\n                        \"handle\": \"all-field-test-product22\",\n                        \"published_at\": \"2024-01-01 14:24:00\",\n                        \"template_suffix\": null,\n                        \"tags\": \"All Field Test product22\",\n                        \"published_scope\": null,\n                        \"admin_graphql_api_id\": \"gid://shopify/Product/9599632802095\",\n                        \"image\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-13_2.jpg?v=1704099244\",\n                        \"created_at\": \"2024-01-01T08:54:06.000000Z\",\n                        \"updated_at\": \"2024-01-01T09:00:21.000000Z\",\n                        \"deleted_at\": null,\n                        \"vendor_id\": 234956,\n                        \"provider\": null,\n                        \"company_id\": 234956,\n                        \"channel_id\": \"9599632802095\",\n                        \"store_id\": null,\n                        \"product_image_link\": null,\n                        \"channel_product_id\": 8099317,\n                        \"channel\": \"shopify\",\n                        \"sku\": null,\n                        \"shop_id\": 4147,\n                        \"tax_id\": null,\n                        \"product_type_id\": 133935,\n                        \"parent_id\": 212738,\n                        \"images\": [\n                            {\n                                \"id\": 44020661911855,\n                                \"alt\": null,\n                                \"src\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-13_2.jpg?v=1704099244\",\n                                \"width\": 1080,\n                                \"height\": 1080,\n                                \"position\": 1,\n                                \"created_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"product_id\": 9599632802095,\n                                \"updated_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"variant_ids\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/ProductImage/44020661911855\"\n                            },\n                            {\n                                \"id\": 44020661813551,\n                                \"alt\": null,\n                                \"src\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-12_5.jpg?v=1704099244\",\n                                \"width\": 1080,\n                                \"height\": 1080,\n                                \"position\": 2,\n                                \"created_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"product_id\": 9599632802095,\n                                \"updated_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"variant_ids\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/ProductImage/44020661813551\"\n                            },\n                            {\n                                \"id\": 44020661780783,\n                                \"alt\": null,\n                                \"src\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-11_5.jpg?v=1704099244\",\n                                \"width\": 1080,\n                                \"height\": 1080,\n                                \"position\": 3,\n                                \"created_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"product_id\": 9599632802095,\n                                \"updated_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"variant_ids\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/ProductImage/44020661780783\"\n                            },\n                            {\n                                \"id\": 44020661879087,\n                                \"alt\": null,\n                                \"src\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-10_f52a5a92-c15d-4445-a981-bd2251def6fa.jpg?v=1704099244\",\n                                \"width\": 1080,\n                                \"height\": 1080,\n                                \"position\": 4,\n                                \"created_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"product_id\": 9599632802095,\n                                \"updated_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"variant_ids\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/ProductImage/44020661879087\"\n                            },\n                            {\n                                \"id\": 44020661944623,\n                                \"alt\": null,\n                                \"src\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-9_c2a0ba5a-46c8-462e-bad6-b4bcfea883bb.jpg?v=1704099245\",\n                                \"width\": 1080,\n                                \"height\": 1080,\n                                \"position\": 5,\n                                \"created_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"product_id\": 9599632802095,\n                                \"updated_at\": \"2024-01-01T14:24:05+05:30\",\n                                \"variant_ids\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/ProductImage/44020661944623\"\n                            },\n                            {\n                                \"id\": 44020661977391,\n                                \"alt\": null,\n                                \"src\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-8_6729f903-3847-47b2-82f8-07bf9ea60c54.jpg?v=1704099245\",\n                                \"width\": 1080,\n                                \"height\": 1080,\n                                \"position\": 6,\n                                \"created_at\": \"2024-01-01T14:24:05+05:30\",\n                                \"product_id\": 9599632802095,\n                                \"updated_at\": \"2024-01-01T14:24:05+05:30\",\n                                \"variant_ids\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/ProductImage/44020661977391\"\n                            },\n                            {\n                                \"id\": 44020661846319,\n                                \"alt\": null,\n                                \"src\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-7_36b61da0-7175-4670-b1ac-69207b43a9cd.jpg?v=1704099245\",\n                                \"width\": 1080,\n                                \"height\": 1080,\n                                \"position\": 7,\n                                \"created_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"product_id\": 9599632802095,\n                                \"updated_at\": \"2024-01-01T14:24:05+05:30\",\n                                \"variant_ids\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/ProductImage/44020661846319\"\n                            }\n                        ],\n                        \"options\": [\n                            {\n                                \"id\": 11918634680623,\n                                \"name\": \"Color\",\n                                \"values\": [\n                                    \"black\",\n                                    \"new color\",\n                                    \"green\",\n                                    \"red\",\n                                    \"white\"\n                                ],\n                                \"position\": 1,\n                                \"product_id\": 9599632802095\n                            },\n                            {\n                                \"id\": 11918634713391,\n                                \"name\": \"size\",\n                                \"values\": [\n                                    \"medium\",\n                                    \"large\",\n                                    \"small\",\n                                    \"extra large\"\n                                ],\n                                \"position\": 2,\n                                \"product_id\": 9599632802095\n                            }\n                        ],\n                        \"has_only_default_variant\": false,\n                        \"meta_data\": {\n                            \"badge\": {\n                                \"id\": \"gid://shopify/Metafield/32974825423151\",\n                                \"key\": \"badge\",\n                                \"value\": null,\n                                \"name_slug\": \"badge\",\n                                \"namespace\": \"judgeme\"\n                            },\n                            \"widget\": {\n                                \"id\": \"gid://shopify/Metafield/32974825455919\",\n                                \"key\": \"widget\",\n                                \"value\": null,\n                                \"name_slug\": \"widget\",\n                                \"namespace\": \"judgeme\"\n                            }\n                        },\n                        \"status\": \"active\",\n                        \"vendor_shop_product_id\": null,\n                        \"shopify_meta_data\": null,\n                        \"image_link\": null,\n                        \"images_link\": null,\n                        \"uploaded_images\": [],\n                        \"media\": []\n                    },\n                    \"company\": {\n                        \"id\": 234956,\n                        \"company_name\": null,\n                        \"brand_name\": \"Magento0\",\n                        \"company_logo\": null,\n                        \"contact_name\": null,\n                        \"phone_number\": null,\n                        \"email\": null,\n                        \"address_line_1\": null,\n                        \"address_line_2\": null,\n                        \"pin_code\": null,\n                        \"city\": null,\n                        \"created_at\": \"2023-12-27T11:06:45.000000Z\",\n                        \"updated_at\": \"2024-01-01T08:32:49.000000Z\",\n                        \"state_id\": null,\n                        \"gstin_number\": null,\n                        \"invoice_prefix\": null,\n                        \"starting_invoice_number\": null,\n                        \"terms_and_conditions\": null,\n                        \"bank_account_beneficiary_name\": null,\n                        \"bank_account_name\": null,\n                        \"ifsc_code\": null,\n                        \"label_company_name\": null,\n                        \"label_contact_name\": null,\n                        \"label_phone\": null,\n                        \"label_email_address\": null,\n                        \"label_address_line_1\": null,\n                        \"label_address_line_2\": null,\n                        \"label_pin_code\": null,\n                        \"label_city\": null,\n                        \"label_state\": null,\n                        \"signature\": null,\n                        \"currency\": null,\n                        \"weight\": null,\n                        \"measurement\": null,\n                        \"gst_enabled\": false,\n                        \"override_channel_product_weight_enabled\": false,\n                        \"label_details_same_as_company\": true,\n                        \"multi_vendor_invoicing_enabled\": true,\n                        \"multi_vendor_shipping_enabled\": true,\n                        \"is_master\": null,\n                        \"invoice_number_same_as_order_number\": true,\n                        \"enable_disable_cod_reconciliation\": false,\n                        \"enable_disable_freight_reconciliation\": false,\n                        \"cod_tolerance\": null,\n                        \"freight_tolerance\": null,\n                        \"is_multi_vendor_enabled\": true,\n                        \"invoice_message\": null,\n                        \"inclusive_exclusive\": null,\n                        \"is_tax_on_shipping\": \"no\",\n                        \"tax_on_shipping\": null,\n                        \"primary_color\": \"#f18024\",\n                        \"secondary_color\": null,\n                        \"display_hsn\": true,\n                        \"website\": null,\n                        \"country\": null,\n                        \"type_of_vendor\": \"dropshipper\",\n                        \"invoice_message_2\": null,\n                        \"title\": \"Magento0\",\n                        \"parent_id\": 212738,\n                        \"extra_information\": null,\n                        \"invoice_date\": \"invoice_creation_date\",\n                        \"number_of_digits\": \"0\",\n                        \"invoice_message_1\": null,\n                        \"created_by\": null,\n                        \"updated_by\": 28344,\n                        \"invoice_contact_name\": null,\n                        \"invoice_address_1\": null,\n                        \"invoice_address_2\": null,\n                        \"invoice_postal_code\": null,\n                        \"invoice_city\": null,\n                        \"invoice_phone_number\": null,\n                        \"invoice_tin\": null,\n                        \"timezone\": \"Asia/Kolkata\",\n                        \"hand_delivered_enabled\": true,\n                        \"other_courier_partner_enabled\": true,\n                        \"billing_address_same_as_company_details\": true,\n                        \"deactivated_at\": null,\n                        \"state_code\": null,\n                        \"automatically_sync_vendor_name_from_store\": true,\n                        \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                        \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                        \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                        \"correct_all_errors_in_order\": false,\n                        \"generate_shipping_labels_for_orders\": false,\n                        \"generate_invoices_for_dropship_orders\": false,\n                        \"can_vendor_enable_disable_product\": false,\n                        \"can_vendor_edit_quantity_product\": false,\n                        \"can_vendor_edit_weight_dimension_product\": false,\n                        \"can_vendor_edit_tax_product\": true,\n                        \"set_vendor_level_commission\": false,\n                        \"commission\": null,\n                        \"discount_shared_by_vendor\": null,\n                        \"commission_calculated_on_product_price_discounted_price\": null,\n                        \"set_vendor_level_shared_discount\": false,\n                        \"set_vendor_level_commissoin_calculated_on\": false,\n                        \"use_shop_channel_values_to_set_commission\": true,\n                        \"can_vendor_generate_invoice\": false,\n                        \"can_vendor_process_shippings\": false,\n                        \"can_vendor_edit_hsn_tax\": false,\n                        \"can_vendor_add_courier_provider\": false,\n                        \"default_vendor_type\": \"dropshipper\",\n                        \"no_of_deciaml_digits\": 2,\n                        \"credits\": 0,\n                        \"plan_id\": null,\n                        \"requested_plan_id\": null,\n                        \"override_invoice_permissions\": false,\n                        \"override_product_permissions\": false,\n                        \"override_order_routing_permissions\": false,\n                        \"override_shipping_permissions\": false,\n                        \"slug\": \"magento0-234956\",\n                        \"commission_calculated_tax_type\": \"exclusive_of_tax\",\n                        \"shipping_charge_commission_type\": \"fixed\",\n                        \"shipping_charge_commission\": 0,\n                        \"override_commission_calculated_tax_type\": false,\n                        \"override_shipping_charge_commission_type\": false,\n                        \"override_shipping_charge_commission\": 0,\n                        \"auto_email_to_vendor\": false,\n                        \"fixed_commission\": 0,\n                        \"service_charge\": 0,\n                        \"can_vendor_edit_price\": false,\n                        \"can_vendor_delete_product\": false,\n                        \"show_logo_in_awb\": false,\n                        \"hide_pick_address_in_awb\": true,\n                        \"hide_customer_info_in_awb\": true,\n                        \"hide_price_in_awb\": false,\n                        \"hide_customer_information_on_vendor_dashboards\": false,\n                        \"allow_merchant_to_generate_invoice\": false,\n                        \"show_merchant_logo_in_invoice\": false,\n                        \"locale\": \"en\",\n                        \"use_custom_waybill\": false,\n                        \"redirect_url\": \"dashboard\",\n                        \"invoice_state_code\": null,\n                        \"invoice_country_code\": null,\n                        \"stripe_account_id\": null,\n                        \"url_to_redirect_vendor_is_registered\": null,\n                        \"enable_app_shipping_profile_on_shopify\": null,\n                        \"policy\": null,\n                        \"css\": null,\n                        \"vendor_profile_color\": \"#f18024\",\n                        \"about_us\": null,\n                        \"facebook_link\": null,\n                        \"twitter_link\": null,\n                        \"instagram_link\": null,\n                        \"auto_fulfill_digital_orders\": false,\n                        \"use_default_warehouse_for_all_orders\": false,\n                        \"invoice_label_header_title\": null,\n                        \"invoice_place_of_supply\": null,\n                        \"invoice_cin_key_title\": null,\n                        \"invoice_cin\": null,\n                        \"give_vendor_access_to_merchant_shipper\": false,\n                        \"auto_generate_order_invoices_to_customers\": false,\n                        \"auto_email_order_invoices_to_customers\": false,\n                        \"treat_manual_payment_mode_as_cod\": false,\n                        \"fulfill_order_after_confirm\": false,\n                        \"add_notes_before_confirming_orders\": false,\n                        \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                        \"note_at_the_top_of_invoice\": null,\n                        \"vendor_shop_id\": null,\n                        \"vendor_category\": null,\n                        \"vendor_location\": null,\n                        \"short_description\": null,\n                        \"display_vendor_category\": false,\n                        \"display_vendor_location\": false,\n                        \"display_vendor_short_description\": false,\n                        \"name_of_the_vendor_listing_page\": null,\n                        \"sync_settings\": {\n                            \"update_settings\": {\n                                \"title\": false,\n                                \"variant_name\": false,\n                                \"price\": true,\n                                \"weight\": false,\n                                \"sku\": false,\n                                \"description\": false,\n                                \"publish_status\": false,\n                                \"product_type\": false,\n                                \"barcode\": false,\n                                \"media\": false,\n                                \"compare_at_price\": true,\n                                \"quantity\": true,\n                                \"track_quantity_and_continue_selling_when_out_of_stock\": false,\n                                \"hsn_code_and_country_of_origin\": false,\n                                \"tags\": true\n                            },\n                            \"create_settings\": {\n                                \"title\": true,\n                                \"variant_name\": true,\n                                \"price\": true,\n                                \"weight\": true,\n                                \"sku\": true,\n                                \"description\": true,\n                                \"publish_status\": true,\n                                \"product_type\": true,\n                                \"barcode\": true,\n                                \"media\": true,\n                                \"compare_at_price\": true,\n                                \"quantity\": true,\n                                \"track_quantity_and_continue_selling_when_out_of_stock\": true,\n                                \"hsn_code_and_country_of_origin\": true,\n                                \"tags\": true\n                            },\n                            \"override_product_status_at_create\": false,\n                            \"product_status\": \"as_per_vendor_product\",\n                            \"enable_order_sync\": false,\n                            \"push_only_if_order_paid\": false,\n                            \"push_unsynced_product_order\": false,\n                            \"auto_add_variant\": true,\n                            \"auto_remove_variant\": true,\n                            \"strictKeyCheck\": false,\n                            \"on_product_delete\": \"do_nothing\",\n                            \"on_product_unmapped\": \"do_nothing\"\n                        },\n                        \"override_hide_customer_information_permissions\": false,\n                        \"can_vendor_cancel_an_order\": false,\n                        \"hide_shipping_charges\": false,\n                        \"add_insurance_to_shipment\": 0,\n                        \"meta_title\": null,\n                        \"registration_link\": null,\n                        \"auto_approval_of_products_from_vendor\": true,\n                        \"ignore_selling_price_for_commission\": 0,\n                        \"shipping_label_check\": {\n                            \"email\": false,\n                            \"phone\": false,\n                            \"address_line_1\": false,\n                            \"address_line_2\": false,\n                            \"address_line_1_minimum\": null,\n                            \"address_line_1_maximum\": null,\n                            \"address_line_2_minimum\": null,\n                            \"address_line_2_maximum\": null\n                        },\n                        \"shipping_label_size\": \"smalllabel\",\n                        \"paypal_email\": null,\n                        \"use_custom_email_driver\": false,\n                        \"ignore_order_splitting\": false,\n                        \"hide_customer_information_on_vendor_dashboard\": {\n                            \"name\": false,\n                            \"phone\": false,\n                            \"address\": false,\n                            \"email\": false,\n                            \"city\": false,\n                            \"state\": false\n                        },\n                        \"hide_customer_information_in_awb\": {\n                            \"name\": false,\n                            \"phone\": false,\n                            \"address\": false,\n                            \"email\": false,\n                            \"city\": false,\n                            \"state\": false,\n                            \"line_items\": false,\n                            \"vendor_name\": false,\n                            \"sku\": false,\n                            \"weight_dimension\": false\n                        },\n                        \"hide_customer_information_in_invoice\": {\n                            \"name\": false,\n                            \"phone\": false,\n                            \"address\": false,\n                            \"email\": false,\n                            \"city\": false,\n                            \"state\": false\n                        },\n                        \"vendor_profile_settings\": {\n                            \"seller_products_tab\": true,\n                            \"seller_policy_tab\": true,\n                            \"seller_contact_us_tab\": true\n                        },\n                        \"challan_message_1\": null,\n                        \"challan_message_2\": null,\n                        \"challan_prefix\": null,\n                        \"challan_number_same_as_invoice_number\": true,\n                        \"default_label_size_for_all_vendors\": false,\n                        \"hide_customer_information_in_export\": {\n                            \"name\": false,\n                            \"phone\": false,\n                            \"address\": false,\n                            \"email\": false,\n                            \"city\": false,\n                            \"state\": false\n                        },\n                        \"product_permissions\": null,\n                        \"hide_product_details_in_awb\": false,\n                        \"hide_invoice_details_in_awb\": false,\n                        \"company_note\": null,\n                        \"meta_data\": null,\n                        \"color_theme_field\": \"light.orange\",\n                        \"change_tracking_url\": false,\n                        \"ship_to_address_as_merchants_default_warehouse\": false,\n                        \"can_vendor_hold_an_order\": false,\n                        \"handle_out_of_stock_products\": null,\n                        \"allow_vendors_to_change_vendor_profile_details\": false,\n                        \"whatsapp_account\": null,\n                        \"vendor_profile_theme_choosen\": \"theme-1\",\n                        \"whatsapp_credit\": 100,\n                        \"test_whatsapp_number\": null,\n                        \"spoc_email_sending_method\": null,\n                        \"connected_vendor_shops\": null,\n                        \"events\": null,\n                        \"commission_automation_set\": null,\n                        \"auto_confirmation_using_tags_settings\": {\n                            \"tags_settings_status\": false,\n                            \"paid\": false,\n                            \"tags_for_paid\": [],\n                            \"cod_or_partially_paid\": false,\n                            \"tags_for_cod_or_partially_paid\": [],\n                            \"Exceptions_for_paid\": false,\n                            \"Exceptions_for_paid_tags\": [],\n                            \"Exceptions_for_cod_or_partially_paid\": false,\n                            \"Exceptions_for_cod_or_partially_paid_tags\": []\n                        },\n                        \"preferred_location\": null,\n                        \"email_credit\": null,\n                        \"logo\": null,\n                        \"logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                        \"is_general_setting_done\": true,\n                        \"is_invoice_setting_done\": true,\n                        \"is_label_setting_done\": false,\n                        \"is_gst_enabled\": false,\n                        \"billing_detail\": \"\",\n                        \"warehouse_address\": \"</br>\",\n                        \"contact_information\": \"\",\n                        \"status\": \"Active\",\n                        \"global_commission\": \"15\",\n                        \"global_discount_shared_by_vendor\": \"0\",\n                        \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                        \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                        \"global_shipping_charge_commission_type\": \"fixed\",\n                        \"global_shipping_charge_commission\": 50,\n                        \"global_fixed_commission\": 10,\n                        \"is_drop_shipper\": true,\n                        \"state\": null,\n                        \"first_email\": [\n                            \"het.shipturtle@gmail.com\"\n                        ],\n                        \"invoice_state\": null,\n                        \"banner\": null,\n                        \"banner_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                        \"frontend_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                        \"navbar_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                        \"email_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                        \"invoice_country_detail\": null,\n                        \"commission_tags\": null,\n                        \"parent\": {\n                            \"id\": 212738,\n                            \"company_name\": \"kapil\",\n                            \"brand_name\": \"violetplants\",\n                            \"company_logo\": null,\n                            \"contact_name\": \"Chahar\",\n                            \"phone_number\": null,\n                            \"email\": \"het.shipturtle@gmail.com\",\n                            \"address_line_1\": \"Est\",\n                            \"address_line_2\": \"Test\",\n                            \"pin_code\": \"411018\",\n                            \"city\": \"Pune\",\n                            \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                            \"updated_at\": \"2024-01-02T06:35:02.000000Z\",\n                            \"state_id\": null,\n                            \"gstin_number\": \"1234\",\n                            \"invoice_prefix\": \"Invoice\",\n                            \"starting_invoice_number\": \"26\",\n                            \"terms_and_conditions\": null,\n                            \"bank_account_beneficiary_name\": null,\n                            \"bank_account_name\": null,\n                            \"ifsc_code\": null,\n                            \"label_company_name\": null,\n                            \"label_contact_name\": null,\n                            \"label_phone\": null,\n                            \"label_email_address\": null,\n                            \"label_address_line_1\": null,\n                            \"label_address_line_2\": null,\n                            \"label_pin_code\": null,\n                            \"label_city\": null,\n                            \"label_state\": null,\n                            \"signature\": null,\n                            \"currency\": \"INR\",\n                            \"weight\": null,\n                            \"measurement\": null,\n                            \"gst_enabled\": true,\n                            \"override_channel_product_weight_enabled\": true,\n                            \"label_details_same_as_company\": true,\n                            \"multi_vendor_invoicing_enabled\": false,\n                            \"multi_vendor_shipping_enabled\": false,\n                            \"is_master\": \"1\",\n                            \"invoice_number_same_as_order_number\": true,\n                            \"enable_disable_cod_reconciliation\": true,\n                            \"enable_disable_freight_reconciliation\": true,\n                            \"cod_tolerance\": \"5\",\n                            \"freight_tolerance\": \"2\",\n                            \"is_multi_vendor_enabled\": true,\n                            \"invoice_message\": null,\n                            \"inclusive_exclusive\": null,\n                            \"is_tax_on_shipping\": \"no\",\n                            \"tax_on_shipping\": null,\n                            \"primary_color\": \"#222F3D\",\n                            \"secondary_color\": null,\n                            \"display_hsn\": true,\n                            \"website\": \"https://app.shipturtle.com/\",\n                            \"country\": \"IN\",\n                            \"type_of_vendor\": \"marketplace\",\n                            \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                            \"title\": \"violetplants\",\n                            \"parent_id\": 212738,\n                            \"extra_information\": null,\n                            \"invoice_date\": \"invoice_creation_date\",\n                            \"number_of_digits\": \"0\",\n                            \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                            \"created_by\": null,\n                            \"updated_by\": 28344,\n                            \"invoice_contact_name\": \"Hussain\",\n                            \"invoice_address_1\": \"dahod\",\n                            \"invoice_address_2\": \"dahod\",\n                            \"invoice_postal_code\": \"380005\",\n                            \"invoice_city\": \"Ahmedabad\",\n                            \"invoice_phone_number\": \"09173038104\",\n                            \"invoice_tin\": null,\n                            \"timezone\": \"America/Phoenix\",\n                            \"hand_delivered_enabled\": true,\n                            \"other_courier_partner_enabled\": true,\n                            \"billing_address_same_as_company_details\": false,\n                            \"deactivated_at\": null,\n                            \"state_code\": \"GJ\",\n                            \"automatically_sync_vendor_name_from_store\": true,\n                            \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                            \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                            \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                            \"correct_all_errors_in_order\": false,\n                            \"generate_shipping_labels_for_orders\": false,\n                            \"generate_invoices_for_dropship_orders\": false,\n                            \"can_vendor_enable_disable_product\": false,\n                            \"can_vendor_edit_quantity_product\": false,\n                            \"can_vendor_edit_weight_dimension_product\": false,\n                            \"can_vendor_edit_tax_product\": true,\n                            \"set_vendor_level_commission\": false,\n                            \"commission\": \"15\",\n                            \"discount_shared_by_vendor\": \"0\",\n                            \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"set_vendor_level_shared_discount\": false,\n                            \"set_vendor_level_commissoin_calculated_on\": false,\n                            \"use_shop_channel_values_to_set_commission\": false,\n                            \"can_vendor_generate_invoice\": true,\n                            \"can_vendor_process_shippings\": true,\n                            \"can_vendor_edit_hsn_tax\": true,\n                            \"can_vendor_add_courier_provider\": true,\n                            \"default_vendor_type\": \"dropshipper\",\n                            \"no_of_deciaml_digits\": 2,\n                            \"credits\": 299836,\n                            \"plan_id\": 4,\n                            \"requested_plan_id\": null,\n                            \"override_invoice_permissions\": false,\n                            \"override_product_permissions\": false,\n                            \"override_order_routing_permissions\": false,\n                            \"override_shipping_permissions\": false,\n                            \"slug\": \"violetplants-212738\",\n                            \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"shipping_charge_commission_type\": \"fixed\",\n                            \"shipping_charge_commission\": 50,\n                            \"override_commission_calculated_tax_type\": false,\n                            \"override_shipping_charge_commission_type\": false,\n                            \"override_shipping_charge_commission\": 0,\n                            \"auto_email_to_vendor\": true,\n                            \"fixed_commission\": 10,\n                            \"service_charge\": 0,\n                            \"can_vendor_edit_price\": false,\n                            \"can_vendor_delete_product\": false,\n                            \"show_logo_in_awb\": false,\n                            \"hide_pick_address_in_awb\": false,\n                            \"hide_customer_info_in_awb\": true,\n                            \"hide_price_in_awb\": false,\n                            \"hide_customer_information_on_vendor_dashboards\": false,\n                            \"allow_merchant_to_generate_invoice\": false,\n                            \"show_merchant_logo_in_invoice\": true,\n                            \"locale\": \"en\",\n                            \"use_custom_waybill\": false,\n                            \"redirect_url\": \"dashboard\",\n                            \"invoice_state_code\": \"GJ\",\n                            \"invoice_country_code\": \"IN\",\n                            \"stripe_account_id\": null,\n                            \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                            \"enable_app_shipping_profile_on_shopify\": \"0\",\n                            \"policy\": null,\n                            \"css\": null,\n                            \"vendor_profile_color\": \"#f18024\",\n                            \"about_us\": null,\n                            \"facebook_link\": null,\n                            \"twitter_link\": null,\n                            \"instagram_link\": null,\n                            \"auto_fulfill_digital_orders\": true,\n                            \"use_default_warehouse_for_all_orders\": false,\n                            \"invoice_label_header_title\": null,\n                            \"invoice_place_of_supply\": null,\n                            \"invoice_cin_key_title\": null,\n                            \"invoice_cin\": null,\n                            \"give_vendor_access_to_merchant_shipper\": false,\n                            \"auto_generate_order_invoices_to_customers\": true,\n                            \"auto_email_order_invoices_to_customers\": true,\n                            \"treat_manual_payment_mode_as_cod\": false,\n                            \"fulfill_order_after_confirm\": false,\n                            \"add_notes_before_confirming_orders\": false,\n                            \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                            \"note_at_the_top_of_invoice\": null,\n                            \"vendor_shop_id\": null,\n                            \"vendor_category\": null,\n                            \"vendor_location\": null,\n                            \"short_description\": null,\n                            \"display_vendor_category\": true,\n                            \"display_vendor_location\": true,\n                            \"display_vendor_short_description\": true,\n                            \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                            \"sync_settings\": {\n                                \"update_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": false,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"create_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": false,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"override_product_status_at_create\": true,\n                                \"product_status\": \"as_per_vendor_product\",\n                                \"enable_order_sync\": true,\n                                \"push_only_if_order_paid\": false,\n                                \"push_unsynced_product_order\": true,\n                                \"auto_add_variant\": true,\n                                \"auto_remove_variant\": true,\n                                \"strictKeyCheck\": false,\n                                \"on_product_delete\": \"do_nothing\",\n                                \"on_product_unmapped\": \"do_nothing\",\n                                \"push_only_if_product_connected\": true\n                            },\n                            \"override_hide_customer_information_permissions\": false,\n                            \"can_vendor_cancel_an_order\": false,\n                            \"hide_shipping_charges\": false,\n                            \"add_insurance_to_shipment\": 0,\n                            \"meta_title\": null,\n                            \"registration_link\": null,\n                            \"auto_approval_of_products_from_vendor\": true,\n                            \"ignore_selling_price_for_commission\": 0,\n                            \"shipping_label_check\": {\n                                \"email\": false,\n                                \"phone\": false,\n                                \"address_line_1\": false,\n                                \"address_line_2\": false,\n                                \"address_line_1_minimum\": null,\n                                \"address_line_1_maximum\": null,\n                                \"address_line_2_minimum\": null,\n                                \"address_line_2_maximum\": null\n                            },\n                            \"shipping_label_size\": \"smalllabel\",\n                            \"paypal_email\": null,\n                            \"use_custom_email_driver\": false,\n                            \"ignore_order_splitting\": false,\n                            \"hide_customer_information_on_vendor_dashboard\": {\n                                \"name\": false,\n                                \"phone\": true,\n                                \"address\": true,\n                                \"email\": true,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"hide_customer_information_in_awb\": {\n                                \"name\": false,\n                                \"phone\": true,\n                                \"address\": true,\n                                \"email\": true,\n                                \"city\": false,\n                                \"state\": false,\n                                \"line_items\": false,\n                                \"vendor_name\": false,\n                                \"sku\": false,\n                                \"weight_dimension\": false\n                            },\n                            \"hide_customer_information_in_invoice\": {\n                                \"name\": false,\n                                \"phone\": true,\n                                \"address\": true,\n                                \"email\": true,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"vendor_profile_settings\": {\n                                \"seller_products_tab\": true,\n                                \"seller_policy_tab\": true,\n                                \"seller_contact_us_tab\": true,\n                                \"seller_events_tab\": true,\n                                \"seller_reviews_tab\": false,\n                                \"seller_about_us_tab\": true\n                            },\n                            \"challan_message_1\": null,\n                            \"challan_message_2\": null,\n                            \"challan_prefix\": \"Invoice\",\n                            \"challan_number_same_as_invoice_number\": true,\n                            \"default_label_size_for_all_vendors\": false,\n                            \"hide_customer_information_in_export\": {\n                                \"name\": false,\n                                \"phone\": true,\n                                \"address\": true,\n                                \"email\": true,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"product_permissions\": null,\n                            \"hide_product_details_in_awb\": false,\n                            \"hide_invoice_details_in_awb\": false,\n                            \"company_note\": \"<p>sdfasdfab</p>\",\n                            \"meta_data\": \"[{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                            \"color_theme_field\": \"light.orange\",\n                            \"change_tracking_url\": false,\n                            \"ship_to_address_as_merchants_default_warehouse\": false,\n                            \"can_vendor_hold_an_order\": false,\n                            \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                            \"allow_vendors_to_change_vendor_profile_details\": true,\n                            \"whatsapp_account\": \"use_company_account\",\n                            \"vendor_profile_theme_choosen\": \"theme-1\",\n                            \"whatsapp_credit\": 54,\n                            \"test_whatsapp_number\": \"+918849193468\",\n                            \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                            \"connected_vendor_shops\": [\n                                \"vendorsynctesting5.myshopify.com\",\n                                \"testing-for-vendorsync.myshopify.com\",\n                                \"purpleplants.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"test-store-webkul-112.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com/\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com\",\n                                \"channelteststore5.myshopify.com\",\n                                \"https://st-wpdemo.com/newtestclient/\",\n                                \"purpleplants.myshopify.com\",\n                                \"purpleplants.myshopify.com\",\n                                \"vendorsynctesting.myshopify.com\",\n                                \"vendorsynctesting.myshopify.com\"\n                            ],\n                            \"events\": null,\n                            \"commission_automation_set\": {\n                                \"commission_automation\": true,\n                                \"commission_automation_rules\": true,\n                                \"commission_automation_date_range\": true,\n                                \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                \"time_buffer_for_commission_automation\": \"4\",\n                                \"order_status_for_commission_automation\": \"pending\",\n                                \"invoice_number_for_commission_automation\": 277,\n                                \"date_Range_days_for_commission_automation\": \"4\"\n                            },\n                            \"auto_confirmation_using_tags_settings\": {\n                                \"tags_settings_status\": true,\n                                \"paid\": true,\n                                \"tags_for_paid\": [],\n                                \"cod_or_partially_paid\": false,\n                                \"tags_for_cod_or_partially_paid\": [],\n                                \"Exceptions_for_paid\": false,\n                                \"Exceptions_for_paid_tags\": [],\n                                \"Exceptions_for_cod_or_partially_paid\": false,\n                                \"Exceptions_for_cod_or_partially_paid_tags\": []\n                            },\n                            \"preferred_location\": null,\n                            \"email_credit\": 4759,\n                            \"logo\": null,\n                            \"logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                            \"is_general_setting_done\": true,\n                            \"is_invoice_setting_done\": true,\n                            \"is_label_setting_done\": false,\n                            \"is_gst_enabled\": true,\n                            \"billing_detail\": \"Pune</br>Gujarat</br>India\",\n                            \"warehouse_address\": \"Pune</br>IN\",\n                            \"contact_information\": \"Chahar</br>het.shipturtle@gmail.com</br>\",\n                            \"status\": \"Active\",\n                            \"global_commission\": \"15\",\n                            \"global_discount_shared_by_vendor\": \"0\",\n                            \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"global_shipping_charge_commission_type\": \"fixed\",\n                            \"global_shipping_charge_commission\": 50,\n                            \"global_fixed_commission\": 10,\n                            \"is_drop_shipper\": false,\n                            \"state\": {\n                                \"id\": 13,\n                                \"code\": \"GJ\",\n                                \"tin\": 24,\n                                \"title\": \"Gujarat\",\n                                \"created_at\": \"2019-08-03T17:48:42.000000Z\",\n                                \"updated_at\": \"2020-03-28T04:51:45.000000Z\",\n                                \"deleted_at\": null,\n                                \"country_code\": \"IN\"\n                            },\n                            \"first_email\": [\n                                \"het.shipturtle@gmail.com\"\n                            ],\n                            \"invoice_state\": {\n                                \"id\": 13,\n                                \"code\": \"GJ\",\n                                \"tin\": 24,\n                                \"title\": \"Gujarat\",\n                                \"created_at\": \"2019-08-03T17:48:42.000000Z\",\n                                \"updated_at\": \"2020-03-28T04:51:45.000000Z\",\n                                \"deleted_at\": null,\n                                \"country_code\": \"IN\"\n                            },\n                            \"banner\": null,\n                            \"banner_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                            \"frontend_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                            \"navbar_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                            \"email_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                            \"invoice_country_detail\": {\n                                \"id\": 98,\n                                \"name\": \"India\",\n                                \"code\": \"IN\",\n                                \"dial_code\": \"+91\",\n                                \"currency_name\": \"Indian rupee\",\n                                \"currency_symbol\": \"Rs.\",\n                                \"currency_code\": \"INR\",\n                                \"created_at\": null,\n                                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                \"name_with_symbole\": \"Indian rupee - Rs.\"\n                            },\n                            \"commission_tags\": {\n                                \"company_id\": 212738,\n                                \"override_commission\": true\n                            },\n                            \"media\": [],\n                            \"country_detail\": {\n                                \"id\": 98,\n                                \"name\": \"India\",\n                                \"code\": \"IN\",\n                                \"dial_code\": \"+91\",\n                                \"currency_name\": \"Indian rupee\",\n                                \"currency_symbol\": \"Rs.\",\n                                \"currency_code\": \"INR\",\n                                \"created_at\": null,\n                                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                \"name_with_symbole\": \"Indian rupee - Rs.\"\n                            }\n                        },\n                        \"media\": []\n                    }\n                }\n            },\n            \"commission_invoice\": null\n        },\n        {\n            \"id\": 9326337,\n            \"vendor_line_item_id\": 9351890,\n            \"vendor_order_id\": 6639825,\n            \"order_id\": 1925031580332,\n            \"shop_id\": 4147,\n            \"company_id\": 234956,\n            \"commission\": \"0\",\n            \"adjustment\": \"0\",\n            \"date_of_payment\": null,\n            \"reference\": null,\n            \"created_at\": \"2024-01-01T08:56:58.000000Z\",\n            \"updated_at\": \"2024-01-01T08:56:58.000000Z\",\n            \"price\": \"10\",\n            \"vendor_payout\": \"11.8\",\n            \"quantity\": 1,\n            \"discount_shared_by_vendor\": \"0\",\n            \"total_discount\": \"0\",\n            \"commission_level\": \"Tags\",\n            \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n            \"processed_at\": \"2024-01-01 14:26:48\",\n            \"merchant_earn\": \"0\",\n            \"less_discount_borne_by_vendor\": \"0\",\n            \"order_value\": \"0\",\n            \"net_earn\": \"0\",\n            \"commission_on_shipping\": \"50\",\n            \"merchant_commission_on_freight_charged\": \"0\",\n            \"merchant_commission_on_product\": 0,\n            \"commission_shipping_calculation_on\": \"inclusive_of_tax\",\n            \"commission_on_shipping_type\": \"fixed\",\n            \"fixed_commission\": \"0\",\n            \"service_charge\": \"0\",\n            \"total_line_value\": \"11.8\",\n            \"line_tax_value\": \"1.8\",\n            \"line_shipping_tax_value\": \"0\",\n            \"line_tax_percentage\": \"0.18\",\n            \"line_shipping_tax_percentage\": \"0\",\n            \"service_tax\": \"0\",\n            \"product_value\": \"10\",\n            \"shipping_price\": \"0\",\n            \"parent_id\": null,\n            \"commission_invoice_id\": null,\n            \"tax_information\": {\n                \"cgst\": 0,\n                \"igst\": 0,\n                \"sgst\": 0,\n                \"total_tax\": 0\n            },\n            \"is_paid\": false,\n            \"vendor_order\": {\n                \"user_id\": 92574581039,\n                \"pick_listed\": false,\n                \"gateway\": \"manual\",\n                \"total_weight\": 0,\n                \"total_price\": 236,\n                \"status\": \"New Orders\",\n                \"email\": \"rajdip.shipturtle@gmail.com\",\n                \"provider\": \"shopify\",\n                \"invoice_number\": \"Invoice3027\",\n                \"awb\": null,\n                \"processed_at\": \"2024-01-01 14:26:48\",\n                \"customer\": \"{\\\"id\\\": 7864611733807, \\\"note\\\": null, \\\"tags\\\": \\\"\\\", \\\"email\\\": \\\"rajdip.shipturtle@gmail.com\\\", \\\"phone\\\": null, \\\"state\\\": \\\"disabled\\\", \\\"currency\\\": \\\"INR\\\", \\\"last_name\\\": \\\"jalondhara\\\", \\\"created_at\\\": \\\"2023-12-27T13:02:22+05:30\\\", \\\"first_name\\\": \\\"Rajdeep\\\", \\\"tax_exempt\\\": false, \\\"updated_at\\\": \\\"2024-01-01T14:26:50+05:30\\\", \\\"tax_exemptions\\\": [], \\\"verified_email\\\": true, \\\"default_address\\\": {\\\"id\\\": 9899588780335, \\\"zip\\\": \\\"380050\\\", \\\"city\\\": \\\"Ahmedabad\\\", \\\"name\\\": \\\"Rajdeep Jalondhara\\\", \\\"phone\\\": null, \\\"company\\\": null, \\\"country\\\": \\\"India\\\", \\\"default\\\": true, \\\"address1\\\": \\\"ABC 1, Navrangpura abc Prakash Nagar Navrangpura\\\", \\\"address2\\\": null, \\\"province\\\": \\\"Gujarat\\\", \\\"last_name\\\": \\\"Jalondhara\\\", \\\"first_name\\\": \\\"Rajdeep\\\", \\\"customer_id\\\": 7864611733807, \\\"country_code\\\": \\\"IN\\\", \\\"country_name\\\": \\\"India\\\", \\\"province_code\\\": \\\"GJ\\\"}, \\\"accepts_marketing\\\": false, \\\"admin_graphql_api_id\\\": \\\"gid://shopify/Customer/7864611733807\\\", \\\"multipass_identifier\\\": null, \\\"sms_marketing_consent\\\": null, \\\"marketing_opt_in_level\\\": null, \\\"email_marketing_consent\\\": {\\\"state\\\": \\\"not_subscribed\\\", \\\"opt_in_level\\\": \\\"single_opt_in\\\", \\\"consent_updated_at\\\": null}, \\\"accepts_marketing_updated_at\\\": \\\"2023-12-27T13:02:22+05:30\\\"}\",\n                \"id\": 6639825,\n                \"invoice_download\": \"https://d2i9a0muccv7uq.cloudfront.net/s3/4147/generate_invoices/3027_Magento0_Rajdeep-Jalondhara_Invoice3027.pdf\",\n                \"awb_label\": null,\n                \"order_id\": 1925031580332,\n                \"company_id\": 234956,\n                \"shipping_provider\": null,\n                \"billing_address_id\": 9750849,\n                \"shipping_address_id\": 9616110,\n                \"shipping_service_provider_id\": null,\n                \"generating_awb\": false,\n                \"shipping_errors\": null,\n                \"mail_sent\": 0,\n                \"shipping_price\": \"0\",\n                \"total_tax\": 36,\n                \"total_amount_excluding_taxes\": 200,\n                \"height\": 2,\n                \"width\": 2,\n                \"length\": 3,\n                \"tracking_status\": \"Pending\",\n                \"tracking_message\": null,\n                \"order_number\": \"3027\",\n                \"status_sequence\": 1,\n                \"estimated_cost\": null,\n                \"shop_id\": 4147,\n                \"name\": \"#3027\",\n                \"warehouse_id\": null,\n                \"automate_shipment\": true,\n                \"shipping_address\": {\n                    \"zip\": \"380050\",\n                    \"city\": \"Ahmedabad\",\n                    \"name\": \"Rajdeep Jalondhara\",\n                    \"email\": \"rajdip.shipturtle@gmail.com\",\n                    \"phone\": \"\",\n                    \"company\": null,\n                    \"country\": \"India\",\n                    \"address1\": \"ABC 1, Navrangpura abc Prakash Naga\",\n                    \"address2\": \"r Navrangpura\",\n                    \"latitude\": null,\n                    \"province\": \"Gujarat\",\n                    \"last_name\": \"Jalondhara\",\n                    \"longitude\": null,\n                    \"first_name\": \"Rajdeep\",\n                    \"country_code\": \"IN\",\n                    \"province_code\": \"GJ\"\n                },\n                \"total_line_items_price\": 200,\n                \"total_discounts\": 0,\n                \"checkout_id\": 37177279414575,\n                \"tracking_link\": null,\n                \"payment_reconciliation_status\": \"pending\",\n                \"freight_reconciliation_status\": \"pending\",\n                \"payment_recon_id\": null,\n                \"freight_recon_id\": null,\n                \"billing_address\": {\n                    \"zip\": \"380050\",\n                    \"city\": \"Ahmedabad\",\n                    \"name\": \"Rajdeep Jalondhara\",\n                    \"phone\": null,\n                    \"company\": null,\n                    \"country\": \"India\",\n                    \"address1\": \"ABC 1, Navrangpura abc Prakash Nagar Navrangpura\",\n                    \"address2\": null,\n                    \"latitude\": 23.0329326,\n                    \"province\": \"Gujarat\",\n                    \"last_name\": \"Jalondhara\",\n                    \"longitude\": 72.55588259999999,\n                    \"first_name\": \"Rajdeep\",\n                    \"country_code\": \"IN\",\n                    \"province_code\": \"GJ\"\n                },\n                \"currency\": \"INR\",\n                \"last_tracked_at\": null,\n                \"unique_name\": \"#3027_Magento0\",\n                \"label\": null,\n                \"note\": null,\n                \"awb_created_at\": null,\n                \"custom_data\": null,\n                \"awb_custom_courier_name\": null,\n                \"requires_shipping\": true,\n                \"type_of_order\": \"forward_order\",\n                \"return_status\": null,\n                \"return_order_link\": null,\n                \"pickup_address\": null,\n                \"manifest_id\": null,\n                \"is_cod\": 0,\n                \"merchant_notes\": null,\n                \"is_customize\": false,\n                \"insurance_amount\": null,\n                \"insurance_cost\": null,\n                \"challan_number\": null,\n                \"challan_path\": null,\n                \"challan_download\": null,\n                \"challan_date\": null,\n                \"financial_status\": \"paid\",\n                \"tags\": \"\",\n                \"rag_status\": null,\n                \"rag_status_updated_on\": null,\n                \"processed_at_timestamp\": 1704119208,\n                \"mail_sent_for_ndr\": 0,\n                \"total_outstanding\": 0,\n                \"fulfillment_id\": null,\n                \"estimated_delivery_time\": null,\n                \"payment_gateway_names\": \"\\\"[\\\\\\\"manual\\\\\\\"]\\\"\",\n                \"note_attributes\": null,\n                \"ndr_api_available\": false,\n                \"unique_order_number\": \"#3027_Magento0\",\n                \"shipping_label_status\": \"Pending\",\n                \"invoice_generated\": \"Invoice Generated\",\n                \"shipping_service\": \"Not Selected\",\n                \"payment\": 236,\n                \"customer_address\": {\n                    \"id\": 7864611733807,\n                    \"note\": null,\n                    \"tags\": \"\",\n                    \"email\": \"rajdip.shipturtle@gmail.com\",\n                    \"phone\": null,\n                    \"state\": \"disabled\",\n                    \"currency\": \"INR\",\n                    \"last_name\": \"jalondhara\",\n                    \"created_at\": \"2023-12-27T13:02:22+05:30\",\n                    \"first_name\": \"Rajdeep\",\n                    \"tax_exempt\": false,\n                    \"updated_at\": \"2024-01-01T14:26:50+05:30\",\n                    \"tax_exemptions\": [],\n                    \"verified_email\": true,\n                    \"default_address\": {\n                        \"id\": 9899588780335,\n                        \"zip\": \"380050\",\n                        \"city\": \"Ahmedabad\",\n                        \"name\": \"Rajdeep Jalondhara\",\n                        \"phone\": null,\n                        \"company\": null,\n                        \"country\": \"India\",\n                        \"default\": true,\n                        \"address1\": \"ABC 1, Navrangpura abc Prakash Nagar Navrangpura\",\n                        \"address2\": null,\n                        \"province\": \"Gujarat\",\n                        \"last_name\": \"Jalondhara\",\n                        \"first_name\": \"Rajdeep\",\n                        \"customer_id\": 7864611733807,\n                        \"country_code\": \"IN\",\n                        \"country_name\": \"India\",\n                        \"province_code\": \"GJ\"\n                    },\n                    \"accepts_marketing\": false,\n                    \"admin_graphql_api_id\": \"gid://shopify/Customer/7864611733807\",\n                    \"multipass_identifier\": null,\n                    \"sms_marketing_consent\": null,\n                    \"marketing_opt_in_level\": null,\n                    \"email_marketing_consent\": {\n                        \"state\": \"not_subscribed\",\n                        \"opt_in_level\": \"single_opt_in\",\n                        \"consent_updated_at\": null\n                    },\n                    \"accepts_marketing_updated_at\": \"2023-12-27T13:02:22+05:30\"\n                },\n                \"payment_status\": \"PP\",\n                \"errors\": {\n                    \"errors\": {\n                        \"vendor_address\": {\n                            \"vendor_errors\": \"Kindly add warehouse info\"\n                        },\n                        \"shipping_service_provider\": {\n                            \"shipping_service_provider_id\": \"Please select Shipping Partner.\",\n                            \"warehouse_id\": \"Please select pick up Warehouse.\",\n                            \"total_weight\": \"Please input package weight.\"\n                        }\n                    },\n                    \"hasErrors\": true,\n                    \"canGenerateAwb\": false,\n                    \"canFetchRate\": false,\n                    \"canConfirmOrder\": false,\n                    \"generatingInvoice\": true\n                },\n                \"shipper_address\": null,\n                \"total_amount_including_tax\": 236,\n                \"shipment_tracker\": null,\n                \"shipping_details\": null,\n                \"is_cod_order\": false,\n                \"freight_payment\": \"0\",\n                \"automate_shipment_status\": \"A\",\n                \"is_delivered\": false,\n                \"tax_info\": false,\n                \"order_status\": null,\n                \"order_sequence_name\": \"New Orders\",\n                \"slug\": \"#3027_Magento0-6639825\",\n                \"line_item_counts\": 20,\n                \"pickup_warehouse_address\": null,\n                \"currency_country\": {\n                    \"id\": 98,\n                    \"name\": \"India\",\n                    \"code\": \"IN\",\n                    \"dial_code\": \"+91\",\n                    \"currency_name\": \"Indian rupee\",\n                    \"currency_symbol\": \"Rs.\",\n                    \"currency_code\": \"INR\",\n                    \"created_at\": null,\n                    \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                    \"name_with_symbole\": \"Indian rupee - Rs.\"\n                },\n                \"shipping_service_provider\": null,\n                \"warehouse\": null,\n                \"shop\": {\n                    \"id\": 4147,\n                    \"shopify_domain\": \"violetplants.myshopify.com\",\n                    \"shopify_token\": null,\n                    \"created_at\": \"2023-07-13T10:19:49.000000Z\",\n                    \"updated_at\": \"2024-01-01T13:07:55.000000Z\",\n                    \"grandfathered\": false,\n                    \"deleted_at\": null,\n                    \"namespace\": null,\n                    \"plan_id\": 621,\n                    \"freemium\": false,\n                    \"name\": \"violetplants\",\n                    \"email\": \"violetplants123@gmail.com\",\n                    \"province\": \"WB\",\n                    \"country\": {\n                        \"id\": 98,\n                        \"name\": \"India\",\n                        \"code\": \"IN\",\n                        \"dial_code\": \"+91\",\n                        \"currency_name\": \"Indian rupee\",\n                        \"currency_symbol\": \"Rs.\",\n                        \"currency_code\": \"INR\",\n                        \"created_at\": null,\n                        \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                        \"name_with_symbole\": \"Indian rupee - Rs.\"\n                    },\n                    \"address1\": \"123 Old Court House Street Lal Dighi B.B.D. Bagh\",\n                    \"zip\": \"700001\",\n                    \"city\": \"Kolkata\",\n                    \"source\": null,\n                    \"phone\": \"12345678\",\n                    \"latitude\": \"22.5685769\",\n                    \"longitude\": \"88.3492417\",\n                    \"primary_locale\": \"en\",\n                    \"address2\": \"\",\n                    \"country_code\": \"IN\",\n                    \"country_name\": \"India\",\n                    \"currency\": \"INR\",\n                    \"customer_email\": \"violetplants123@gmail.com\",\n                    \"timezone\": \"(GMT+05:30) Asia/Kolkata\",\n                    \"iana_timezone\": \"Asia/Kolkata\",\n                    \"shop_owner\": \"Sharad Kabra\",\n                    \"money_format\": \"Rs. {{amount}}\",\n                    \"money_with_currency_format\": \"Rs. {{amount}}\",\n                    \"weight_unit\": \"gm\",\n                    \"province_code\": \"WB\",\n                    \"taxes_included\": false,\n                    \"tax_shipping\": false,\n                    \"county_taxes\": true,\n                    \"plan_display_name\": \"Basic Shopify\",\n                    \"plan_name\": \"basic\",\n                    \"has_discounts\": \"1\",\n                    \"has_gift_cards\": \"1\",\n                    \"money_in_emails_format\": \"Rs. {{amount}}\",\n                    \"money_with_currency_in_emails_format\": \"Rs. {{amount}}\",\n                    \"eligible_for_payments\": \"0\",\n                    \"requires_extra_payments_agreement\": \"0\",\n                    \"primary_location_id\": \"94960419119\",\n                    \"multi_location_enabled\": \"1\",\n                    \"channel_id\": null,\n                    \"company_id\": 212738,\n                    \"user_id\": 28343,\n                    \"verifying_plan\": 967,\n                    \"dimension_unit\": \"inch\",\n                    \"override_taxes\": false,\n                    \"provider\": \"shopify\",\n                    \"maintain_hs_information_in_shipturtle\": false,\n                    \"automatically_update_order_status_on_shopify\": true,\n                    \"charge_tax\": \"0\",\n                    \"enable_tax_on_shipping\": false,\n                    \"tax_on_shipping\": 0,\n                    \"automatically_update_product_status_on_shopify\": true,\n                    \"parent_id\": null,\n                    \"setup_pending\": false,\n                    \"product_types_sold_on_store\": \"physical_products_only\",\n                    \"carrier_service_id\": null,\n                    \"extra_info\": \"{\\\"location_sync_status\\\":[true,\\\"2023-05-29 10:50:37\\\"],\\\"product_sync_status\\\":[true,\\\"2023-05-29 10:51:10\\\"],\\\"inventory_level_sync_status\\\":[true,\\\"2023-05-29 10:51:13\\\"],\\\"order_sync_status\\\":[true,\\\"2023-05-29 10:53:11\\\"]}\",\n                    \"payment_method_settings\": {\n                        \"0\": null,\n                        \"payu_in_paisa\": \"paid\",\n                        \"cash_on_delivery\": \"paid\",\n                        \"manual\": \"paid\",\n                        \"cashfree\": \"paid\",\n                        \"Cash on Delivery (COD)\": \"cod\",\n                        \"gift_card\": \"paid\",\n                        \"paytm\": \"paid\",\n                        \"stripe\": \"paid\",\n                        \"payu_india\": \"paid\",\n                        \"razorpay_cards_upi_netbanking_wallets_\": \"paid\",\n                        \"neft\": \"paid\",\n                        \"paypal\": \"paid\",\n                        \"shopify_payments\": \"paid\",\n                        \"amazon_payments\": \"paid\",\n                        \"razorpay_all_cards_netbanking_wallets_\": \"paid\",\n                        \"Etsy\": \"paid\",\n                        \"clearpay\": \"paid\",\n                        \"Bank Deposit/Mobile Transfer\": \"paid\",\n                        \"E-Transfer\": \"paid\",\n                        \"cash\": \"cod\",\n                        \"eBay/PayPal\": \"paid\",\n                        \"amazon_marketplace\": \"paid\",\n                        \"ccavenue\": \"paid\",\n                        \"payu_in\": \"paid\",\n                        \"bogus\": \"paid\",\n                        \"\": null,\n                        \"money_order\": \"cod\",\n                        \"bank_deposit\": null\n                    },\n                    \"enable_payment_settings\": false,\n                    \"script_js_id\": \"234600726831\",\n                    \"shopify_namespace\": \"shipturtle\",\n                    \"password\": \"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\",\n                    \"password_updated_at\": \"2023-12-19\",\n                    \"domain\": null,\n                    \"shopify_freemium\": 0,\n                    \"plan_id_onetime\": null,\n                    \"shipment_movement\": \"on_shipment\",\n                    \"14_day_trial_expired\": true,\n                    \"keep_credits\": 0,\n                    \"change_base\": 1,\n                    \"shop_setup_instructions\": \"{\\\"store_type\\\":\\\"market_place\\\"}\",\n                    \"store_setup\": \"{\\\"is_setup_complete\\\":null,\\\"step\\\":\\\"1\\\"}\",\n                    \"published_and_unpublished_theme1_code\": \"{\\\"published_theme1_template\\\":{\\\"main_page_template\\\":\\\"<div id=\\\\\\\"vendor-detail-page\\\\\\\">\\\\n    <input type=\\\\\\\"hidden\\\\\\\" id=\\\\\\\"company_id\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\">\\\\n    @if ($company->banner_link)\\\\n    <section class=\\\\\\\"u-clearfix u-section-1 bck-banner-img\\\\\\\" id=\\\\\\\"sec-44b5\\\\\\\" style=\\\\\\\"background-image: url({{$company->banner_link}});\\\\\\\">\\\\n    </section>\\\\n    @endif\\\\n    <div class=\\\\\\\"u-clearfix u-sheet u-valign-middle u-sheet-1\\\\\\\" style=\\\\\\\"min-height: 250px;\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-expanded-width u-gutter-0 u-layout-wrap u-layout-wrap-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-layout\\\\\\\">\\\\n                <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n                    <div class=\\\\\\\"u-align-center u-container-style u-layout-cell u-left-cell u-size-23 u-layout-cell-1\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\" style=\\\\\\\"height:max-content; display: flex; flex-direction: column; align-items: center; padding-right: 4rem; padding-top: 1.5rem;\\\\\\\">\\\\n                            <img alt=\\\\\\\"{{$company->title}}\\\\\\\" class=\\\\\\\"u-image u-image-circle\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\" data-image-width=\\\\\\\"150\\\\\\\" data-image-height=\\\\\\\"150\\\\\\\" style=\\\\\\\"width: 80%;\\\\\\\">\\\\n                            </img>\\\\n                             <div class=\\\\\\\"social-media-links\\\\\\\">\\\\n                            @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                            <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\">\\\\n                                    <svg class=\\\\\\\"u-svg-content\\\\\\\"  x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-0214\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#3B5998\\\\\\\" d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\">\\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-3589\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#55ACEE\\\\\\\" d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\">        \\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-d986\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                        </div>\\\\n                            @if ($parentCompany->display_vendor_location)\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-1\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}\\\\n                            </p>\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                            @endif\\\\n                        </div>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n                            <h2 style=\\\\\\\"margin-bottom: 0;\\\\\\\" class=\\\\\\\"u-text\\\\\\\">{{$company->brand_name}}</h2>\\\\n                            <p class=\\\\\\\"u-text u-text-3\\\\\\\">\\\\n                                {!! $company->about_us !!}\\\\n                            </p>\\\\n                        </div>\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </div>\\\\n    \\\\n    {{-- Tabs --}}\\\\n    <section class=\\\\\\\"u-align-center u-clearfix u-section-2\\\\\\\" id=\\\\\\\"carousel_37bc\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-tab-links-align-justify u-tabs u-tabs-1\\\\\\\" id=\\\\\\\"u-tabs\\\\\\\">\\\\n                <ul class=\\\\\\\"u-tab-list u-unstyled\\\\\\\" role=\\\\\\\"tablist\\\\\\\">\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_products_tab)\\\\n                    <li class=\\\\\\\"u-tab-item\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"active u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-1\\\\\\\" id=\\\\\\\"link-tab-products\\\\\\\" href=\\\\\\\"#tab-products\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-products\\\\\\\" aria-selected=\\\\\\\"true\\\\\\\">Products</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_policy_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-2\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-2\\\\\\\" id=\\\\\\\"link-tab-policy\\\\\\\" href=\\\\\\\"#tab-policy\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-policy\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Policy</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_about_us_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-aboutus\\\\\\\" href=\\\\\\\"#tab-aboutus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-aboutus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">About Us<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_events_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\"\\\\n                             id=\\\\\\\"link-tab-events\\\\\\\" href=\\\\\\\"#tab-events\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-events\\\\\\\"\\\\n                              aria-selected=\\\\\\\"false\\\\\\\">Events<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_contact_us_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-contactus\\\\\\\" href=\\\\\\\"#tab-contactus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-contactus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Contact Us<br>\\\\n                        </a>\\\\n                    </li>\\\\n                    @endif\\\\n                </ul>\\\\n                <div class=\\\\\\\"u-tab-content\\\\\\\">\\\\n                    <div class=\\\\\\\"u-container-style u-tab-active u-tab-pane u-white u-tab-pane-1\\\\\\\" id=\\\\\\\"tab-products\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-products\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-container-style u-tab-pane u-white u-tab-pane-2\\\\\\\" id=\\\\\\\"tab-policy\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-policy\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-aboutus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-aboutus\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-events\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-events\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white u-tab-pane-5\\\\\\\" id=\\\\\\\"tab-contactus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-contactus\\\\\\\">\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </section>\\\\n</div>\\\",\\\"product_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\">\\\\n    <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n        <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.details\\\\\\\", [\\\\\\\"shopDomain\\\\\\\" => $shop->shopify_domain,\\\\n        \\\\\\\"vendorTitle\\\\\\\"=>$vendorTitle, \\\\\\\"action\\\\\\\"=>\\\\\\\"products\\\\\\\"]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" id=\\\\\\\"search_product_form\\\\\\\"\\\\n        class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\"\\\\n        source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: left;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n                <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search Product\\\\\\\" id=\\\\\\\"st_search_product\\\\\\\" name=\\\\\\\"search_product\\\\\\\"\\\\n                class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n                <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$tags}}\\\\\\\" id=\\\\\\\"st_search_product_by_tag\\\\\\\" name=\\\\\\\"search_product_by_tag\\\\\\\">\\\\n            </div>\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: right;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control u-label\\\\\\\" style=\\\\\\\"margin-left: auto;\\\\\\\">Sort By</label>\\\\n                <select name=\\\\\\\"sort_by\\\\\\\" id=\\\\\\\"st_product_list_sort_by\\\\\\\" class=\\\\\\\"filters-toolbar__input\\\\\\\" aria-describedby=\\\\\\\"a11y-refresh-page-message \\\\n                a11y-selection-message\\\\\\\" data-default-sortby=\\\\\\\"title-descending\\\\\\\">\\\\n                    <option value=\\\\\\\"title-ascending\\\\\\\" {{$orderBy == \\\\\\\"title-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, A-Z</option>\\\\n                    <option value=\\\\\\\"title-descending\\\\\\\" {{$orderBy == \\\\\\\"title-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, Z-A</option>\\\\n                    <option value=\\\\\\\"price-ascending\\\\\\\" {{$orderBy == \\\\\\\"price-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price , Low To High</option>\\\\n                    <option value=\\\\\\\"price-descending\\\\\\\" {{$orderBy == \\\\\\\"price-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price, High To Low</option>\\\\n                    <option value=\\\\\\\"best-selling\\\\\\\" {{$orderBy == \\\\\\\"best-selling\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Best Selling</option>\\\\n                    <option value=\\\\\\\"date-ascending\\\\\\\" {{$orderBy == \\\\\\\"date-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, New To Old</option>\\\\n                    <option value=\\\\\\\"date-descending\\\\\\\" {{$orderBy == \\\\\\\"date-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, Old To New</option>\\\\n                </select>\\\\n            </div>\\\\n            <div style=\\\\\\\"clear: both;\\\\\\\"></div>\\\\n        </form>\\\\n    </div>\\\\n    <div class=\\\\\\\"u-products u-products-1\\\\\\\">\\\\n        <div class=\\\\\\\"loader hide\\\\\\\"></div>\\\\n        @if ($products && sizeof($products) > 0)\\\\n        <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n            @foreach($products as $product)\\\\n                <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                    <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/products/{{$product->handle}}\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2\\\\\\\">\\\\n                            <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1\\\\\\\" \\\\n                            src=\\\\\\\"{{$product->image}}\\\\\\\">\\\\n                            @if($parentCompany->handle_out_of_stock_products == \\\\\\\"list_out_of_stock_products_with_out_of_stock_label\\\\\\\" && $product->isOutOfStock())\\\\n                                <p class=\\\\\\\"hidden-text u-out-of-stock-text\\\\\\\">OUT OF STOCK</p>\\\\n                            @endif\\\\n\\\\n                            <div class=\\\\\\\"u-product-control u-product-price u-product-price-1\\\\\\\">\\\\n                                <div class=\\\\\\\"u-price-wrapper u-spacing-10\\\\\\\">\\\\n                                    <div class=\\\\\\\"u-price u-text-palette-2-base\\\\\\\" style=\\\\\\\"font-weight: 700;\\\\\\\">\\\\n                                        <p class=\\\\\\\"u-product-title text-muted\\\\\\\" style=\\\\\\\"text-decoration: none;\\\\\\\">\\\\n                                            {{$product->title}}\\\\n                                        </p>\\\\n                                        @if($product->has_only_default_variant)\\\\n                                        {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                         $product->shop->currency}} \\\\n                                        {{$product->lowestPricedVariant->first() ? $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\"}}\\\\n                                        @else\\\\n                                        From: {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                        $product->shop->currency}} {{ $product->lowestPricedVariant->first() ?\\\\n                                        $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\" }}\\\\n                                        @endif\\\\n                                    </div>\\\\n                                </div>\\\\n                            </div>\\\\n                        </div>\\\\n                    </a>\\\\n                </div>\\\\n            @endforeach\\\\n        </div>\\\\n        <div>\\\\n            {{ $products->links() }}\\\\n        </div>\\\\n        @else\\\\n        <div style=\\\\\\\"margin: auto;\\\\\\\">\\\\n            <h3>No Products Found</h3>\\\\n        </div>\\\\n        @endif\\\\n    </div>\\\\n</div>\\\",\\\"about_us_template\\\":\\\"<div class=\\\\\\\"u-aboutus-container\\\\\\\"> <div class=\\\\\\\"u-aboutus-row\\\\\\\"> {!! $aboutus !!} </div></div>\\\",\\\"policy_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">{!! $policy !!}</div>\\\\n</div>\\\",\\\"contact_us_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-left-cell u-size-30 u-layout-cell-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-container-layout-10\\\\\\\">\\\\n                <h2 class=\\\\\\\"u-text u-text-grey-70 u-text-8\\\\\\\">Contact us</h2>\\\\n                <h6 class=\\\\\\\"u-text u-text-grey-50 u-text-9\\\\\\\">{{$company->brand_name}}</h6>\\\\n                @if ($parentCompany->display_vendor_location)\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10\\\\\\\">{{ $company->address_line_1 ? $company->address_line_1.\\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\" }} {{ $company->address_line_2 ? $company->address_line_2 : \\\\\\\"\\\\\\\" }} <br>\\\\n                    {{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}                                        \\\\n                    </p>\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                @endif\\\\n                <div class=\\\\\\\"u-social-icons u-spacing-20 u-social-icons-1\\\\\\\">\\\\n                @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-facebook u-social-icon u-icon-2\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-50ee\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-50ee\\\\\\\"><path d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-twitter u-icon-3\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-d346\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-d346\\\\\\\"><path d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-instagram u-icon-4\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-dd2a\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-dd2a\\\\\\\"><path d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path><path d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path><path d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif                \\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-30 u-layout-cell-2\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-valign-middle u-container-layout-11\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-form u-form-2\\\\\\\">\\\\n                <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.contact\\\\\\\") }}\\\\\\\" id=\\\\\\\"st_vendor_contact_form\\\\\\\" method=\\\\\\\"POST\\\\\\\" class=\\\\\\\"u-clearfix u-form-spacing-24 u-form-vertical u-inner-form\\\\\\\" style=\\\\\\\"padding: 24px;\\\\\\\" source=\\\\\\\"custom\\\\\\\" name=\\\\\\\"form\\\\\\\">\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$shop->id}}\\\\\\\" name=\\\\\\\"shop_id\\\\\\\" >\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\" name=\\\\\\\"company_id\\\\\\\" >\\\\n                    <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_name\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Name</label>\\\\n                        <input type=\\\\\\\"text\\\\\\\" placeholder=\\\\\\\"Enter your Name\\\\\\\" id=\\\\\\\"st_contact_form_name\\\\\\\" name=\\\\\\\"name\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-4\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-email u-form-group\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_email\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Email</label>\\\\n                        <input type=\\\\\\\"email\\\\\\\" placeholder=\\\\\\\"Enter a valid email address\\\\\\\" id=\\\\\\\"st_contact_form_email\\\\\\\" name=\\\\\\\"email\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-5\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-group u-form-message\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_message\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Message</label>\\\\n                        <textarea placeholder=\\\\\\\"Enter your message\\\\\\\" rows=\\\\\\\"4\\\\\\\" cols=\\\\\\\"50\\\\\\\" id=\\\\\\\"st_contact_form_message\\\\\\\" name=\\\\\\\"message\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-6\\\\\\\" required=\\\\\\\"\\\\\\\"></textarea>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-form-group u-form-submit\\\\\\\">       \\\\n                        <input type=\\\\\\\"submit\\\\\\\" value=\\\\\\\"submit\\\\\\\" class=\\\\\\\"u-form-control\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-send-message u-form-send-success\\\\\\\"> Thank you! Your message has been sent. </div>\\\\n                    <div class=\\\\\\\"u-form-send-error u-form-send-message\\\\\\\"> Unable to send your message. Please fix errors then try again. </div>\\\\n                </form>\\\\n            </div>\\\\n    </div>\\\\n        </div>\\\\n    </div>\\\\n</div>\\\"},\\\"unpublished_theme1_template\\\":{\\\"main_page_template\\\":\\\"<div id=\\\\\\\"vendor-detail-page\\\\\\\">\\\\n    <input type=\\\\\\\"hidden\\\\\\\" id=\\\\\\\"company_id\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\">\\\\n    @if ($company->banner_link)\\\\n    <section class=\\\\\\\"u-clearfix u-section-1 bck-banner-img\\\\\\\" id=\\\\\\\"sec-44b5\\\\\\\" style=\\\\\\\"background-image: url({{$company->banner_link}});\\\\\\\">\\\\n    </section>\\\\n    @endif\\\\n    <div class=\\\\\\\"u-clearfix u-sheet u-valign-middle u-sheet-1\\\\\\\" style=\\\\\\\"min-height: 250px;\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-expanded-width u-gutter-0 u-layout-wrap u-layout-wrap-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-layout\\\\\\\">\\\\n                <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n                    <div class=\\\\\\\"u-align-center u-container-style u-layout-cell u-left-cell u-size-23 u-layout-cell-1\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\" style=\\\\\\\"height:max-content; display: flex; flex-direction: column; align-items: center; padding-right: 4rem; padding-top: 1.5rem;\\\\\\\">\\\\n                            <img alt=\\\\\\\"{{$company->title}}\\\\\\\" class=\\\\\\\"u-image u-image-circle\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\" data-image-width=\\\\\\\"150\\\\\\\" data-image-height=\\\\\\\"150\\\\\\\" style=\\\\\\\"width: 80%;\\\\\\\">\\\\n                            </img>\\\\n                             <div class=\\\\\\\"social-media-links\\\\\\\">\\\\n                            @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                            <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\">\\\\n                                    <svg class=\\\\\\\"u-svg-content\\\\\\\"  x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-0214\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#3B5998\\\\\\\" d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\">\\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-3589\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#55ACEE\\\\\\\" d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\">        \\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-d986\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                        </div>\\\\n                            @if ($parentCompany->display_vendor_location)\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-1\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}\\\\n                            </p>\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                            @endif\\\\n                        </div>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n                            <h2 style=\\\\\\\"margin-bottom: 0;\\\\\\\" class=\\\\\\\"u-text\\\\\\\">{{$company->brand_name}}</h2>\\\\n                            <p class=\\\\\\\"u-text u-text-3\\\\\\\">\\\\n                                {!! $company->about_us !!}\\\\n                            </p>\\\\n                        </div>\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </div>\\\\n    \\\\n    {{-- Tabs --}}\\\\n    <section class=\\\\\\\"u-align-center u-clearfix u-section-2\\\\\\\" id=\\\\\\\"carousel_37bc\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-tab-links-align-justify u-tabs u-tabs-1\\\\\\\" id=\\\\\\\"u-tabs\\\\\\\">\\\\n                <ul class=\\\\\\\"u-tab-list u-unstyled\\\\\\\" role=\\\\\\\"tablist\\\\\\\">\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_products_tab)\\\\n                    <li class=\\\\\\\"u-tab-item\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"active u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-1\\\\\\\" id=\\\\\\\"link-tab-products\\\\\\\" href=\\\\\\\"#tab-products\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-products\\\\\\\" aria-selected=\\\\\\\"true\\\\\\\">Products</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_policy_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-2\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-2\\\\\\\" id=\\\\\\\"link-tab-policy\\\\\\\" href=\\\\\\\"#tab-policy\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-policy\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Policy</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_about_us_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-aboutus\\\\\\\" href=\\\\\\\"#tab-aboutus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-aboutus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">About Us<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_events_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\"\\\\n                             id=\\\\\\\"link-tab-events\\\\\\\" href=\\\\\\\"#tab-events\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-events\\\\\\\"\\\\n                              aria-selected=\\\\\\\"false\\\\\\\">Events<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_contact_us_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-contactus\\\\\\\" href=\\\\\\\"#tab-contactus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-contactus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Contact Us<br>\\\\n                        </a>\\\\n                    </li>\\\\n                    @endif\\\\n                </ul>\\\\n                <div class=\\\\\\\"u-tab-content\\\\\\\">\\\\n                    <div class=\\\\\\\"u-container-style u-tab-active u-tab-pane u-white u-tab-pane-1\\\\\\\" id=\\\\\\\"tab-products\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-products\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-container-style u-tab-pane u-white u-tab-pane-2\\\\\\\" id=\\\\\\\"tab-policy\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-policy\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-aboutus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-aboutus\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-events\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-events\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white u-tab-pane-5\\\\\\\" id=\\\\\\\"tab-contactus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-contactus\\\\\\\">\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </section>\\\\n</div>\\\",\\\"product_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\">\\\\n    <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n        <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.details\\\\\\\", [\\\\\\\"shopDomain\\\\\\\" => $shop->shopify_domain,\\\\n        \\\\\\\"vendorTitle\\\\\\\"=>$vendorTitle, \\\\\\\"action\\\\\\\"=>\\\\\\\"products\\\\\\\"]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" id=\\\\\\\"search_product_form\\\\\\\"\\\\n        class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\"\\\\n        source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: left;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n                <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search Product\\\\\\\" id=\\\\\\\"st_search_product\\\\\\\" name=\\\\\\\"search_product\\\\\\\"\\\\n                class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n                <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$tags}}\\\\\\\" id=\\\\\\\"st_search_product_by_tag\\\\\\\" name=\\\\\\\"search_product_by_tag\\\\\\\">\\\\n            </div>\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: right;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control u-label\\\\\\\" style=\\\\\\\"margin-left: auto;\\\\\\\">Sort By</label>\\\\n                <select name=\\\\\\\"sort_by\\\\\\\" id=\\\\\\\"st_product_list_sort_by\\\\\\\" class=\\\\\\\"filters-toolbar__input\\\\\\\" aria-describedby=\\\\\\\"a11y-refresh-page-message \\\\n                a11y-selection-message\\\\\\\" data-default-sortby=\\\\\\\"title-descending\\\\\\\">\\\\n                    <option value=\\\\\\\"title-ascending\\\\\\\" {{$orderBy == \\\\\\\"title-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, A-Z</option>\\\\n                    <option value=\\\\\\\"title-descending\\\\\\\" {{$orderBy == \\\\\\\"title-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, Z-A</option>\\\\n                    <option value=\\\\\\\"price-ascending\\\\\\\" {{$orderBy == \\\\\\\"price-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price , Low To High</option>\\\\n                    <option value=\\\\\\\"price-descending\\\\\\\" {{$orderBy == \\\\\\\"price-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price, High To Low</option>\\\\n                    <option value=\\\\\\\"best-selling\\\\\\\" {{$orderBy == \\\\\\\"best-selling\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Best Selling</option>\\\\n                    <option value=\\\\\\\"date-ascending\\\\\\\" {{$orderBy == \\\\\\\"date-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, New To Old</option>\\\\n                    <option value=\\\\\\\"date-descending\\\\\\\" {{$orderBy == \\\\\\\"date-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, Old To New</option>\\\\n                </select>\\\\n            </div>\\\\n            <div style=\\\\\\\"clear: both;\\\\\\\"></div>\\\\n        </form>\\\\n    </div>\\\\n    <div class=\\\\\\\"u-products u-products-1\\\\\\\">\\\\n        <div class=\\\\\\\"loader hide\\\\\\\"></div>\\\\n        @if ($products && sizeof($products) > 0)\\\\n        <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n            @foreach($products as $product)\\\\n                <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                    <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/products/{{$product->handle}}\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2\\\\\\\">\\\\n                            <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1\\\\\\\" \\\\n                            src=\\\\\\\"{{$product->image}}\\\\\\\">\\\\n                            @if($parentCompany->handle_out_of_stock_products == \\\\\\\"list_out_of_stock_products_with_out_of_stock_label\\\\\\\" && $product->isOutOfStock())\\\\n                                <p class=\\\\\\\"hidden-text u-out-of-stock-text\\\\\\\">OUT OF STOCK</p>\\\\n                            @endif\\\\n\\\\n                            <div class=\\\\\\\"u-product-control u-product-price u-product-price-1\\\\\\\">\\\\n                                <div class=\\\\\\\"u-price-wrapper u-spacing-10\\\\\\\">\\\\n                                    <div class=\\\\\\\"u-price u-text-palette-2-base\\\\\\\" style=\\\\\\\"font-weight: 700;\\\\\\\">\\\\n                                        <p class=\\\\\\\"u-product-title text-muted\\\\\\\" style=\\\\\\\"text-decoration: none;\\\\\\\">\\\\n                                            {{$product->title}}\\\\n                                        </p>\\\\n                                        @if($product->has_only_default_variant)\\\\n                                        {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                         $product->shop->currency}} \\\\n                                        {{$product->lowestPricedVariant->first() ? $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\"}}\\\\n                                        @else\\\\n                                        From: {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                        $product->shop->currency}} {{ $product->lowestPricedVariant->first() ?\\\\n                                        $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\" }}\\\\n                                        @endif\\\\n                                    </div>\\\\n                                </div>\\\\n                            </div>\\\\n                        </div>\\\\n                    </a>\\\\n                </div>\\\\n            @endforeach\\\\n        </div>\\\\n        <div>\\\\n            {{ $products->links() }}\\\\n        </div>\\\\n        @else\\\\n        <div style=\\\\\\\"margin: auto;\\\\\\\">\\\\n            <h3>No Products Found</h3>\\\\n        </div>\\\\n        @endif\\\\n    </div>\\\\n</div>\\\",\\\"about_us_template\\\":\\\"<div class=\\\\\\\"u-aboutus-container\\\\\\\"> <div class=\\\\\\\"u-aboutus-row\\\\\\\"> {!! $aboutus !!} </div></div>\\\",\\\"policy_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">{!! $policy !!}</div>\\\\n</div>\\\",\\\"contact_us_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-left-cell u-size-30 u-layout-cell-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-container-layout-10\\\\\\\">\\\\n                <h2 class=\\\\\\\"u-text u-text-grey-70 u-text-8\\\\\\\">Contact us</h2>\\\\n                <h6 class=\\\\\\\"u-text u-text-grey-50 u-text-9\\\\\\\">{{$company->brand_name}}</h6>\\\\n                @if ($parentCompany->display_vendor_location)\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10\\\\\\\">{{ $company->address_line_1 ? $company->address_line_1.\\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\" }} {{ $company->address_line_2 ? $company->address_line_2 : \\\\\\\"\\\\\\\" }} <br>\\\\n                    {{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}                                        \\\\n                    </p>\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                @endif\\\\n                <div class=\\\\\\\"u-social-icons u-spacing-20 u-social-icons-1\\\\\\\">\\\\n                @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-facebook u-social-icon u-icon-2\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-50ee\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-50ee\\\\\\\"><path d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-twitter u-icon-3\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-d346\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-d346\\\\\\\"><path d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-instagram u-icon-4\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-dd2a\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-dd2a\\\\\\\"><path d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path><path d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path><path d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif                \\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-30 u-layout-cell-2\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-valign-middle u-container-layout-11\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-form u-form-2\\\\\\\">\\\\n                <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.contact\\\\\\\") }}\\\\\\\" id=\\\\\\\"st_vendor_contact_form\\\\\\\" method=\\\\\\\"POST\\\\\\\" class=\\\\\\\"u-clearfix u-form-spacing-24 u-form-vertical u-inner-form\\\\\\\" style=\\\\\\\"padding: 24px;\\\\\\\" source=\\\\\\\"custom\\\\\\\" name=\\\\\\\"form\\\\\\\">\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$shop->id}}\\\\\\\" name=\\\\\\\"shop_id\\\\\\\" >\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\" name=\\\\\\\"company_id\\\\\\\" >\\\\n                    <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_name\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Name</label>\\\\n                        <input type=\\\\\\\"text\\\\\\\" placeholder=\\\\\\\"Enter your Name\\\\\\\" id=\\\\\\\"st_contact_form_name\\\\\\\" name=\\\\\\\"name\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-4\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-email u-form-group\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_email\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Email</label>\\\\n                        <input type=\\\\\\\"email\\\\\\\" placeholder=\\\\\\\"Enter a valid email address\\\\\\\" id=\\\\\\\"st_contact_form_email\\\\\\\" name=\\\\\\\"email\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-5\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-group u-form-message\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_message\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Message</label>\\\\n                        <textarea placeholder=\\\\\\\"Enter your message\\\\\\\" rows=\\\\\\\"4\\\\\\\" cols=\\\\\\\"50\\\\\\\" id=\\\\\\\"st_contact_form_message\\\\\\\" name=\\\\\\\"message\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-6\\\\\\\" required=\\\\\\\"\\\\\\\"></textarea>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-form-group u-form-submit\\\\\\\">       \\\\n                        <input type=\\\\\\\"submit\\\\\\\" value=\\\\\\\"submit\\\\\\\" class=\\\\\\\"u-form-control\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-send-message u-form-send-success\\\\\\\"> Thank you! Your message has been sent. </div>\\\\n                    <div class=\\\\\\\"u-form-send-error u-form-send-message\\\\\\\"> Unable to send your message. Please fix errors then try again. </div>\\\\n                </form>\\\\n            </div>\\\\n    </div>\\\\n        </div>\\\\n    </div>\\\\n</div>\\\"},\\\"published_theme1_css\\\":null,\\\"unpublished_theme1_css\\\":null,\\\"published_vendor_list_template\\\":\\\"<div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2 u-section-2\\\\\\\">\\\\n    <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n      <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n        <h1 class=\\\\\\\"u-text u-text-default u-text-1\\\\\\\">{{$parentCompany->name_of_the_vendor_listing_page}}</h1>\\\\n        <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n          <form id=\\\\\\\"vendor_search_form\\\\\\\" action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.list\\\\\\\", [\\\\\\\"shop\\\\\\\" => $shop->shopify_domain]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\" source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n              <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n              <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search\\\\\\\" id=\\\\\\\"search_vendor\\\\\\\" name=\\\\\\\"search_vendor\\\\\\\" class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n            </div>\\\\n          </form>\\\\n        </div>\\\\n        <div class=\\\\\\\"loader\\\\\\\" ></div>\\\\n        <div class=\\\\\\\"u-container-layout-2 u-container-layout-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-products u-products-1\\\\\\\">                \\\\n                <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n                    @foreach($companies as $company)\\\\n                      <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2 container\\\\\\\">\\\\n                                  <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1 image-hover\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\">\\\\n                                  <h1 class=\\\\\\\"u-align-center u-product-control u-text u-text-1\\\\\\\">\\\\n                                      <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                                          {{$company->title}}\\\\n                                      </a>\\\\n                                      @if ($parentCompany->display_vendor_category && $company->vendor_category != \\\\\\\"\\\\\\\")\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->vendor_category}} </p>\\\\n                                      @endif\\\\n                                      @if ($parentCompany->display_vendor_location)\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}</p>\\\\n                                      @endif\\\\n                                  </h1>\\\\n                              </div>\\\\n                          </a>\\\\n                          @if ($parentCompany->display_vendor_short_description)\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"st-middle\\\\\\\">\\\\n                                  <div class=\\\\\\\"short-description st-white-text-overlay\\\\\\\" style=\\\\\\\"height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.4);\\\\\\\">\\\\n                                      {!! $company->short_description !!}\\\\n                                  </div>\\\\n                              </div>\\\\n                          </a>\\\\n                          @endif\\\\n                      </div>\\\\n                    @endforeach\\\\n                </div>\\\\n                <div>\\\\n                  {{ $companies->links() }}\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n      </div>\\\\n    </div>\\\\n  </div>\\\",\\\"unpublished_vendor_list_template\\\":\\\"<div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2 u-section-2\\\\\\\">\\\\n    <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n      <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n        <h1 class=\\\\\\\"u-text u-text-default u-text-1\\\\\\\">{{$parentCompany->name_of_the_vendor_listing_page}}</h1>\\\\n        <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n          <form id=\\\\\\\"vendor_search_form\\\\\\\" action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.list\\\\\\\", [\\\\\\\"shop\\\\\\\" => $shop->shopify_domain]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\" source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n              <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n              <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search\\\\\\\" id=\\\\\\\"search_vendor\\\\\\\" name=\\\\\\\"search_vendor\\\\\\\" class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n            </div>\\\\n          </form>\\\\n        </div>\\\\n        <div class=\\\\\\\"loader\\\\\\\" ></div>\\\\n        <div class=\\\\\\\"u-container-layout-2 u-container-layout-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-products u-products-1\\\\\\\">                \\\\n                <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n                    @foreach($companies as $company)\\\\n                      <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2 container\\\\\\\">\\\\n                                  <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1 image-hover\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\">\\\\n                                  <h1 class=\\\\\\\"u-align-center u-product-control u-text u-text-1\\\\\\\">\\\\n                                      <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                                          {{$company->title}}\\\\n                                      </a>\\\\n                                      @if ($parentCompany->display_vendor_category && $company->vendor_category != \\\\\\\"\\\\\\\")\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->vendor_category}} </p>\\\\n                                      @endif\\\\n                                      @if ($parentCompany->display_vendor_location)\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}</p>\\\\n                                      @endif\\\\n                                  </h1>\\\\n                              </div>\\\\n                          </a>\\\\n                          @if ($parentCompany->display_vendor_short_description)\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"st-middle\\\\\\\">\\\\n                                  <div class=\\\\\\\"short-description st-white-text-overlay\\\\\\\" style=\\\\\\\"height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.4);\\\\\\\">\\\\n                                      {!! $company->short_description !!}\\\\n                                  </div>\\\\n                              </div>\\\\n                          </a>\\\\n                          @endif\\\\n                      </div>\\\\n                    @endforeach\\\\n                </div>\\\\n                <div>\\\\n                  {{ $companies->links() }}\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n      </div>\\\\n    </div>\\\\n  </div>\\\",\\\"publish_pending\\\":false}\",\n                    \"published_and_unpublished_theme1_code_last_version\": \"{\\\"published_theme1_css\\\":null,\\\"published_theme1_template\\\":{\\\"main_page_template\\\":\\\"<div id=\\\\\\\"vendor-detail-page\\\\\\\">\\\\n    <input type=\\\\\\\"hidden\\\\\\\" id=\\\\\\\"company_id\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\">\\\\n    @if ($company->banner_link)\\\\n    <section class=\\\\\\\"u-clearfix u-section-1 bck-banner-img\\\\\\\" id=\\\\\\\"sec-44b5\\\\\\\" style=\\\\\\\"background-image: url({{$company->banner_link}});\\\\\\\">\\\\n    </section>\\\\n    @endif\\\\n    <div class=\\\\\\\"u-clearfix u-sheet u-valign-middle u-sheet-1\\\\\\\" style=\\\\\\\"min-height: 250px;\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-expanded-width u-gutter-0 u-layout-wrap u-layout-wrap-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-layout\\\\\\\">\\\\n                <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n                    <div class=\\\\\\\"u-align-center u-container-style u-layout-cell u-left-cell u-size-23 u-layout-cell-1\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\" style=\\\\\\\"height:max-content; display: flex; flex-direction: column; align-items: center; padding-right: 4rem; padding-top: 1.5rem;\\\\\\\">\\\\n                            <img alt=\\\\\\\"{{$company->title}}\\\\\\\" class=\\\\\\\"u-image u-image-circle\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\" data-image-width=\\\\\\\"150\\\\\\\" data-image-height=\\\\\\\"150\\\\\\\" style=\\\\\\\"width: 80%;\\\\\\\">\\\\n                            </img>\\\\n                             <div class=\\\\\\\"social-media-links\\\\\\\">\\\\n                            @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                            <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\">\\\\n                                    <svg class=\\\\\\\"u-svg-content\\\\\\\"  x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-0214\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#3B5998\\\\\\\" d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\">\\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-3589\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#55ACEE\\\\\\\" d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                            @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\">        \\\\n                                    <svg x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" id=\\\\\\\"svg-d986\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\">\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path>\\\\n                                        <path fill=\\\\\\\"#C536A4\\\\\\\" d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path>\\\\n                                    </svg>\\\\n                                </a>\\\\n                            @endif\\\\n                        </div>\\\\n                            @if ($parentCompany->display_vendor_location)\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-1\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}\\\\n                            </p>\\\\n                            <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                            @endif\\\\n                        </div>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n                            <h2 style=\\\\\\\"margin-bottom: 0;\\\\\\\" class=\\\\\\\"u-text\\\\\\\">{{$company->brand_name}}</h2>\\\\n                            <p class=\\\\\\\"u-text u-text-3\\\\\\\">\\\\n                                {!! $company->about_us !!}\\\\n                            </p>\\\\n                        </div>\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </div>\\\\n    \\\\n    {{-- Tabs --}}\\\\n    <section class=\\\\\\\"u-align-center u-clearfix u-section-2\\\\\\\" id=\\\\\\\"carousel_37bc\\\\\\\">\\\\n        <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-tab-links-align-justify u-tabs u-tabs-1\\\\\\\" id=\\\\\\\"u-tabs\\\\\\\">\\\\n                <ul class=\\\\\\\"u-tab-list u-unstyled\\\\\\\" role=\\\\\\\"tablist\\\\\\\">\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_products_tab)\\\\n                    <li class=\\\\\\\"u-tab-item\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"active u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-1\\\\\\\" id=\\\\\\\"link-tab-products\\\\\\\" href=\\\\\\\"#tab-products\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-products\\\\\\\" aria-selected=\\\\\\\"true\\\\\\\">Products</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_policy_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-2\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-2\\\\\\\" id=\\\\\\\"link-tab-policy\\\\\\\" href=\\\\\\\"#tab-policy\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"tab-policy\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Policy</a>\\\\n                    </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_about_us_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-aboutus\\\\\\\" href=\\\\\\\"#tab-aboutus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-aboutus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">About Us<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_events_tab)    \\\\n                        <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                            <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\"\\\\n                             id=\\\\\\\"link-tab-events\\\\\\\" href=\\\\\\\"#tab-events\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-events\\\\\\\"\\\\n                              aria-selected=\\\\\\\"false\\\\\\\">Events<br>\\\\n                            </a>\\\\n                        </li>\\\\n                    @endif\\\\n                    @if ($parentCompany->vendor_profile_settings && $parentCompany->vendor_profile_settings->seller_contact_us_tab)\\\\n                    <li class=\\\\\\\"u-tab-item u-tab-item-5\\\\\\\" role=\\\\\\\"presentation\\\\\\\">\\\\n                        <a class=\\\\\\\"u-active-white u-border-6 u-border-active-palette-1-base u-border-grey-15 u-border-hover-grey-15 u-border-no-bottom u-border-no-left u-border-no-right u-button-style u-grey-10 u-hover-grey-10 u-tab-link u-tab-link-5\\\\\\\" id=\\\\\\\"link-tab-contactus\\\\\\\" href=\\\\\\\"#tab-contactus\\\\\\\" role=\\\\\\\"tab\\\\\\\" aria-controls=\\\\\\\"link-tab-contactus\\\\\\\" aria-selected=\\\\\\\"false\\\\\\\">Contact Us<br>\\\\n                        </a>\\\\n                    </li>\\\\n                    @endif\\\\n                </ul>\\\\n                <div class=\\\\\\\"u-tab-content\\\\\\\">\\\\n                    <div class=\\\\\\\"u-container-style u-tab-active u-tab-pane u-white u-tab-pane-1\\\\\\\" id=\\\\\\\"tab-products\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-products\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-container-style u-tab-pane u-white u-tab-pane-2\\\\\\\" id=\\\\\\\"tab-policy\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"link-tab-policy\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-aboutus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-aboutus\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white\\\\\\\" id=\\\\\\\"tab-events\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-events\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-container-style u-tab-pane u-white u-tab-pane-5\\\\\\\" id=\\\\\\\"tab-contactus\\\\\\\" role=\\\\\\\"tabpanel\\\\\\\" aria-labelledby=\\\\\\\"tab-contactus\\\\\\\">\\\\n                    </div>\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n    </section>\\\\n</div>\\\",\\\"product_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-1\\\\\\\">\\\\n    <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n        <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.details\\\\\\\", [\\\\\\\"shopDomain\\\\\\\" => $shop->shopify_domain,\\\\n        \\\\\\\"vendorTitle\\\\\\\"=>$vendorTitle, \\\\\\\"action\\\\\\\"=>\\\\\\\"products\\\\\\\"]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" id=\\\\\\\"search_product_form\\\\\\\"\\\\n        class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\"\\\\n        source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: left;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n                <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search Product\\\\\\\" id=\\\\\\\"st_search_product\\\\\\\" name=\\\\\\\"search_product\\\\\\\"\\\\n                class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n                <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$tags}}\\\\\\\" id=\\\\\\\"st_search_product_by_tag\\\\\\\" name=\\\\\\\"search_product_by_tag\\\\\\\">\\\\n            </div>\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\" style=\\\\\\\"float: right;\\\\\\\">\\\\n                <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control u-label\\\\\\\" style=\\\\\\\"margin-left: auto;\\\\\\\">Sort By</label>\\\\n                <select name=\\\\\\\"sort_by\\\\\\\" id=\\\\\\\"st_product_list_sort_by\\\\\\\" class=\\\\\\\"filters-toolbar__input\\\\\\\" aria-describedby=\\\\\\\"a11y-refresh-page-message \\\\n                a11y-selection-message\\\\\\\" data-default-sortby=\\\\\\\"title-descending\\\\\\\">\\\\n                    <option value=\\\\\\\"title-ascending\\\\\\\" {{$orderBy == \\\\\\\"title-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, A-Z</option>\\\\n                    <option value=\\\\\\\"title-descending\\\\\\\" {{$orderBy == \\\\\\\"title-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Alphabetically, Z-A</option>\\\\n                    <option value=\\\\\\\"price-ascending\\\\\\\" {{$orderBy == \\\\\\\"price-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price , Low To High</option>\\\\n                    <option value=\\\\\\\"price-descending\\\\\\\" {{$orderBy == \\\\\\\"price-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\" }}>Price, High To Low</option>\\\\n                    <option value=\\\\\\\"best-selling\\\\\\\" {{$orderBy == \\\\\\\"best-selling\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Best Selling</option>\\\\n                    <option value=\\\\\\\"date-ascending\\\\\\\" {{$orderBy == \\\\\\\"date-ascending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, New To Old</option>\\\\n                    <option value=\\\\\\\"date-descending\\\\\\\" {{$orderBy == \\\\\\\"date-descending\\\\\\\" ? \\\\\\\"selected\\\\\\\" : \\\\\\\"\\\\\\\"}}> Date, Old To New</option>\\\\n                </select>\\\\n            </div>\\\\n            <div style=\\\\\\\"clear: both;\\\\\\\"></div>\\\\n        </form>\\\\n    </div>\\\\n    <div class=\\\\\\\"u-products u-products-1\\\\\\\">\\\\n        <div class=\\\\\\\"loader hide\\\\\\\"></div>\\\\n        @if ($products && sizeof($products) > 0)\\\\n        <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n            @foreach($products as $product)\\\\n                <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                    <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/products/{{$product->handle}}\\\\\\\">\\\\n                        <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2\\\\\\\">\\\\n                            <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1\\\\\\\" \\\\n                            src=\\\\\\\"{{$product->image}}\\\\\\\">\\\\n                            @if($parentCompany->handle_out_of_stock_products == \\\\\\\"list_out_of_stock_products_with_out_of_stock_label\\\\\\\" && $product->isOutOfStock())\\\\n                                <p class=\\\\\\\"hidden-text u-out-of-stock-text\\\\\\\">OUT OF STOCK</p>\\\\n                            @endif\\\\n\\\\n                            <div class=\\\\\\\"u-product-control u-product-price u-product-price-1\\\\\\\">\\\\n                                <div class=\\\\\\\"u-price-wrapper u-spacing-10\\\\\\\">\\\\n                                    <div class=\\\\\\\"u-price u-text-palette-2-base\\\\\\\" style=\\\\\\\"font-weight: 700;\\\\\\\">\\\\n                                        <p class=\\\\\\\"u-product-title text-muted\\\\\\\" style=\\\\\\\"text-decoration: none;\\\\\\\">\\\\n                                            {{$product->title}}\\\\n                                        </p>\\\\n                                        @if($product->has_only_default_variant)\\\\n                                        {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                         $product->shop->currency}} \\\\n                                        {{$product->lowestPricedVariant->first() ? $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\"}}\\\\n                                        @else\\\\n                                        From: {{$product->shop->currencyCountry ? $product->shop->currencyCountry->currency_symbol :\\\\n                                        $product->shop->currency}} {{ $product->lowestPricedVariant->first() ?\\\\n                                        $product->lowestPricedVariant->first()->price : \\\\\\\"0.00\\\\\\\" }}\\\\n                                        @endif\\\\n                                    </div>\\\\n                                </div>\\\\n                            </div>\\\\n                        </div>\\\\n                    </a>\\\\n                </div>\\\\n            @endforeach\\\\n        </div>\\\\n        <div>\\\\n            {{ $products->links() }}\\\\n        </div>\\\\n        @else\\\\n        <div style=\\\\\\\"margin: auto;\\\\\\\">\\\\n            <h3>No Products Found</h3>\\\\n        </div>\\\\n        @endif\\\\n    </div>\\\\n</div>\\\",\\\"about_us_template\\\":\\\"<div class=\\\\\\\"u-aboutus-container\\\\\\\"> <div class=\\\\\\\"u-aboutus-row\\\\\\\"> {!! $aboutus !!} </div></div>\\\",\\\"policy_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">{!! $policy !!}</div>\\\\n</div>\\\",\\\"contact_us_template\\\":\\\"<div class=\\\\\\\"u-container-layout u-container-layout-9\\\\\\\">\\\\n    <div class=\\\\\\\"u-layout-row\\\\\\\">\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-left-cell u-size-30 u-layout-cell-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-container-layout-10\\\\\\\">\\\\n                <h2 class=\\\\\\\"u-text u-text-grey-70 u-text-8\\\\\\\">Contact us</h2>\\\\n                <h6 class=\\\\\\\"u-text u-text-grey-50 u-text-9\\\\\\\">{{$company->brand_name}}</h6>\\\\n                @if ($parentCompany->display_vendor_location)\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10\\\\\\\">{{ $company->address_line_1 ? $company->address_line_1.\\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\" }} {{ $company->address_line_2 ? $company->address_line_2 : \\\\\\\"\\\\\\\" }} <br>\\\\n                    {{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}                                        \\\\n                    </p>\\\\n                    <p class=\\\\\\\"u-text u-text-grey-50 u-text-10 no-top-margin\\\\\\\">{{$company->email}}</p>\\\\n                @endif\\\\n                <div class=\\\\\\\"u-social-icons u-spacing-20 u-social-icons-1\\\\\\\">\\\\n                @if($company->facebook_link && $company->facebook_link != \\\\\\\"\\\\\\\" && $company->facebook_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->facebook_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-facebook u-social-icon u-icon-2\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-50ee\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-50ee\\\\\\\"><path d=\\\\\\\"M75.5,28.8H65.4c-1.5,0-4,0.9-4,4.3v9.4h13.9l-1.5,15.8H61.4v45.1H42.8V58.3h-8.8V42.4h8.8V32.2 c0-7.4,3.4-18.8,18.8-18.8h13.8v15.4H75.5z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->twitter_link && $company->twitter_link != \\\\\\\"\\\\\\\" && $company->twitter_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->twitter_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-twitter u-icon-3\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-d346\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-d346\\\\\\\"><path d=\\\\\\\"M92.2,38.2c0,0.8,0,1.6,0,2.3c0,24.3-18.6,52.4-52.6,52.4c-10.6,0.1-20.2-2.9-28.5-8.2 c1.4,0.2,2.9,0.2,4.4,0.2c8.7,0,16.7-2.9,23-7.9c-8.1-0.2-14.9-5.5-17.3-12.8c1.1,0.2,2.4,0.2,3.4,0.2c1.6,0,3.3-0.2,4.8-0.7 c-8.4-1.6-14.9-9.2-14.9-18c0-0.2,0-0.2,0-0.2c2.5,1.4,5.4,2.2,8.4,2.3c-5-3.3-8.3-8.9-8.3-15.4c0-3.4,1-6.5,2.5-9.2 c9.1,11.1,22.7,18.5,38,19.2c-0.2-1.4-0.4-2.8-0.4-4.3c0.1-10,8.3-18.2,18.5-18.2c5.4,0,10.1,2.2,13.5,5.7c4.3-0.8,8.1-2.3,11.7-4.5 c-1.4,4.3-4.3,7.9-8.1,10.1c3.7-0.4,7.3-1.4,10.6-2.9C98.9,32.3,95.7,35.5,92.2,38.2z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif\\\\n                @if($company->instagram_link && $company->instagram_link != \\\\\\\"\\\\\\\" && $company->instagram_link != \\\\\\\"undefined\\\\\\\")\\\\n                <a class=\\\\\\\"u-social-url\\\\\\\" target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"{{$company->instagram_link}}\\\\\\\"><span class=\\\\\\\"u-icon u-icon-circle u-social-icon u-social-instagram u-icon-4\\\\\\\">\\\\n                    <svg class=\\\\\\\"u-svg-link\\\\\\\" preserveAspectRatio=\\\\\\\"xMidYMin slice\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" style=\\\\\\\"\\\\\\\"><use xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" xlink:href=\\\\\\\"#svg-dd2a\\\\\\\"></use></svg>\\\\n                    <svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" xmlns:xlink=\\\\\\\"http://www.w3.org/1999/xlink\\\\\\\" version=\\\\\\\"1.1\\\\\\\" xml:space=\\\\\\\"preserve\\\\\\\" class=\\\\\\\"u-svg-content\\\\\\\" viewBox=\\\\\\\"0 0 224 224\\\\\\\" x=\\\\\\\"0px\\\\\\\" y=\\\\\\\"0px\\\\\\\" id=\\\\\\\"svg-dd2a\\\\\\\"><path d=\\\\\\\"M55.9,32.9c-12.8,0-23.2,10.4-23.2,23.2s10.4,23.2,23.2,23.2s23.2-10.4,23.2-23.2S68.7,32.9,55.9,32.9z M55.9,69.4c-7.4,0-13.3-6-13.3-13.3c-0.1-7.4,6-13.3,13.3-13.3s13.3,6,13.3,13.3C69.3,63.5,63.3,69.4,55.9,69.4z\\\\\\\"></path><path d=\\\\\\\"M79.7,26.8c-3,0-5.4,2.5-5.4,5.4s2.5,5.4,5.4,5.4c3,0,5.4-2.5,5.4-5.4S82.7,26.8,79.7,26.8z\\\\\\\"></path><path d=\\\\\\\"M78.2,11H33.5C21,11,10.8,21.3,10.8,33.7v44.7c0,12.6,10.2,22.8,22.7,22.8h44.7c12.6,0,22.7-10.2,22.7-22.7 V33.7C100.8,21.1,90.6,11,78.2,11z M91,78.4c0,7.1-5.8,12.8-12.8,12.8H33.5c-7.1,0-12.8-5.8-12.8-12.8V33.7 c0-7.1,5.8-12.8,12.8-12.8h44.7c7.1,0,12.8,5.8,12.8,12.8V78.4z\\\\\\\"></path></svg>\\\\n                    </span>\\\\n                </a>\\\\n                @endif                \\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n        <div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-30 u-layout-cell-2\\\\\\\">\\\\n            <div class=\\\\\\\"u-container-layout u-valign-middle u-container-layout-11\\\\\\\">\\\\n            <div class=\\\\\\\"u-expanded-width u-form u-form-2\\\\\\\">\\\\n                <form action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.contact\\\\\\\") }}\\\\\\\" id=\\\\\\\"st_vendor_contact_form\\\\\\\" method=\\\\\\\"POST\\\\\\\" class=\\\\\\\"u-clearfix u-form-spacing-24 u-form-vertical u-inner-form\\\\\\\" style=\\\\\\\"padding: 24px;\\\\\\\" source=\\\\\\\"custom\\\\\\\" name=\\\\\\\"form\\\\\\\">\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$shop->id}}\\\\\\\" name=\\\\\\\"shop_id\\\\\\\" >\\\\n                    <input type=\\\\\\\"hidden\\\\\\\" value=\\\\\\\"{{$company->id}}\\\\\\\" name=\\\\\\\"company_id\\\\\\\" >\\\\n                    <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_name\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Name</label>\\\\n                        <input type=\\\\\\\"text\\\\\\\" placeholder=\\\\\\\"Enter your Name\\\\\\\" id=\\\\\\\"st_contact_form_name\\\\\\\" name=\\\\\\\"name\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-4\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-email u-form-group\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_email\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Email</label>\\\\n                        <input type=\\\\\\\"email\\\\\\\" placeholder=\\\\\\\"Enter a valid email address\\\\\\\" id=\\\\\\\"st_contact_form_email\\\\\\\" name=\\\\\\\"email\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-5\\\\\\\" required=\\\\\\\"\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-group u-form-message\\\\\\\">\\\\n                        <label for=\\\\\\\"st_contact_form_message\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Message</label>\\\\n                        <textarea placeholder=\\\\\\\"Enter your message\\\\\\\" rows=\\\\\\\"4\\\\\\\" cols=\\\\\\\"50\\\\\\\" id=\\\\\\\"st_contact_form_message\\\\\\\" name=\\\\\\\"message\\\\\\\" class=\\\\\\\"u-border-2 u-border-black u-border-no-left u-border-no-right u-border-no-top u-input u-input-rectangle u-input-6\\\\\\\" required=\\\\\\\"\\\\\\\"></textarea>\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-align-left u-form-group u-form-submit\\\\\\\">       \\\\n                        <input type=\\\\\\\"submit\\\\\\\" value=\\\\\\\"submit\\\\\\\" class=\\\\\\\"u-form-control\\\\\\\">\\\\n                    </div>\\\\n                    <div class=\\\\\\\"u-form-send-message u-form-send-success\\\\\\\"> Thank you! Your message has been sent. </div>\\\\n                    <div class=\\\\\\\"u-form-send-error u-form-send-message\\\\\\\"> Unable to send your message. Please fix errors then try again. </div>\\\\n                </form>\\\\n            </div>\\\\n    </div>\\\\n        </div>\\\\n    </div>\\\\n</div>\\\"},\\\"published_vendor_list_template\\\":\\\"<div class=\\\\\\\"u-align-left u-container-style u-layout-cell u-right-cell u-size-37 u-layout-cell-2 u-section-2\\\\\\\">\\\\n    <div class=\\\\\\\"u-container-layout u-container-layout-2\\\\\\\">\\\\n      <div class=\\\\\\\"u-clearfix u-sheet u-sheet-1\\\\\\\">\\\\n        <h1 class=\\\\\\\"u-text u-text-default u-text-1\\\\\\\">{{$parentCompany->name_of_the_vendor_listing_page}}</h1>\\\\n        <div class=\\\\\\\"u-form u-form-1\\\\\\\">\\\\n          <form id=\\\\\\\"vendor_search_form\\\\\\\" action=\\\\\\\"{{ route(\\\\\\\"api.vendor_public.list\\\\\\\", [\\\\\\\"shop\\\\\\\" => $shop->shopify_domain]) }}\\\\\\\" method=\\\\\\\"get\\\\\\\" class=\\\\\\\"u-clearfix u-form-horizontal u-form-spacing-15 u-inner-form\\\\\\\" style=\\\\\\\"padding: 15px;\\\\\\\" source=\\\\\\\"custom\\\\\\\">\\\\n            <div class=\\\\\\\"u-form-group u-form-name\\\\\\\">\\\\n              <label for=\\\\\\\"name-ef64\\\\\\\" class=\\\\\\\"u-form-control-hidden u-label\\\\\\\">Search</label>\\\\n              <input type=\\\\\\\"text\\\\\\\" value=\\\\\\\"{{$search}}\\\\\\\" placeholder=\\\\\\\"Search\\\\\\\" id=\\\\\\\"search_vendor\\\\\\\" name=\\\\\\\"search_vendor\\\\\\\" class=\\\\\\\"u-border-1 u-border-grey-30 u-input u-input-rectangle\\\\\\\">\\\\n            </div>\\\\n          </form>\\\\n        </div>\\\\n        <div class=\\\\\\\"loader\\\\\\\" ></div>\\\\n        <div class=\\\\\\\"u-container-layout-2 u-container-layout-1\\\\\\\">\\\\n            <div class=\\\\\\\"u-products u-products-1\\\\\\\">                \\\\n                <div class=\\\\\\\"u-repeater u-repeater-1\\\\\\\">\\\\n                    @foreach($companies as $company)\\\\n                      <div class=\\\\\\\"u-align-center u-container-style u-products-item u-repeater-item\\\\\\\">\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"u-container-layout u-similar-container u-valign-top u-container-layout-2 container\\\\\\\">\\\\n                                  <img alt=\\\\\\\"\\\\\\\" class=\\\\\\\"u-expanded-width u-image u-image-default u-product-control u-image-1 image-hover\\\\\\\" src=\\\\\\\"{{$company->logo_link}}\\\\\\\">\\\\n                                  <h1 class=\\\\\\\"u-align-center u-product-control u-text u-text-1\\\\\\\">\\\\n                                      <a class=\\\\\\\"u-product-title-link\\\\\\\" href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                                          {{$company->title}}\\\\n                                      </a>\\\\n                                      @if ($parentCompany->display_vendor_category && $company->vendor_category != \\\\\\\"\\\\\\\")\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->vendor_category}} </p>\\\\n                                      @endif\\\\n                                      @if ($parentCompany->display_vendor_location)\\\\n                                          <p class=\\\\\\\"u-text u-text-grey-50 u-text-5 no-top-margin st-font-15\\\\\\\">{{$company->city ? $company->city. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->state ? $company->state->title. \\\\\\\", \\\\\\\" : \\\\\\\"\\\\\\\"}} {{$company->countryDetail ? $company->countryDetail->name : \\\\\\\"\\\\\\\"}}</p>\\\\n                                      @endif\\\\n                                  </h1>\\\\n                              </div>\\\\n                          </a>\\\\n                          @if ($parentCompany->display_vendor_short_description)\\\\n                          <a href=\\\\\\\"/pages/seller-profile/{{$company->slug}}\\\\\\\">\\\\n                              <div class=\\\\\\\"st-middle\\\\\\\">\\\\n                                  <div class=\\\\\\\"short-description st-white-text-overlay\\\\\\\" style=\\\\\\\"height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.4);\\\\\\\">\\\\n                                      {!! $company->short_description !!}\\\\n                                  </div>\\\\n                              </div>\\\\n                          </a>\\\\n                          @endif\\\\n                      </div>\\\\n                    @endforeach\\\\n                </div>\\\\n                <div>\\\\n                  {{ $companies->links() }}\\\\n                </div>\\\\n            </div>\\\\n        </div>\\\\n      </div>\\\\n    </div>\\\\n  </div>\\\"}\",\n                    \"left_days_14_day_trial\": null,\n                    \"currency_country\": {\n                        \"id\": 98,\n                        \"name\": \"India\",\n                        \"code\": \"IN\",\n                        \"dial_code\": \"+91\",\n                        \"currency_name\": \"Indian rupee\",\n                        \"currency_symbol\": \"Rs.\",\n                        \"currency_code\": \"INR\",\n                        \"created_at\": null,\n                        \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                        \"name_with_symbole\": \"Indian rupee - Rs.\"\n                    }\n                }\n            },\n            \"vendor_line_item\": {\n                \"total_discount\": 0,\n                \"order_discount\": 0,\n                \"sku\": \"All Field Test product22-green-small\",\n                \"quantity\": 1,\n                \"price\": 10,\n                \"title\": \"All Field Test product22\",\n                \"id\": 9351890,\n                \"product_id\": 9599632802095,\n                \"variant_id\": 22494313,\n                \"company_id\": 234956,\n                \"shipping_price\": \"0\",\n                \"total_value_including_tax\": 0,\n                \"taxable_price\": 0,\n                \"line_item_tax\": 0,\n                \"sku_barcode\": \"All Field Test product22-green-small</br>\",\n                \"shop\": null,\n                \"variant\": {\n                    \"id\": 22494313,\n                    \"title\": \"green / small\",\n                    \"price\": \"10.00\",\n                    \"sku\": \"All Field Test product22-green-small\",\n                    \"position\": 11,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": \"10.00\",\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"green\",\n                    \"option2\": \"small\",\n                    \"option3\": null,\n                    \"barcode\": \"\",\n                    \"grams\": \"0\",\n                    \"image_id\": null,\n                    \"weight\": \"0\",\n                    \"inventory_item_id\": \"50408304509231\",\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/48363850105135\",\n                    \"created_at\": \"2024-01-01T08:54:07.000000Z\",\n                    \"updated_at\": \"2024-01-01T08:57:42.000000Z\",\n                    \"deleted_at\": null,\n                    \"product_id\": 8106189,\n                    \"taxable\": true,\n                    \"requires_shipping\": null,\n                    \"weight_unit\": \"kg\",\n                    \"inventory_quantity\": \"9\",\n                    \"old_inventory_quantity\": null,\n                    \"product_purchase_cost\": \"0\",\n                    \"actual_product_weight\": \"0\",\n                    \"vendor_id\": null,\n                    \"provider\": null,\n                    \"company_id\": 234956,\n                    \"hsn_sku_id\": null,\n                    \"channel_id\": \"48363850105135\",\n                    \"channel\": \"shopify\",\n                    \"store_id\": null,\n                    \"image\": null,\n                    \"channel_variant_id\": \"22628286\",\n                    \"extra_information\": null,\n                    \"deactivated_at\": true,\n                    \"height\": null,\n                    \"width\": null,\n                    \"length\": null,\n                    \"shop_id\": 4147,\n                    \"tax_id\": null,\n                    \"body_html\": \"\",\n                    \"commission\": null,\n                    \"fixed_commission\": 0,\n                    \"override_commission\": false,\n                    \"parent_id\": 212738,\n                    \"product_code_name\": \"All Field Test product22-green-small</br>All Field Test product22</br>green,small\",\n                    \"product_variant_title\": \"All Field Test product22 - green / small\",\n                    \"product_type\": \"configurable\",\n                    \"product_type_id\": 133935,\n                    \"file_id\": null,\n                    \"option_name_1\": null,\n                    \"option_name_2\": null,\n                    \"option_name_3\": null,\n                    \"delivery_profile_id\": null,\n                    \"delivery_profile_provider_id\": null,\n                    \"vendor_shop_variant_id\": null,\n                    \"shopify_meta_data\": null,\n                    \"new_variant_sent\": 0,\n                    \"image_link\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-13_2.jpg?v=1704099244\",\n                    \"overridden_commission_level\": \"global\",\n                    \"overridden_commission\": \"15\",\n                    \"overridden_fixed_commission\": 10,\n                    \"file_history\": null,\n                    \"product\": {\n                        \"id\": 8106189,\n                        \"title\": \"All Field Test product22\",\n                        \"body_html\": \"\",\n                        \"vendor\": \"Magento0\",\n                        \"product_type\": {\n                            \"id\": 133935,\n                            \"channel\": \"shopify\",\n                            \"shop_id\": 4147,\n                            \"title\": \"configurable\",\n                            \"commission\": null,\n                            \"created_at\": \"2023-09-30T12:15:45.000000Z\",\n                            \"updated_at\": \"2023-09-30T12:15:45.000000Z\",\n                            \"fixed_commission\": 0,\n                            \"override_commission\": false,\n                            \"overridden_commission_level\": \"global\",\n                            \"overridden_commission\": \"15\",\n                            \"overridden_fixed_commission\": 10,\n                            \"global_commission_level\": \"global\",\n                            \"global_commission\": \"15\",\n                            \"global_fixed_commission\": 10\n                        },\n                        \"handle\": \"all-field-test-product22\",\n                        \"published_at\": \"2024-01-01 14:24:00\",\n                        \"template_suffix\": null,\n                        \"tags\": \"All Field Test product22\",\n                        \"published_scope\": null,\n                        \"admin_graphql_api_id\": \"gid://shopify/Product/9599632802095\",\n                        \"image\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-13_2.jpg?v=1704099244\",\n                        \"created_at\": \"2024-01-01T08:54:06.000000Z\",\n                        \"updated_at\": \"2024-01-01T09:00:21.000000Z\",\n                        \"deleted_at\": null,\n                        \"vendor_id\": 234956,\n                        \"provider\": null,\n                        \"company_id\": 234956,\n                        \"channel_id\": \"9599632802095\",\n                        \"store_id\": null,\n                        \"product_image_link\": null,\n                        \"channel_product_id\": 8099317,\n                        \"channel\": \"shopify\",\n                        \"sku\": null,\n                        \"shop_id\": 4147,\n                        \"tax_id\": null,\n                        \"product_type_id\": 133935,\n                        \"parent_id\": 212738,\n                        \"images\": [\n                            {\n                                \"id\": 44020661911855,\n                                \"alt\": null,\n                                \"src\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-13_2.jpg?v=1704099244\",\n                                \"width\": 1080,\n                                \"height\": 1080,\n                                \"position\": 1,\n                                \"created_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"product_id\": 9599632802095,\n                                \"updated_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"variant_ids\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/ProductImage/44020661911855\"\n                            },\n                            {\n                                \"id\": 44020661813551,\n                                \"alt\": null,\n                                \"src\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-12_5.jpg?v=1704099244\",\n                                \"width\": 1080,\n                                \"height\": 1080,\n                                \"position\": 2,\n                                \"created_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"product_id\": 9599632802095,\n                                \"updated_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"variant_ids\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/ProductImage/44020661813551\"\n                            },\n                            {\n                                \"id\": 44020661780783,\n                                \"alt\": null,\n                                \"src\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-11_5.jpg?v=1704099244\",\n                                \"width\": 1080,\n                                \"height\": 1080,\n                                \"position\": 3,\n                                \"created_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"product_id\": 9599632802095,\n                                \"updated_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"variant_ids\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/ProductImage/44020661780783\"\n                            },\n                            {\n                                \"id\": 44020661879087,\n                                \"alt\": null,\n                                \"src\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-10_f52a5a92-c15d-4445-a981-bd2251def6fa.jpg?v=1704099244\",\n                                \"width\": 1080,\n                                \"height\": 1080,\n                                \"position\": 4,\n                                \"created_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"product_id\": 9599632802095,\n                                \"updated_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"variant_ids\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/ProductImage/44020661879087\"\n                            },\n                            {\n                                \"id\": 44020661944623,\n                                \"alt\": null,\n                                \"src\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-9_c2a0ba5a-46c8-462e-bad6-b4bcfea883bb.jpg?v=1704099245\",\n                                \"width\": 1080,\n                                \"height\": 1080,\n                                \"position\": 5,\n                                \"created_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"product_id\": 9599632802095,\n                                \"updated_at\": \"2024-01-01T14:24:05+05:30\",\n                                \"variant_ids\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/ProductImage/44020661944623\"\n                            },\n                            {\n                                \"id\": 44020661977391,\n                                \"alt\": null,\n                                \"src\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-8_6729f903-3847-47b2-82f8-07bf9ea60c54.jpg?v=1704099245\",\n                                \"width\": 1080,\n                                \"height\": 1080,\n                                \"position\": 6,\n                                \"created_at\": \"2024-01-01T14:24:05+05:30\",\n                                \"product_id\": 9599632802095,\n                                \"updated_at\": \"2024-01-01T14:24:05+05:30\",\n                                \"variant_ids\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/ProductImage/44020661977391\"\n                            },\n                            {\n                                \"id\": 44020661846319,\n                                \"alt\": null,\n                                \"src\": \"https://cdn.shopify.com/s/files/1/0725/5965/7263/files/image-7_36b61da0-7175-4670-b1ac-69207b43a9cd.jpg?v=1704099245\",\n                                \"width\": 1080,\n                                \"height\": 1080,\n                                \"position\": 7,\n                                \"created_at\": \"2024-01-01T14:24:04+05:30\",\n                                \"product_id\": 9599632802095,\n                                \"updated_at\": \"2024-01-01T14:24:05+05:30\",\n                                \"variant_ids\": [],\n                                \"admin_graphql_api_id\": \"gid://shopify/ProductImage/44020661846319\"\n                            }\n                        ],\n                        \"options\": [\n                            {\n                                \"id\": 11918634680623,\n                                \"name\": \"Color\",\n                                \"values\": [\n                                    \"black\",\n                                    \"new color\",\n                                    \"green\",\n                                    \"red\",\n                                    \"white\"\n                                ],\n                                \"position\": 1,\n                                \"product_id\": 9599632802095\n                            },\n                            {\n                                \"id\": 11918634713391,\n                                \"name\": \"size\",\n                                \"values\": [\n                                    \"medium\",\n                                    \"large\",\n                                    \"small\",\n                                    \"extra large\"\n                                ],\n                                \"position\": 2,\n                                \"product_id\": 9599632802095\n                            }\n                        ],\n                        \"has_only_default_variant\": false,\n                        \"meta_data\": {\n                            \"badge\": {\n                                \"id\": \"gid://shopify/Metafield/32974825423151\",\n                                \"key\": \"badge\",\n                                \"value\": null,\n                                \"name_slug\": \"badge\",\n                                \"namespace\": \"judgeme\"\n                            },\n                            \"widget\": {\n                                \"id\": \"gid://shopify/Metafield/32974825455919\",\n                                \"key\": \"widget\",\n                                \"value\": null,\n                                \"name_slug\": \"widget\",\n                                \"namespace\": \"judgeme\"\n                            }\n                        },\n                        \"status\": \"active\",\n                        \"vendor_shop_product_id\": null,\n                        \"shopify_meta_data\": null,\n                        \"image_link\": null,\n                        \"images_link\": null,\n                        \"uploaded_images\": [],\n                        \"media\": []\n                    },\n                    \"company\": {\n                        \"id\": 234956,\n                        \"company_name\": null,\n                        \"brand_name\": \"Magento0\",\n                        \"company_logo\": null,\n                        \"contact_name\": null,\n                        \"phone_number\": null,\n                        \"email\": null,\n                        \"address_line_1\": null,\n                        \"address_line_2\": null,\n                        \"pin_code\": null,\n                        \"city\": null,\n                        \"created_at\": \"2023-12-27T11:06:45.000000Z\",\n                        \"updated_at\": \"2024-01-01T08:32:49.000000Z\",\n                        \"state_id\": null,\n                        \"gstin_number\": null,\n                        \"invoice_prefix\": null,\n                        \"starting_invoice_number\": null,\n                        \"terms_and_conditions\": null,\n                        \"bank_account_beneficiary_name\": null,\n                        \"bank_account_name\": null,\n                        \"ifsc_code\": null,\n                        \"label_company_name\": null,\n                        \"label_contact_name\": null,\n                        \"label_phone\": null,\n                        \"label_email_address\": null,\n                        \"label_address_line_1\": null,\n                        \"label_address_line_2\": null,\n                        \"label_pin_code\": null,\n                        \"label_city\": null,\n                        \"label_state\": null,\n                        \"signature\": null,\n                        \"currency\": null,\n                        \"weight\": null,\n                        \"measurement\": null,\n                        \"gst_enabled\": false,\n                        \"override_channel_product_weight_enabled\": false,\n                        \"label_details_same_as_company\": true,\n                        \"multi_vendor_invoicing_enabled\": true,\n                        \"multi_vendor_shipping_enabled\": true,\n                        \"is_master\": null,\n                        \"invoice_number_same_as_order_number\": true,\n                        \"enable_disable_cod_reconciliation\": false,\n                        \"enable_disable_freight_reconciliation\": false,\n                        \"cod_tolerance\": null,\n                        \"freight_tolerance\": null,\n                        \"is_multi_vendor_enabled\": true,\n                        \"invoice_message\": null,\n                        \"inclusive_exclusive\": null,\n                        \"is_tax_on_shipping\": \"no\",\n                        \"tax_on_shipping\": null,\n                        \"primary_color\": \"#f18024\",\n                        \"secondary_color\": null,\n                        \"display_hsn\": true,\n                        \"website\": null,\n                        \"country\": null,\n                        \"type_of_vendor\": \"dropshipper\",\n                        \"invoice_message_2\": null,\n                        \"title\": \"Magento0\",\n                        \"parent_id\": 212738,\n                        \"extra_information\": null,\n                        \"invoice_date\": \"invoice_creation_date\",\n                        \"number_of_digits\": \"0\",\n                        \"invoice_message_1\": null,\n                        \"created_by\": null,\n                        \"updated_by\": 28344,\n                        \"invoice_contact_name\": null,\n                        \"invoice_address_1\": null,\n                        \"invoice_address_2\": null,\n                        \"invoice_postal_code\": null,\n                        \"invoice_city\": null,\n                        \"invoice_phone_number\": null,\n                        \"invoice_tin\": null,\n                        \"timezone\": \"Asia/Kolkata\",\n                        \"hand_delivered_enabled\": true,\n                        \"other_courier_partner_enabled\": true,\n                        \"billing_address_same_as_company_details\": true,\n                        \"deactivated_at\": null,\n                        \"state_code\": null,\n                        \"automatically_sync_vendor_name_from_store\": true,\n                        \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                        \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                        \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                        \"correct_all_errors_in_order\": false,\n                        \"generate_shipping_labels_for_orders\": false,\n                        \"generate_invoices_for_dropship_orders\": false,\n                        \"can_vendor_enable_disable_product\": false,\n                        \"can_vendor_edit_quantity_product\": false,\n                        \"can_vendor_edit_weight_dimension_product\": false,\n                        \"can_vendor_edit_tax_product\": true,\n                        \"set_vendor_level_commission\": false,\n                        \"commission\": null,\n                        \"discount_shared_by_vendor\": null,\n                        \"commission_calculated_on_product_price_discounted_price\": null,\n                        \"set_vendor_level_shared_discount\": false,\n                        \"set_vendor_level_commissoin_calculated_on\": false,\n                        \"use_shop_channel_values_to_set_commission\": true,\n                        \"can_vendor_generate_invoice\": false,\n                        \"can_vendor_process_shippings\": false,\n                        \"can_vendor_edit_hsn_tax\": false,\n                        \"can_vendor_add_courier_provider\": false,\n                        \"default_vendor_type\": \"dropshipper\",\n                        \"no_of_deciaml_digits\": 2,\n                        \"credits\": 0,\n                        \"plan_id\": null,\n                        \"requested_plan_id\": null,\n                        \"override_invoice_permissions\": false,\n                        \"override_product_permissions\": false,\n                        \"override_order_routing_permissions\": false,\n                        \"override_shipping_permissions\": false,\n                        \"slug\": \"magento0-234956\",\n                        \"commission_calculated_tax_type\": \"exclusive_of_tax\",\n                        \"shipping_charge_commission_type\": \"fixed\",\n                        \"shipping_charge_commission\": 0,\n                        \"override_commission_calculated_tax_type\": false,\n                        \"override_shipping_charge_commission_type\": false,\n                        \"override_shipping_charge_commission\": 0,\n                        \"auto_email_to_vendor\": false,\n                        \"fixed_commission\": 0,\n                        \"service_charge\": 0,\n                        \"can_vendor_edit_price\": false,\n                        \"can_vendor_delete_product\": false,\n                        \"show_logo_in_awb\": false,\n                        \"hide_pick_address_in_awb\": true,\n                        \"hide_customer_info_in_awb\": true,\n                        \"hide_price_in_awb\": false,\n                        \"hide_customer_information_on_vendor_dashboards\": false,\n                        \"allow_merchant_to_generate_invoice\": false,\n                        \"show_merchant_logo_in_invoice\": false,\n                        \"locale\": \"en\",\n                        \"use_custom_waybill\": false,\n                        \"redirect_url\": \"dashboard\",\n                        \"invoice_state_code\": null,\n                        \"invoice_country_code\": null,\n                        \"stripe_account_id\": null,\n                        \"url_to_redirect_vendor_is_registered\": null,\n                        \"enable_app_shipping_profile_on_shopify\": null,\n                        \"policy\": null,\n                        \"css\": null,\n                        \"vendor_profile_color\": \"#f18024\",\n                        \"about_us\": null,\n                        \"facebook_link\": null,\n                        \"twitter_link\": null,\n                        \"instagram_link\": null,\n                        \"auto_fulfill_digital_orders\": false,\n                        \"use_default_warehouse_for_all_orders\": false,\n                        \"invoice_label_header_title\": null,\n                        \"invoice_place_of_supply\": null,\n                        \"invoice_cin_key_title\": null,\n                        \"invoice_cin\": null,\n                        \"give_vendor_access_to_merchant_shipper\": false,\n                        \"auto_generate_order_invoices_to_customers\": false,\n                        \"auto_email_order_invoices_to_customers\": false,\n                        \"treat_manual_payment_mode_as_cod\": false,\n                        \"fulfill_order_after_confirm\": false,\n                        \"add_notes_before_confirming_orders\": false,\n                        \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                        \"note_at_the_top_of_invoice\": null,\n                        \"vendor_shop_id\": null,\n                        \"vendor_category\": null,\n                        \"vendor_location\": null,\n                        \"short_description\": null,\n                        \"display_vendor_category\": false,\n                        \"display_vendor_location\": false,\n                        \"display_vendor_short_description\": false,\n                        \"name_of_the_vendor_listing_page\": null,\n                        \"sync_settings\": {\n                            \"update_settings\": {\n                                \"title\": false,\n                                \"variant_name\": false,\n                                \"price\": true,\n                                \"weight\": false,\n                                \"sku\": false,\n                                \"description\": false,\n                                \"publish_status\": false,\n                                \"product_type\": false,\n                                \"barcode\": false,\n                                \"media\": false,\n                                \"compare_at_price\": true,\n                                \"quantity\": true,\n                                \"track_quantity_and_continue_selling_when_out_of_stock\": false,\n                                \"hsn_code_and_country_of_origin\": false,\n                                \"tags\": true\n                            },\n                            \"create_settings\": {\n                                \"title\": true,\n                                \"variant_name\": true,\n                                \"price\": true,\n                                \"weight\": true,\n                                \"sku\": true,\n                                \"description\": true,\n                                \"publish_status\": true,\n                                \"product_type\": true,\n                                \"barcode\": true,\n                                \"media\": true,\n                                \"compare_at_price\": true,\n                                \"quantity\": true,\n                                \"track_quantity_and_continue_selling_when_out_of_stock\": true,\n                                \"hsn_code_and_country_of_origin\": true,\n                                \"tags\": true\n                            },\n                            \"override_product_status_at_create\": false,\n                            \"product_status\": \"as_per_vendor_product\",\n                            \"enable_order_sync\": false,\n                            \"push_only_if_order_paid\": false,\n                            \"push_unsynced_product_order\": false,\n                            \"auto_add_variant\": true,\n                            \"auto_remove_variant\": true,\n                            \"strictKeyCheck\": false,\n                            \"on_product_delete\": \"do_nothing\",\n                            \"on_product_unmapped\": \"do_nothing\"\n                        },\n                        \"override_hide_customer_information_permissions\": false,\n                        \"can_vendor_cancel_an_order\": false,\n                        \"hide_shipping_charges\": false,\n                        \"add_insurance_to_shipment\": 0,\n                        \"meta_title\": null,\n                        \"registration_link\": null,\n                        \"auto_approval_of_products_from_vendor\": true,\n                        \"ignore_selling_price_for_commission\": 0,\n                        \"shipping_label_check\": {\n                            \"email\": false,\n                            \"phone\": false,\n                            \"address_line_1\": false,\n                            \"address_line_2\": false,\n                            \"address_line_1_minimum\": null,\n                            \"address_line_1_maximum\": null,\n                            \"address_line_2_minimum\": null,\n                            \"address_line_2_maximum\": null\n                        },\n                        \"shipping_label_size\": \"smalllabel\",\n                        \"paypal_email\": null,\n                        \"use_custom_email_driver\": false,\n                        \"ignore_order_splitting\": false,\n                        \"hide_customer_information_on_vendor_dashboard\": {\n                            \"name\": false,\n                            \"phone\": false,\n                            \"address\": false,\n                            \"email\": false,\n                            \"city\": false,\n                            \"state\": false\n                        },\n                        \"hide_customer_information_in_awb\": {\n                            \"name\": false,\n                            \"phone\": false,\n                            \"address\": false,\n                            \"email\": false,\n                            \"city\": false,\n                            \"state\": false,\n                            \"line_items\": false,\n                            \"vendor_name\": false,\n                            \"sku\": false,\n                            \"weight_dimension\": false\n                        },\n                        \"hide_customer_information_in_invoice\": {\n                            \"name\": false,\n                            \"phone\": false,\n                            \"address\": false,\n                            \"email\": false,\n                            \"city\": false,\n                            \"state\": false\n                        },\n                        \"vendor_profile_settings\": {\n                            \"seller_products_tab\": true,\n                            \"seller_policy_tab\": true,\n                            \"seller_contact_us_tab\": true\n                        },\n                        \"challan_message_1\": null,\n                        \"challan_message_2\": null,\n                        \"challan_prefix\": null,\n                        \"challan_number_same_as_invoice_number\": true,\n                        \"default_label_size_for_all_vendors\": false,\n                        \"hide_customer_information_in_export\": {\n                            \"name\": false,\n                            \"phone\": false,\n                            \"address\": false,\n                            \"email\": false,\n                            \"city\": false,\n                            \"state\": false\n                        },\n                        \"product_permissions\": null,\n                        \"hide_product_details_in_awb\": false,\n                        \"hide_invoice_details_in_awb\": false,\n                        \"company_note\": null,\n                        \"meta_data\": null,\n                        \"color_theme_field\": \"light.orange\",\n                        \"change_tracking_url\": false,\n                        \"ship_to_address_as_merchants_default_warehouse\": false,\n                        \"can_vendor_hold_an_order\": false,\n                        \"handle_out_of_stock_products\": null,\n                        \"allow_vendors_to_change_vendor_profile_details\": false,\n                        \"whatsapp_account\": null,\n                        \"vendor_profile_theme_choosen\": \"theme-1\",\n                        \"whatsapp_credit\": 100,\n                        \"test_whatsapp_number\": null,\n                        \"spoc_email_sending_method\": null,\n                        \"connected_vendor_shops\": null,\n                        \"events\": null,\n                        \"commission_automation_set\": null,\n                        \"auto_confirmation_using_tags_settings\": {\n                            \"tags_settings_status\": false,\n                            \"paid\": false,\n                            \"tags_for_paid\": [],\n                            \"cod_or_partially_paid\": false,\n                            \"tags_for_cod_or_partially_paid\": [],\n                            \"Exceptions_for_paid\": false,\n                            \"Exceptions_for_paid_tags\": [],\n                            \"Exceptions_for_cod_or_partially_paid\": false,\n                            \"Exceptions_for_cod_or_partially_paid_tags\": []\n                        },\n                        \"preferred_location\": null,\n                        \"email_credit\": null,\n                        \"logo\": null,\n                        \"logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                        \"is_general_setting_done\": true,\n                        \"is_invoice_setting_done\": true,\n                        \"is_label_setting_done\": false,\n                        \"is_gst_enabled\": false,\n                        \"billing_detail\": \"\",\n                        \"warehouse_address\": \"</br>\",\n                        \"contact_information\": \"\",\n                        \"status\": \"Active\",\n                        \"global_commission\": \"15\",\n                        \"global_discount_shared_by_vendor\": \"0\",\n                        \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                        \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                        \"global_shipping_charge_commission_type\": \"fixed\",\n                        \"global_shipping_charge_commission\": 50,\n                        \"global_fixed_commission\": 10,\n                        \"is_drop_shipper\": true,\n                        \"state\": null,\n                        \"first_email\": [\n                            \"het.shipturtle@gmail.com\"\n                        ],\n                        \"invoice_state\": null,\n                        \"banner\": null,\n                        \"banner_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                        \"frontend_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                        \"navbar_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                        \"email_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                        \"invoice_country_detail\": null,\n                        \"commission_tags\": null,\n                        \"parent\": {\n                            \"id\": 212738,\n                            \"company_name\": \"kapil\",\n                            \"brand_name\": \"violetplants\",\n                            \"company_logo\": null,\n                            \"contact_name\": \"Chahar\",\n                            \"phone_number\": null,\n                            \"email\": \"het.shipturtle@gmail.com\",\n                            \"address_line_1\": \"Est\",\n                            \"address_line_2\": \"Test\",\n                            \"pin_code\": \"411018\",\n                            \"city\": \"Pune\",\n                            \"created_at\": \"2023-05-29T10:50:33.000000Z\",\n                            \"updated_at\": \"2024-01-02T06:35:02.000000Z\",\n                            \"state_id\": null,\n                            \"gstin_number\": \"1234\",\n                            \"invoice_prefix\": \"Invoice\",\n                            \"starting_invoice_number\": \"26\",\n                            \"terms_and_conditions\": null,\n                            \"bank_account_beneficiary_name\": null,\n                            \"bank_account_name\": null,\n                            \"ifsc_code\": null,\n                            \"label_company_name\": null,\n                            \"label_contact_name\": null,\n                            \"label_phone\": null,\n                            \"label_email_address\": null,\n                            \"label_address_line_1\": null,\n                            \"label_address_line_2\": null,\n                            \"label_pin_code\": null,\n                            \"label_city\": null,\n                            \"label_state\": null,\n                            \"signature\": null,\n                            \"currency\": \"INR\",\n                            \"weight\": null,\n                            \"measurement\": null,\n                            \"gst_enabled\": true,\n                            \"override_channel_product_weight_enabled\": true,\n                            \"label_details_same_as_company\": true,\n                            \"multi_vendor_invoicing_enabled\": false,\n                            \"multi_vendor_shipping_enabled\": false,\n                            \"is_master\": \"1\",\n                            \"invoice_number_same_as_order_number\": true,\n                            \"enable_disable_cod_reconciliation\": true,\n                            \"enable_disable_freight_reconciliation\": true,\n                            \"cod_tolerance\": \"5\",\n                            \"freight_tolerance\": \"2\",\n                            \"is_multi_vendor_enabled\": true,\n                            \"invoice_message\": null,\n                            \"inclusive_exclusive\": null,\n                            \"is_tax_on_shipping\": \"no\",\n                            \"tax_on_shipping\": null,\n                            \"primary_color\": \"#222F3D\",\n                            \"secondary_color\": null,\n                            \"display_hsn\": true,\n                            \"website\": \"https://app.shipturtle.com/\",\n                            \"country\": \"IN\",\n                            \"type_of_vendor\": \"marketplace\",\n                            \"invoice_message_2\": \"<p>hussainhifi</p>\",\n                            \"title\": \"violetplants\",\n                            \"parent_id\": 212738,\n                            \"extra_information\": null,\n                            \"invoice_date\": \"invoice_creation_date\",\n                            \"number_of_digits\": \"0\",\n                            \"invoice_message_1\": \"<p>The goods sold are intended for end user consumption and not for resale</p>\",\n                            \"created_by\": null,\n                            \"updated_by\": 28344,\n                            \"invoice_contact_name\": \"Hussain\",\n                            \"invoice_address_1\": \"dahod\",\n                            \"invoice_address_2\": \"dahod\",\n                            \"invoice_postal_code\": \"380005\",\n                            \"invoice_city\": \"Ahmedabad\",\n                            \"invoice_phone_number\": \"09173038104\",\n                            \"invoice_tin\": null,\n                            \"timezone\": \"America/Phoenix\",\n                            \"hand_delivered_enabled\": true,\n                            \"other_courier_partner_enabled\": true,\n                            \"billing_address_same_as_company_details\": false,\n                            \"deactivated_at\": null,\n                            \"state_code\": \"GJ\",\n                            \"automatically_sync_vendor_name_from_store\": true,\n                            \"automatically_assign_vendor_name_and_vendor_price_to_product\": true,\n                            \"automatically_route_all_orders_to_vendor_dashboard\": true,\n                            \"order_confirmation_before_routing_orders_to_vendor_dashboard\": true,\n                            \"correct_all_errors_in_order\": false,\n                            \"generate_shipping_labels_for_orders\": false,\n                            \"generate_invoices_for_dropship_orders\": false,\n                            \"can_vendor_enable_disable_product\": false,\n                            \"can_vendor_edit_quantity_product\": false,\n                            \"can_vendor_edit_weight_dimension_product\": false,\n                            \"can_vendor_edit_tax_product\": true,\n                            \"set_vendor_level_commission\": false,\n                            \"commission\": \"15\",\n                            \"discount_shared_by_vendor\": \"0\",\n                            \"commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"set_vendor_level_shared_discount\": false,\n                            \"set_vendor_level_commissoin_calculated_on\": false,\n                            \"use_shop_channel_values_to_set_commission\": false,\n                            \"can_vendor_generate_invoice\": true,\n                            \"can_vendor_process_shippings\": true,\n                            \"can_vendor_edit_hsn_tax\": true,\n                            \"can_vendor_add_courier_provider\": true,\n                            \"default_vendor_type\": \"dropshipper\",\n                            \"no_of_deciaml_digits\": 2,\n                            \"credits\": 299836,\n                            \"plan_id\": 4,\n                            \"requested_plan_id\": null,\n                            \"override_invoice_permissions\": false,\n                            \"override_product_permissions\": false,\n                            \"override_order_routing_permissions\": false,\n                            \"override_shipping_permissions\": false,\n                            \"slug\": \"violetplants-212738\",\n                            \"commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"shipping_charge_commission_type\": \"fixed\",\n                            \"shipping_charge_commission\": 50,\n                            \"override_commission_calculated_tax_type\": false,\n                            \"override_shipping_charge_commission_type\": false,\n                            \"override_shipping_charge_commission\": 0,\n                            \"auto_email_to_vendor\": true,\n                            \"fixed_commission\": 10,\n                            \"service_charge\": 0,\n                            \"can_vendor_edit_price\": false,\n                            \"can_vendor_delete_product\": false,\n                            \"show_logo_in_awb\": false,\n                            \"hide_pick_address_in_awb\": false,\n                            \"hide_customer_info_in_awb\": true,\n                            \"hide_price_in_awb\": false,\n                            \"hide_customer_information_on_vendor_dashboards\": false,\n                            \"allow_merchant_to_generate_invoice\": false,\n                            \"show_merchant_logo_in_invoice\": true,\n                            \"locale\": \"en\",\n                            \"use_custom_waybill\": false,\n                            \"redirect_url\": \"dashboard\",\n                            \"invoice_state_code\": \"GJ\",\n                            \"invoice_country_code\": \"IN\",\n                            \"stripe_account_id\": null,\n                            \"url_to_redirect_vendor_is_registered\": \"https://violetplants.myshopify.com/pages/thank-you\",\n                            \"enable_app_shipping_profile_on_shopify\": \"0\",\n                            \"policy\": null,\n                            \"css\": null,\n                            \"vendor_profile_color\": \"#f18024\",\n                            \"about_us\": null,\n                            \"facebook_link\": null,\n                            \"twitter_link\": null,\n                            \"instagram_link\": null,\n                            \"auto_fulfill_digital_orders\": true,\n                            \"use_default_warehouse_for_all_orders\": false,\n                            \"invoice_label_header_title\": null,\n                            \"invoice_place_of_supply\": null,\n                            \"invoice_cin_key_title\": null,\n                            \"invoice_cin\": null,\n                            \"give_vendor_access_to_merchant_shipper\": false,\n                            \"auto_generate_order_invoices_to_customers\": true,\n                            \"auto_email_order_invoices_to_customers\": true,\n                            \"treat_manual_payment_mode_as_cod\": false,\n                            \"fulfill_order_after_confirm\": false,\n                            \"add_notes_before_confirming_orders\": false,\n                            \"auto_approve_vendors_who_register_to_sell_on_your_store\": false,\n                            \"note_at_the_top_of_invoice\": null,\n                            \"vendor_shop_id\": null,\n                            \"vendor_category\": null,\n                            \"vendor_location\": null,\n                            \"short_description\": null,\n                            \"display_vendor_category\": true,\n                            \"display_vendor_location\": true,\n                            \"display_vendor_short_description\": true,\n                            \"name_of_the_vendor_listing_page\": \"seller profile page\",\n                            \"sync_settings\": {\n                                \"update_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": false,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"create_settings\": {\n                                    \"sku\": true,\n                                    \"tags\": true,\n                                    \"media\": true,\n                                    \"price\": false,\n                                    \"title\": true,\n                                    \"weight\": true,\n                                    \"barcode\": true,\n                                    \"quantity\": true,\n                                    \"description\": true,\n                                    \"product_type\": true,\n                                    \"variant_name\": true,\n                                    \"publish_status\": true,\n                                    \"compare_at_price\": true,\n                                    \"track_quantity_and_continue_selling_when_out_of_stock\": true\n                                },\n                                \"override_product_status_at_create\": true,\n                                \"product_status\": \"as_per_vendor_product\",\n                                \"enable_order_sync\": true,\n                                \"push_only_if_order_paid\": false,\n                                \"push_unsynced_product_order\": true,\n                                \"auto_add_variant\": true,\n                                \"auto_remove_variant\": true,\n                                \"strictKeyCheck\": false,\n                                \"on_product_delete\": \"do_nothing\",\n                                \"on_product_unmapped\": \"do_nothing\",\n                                \"push_only_if_product_connected\": true\n                            },\n                            \"override_hide_customer_information_permissions\": false,\n                            \"can_vendor_cancel_an_order\": false,\n                            \"hide_shipping_charges\": false,\n                            \"add_insurance_to_shipment\": 0,\n                            \"meta_title\": null,\n                            \"registration_link\": null,\n                            \"auto_approval_of_products_from_vendor\": true,\n                            \"ignore_selling_price_for_commission\": 0,\n                            \"shipping_label_check\": {\n                                \"email\": false,\n                                \"phone\": false,\n                                \"address_line_1\": false,\n                                \"address_line_2\": false,\n                                \"address_line_1_minimum\": null,\n                                \"address_line_1_maximum\": null,\n                                \"address_line_2_minimum\": null,\n                                \"address_line_2_maximum\": null\n                            },\n                            \"shipping_label_size\": \"smalllabel\",\n                            \"paypal_email\": null,\n                            \"use_custom_email_driver\": false,\n                            \"ignore_order_splitting\": false,\n                            \"hide_customer_information_on_vendor_dashboard\": {\n                                \"name\": false,\n                                \"phone\": true,\n                                \"address\": true,\n                                \"email\": true,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"hide_customer_information_in_awb\": {\n                                \"name\": false,\n                                \"phone\": true,\n                                \"address\": true,\n                                \"email\": true,\n                                \"city\": false,\n                                \"state\": false,\n                                \"line_items\": false,\n                                \"vendor_name\": false,\n                                \"sku\": false,\n                                \"weight_dimension\": false\n                            },\n                            \"hide_customer_information_in_invoice\": {\n                                \"name\": false,\n                                \"phone\": true,\n                                \"address\": true,\n                                \"email\": true,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"vendor_profile_settings\": {\n                                \"seller_products_tab\": true,\n                                \"seller_policy_tab\": true,\n                                \"seller_contact_us_tab\": true,\n                                \"seller_events_tab\": true,\n                                \"seller_reviews_tab\": false,\n                                \"seller_about_us_tab\": true\n                            },\n                            \"challan_message_1\": null,\n                            \"challan_message_2\": null,\n                            \"challan_prefix\": \"Invoice\",\n                            \"challan_number_same_as_invoice_number\": true,\n                            \"default_label_size_for_all_vendors\": false,\n                            \"hide_customer_information_in_export\": {\n                                \"name\": false,\n                                \"phone\": true,\n                                \"address\": true,\n                                \"email\": true,\n                                \"city\": false,\n                                \"state\": false\n                            },\n                            \"product_permissions\": null,\n                            \"hide_product_details_in_awb\": false,\n                            \"hide_invoice_details_in_awb\": false,\n                            \"company_note\": \"<p>sdfasdfab</p>\",\n                            \"meta_data\": \"[{\\\"uuid\\\":\\\"3f652e1e-9c70-4679-8d38-dd001f269272\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654613/segni2.xlsx\\\",\\\"size\\\":11700,\\\"name\\\":\\\"segni2.xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"46e93c96-2d60-4256-a6be-39b9ddc62828\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/654935/_2023-11-29_05_54_47_6566d22738b44__1_.xlsx\\\",\\\"size\\\":12589,\\\"name\\\":\\\"_2023-11-29_05_54_47_6566d22738b44 (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"3d176dda-4001-4e56-a466-3bbcd6c9b560\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655059/cancel_order_id__1_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (1).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}},{\\\"uuid\\\":\\\"c2b3a5c5-ef06-4ef9-8ca0-13a5e27b5302\\\",\\\"src\\\":\\\"https://d2i9a0muccv7uq.cloudfront.net/655060/cancel_order_id__2_.xlsx\\\",\\\"size\\\":10392,\\\"name\\\":\\\"Cancel order id (2).xlsx\\\",\\\"type\\\":\\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\",\\\"manuallyAdded\\\":true,\\\"previewElement\\\":{},\\\"previewTemplate\\\":{}}]\",\n                            \"color_theme_field\": \"light.orange\",\n                            \"change_tracking_url\": false,\n                            \"ship_to_address_as_merchants_default_warehouse\": false,\n                            \"can_vendor_hold_an_order\": false,\n                            \"handle_out_of_stock_products\": \"list_out_of_stock_products_with_out_of_stock_label\",\n                            \"allow_vendors_to_change_vendor_profile_details\": true,\n                            \"whatsapp_account\": \"use_company_account\",\n                            \"vendor_profile_theme_choosen\": \"theme-1\",\n                            \"whatsapp_credit\": 54,\n                            \"test_whatsapp_number\": \"+918849193468\",\n                            \"spoc_email_sending_method\": \"\\\"single_consolidated_email_at_eod\\\"\",\n                            \"connected_vendor_shops\": [\n                                \"vendorsynctesting5.myshopify.com\",\n                                \"testing-for-vendorsync.myshopify.com\",\n                                \"purpleplants.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"test-store-webkul-112.myshopify.com\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com/\",\n                                \"https://st-wpdemo.com/\",\n                                \"purpleplants.myshopify.com\",\n                                \"channelteststore5.myshopify.com\",\n                                \"https://st-wpdemo.com/newtestclient/\",\n                                \"purpleplants.myshopify.com\",\n                                \"purpleplants.myshopify.com\",\n                                \"vendorsynctesting.myshopify.com\",\n                                \"vendorsynctesting.myshopify.com\"\n                            ],\n                            \"events\": null,\n                            \"commission_automation_set\": {\n                                \"commission_automation\": true,\n                                \"commission_automation_rules\": true,\n                                \"commission_automation_date_range\": true,\n                                \"commission_automation_schedule_option\": \"on_order_receipt\",\n                                \"time_buffer_for_commission_automation\": \"4\",\n                                \"order_status_for_commission_automation\": \"pending\",\n                                \"invoice_number_for_commission_automation\": 277,\n                                \"date_Range_days_for_commission_automation\": \"4\"\n                            },\n                            \"auto_confirmation_using_tags_settings\": {\n                                \"tags_settings_status\": true,\n                                \"paid\": true,\n                                \"tags_for_paid\": [],\n                                \"cod_or_partially_paid\": false,\n                                \"tags_for_cod_or_partially_paid\": [],\n                                \"Exceptions_for_paid\": false,\n                                \"Exceptions_for_paid_tags\": [],\n                                \"Exceptions_for_cod_or_partially_paid\": false,\n                                \"Exceptions_for_cod_or_partially_paid_tags\": []\n                            },\n                            \"preferred_location\": null,\n                            \"email_credit\": 4759,\n                            \"logo\": null,\n                            \"logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                            \"is_general_setting_done\": true,\n                            \"is_invoice_setting_done\": true,\n                            \"is_label_setting_done\": false,\n                            \"is_gst_enabled\": true,\n                            \"billing_detail\": \"Pune</br>Gujarat</br>India\",\n                            \"warehouse_address\": \"Pune</br>IN\",\n                            \"contact_information\": \"Chahar</br>het.shipturtle@gmail.com</br>\",\n                            \"status\": \"Active\",\n                            \"global_commission\": \"15\",\n                            \"global_discount_shared_by_vendor\": \"0\",\n                            \"global_commission_calculated_on_product_price_discounted_price\": \"on_discounted_price\",\n                            \"global_commission_calculated_tax_type\": \"inclusive_of_tax\",\n                            \"global_shipping_charge_commission_type\": \"fixed\",\n                            \"global_shipping_charge_commission\": 50,\n                            \"global_fixed_commission\": 10,\n                            \"is_drop_shipper\": false,\n                            \"state\": {\n                                \"id\": 13,\n                                \"code\": \"GJ\",\n                                \"tin\": 24,\n                                \"title\": \"Gujarat\",\n                                \"created_at\": \"2019-08-03T17:48:42.000000Z\",\n                                \"updated_at\": \"2020-03-28T04:51:45.000000Z\",\n                                \"deleted_at\": null,\n                                \"country_code\": \"IN\"\n                            },\n                            \"first_email\": [\n                                \"het.shipturtle@gmail.com\"\n                            ],\n                            \"invoice_state\": {\n                                \"id\": 13,\n                                \"code\": \"GJ\",\n                                \"tin\": 24,\n                                \"title\": \"Gujarat\",\n                                \"created_at\": \"2019-08-03T17:48:42.000000Z\",\n                                \"updated_at\": \"2020-03-28T04:51:45.000000Z\",\n                                \"deleted_at\": null,\n                                \"country_code\": \"IN\"\n                            },\n                            \"banner\": null,\n                            \"banner_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                            \"frontend_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                            \"navbar_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                            \"email_logo_link\": \"https://api.shipturtle.com/assets/no-logo.jpeg\",\n                            \"invoice_country_detail\": {\n                                \"id\": 98,\n                                \"name\": \"India\",\n                                \"code\": \"IN\",\n                                \"dial_code\": \"+91\",\n                                \"currency_name\": \"Indian rupee\",\n                                \"currency_symbol\": \"Rs.\",\n                                \"currency_code\": \"INR\",\n                                \"created_at\": null,\n                                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                \"name_with_symbole\": \"Indian rupee - Rs.\"\n                            },\n                            \"commission_tags\": {\n                                \"company_id\": 212738,\n                                \"override_commission\": true\n                            },\n                            \"media\": [],\n                            \"country_detail\": {\n                                \"id\": 98,\n                                \"name\": \"India\",\n                                \"code\": \"IN\",\n                                \"dial_code\": \"+91\",\n                                \"currency_name\": \"Indian rupee\",\n                                \"currency_symbol\": \"Rs.\",\n                                \"currency_code\": \"INR\",\n                                \"created_at\": null,\n                                \"updated_at\": \"2020-08-19T20:32:46.000000Z\",\n                                \"name_with_symbole\": \"Indian rupee - Rs.\"\n                            }\n                        },\n                        \"media\": []\n                    }\n                }\n            },\n            \"commission_invoice\": null\n        }\n    ],\n    \"count\": 1084\n}"}],"_postman_id":"1f547998-9d42-4094-a406-248fe6d47df8"},{"name":"generate-commission-invoice","id":"338de806-d031-4d65-be2f-80af526c56d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"params\": {\r\n        \"id\": [9326345],\r\n        \"invoice_date\": \"2024-01-02 06:50:57\",\r\n        \"invoice_number\": \"12\",\r\n        \"remarks\": \"2112\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.shipturtle.com/api/v1/commission/generate-bulk-invoices","description":"<p>This endpoint sends an HTTP POST request to Shipturtle system for generating commission invoice.</p>\n<p>We have to pass id,invoice_date,invoice_number,remarks data for generat commission invoice for particular selected order.</p>\n","urlObject":{"protocol":"https","path":["api","v1","commission","generate-bulk-invoices"],"host":["api","shipturtle","com"],"query":[],"variable":[]}},"response":[{"id":"9b0dab73-8552-4d68-b6a1-14391a539739","name":"generate-commission-invoice","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"params\": {\r\n        \"id\": [9326345],\r\n        \"invoice_date\": \"2024-01-02 06:50:57\",\r\n        \"invoice_number\": \"12\",\r\n        \"remarks\": \"2112\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.shipturtle.com/api/v1/commission/generate-bulk-invoices"},"status":"Created","code":201,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Tue, 02 Jan 2024 07:09:15 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"997"},{"key":"Vary","value":"Origin,Authorization"}],"cookie":[],"responseTime":null,"body":"\n"}],"_postman_id":"338de806-d031-4d65-be2f-80af526c56d0"}],"id":"d6eb22a7-97b0-4151-afd3-876f11b94c8e","_postman_id":"d6eb22a7-97b0-4151-afd3-876f11b94c8e","description":""}]}