{"info":{"_postman_id":"9fdfc191-c3f9-4a8d-813b-ffaef111e13f","name":"DIY Real-Time Shipping Quotes API","description":"<html><head></head><body><p>This api is used to show,create or update the products stored in the Eniture Database for the application.</p>\n<p>Host Domain:- <a href=\"https://rtsq-api.eniture.com/\">https://rtsq-api.eniture.com/</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"9228183","collectionId":"9fdfc191-c3f9-4a8d-813b-ffaef111e13f","publishedId":"2sAYQiC82T","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-01-29T11:46:37.000Z"},"item":[{"name":"Get Product","id":"4bd80c0c-8693-480c-ace0-ddc36b80d7c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"X-Shopify-Shop","value":"<example.myshopify.com>","type":"text"}],"url":"/api/products/<productID>/<variantID>","description":"<p>This endpoint is used to get the single product/variant detail from Eniture Database.</p>\n","urlObject":{"path":["api","products","<productID>","<variantID>"],"query":[],"variable":[]}},"response":[{"id":"f0acd2e9-4a06-473c-af4f-2438924a00b1","name":"Get Product","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"X-Shopify-Shop","value":"dev-zeeshan-1.myshopify.com","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"url":"/api/products/7502600470699"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Wed, 29 Jan 2025 11:38:31 GMT"},{"key":"Date","value":"Wed, 29 Jan 2025 11:38:31 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.0.30"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"store\": \"dev-zeeshan-1.myshopify.com\",\n            \"type\": \"\",\n            \"productId\": 7502600470699,\n            \"variantId\": 42302891327659,\n            \"attributes\": {\n                \"quoteMethod\": \"L\",\n                \"weight\": \"122.5\",\n                \"freightClass\": \"55\",\n                \"nmfc\": \"333\",\n                \"width\": \"20\",\n                \"height\": \"10\",\n                \"length\": \"18\",\n                \"boxingProperties\": 0,\n                \"palletProperties\": 1,\n                \"markup\": \"\",\n                \"fulfillmentOffsetDays\": \"\",\n                \"insuranceEnabled\": false,\n                \"hazardousEnabled\": false,\n                \"dropship\": false\n            },\n            \"created_at\": \"2022-11-15T14:36:07.000000Z\",\n            \"updated_at\": \"2025-01-28T13:30:55.000000Z\"\n        }\n    ]\n}"}],"_postman_id":"4bd80c0c-8693-480c-ace0-ddc36b80d7c7"},{"name":"Update Product","id":"253b7e29-246f-4b5c-afe2-754b73a43607","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"X-Shopify-Shop","value":"<example.myshopify.com>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"productId\": 7502600470699,\n        \"variantId\": 42302891327659,\n        \"attributes\": {\n            \"quoteAsLTL\": \"1\",\n            \"quoteAsParcel\": \"0\",\n            \"weight\": 122.5,\n            \"freightClass\": \"70\",\n            \"nmfc\": \"\", \n            \"width\": 20.0,\n            \"height\": 10.0,\n            \"length\": 18.0, \n            \"boxingProperties\": 1,\n            \"palletProperties\": 1,\n            \"markup\": \"\", \n            \"fulfillmentOffsetDays\": \"3\",\n            \"insuranceEnabled\": \"1\",\n            \"hazardousEnabled\": 1,\n            \"dropship\":{\n                \"enabled\":0,\n                \"nickname\":\"\",\n                \"zipcode\":\"\",\n                \"city\":\"\",\n                \"state\":\"\",\n                \"country\":\"\"\n           }\n        }\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"/api/products","description":"<p>This endpoint is used to update the single product/variant detail in Eniture Database.</p>\n","urlObject":{"path":["api","products"],"query":[],"variable":[]}},"response":[{"id":"b04fca3c-fa59-43b2-bf46-75e1a7d08b3d","name":"Update Product","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"X-Shopify-Shop","value":"dev-zeeshan-1.myshopify.com","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"productId\": 7502600470699,\n        \"variantId\": 42302891327659,\n        \"attributes\": {\n            \"quoteAsLTL\": \"1\",\n            \"quoteAsParcel\": \"0\",\n            \"weight\": 122.5,\n            \"freightClass\": \"70\",\n            \"nmfc\": \"\", \n            \"width\": 20.0,\n            \"height\": 10.0,\n            \"length\": 18.0, \n            \"boxingProperties\": 1,\n            \"palletProperties\": 1,\n            \"markup\": \"\", \n            \"fulfillmentOffsetDays\": \"3\",\n            \"insuranceEnabled\": \"1\",\n            \"hazardousEnabled\": 1,\n            \"dropship\":{\n                \"enabled\":1,\n                \"nickname\":\"Ikram\",\n                \"zipcode\":\"200200\",\n                \"city\":\"Dehli\",\n                \"state\":\"Capital\",\n                \"country\":\"US\"\n           }\n        }\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"/api/products"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Wed, 29 Jan 2025 11:39:21 GMT"},{"key":"Date","value":"Wed, 29 Jan 2025 11:39:21 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.0.30"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Product updated successfully\"\n}"}],"_postman_id":"253b7e29-246f-4b5c-afe2-754b73a43607"},{"name":"Get All Products","id":"9b748e58-0bd4-4e76-ab95-7d8ccadf3190","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"X-Shopify-Shop","value":"<example.myshopify.com>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"productId\": 7502600470699,\n        \"variantId\": 43643359035584,\n        \"attributes\": {\n            \"quoteAsLTL\": \"0\",\n            \"quoteAsParcel\": \"1\",\n            \"weight\": 333.5,\n            \"freightClass\": \"70\",\n            \"nmfc\": \"333\", \n            \"width\": 333.0,\n            \"height\": 333.0,\n            \"length\": 333.0, \n            \"boxingProperties\": 1,\n            \"palletProperties\": 1,\n            \"markup\": \"20.5\", \n            \"fulfillmentOffsetDays\": \"3\",\n            \"insuranceEnabled\": \"1\",\n            \"hazardousEnabled\": 1,\n            \"dropship\":{\n                \"enabled\":1,\n                \"nickname\":\"Ikram\",\n                \"zipcode\":\"200200\",\n                \"city\":\"Dehli\",\n                \"state\":\"Capital\",\n                \"country\":\"US\"\n           }\n        }\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"/api/products?page=1&limit=10","description":"<p>This endpoint is used to get the paginated products details from Eniture Database.</p>\n","urlObject":{"path":["api","products"],"query":[{"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Optional: minimum 10 - maximum 50</p>\n","type":"text/plain"},"key":"limit","value":"10"}],"variable":[]}},"response":[{"id":"4dee3636-e331-4a36-983d-b4582f3d9ca2","name":"Get All Products","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"X-Shopify-Shop","value":"dev-zeeshan-1.myshopify.com","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"productId\": 7502600470699,\n        \"variantId\": 43643359035584,\n        \"attributes\": {\n            \"quoteAsLTL\": \"0\",\n            \"quoteAsParcel\": \"1\",\n            \"weight\": 333.5,\n            \"freightClass\": \"70\",\n            \"nmfc\": \"333\", \n            \"width\": 333.0,\n            \"height\": 333.0,\n            \"length\": 333.0, \n            \"boxingProperties\": 1,\n            \"palletProperties\": 1,\n            \"markup\": \"20.5\", \n            \"fulfillmentOffsetDays\": \"3\",\n            \"insuranceEnabled\": \"1\",\n            \"hazardousEnabled\": 1,\n            \"dropship\":{\n                \"enabled\":1,\n                \"nickname\":\"Ikram\",\n                \"zipcode\":\"200200\",\n                \"city\":\"Dehli\",\n                \"state\":\"Capital\",\n                \"country\":\"US\"\n           }\n        }\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":{"raw":"http://127.0.0.1:8000/api/products?page=1&limit=10","protocol":"http","host":["127","0","0","1"],"port":"8000","path":["api","products"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Wed, 29 Jan 2025 11:39:49 GMT"},{"key":"Date","value":"Wed, 29 Jan 2025 11:39:49 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.0.30"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"store\": \"dev-zeeshan-1.myshopify.com\",\n            \"type\": \"product\",\n            \"productId\": 7326467915947,\n            \"variantId\": 41792048791723,\n            \"attributes\": {\n                \"quoteMethod\": \"L\",\n                \"weight\": \"\",\n                \"freightClass\": \"\",\n                \"nmfc\": \"33\",\n                \"width\": \"1\",\n                \"height\": \"1\",\n                \"length\": \"1\",\n                \"boxingProperties\": 1,\n                \"palletProperties\": 0,\n                \"markup\": \"\",\n                \"fulfillmentOffsetDays\": \"\",\n                \"insuranceEnabled\": true,\n                \"hazardousEnabled\": true,\n                \"dropship\": false\n            },\n            \"created_at\": \"2022-07-29T12:52:19.000000Z\",\n            \"updated_at\": \"2024-11-11T07:50:06.000000Z\"\n        },\n        {\n            \"store\": \"dev-zeeshan-1.myshopify.com\",\n            \"type\": \"product\",\n            \"productId\": 7502600470699,\n            \"variantId\": 42302891327659,\n            \"attributes\": {\n                \"quoteMethod\": \"L\",\n                \"weight\": \"122.5\",\n                \"freightClass\": \"70\",\n                \"nmfc\": \"\",\n                \"width\": \"20\",\n                \"height\": \"10\",\n                \"length\": \"18\",\n                \"boxingProperties\": 1,\n                \"palletProperties\": 1,\n                \"markup\": \"\",\n                \"fulfillmentOffsetDays\": \"\",\n                \"insuranceEnabled\": true,\n                \"hazardousEnabled\": true,\n                \"dropship\": true\n            },\n            \"created_at\": \"2022-11-15T14:36:07.000000Z\",\n            \"updated_at\": \"2025-01-29T11:39:21.000000Z\"\n        },\n        {\n            \"store\": \"dev-zeeshan-1.myshopify.com\",\n            \"type\": \"product\",\n            \"productId\": 7326468079787,\n            \"variantId\": 41792049184939,\n            \"attributes\": {\n                \"quoteMethod\": \"0\",\n                \"weight\": \"\",\n                \"freightClass\": \"\",\n                \"nmfc\": \"\",\n                \"width\": \"\",\n                \"height\": \"\",\n                \"length\": \"\",\n                \"boxingProperties\": 0,\n                \"palletProperties\": 0,\n                \"markup\": \"\",\n                \"fulfillmentOffsetDays\": \"\",\n                \"insuranceEnabled\": false,\n                \"hazardousEnabled\": false,\n                \"dropship\": false\n            },\n            \"created_at\": \"\",\n            \"updated_at\": \"2022-11-25T17:02:31.000000Z\"\n        },\n        {\n            \"store\": \"dev-zeeshan-1.myshopify.com\",\n            \"type\": \"product\",\n            \"productId\": 7326456217771,\n            \"variantId\": 41792023134379,\n            \"attributes\": {\n                \"quoteMethod\": \"0\",\n                \"weight\": \"\",\n                \"freightClass\": \"\",\n                \"nmfc\": \"\",\n                \"width\": \"\",\n                \"height\": \"\",\n                \"length\": \"\",\n                \"boxingProperties\": 0,\n                \"palletProperties\": 0,\n                \"markup\": \"\",\n                \"fulfillmentOffsetDays\": \"\",\n                \"insuranceEnabled\": false,\n                \"hazardousEnabled\": false,\n                \"dropship\": false\n            },\n            \"created_at\": \"\",\n            \"updated_at\": \"2022-11-25T17:02:31.000000Z\"\n        },\n        {\n            \"store\": \"dev-zeeshan-1.myshopify.com\",\n            \"type\": \"product\",\n            \"productId\": 7326462640299,\n            \"variantId\": 41792033161387,\n            \"attributes\": {\n                \"quoteMethod\": \"0\",\n                \"weight\": \"0.04\",\n                \"freightClass\": \"\",\n                \"nmfc\": \"\",\n                \"width\": \"\",\n                \"height\": \"\",\n                \"length\": \"\",\n                \"boxingProperties\": 0,\n                \"palletProperties\": 0,\n                \"markup\": \"\",\n                \"fulfillmentOffsetDays\": \"\",\n                \"insuranceEnabled\": false,\n                \"hazardousEnabled\": false,\n                \"dropship\": false\n            },\n            \"created_at\": \"\",\n            \"updated_at\": \"2023-01-09T12:06:03.000000Z\"\n        },\n        {\n            \"store\": \"dev-zeeshan-1.myshopify.com\",\n            \"type\": \"product\",\n            \"productId\": 6810245857451,\n            \"variantId\": 40319049859243,\n            \"attributes\": {\n                \"quoteMethod\": \"S\",\n                \"weight\": \"50\",\n                \"freightClass\": \"\",\n                \"nmfc\": \"12\",\n                \"width\": \"5\",\n                \"height\": \"5\",\n                \"length\": \"5\",\n                \"boxingProperties\": 0,\n                \"palletProperties\": 0,\n                \"markup\": \"\",\n                \"fulfillmentOffsetDays\": \"\",\n                \"insuranceEnabled\": false,\n                \"hazardousEnabled\": false,\n                \"dropship\": false\n            },\n            \"created_at\": \"\",\n            \"updated_at\": \"2022-12-05T18:16:58.000000Z\"\n        },\n        {\n            \"store\": \"dev-zeeshan-1.myshopify.com\",\n            \"type\": \"product\",\n            \"productId\": 7502617084075,\n            \"variantId\": 42302931665067,\n            \"attributes\": {\n                \"quoteMethod\": \"L\",\n                \"weight\": \"100\",\n                \"freightClass\": \"150\",\n                \"nmfc\": \"12356\",\n                \"width\": \"5\",\n                \"height\": \"8\",\n                \"length\": \"3\",\n                \"boxingProperties\": 0,\n                \"palletProperties\": 0,\n                \"markup\": \"\",\n                \"fulfillmentOffsetDays\": \"\",\n                \"insuranceEnabled\": false,\n                \"hazardousEnabled\": false,\n                \"dropship\": true\n            },\n            \"created_at\": \"\",\n            \"updated_at\": \"2024-11-02T01:36:55.000000Z\"\n        },\n        {\n            \"store\": \"dev-zeeshan-1.myshopify.com\",\n            \"type\": \"product\",\n            \"productId\": 7612417573035,\n            \"variantId\": 42609460707499,\n            \"attributes\": {\n                \"quoteMethod\": \"L\",\n                \"weight\": \"150\",\n                \"freightClass\": \"150\",\n                \"nmfc\": \"222\",\n                \"width\": \"2234.65\",\n                \"height\": \"3\",\n                \"length\": \"2\",\n                \"boxingProperties\": 0,\n                \"palletProperties\": 0,\n                \"markup\": \"2%\",\n                \"fulfillmentOffsetDays\": \"\",\n                \"insuranceEnabled\": false,\n                \"hazardousEnabled\": false,\n                \"dropship\": false\n            },\n            \"created_at\": \"2023-06-20T18:12:57.000000Z\",\n            \"updated_at\": \"2023-12-13T08:08:59.000000Z\"\n        },\n        {\n            \"store\": \"dev-zeeshan-1.myshopify.com\",\n            \"type\": \"product\",\n            \"productId\": 7612417573035,\n            \"variantId\": 42609460740267,\n            \"attributes\": {\n                \"quoteMethod\": \"L\",\n                \"weight\": \"150\",\n                \"freightClass\": \"150\",\n                \"nmfc\": \"222\",\n                \"width\": \"2\",\n                \"height\": \"3\",\n                \"length\": \"2\",\n                \"boxingProperties\": 0,\n                \"palletProperties\": 0,\n                \"markup\": \"2%\",\n                \"fulfillmentOffsetDays\": \"\",\n                \"insuranceEnabled\": false,\n                \"hazardousEnabled\": false,\n                \"dropship\": false\n            },\n            \"created_at\": \"2023-06-20T18:12:57.000000Z\",\n            \"updated_at\": \"2023-12-13T08:08:59.000000Z\"\n        },\n        {\n            \"store\": \"dev-zeeshan-1.myshopify.com\",\n            \"type\": \"product\",\n            \"productId\": 7612417573035,\n            \"variantId\": 42609460773035,\n            \"attributes\": {\n                \"quoteMethod\": \"L\",\n                \"weight\": \"150\",\n                \"freightClass\": \"150\",\n                \"nmfc\": \"222\",\n                \"width\": \"2\",\n                \"height\": \"3\",\n                \"length\": \"2\",\n                \"boxingProperties\": 0,\n                \"palletProperties\": 0,\n                \"markup\": \"2%\",\n                \"fulfillmentOffsetDays\": \"\",\n                \"insuranceEnabled\": false,\n                \"hazardousEnabled\": false,\n                \"dropship\": false\n            },\n            \"created_at\": \"2023-06-20T18:12:57.000000Z\",\n            \"updated_at\": \"2023-12-13T08:08:59.000000Z\"\n        }\n    ]\n}"},{"id":"c01e9741-703b-40b0-8c00-6debbaee7a9d","name":"Get All Products","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"X-Shopify-Shop","value":"dev-zeeshan-1.myshopify.com","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"productId\": 7502600470699,\n        \"variantId\": 43643359035584,\n        \"attributes\": {\n            \"quoteAsLTL\": \"0\",\n            \"quoteAsParcel\": \"1\",\n            \"weight\": 333.5,\n            \"freightClass\": \"70\",\n            \"nmfc\": \"333\", \n            \"width\": 333.0,\n            \"height\": 333.0,\n            \"length\": 333.0, \n            \"boxingProperties\": 1,\n            \"palletProperties\": 1,\n            \"markup\": \"20.5\", \n            \"fulfillmentOffsetDays\": \"3\",\n            \"insuranceEnabled\": \"1\",\n            \"hazardousEnabled\": 1,\n            \"dropship\":{\n                \"enabled\":1,\n                \"nickname\":\"Ikram\",\n                \"zipcode\":\"200200\",\n                \"city\":\"Dehli\",\n                \"state\":\"Capital\",\n                \"country\":\"US\"\n           }\n        }\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":{"raw":"/api/products?page=1&limit=10","path":["api","products"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Wed, 29 Jan 2025 11:39:49 GMT"},{"key":"Date","value":"Wed, 29 Jan 2025 11:39:49 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.0.30"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"store\": \"dev-zeeshan-1.myshopify.com\",\n            \"type\": \"product\",\n            \"productId\": 7326467915947,\n            \"variantId\": 41792048791723,\n            \"attributes\": {\n                \"quoteMethod\": \"L\",\n                \"weight\": \"\",\n                \"freightClass\": \"\",\n                \"nmfc\": \"33\",\n                \"width\": \"1\",\n                \"height\": \"1\",\n                \"length\": \"1\",\n                \"boxingProperties\": 1,\n                \"palletProperties\": 0,\n                \"markup\": \"\",\n                \"fulfillmentOffsetDays\": \"\",\n                \"insuranceEnabled\": true,\n                \"hazardousEnabled\": true,\n                \"dropship\": false\n            },\n            \"created_at\": \"2022-07-29T12:52:19.000000Z\",\n            \"updated_at\": \"2024-11-11T07:50:06.000000Z\"\n        },\n        {\n            \"store\": \"dev-zeeshan-1.myshopify.com\",\n            \"type\": \"product\",\n            \"productId\": 7502600470699,\n            \"variantId\": 42302891327659,\n            \"attributes\": {\n                \"quoteMethod\": \"L\",\n                \"weight\": \"122.5\",\n                \"freightClass\": \"70\",\n                \"nmfc\": \"\",\n                \"width\": \"20\",\n                \"height\": \"10\",\n                \"length\": \"18\",\n                \"boxingProperties\": 1,\n                \"palletProperties\": 1,\n                \"markup\": \"\",\n                \"fulfillmentOffsetDays\": \"\",\n                \"insuranceEnabled\": true,\n                \"hazardousEnabled\": true,\n                \"dropship\": true\n            },\n            \"created_at\": \"2022-11-15T14:36:07.000000Z\",\n            \"updated_at\": \"2025-01-29T11:39:21.000000Z\"\n        },\n        {\n            \"store\": \"dev-zeeshan-1.myshopify.com\",\n            \"type\": \"product\",\n            \"productId\": 7326468079787,\n            \"variantId\": 41792049184939,\n            \"attributes\": {\n                \"quoteMethod\": \"0\",\n                \"weight\": \"\",\n                \"freightClass\": \"\",\n                \"nmfc\": \"\",\n                \"width\": \"\",\n                \"height\": \"\",\n                \"length\": \"\",\n                \"boxingProperties\": 0,\n                \"palletProperties\": 0,\n                \"markup\": \"\",\n                \"fulfillmentOffsetDays\": \"\",\n                \"insuranceEnabled\": false,\n                \"hazardousEnabled\": false,\n                \"dropship\": false\n            },\n            \"created_at\": \"\",\n            \"updated_at\": \"2022-11-25T17:02:31.000000Z\"\n        },\n        {\n            \"store\": \"dev-zeeshan-1.myshopify.com\",\n            \"type\": \"product\",\n            \"productId\": 7326456217771,\n            \"variantId\": 41792023134379,\n            \"attributes\": {\n                \"quoteMethod\": \"0\",\n                \"weight\": \"\",\n                \"freightClass\": \"\",\n                \"nmfc\": \"\",\n                \"width\": \"\",\n                \"height\": \"\",\n                \"length\": \"\",\n                \"boxingProperties\": 0,\n                \"palletProperties\": 0,\n                \"markup\": \"\",\n                \"fulfillmentOffsetDays\": \"\",\n                \"insuranceEnabled\": false,\n                \"hazardousEnabled\": false,\n                \"dropship\": false\n            },\n            \"created_at\": \"\",\n            \"updated_at\": \"2022-11-25T17:02:31.000000Z\"\n        },\n        {\n            \"store\": \"dev-zeeshan-1.myshopify.com\",\n            \"type\": \"product\",\n            \"productId\": 7326462640299,\n            \"variantId\": 41792033161387,\n            \"attributes\": {\n                \"quoteMethod\": \"0\",\n                \"weight\": \"0.04\",\n                \"freightClass\": \"\",\n                \"nmfc\": \"\",\n                \"width\": \"\",\n                \"height\": \"\",\n                \"length\": \"\",\n                \"boxingProperties\": 0,\n                \"palletProperties\": 0,\n                \"markup\": \"\",\n                \"fulfillmentOffsetDays\": \"\",\n                \"insuranceEnabled\": false,\n                \"hazardousEnabled\": false,\n                \"dropship\": false\n            },\n            \"created_at\": \"\",\n            \"updated_at\": \"2023-01-09T12:06:03.000000Z\"\n        },\n        {\n            \"store\": \"dev-zeeshan-1.myshopify.com\",\n            \"type\": \"product\",\n            \"productId\": 6810245857451,\n            \"variantId\": 40319049859243,\n            \"attributes\": {\n                \"quoteMethod\": \"S\",\n                \"weight\": \"50\",\n                \"freightClass\": \"\",\n                \"nmfc\": \"12\",\n                \"width\": \"5\",\n                \"height\": \"5\",\n                \"length\": \"5\",\n                \"boxingProperties\": 0,\n                \"palletProperties\": 0,\n                \"markup\": \"\",\n                \"fulfillmentOffsetDays\": \"\",\n                \"insuranceEnabled\": false,\n                \"hazardousEnabled\": false,\n                \"dropship\": false\n            },\n            \"created_at\": \"\",\n            \"updated_at\": \"2022-12-05T18:16:58.000000Z\"\n        },\n        {\n            \"store\": \"dev-zeeshan-1.myshopify.com\",\n            \"type\": \"product\",\n            \"productId\": 7502617084075,\n            \"variantId\": 42302931665067,\n            \"attributes\": {\n                \"quoteMethod\": \"L\",\n                \"weight\": \"100\",\n                \"freightClass\": \"150\",\n                \"nmfc\": \"12356\",\n                \"width\": \"5\",\n                \"height\": \"8\",\n                \"length\": \"3\",\n                \"boxingProperties\": 0,\n                \"palletProperties\": 0,\n                \"markup\": \"\",\n                \"fulfillmentOffsetDays\": \"\",\n                \"insuranceEnabled\": false,\n                \"hazardousEnabled\": false,\n                \"dropship\": true\n            },\n            \"created_at\": \"\",\n            \"updated_at\": \"2024-11-02T01:36:55.000000Z\"\n        },\n        {\n            \"store\": \"dev-zeeshan-1.myshopify.com\",\n            \"type\": \"product\",\n            \"productId\": 7612417573035,\n            \"variantId\": 42609460707499,\n            \"attributes\": {\n                \"quoteMethod\": \"L\",\n                \"weight\": \"150\",\n                \"freightClass\": \"150\",\n                \"nmfc\": \"222\",\n                \"width\": \"2234.65\",\n                \"height\": \"3\",\n                \"length\": \"2\",\n                \"boxingProperties\": 0,\n                \"palletProperties\": 0,\n                \"markup\": \"2%\",\n                \"fulfillmentOffsetDays\": \"\",\n                \"insuranceEnabled\": false,\n                \"hazardousEnabled\": false,\n                \"dropship\": false\n            },\n            \"created_at\": \"2023-06-20T18:12:57.000000Z\",\n            \"updated_at\": \"2023-12-13T08:08:59.000000Z\"\n        },\n        {\n            \"store\": \"dev-zeeshan-1.myshopify.com\",\n            \"type\": \"product\",\n            \"productId\": 7612417573035,\n            \"variantId\": 42609460740267,\n            \"attributes\": {\n                \"quoteMethod\": \"L\",\n                \"weight\": \"150\",\n                \"freightClass\": \"150\",\n                \"nmfc\": \"222\",\n                \"width\": \"2\",\n                \"height\": \"3\",\n                \"length\": \"2\",\n                \"boxingProperties\": 0,\n                \"palletProperties\": 0,\n                \"markup\": \"2%\",\n                \"fulfillmentOffsetDays\": \"\",\n                \"insuranceEnabled\": false,\n                \"hazardousEnabled\": false,\n                \"dropship\": false\n            },\n            \"created_at\": \"2023-06-20T18:12:57.000000Z\",\n            \"updated_at\": \"2023-12-13T08:08:59.000000Z\"\n        },\n        {\n            \"store\": \"dev-zeeshan-1.myshopify.com\",\n            \"type\": \"product\",\n            \"productId\": 7612417573035,\n            \"variantId\": 42609460773035,\n            \"attributes\": {\n                \"quoteMethod\": \"L\",\n                \"weight\": \"150\",\n                \"freightClass\": \"150\",\n                \"nmfc\": \"222\",\n                \"width\": \"2\",\n                \"height\": \"3\",\n                \"length\": \"2\",\n                \"boxingProperties\": 0,\n                \"palletProperties\": 0,\n                \"markup\": \"2%\",\n                \"fulfillmentOffsetDays\": \"\",\n                \"insuranceEnabled\": false,\n                \"hazardousEnabled\": false,\n                \"dropship\": false\n            },\n            \"created_at\": \"2023-06-20T18:12:57.000000Z\",\n            \"updated_at\": \"2023-12-13T08:08:59.000000Z\"\n        }\n    ]\n}"}],"_postman_id":"9b748e58-0bd4-4e76-ab95-7d8ccadf3190"}]}