{"info":{"_postman_id":"9073e49a-5635-4eae-bf26-ac3d418e00f7","name":"Cargoplug API DOC","description":"<html><head></head><body><h2 id=\"introduction\">Introduction</h2>\n<ul>\n<li><p><strong>Live URL:</strong> <a href=\"https://api.getcargoplug.com/api/v1\">https://api.getcargoplug.com/api/v1</a></p>\n</li>\n<li><p><strong>Staging URL:</strong> <a href=\"http://142.93.134.17/api/v1\">http://142.93.134.17/api/v1</a></p>\n</li>\n</ul>\n<p>The Cargoplug API is a modern, RESTful web service that provides programmatic access to the Cargoplug digital freight forwarding platform. It is designed to seamlessly integrate your internal systems such as ERPs, e-commerce platforms, or custom logistics software with a global network of carriers and logistics services.</p>\n<p>By leveraging this API, developers can automate the entire lifecycle of freight shipping, from retrieving real-time quotes to booking shipments, tracking their status in real-time, and managing essential documentation all without manual intervention.</p>\n<h2 id=\"key-features\">Key Features</h2>\n<ul>\n<li><p><strong>🔐 Secure Authentication:</strong> Simple and secure API key-based authentication for server-to-server communication.</p>\n</li>\n<li><p><strong>💵 Instant Quotes:</strong> Obtain real-time freight rates for Air, Ocean (FCL/LCL), and Road shipments based on cargo details.</p>\n</li>\n<li><p><strong>📦 Shipment Management:</strong> Create, book, and manage shipments programmatically. Supports draft creation and confirmation.</p>\n</li>\n<li><p><strong>🛞 Real-time Tracking:</strong> Get the latest status and a full historical timeline of events for any shipment.</p>\n</li>\n<li><p><strong>🌐 Global Logistics:</strong> Access a wide network of logistics services and carriers through a single, unified API.</p>\n</li>\n</ul>\n<h2 id=\"api-fundamentals\">API Fundamentals</h2>\n<ul>\n<li><p><strong>Base URL:</strong> All endpoints are relative to the base URL provided upon account activation.</p>\n</li>\n<li><p><strong>Architecture:</strong> RESTful design.</p>\n</li>\n<li><p><strong>Data Format:</strong> JSON is used for all request and response bodies.</p>\n</li>\n<li><p>Authorization: Bearer YOUR_API_KEY</p>\n</li>\n<li><p><strong>HTTP Methods:</strong> Standard methods are used (<code>GET</code> for retrieval, <code>POST</code> for creation, <code>PUT</code> for updates).</p>\n</li>\n<li><p><strong>Error Handling:</strong> Errors are returned with standard HTTP status codes and a descriptive JSON response body containing an error message.</p>\n</li>\n</ul>\n<h2 id=\"common-use-cases\">Common Use Cases</h2>\n<ul>\n<li><p><strong>E-commerce Integration:</strong> Display live shipping quotes at checkout and automatically create shipments upon order placement.</p>\n</li>\n<li><p><strong>ERP/System Integration:</strong> Sync logistics data between Cargoplug and enterprise resource planning (ERP) or warehouse management (WMS) systems.</p>\n</li>\n<li><p><strong>Custom Dashboards:</strong> Build branded tracking portals for internal teams or end-customers.</p>\n</li>\n<li><p><strong>Automated Workflows:</strong> Trigger business processes based on shipment status updates (e.g., notify customers when a package is out for delivery).</p>\n</li>\n</ul>\n<h2 id=\"getting-started\">Getting Started</h2>\n<ol>\n<li><p><strong>Obtain API Credentials:</strong> Contact Cargoplug to set up an account and receive your unique API key.</p>\n</li>\n<li><p><strong>Explore the Endpoints:</strong> Use the collection below to understand the available functionality. It is highly recommended to use a testing tool like Postman or Insomnia.</p>\n</li>\n<li><p><strong>Implement Integration:</strong> Use the provided examples to build requests and handle responses in your application.</p>\n</li>\n<li><p><strong>Go Live:</strong> Point your integration from the testing environment to the production base URL.</p>\n</li>\n</ol>\n<h2 id=\"support\">Support</h2>\n<p>For support regarding API integration, please contact:</p>\n<ul>\n<li><p><strong>Email:</strong> <a href=\"https://mailto:info@getcargoplug.com\">info@getcargoplug.com</a></p>\n</li>\n<li><p><strong>Documentation:</strong> <a href=\"https://api.getcargoplug.com/doc\">https://api.getcargoplug.com/doc</a></p>\n</li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"11348515","collectionId":"9073e49a-5635-4eae-bf26-ac3d418e00f7","publishedId":"2s9YC32ELf","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-08-28T20:30:22.000Z"},"item":[{"name":"Importation","item":[{"name":"Incoming Items","item":[{"name":"store","id":"26a2c7a9-1c6e-4936-920e-d3ed75710423","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"tracking_number\": \"J2G12345706\",\r\n    \"uac\": \"scapr\",\r\n    \"description\": \"Just for test\",\r\n    \"quantity\": 2,\r\n    \"store_name\": \"amazon\",\r\n    \"client_code\": \"SB12323345556\"\r\n}"},"url":"{{url}}/api/v1/user/item/tracking/store","urlObject":{"path":["api","v1","user","item","tracking","store"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"660e85a7-3ef0-4078-aba5-a4f3cb798ef5","name":"200","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"tracking_number\": \"J2G123457\",\r\n    \"uac\": \"scapr\",\r\n    \"description\": \"Just for test\",\r\n    \"quantity\": 2,\r\n    \"store_name\": \"amazon\",\r\n    \"client_code\": \"SB12323345556\"\r\n}"},"url":"{{url}}/api/v1/user/item/tracking/store"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Tue, 05 Dec 2023 08:58:24 GMT"},{"key":"Date","value":"Tue, 05 Dec 2023 08:58:24 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.0.25"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"phpdebugbar-id","value":"Xc689bb25a905669d41481975010c489a"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Set-Cookie","value":"cargoplug_session=cERk7G4FTlNO0iuUzWevgRE74uVpaHsuhBFAiZQa; expires=Tue, 05-Dec-2023 10:58:24 GMT; Max-Age=7200; path=/; httponly; samesite=lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"status\": 200,\n    \"data\": {\n        \"description\": \"Just for test\",\n        \"uac\": \"scapr\",\n        \"tracking_number\": \"J2G123457\",\n        \"user\": \"Jude Peter\",\n        \"quantity\": 2,\n        \"store_name\": \"amazon\",\n        \"client_code\": \"SB12323345556\",\n        \"status\": \"pending\",\n        \"created_at\": \"2023-12-05\"\n    }\n}"}],"_postman_id":"26a2c7a9-1c6e-4936-920e-d3ed75710423"},{"name":"List","id":"577be432-732f-4f57-a208-d0175c270071","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/v1/user/item/tracking","urlObject":{"path":["api","v1","user","item","tracking"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"de533dcd-dd26-42ed-807a-450432029c17","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/v1/user/item/tracking"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Tue, 12 Sep 2023 13:43:21 GMT"},{"key":"Date","value":"Tue, 12 Sep 2023 13:43:21 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.0.25"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"phpdebugbar-id","value":"Xcb0d56cd54f4c386653e717eb2fb045d"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Set-Cookie","value":"cargoplug_session=qaqLQHOgC28IqwodYZEJs0PXhxhhtdeEyMkmX8Aq; expires=Tue, 12-Sep-2023 15:43:21 GMT; Max-Age=7200; path=/; httponly; samesite=lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"status\": 200,\n    \"data\": [\n        {\n            \"id\": 1,\n            \"user_id\": 33,\n            \"user\": \"Jude Peter\",\n            \"description\": \"Testing description22\",\n            \"uac\": \"jlneh\",\n            \"tracking_number\": \"Uahs156445\",\n            \"quantity\": 12,\n            \"store_name\": null,\n            \"selected_address_id\": 4,\n            \"status\": \"pending\",\n            \"created_at\": \"2023-04-18\"\n        },\n        {\n            \"id\": 2,\n            \"user_id\": 33,\n            \"user\": \"Kelichi Doe\",\n            \"description\": \"Still description22\",\n            \"uac\": \"fabuv\",\n            \"tracking_number\": \"teye2233\",\n            \"quantity\": 2,\n            \"store_name\": null,\n            \"selected_address_id\": 53,\n            \"status\": \"arrived\",\n            \"created_at\": \"2023-04-18\"\n        },\n        {\n            \"id\": 3,\n            \"user_id\": 33,\n            \"user\": \"Kelichi Doe\",\n            \"description\": \"Description exist and I am testing it\",\n            \"uac\": \"fabuv\",\n            \"tracking_number\": \"AMA2233\",\n            \"quantity\": 3,\n            \"store_name\": null,\n            \"selected_address_id\": 53,\n            \"status\": \"arrived\",\n            \"created_at\": \"2023-04-18\"\n        },\n        {\n            \"id\": 4,\n            \"user_id\": 33,\n            \"user\": \"Test Test\",\n            \"description\": \"A bag of cloths with a tyouvcj of plastincd description22\",\n            \"uac\": \"gyfhg\",\n            \"tracking_number\": \"Jumia2505t-t9yky\",\n            \"quantity\": 3,\n            \"store_name\": null,\n            \"selected_address_id\": 59,\n            \"status\": \"arrived\",\n            \"created_at\": \"2023-04-18\"\n        },\n        {\n            \"id\": 5,\n            \"user_id\": 33,\n            \"user\": \"Test Test\",\n            \"description\": null,\n            \"uac\": \"gyfhg\",\n            \"tracking_number\": \"okj2505t-t9yky\",\n            \"quantity\": null,\n            \"store_name\": null,\n            \"selected_address_id\": 59,\n            \"status\": \"arrived\",\n            \"created_at\": \"2023-04-18\"\n        },\n        {\n            \"id\": 6,\n            \"user_id\": 33,\n            \"user\": \"Test Test\",\n            \"description\": null,\n            \"uac\": \"gyfhg\",\n            \"tracking_number\": \"okj2505t-t9yky3\",\n            \"quantity\": 4,\n            \"store_name\": \"Amazon\",\n            \"selected_address_id\": 59,\n            \"status\": \"arrived\",\n            \"created_at\": \"2023-05-09\"\n        },\n        {\n            \"id\": 7,\n            \"user_id\": 33,\n            \"user\": \"Jude Peter\",\n            \"description\": \"Testing description22\",\n            \"uac\": \"jlneh\",\n            \"tracking_number\": \"test12345\",\n            \"quantity\": 2,\n            \"store_name\": null,\n            \"selected_address_id\": 4,\n            \"status\": \"pending\",\n            \"created_at\": \"2023-08-25\"\n        },\n        {\n            \"id\": 8,\n            \"user_id\": 33,\n            \"user\": \"Jude Peter\",\n            \"description\": \"Testing description22\",\n            \"uac\": \"jlneh\",\n            \"tracking_number\": \"test123453test\",\n            \"quantity\": 2,\n            \"store_name\": null,\n            \"selected_address_id\": 4,\n            \"status\": \"arrived\",\n            \"created_at\": \"2023-08-25\"\n        },\n        {\n            \"id\": 9,\n            \"user_id\": 33,\n            \"user\": \"Jude Peter\",\n            \"description\": \"Just for test\",\n            \"uac\": \"jlneh\",\n            \"tracking_number\": \"test1234533\",\n            \"quantity\": 2,\n            \"store_name\": null,\n            \"selected_address_id\": 4,\n            \"status\": \"arrived\",\n            \"created_at\": \"2023-08-25\"\n        },\n        {\n            \"id\": 10,\n            \"user_id\": 33,\n            \"user\": \"Jude Peter\",\n            \"description\": \"Just for test\",\n            \"uac\": \"jlneh\",\n            \"tracking_number\": \"test12345333\",\n            \"quantity\": 2,\n            \"store_name\": null,\n            \"selected_address_id\": 4,\n            \"status\": \"arrived\",\n            \"created_at\": \"2023-08-25\"\n        }\n    ]\n}"}],"_postman_id":"577be432-732f-4f57-a208-d0175c270071"}],"id":"07b1efa4-5f12-4f31-b14f-19d662d05803","_postman_id":"07b1efa4-5f12-4f31-b14f-19d662d05803","description":""},{"name":"Fetch Warehouse Location","id":"4cc59478-3e02-4ad8-89ee-91211fcd293e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{j2g-live-url}}/api/v1/warehouse/location","urlObject":{"path":["api","v1","warehouse","location"],"host":["{{j2g-live-url}}"],"query":[],"variable":[]}},"response":[{"id":"0071c07d-7c80-488e-946e-a481fd6a0f14","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{j2g-live-url}}/api/v1/warehouse/location"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 28 Nov 2024 09:06:17 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Set-Cookie","value":"cargoplug_session=HIbMJGEnd56h2fjt8eTt0LTCrNevuFZPXyi6azLm; expires=Thu, 28-Nov-2024 11:06:17 GMT; Max-Age=7200; path=/; httponly; samesite=lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"successful\",\n    \"status\": 200,\n    \"data\": [\n        {\n            \"id\": 7,\n            \"location\": \"TURKEY\",\n            \"warehouse_name\": \"TURKEY WAREHOUSE\",\n            \"dispatch_days\": \"Mondays\",\n            \"estimated_delivery_days\": \"5 to 7 business days\",\n            \"minimum_weight\": 20,\n            \"price_per_weight\": [\n                {\n                    \"id\": 7,\n                    \"import_id\": 7,\n                    \"price\": 8.06,\n                    \"minimum_weight\": 0,\n                    \"maximum_weight\": 100,\n                    \"is_flat\": 0,\n                    \"created_at\": null,\n                    \"updated_at\": \"2024-11-21T09:14:33.000000Z\"\n                },\n                {\n                    \"id\": 26,\n                    \"import_id\": 7,\n                    \"price\": 7.62,\n                    \"minimum_weight\": 101,\n                    \"maximum_weight\": 100000,\n                    \"is_flat\": 0,\n                    \"created_at\": \"2024-11-21T09:15:37.000000Z\",\n                    \"updated_at\": \"2024-11-21T09:15:37.000000Z\"\n                }\n            ],\n            \"type\": \"air_freight\",\n            \"minimum_wallet\": \"none\",\n            \"minimum_wallet_amount\": 0,\n            \"other_info\": \"<ul><li>The minimum chargeable weight is 20kg.</li><li>Sea freight is available upon request</li><li>Shoppers are required to let us know what items they are bringing in before proceeding.</li><li>The airline charges whichever is higher of the actual or volumetric weight. Volumetric weight is calculated as follows - LXBXH((CM) /5000)</li></ul>\",\n            \"address_id\": 7,\n            \"handling_charge\": [\n                {\n                    \"id\": 1,\n                    \"name\": \"Regular\",\n                    \"duration\": \"2 weeks\",\n                    \"initialAmount\": 7442,\n                    \"vatAmount\": 8000,\n                    \"discount\": 0,\n                    \"frequency\": 1\n                },\n                {\n                    \"id\": 2,\n                    \"name\": \"Monthly\",\n                    \"duration\": \"1 month\",\n                    \"initialAmount\": 13395,\n                    \"vatAmount\": 14400,\n                    \"discount\": 10,\n                    \"frequency\": 2\n                },\n                {\n                    \"id\": 3,\n                    \"name\": \"Quarterly\",\n                    \"duration\": \"3 months\",\n                    \"initialAmount\": 37953,\n                    \"vatAmount\": 40799,\n                    \"discount\": 15,\n                    \"frequency\": 6\n                },\n                {\n                    \"id\": 4,\n                    \"name\": \"Annually\",\n                    \"duration\": \"12 months\",\n                    \"initialAmount\": 142884,\n                    \"vatAmount\": 153600,\n                    \"discount\": 20,\n                    \"frequency\": 24\n                }\n            ]\n        },\n        {\n            \"id\": 8,\n            \"location\": \"UK\",\n            \"warehouse_name\": \"UK WAREHOUSE ADDRESS (SOUTH LONDON)\",\n            \"dispatch_days\": \"Thursdays\",\n            \"estimated_delivery_days\": \"7 to 10 business days\",\n            \"minimum_weight\": 2,\n            \"price_per_weight\": [\n                {\n                    \"id\": 8,\n                    \"import_id\": 8,\n                    \"price\": 6.15,\n                    \"minimum_weight\": 2,\n                    \"maximum_weight\": 100000,\n                    \"is_flat\": 0,\n                    \"created_at\": null,\n                    \"updated_at\": null\n                }\n            ],\n            \"type\": \"air_freight\",\n            \"minimum_wallet\": \"none\",\n            \"minimum_wallet_amount\": 0,\n            \"other_info\": \"<p>Volumetric weight is calculated as follows LXBXH((CM) /5000)&nbsp;</p><p>The airline charges whichever is higher of the actual or volumetric weight.</p>\",\n            \"address_id\": 8,\n            \"handling_charge\": [\n                {\n                    \"id\": 1,\n                    \"name\": \"Regular\",\n                    \"duration\": \"2 weeks\",\n                    \"initialAmount\": 7442,\n                    \"vatAmount\": 8000,\n                    \"discount\": 0,\n                    \"frequency\": 1\n                },\n                {\n                    \"id\": 2,\n                    \"name\": \"Monthly\",\n                    \"duration\": \"1 month\",\n                    \"initialAmount\": 13395,\n                    \"vatAmount\": 14400,\n                    \"discount\": 10,\n                    \"frequency\": 2\n                },\n                {\n                    \"id\": 3,\n                    \"name\": \"Quarterly\",\n                    \"duration\": \"3 months\",\n                    \"initialAmount\": 37953,\n                    \"vatAmount\": 40799,\n                    \"discount\": 15,\n                    \"frequency\": 6\n                },\n                {\n                    \"id\": 4,\n                    \"name\": \"Annually\",\n                    \"duration\": \"12 months\",\n                    \"initialAmount\": 142884,\n                    \"vatAmount\": 153600,\n                    \"discount\": 20,\n                    \"frequency\": 24\n                }\n            ]\n        },\n        {\n            \"id\": 10,\n            \"location\": \"UK\",\n            \"warehouse_name\": \"CARGOPLUG FAST WAREHOUSE (UK)\",\n            \"dispatch_days\": \"Daily (Monday-Friday)\",\n            \"estimated_delivery_days\": \"3-5 business days\",\n            \"minimum_weight\": 5,\n            \"price_per_weight\": [\n                {\n                    \"id\": 18,\n                    \"import_id\": 11,\n                    \"price\": 18,\n                    \"minimum_weight\": 0,\n                    \"maximum_weight\": 5,\n                    \"is_flat\": 1,\n                    \"created_at\": \"2024-03-08T19:01:33.000000Z\",\n                    \"updated_at\": \"2024-03-17T19:12:54.000000Z\"\n                },\n                {\n                    \"id\": 19,\n                    \"import_id\": 11,\n                    \"price\": 10.75,\n                    \"minimum_weight\": 6,\n                    \"maximum_weight\": 100000,\n                    \"is_flat\": 0,\n                    \"created_at\": \"2024-03-08T19:01:33.000000Z\",\n                    \"updated_at\": \"2024-03-08T19:01:33.000000Z\"\n                }\n            ],\n            \"type\": \"air_freight\",\n            \"minimum_wallet\": \"none\",\n            \"minimum_wallet_amount\": 0,\n            \"other_info\": \"<ul><li>The airline charges whichever is higher of the actual or volumetric weight. Volumetric weight is calculated as follows - LXBXH((CM) /5000)</li><li>Please note duties of 5% of the value apply on parcels over £50 and compulsory insurance cover of 1% of the total value e.g if your item costs N100,000 insurance is N1,000.</li><li>Please get in touch with us prior to shipping if you are ordering items other than clothes to confirm that the item can be shipped.</li><li>GADGETS, FLAMMABLES, PERFUMES, DEODORANTS, POWERBANKS, MEDICATION,PHONES, LAPTOPS, &nbsp;LITHIUM BATTERIES ETC ARE NOT PERMITTED VIA THIS SERVICE.</li></ul>\",\n            \"address_id\": 10,\n            \"handling_charge\": [\n                {\n                    \"id\": 1,\n                    \"name\": \"Regular\",\n                    \"duration\": \"2 weeks\",\n                    \"initialAmount\": 7442,\n                    \"vatAmount\": 8000,\n                    \"discount\": 0,\n                    \"frequency\": 1\n                },\n                {\n                    \"id\": 2,\n                    \"name\": \"Monthly\",\n                    \"duration\": \"1 month\",\n                    \"initialAmount\": 13395,\n                    \"vatAmount\": 14400,\n                    \"discount\": 10,\n                    \"frequency\": 2\n                },\n                {\n                    \"id\": 3,\n                    \"name\": \"Quarterly\",\n                    \"duration\": \"3 months\",\n                    \"initialAmount\": 37953,\n                    \"vatAmount\": 40799,\n                    \"discount\": 15,\n                    \"frequency\": 6\n                },\n                {\n                    \"id\": 4,\n                    \"name\": \"Annually\",\n                    \"duration\": \"12 months\",\n                    \"initialAmount\": 142884,\n                    \"vatAmount\": 153600,\n                    \"discount\": 20,\n                    \"frequency\": 24\n                }\n            ]\n        },\n        {\n            \"id\": 11,\n            \"location\": \"UK\",\n            \"warehouse_name\": \"CARGOPLUG FASTER WAREHOUSE (UK)\",\n            \"dispatch_days\": \"Daily (Monday-Friday)\",\n            \"estimated_delivery_days\": \"2-3 business days\",\n            \"minimum_weight\": 5,\n            \"price_per_weight\": [\n                {\n                    \"id\": 22,\n                    \"import_id\": 14,\n                    \"price\": 20.96,\n                    \"minimum_weight\": 0,\n                    \"maximum_weight\": 5,\n                    \"is_flat\": 1,\n                    \"created_at\": \"2024-03-18T12:19:21.000000Z\",\n                    \"updated_at\": \"2024-03-18T12:19:21.000000Z\"\n                },\n                {\n                    \"id\": 23,\n                    \"import_id\": 14,\n                    \"price\": 11.08,\n                    \"minimum_weight\": 6,\n                    \"maximum_weight\": 100000,\n                    \"is_flat\": 0,\n                    \"created_at\": \"2024-03-18T12:19:21.000000Z\",\n                    \"updated_at\": \"2024-03-18T12:22:16.000000Z\"\n                }\n            ],\n            \"type\": \"air_freight\",\n            \"minimum_wallet\": \"none\",\n            \"minimum_wallet_amount\": 0,\n            \"other_info\": \"<ul><li>The airline charges whichever is higher of the actual or volumetric weight. Volumetric weight is calculated as follows - LXBXH((CM) /5000)</li><li>Please note duties of 5% of the value apply on parcels over £50 and compulsory insurance cover of 1% of the total value e.g if your item costs N100,000 insurance is N1,000.</li><li>Please get in touch with us prior to shipping if you are ordering items other than clothes to confirm that the item can be shipped.</li><li>GADGETS, FLAMMABLES, PERFUMES, DEODORANTS, POWERBANKS, MEDICATION,PHONES, LAPTOPS, &nbsp;LITHIUM BATTERIES ETC ARE NOT PERMITTED VIA THIS SERVICE.</li></ul>\",\n            \"address_id\": 11,\n            \"handling_charge\": [\n                {\n                    \"id\": 1,\n                    \"name\": \"Regular\",\n                    \"duration\": \"2 weeks\",\n                    \"initialAmount\": 7442,\n                    \"vatAmount\": 8000,\n                    \"discount\": 0,\n                    \"frequency\": 1\n                },\n                {\n                    \"id\": 2,\n                    \"name\": \"Monthly\",\n                    \"duration\": \"1 month\",\n                    \"initialAmount\": 13395,\n                    \"vatAmount\": 14400,\n                    \"discount\": 10,\n                    \"frequency\": 2\n                },\n                {\n                    \"id\": 3,\n                    \"name\": \"Quarterly\",\n                    \"duration\": \"3 months\",\n                    \"initialAmount\": 37953,\n                    \"vatAmount\": 40799,\n                    \"discount\": 15,\n                    \"frequency\": 6\n                },\n                {\n                    \"id\": 4,\n                    \"name\": \"Annually\",\n                    \"duration\": \"12 months\",\n                    \"initialAmount\": 142884,\n                    \"vatAmount\": 153600,\n                    \"discount\": 20,\n                    \"frequency\": 24\n                }\n            ]\n        },\n        {\n            \"id\": 12,\n            \"location\": \"UK\",\n            \"warehouse_name\": \"CARGOPLUG FASTEST WAREHOUSE (UK)\",\n            \"dispatch_days\": \"Daily (Monday - Friday)\",\n            \"estimated_delivery_days\": \"1 to 2 business days\",\n            \"minimum_weight\": 5,\n            \"price_per_weight\": [\n                {\n                    \"id\": 24,\n                    \"import_id\": 15,\n                    \"price\": 23.92,\n                    \"minimum_weight\": 0,\n                    \"maximum_weight\": 5,\n                    \"is_flat\": 1,\n                    \"created_at\": \"2024-03-22T09:57:13.000000Z\",\n                    \"updated_at\": \"2024-03-22T09:57:13.000000Z\"\n                },\n                {\n                    \"id\": 25,\n                    \"import_id\": 15,\n                    \"price\": 11.42,\n                    \"minimum_weight\": 6,\n                    \"maximum_weight\": 100000,\n                    \"is_flat\": 0,\n                    \"created_at\": \"2024-03-22T09:57:13.000000Z\",\n                    \"updated_at\": \"2024-03-22T09:57:13.000000Z\"\n                }\n            ],\n            \"type\": \"air_freight\",\n            \"minimum_wallet\": \"none\",\n            \"minimum_wallet_amount\": 0,\n            \"other_info\": \"<ul><li>The airline charges whichever is higher of the actual or volumetric weight. Volumetric weight is calculated as follows - LXBXH((CM) /5000)</li><li>Please note duties of 5% of the value apply on parcels over £50 and compulsory insurance cover of 1% of the total value e.g if your item costs N100,000 insurance is N1,000.</li><li>Please get in touch with us prior to shipping if you are ordering items other than clothes to confirm that the item can be shipped.</li><li>GADGETS, FLAMMABLES, PERFUMES, DEODORANTS, POWERBANKS, MEDICATION,PHONES, LAPTOPS, &nbsp;LITHIUM BATTERIES ETC ARE NOT PERMITTED VIA THIS SERVICE.</li></ul>\",\n            \"address_id\": 12,\n            \"handling_charge\": [\n                {\n                    \"id\": 1,\n                    \"name\": \"Regular\",\n                    \"duration\": \"2 weeks\",\n                    \"initialAmount\": 7442,\n                    \"vatAmount\": 8000,\n                    \"discount\": 0,\n                    \"frequency\": 1\n                },\n                {\n                    \"id\": 2,\n                    \"name\": \"Monthly\",\n                    \"duration\": \"1 month\",\n                    \"initialAmount\": 13395,\n                    \"vatAmount\": 14400,\n                    \"discount\": 10,\n                    \"frequency\": 2\n                },\n                {\n                    \"id\": 3,\n                    \"name\": \"Quarterly\",\n                    \"duration\": \"3 months\",\n                    \"initialAmount\": 37953,\n                    \"vatAmount\": 40799,\n                    \"discount\": 15,\n                    \"frequency\": 6\n                },\n                {\n                    \"id\": 4,\n                    \"name\": \"Annually\",\n                    \"duration\": \"12 months\",\n                    \"initialAmount\": 142884,\n                    \"vatAmount\": 153600,\n                    \"discount\": 20,\n                    \"frequency\": 24\n                }\n            ]\n        },\n        {\n            \"id\": 15,\n            \"location\": \"UK\",\n            \"warehouse_name\": \"SEA FREIGHT UK\",\n            \"dispatch_days\": \"MONTHLY\",\n            \"estimated_delivery_days\": \"4 TO 6 WEEKS\",\n            \"minimum_weight\": null,\n            \"price_per_weight\": [],\n            \"type\": \"sea_freight\",\n            \"minimum_wallet\": \"none\",\n            \"minimum_wallet_amount\": 0,\n            \"other_info\": \"<ul><li>PLEASE ENSURE THAT YOUR SHIPMENT IS LABELLED AS SEA FREIGHT, OTHERWISE IT WILL LEAVE BY AIR.&nbsp;</li><li>ALSO SEND US THE VALUE OF YOUR GOODS FOR ACTIVATION OF INSURANCE COVER.&nbsp;</li></ul>\",\n            \"address_id\": 15,\n            \"handling_charge\": [\n                {\n                    \"id\": 1,\n                    \"name\": \"Regular\",\n                    \"duration\": \"2 weeks\",\n                    \"initialAmount\": 7442,\n                    \"vatAmount\": 8000,\n                    \"discount\": 0,\n                    \"frequency\": 1\n                },\n                {\n                    \"id\": 2,\n                    \"name\": \"Monthly\",\n                    \"duration\": \"1 month\",\n                    \"initialAmount\": 13395,\n                    \"vatAmount\": 14400,\n                    \"discount\": 10,\n                    \"frequency\": 2\n                },\n                {\n                    \"id\": 3,\n                    \"name\": \"Quarterly\",\n                    \"duration\": \"3 months\",\n                    \"initialAmount\": 37953,\n                    \"vatAmount\": 40799,\n                    \"discount\": 15,\n                    \"frequency\": 6\n                },\n                {\n                    \"id\": 4,\n                    \"name\": \"Annually\",\n                    \"duration\": \"12 months\",\n                    \"initialAmount\": 142884,\n                    \"vatAmount\": 153600,\n                    \"discount\": 20,\n                    \"frequency\": 24\n                }\n            ]\n        },\n        {\n            \"id\": 16,\n            \"location\": \"US\",\n            \"warehouse_name\": \"SEA FREIGHT USA\",\n            \"dispatch_days\": \"MONTHLY\",\n            \"estimated_delivery_days\": \"7TO 8 WEEKS\",\n            \"minimum_weight\": null,\n            \"price_per_weight\": [],\n            \"type\": \"sea_freight\",\n            \"minimum_wallet\": \"none\",\n            \"minimum_wallet_amount\": 0,\n            \"other_info\": \"<p>&nbsp;</p>\",\n            \"address_id\": 16,\n            \"handling_charge\": [\n                {\n                    \"id\": 1,\n                    \"name\": \"Regular\",\n                    \"duration\": \"2 weeks\",\n                    \"initialAmount\": 7442,\n                    \"vatAmount\": 8000,\n                    \"discount\": 0,\n                    \"frequency\": 1\n                },\n                {\n                    \"id\": 2,\n                    \"name\": \"Monthly\",\n                    \"duration\": \"1 month\",\n                    \"initialAmount\": 13395,\n                    \"vatAmount\": 14400,\n                    \"discount\": 10,\n                    \"frequency\": 2\n                },\n                {\n                    \"id\": 3,\n                    \"name\": \"Quarterly\",\n                    \"duration\": \"3 months\",\n                    \"initialAmount\": 37953,\n                    \"vatAmount\": 40799,\n                    \"discount\": 15,\n                    \"frequency\": 6\n                },\n                {\n                    \"id\": 4,\n                    \"name\": \"Annually\",\n                    \"duration\": \"12 months\",\n                    \"initialAmount\": 142884,\n                    \"vatAmount\": 153600,\n                    \"discount\": 20,\n                    \"frequency\": 24\n                }\n            ]\n        },\n        {\n            \"id\": 1,\n            \"location\": \"US\",\n            \"warehouse_name\": \"US STANDARD\",\n            \"dispatch_days\": \"Fridays\",\n            \"estimated_delivery_days\": \"7 to 10 business days\",\n            \"minimum_weight\": null,\n            \"price_per_weight\": [\n                {\n                    \"id\": 2,\n                    \"import_id\": 2,\n                    \"price\": 14.19,\n                    \"minimum_weight\": 0,\n                    \"maximum_weight\": 100000,\n                    \"is_flat\": 0,\n                    \"created_at\": null,\n                    \"updated_at\": \"2024-02-19T09:14:04.000000Z\"\n                }\n            ],\n            \"type\": \"air_freight\",\n            \"minimum_wallet\": \"none\",\n            \"minimum_wallet_amount\": 0,\n            \"other_info\": \"<p>The airline charges whichever is higher of the actual or volumetric weight. Volumetric weight is calculated as follows - LXBXH((INCH) /366)<br>Please note that we are unable to ship PERFUMES on this service.<br>Please note that for gadgets and electrical products we require. proof of purchase before dispatch of the goods.</p><p>&nbsp;</p>\",\n            \"address_id\": 1,\n            \"handling_charge\": [\n                {\n                    \"id\": 1,\n                    \"name\": \"Regular\",\n                    \"duration\": \"2 weeks\",\n                    \"initialAmount\": 7442,\n                    \"vatAmount\": 8000,\n                    \"discount\": 0,\n                    \"frequency\": 1\n                },\n                {\n                    \"id\": 2,\n                    \"name\": \"Monthly\",\n                    \"duration\": \"1 month\",\n                    \"initialAmount\": 13395,\n                    \"vatAmount\": 14400,\n                    \"discount\": 10,\n                    \"frequency\": 2\n                },\n                {\n                    \"id\": 3,\n                    \"name\": \"Quarterly\",\n                    \"duration\": \"3 months\",\n                    \"initialAmount\": 37953,\n                    \"vatAmount\": 40799,\n                    \"discount\": 15,\n                    \"frequency\": 6\n                },\n                {\n                    \"id\": 4,\n                    \"name\": \"Annually\",\n                    \"duration\": \"12 months\",\n                    \"initialAmount\": 142884,\n                    \"vatAmount\": 153600,\n                    \"discount\": 20,\n                    \"frequency\": 24\n                }\n            ]\n        },\n        {\n            \"id\": 6,\n            \"location\": \"UK\",\n            \"warehouse_name\": \"IN A  BIT OF A HURRY\",\n            \"dispatch_days\": \"Fridays\",\n            \"estimated_delivery_days\": \"5-7 business days\",\n            \"minimum_weight\": 2,\n            \"price_per_weight\": [\n                {\n                    \"id\": 6,\n                    \"import_id\": 6,\n                    \"price\": 6.92,\n                    \"minimum_weight\": 2,\n                    \"maximum_weight\": 100000,\n                    \"is_flat\": 0,\n                    \"created_at\": null,\n                    \"updated_at\": null\n                }\n            ],\n            \"type\": \"air_freight\",\n            \"minimum_wallet\": \"none\",\n            \"minimum_wallet_amount\": 0,\n            \"other_info\": \"<ul><li>The airline charges whichever is higher of the actual or volumetric weight. Volumetric weight is calculated as follows - LXBXH((CM) /5000)</li><li>Please note duties of 5% of the value apply on parcels over £50 and compulsory insurance cover of 1% of the total value e.g if your item costs N100,000 insurance is N1,000.</li><li>Please get in touch with us prior to shipping if you are ordering items other than clothes,homeware to confirm that the item can be shipped.</li><li>GADGETS, FLAMMABLES, PERFUMES, DEODORANTS, POWERBANKS, MEDICATION, LITHIUM BATTERIES ETC ARE NOT PERMITTED VIA THIS SERVICE.</li><li>PHONES AND LAPTOPS ATTRACT ADDITIONAL FEES OF 95 PER PIECE.</li></ul>\",\n            \"address_id\": 6,\n            \"handling_charge\": [\n                {\n                    \"id\": 1,\n                    \"name\": \"Regular\",\n                    \"duration\": \"2 weeks\",\n                    \"initialAmount\": 7442,\n                    \"vatAmount\": 8000,\n                    \"discount\": 0,\n                    \"frequency\": 1\n                },\n                {\n                    \"id\": 2,\n                    \"name\": \"Monthly\",\n                    \"duration\": \"1 month\",\n                    \"initialAmount\": 13395,\n                    \"vatAmount\": 14400,\n                    \"discount\": 10,\n                    \"frequency\": 2\n                },\n                {\n                    \"id\": 3,\n                    \"name\": \"Quarterly\",\n                    \"duration\": \"3 months\",\n                    \"initialAmount\": 37953,\n                    \"vatAmount\": 40799,\n                    \"discount\": 15,\n                    \"frequency\": 6\n                },\n                {\n                    \"id\": 4,\n                    \"name\": \"Annually\",\n                    \"duration\": \"12 months\",\n                    \"initialAmount\": 142884,\n                    \"vatAmount\": 153600,\n                    \"discount\": 20,\n                    \"frequency\": 24\n                }\n            ]\n        },\n        {\n            \"id\": 4,\n            \"location\": \"CHINA\",\n            \"warehouse_name\": \"CHINA STANDARD\",\n            \"dispatch_days\": \"Fridays\",\n            \"estimated_delivery_days\": \"10 to 12 business days\",\n            \"minimum_weight\": 20,\n            \"price_per_weight\": [\n                {\n                    \"id\": 4,\n                    \"import_id\": 4,\n                    \"price\": 8.9,\n                    \"minimum_weight\": 20,\n                    \"maximum_weight\": 100000,\n                    \"is_flat\": 0,\n                    \"created_at\": null,\n                    \"updated_at\": null\n                }\n            ],\n            \"type\": \"air_freight\",\n            \"minimum_wallet\": \"none\",\n            \"minimum_wallet_amount\": 0,\n            \"other_info\": \"<ul><li>The airline charges whichever is higher of the actual or volumetric weight. Volumetric weight is calculated as follow - &nbsp;LXBXH((CM) /5000)</li><li>Batteries, liquids, powder and replica goods are not permitted on this service.</li><li>Shoppers are required to let us know what items they &nbsp;are bringing in before proceeding.</li><li>Goods with magnets attract additional charges.</li><li>No replica goods are permitted via this service</li><li>Minimum chargeable weight is 20kg</li><li>Sea Freight &nbsp;available upon request ($135 per cbm exclusive of clearing)</li></ul>\",\n            \"address_id\": 4,\n            \"handling_charge\": [\n                {\n                    \"id\": 1,\n                    \"name\": \"Regular\",\n                    \"duration\": \"2 weeks\",\n                    \"initialAmount\": 7442,\n                    \"vatAmount\": 8000,\n                    \"discount\": 0,\n                    \"frequency\": 1\n                },\n                {\n                    \"id\": 2,\n                    \"name\": \"Monthly\",\n                    \"duration\": \"1 month\",\n                    \"initialAmount\": 13395,\n                    \"vatAmount\": 14400,\n                    \"discount\": 10,\n                    \"frequency\": 2\n                },\n                {\n                    \"id\": 3,\n                    \"name\": \"Quarterly\",\n                    \"duration\": \"3 months\",\n                    \"initialAmount\": 37953,\n                    \"vatAmount\": 40799,\n                    \"discount\": 15,\n                    \"frequency\": 6\n                },\n                {\n                    \"id\": 4,\n                    \"name\": \"Annually\",\n                    \"duration\": \"12 months\",\n                    \"initialAmount\": 142884,\n                    \"vatAmount\": 153600,\n                    \"discount\": 20,\n                    \"frequency\": 24\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"4cc59478-3e02-4ad8-89ee-91211fcd293e"},{"name":"Import Rates","id":"f8c5c1cc-53be-4c42-9d22-2329a7a2bd44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"location_id\": 1,\r\n    \"weight\": 20 \r\n}"},"url":"{{j2g-live-url}}/api/v1/import/rates","urlObject":{"path":["api","v1","import","rates"],"host":["{{j2g-live-url}}"],"query":[],"variable":[]}},"response":[{"id":"41cd12f8-0f9c-4aab-bb7c-b4f51dec409e","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"location_id\": 1,\r\n    \"weight\": 20 \r\n}"},"url":"http://142.93.134.17/api/import/rates"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Sat, 17 Jun 2023 21:38:21 GMT"},{"key":"Date","value":"Sat, 17 Jun 2023 21:38:21 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.0.25"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"phpdebugbar-id","value":"X28bc58bfe3a304dff393fdbbbc156f8e"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Set-Cookie","value":"j2g_express_session=oVfa3ItuOBjc0hZIVcbaur4Fsoo2i0zwQkavLqWJ; expires=Sat, 17-Jun-2023 23:38:21 GMT; Max-Age=7200; path=/; httponly; samesite=lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"successful\",\n    \"status\": 201,\n    \"data\": [\n        {\n            \"cost_in_naira\": 372892.7,\n            \"currency\": \"GBP\",\n            \"cost_in_foreign_currency\": 675.2\n        }\n    ]\n}"}],"_postman_id":"f8c5c1cc-53be-4c42-9d22-2329a7a2bd44"},{"name":"Subscribe For Address","id":"436aae59-5fee-4672-bf51-4f5e4ff3621a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-API-KEY","value":"Y2FkODI2MjItNjk1ZS00NGYxLWFjZjMtNTVlMDk2YzY1OTBh","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"address_id\": 9\r\n}"},"url":"{{url}}/api/v1/user/warehouse-address","urlObject":{"path":["api","v1","user","warehouse-address"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"70cc2478-3660-410e-9460-147ca4d39f6c","name":"200","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-API-KEY","value":"Y2FkODI2MjItNjk1ZS00NGYxLWFjZjMtNTVlMDk2YzY1OTBh","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"address_id\": 9\r\n}"},"url":"{{url}}/api/v1/user/warehouse-address"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Fri, 22 Sep 2023 19:52:25 GMT"},{"key":"Date","value":"Fri, 22 Sep 2023 19:52:25 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.0.25"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"56"},{"key":"phpdebugbar-id","value":"Xc10ce86fe3bc5eddffbc2c8e6cf428ac"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Set-Cookie","value":"cargoplug_session=YeYixcVt5OquCPZPZvQCALx20mLXbkQlgqFdciwy; expires=Fri, 22-Sep-2023 21:52:25 GMT; Max-Age=7200; path=/; httponly; samesite=lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"status\": 200,\n    \"data\": \"Address has been selected\"\n}"}],"_postman_id":"436aae59-5fee-4672-bf51-4f5e4ff3621a"},{"name":"Fetch Subscribed Address","id":"9182cf12-ea03-4928-bded-ef2326bbbd2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{url}}/api/v1/user/subscribed/address","urlObject":{"path":["api","v1","user","subscribed","address"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"6ec7d2da-c010-4c0c-9a72-458d1e137d14","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"","type":"text","disabled":true}],"url":"{{staging-url}}/api/selectedaddress"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 28 Aug 2023 10:19:38 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"phpdebugbar-id","value":"Xfa4624f75cf54e74504734ec2ec70750"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Set-Cookie","value":"jand2gidi_session=zG9LBshwL2uWihJDCaLUmueqs9NuPRXGL6g5k3xY; expires=Mon, 28-Aug-2023 12:19:38 GMT; Max-Age=7200; path=/; httponly; samesite=lax"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"successful\",\n    \"status\": 200,\n    \"data\": [\n        {\n            \"id\": 3,\n            \"user\": \"ship bubble\",\n            \"address_line1\": \"Testing Uk unit 4, Dagenham  UAC-srrtn\",\n            \"address_line2\": \"45123 Hamrain Road\",\n            \"city\": \"Dagenham\",\n            \"state\": \"East London\",\n            \"zip_code\": \"GM10 7FD\",\n            \"country\": \"uk\",\n            \"uac\": \"srrtn\",\n            \"warehouse_name\": \"Not in a hurry\",\n            \"duration\": null,\n            \"created_date\": \"2023-08-04\",\n            \"expiring_date\": null,\n            \"address_usage\": \"unused\",\n            \"status\": \"None\",\n            \"item\": {\n                \"link\": \"http://142.93.134.17/api/selectedaddress/items/3\"\n            }\n        },\n        {\n            \"id\": 2,\n            \"user\": \"ship bubble\",\n            \"address_line1\": \"74-450 Boulevard Testing Canada Dorval  UAC-lxlgb\",\n            \"address_line2\": \"Empty\",\n            \"city\": \"Montreal\",\n            \"state\": \"Quebec\",\n            \"zip_code\": \"G11S 3W6 test\",\n            \"country\": \"canada\",\n            \"uac\": \"lxlgb\",\n            \"warehouse_name\": \"canada standard\",\n            \"duration\": \"12 months\",\n            \"created_date\": \"2023-08-04\",\n            \"expiring_date\": null,\n            \"address_usage\": \"unused\",\n            \"status\": \"Active\",\n            \"item\": {\n                \"link\": \"http://142.93.134.17/api/selectedaddress/items/2\"\n            }\n        },\n        {\n            \"id\": 1,\n            \"user\": \"ship bubble\",\n            \"address_line1\": \"98 Jacob Avenue Testing  UAC-mwrpb\",\n            \"address_line2\": \"Suite 9 PMB5631562\",\n            \"city\": \"Essignton\",\n            \"state\": \"Pennsylvania\",\n            \"zip_code\": \"59029\",\n            \"country\": \"us\",\n            \"uac\": \"mwrpb\",\n            \"warehouse_name\": \"us standard\",\n            \"duration\": \"12 months\",\n            \"created_date\": \"2023-08-04\",\n            \"expiring_date\": null,\n            \"address_usage\": \"unused\",\n            \"status\": \"Active\",\n            \"item\": {\n                \"link\": \"http://142.93.134.17/api/selectedaddress/items/1\"\n            }\n        }\n    ]\n}"}],"_postman_id":"9182cf12-ea03-4928-bded-ef2326bbbd2a"},{"name":"List Items In Address","id":"e19b7c46-cce5-4604-9551-d8298de9003c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/v1/selectedaddress/items/:subscribeAddressId","urlObject":{"path":["api","v1","selectedaddress","items",":subscribeAddressId"],"host":["{{url}}"],"query":[],"variable":[{"type":"any","value":null,"key":"subscribeAddressId"}]}},"response":[{"id":"6b3fdd73-c71d-41d0-a517-353e866301a4","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://api.jand2gidi.com.ng/api/selectedaddress/items/:selectedAddressId","protocol":"https","host":["api","jand2gidi","com","ng"],"path":["api","selectedaddress","items",":selectedAddressId"],"variable":[{"key":"selectedAddressId","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 14 Mar 2023 07:53:14 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Set-Cookie","value":"j2g_express_session=0v832usdErZHaHzYCN4z1veuuzS1K4qN8D0TTmfB; expires=Tue, 14-Mar-2023 09:53:14 GMT; Max-Age=7200; path=/; httponly; samesite=lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"successful\",\n    \"status\": 200,\n    \"data\": [\n        {\n            \"id\": 1654,\n            \"item\": null,\n            \"quantity\": 1,\n            \"Description\": \"Amazon \\t818302\",\n            \"pieceType\": \"carton\",\n            \"origin\": \"us\",\n            \"weight\": 0,\n            \"lenght\": null,\n            \"width\": null,\n            \"height\": null,\n            \"volumetric_weight\": 0,\n            \"final_weight\": 0,\n            \"status\": \"Delivered\",\n            \"approved_by\": \"Opeyemi\"\n        },\n        {\n            \"id\": 2010,\n            \"item\": null,\n            \"quantity\": 1,\n            \"Description\": \"Health & prime  341510\",\n            \"pieceType\": \"carton\",\n            \"origin\": \"us\",\n            \"weight\": 0,\n            \"lenght\": null,\n            \"width\": null,\n            \"height\": null,\n            \"volumetric_weight\": 0,\n            \"final_weight\": 0,\n            \"status\": \"Delivered\",\n            \"approved_by\": \"Opeyemi\"\n        }\n    ]\n}"}],"_postman_id":"e19b7c46-cce5-4604-9551-d8298de9003c"},{"name":"Fetch Shipments","id":"cb3f167e-6f61-40fc-97b0-f4a465fdac2f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"tracking_number","value":"100039531","type":"text","disabled":true}]},"url":"{{url}}/api/v1/shipment/delivery","urlObject":{"path":["api","v1","shipment","delivery"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"9a829ae0-907b-4340-927a-ca739ecd6fe3","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"tracking_number","value":"100039531","type":"text","disabled":true}]},"url":"{{url}}/api/shipment/delivery"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Fri, 25 Aug 2023 12:43:55 GMT"},{"key":"Date","value":"Fri, 25 Aug 2023 12:43:55 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.0.25"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"phpdebugbar-id","value":"X2fb3c5c1423cd665b2602e74e30e5512"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Set-Cookie","value":"j2g_express_session=KzkBVGSZvXimYBu43KXsrLVyVQjgNqQubBsROAUi; expires=Fri, 25-Aug-2023 14:43:55 GMT; Max-Age=7200; path=/; httponly; samesite=lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"successful\",\n    \"status\": 200,\n    \"data\": [\n        {\n            \"id\": 44,\n            \"tracking_number\": \"101881808\",\n            \"incoming_tracking_number\": \"teye2233\",\n            \"item\": null,\n            \"weight\": \"3\",\n            \"quantity\": 2,\n            \"Description\": \"Still description22\",\n            \"pieceType\": \"carton\",\n            \"origin\": \"uk\",\n            \"status\": \"Paid\",\n            \"delivery_type\": \"Empty\",\n            \"delivery_amount\": \"Empty\",\n            \"order_updated\": \"31 Jul 2023\",\n            \"final_cost\": 0,\n            \"uac\": \"fabuv\",\n            \"selected_address_id\": 53,\n            \"weight_cost\": null,\n            \"estimated_delivery_date\": null,\n            \"is_paid\": 1,\n            \"warehouse_id\": 5,\n            \"addedItems\": [\n                {\n                    \"id\": 44,\n                    \"item\": null,\n                    \"quantity\": 2,\n                    \"Description\": \"Still description22\",\n                    \"pieceType\": \"carton\",\n                    \"origin\": \"uk\",\n                    \"weight\": 3,\n                    \"lenght\": null,\n                    \"width\": null,\n                    \"height\": null,\n                    \"volumetric_weight\": 2,\n                    \"final_weight\": 3,\n                    \"status\": \"Received Abroad\",\n                    \"approved_by\": \"admin\"\n                }\n            ],\n            \"repackage\": [],\n            \"specialDelivery\": [],\n            \"insurance\": null\n        },\n        {\n            \"id\": 38,\n            \"tracking_number\": \"101550215\",\n            \"incoming_tracking_number\": null,\n            \"item\": null,\n            \"weight\": \"23\",\n            \"quantity\": 2,\n            \"Description\": \"Still description22\",\n            \"pieceType\": \"carton\",\n            \"origin\": \"uk\",\n            \"status\": \"Paid\",\n            \"delivery_type\": \"Empty\",\n            \"delivery_amount\": \"Empty\",\n            \"order_updated\": \"31 Jul 2023\",\n            \"final_cost\": 40000,\n            \"uac\": \"fabuv\",\n            \"selected_address_id\": 53,\n            \"weight_cost\": null,\n            \"estimated_delivery_date\": null,\n            \"is_paid\": 1,\n            \"warehouse_id\": 5,\n            \"addedItems\": [\n                {\n                    \"id\": 38,\n                    \"item\": null,\n                    \"quantity\": 2,\n                    \"Description\": \"Still description22\",\n                    \"pieceType\": \"carton\",\n                    \"origin\": \"uk\",\n                    \"weight\": 2,\n                    \"lenght\": null,\n                    \"width\": null,\n                    \"height\": null,\n                    \"volumetric_weight\": 23,\n                    \"final_weight\": 23,\n                    \"status\": \"Received Abroad\",\n                    \"approved_by\": \"admin\"\n                }\n            ],\n            \"repackage\": [],\n            \"specialDelivery\": [],\n            \"insurance\": null\n        },\n        {\n            \"id\": 29,\n            \"tracking_number\": \"100952213\",\n            \"incoming_tracking_number\": null,\n            \"item\": null,\n            \"weight\": \"1\",\n            \"quantity\": 1,\n            \"Description\": \"tet\",\n            \"pieceType\": \"crate\",\n            \"origin\": \"uk\",\n            \"status\": \"Paid\",\n            \"delivery_type\": \"Empty\",\n            \"delivery_amount\": \"Empty\",\n            \"order_updated\": \"18 Feb 2023\",\n            \"final_cost\": 100,\n            \"uac\": \"wblcg\",\n            \"selected_address_id\": 55,\n            \"weight_cost\": null,\n            \"estimated_delivery_date\": null,\n            \"is_paid\": 1,\n            \"warehouse_id\": 5,\n            \"addedItems\": [\n                {\n                    \"id\": 29,\n                    \"item\": null,\n                    \"quantity\": 1,\n                    \"Description\": \"tet\",\n                    \"pieceType\": \"crate\",\n                    \"origin\": \"uk\",\n                    \"weight\": 1,\n                    \"lenght\": null,\n                    \"width\": null,\n                    \"height\": null,\n                    \"volumetric_weight\": 1,\n                    \"final_weight\": 1,\n                    \"status\": \"Received Abroad\",\n                    \"approved_by\": \"admin\"\n                }\n            ],\n            \"repackage\": [],\n            \"specialDelivery\": [],\n            \"insurance\": null\n        },\n        {\n            \"id\": 28,\n            \"tracking_number\": \"101458538\",\n            \"incoming_tracking_number\": null,\n            \"item\": null,\n            \"weight\": \"1\",\n            \"quantity\": 1,\n            \"Description\": \"ieiie\",\n            \"pieceType\": \"crate\",\n            \"origin\": \"uk\",\n            \"status\": \"Paid\",\n            \"delivery_type\": \"Empty\",\n            \"delivery_amount\": \"Empty\",\n            \"order_updated\": \"04 Apr 2023\",\n            \"final_cost\": 20,\n            \"uac\": \"fabuv\",\n            \"selected_address_id\": 53,\n            \"weight_cost\": null,\n            \"estimated_delivery_date\": null,\n            \"is_paid\": 1,\n            \"warehouse_id\": 5,\n            \"addedItems\": [\n                {\n                    \"id\": 28,\n                    \"item\": null,\n                    \"quantity\": 1,\n                    \"Description\": \"ieiie\",\n                    \"pieceType\": \"crate\",\n                    \"origin\": \"uk\",\n                    \"weight\": 1,\n                    \"lenght\": null,\n                    \"width\": null,\n                    \"height\": null,\n                    \"volumetric_weight\": 1,\n                    \"final_weight\": 1,\n                    \"status\": \"Received Abroad\",\n                    \"approved_by\": \"admin\"\n                }\n            ],\n            \"repackage\": [],\n            \"specialDelivery\": [],\n            \"insurance\": null\n        },\n        {\n            \"id\": 27,\n            \"tracking_number\": \"101481497\",\n            \"incoming_tracking_number\": null,\n            \"item\": null,\n            \"weight\": \"1\",\n            \"quantity\": 1,\n            \"Description\": \"Test\",\n            \"pieceType\": \"loose bag\",\n            \"origin\": \"uk\",\n            \"status\": \"Paid\",\n            \"delivery_type\": \"Empty\",\n            \"delivery_amount\": \"Empty\",\n            \"order_updated\": \"18 Feb 2023\",\n            \"final_cost\": 300,\n            \"uac\": \"fabuv\",\n            \"selected_address_id\": 53,\n            \"weight_cost\": null,\n            \"estimated_delivery_date\": null,\n            \"is_paid\": 1,\n            \"warehouse_id\": 5,\n            \"addedItems\": [\n                {\n                    \"id\": 27,\n                    \"item\": null,\n                    \"quantity\": 1,\n                    \"Description\": \"Test\",\n                    \"pieceType\": \"loose bag\",\n                    \"origin\": \"uk\",\n                    \"weight\": 1,\n                    \"lenght\": null,\n                    \"width\": null,\n                    \"height\": null,\n                    \"volumetric_weight\": 1,\n                    \"final_weight\": 1,\n                    \"status\": \"Received Abroad\",\n                    \"approved_by\": \"admin\"\n                }\n            ],\n            \"repackage\": [],\n            \"specialDelivery\": [],\n            \"insurance\": null\n        }\n    ]\n}"}],"_postman_id":"cb3f167e-6f61-40fc-97b0-f4a465fdac2f"},{"name":"Track Shipment","id":"bc41b625-a099-4724-bb65-dca5b64e1372","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"tracking_number\": \"101782511\"\r\n}"},"url":"{{j2g-live-url}}/v1/shipment/tracking/external","urlObject":{"path":["v1","shipment","tracking","external"],"host":["{{j2g-live-url}}"],"query":[],"variable":[]}},"response":[{"id":"553a0d8d-d2a8-4db8-aeb1-c55ccf663cb7","name":"201","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"tracking_number\": \"101782511\"\r\n}"},"url":"{{j2g-live-url}}/v1/shipment/tracking/external"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 08 May 2025 23:08:00 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Set-Cookie","value":"cargoplug_session=YxrpW8rOrorCIUZsZby3zgCIhfTz3CGGj2vdaNW0; expires=Fri, 09-May-2025 01:08:00 GMT; Max-Age=7200; path=/; httponly; samesite=lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"successful\",\n    \"status\": 201,\n    \"data\": [\n        {\n            \"result\": {\n                \"id\": 9973,\n                \"tracking_number\": \"101782511\",\n                \"incoming_tracking_number\": null,\n                \"client_code\": null,\n                \"uac\": \"oyuhr\",\n                \"item\": null,\n                \"description\": \"testst\",\n                \"weight\": \"3\",\n                \"quantity\": 2,\n                \"origin\": \"us\",\n                \"status\": \"disapproved\",\n                \"pickup\": \"none\",\n                \"order_updated\": \"20 Jan 2025\",\n                \"stage\": 0,\n                \"expected_delivery_date\": null,\n                \"history\": [\n                    {\n                        \"id\": 55310,\n                        \"Shipment_id\": 9973,\n                        \"status\": \"Received remote\",\n                        \"order_updated\": \"16 Jan 2025\"\n                    },\n                    {\n                        \"id\": 55341,\n                        \"Shipment_id\": 9973,\n                        \"status\": \"Disapproved\",\n                        \"order_updated\": \"20 Jan 2025\"\n                    }\n                ]\n            }\n        }\n    ]\n}"}],"_postman_id":"bc41b625-a099-4724-bb65-dca5b64e1372"},{"name":"Initiate Shipment","id":"fd5fa689-3842-4ca3-9945-2122daf15155","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"item_value\":50000,\r\n\"delivery_type\": \"doorstep\",\r\n\"local_delivery_type\": \"gidi2naij\",\r\n\"receipient_name\": \"testing\",\r\n\"receipient_address\": \"23 lane close\",\r\n\"receipient_phone\": \"0908848484\",\r\n\"receipient_state\": \"Abuja\",\r\n\"receipient_street\": \"New Benin\",\r\n\"receipient_city\": \"Benin\",\r\n\"item_category\": \"Perfumes\",\r\n\"description\": \"Just testing\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/shipment/initiate/138","description":"<p><strong>To initiate Import shipment only</strong></p>\n<p>\"item_value\":50000 <strong>*required</strong></p>\n<p><strong>To initiate Import with doorstep delivery (gidi2gidi) the following parameter are required</strong></p>\n<p>\"delivery_type\": \"doorstep\" ,</p>\n<p>\"item_value\":50000 \"local_delivery_type\": \"gidi2gidi\",<br />\"location_to\": \"Yaba\",<br />\"receipient_name\": \"testing\",<br />\"receipient_address\": \"23 lane close\",<br />\"receipient_phone\": \"0908848484\",<br />\"item_category\": \"clothing\"</p>\n<p>\"description\": \"Just testing\"</p>\n<p><strong>To initiate Import with doorstep delivery (gidi2naij) the following parameter are required</strong></p>\n<p>\"item_value\":50000,</p>\n<p>\"delivery_type\": \"doorstep\",<br />\"local_delivery_type\": \"gidi2naij\",<br />\"receipient_name\": \"testing\",<br />\"receipient_address\": \"23 lane close\",<br />\"receipient_phone\": \"0908848484\",<br />\"receipient_state\": \"Edo\",<br />\"receipient_street\": \"New Benin\",<br />\"receipient_city\": \"Benin\",<br />\"item_category\": \"Perfumes\"<br />\"description\": \"Just testing\"</p>\n","urlObject":{"path":["api","v1","shipment","initiate","138"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"d7f9db1c-6937-4704-9595-02cee39de1f4","name":"200","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\r\n}"},"url":"http://127.0.0.1:8000/api/shipment/initiate/35"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Tue, 25 Jul 2023 20:55:14 GMT"},{"key":"Date","value":"Tue, 25 Jul 2023 20:55:14 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.0.25"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"phpdebugbar-id","value":"X31a471fd34287a6d16e64a677400fc84"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Set-Cookie","value":"j2g_express_session=ceY4pkBzRHoEpVlHfJFh2DncviwbUcTnY50O6vrP; expires=Tue, 25-Jul-2023 22:55:14 GMT; Max-Age=7200; path=/; httponly; samesite=lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"status\": 200,\n    \"data\": {\n        \"id\": 35,\n        \"tracking_number\": \"101231579\",\n        \"item\": \"http://127.0.0.1:8000/storage/itemPhoto/JpjHLYA3VUK5mqfaXHx5Dh5egohPzBLNzZ4bmBFH.png\",\n        \"weight\": \"2\",\n        \"quantity\": 2,\n        \"Description\": \"just testing\",\n        \"pieceType\": \"carton\",\n        \"origin\": \"canada\",\n        \"status\": \"Paid\",\n        \"delivery_type\": \"pickup\",\n        \"delivery_amount\": \"Empty\",\n        \"order_updated\": \"25 Jul 2023\",\n        \"final_cost\": 9310.46,\n        \"uac\": \"qkzit\",\n        \"selected_address_id\": 49,\n        \"weight_cost\": 9310.46,\n        \"estimated_delivery_date\": \"2023-05-09\",\n        \"is_paid\": 1,\n        \"warehouse_id\": 2,\n        \"addedItems\": [\n            {\n                \"id\": 35,\n                \"item\": \"http://127.0.0.1:8000/storage/itemPhoto/JpjHLYA3VUK5mqfaXHx5Dh5egohPzBLNzZ4bmBFH.png\",\n                \"quantity\": 2,\n                \"Description\": \"just testing\",\n                \"pieceType\": \"carton\",\n                \"origin\": \"canada\",\n                \"weight\": 2,\n                \"lenght\": null,\n                \"width\": null,\n                \"height\": null,\n                \"volumetric_weight\": 2,\n                \"final_weight\": 2,\n                \"status\": \"Initiated\",\n                \"approved_by\": \"admin\"\n            }\n        ],\n        \"repackage\": [],\n        \"specialDelivery\": [],\n        \"insurance\": null\n    }\n}"}],"_postman_id":"fd5fa689-3842-4ca3-9945-2122daf15155"},{"name":"Status","id":"c856aaa5-8d29-4c44-836b-2e07dc065090","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/v1/import/status","urlObject":{"path":["api","v1","import","status"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"140f2ac0-8c83-4dc6-ba01-d6fd8c817de6","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/import/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Sat, 08 Jul 2023 11:43:18 GMT"},{"key":"Date","value":"Sat, 08 Jul 2023 11:43:18 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.0.25"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"phpdebugbar-id","value":"X8f56ac1b5efd763ffeeea6a16b6b06e3"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Set-Cookie","value":"j2g_express_session=NBNWdW0oMzEuaIVSTYc45m8rMTBFRvopmp9d50Dh; expires=Sat, 08-Jul-2023 13:43:18 GMT; Max-Age=7200; path=/; httponly; samesite=lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"status\": 200,\n    \"data\": [\n        {\n            \"name\": \"Received Abroad\",\n            \"slug\": \"received_abroad\",\n            \"stage\": 1\n        },\n        {\n            \"name\": \"Approved\",\n            \"slug\": \"approved\",\n            \"stage\": 2\n        },\n        {\n            \"name\": \"Disapproved\",\n            \"slug\": \"disapproved\",\n            \"stage\": 0\n        },\n        {\n            \"name\": \"Pending Initiation\",\n            \"slug\": \"pending_initiation\",\n            \"stage\": 3\n        },\n        {\n            \"name\": \"Initiated\",\n            \"slug\": \"initiated\",\n            \"stage\": 4\n        },\n        {\n            \"name\": \"Paid\",\n            \"slug\": \"paid\",\n            \"stage\": 5\n        },\n        {\n            \"name\": \"In Transit\",\n            \"slug\": \"in_transit\",\n            \"stage\": 6\n        },\n        {\n            \"name\": \"Received Lagos\",\n            \"slug\": \"received_lagos\",\n            \"stage\": 7\n        },\n        {\n            \"name\": \"Dispatch Assigned\",\n            \"slug\": \"dispatch_assigned\",\n            \"stage\": 8\n        },\n        {\n            \"name\": \"Dispatched\",\n            \"slug\": \"dispatched\",\n            \"stage\": 9\n        },\n        {\n            \"name\": \"Delivered\",\n            \"slug\": \"delivered\",\n            \"stage\": 10\n        }\n    ]\n}"}],"_postman_id":"c856aaa5-8d29-4c44-836b-2e07dc065090"}],"id":"077cc590-d63e-4123-b512-9e1c01487abb","_postman_id":"077cc590-d63e-4123-b512-9e1c01487abb","description":""},{"name":"Gidi2gidi (Local Delivery)","item":[{"name":"Store","id":"79ddfb82-2fd0-4e05-aa4b-aa1626071ae1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"sender_name\": \"Alley Soliu\",\r\n    \"sender_address\": \"4th close joe lane2\",\r\n    \"sender_phone\": \"0906768685\",\r\n     \"sender_email\": \"teats@gmail.com\",\r\n    \"receipient_name\": \"Samuel John\",\r\n    \"receipient_address\": \"2 street Lane Kansas2\",\r\n    \"receipient_phone\": \"0806464685\",\r\n    \"receipient_email\": \"test@email.com\",\r\n    \"vehicle\": \"bike\",\r\n    \"item_category\": \"Casual Dress\",\r\n    \"location_from\": \"Agungi\",\r\n    \"location_to\": \"yaba\",\r\n    \"description\": \"test description\"\r\n}"},"url":"{{url}}/api/v1/gidi2gidi/shipments","urlObject":{"path":["api","v1","gidi2gidi","shipments"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"0b790111-e8e3-4915-9488-0560c106df2f","name":"200","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"sender_name\": \"Alley Soliu\",\r\n    \"sender_address\": \"4th close joe lane2\",\r\n    \"sender_phone\": \"0906768685\",\r\n     \"sender_email\": \"teats@gmail.com\",\r\n    \"receipient_name\": \"Samuel John\",\r\n    \"receipient_address\": \"2 street Lane Kansas2\",\r\n    \"receipient_phone\": \"0806464685\",\r\n    \"receipient_email\": \"test@email.com\",\r\n    \"vehicle\": \"bike\",\r\n    \"item_category\": \"clothing\",\r\n    \"location_from\": \"Agungi\",\r\n    \"location_to\": \"yaba\",\r\n    \"description\": \"test description\"\r\n}"},"url":"http://127.0.0.1:8000/api/gidi2gidi/shipments"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Sat, 10 Jun 2023 13:04:20 GMT"},{"key":"Date","value":"Sat, 10 Jun 2023 13:04:20 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.0.25"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"phpdebugbar-id","value":"Xde86b7c7519bf2495d8e7bd7f36fad17"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Set-Cookie","value":"j2g_express_session=p1BipySFQU3BHIjKQWygVmavh5y0knety8fNmMFP; expires=Sat, 10-Jun-2023 15:04:20 GMT; Max-Age=7200; path=/; httponly; samesite=lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"status\": 200,\n    \"data\": {\n        \"sender_name\": \"Alley Soliu\",\n        \"sender_address\": \"4th close joe lane2\",\n        \"sender_phone\": \"0906768685\",\n        \"sender_email\": \"teats@gmail.com\",\n        \"receipient_name\": \"Samuel John\",\n        \"receipient_address\": \"2 street Lane Kansas2\",\n        \"receipient_phone\": \"0806464685\",\n        \"receipient_email\": \"test@email.com\",\n        \"fee\": 1200,\n        \"tracking_number\": \"G2G2083118\",\n        \"origin\": \"Agungi\",\n        \"destination\": \"Agungi\",\n        \"item_category\": \"Clothing\",\n        \"description\": \"test description\",\n        \"vehicle\": \"bike\",\n        \"status\": \"Initiate pickup\",\n        \"payment_status\": \"paid\",\n        \"created_at\": \"2023-06-10\"\n    }\n}"}],"_postman_id":"79ddfb82-2fd0-4e05-aa4b-aa1626071ae1"},{"name":"Track Delivery","id":"e2a5d350-0f34-47db-9175-c2b82cba6537","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"tracking_number\": \"G2G1554018\"\r\n}"},"url":"{{url}}/api/v1/pickup/local/user/tracking","urlObject":{"path":["api","v1","pickup","local","user","tracking"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"96de6ab7-d573-4a49-aa93-0335382b6d62","name":"200","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"tracking_number\": \"G2G2083118\"\r\n}"},"url":"http://127.0.0.1:8000/api/pickup/local/user/tracking"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Sat, 10 Jun 2023 14:35:38 GMT"},{"key":"Date","value":"Sat, 10 Jun 2023 14:35:38 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.0.25"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"phpdebugbar-id","value":"Xdebf5f27e5f5e48979274b904db502a2"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Set-Cookie","value":"j2g_express_session=XoiGkXBgLAvTdbrZNKGDJK5Bv4G14DX6LkpefvoD; expires=Sat, 10-Jun-2023 16:35:38 GMT; Max-Age=7200; path=/; httponly; samesite=lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"successful\",\n    \"status\": 201,\n    \"data\": [\n        {\n            \"result\": {\n                \"id\": 90,\n                \"tracking_number\": \"G2G2083118\",\n                \"item_category\": \"Clothing\",\n                \"description\": \"test description\",\n                \"status\": \"Initiate pickup\",\n                \"order_created\": \"10 Jun 2023\",\n                \"stage\": 1,\n                \"history\": [\n                    {\n                        \"id\": 486,\n                        \"Shipment_id\": 90,\n                        \"status\": \"Added\",\n                        \"order_updated\": \"10 Jun 2023\"\n                    },\n                    {\n                        \"id\": 487,\n                        \"Shipment_id\": 90,\n                        \"status\": \"Paid\",\n                        \"order_updated\": \"10 Jun 2023\"\n                    }\n                ]\n            }\n        }\n    ]\n}"}],"_postman_id":"e2a5d350-0f34-47db-9175-c2b82cba6537"},{"name":"List","id":"6a58c69e-2b0e-4b81-83f8-3c722b17dc6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/v1/pickup/local/user/parcels","urlObject":{"path":["api","v1","pickup","local","user","parcels"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"d461f196-3320-443e-9dd6-d541dc3b320d","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"http://127.0.0.1:8000/api/pickup/local/user/parcels"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Sat, 10 Jun 2023 14:43:24 GMT"},{"key":"Date","value":"Sat, 10 Jun 2023 14:43:24 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.0.25"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"phpdebugbar-id","value":"Xbd96850c4bebfb104d3ece38b60f5933"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Set-Cookie","value":"j2g_express_session=XoiGkXBgLAvTdbrZNKGDJK5Bv4G14DX6LkpefvoD; expires=Sat, 10-Jun-2023 16:43:24 GMT; Max-Age=7200; path=/; httponly; samesite=lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"status\": 200,\n    \"data\": [\n        {\n            \"result\": [\n                {\n                    \"id\": 90,\n                    \"sender_name\": \"Alley Soliu\",\n                    \"sender_address\": \"4th close joe lane2\",\n                    \"sender_phone\": \"0906768685\",\n                    \"receipient_name\": \"Samuel John\",\n                    \"receipient_address\": \"2 street Lane Kansas2\",\n                    \"receipient_phone\": \"0806464685\",\n                    \"track_number\": \"G2G2083118\",\n                    \"is_paid\": \"paid\",\n                    \"description\": \"test description\",\n                    \"status\": \"Initiate pickup\",\n                    \"stage\": 1,\n                    \"item_category\": \"Clothing\",\n                    \"image\": \"Empty\",\n                    \"delivery_type\": \"bike\",\n                    \"cost\": \"1200.00\",\n                    \"location_from\": \"Agungi\",\n                    \"location_to\": \"yaba\",\n                    \"receive_coordinate\": null,\n                    \"created_at\": \"2023-06-10\",\n                    \"source\": \"api\"\n                },\n                {\n                    \"id\": 89,\n                    \"sender_name\": \"Alley Soliu\",\n                    \"sender_address\": \"4th close joe lane2\",\n                    \"sender_phone\": \"0906768685\",\n                    \"receipient_name\": \"Samuel John\",\n                    \"receipient_address\": \"2 street Lane Kansas2\",\n                    \"receipient_phone\": \"0806464685\",\n                    \"track_number\": \"G2G1376548\",\n                    \"is_paid\": \"paid\",\n                    \"description\": \"test description\",\n                    \"status\": \"Initiate pickup\",\n                    \"stage\": 1,\n                    \"item_category\": \"jewelry\",\n                    \"image\": \"Empty\",\n                    \"delivery_type\": \"bike\",\n                    \"cost\": \"1200.00\",\n                    \"location_from\": \"Agungi\",\n                    \"location_to\": \"yaba\",\n                    \"receive_coordinate\": null,\n                    \"created_at\": \"2023-06-08\",\n                    \"source\": \"api\"\n                },\n                {\n                    \"id\": 88,\n                    \"sender_name\": \"Alley Soliu\",\n                    \"sender_address\": \"4th close joe lane2\",\n                    \"sender_phone\": \"0906768685\",\n                    \"receipient_name\": \"Samuel John\",\n                    \"receipient_address\": \"2 street Lane Kansas2\",\n                    \"receipient_phone\": \"0806464685\",\n                    \"track_number\": \"G2G2328632\",\n                    \"is_paid\": \"paid\",\n                    \"description\": \"test description\",\n                    \"status\": \"Initiate pickup\",\n                    \"stage\": 1,\n                    \"item_category\": \"Furniture\",\n                    \"image\": \"Empty\",\n                    \"delivery_type\": \"bike\",\n                    \"cost\": \"1200.00\",\n                    \"location_from\": \"Agungi\",\n                    \"location_to\": \"yaba\",\n                    \"receive_coordinate\": null,\n                    \"created_at\": \"2023-06-08\",\n                    \"source\": \"api\"\n                },\n                {\n                    \"id\": 87,\n                    \"sender_name\": \"Alley Soliu\",\n                    \"sender_address\": \"4th close joe lane2\",\n                    \"sender_phone\": \"0906768685\",\n                    \"receipient_name\": \"Samuel John\",\n                    \"receipient_address\": \"2 street Lane Kansas2\",\n                    \"receipient_phone\": \"0806464685\",\n                    \"track_number\": \"G2G1574592\",\n                    \"is_paid\": \"paid\",\n                    \"description\": \"jyse testing if it works\",\n                    \"status\": \"Initiate pickup\",\n                    \"stage\": 1,\n                    \"item_category\": \"Furniture\",\n                    \"image\": \"Empty\",\n                    \"delivery_type\": \"bike\",\n                    \"cost\": \"1200.00\",\n                    \"location_from\": \"Agungi\",\n                    \"location_to\": \"yaba\",\n                    \"receive_coordinate\": null,\n                    \"created_at\": \"2023-06-08\",\n                    \"source\": \"api\"\n                },\n                {\n                    \"id\": 86,\n                    \"sender_name\": \"Alley Soliu\",\n                    \"sender_address\": \"4th close joe lane2\",\n                    \"sender_phone\": \"0906768685\",\n                    \"receipient_name\": \"Samuel John\",\n                    \"receipient_address\": \"2 street Lane Kansas2\",\n                    \"receipient_phone\": \"0806464685\",\n                    \"track_number\": \"G2G2102007\",\n                    \"is_paid\": \"paid\",\n                    \"description\": \"jyse testing if it works\",\n                    \"status\": \"Initiate pickup\",\n                    \"stage\": 1,\n                    \"item_category\": \"Furniture\",\n                    \"image\": \"Empty\",\n                    \"delivery_type\": \"bike\",\n                    \"cost\": \"1200.00\",\n                    \"location_from\": \"Agungi\",\n                    \"location_to\": \"yaba\",\n                    \"receive_coordinate\": null,\n                    \"created_at\": \"2023-06-08\",\n                    \"source\": \"api\"\n                },\n                {\n                    \"id\": 85,\n                    \"sender_name\": \"Alley Soliu\",\n                    \"sender_address\": \"4th close joe lane2\",\n                    \"sender_phone\": \"0906768685\",\n                    \"receipient_name\": \"Samuel John\",\n                    \"receipient_address\": \"2 street Lane Kansas2\",\n                    \"receipient_phone\": \"0806464685\",\n                    \"track_number\": \"G2G1588555\",\n                    \"is_paid\": \"paid\",\n                    \"description\": \"jyse testing if it works\",\n                    \"status\": \"Initiate pickup\",\n                    \"stage\": 1,\n                    \"item_category\": \"Furniture\",\n                    \"image\": \"Empty\",\n                    \"delivery_type\": \"bike\",\n                    \"cost\": \"1200.00\",\n                    \"location_from\": \"Agungi\",\n                    \"location_to\": \"yaba\",\n                    \"receive_coordinate\": null,\n                    \"created_at\": \"2023-06-08\",\n                    \"source\": \"api\"\n                },\n                {\n                    \"id\": 84,\n                    \"sender_name\": \"Alley Soliu\",\n                    \"sender_address\": \"4th close joe lane2\",\n                    \"sender_phone\": \"0906768685\",\n                    \"receipient_name\": \"Samuel John\",\n                    \"receipient_address\": \"2 street Lane Kansas2\",\n                    \"receipient_phone\": \"0806464685\",\n                    \"track_number\": \"G2G1557986\",\n                    \"is_paid\": \"paid\",\n                    \"description\": \"jyse testing if it works\",\n                    \"status\": \"Initiate pickup\",\n                    \"stage\": 1,\n                    \"item_category\": \"Furniture\",\n                    \"image\": \"Empty\",\n                    \"delivery_type\": \"bike\",\n                    \"cost\": \"1200.00\",\n                    \"location_from\": \"Agungi\",\n                    \"location_to\": \"yaba\",\n                    \"receive_coordinate\": null,\n                    \"created_at\": \"2023-06-08\",\n                    \"source\": \"api\"\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"6a58c69e-2b0e-4b81-83f8-3c722b17dc6b"},{"name":"List Location","id":"a200ff9b-cdb4-42c8-a253-d180008f390e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{j2g-live-url}}/api/v1/gidi2gidi/locations","urlObject":{"path":["api","v1","gidi2gidi","locations"],"host":["{{j2g-live-url}}"],"query":[],"variable":[]}},"response":[{"id":"67a7c99e-f741-45d9-aeac-98187911e171","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://127.0.0.1:8000/api/gidi2gidi/locations"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Tue, 13 Jun 2023 17:14:45 GMT"},{"key":"Date","value":"Tue, 13 Jun 2023 17:14:45 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.0.25"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"phpdebugbar-id","value":"X58025ea7b908b43f3d98d4ec79eb2056"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Set-Cookie","value":"j2g_express_session=vPozLndiZdG3UQTG8oehIW5mGKZhx0mxZEJ38gSm; expires=Tue, 13-Jun-2023 19:14:45 GMT; Max-Age=7200; path=/; httponly; samesite=lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"status\": 200,\n    \"data\": [\n        {\n            \"location\": \"Yaba\"\n        },\n        {\n            \"location\": \"Surulere\"\n        },\n        {\n            \"location\": \"Apongbon\"\n        },\n        {\n            \"location\": \"Agungi\"\n        }\n    ]\n}"}],"_postman_id":"a200ff9b-cdb4-42c8-a253-d180008f390e"},{"name":"Fetch status","id":"2ee0f696-4746-4e75-9ee6-1e4ea72ccb39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/v1/pickup/local/status","urlObject":{"path":["api","v1","pickup","local","status"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"6a98fad3-3da6-408c-a88e-978345ab3c72","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/pickup/local/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Sat, 08 Jul 2023 11:53:52 GMT"},{"key":"Date","value":"Sat, 08 Jul 2023 11:53:52 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.0.25"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"phpdebugbar-id","value":"X4b3b25ae33ee39b3cb402603d2929ae0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Set-Cookie","value":"j2g_express_session=NBNWdW0oMzEuaIVSTYc45m8rMTBFRvopmp9d50Dh; expires=Sat, 08-Jul-2023 13:53:52 GMT; Max-Age=7200; path=/; httponly; samesite=lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"status\": 200,\n    \"data\": [\n        {\n            \"name\": \"Added\",\n            \"slug\": \"added\",\n            \"stage\": null\n        },\n        {\n            \"name\": \"Initiate pickup\",\n            \"slug\": \"initiate_pickup\",\n            \"stage\": 1\n        },\n        {\n            \"name\": \"Picked up\",\n            \"slug\": \"picked_up\",\n            \"stage\": 1\n        },\n        {\n            \"name\": \"Arrived warehouse\",\n            \"slug\": \"arrived_warehouse\",\n            \"stage\": 2\n        },\n        {\n            \"name\": \"Assigned rider\",\n            \"slug\": \"assigned_rider\",\n            \"stage\": 3\n        },\n        {\n            \"name\": \"Out for delivery\",\n            \"slug\": \"out_for_delivery\",\n            \"stage\": 3\n        },\n        {\n            \"name\": \"Dropped off\",\n            \"slug\": \"dropped_off\",\n            \"stage\": 4\n        },\n        {\n            \"name\": \"Received\",\n            \"slug\": \"received\",\n            \"stage\": 4\n        },\n        {\n            \"name\": \"Return\",\n            \"slug\": \"return\",\n            \"stage\": null\n        },\n        {\n            \"name\": \"Rejected\",\n            \"slug\": \"rejected\",\n            \"stage\": null\n        },\n        {\n            \"name\": \"Cancelled\",\n            \"slug\": \"cancelled\",\n            \"stage\": null\n        }\n    ]\n}"}],"_postman_id":"2ee0f696-4746-4e75-9ee6-1e4ea72ccb39"},{"name":"Rates","id":"e886e6f9-44f7-4039-8616-afaac2d08b75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"location_to\": \"Surulere\"\r\n}"},"url":"{{url}}/api/v1/gidi2gidi/rate","urlObject":{"path":["api","v1","gidi2gidi","rate"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"7b44ba52-fe51-41da-9266-08e2fece66b5","name":"200","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"location_to\": \"Surulere\"\r\n}"},"url":"{{url}}/api/v1/gidi2gidi/rate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Fri, 13 Oct 2023 20:39:07 GMT"},{"key":"Date","value":"Fri, 13 Oct 2023 20:39:07 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.0.25"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"phpdebugbar-id","value":"X89acd8041969396527d164304e0f2647"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Set-Cookie","value":"cargoplug_session=FdcRG0TTdypsCpnT3udI46KOn5vJsP2OTIWS5cfs; expires=Fri, 13-Oct-2023 22:39:07 GMT; Max-Age=7200; path=/; httponly; samesite=lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"status\": 200,\n    \"data\": {\n        \"result\": 1200\n    }\n}"}],"_postman_id":"e886e6f9-44f7-4039-8616-afaac2d08b75"}],"id":"cac1285d-036e-48be-a274-a7d075aa1a40","_postman_id":"cac1285d-036e-48be-a274-a7d075aa1a40","description":""},{"name":"Gidi2naij (Nationwide)","item":[{"name":"store","id":"73de1757-b7ca-4c7b-8558-57269a6e0f66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"origin_name\": \"Path Hippo\",\r\n    \"origin_phone\": \"+2348170441446\",\r\n    \"origin_email\": \"samsonojugo@gmail.com\",\r\n    \"origin_street\": \"Clayton St.\",\r\n    \"origin_city\": \"Yaba\",\r\n    \"destination_name\": \"Brian\",\r\n    \"destination_phone\": \"+2348170441446\",\r\n    \"destination_street\": \"Drydock Ave Suite 610\",\r\n    \"destination_city\": \"Ikeja\",\r\n    \"destination_state\": \"Abuja\",\r\n    \"destination_email\": \"samsonojugo@gmail.com\",\r\n    \"item_quantity\": 3,\r\n    \"item_category\": \"clothing\",\r\n    \"description\":\"second Testing the description\",\r\n    \"item_value\": 360000,\r\n    \"weight\": 1,\r\n    \"item_name\": \"Davina\",\r\n    \"item_amount\": 1200\r\n}"},"url":"{{url}}/api/v1/gidi2naij/shipments","urlObject":{"path":["api","v1","gidi2naij","shipments"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"fe95ffb0-5aaa-45e3-bede-e3c94777c295","name":"200","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"origin_name\": \"Mrs. Hippo\",\r\n    \"origin_phone\": \"+2348170441446\",\r\n    \"origin_email\": \"samsonojugo@gmail.com\",\r\n    \"origin_street\": \"Clayton St.\",\r\n    \"origin_city\": \"Yaba\",\r\n    \"destination_name\": \"Brian\",\r\n    \"destination_phone\": \"+2348170441446\",\r\n    \"destination_street\": \"Drydock Ave Suite 610\",\r\n    \"destination_city\": \"Ikeja\",\r\n    \"destination_state\": \"Abuja\",\r\n    \"destination_email\": \"samsonojugo@gmail.com\",\r\n    \"item_quantity\": 3,\r\n    \"item_category\": \"clothing\",\r\n    \"description\":\"Testing the description\",\r\n    \"item_value\": 360000,\r\n    \"weight\": 1,\r\n    \"item_name\": \"Davina\",\r\n    \"item_amount\": 1200\r\n}"},"url":"{{url}}/api/gidi2naij/shipments"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Sat, 08 Jul 2023 21:02:10 GMT"},{"key":"Date","value":"Sat, 08 Jul 2023 21:02:10 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.0.25"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"phpdebugbar-id","value":"Xa8aac85112ebedf4ca7b4eccf6972edf"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Set-Cookie","value":"j2g_express_session=ntkMd5vDr1REsOUXQ7Rhm3b5wdUkpCO5GnDuI241; expires=Sat, 08-Jul-2023 23:02:10 GMT; Max-Age=7200; path=/; httponly; samesite=lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"status\": 200,\n    \"data\": {\n        \"id\": 83,\n        \"user\": \"Parker Joshua\",\n        \"destination_name\": \"Brian\",\n        \"destination_street\": \"Drydock Ave Suite 610\",\n        \"destination_phone\": \"+2348170441446\",\n        \"destination_state\": \"Abuja\",\n        \"fee\": 9329,\n        \"tracking_number\": \"G2N1618870\",\n        \"item_category\": \"Clothing\",\n        \"description\": \"Testing the description\",\n        \"status\": \"Initiate pickup\",\n        \"payment_status\": \"pending\",\n        \"created_at\": \"2023-07-08\"\n    }\n}"}],"_postman_id":"73de1757-b7ca-4c7b-8558-57269a6e0f66"},{"name":"Rates","id":"e21fb2c8-4ef6-48e0-b8e9-f641044795aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"destination\": \"aba\",\r\n    \"weight\": 0.5\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/gidi2naij/rates","urlObject":{"path":["api","v1","gidi2naij","rates"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"55057f7b-b38f-42ab-9de4-32c191756cc8","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"destination\": \"aba\",\r\n    \"weight\": 0.5\r\n}","options":{"raw":{"language":"json"}}},"url":"http://142.93.134.17/api/gidi2naij/rates"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 26 Jun 2023 21:21:38 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"56"},{"key":"phpdebugbar-id","value":"Xacf07dda96c2ab13c229a1222d471163"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Set-Cookie","value":"jand2gidi_session=kEvt2T0x5pavq0pagivozEqVIT6Sjv0b1sV0n7mt; expires=Mon, 26-Jun-2023 23:21:38 GMT; Max-Age=7200; path=/; httponly; samesite=lax"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"status\": 200,\n    \"data\": {\n        \"fee\": 4529\n    }\n}"}],"_postman_id":"e21fb2c8-4ef6-48e0-b8e9-f641044795aa"},{"name":"Track","id":"b03253e1-24b2-4cf7-9b19-78b0c70c0a98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"tracking_number\": \"G2N1763309\"\r\n}"},"url":"{{url}}/api/v1/pickup/nationwide/user/tracking","urlObject":{"path":["api","v1","pickup","nationwide","user","tracking"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"599dee0e-0820-4ce6-84b5-98d3ce99047c","name":"200","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"tracking_number\": \"G2N1763309\"\r\n}"},"url":"http://127.0.0.1:8000/api/pickup/nationwide/user/tracking"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Sat, 10 Jun 2023 14:34:10 GMT"},{"key":"Date","value":"Sat, 10 Jun 2023 14:34:10 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.0.25"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"phpdebugbar-id","value":"X80b1e33673e6897fabcf9b1353fbdd07"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Set-Cookie","value":"j2g_express_session=XoiGkXBgLAvTdbrZNKGDJK5Bv4G14DX6LkpefvoD; expires=Sat, 10-Jun-2023 16:34:10 GMT; Max-Age=7200; path=/; httponly; samesite=lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"status\": 200,\n    \"data\": {\n        \"id\": 82,\n        \"tracking_number\": \"G2N1763309\",\n        \"item_category\": \"Clothing\",\n        \"description\": \"Testing the description\",\n        \"status\": \"Initiate pickup\",\n        \"order_created\": \"10 Jun 2023\",\n        \"stage\": 1,\n        \"expected_delivery_date\": null,\n        \"history\": [\n            {\n                \"id\": 494,\n                \"Shipment_id\": 82,\n                \"status\": \"Initiate pickup\",\n                \"order_updated\": \"10 Jun 2023\"\n            },\n            {\n                \"id\": 495,\n                \"Shipment_id\": 82,\n                \"status\": \"Paid\",\n                \"order_updated\": \"10 Jun 2023\"\n            }\n        ]\n    }\n}"}],"_postman_id":"b03253e1-24b2-4cf7-9b19-78b0c70c0a98"},{"name":"List","id":"b86f9b85-3d68-4125-bb02-138ed99f8e77","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/v1/pickup/nationwide/user/parcels","urlObject":{"path":["api","v1","pickup","nationwide","user","parcels"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"10083ff0-2459-451c-8d4d-49239ec0f289","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"http://127.0.0.1:8000/api/pickup/nationwide/user/parcels"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Tue, 13 Jun 2023 12:00:04 GMT"},{"key":"Date","value":"Tue, 13 Jun 2023 12:00:04 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.0.25"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"phpdebugbar-id","value":"Xa3995b66f06c4e47df4c586bbc60edbe"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Set-Cookie","value":"j2g_express_session=QWfcxfsQYgsHy6rzBwEhulWxWPVuYkSU1VirSKqk; expires=Tue, 13-Jun-2023 14:00:04 GMT; Max-Age=7200; path=/; httponly; samesite=lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"status\": 200,\n    \"data\": [\n        {\n            \"id\": 79,\n            \"user\": \"Parker Joshua\",\n            \"origin_name\": null,\n            \"origin_phone\": null,\n            \"origin_street\": null,\n            \"origin_city\": null,\n            \"origin_state\": null,\n            \"destination_name\": \"Brian\",\n            \"destination_phone\": \"+2348170441446\",\n            \"destination_street\": \"Drydock Ave Suite 610\",\n            \"destination_city\": \"Ikeja\",\n            \"destination_state\": \"Abuja\",\n            \"status\": \"Initiate pickup\",\n            \"tracking_number\": \"G2N1674082\",\n            \"items\": [\n                {\n                    \"name\": \"Davina\",\n                    \"quantity\": 3,\n                    \"weight\": 1,\n                    \"amount\": 1200,\n                    \"value\": 360000\n                }\n            ],\n            \"payment_status\": \"paid\",\n            \"item_category\": \"Clothing\",\n            \"fee\": 4529,\n            \"description\": \"Testing the description\"\n        },\n        {\n            \"id\": 80,\n            \"user\": \"Parker Joshua\",\n            \"origin_name\": \"j2g\",\n            \"origin_phone\": null,\n            \"origin_street\": \"lekki\",\n            \"origin_city\": \"lekki\",\n            \"origin_state\": \"lagos\",\n            \"destination_name\": \"Brian\",\n            \"destination_phone\": \"+2348170441446\",\n            \"destination_street\": \"Drydock Ave Suite 610\",\n            \"destination_city\": \"Ikeja\",\n            \"destination_state\": \"Abuja\",\n            \"status\": \"Initiate pickup\",\n            \"tracking_number\": \"G2N2061255\",\n            \"items\": [\n                {\n                    \"name\": \"Davina\",\n                    \"quantity\": 3,\n                    \"weight\": 1,\n                    \"amount\": 1200,\n                    \"value\": 360000\n                }\n            ],\n            \"payment_status\": \"paid\",\n            \"item_category\": \"Clothing\",\n            \"fee\": 4529,\n            \"description\": \"Testing the description\"\n        },\n        {\n            \"id\": 81,\n            \"user\": \"Parker Joshua\",\n            \"origin_name\": \"j2g\",\n            \"origin_phone\": null,\n            \"origin_street\": \"lekki\",\n            \"origin_city\": \"lekki\",\n            \"origin_state\": \"lagos\",\n            \"destination_name\": \"Brian\",\n            \"destination_phone\": \"+2348170441446\",\n            \"destination_street\": \"Drydock Ave Suite 610\",\n            \"destination_city\": \"Ikeja\",\n            \"destination_state\": \"Abuja\",\n            \"status\": \"Initiate pickup\",\n            \"tracking_number\": \"G2N1796821\",\n            \"items\": [\n                {\n                    \"name\": \"Davina\",\n                    \"quantity\": 3,\n                    \"weight\": 1,\n                    \"amount\": 1200,\n                    \"value\": 360000\n                }\n            ],\n            \"payment_status\": \"paid\",\n            \"item_category\": \"Clothing\",\n            \"fee\": 4529,\n            \"description\": \"Testing the description\"\n        },\n        {\n            \"id\": 82,\n            \"user\": \"Parker Joshua\",\n            \"origin_name\": \"j2g\",\n            \"origin_phone\": null,\n            \"origin_street\": \"lekki\",\n            \"origin_city\": \"lekki\",\n            \"origin_state\": \"lagos\",\n            \"destination_name\": \"Brian\",\n            \"destination_phone\": \"+2348170441446\",\n            \"destination_street\": \"Drydock Ave Suite 610\",\n            \"destination_city\": \"Ikeja\",\n            \"destination_state\": \"Abuja\",\n            \"status\": \"Initiate pickup\",\n            \"tracking_number\": \"G2N1763309\",\n            \"items\": [\n                {\n                    \"name\": \"Davina\",\n                    \"quantity\": 3,\n                    \"weight\": 1,\n                    \"amount\": 1200,\n                    \"value\": 360000\n                }\n            ],\n            \"payment_status\": \"paid\",\n            \"item_category\": \"Clothing\",\n            \"fee\": 4529,\n            \"description\": \"Testing the description\"\n        }\n    ]\n}"}],"_postman_id":"b86f9b85-3d68-4125-bb02-138ed99f8e77"},{"name":"Fetch Locations","id":"e94c1a55-4b2e-40df-97d3-70968c9ae8f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/v1/gidi2naij/locations","urlObject":{"path":["api","v1","gidi2naij","locations"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"a44ab57d-c354-4b31-96d2-103c4430be16","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/v1/gidi2naij/locations"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Wed, 08 Nov 2023 11:10:30 GMT"},{"key":"Date","value":"Wed, 08 Nov 2023 11:10:30 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.0.25"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"phpdebugbar-id","value":"Xae9bfd0b500db6a2c45081375284aa5f"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Set-Cookie","value":"cargoplug_session=SvC32aqgvsUBvwWfUfLb6RzFfXJiHWtc7r2jqNjU; expires=Wed, 08-Nov-2023 13:10:30 GMT; Max-Age=7200; path=/; httponly; samesite=lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"status\": 200,\n    \"data\": [\n        {\n            \"location\": \"Ado Ekiti\",\n            \"state\": \"Ekiti\"\n        },\n        {\n            \"location\": \"Abuja\",\n            \"state\": \"Abuja Capital Territory\"\n        },\n        {\n            \"location\": \"Abakaliki\",\n            \"state\": \"Ebonyi\"\n        },\n        {\n            \"location\": \"Abeokuta\",\n            \"state\": \"Ogun\"\n        },\n        {\n            \"location\": \"Aba\",\n            \"state\": \"Abia\"\n        }\n    ]\n}"}],"_postman_id":"e94c1a55-4b2e-40df-97d3-70968c9ae8f7"}],"id":"980d7f78-f1e0-4f21-923d-7335ef2755b7","_postman_id":"980d7f78-f1e0-4f21-923d-7335ef2755b7","description":""},{"name":"User","item":[{"name":"Fetch Profile","id":"135852dd-aa6f-428e-93f1-2ff7ff3af51f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/v1/user/profile","urlObject":{"path":["api","v1","user","profile"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"8a1e676b-1295-46e1-94c3-186b3f39f00a","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/v1/user/profile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Fri, 22 Sep 2023 20:25:33 GMT"},{"key":"Date","value":"Fri, 22 Sep 2023 20:25:33 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.0.25"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"56"},{"key":"phpdebugbar-id","value":"Xc6572947bbbe0f9a4d63ce9d937415bd"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Set-Cookie","value":"cargoplug_session=YeYixcVt5OquCPZPZvQCALx20mLXbkQlgqFdciwy; expires=Fri, 22-Sep-2023 22:25:33 GMT; Max-Age=7200; path=/; httponly; samesite=lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"successful\",\n    \"status\": 200,\n    \"result\": {\n        \"first_ame\": \"Parker\",\n        \"last_name\": \"Joshua\",\n        \"email\": \"Joshua@gmail.com\",\n        \"phone\": \"0808499595\",\n        \"address\": \"Akoka Yaba\",\n        \"current_balance\": 1760,\n        \"referral_code\": \"ejr\",\n        \"user_account\": \"postpaid\",\n        \"wallet\": \"not active\"\n    }\n}"}],"_postman_id":"135852dd-aa6f-428e-93f1-2ff7ff3af51f"},{"name":"Callback Url /Webhook url","id":"342734bd-3ddf-43f1-9576-54f97722f8ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"callback_url\": \"http://example.com\"\r\n}"},"url":"{{base_url}}/v1/user/callback-url","urlObject":{"path":["v1","user","callback-url"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"cc7ec1f7-aedb-41da-a9df-cb863157a179","name":"200","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"callback_url\": \"http://example.com\"\r\n}"},"url":"{{url}}/api/user/callback-url"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Thu, 06 Jul 2023 22:23:17 GMT"},{"key":"Date","value":"Thu, 06 Jul 2023 22:23:17 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.0.25"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"phpdebugbar-id","value":"X004d543919767415c8ec09fd9aa3e09a"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Set-Cookie","value":"j2g_express_session=rqkWGlHAC2ZGY0k34kLgvzrNNmhV4iFlQ6ZPFPEn; expires=Fri, 07-Jul-2023 00:23:17 GMT; Max-Age=7200; path=/; httponly; samesite=lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"status\": 200,\n    \"data\": \"operation successful\"\n}"}],"_postman_id":"342734bd-3ddf-43f1-9576-54f97722f8ad"},{"name":"Auth user","id":"2fc3a5ec-3300-4635-82c5-76e49d598dc8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"client_key\":\"6f79fd8326c18bf18514\",\r\n    \"secret_key\": \"1c66e1263f36996da8f1dae5a31ee12d5499a05d3705432a5a090a0a5342cd8c\"\r\n}"},"url":"{{base_url}}/v1/user/authenticate","urlObject":{"path":["v1","user","authenticate"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"3ba148e9-c0ce-42c8-a877-3fa88c1e5af1","name":"200","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"client_key\":\"6f79fd8326c18bf18514\",\r\n    \"secret_key\": \"1c66e1263f36996da8f1dae5a31ee12d5499a05d3705432a5a090a0a5342cd8c\"\r\n}"},"url":"{{base_url}}/v1/user/authenticate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Tue, 15 Apr 2025 12:43:47 GMT"},{"key":"Date","value":"Tue, 15 Apr 2025 12:43:47 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.0.25"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"phpdebugbar-id","value":"X4a88d2f23312455d67399223756a0512"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Set-Cookie","value":"cargoplug_session=VIF7pWuKI6khijKeEVFY3qpJu7gj27P2lGrIO9YQ; expires=Tue, 15-Apr-2025 14:43:47 GMT; Max-Age=7200; path=/; httponly; samesite=lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"status\": 200,\n    \"data\": {\n        \"token_type\": \"Bearer\",\n        \"access_token\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiNmE5YjU1OGJkNjdkMzMwOWZmNDk0NmVlNGIwNzc0ZTY0MzJmNjIwZDdiZmE1ZWMzYjc1ZjA5MzVmNTA1YzBjMTUwMmU3Zjk1MmI4ZDA5YzUiLCJpYXQiOjE3NDQ3MjEwMjcuMzE1NjY3LCJuYmYiOjE3NDQ3MjEwMjcuMzE1Njc2LCJleHAiOjE3NzYyNTcwMjcuMjc4OTg3LCJzdWIiOiIzIiwic2NvcGVzIjpbXX0.gswhsbEHUaNBrz0FnMPmufWB7MJg_VQzUEZGpaoB-ZszxAxI_fsOG0DpSTFrMSJHiOv3pG2ulKxqItqKIq8jApfyHGVwLIvqrAR5Xzoy-fxdpMeHej3LrGSBvAvjEefm75nUh7XzqWqTnt5Axj_bgCn6XQpErEwEBfwx8phOqpthKQ1SthUVXNpwdeMAucay5Cqsp5FKxJ3tIDg8dGmhgc-WZcPnMdTalnfKtfJ_C71tJnxuc-pwaS3_hYfYg43U9BbWnNK6cSf3uSADuGYAJ7GZsG2euZstmX21YeoZ8U5DLJA6fwMSMtmRPTHDXZQqg5KhvFfYTNjYxyWCmn4ThQe7EZlwtQZBiVmHa4fge_kU0_NOt_BXg57ejpaLq2sKJx8-vPJD3xCpSFmtwSGTAUE459x0Zkh85Xa7PnrwSJD0z2Q1qMOCsfLK3XLzW86TFUTK1pPtCS8xHd-BeuBT_4dnNbelnBsEFI9CSmKbPVIoLLjfwGRdhcRROIxCvR6Ov8xxtp58bmBinxDTl87uEh7f0axX80ObRPQBukIbsEOeSLdTb29WZWYuC1Ogk6ZabOedDXZMCajpRIqf7mSRoSXLSUZOPO0SSHuUnsSswQVvK-SJCAecFd7GUazNHdRfwbjSA9X7eHgwMUiW3_UK6-OflgcutITw5uxXRtRj1tc\"\n    }\n}"}],"_postman_id":"2fc3a5ec-3300-4635-82c5-76e49d598dc8"}],"id":"6f32d1d4-e109-4915-8513-b6a16bfaee19","_postman_id":"6f32d1d4-e109-4915-8513-b6a16bfaee19","description":""},{"name":"Expedited Export","item":[{"name":"Fetch Rate","id":"529a748c-7ac8-40c2-b3c8-cd9bd590d113","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"country_id\": 2,\r\n    \"weight\": 0.5,\r\n    \"item_value\": 40000\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/expedited-export/rates","urlObject":{"path":["api","v1","expedited-export","rates"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"d1d28eb1-a459-4c23-9171-68bbd8330908","name":"200","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"country_id\": 2,\r\n    \"weight\": 1.5,\r\n    \"item_value\": 40000\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/expedited-export/rates"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Wed, 05 Jun 2024 08:13:29 GMT"},{"key":"Date","value":"Wed, 05 Jun 2024 08:13:29 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.0.25"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"phpdebugbar-id","value":"X6fd87b1449cf03004249630eaf72e97f"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Set-Cookie","value":"cargoplug_session=yYu689FmqBqCChOQ6FR1MnyNTl2kt0ZdeWvTs0iP; expires=Wed, 05-Jun-2024 10:13:29 GMT; Max-Age=7200; path=/; httponly; samesite=lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"status\": 200,\n    \"data\": [\n        {\n            \"result\": 62738.25\n        }\n    ]\n}"}],"_postman_id":"529a748c-7ac8-40c2-b3c8-cd9bd590d113"},{"name":"Create Expedite Export","id":"707231e4-fae1-4e87-a387-a65797ccab09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"origin_name\": \"Mrs. Hippo\",\r\n    \"origin_phone\": \"+2348170441446\",\r\n    \"origin_street\": \"Clayton St.\",\r\n    \"origin_city\": \"Ikorodu\",\r\n    \"origin_state\": \"Lagos\",\r\n    \"origin_country\": \"NIGERIA\",\r\n    \"destination_name\": \"Brian\",\r\n    \"destination_phone\": \"+2348170441446\",\r\n    \"destination_street\": \"Drydock Ave Suite 610\",\r\n    \"destination_city\": \"Beaconsfield\",\r\n    \"destination_country_id\": 4,\r\n    \"destination_state\": \"Birmingham\",\r\n    \"is_wallet\": 1,\r\n    \"items\": [\r\n        {\r\n            \"name\": \"shoes\",\r\n            \"quantity\": \"1\",\r\n            \"weight\": \"1\",\r\n            \"description\": \"Testing the description\",\r\n            \"value\": \"120000\"\r\n    \r\n    }\r\n    ]\r\n}"},"url":"{{url}}/api/v1/expedited-export","urlObject":{"path":["api","v1","expedited-export"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"4340f741-8184-4a28-acc6-da58e2735e9c","name":"200","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"origin_name\": \"Mrs. Hippo\",\r\n    \"origin_phone\": \"+2348170441446\",\r\n    \"origin_street\": \"Clayton St.\",\r\n    \"origin_city\": \"Ikorodu\",\r\n    \"origin_state\": \"Lagos\",\r\n    \"origin_country\": \"NIGERIA\",\r\n    \"destination_name\": \"Brian\",\r\n    \"destination_phone\": \"+2348170441446\",\r\n    \"destination_street\": \"Drydock Ave Suite 610\",\r\n    \"destination_city\": \"Beaconsfield\",\r\n    \"destination_country_id\": 4,\r\n    \"destination_state\": \"Birmingham\",\r\n    \"items\": [\r\n        {\r\n            \"name\": \"shoes\",\r\n            \"quantity\": \"1\",\r\n            \"weight\": \"1\",\r\n            \"description\": \"Testing the description\",\r\n            \"value\": \"120000\"\r\n    \r\n    }\r\n    ]\r\n}"},"url":"{{url}}/api/v1/expedited-export"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Wed, 05 Jun 2024 20:44:04 GMT"},{"key":"Date","value":"Wed, 05 Jun 2024 20:44:04 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.0.25"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"phpdebugbar-id","value":"X4cc66b4a7efcb090bd94f63930c08167"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Set-Cookie","value":"cargoplug_session=O4fvs6JLeJGb3NIMTh4qScH9ExgELjo7WYrr92KY; expires=Wed, 05-Jun-2024 22:44:04 GMT; Max-Age=7200; path=/; httponly; samesite=lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"status\": 200,\n    \"data\": {\n        \"shipment_id\": 13,\n        \"user\": \"Pathy White\",\n        \"origin_name\": \"Mrs. Hippo\",\n        \"origin_phone\": \"+2348170441446\",\n        \"origin_street\": \"Clayton St.\",\n        \"origin_city\": \"Ikorodu\",\n        \"origin_state\": \"Lagos\",\n        \"origin_country\": \"NIGERIA\",\n        \"destination_name\": \"Brian\",\n        \"destination_city\": \"Beaconsfield\",\n        \"destination_street\": \"Drydock Ave Suite 610\",\n        \"destination_phone\": \"+2348170441446\",\n        \"destination_state\": \"Birmingham\",\n        \"destination_country\": \"United Kingdom\",\n        \"tracking_number\": \"EEXP36295888\",\n        \"items\": [\n            {\n                \"name\": \"shoes\",\n                \"quantity\": \"1\",\n                \"weight\": \"1\",\n                \"description\": \"Testing the description\",\n                \"value\": \"120000\"\n            }\n        ],\n        \"status\": \"pending\",\n        \"payment_status\": \"pending\",\n        \"created_at\": \"2024-06-05\"\n    }\n}"}],"_postman_id":"707231e4-fae1-4e87-a387-a65797ccab09"},{"name":"Track Expedited Export","id":"8b846cf4-68ac-492c-86e3-46e30798eee5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"tracking_number\":\"EEXP81092604\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/expedited-export/track","urlObject":{"path":["api","v1","expedited-export","track"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"863688dc-a5de-44c0-b61e-ea8c4af7b36d","name":"200","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"tracking_number\":\"EEXP81092604\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/expedited-export/track"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Wed, 05 Jun 2024 08:28:37 GMT"},{"key":"Date","value":"Wed, 05 Jun 2024 08:28:37 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.0.25"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"phpdebugbar-id","value":"Xa12ede0fddb1078436b8408dee362c92"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Set-Cookie","value":"cargoplug_session=yYu689FmqBqCChOQ6FR1MnyNTl2kt0ZdeWvTs0iP; expires=Wed, 05-Jun-2024 10:28:37 GMT; Max-Age=7200; path=/; httponly; samesite=lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"status\": 200,\n    \"data\": {\n        \"id\": 8,\n        \"tracking_number\": \"EEXP81092604\",\n        \"items\": [\n            {\n                \"name\": \"shoes\",\n                \"quantity\": \"1\",\n                \"weight\": \"1\",\n                \"description\": \"Testing the description\",\n                \"value\": \"120000\"\n            }\n        ],\n        \"status\": \"initiated\",\n        \"order_created\": \"05 Jun 2024\",\n        \"stage\": 1,\n        \"history\": [\n            {\n                \"id\": 1098,\n                \"Shipment_id\": 8,\n                \"status\": \"pending\",\n                \"order_updated\": \"30 May 2024\"\n            },\n            {\n                \"id\": 1099,\n                \"Shipment_id\": 8,\n                \"status\": \"initiated\",\n                \"order_updated\": \"30 May 2024\"\n            },\n            {\n                \"id\": 1100,\n                \"Shipment_id\": 8,\n                \"status\": \"initiated\",\n                \"order_updated\": \"30 May 2024\"\n            },\n            {\n                \"id\": 1102,\n                \"Shipment_id\": 8,\n                \"status\": \"initiated\",\n                \"order_updated\": \"30 May 2024\"\n            },\n            {\n                \"id\": 1103,\n                \"Shipment_id\": 8,\n                \"status\": \"initiated\",\n                \"order_updated\": \"30 May 2024\"\n            },\n            {\n                \"id\": 1104,\n                \"Shipment_id\": 8,\n                \"status\": \"initiated\",\n                \"order_updated\": \"30 May 2024\"\n            },\n            {\n                \"id\": 1105,\n                \"Shipment_id\": 8,\n                \"status\": \"initiated\",\n                \"order_updated\": \"30 May 2024\"\n            },\n            {\n                \"id\": 1106,\n                \"Shipment_id\": 8,\n                \"status\": \"initiated\",\n                \"order_updated\": \"31 May 2024\"\n            },\n            {\n                \"id\": 1109,\n                \"Shipment_id\": 8,\n                \"status\": \"initiated\",\n                \"order_updated\": \"02 Jun 2024\"\n            }\n        ]\n    }\n}"}],"_postman_id":"8b846cf4-68ac-492c-86e3-46e30798eee5"},{"name":"Fetch Expedited Export","id":"16106c5d-c5fb-4d9a-b225-7bfda4ce6ee8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/v1/expedited-export","urlObject":{"path":["api","v1","expedited-export"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"f3eba3c9-102b-4819-8413-cc0e977673fe","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/v1/expedited-export"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Wed, 05 Jun 2024 08:32:29 GMT"},{"key":"Date","value":"Wed, 05 Jun 2024 08:32:29 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.0.25"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"phpdebugbar-id","value":"X34797e80b51dd24785e9069f615fa54c"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Set-Cookie","value":"cargoplug_session=yYu689FmqBqCChOQ6FR1MnyNTl2kt0ZdeWvTs0iP; expires=Wed, 05-Jun-2024 10:32:29 GMT; Max-Age=7200; path=/; httponly; samesite=lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"status\": 200,\n    \"data\": [\n        {\n            \"id\": 8,\n            \"user\": \"Pathy White\",\n            \"origin_name\": \"Mrs. Hippo\",\n            \"origin_phone\": \"+2348170441446\",\n            \"origin_street\": \"Clayton St.\",\n            \"origin_city\": \"Ikorodu\",\n            \"origin_country\": \"Nigeria\",\n            \"destination_name\": \"Brian\",\n            \"destination_phone\": \"+2348170441446\",\n            \"destination_city\": \"Ikeja\",\n            \"destination_country\": \"Republic of Ireland\",\n            \"destination_state\": \"Abuja\",\n            \"track_number\": \"EEXP81092604\",\n            \"items\": [\n                {\n                    \"name\": \"shoes\",\n                    \"quantity\": \"1\",\n                    \"weight\": \"1\",\n                    \"description\": \"Testing the description\",\n                    \"value\": \"120000\"\n                }\n            ],\n            \"is_paid\": \"pending\",\n            \"status\": \"initiated\",\n            \"weight\": 2,\n            \"created_at\": \"2024-05-30\"\n        },\n        {\n            \"id\": 7,\n            \"user\": \"Pathy White\",\n            \"origin_name\": \"Mrs. Hippo\",\n            \"origin_phone\": \"+2348170441446\",\n            \"origin_street\": \"Clayton St.\",\n            \"origin_city\": \"Ikorodu\",\n            \"origin_country\": \"Nigeria\",\n            \"destination_name\": \"Brian\",\n            \"destination_phone\": \"+2348170441446\",\n            \"destination_city\": \"Ikeja\",\n            \"destination_country\": \"Republic of Ireland\",\n            \"destination_state\": \"Abuja\",\n            \"track_number\": \"EEXP57237971\",\n            \"items\": [\n                {\n                    \"name\": \"shoes\",\n                    \"quantity\": \"1\",\n                    \"weight\": \"1\",\n                    \"description\": \"Testing the description\",\n                    \"value\": \"120000\"\n                }\n            ],\n            \"is_paid\": \"pending\",\n            \"status\": \"initiated\",\n            \"weight\": 4,\n            \"created_at\": \"2024-05-30\"\n        }\n    ]\n}"}],"_postman_id":"16106c5d-c5fb-4d9a-b225-7bfda4ce6ee8"},{"name":"Fetch Countries","id":"bf2df3dd-7452-409e-84b8-508db9f06087","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/v1/expedited-export/countries","urlObject":{"path":["api","v1","expedited-export","countries"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"e7c607d4-1977-4c34-a76a-1e990d6753fb","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/v1/expedited-export/countries"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Wed, 05 Jun 2024 20:21:28 GMT"},{"key":"Date","value":"Wed, 05 Jun 2024 20:21:28 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.0.25"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"phpdebugbar-id","value":"Xba9f504bf8bda59f0611313e04693f06"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Set-Cookie","value":"cargoplug_session=O4fvs6JLeJGb3NIMTh4qScH9ExgELjo7WYrr92KY; expires=Wed, 05-Jun-2024 22:21:28 GMT; Max-Age=7200; path=/; httponly; samesite=lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"status\": 200,\n    \"data\": [\n        {\n            \"id\": 110,\n            \"name\": \"Afghanistan\",\n            \"country_code\": \"AF\"\n        },\n        {\n            \"id\": 29,\n            \"name\": \"Albania\",\n            \"country_code\": \"AL\"\n        },\n        {\n            \"id\": 77,\n            \"name\": \"Algeria\",\n            \"country_code\": \"DZ\"\n        },\n        {\n            \"id\": 160,\n            \"name\": \"American Samoa\",\n            \"country_code\": \"AS\"\n        },\n        {\n            \"id\": 30,\n            \"name\": \"Andorra\",\n            \"country_code\": \"AD\"\n        },\n        {\n            \"id\": 78,\n            \"name\": \"Angola\",\n            \"country_code\": \"AO\"\n        },\n        {\n            \"id\": 161,\n            \"name\": \"Anguilla\",\n            \"country_code\": \"AI\"\n        },\n        {\n            \"id\": 162,\n            \"name\": \"Antigua\",\n            \"country_code\": \"AG\"\n        },\n        {\n            \"id\": 163,\n            \"name\": \"Argentina\",\n            \"country_code\": \"AR\"\n        },\n        {\n            \"id\": 124,\n            \"name\": \"Armenia\",\n            \"country_code\": \"AM\"\n        },\n        {\n            \"id\": 164,\n            \"name\": \"Aruba\",\n            \"country_code\": \"AW\"\n        },\n        {\n            \"id\": 125,\n            \"name\": \"Australia\",\n            \"country_code\": \"AU\"\n        },\n        {\n            \"id\": 31,\n            \"name\": \"Austria\",\n            \"country_code\": \"AT\"\n        },\n        {\n            \"id\": 126,\n            \"name\": \"Azerbaijan\",\n            \"country_code\": \"AZ\"\n        },\n        {\n            \"id\": 165,\n            \"name\": \"Bahamas\",\n            \"country_code\": \"BS\"\n        },\n        {\n            \"id\": 111,\n            \"name\": \"Bahrain\",\n            \"country_code\": \"BH\"\n        },\n        {\n            \"id\": 127,\n            \"name\": \"Bangladesh\",\n            \"country_code\": \"BD\"\n        },\n        {\n            \"id\": 166,\n            \"name\": \"Barbados\",\n            \"country_code\": \"BB\"\n        },\n        {\n            \"id\": 32,\n            \"name\": \"Belarus\",\n            \"country_code\": \"BY\"\n        },\n        {\n            \"id\": 33,\n            \"name\": \"Belgium\",\n            \"country_code\": \"BE\"\n        },\n        {\n            \"id\": 167,\n            \"name\": \"Belize\",\n            \"country_code\": \"BZ\"\n        },\n        {\n            \"id\": 5,\n            \"name\": \"Benin\",\n            \"country_code\": \"BJ\"\n        },\n        {\n            \"id\": 168,\n            \"name\": \"Bermuda\",\n            \"country_code\": \"BM\"\n        },\n        {\n            \"id\": 128,\n            \"name\": \"Bhutan\",\n            \"country_code\": \"BT\"\n        },\n        {\n            \"id\": 169,\n            \"name\": \"Bolivia\",\n            \"country_code\": \"BO\"\n        },\n        {\n            \"id\": 170,\n            \"name\": \"Bonaire\",\n            \"country_code\": \"XB\"\n        },\n        {\n            \"id\": 79,\n            \"name\": \"Botswana\",\n            \"country_code\": \"BW\"\n        },\n        {\n            \"id\": 171,\n            \"name\": \"Brazil\",\n            \"country_code\": \"BR\"\n        },\n        {\n            \"id\": 129,\n            \"name\": \"Brunei\",\n            \"country_code\": \"BN\"\n        },\n        {\n            \"id\": 34,\n            \"name\": \"Bulgaria\",\n            \"country_code\": \"BG\"\n        },\n        {\n            \"id\": 6,\n            \"name\": \"Burkina Faso\",\n            \"country_code\": \"BF\"\n        },\n        {\n            \"id\": 80,\n            \"name\": \"Burundi\",\n            \"country_code\": \"BI\"\n        },\n        {\n            \"id\": 130,\n            \"name\": \"Cambodia\",\n            \"country_code\": \"KH\"\n        },\n        {\n            \"id\": 7,\n            \"name\": \"Cameroon\",\n            \"country_code\": \"CM\"\n        },\n        {\n            \"id\": 26,\n            \"name\": \"Canada\",\n            \"country_code\": \"CA\"\n        },\n        {\n            \"id\": 35,\n            \"name\": \"Canary Islands, The\",\n            \"country_code\": \"IC\"\n        },\n        {\n            \"id\": 8,\n            \"name\": \"Cape Verde\",\n            \"country_code\": \"CV\"\n        },\n        {\n            \"id\": 172,\n            \"name\": \"Cayman Islands\",\n            \"country_code\": \"KY\"\n        },\n        {\n            \"id\": 9,\n            \"name\": \"Chad\",\n            \"country_code\": \"TD\"\n        },\n        {\n            \"id\": 173,\n            \"name\": \"Chile\",\n            \"country_code\": \"CL\"\n        },\n        {\n            \"id\": 131,\n            \"name\": \"China\",\n            \"country_code\": \"CN\"\n        },\n        {\n            \"id\": 174,\n            \"name\": \"Colombia\",\n            \"country_code\": \"CO\"\n        },\n        {\n            \"id\": 81,\n            \"name\": \"Comoros\",\n            \"country_code\": \"KM\"\n        },\n        {\n            \"id\": 10,\n            \"name\": \"Congo\",\n            \"country_code\": \"CG\"\n        },\n        {\n            \"id\": 11,\n            \"name\": \"Congo, DPR\",\n            \"country_code\": \"CD\"\n        },\n        {\n            \"id\": 175,\n            \"name\": \"Cook Islands\",\n            \"country_code\": \"CK\"\n        },\n        {\n            \"id\": 176,\n            \"name\": \"Costa Rica\",\n            \"country_code\": \"CR\"\n        },\n        {\n            \"id\": 12,\n            \"name\": \"Cote D Ivoire\",\n            \"country_code\": \"CI\"\n        },\n        {\n            \"id\": 36,\n            \"name\": \"Croatia\",\n            \"country_code\": \"HR\"\n        },\n        {\n            \"id\": 177,\n            \"name\": \"Cuba\",\n            \"country_code\": \"CU\"\n        },\n        {\n            \"id\": 178,\n            \"name\": \"Curacao\",\n            \"country_code\": \"XC\"\n        },\n        {\n            \"id\": 37,\n            \"name\": \"Cyprus\",\n            \"country_code\": \"CY\"\n        },\n        {\n            \"id\": 38,\n            \"name\": \"Czech Republic\",\n            \"country_code\": \"CZ\"\n        },\n        {\n            \"id\": 39,\n            \"name\": \"Denmark\",\n            \"country_code\": \"DK\"\n        },\n        {\n            \"id\": 82,\n            \"name\": \"Djibouti\",\n            \"country_code\": \"DJ\"\n        },\n        {\n            \"id\": 179,\n            \"name\": \"Dominica\",\n            \"country_code\": \"DM\"\n        },\n        {\n            \"id\": 180,\n            \"name\": \"Dominican Rep.\",\n            \"country_code\": \"DO\"\n        },\n        {\n            \"id\": 181,\n            \"name\": \"Ecuador\",\n            \"country_code\": \"EC\"\n        },\n        {\n            \"id\": 83,\n            \"name\": \"Egypt\",\n            \"country_code\": \"EG\"\n        },\n        {\n            \"id\": 182,\n            \"name\": \"El Salvador\",\n            \"country_code\": \"SV\"\n        },\n        {\n            \"id\": 84,\n            \"name\": \"Eritrea\",\n            \"country_code\": \"ER\"\n        },\n        {\n            \"id\": 40,\n            \"name\": \"Estonia\",\n            \"country_code\": \"EE\"\n        },\n        {\n            \"id\": 85,\n            \"name\": \"Eswatini\",\n            \"country_code\": \"SZ\"\n        },\n        {\n            \"id\": 86,\n            \"name\": \"Ethiopia\",\n            \"country_code\": \"ET\"\n        },\n        {\n            \"id\": 183,\n            \"name\": \"Falkland Islands\",\n            \"country_code\": \"FK\"\n        },\n        {\n            \"id\": 41,\n            \"name\": \"Faroe Islands\",\n            \"country_code\": \"FO\"\n        },\n        {\n            \"id\": 184,\n            \"name\": \"Fiji\",\n            \"country_code\": \"FJ\"\n        },\n        {\n            \"id\": 42,\n            \"name\": \"Finland\",\n            \"country_code\": \"FI\"\n        },\n        {\n            \"id\": 43,\n            \"name\": \"France\",\n            \"country_code\": \"FR\"\n        },\n        {\n            \"id\": 185,\n            \"name\": \"French Guyana\",\n            \"country_code\": \"GF\"\n        },\n        {\n            \"id\": 13,\n            \"name\": \"Gabon\",\n            \"country_code\": \"GA\"\n        },\n        {\n            \"id\": 14,\n            \"name\": \"Gambia\",\n            \"country_code\": \"GM\"\n        },\n        {\n            \"id\": 132,\n            \"name\": \"Georgia\",\n            \"country_code\": \"GE\"\n        },\n        {\n            \"id\": 44,\n            \"name\": \"Germany\",\n            \"country_code\": \"DE\"\n        },\n        {\n            \"id\": 15,\n            \"name\": \"Ghana\",\n            \"country_code\": \"GH\"\n        },\n        {\n            \"id\": 45,\n            \"name\": \"Gibraltar\",\n            \"country_code\": \"GI\"\n        },\n        {\n            \"id\": 46,\n            \"name\": \"Greece\",\n            \"country_code\": \"GR\"\n        },\n        {\n            \"id\": 47,\n            \"name\": \"Greenland\",\n            \"country_code\": \"GL\"\n        },\n        {\n            \"id\": 186,\n            \"name\": \"Grenada\",\n            \"country_code\": \"GD\"\n        },\n        {\n            \"id\": 187,\n            \"name\": \"Guadeloupe\",\n            \"country_code\": \"GP\"\n        },\n        {\n            \"id\": 188,\n            \"name\": \"Guam\",\n            \"country_code\": \"GU\"\n        },\n        {\n            \"id\": 189,\n            \"name\": \"Guatemala\",\n            \"country_code\": \"GT\"\n        },\n        {\n            \"id\": 1,\n            \"name\": \"Guernsey\",\n            \"country_code\": \"GG\"\n        },\n        {\n            \"id\": 16,\n            \"name\": \"Guinea Rep.\",\n            \"country_code\": \"GN\"\n        },\n        {\n            \"id\": 17,\n            \"name\": \"Guinea-Bissau\",\n            \"country_code\": \"GW\"\n        },\n        {\n            \"id\": 18,\n            \"name\": \"Guinea-Equatorial\",\n            \"country_code\": \"GQ\"\n        },\n        {\n            \"id\": 190,\n            \"name\": \"Guyana\",\n            \"country_code\": \"GY\"\n        },\n        {\n            \"id\": 191,\n            \"name\": \"Haiti\",\n            \"country_code\": \"HT\"\n        },\n        {\n            \"id\": 192,\n            \"name\": \"Honduras\",\n            \"country_code\": \"HN\"\n        },\n        {\n            \"id\": 133,\n            \"name\": \"Hong Kong SAR China\",\n            \"country_code\": \"HK\"\n        },\n        {\n            \"id\": 48,\n            \"name\": \"Hungary\",\n            \"country_code\": \"HU\"\n        },\n        {\n            \"id\": 49,\n            \"name\": \"Iceland\",\n            \"country_code\": \"IS\"\n        },\n        {\n            \"id\": 134,\n            \"name\": \"India\",\n            \"country_code\": \"IN\"\n        },\n        {\n            \"id\": 135,\n            \"name\": \"Indonesia\",\n            \"country_code\": \"ID\"\n        },\n        {\n            \"id\": 112,\n            \"name\": \"Iran\",\n            \"country_code\": \"IR\"\n        },\n        {\n            \"id\": 113,\n            \"name\": \"Iraq\",\n            \"country_code\": \"IQ\"\n        },\n        {\n            \"id\": 114,\n            \"name\": \"Israel\",\n            \"country_code\": \"IL\"\n        },\n        {\n            \"id\": 50,\n            \"name\": \"Italy\",\n            \"country_code\": \"IT\"\n        },\n        {\n            \"id\": 193,\n            \"name\": \"Jamaica\",\n            \"country_code\": \"JM\"\n        },\n        {\n            \"id\": 136,\n            \"name\": \"Japan\",\n            \"country_code\": \"JP\"\n        },\n        {\n            \"id\": 3,\n            \"name\": \"Jersey\",\n            \"country_code\": \"JE\"\n        },\n        {\n            \"id\": 115,\n            \"name\": \"Jordan\",\n            \"country_code\": \"JO\"\n        },\n        {\n            \"id\": 137,\n            \"name\": \"Kazakhstan\",\n            \"country_code\": \"KZ\"\n        },\n        {\n            \"id\": 87,\n            \"name\": \"Kenya\",\n            \"country_code\": \"KE\"\n        },\n        {\n            \"id\": 194,\n            \"name\": \"Kiribati\",\n            \"country_code\": \"KI\"\n        },\n        {\n            \"id\": 139,\n            \"name\": \"Korea, D.P.R Of\",\n            \"country_code\": \"KP\"\n        },\n        {\n            \"id\": 138,\n            \"name\": \"Korea, Rep. Of\",\n            \"country_code\": \"KR\"\n        },\n        {\n            \"id\": 51,\n            \"name\": \"Kosovo\",\n            \"country_code\": \"KV\"\n        },\n        {\n            \"id\": 116,\n            \"name\": \"Kuwait\",\n            \"country_code\": \"KW\"\n        },\n        {\n            \"id\": 140,\n            \"name\": \"Kyrgyzstan\",\n            \"country_code\": \"KG\"\n        },\n        {\n            \"id\": 141,\n            \"name\": \"Laos\",\n            \"country_code\": \"LA\"\n        },\n        {\n            \"id\": 52,\n            \"name\": \"Latvia\",\n            \"country_code\": \"LV\"\n        },\n        {\n            \"id\": 117,\n            \"name\": \"Lebanon\",\n            \"country_code\": \"LB\"\n        },\n        {\n            \"id\": 88,\n            \"name\": \"Lesotho\",\n            \"country_code\": \"LS\"\n        },\n        {\n            \"id\": 19,\n            \"name\": \"Liberia\",\n            \"country_code\": \"LR\"\n        },\n        {\n            \"id\": 89,\n            \"name\": \"Libya\",\n            \"country_code\": \"LY\"\n        },\n        {\n            \"id\": 53,\n            \"name\": \"Liechtenstein\",\n            \"country_code\": \"LI\"\n        },\n        {\n            \"id\": 54,\n            \"name\": \"Lithuania\",\n            \"country_code\": \"LT\"\n        },\n        {\n            \"id\": 55,\n            \"name\": \"Luxembourg\",\n            \"country_code\": \"LU\"\n        },\n        {\n            \"id\": 142,\n            \"name\": \"Macau SAR China\",\n            \"country_code\": \"MO\"\n        },\n        {\n            \"id\": 90,\n            \"name\": \"Madagascar\",\n            \"country_code\": \"MG\"\n        },\n        {\n            \"id\": 91,\n            \"name\": \"Malawi\",\n            \"country_code\": \"MW\"\n        },\n        {\n            \"id\": 143,\n            \"name\": \"Malaysia\",\n            \"country_code\": \"MY\"\n        },\n        {\n            \"id\": 144,\n            \"name\": \"Maldives\",\n            \"country_code\": \"MV\"\n        },\n        {\n            \"id\": 20,\n            \"name\": \"Mali\",\n            \"country_code\": \"ML\"\n        },\n        {\n            \"id\": 56,\n            \"name\": \"Malta\",\n            \"country_code\": \"MT\"\n        },\n        {\n            \"id\": 195,\n            \"name\": \"Marshall Islands\",\n            \"country_code\": \"MH\"\n        },\n        {\n            \"id\": 92,\n            \"name\": \"Mauritania\",\n            \"country_code\": \"MR\"\n        },\n        {\n            \"id\": 93,\n            \"name\": \"Mauritius\",\n            \"country_code\": \"MU\"\n        },\n        {\n            \"id\": 94,\n            \"name\": \"Mayotte\",\n            \"country_code\": \"YT\"\n        },\n        {\n            \"id\": 27,\n            \"name\": \"Mexico\",\n            \"country_code\": \"MX\"\n        },\n        {\n            \"id\": 196,\n            \"name\": \"Micronesia\",\n            \"country_code\": \"FM\"\n        },\n        {\n            \"id\": 57,\n            \"name\": \"Moldova\",\n            \"country_code\": \"MD\"\n        },\n        {\n            \"id\": 58,\n            \"name\": \"Monaco\",\n            \"country_code\": \"MC\"\n        },\n        {\n            \"id\": 145,\n            \"name\": \"Mongolia\",\n            \"country_code\": \"MN\"\n        },\n        {\n            \"id\": 59,\n            \"name\": \"Montenegro\",\n            \"country_code\": \"ME\"\n        },\n        {\n            \"id\": 197,\n            \"name\": \"Montserrat\",\n            \"country_code\": \"MS\"\n        },\n        {\n            \"id\": 105,\n            \"name\": \"Morocco\",\n            \"country_code\": \"MA\"\n        },\n        {\n            \"id\": 106,\n            \"name\": \"Mozambique\",\n            \"country_code\": \"MZ\"\n        },\n        {\n            \"id\": 146,\n            \"name\": \"Myanmar\",\n            \"country_code\": \"MM\"\n        },\n        {\n            \"id\": 107,\n            \"name\": \"Namibia\",\n            \"country_code\": \"NA\"\n        },\n        {\n            \"id\": 198,\n            \"name\": \"Nauru, Rep. Of\",\n            \"country_code\": \"NR\"\n        },\n        {\n            \"id\": 147,\n            \"name\": \"Nepal\",\n            \"country_code\": \"NP\"\n        },\n        {\n            \"id\": 60,\n            \"name\": \"Netherlands\",\n            \"country_code\": \"NL\"\n        },\n        {\n            \"id\": 199,\n            \"name\": \"Nevis\",\n            \"country_code\": \"XN\"\n        },\n        {\n            \"id\": 200,\n            \"name\": \"New Caledonia\",\n            \"country_code\": \"NC\"\n        },\n        {\n            \"id\": 201,\n            \"name\": \"New Zealand\",\n            \"country_code\": \"NZ\"\n        },\n        {\n            \"id\": 202,\n            \"name\": \"Nicaragua\",\n            \"country_code\": \"NI\"\n        },\n        {\n            \"id\": 21,\n            \"name\": \"Niger\",\n            \"country_code\": \"NE\"\n        },\n        {\n            \"id\": 203,\n            \"name\": \"Niue\",\n            \"country_code\": \"NU\"\n        },\n        {\n            \"id\": 61,\n            \"name\": \"North Macedonia\",\n            \"country_code\": \"MK\"\n        },\n        {\n            \"id\": 204,\n            \"name\": \"Northern Mariana Islands\",\n            \"country_code\": \"MP\"\n        },\n        {\n            \"id\": 62,\n            \"name\": \"Norway\",\n            \"country_code\": \"NO\"\n        },\n        {\n            \"id\": 118,\n            \"name\": \"Oman\",\n            \"country_code\": \"OM\"\n        },\n        {\n            \"id\": 148,\n            \"name\": \"Pakistan\",\n            \"country_code\": \"PK\"\n        },\n        {\n            \"id\": 149,\n            \"name\": \"Palau\",\n            \"country_code\": \"PW\"\n        },\n        {\n            \"id\": 205,\n            \"name\": \"Panama\",\n            \"country_code\": \"PA\"\n        },\n        {\n            \"id\": 206,\n            \"name\": \"Papua New Guinea\",\n            \"country_code\": \"PG\"\n        },\n        {\n            \"id\": 207,\n            \"name\": \"Paraguay\",\n            \"country_code\": \"PY\"\n        },\n        {\n            \"id\": 150,\n            \"name\": \"Philippines, The\",\n            \"country_code\": \"PH\"\n        },\n        {\n            \"id\": 63,\n            \"name\": \"Poland\",\n            \"country_code\": \"PL\"\n        },\n        {\n            \"id\": 64,\n            \"name\": \"Portugal\",\n            \"country_code\": \"PT\"\n        },\n        {\n            \"id\": 119,\n            \"name\": \"Qatar\",\n            \"country_code\": \"QA\"\n        },\n        {\n            \"id\": 2,\n            \"name\": \"Republic of Ireland\",\n            \"country_code\": \"IE\"\n        },\n        {\n            \"id\": 108,\n            \"name\": \"Reunion, Island Of\",\n            \"country_code\": \"RE\"\n        },\n        {\n            \"id\": 65,\n            \"name\": \"Romania\",\n            \"country_code\": \"RO\"\n        },\n        {\n            \"id\": 66,\n            \"name\": \"Russian Federation\",\n            \"country_code\": \"RU\"\n        },\n        {\n            \"id\": 109,\n            \"name\": \"Rwanda\",\n            \"country_code\": \"RW\"\n        },\n        {\n            \"id\": 67,\n            \"name\": \"San Marino\",\n            \"country_code\": \"SM\"\n        },\n        {\n            \"id\": 22,\n            \"name\": \"Sao Tome And Principe\",\n            \"country_code\": \"ST\"\n        },\n        {\n            \"id\": 120,\n            \"name\": \"Saudi Arabia\",\n            \"country_code\": \"SA\"\n        },\n        {\n            \"id\": 23,\n            \"name\": \"Senegal\",\n            \"country_code\": \"SN\"\n        },\n        {\n            \"id\": 68,\n            \"name\": \"Serbia, Rep. Of\",\n            \"country_code\": \"RS\"\n        },\n        {\n            \"id\": 100,\n            \"name\": \"Seychelles\",\n            \"country_code\": \"SC\"\n        },\n        {\n            \"id\": 24,\n            \"name\": \"Sierra Leone\",\n            \"country_code\": \"SL\"\n        },\n        {\n            \"id\": 151,\n            \"name\": \"Singapore\",\n            \"country_code\": \"SG\"\n        },\n        {\n            \"id\": 69,\n            \"name\": \"Slovakia\",\n            \"country_code\": \"SK\"\n        },\n        {\n            \"id\": 70,\n            \"name\": \"Slovenia\",\n            \"country_code\": \"SI\"\n        },\n        {\n            \"id\": 101,\n            \"name\": \"Somalia\",\n            \"country_code\": \"SO\"\n        },\n        {\n            \"id\": 102,\n            \"name\": \"South Africa\",\n            \"country_code\": \"ZA\"\n        },\n        {\n            \"id\": 103,\n            \"name\": \"South Sudan\",\n            \"country_code\": \"SS\"\n        },\n        {\n            \"id\": 71,\n            \"name\": \"Spain\",\n            \"country_code\": \"ES\"\n        },\n        {\n            \"id\": 152,\n            \"name\": \"Sri Lanka\",\n            \"country_code\": \"LK\"\n        },\n        {\n            \"id\": 104,\n            \"name\": \"Sudan\",\n            \"country_code\": \"SD\"\n        },\n        {\n            \"id\": 72,\n            \"name\": \"Sweden\",\n            \"country_code\": \"SE\"\n        },\n        {\n            \"id\": 73,\n            \"name\": \"Switzerland\",\n            \"country_code\": \"CH\"\n        },\n        {\n            \"id\": 121,\n            \"name\": \"Syria\",\n            \"country_code\": \"SY\"\n        },\n        {\n            \"id\": 153,\n            \"name\": \"Taiwan\",\n            \"country_code\": \"TW\"\n        },\n        {\n            \"id\": 154,\n            \"name\": \"Tajikistan\",\n            \"country_code\": \"TJ\"\n        },\n        {\n            \"id\": 95,\n            \"name\": \"Tanzania\",\n            \"country_code\": \"TZ\"\n        },\n        {\n            \"id\": 155,\n            \"name\": \"Thailand\",\n            \"country_code\": \"TH\"\n        },\n        {\n            \"id\": 156,\n            \"name\": \"Timor-Leste\",\n            \"country_code\": \"TL\"\n        },\n        {\n            \"id\": 25,\n            \"name\": \"Togo\",\n            \"country_code\": \"TG\"\n        },\n        {\n            \"id\": 96,\n            \"name\": \"Tunisia\",\n            \"country_code\": \"TN\"\n        },\n        {\n            \"id\": 74,\n            \"name\": \"Turkey\",\n            \"country_code\": \"TR\"\n        },\n        {\n            \"id\": 157,\n            \"name\": \"Turkmenistan\",\n            \"country_code\": \"TM\"\n        },\n        {\n            \"id\": 97,\n            \"name\": \"Uganda\",\n            \"country_code\": \"UG\"\n        },\n        {\n            \"id\": 75,\n            \"name\": \"Ukraine\",\n            \"country_code\": \"UA\"\n        },\n        {\n            \"id\": 122,\n            \"name\": \"United Arab Emirates\",\n            \"country_code\": \"AE\"\n        },\n        {\n            \"id\": 4,\n            \"name\": \"United Kingdom\",\n            \"country_code\": \"GB\"\n        },\n        {\n            \"id\": 28,\n            \"name\": \"USA\",\n            \"country_code\": \"US\"\n        },\n        {\n            \"id\": 158,\n            \"name\": \"Uzbekistan\",\n            \"country_code\": \"UZ\"\n        },\n        {\n            \"id\": 76,\n            \"name\": \"Vatican city\",\n            \"country_code\": \"VA\"\n        },\n        {\n            \"id\": 159,\n            \"name\": \"Vietnam\",\n            \"country_code\": \"VN\"\n        },\n        {\n            \"id\": 123,\n            \"name\": \"Yemen, Rep. Of\",\n            \"country_code\": \"YE\"\n        },\n        {\n            \"id\": 98,\n            \"name\": \"Zambia\",\n            \"country_code\": \"ZM\"\n        },\n        {\n            \"id\": 99,\n            \"name\": \"Zimbabwe\",\n            \"country_code\": \"ZW\"\n        }\n    ]\n}"}],"_postman_id":"bf2df3dd-7452-409e-84b8-508db9f06087"}],"id":"f6e92540-95be-43c7-a73f-3eabc7578c84","_postman_id":"f6e92540-95be-43c7-a73f-3eabc7578c84","description":""},{"name":"Inventory","item":[{"name":"List","id":"e4366f8e-88aa-4d92-b966-21af648be957","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{base_url}}/v1/user/inventory","urlObject":{"path":["v1","user","inventory"],"host":["{{base_url}}"],"query":[{"disabled":true,"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"ec3ad5ed-d91b-4260-a1e6-77f5a5332c7e","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/v1/user/inventory","host":["{{base_url}}"],"path":["v1","user","inventory"],"query":[{"key":"page","value":"1","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Mon, 14 Apr 2025 08:10:41 GMT"},{"key":"Date","value":"Mon, 14 Apr 2025 08:10:41 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.0.25"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"phpdebugbar-id","value":"Xebc0d8ae7d5c347d37e990418a1a43a1"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Set-Cookie","value":"cargoplug_session=h67iy2jfAGCm65UZbHiQv9hWnPsFBVdUrhORIoRx; expires=Mon, 14-Apr-2025 10:10:41 GMT; Max-Age=7200; path=/; httponly; samesite=lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"status\": 200,\n    \"data\": {\n        \"data\": [\n            {\n                \"id\": 3,\n                \"user\": \"samson ojugo\",\n                \"name\": \"shoe\",\n                \"description\": \"extra large pink shoe\",\n                \"status\": \"pickup_completed\",\n                \"quantity\": 5,\n                \"tracking_number\": null,\n                \"tracking_url\": null,\n                \"histories\": []\n            },\n            {\n                \"id\": 2,\n                \"user\": \"samson ojugo\",\n                \"name\": \"bag\",\n                \"description\": \"Pink and golden bad\",\n                \"status\": \"initiated\",\n                \"quantity\": 5,\n                \"tracking_number\": null,\n                \"tracking_url\": null,\n                \"histories\": [\n                    {\n                        \"id\": 1,\n                        \"inventory_id\": 2,\n                        \"updated_by\": \"samson ojugo\",\n                        \"status\": \"initiated\",\n                        \"created_at\": \"2025-03-27\"\n                    },\n                    {\n                        \"id\": 2,\n                        \"inventory_id\": 2,\n                        \"updated_by\": \"samson ojugo\",\n                        \"status\": \"pickup\",\n                        \"created_at\": \"2025-03-27\"\n                    }\n                ]\n            },\n            {\n                \"id\": 1,\n                \"user\": \"samson ojugo\",\n                \"name\": \"bag updated\",\n                \"description\": \"Pink and golden bad\",\n                \"status\": \"initiated\",\n                \"quantity\": 2,\n                \"tracking_number\": null,\n                \"tracking_url\": null,\n                \"histories\": []\n            }\n        ],\n        \"links\": {\n            \"first\": \"http://127.0.0.1:8000/api/v1/user/inventory?page=1\",\n            \"last\": \"http://127.0.0.1:8000/api/v1/user/inventory?page=1\",\n            \"prev\": null,\n            \"next\": null\n        },\n        \"meta\": {\n            \"current_page\": 1,\n            \"from\": 1,\n            \"last_page\": 1,\n            \"path\": \"http://127.0.0.1:8000/api/v1/user/inventory\",\n            \"per_page\": 10,\n            \"to\": 3,\n            \"total\": 3\n        }\n    }\n}"}],"_postman_id":"e4366f8e-88aa-4d92-b966-21af648be957"},{"name":"store","id":"4ee6a285-e184-47ce-a26e-1b5b7be6bc2f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"items\": [\r\n    {\r\n      \"name\": \"bag\",\r\n      \"description\": \"extra large pink shoe\",\r\n      \"sent_quantity\": 5,\r\n      \"item_code\": \"scb23453\"\r\n    },\r\n    {\r\n      \"name\": \"sitter\",\r\n      \"description\": \"blue baseball cap\",\r\n      \"sent_quantity\": 3,\r\n      \"item_code\": \"scb323453\"\r\n    }\r\n  ]\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/v1/user/inventory","urlObject":{"protocol":"http","port":"8000","path":["api","v1","user","inventory"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"ec5fd741-e52c-4eba-b26c-26ba1bdf8d9c","name":"400 validation error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/user/inventory"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Thu, 27 Mar 2025 08:25:39 GMT"},{"key":"Date","value":"Thu, 27 Mar 2025 08:25:39 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.0.25"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Set-Cookie","value":"cargoplug_session=btSVEVtws9iyZ7gB1Ljs6X1kFDvEPloYQXXdXTyr; expires=Thu, 27-Mar-2025 10:25:39 GMT; Max-Age=7200; path=/; httponly; samesite=lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The name field is required.\",\n    \"status\": 400,\n    \"data\": [\n        {\n            \"result\": {\n                \"name\": [\n                    \"The name field is required.\"\n                ],\n                \"description\": [\n                    \"The description field is required.\"\n                ],\n                \"quantity\": [\n                    \"The quantity field is required.\"\n                ]\n            }\n        }\n    ]\n}"},{"id":"dd83607a-011b-4bd1-95a1-602f376b58bf","name":"200","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"shoe\",\r\n    \"description\" : \"extra large pink shoe\",\r\n    \"sent_quantity\": 5,\r\n    \"item_code\": \"sbc23453\" // autogenerated if not provided\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/user/inventory"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Thu, 27 Mar 2025 08:29:33 GMT"},{"key":"Date","value":"Thu, 27 Mar 2025 08:29:33 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.0.25"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Set-Cookie","value":"cargoplug_session=btSVEVtws9iyZ7gB1Ljs6X1kFDvEPloYQXXdXTyr; expires=Thu, 27-Mar-2025 10:29:33 GMT; Max-Age=7200; path=/; httponly; samesite=lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"status\": 200,\n    \"data\": []\n}"},{"id":"2579c93e-7f42-4fe4-9dec-e8797d0424e9","name":"400 code already entered","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"shoe\",\r\n    \"description\" : \"extra large pink shoe\",\r\n    \"sent_quantity\": 5,\r\n    \"item_code\": \"sbc23453\" // autogenerated if not provided\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/user/inventory"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Tue, 15 Apr 2025 12:27:03 GMT"},{"key":"Date","value":"Tue, 15 Apr 2025 12:27:03 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.0.25"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Set-Cookie","value":"cargoplug_session=VIF7pWuKI6khijKeEVFY3qpJu7gj27P2lGrIO9YQ; expires=Tue, 15-Apr-2025 14:27:03 GMT; Max-Age=7200; path=/; httponly; samesite=lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The item code has already been taken.\",\n    \"status\": 400,\n    \"data\": [\n        {\n            \"result\": {\n                \"item_code\": [\n                    \"The item code has already been taken.\"\n                ]\n            }\n        }\n    ]\n}"}],"_postman_id":"4ee6a285-e184-47ce-a26e-1b5b7be6bc2f"},{"name":"update","id":"6c3f4a23-9403-463f-b47b-21b30f943b07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"bag updated\",\r\n    \"quantity\": 2\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/user/inventory/:inventoryId","urlObject":{"path":["v1","user","inventory",":inventoryId"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"00e91590-703d-4abb-8e55-5c77ec8e0e60","type":"any","value":"1","key":"inventoryId"}]}},"response":[{"id":"d88b2cc9-189a-4c91-ad5d-755cdd2fbc75","name":"201","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"bag updated\",\r\n    \"quantity\": 2\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/v1/user/inventory/:inventoryId","host":["{{base_url}}"],"path":["v1","user","inventory",":inventoryId"],"variable":[{"key":"inventoryId","value":"1"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Thu, 27 Mar 2025 08:48:50 GMT"},{"key":"Date","value":"Thu, 27 Mar 2025 08:48:50 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.0.25"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Set-Cookie","value":"cargoplug_session=btSVEVtws9iyZ7gB1Ljs6X1kFDvEPloYQXXdXTyr; expires=Thu, 27-Mar-2025 10:48:50 GMT; Max-Age=7200; path=/; httponly; samesite=lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"update success\",\n    \"status\": 201,\n    \"data\": []\n}"},{"id":"3afcd9f5-84cc-4bd6-8222-db3c8d2e2856","name":"400 update validation error","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"bag updated\",\r\n    \"quantity\": 2\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/v1/user/inventory/:inventoryId","host":["{{base_url}}"],"path":["v1","user","inventory",":inventoryId"],"variable":[{"key":"inventoryId","value":"1"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Tue, 15 Apr 2025 12:30:23 GMT"},{"key":"Date","value":"Tue, 15 Apr 2025 12:30:23 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.0.25"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Set-Cookie","value":"cargoplug_session=VIF7pWuKI6khijKeEVFY3qpJu7gj27P2lGrIO9YQ; expires=Tue, 15-Apr-2025 14:30:23 GMT; Max-Age=7200; path=/; httponly; samesite=lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"You can only update inventory that has status initiated\",\n    \"status\": 400,\n    \"data\": [\n        {\n            \"result\": []\n        }\n    ]\n}"}],"_postman_id":"6c3f4a23-9403-463f-b47b-21b30f943b07"},{"name":"store delivery info","id":"da74d335-6cdd-42a7-9713-cd50128171ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"inventory_id\": 15,\r\n    \"receipient_name\": \"John Doe\",\r\n    \"receipient_email\": \"john.doe@example.com\",\r\n    \"receipient_phone\": \"123-456-7890\",\r\n    \"receipient_address\": \"123 Main St\",\r\n    \"receipient_city\": \"Anytown\",\r\n    \"receipient_country\": \"USA\",\r\n    \"receipient_state\": \"CA\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/user/inventory/delivery-info","urlObject":{"path":["v1","user","inventory","delivery-info"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"24bcd3c1-5599-484e-befb-1051094750e1","name":"201","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"inventory_id\": 7,\r\n  \"receipient_name\": \"John Doe\",\r\n  \"receipient_email\": \"john.doe@example.com\",\r\n  \"receipient_phone\": \"123-456-7890\",\r\n  \"receipient_address\": \"123 Main St\",\r\n  \"receipient_city\": \"Anytown\",\r\n  \"receipient_country\": \"USA\",\r\n  \"receipient_state\": \"CA\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/user/inventory/delivery-info"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Tue, 06 May 2025 19:43:26 GMT"},{"key":"Date","value":"Tue, 06 May 2025 19:43:26 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.0.25"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"phpdebugbar-id","value":"X9c981cd9b45581668e32f00421fc0c41"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Set-Cookie","value":"cargoplug_session=gt7z5I3qnfQeV12Ah5Fz741wtbRQE98RYcwcS30x; expires=Tue, 06-May-2025 21:43:26 GMT; Max-Age=7200; path=/; httponly; samesite=lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Inventory delivery info is successfully submitted!\",\n    \"status\": 200,\n    \"data\": []\n}"},{"id":"d47585e5-7f97-4643-a380-77268a6359a1","name":"400 validation error","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/user/inventory/delivery-info"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Tue, 06 May 2025 19:44:24 GMT"},{"key":"Date","value":"Tue, 06 May 2025 19:44:23 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.0.25"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"phpdebugbar-id","value":"X47a0dbf74551e9e52c40e6362cceab8b"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Set-Cookie","value":"cargoplug_session=gt7z5I3qnfQeV12Ah5Fz741wtbRQE98RYcwcS30x; expires=Tue, 06-May-2025 21:44:24 GMT; Max-Age=7200; path=/; httponly; samesite=lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The inventory id field is required.\",\n    \"status\": 400,\n    \"data\": [\n        {\n            \"result\": []\n        }\n    ]\n}"}],"_postman_id":"da74d335-6cdd-42a7-9713-cd50128171ac"},{"name":"update delivery info","id":"0eac1743-5db9-4b58-9197-1964ed6a8c87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"receipient_name\": \"John Doe update\",\r\n  \"receipient_email\": \"john.doe@example.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/user/inventory/delivery-info/:deliveryInfoId","urlObject":{"path":["v1","user","inventory","delivery-info",":deliveryInfoId"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"907b362e-26bc-44b6-914b-f7709a306fab","type":"any","value":"1","key":"deliveryInfoId"}]}},"response":[{"id":"f4dc8474-8481-49a2-97df-330791ce77f4","name":"200","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"receipient_name\": \"John Doe update\",\r\n  \"receipient_email\": \"john.doe@example.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/v1/user/inventory/delivery-info/:deliveryInfoId","host":["{{base_url}}"],"path":["v1","user","inventory","delivery-info",":deliveryInfoId"],"variable":[{"key":"deliveryInfoId","value":"1"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Tue, 06 May 2025 19:48:49 GMT"},{"key":"Date","value":"Tue, 06 May 2025 19:48:49 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.0.25"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"phpdebugbar-id","value":"X6e8a04de56792aaa61065a4cb4578fdd"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Set-Cookie","value":"cargoplug_session=gt7z5I3qnfQeV12Ah5Fz741wtbRQE98RYcwcS30x; expires=Tue, 06-May-2025 21:48:49 GMT; Max-Age=7200; path=/; httponly; samesite=lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Inventory delivery info is successfully updated!\",\n    \"status\": 201,\n    \"data\": []\n}"}],"_postman_id":"0eac1743-5db9-4b58-9197-1964ed6a8c87"}],"id":"84ee1bb9-58d5-4232-9791-b9c38b0a95a0","_postman_id":"84ee1bb9-58d5-4232-9791-b9c38b0a95a0","description":""},{"name":"Utilities","item":[{"name":"List Item Category","id":"c8110be4-8713-4e0e-b355-5ac3008bce53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/v1/pickup/item/category/list","urlObject":{"path":["api","v1","pickup","item","category","list"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"08d58e60-c913-4f20-88f4-32509808091c","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"http://142.93.134.17/api/pickup/item/category/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 15 Jun 2023 06:15:57 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"phpdebugbar-id","value":"X387e24407cc33d1f70f82ff1cd470b2c"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Set-Cookie","value":"jand2gidi_session=RTGW3fliKnEqKuaJmOK0Ldpy9X5Ya5ENIh4lxLqX; expires=Thu, 15-Jun-2023 08:15:57 GMT; Max-Age=7200; path=/; httponly; samesite=lax"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"status\": 200,\n    \"data\": [\n        {\n            \"result\": [\n                {\n                    \"id\": 1,\n                    \"name\": \"African Wax Fabrics\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 2,\n                    \"name\": \"Ankara Dresses\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 3,\n                    \"name\": \"Casual Dress\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 4,\n                    \"name\": \"Cotton Fabrics\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 5,\n                    \"name\": \"Damask Fabrics\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 6,\n                    \"name\": \"Evening Dress\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 7,\n                    \"name\": \"Female Dresses\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 8,\n                    \"name\": \"Head Wrap\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 9,\n                    \"name\": \"Lace Fabrics\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 10,\n                    \"name\": \"Men's Kaftans\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 11,\n                    \"name\": \"Men's Shirts\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 12,\n                    \"name\": \"Men's Shorts\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 13,\n                    \"name\": \"Men's Suits\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 14,\n                    \"name\": \"Men's T-Shirts\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 15,\n                    \"name\": \"Men's Trousers\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 16,\n                    \"name\": \"Silk Fabrics\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 17,\n                    \"name\": \"Skirt Suits\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 18,\n                    \"name\": \"Skirts\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 19,\n                    \"name\": \"Traditional Fabrics\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 20,\n                    \"name\": \"Women's Kaftans\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 21,\n                    \"name\": \"Women's Shirts\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 22,\n                    \"name\": \"Women's Shorts\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 23,\n                    \"name\": \"Women's Suit\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 24,\n                    \"name\": \"Women's T-Shirts\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 25,\n                    \"name\": \"Women's Trousers\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 26,\n                    \"name\": \"Acrylic Nails\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 27,\n                    \"name\": \"Baby Oil\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 28,\n                    \"name\": \"Bath Capsules\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 29,\n                    \"name\": \"Bath Detergent\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 30,\n                    \"name\": \"Bath Oil\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 31,\n                    \"name\": \"Bath Salt\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 32,\n                    \"name\": \"Bath Soap\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 33,\n                    \"name\": \"Bath Tablet\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 34,\n                    \"name\": \"Blushers\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 35,\n                    \"name\": \"Body Lotion\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 36,\n                    \"name\": \"Body Oil\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 37,\n                    \"name\": \"Body Powder\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 38,\n                    \"name\": \"Body Spray (water-based)\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 39,\n                    \"name\": \"Cleansing Creams\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 40,\n                    \"name\": \"Cleansing Liquids (non-flammable)\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 41,\n                    \"name\": \"Cleansing Lotions\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 42,\n                    \"name\": \"Cleansing Pads\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 43,\n                    \"name\": \"Deodarant (non-flammable)\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 44,\n                    \"name\": \"Eye Brushes\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 45,\n                    \"name\": \"Eye Lashes\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 46,\n                    \"name\": \"Eye Lotion\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 47,\n                    \"name\": \"Eye Makeup Remover\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 48,\n                    \"name\": \"Eye Shadow\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 49,\n                    \"name\": \"Eyebrow Pencils\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 50,\n                    \"name\": \"Eyeliners &amp; Brow Pencils\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 51,\n                    \"name\": \"Face &amp; Neck Shaving Cream\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 52,\n                    \"name\": \"Face Cream\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 53,\n                    \"name\": \"Face Mask (paste)\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 54,\n                    \"name\": \"Face Powder\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 55,\n                    \"name\": \"Hand Creams\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 56,\n                    \"name\": \"Lip Balm\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 57,\n                    \"name\": \"Lip gloss\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 58,\n                    \"name\": \"Lipstick\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 59,\n                    \"name\": \"Makeup Bases\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 60,\n                    \"name\": \"Makeup Fixatives\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 61,\n                    \"name\": \"Makeup Preparations\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 62,\n                    \"name\": \"Mascara\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 63,\n                    \"name\": \"Mud Mask (powder)\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 64,\n                    \"name\": \"Nail Basecoats\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 65,\n                    \"name\": \"Nail Creams &amp; Lotions\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 66,\n                    \"name\": \"Nail Enamel\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 67,\n                    \"name\": \"Nail Polish\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 68,\n                    \"name\": \"Nail Polish Remover\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 69,\n                    \"name\": \"Nail Undercoats\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 70,\n                    \"name\": \"Perfumes\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 71,\n                    \"name\": \"Skin Care Preparations\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 72,\n                    \"name\": \"Skin Fresheners\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 73,\n                    \"name\": \"Skin Powder\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 74,\n                    \"name\": \"Men's Boots\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 75,\n                    \"name\": \"Men's Genuine Leather Shoes\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 76,\n                    \"name\": \"Men's Leather Faux Shoes\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 77,\n                    \"name\": \"Men's Moccasine Shoes\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 78,\n                    \"name\": \"Men's Running Shoes\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 79,\n                    \"name\": \"Men's Sandals\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 80,\n                    \"name\": \"Men's Slippers\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 81,\n                    \"name\": \"Men's Sneakers\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 82,\n                    \"name\": \"Women's Boots\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 83,\n                    \"name\": \"Women's Genuine Leather Shoes\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 84,\n                    \"name\": \"Women's Heels\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 85,\n                    \"name\": \"Women's Leather Faux Shoes\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 86,\n                    \"name\": \"Women's Moccasine Shoes\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 87,\n                    \"name\": \"Women's Running Shoes\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 88,\n                    \"name\": \"Women's Sandals\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 89,\n                    \"name\": \"Women's Slippers\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 90,\n                    \"name\": \"Women's Sneakers\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 91,\n                    \"name\": \" Authenticity Certificate\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 92,\n                    \"name\": \"Certificates\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 93,\n                    \"name\": \"Contracts &amp; Letters\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 94,\n                    \"name\": \"Credit or Debit Cards\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 95,\n                    \"name\": \"Drivers' License\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 96,\n                    \"name\": \"General Documents\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 97,\n                    \"name\": \"Gift Cards\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 98,\n                    \"name\": \"Greeting Cards\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 99,\n                    \"name\": \"Identity Cards\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 100,\n                    \"name\": \"International Passports\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 101,\n                    \"name\": \"Invitation Cards\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 102,\n                    \"name\": \"Transcripts\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 103,\n                    \"name\": \"Air Purifier Machine\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 104,\n                    \"name\": \"Anklets\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 105,\n                    \"name\": \"Arm Warmers &amp; Sleeves\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 106,\n                    \"name\": \"Assorted Snacks\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 107,\n                    \"name\": \"BP Machine\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 108,\n                    \"name\": \"Baby &amp; Toddler Belts\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 109,\n                    \"name\": \"Baby &amp; Toddler Bottoms\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 110,\n                    \"name\": \"Baby &amp; Toddler Diaper Covers\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 111,\n                    \"name\": \"Baby &amp; Toddler Dresses\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 112,\n                    \"name\": \"Baby &amp; Toddler Hats\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 113,\n                    \"name\": \"Baby &amp; Toddler Outerwear\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 114,\n                    \"name\": \"Baby &amp; Toddler Outfits\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 115,\n                    \"name\": \"Baby &amp; Toddler Sleepwear\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 116,\n                    \"name\": \"Baby &amp; Toddler Swimwear\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 117,\n                    \"name\": \"Baby &amp; Toddler Tops\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 118,\n                    \"name\": \"Baby One-Pieces\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 119,\n                    \"name\": \"Baby Protective Wear\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 120,\n                    \"name\": \"Badge &amp; Pass Holders\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 121,\n                    \"name\": \"Bald Caps\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 122,\n                    \"name\": \"Bald Caps\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 123,\n                    \"name\": \"Bandanas\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 124,\n                    \"name\": \"Barrettes\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 125,\n                    \"name\": \"Beads\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 126,\n                    \"name\": \"Belts\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 127,\n                    \"name\": \"Bible\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 128,\n                    \"name\": \"Bicycle Tights\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 129,\n                    \"name\": \"Black Pepper\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 130,\n                    \"name\": \"Body Trinkets\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 131,\n                    \"name\": \"Body Wash\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 132,\n                    \"name\": \"Boot Liners\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 133,\n                    \"name\": \"Bottle Water\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 134,\n                    \"name\": \"Boxing Shorts\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 135,\n                    \"name\": \"Bra Strap Pads\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 136,\n                    \"name\": \"Bra Straps &amp; Extenders\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 137,\n                    \"name\": \"Bracelets\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 138,\n                    \"name\": \"Bras\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 139,\n                    \"name\": \"Breast Enhancing Inserts\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 140,\n                    \"name\": \"Breast Petals &amp; Concealers\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 141,\n                    \"name\": \"Bridal Party Dresses\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 142,\n                    \"name\": \"Bridal Veils\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 143,\n                    \"name\": \"Brooches &amp; Lapel Pins\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 144,\n                    \"name\": \"Business Card Cases\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 145,\n                    \"name\": \"Button Studs\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 146,\n                    \"name\": \"Calculator\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 147,\n                    \"name\": \"Calender\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 148,\n                    \"name\": \"Caps\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 149,\n                    \"name\": \"Checkbook Covers\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 150,\n                    \"name\": \"Chef's Hats\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 151,\n                    \"name\": \"Chef's Pants\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 152,\n                    \"name\": \"Clothing Nets\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 153,\n                    \"name\": \"Coats &amp; Jackets\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 154,\n                    \"name\": \"Coffee Beans\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 155,\n                    \"name\": \"Collar Stays\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 156,\n                    \"name\": \"Condom\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 157,\n                    \"name\": \"Contractor Pants &amp; Coveralls\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 158,\n                    \"name\": \"Cooking Pots\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 159,\n                    \"name\": \"Costume Accessory Sets\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 160,\n                    \"name\": \"Costume Capes\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 161,\n                    \"name\": \"Costume Gloves\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 162,\n                    \"name\": \"Costume Hats\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 163,\n                    \"name\": \"Costume Shoes\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 164,\n                    \"name\": \"CuffLinks\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 165,\n                    \"name\": \"Cufflinks\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 166,\n                    \"name\": \"Custome Jewelry\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 167,\n                    \"name\": \"Custome Jewelry Sets\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 168,\n                    \"name\": \"Decoration Letter\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 169,\n                    \"name\": \"Decorative Fans\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 170,\n                    \"name\": \"Decorative Flowers\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 171,\n                    \"name\": \"Diffuser\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 172,\n                    \"name\": \"Dry bay leaves\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 173,\n                    \"name\": \"Dry/ground chilli pepper\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 174,\n                    \"name\": \"Dry/ground locally packaged herbs\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 175,\n                    \"name\": \"Dry/ground locally packaged spices\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 176,\n                    \"name\": \"Earmuffs\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 177,\n                    \"name\": \"Earrings (costume or faux jewelry)\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 178,\n                    \"name\": \"Elastic Wristbands\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 179,\n                    \"name\": \"Face Wash\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 180,\n                    \"name\": \"Fascinators\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 181,\n                    \"name\": \"Flower Vase\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 182,\n                    \"name\": \"GOlf Clubs\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 183,\n                    \"name\": \"Gaiters\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 184,\n                    \"name\": \"Garter Belts\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 185,\n                    \"name\": \"Garters\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 186,\n                    \"name\": \"Ghillie Suits\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 187,\n                    \"name\": \"Gloves &amp; Mittens\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 188,\n                    \"name\": \"Glue\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 189,\n                    \"name\": \"Ground Crayfish\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 190,\n                    \"name\": \"Hair Bun &amp; Volume Shapers\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 191,\n                    \"name\": \"Hair Care Wraps\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 192,\n                    \"name\": \"Hair Claws &amp; Clips\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 193,\n                    \"name\": \"Hair Clipper\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 194,\n                    \"name\": \"Hair Combs\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 195,\n                    \"name\": \"Hair Conditioners\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 196,\n                    \"name\": \"Hair Dryer\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 197,\n                    \"name\": \"Hair Extensions\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 198,\n                    \"name\": \"Hair Forks &amp; Sticks\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 199,\n                    \"name\": \"Hair Nets\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 200,\n                    \"name\": \"Hair Oils\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 201,\n                    \"name\": \"Hair Pins\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 202,\n                    \"name\": \"Hair Shampoo\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 203,\n                    \"name\": \"Hair Wool\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 204,\n                    \"name\": \"Hair Wreaths\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 205,\n                    \"name\": \"Hair creams\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 206,\n                    \"name\": \"Hakama Trousers\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 207,\n                    \"name\": \"Hand Machine\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 208,\n                    \"name\": \"Hand Muffs\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 209,\n                    \"name\": \"Handbags\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 210,\n                    \"name\": \"Handkerchiefs\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 211,\n                    \"name\": \"Hats\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 212,\n                    \"name\": \"Headbands\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 213,\n                    \"name\": \"Headdresses\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 214,\n                    \"name\": \"Hockey Uniforms\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 215,\n                    \"name\": \"Hosiery\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 216,\n                    \"name\": \"Hunting &amp; Fishing Vests\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 217,\n                    \"name\": \"Hunting &amp; Tactical Pants\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 218,\n                    \"name\": \"Japanese Black Formal Wear\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 219,\n                    \"name\": \"Jock Straps\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 220,\n                    \"name\": \"Jumpsuits &amp; Rompers\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 221,\n                    \"name\": \"Keychains\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 222,\n                    \"name\": \"Kimono Outerwear\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 223,\n                    \"name\": \"Kimonos\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 224,\n                    \"name\": \"Kitchen Apron\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 225,\n                    \"name\": \"Kitchen Utensils\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 226,\n                    \"name\": \"Lanyards\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 227,\n                    \"name\": \"Leg Warmers\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 228,\n                    \"name\": \"Leis\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 229,\n                    \"name\": \"Leotards &amp; Unitards\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 230,\n                    \"name\": \"Lingerie\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 231,\n                    \"name\": \"Masks\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 232,\n                    \"name\": \"Military Uniforms\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 233,\n                    \"name\": \"Native Caps\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 234,\n                    \"name\": \"Necklaces (costume)\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 235,\n                    \"name\": \"Neckties\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 236,\n                    \"name\": \"Nightgowns\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 237,\n                    \"name\": \"Obis\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 238,\n                    \"name\": \"Officiating Uniforms\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 239,\n                    \"name\": \"Olive Oil\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 240,\n                    \"name\": \"Orifice Seal\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 241,\n                    \"name\": \"Outfit Sets\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 242,\n                    \"name\": \"Overalls\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 243,\n                    \"name\": \"Packaged beans\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 244,\n                    \"name\": \"Pajamas\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 245,\n                    \"name\": \"Pant Suits\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 246,\n                    \"name\": \"Pants\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 247,\n                    \"name\": \"Petticoats &amp; Pettipants\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 248,\n                    \"name\": \"Pinback Buttons\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 249,\n                    \"name\": \"Plaques\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 250,\n                    \"name\": \"Plier\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 251,\n                    \"name\": \"Ponytail Holders\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 252,\n                    \"name\": \"Pretend Jewelry\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 253,\n                    \"name\": \"Purse\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 254,\n                    \"name\": \"Rain Pants\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 255,\n                    \"name\": \"Rain Suits\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 256,\n                    \"name\": \"Reeds\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 257,\n                    \"name\": \"Rizzler\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 258,\n                    \"name\": \"Robes\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 259,\n                    \"name\": \"Rosary\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 260,\n                    \"name\": \"Rubber Covers\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 261,\n                    \"name\": \"Saris &amp; Lehengas\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 262,\n                    \"name\": \"Sashes\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 263,\n                    \"name\": \"Scarves\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 264,\n                    \"name\": \"School Uniforms\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 265,\n                    \"name\": \"Scooter\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 266,\n                    \"name\": \"Sculpture\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 267,\n                    \"name\": \"Security Uniforms\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 268,\n                    \"name\": \"Shapewear\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 269,\n                    \"name\": \"Shaving Stick\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 270,\n                    \"name\": \"Shawls\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 271,\n                    \"name\": \"Shirts &amp; Tops\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 272,\n                    \"name\": \"Shoe Covers\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 273,\n                    \"name\": \"Shoelaces\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 274,\n                    \"name\": \"Skate\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 275,\n                    \"name\": \"Skate board\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 276,\n                    \"name\": \"Smoked Fish\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 277,\n                    \"name\": \"Socks\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 278,\n                    \"name\": \"Sports Jerseys\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 279,\n                    \"name\": \"Sports Uniforms\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 280,\n                    \"name\": \"Starch (Sachet)\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 281,\n                    \"name\": \"Suspenders\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 282,\n                    \"name\": \"Tapes\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 283,\n                    \"name\": \"Traditional Leather Pants\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 284,\n                    \"name\": \"Trophy\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 285,\n                    \"name\": \"Turbans\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 286,\n                    \"name\": \"Tuxedos\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 287,\n                    \"name\": \"Umbrella\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 288,\n                    \"name\": \"Undershirts\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 289,\n                    \"name\": \"Underwear\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 290,\n                    \"name\": \"Underwear Slips\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 291,\n                    \"name\": \"Vests\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 292,\n                    \"name\": \"Waist Beads\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 293,\n                    \"name\": \"Walking Sticks\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 294,\n                    \"name\": \"Wallet Chains\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 295,\n                    \"name\": \"Wallets\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 296,\n                    \"name\": \"Wallets &amp; Money Clips\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 297,\n                    \"name\": \"Watch Bands\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 298,\n                    \"name\": \"Watch Stickers &amp; Decals\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 299,\n                    \"name\": \"Watch Winders\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 300,\n                    \"name\": \"Watches\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 301,\n                    \"name\": \"Wedding Dresses\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 302,\n                    \"name\": \"Wedding Dresses\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 303,\n                    \"name\": \"Wedding Rings\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 304,\n                    \"name\": \"White Coats\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 305,\n                    \"name\": \"Wig Caps\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 306,\n                    \"name\": \"Wig Glue &amp; Tape\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 307,\n                    \"name\": \"Wigs\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 308,\n                    \"name\": \"Zips\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 309,\n                    \"name\": \"3D Glasses\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 310,\n                    \"name\": \"3D Printer Accessories\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 311,\n                    \"name\": \"3D Printers\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 312,\n                    \"name\": \"Accelerometers\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 313,\n                    \"name\": \"Answering Machines\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 314,\n                    \"name\": \"Antenna Mounts &amp; Brackets\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 315,\n                    \"name\": \"Antenna Rotators\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 316,\n                    \"name\": \"Antennas\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 317,\n                    \"name\": \"Audio &amp; Video Cables\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 318,\n                    \"name\": \"Audio &amp; Video Receivers\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 319,\n                    \"name\": \"Audio Cards &amp; Adapters\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 320,\n                    \"name\": \"Audio Converters\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 321,\n                    \"name\": \"Audio Mixers\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 322,\n                    \"name\": \"Barcode Scanner Stands\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 323,\n                    \"name\": \"Barcode Scanners\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 324,\n                    \"name\": \"Barebone Computers\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 325,\n                    \"name\": \"Basketball Arcade Games\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 326,\n                    \"name\": \"Battery Charge Controllers\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 327,\n                    \"name\": \"Battery Holders\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 328,\n                    \"name\": \"Blade Server Enclosures\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 329,\n                    \"name\": \"Blank Media\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 330,\n                    \"name\": \"Bluetooth Transmitters\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 331,\n                    \"name\": \"Boomboxes\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 332,\n                    \"name\": \"Breadboards\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 333,\n                    \"name\": \"Bullhorns\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 334,\n                    \"name\": \"CB Radios\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 335,\n                    \"name\": \"CD Players &amp; Recorders\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 336,\n                    \"name\": \"CD/DVD Duplicators\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 337,\n                    \"name\": \"Cable Clips\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 338,\n                    \"name\": \"Cable TV Receivers\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 339,\n                    \"name\": \"Cable Tie Guns\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 340,\n                    \"name\": \"Cable Trays\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 341,\n                    \"name\": \"Cache Memory\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 342,\n                    \"name\": \"Calabash nutmeg recipe\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 343,\n                    \"name\": \"Caller IDs\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 344,\n                    \"name\": \"Camera\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 345,\n                    \"name\": \"Camera Batteries\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 346,\n                    \"name\": \"Camera Battery Chargers\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 347,\n                    \"name\": \"Camera Circuit Boards\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 348,\n                    \"name\": \"Capacitors\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 349,\n                    \"name\": \"Cassette Players &amp; Recorders\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 350,\n                    \"name\": \"Channel Strips\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 351,\n                    \"name\": \"Circuit Board Accessories\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 352,\n                    \"name\": \"Circuit Decoders &amp; Encoders\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 353,\n                    \"name\": \"Cloves\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 354,\n                    \"name\": \"Color Calibrators\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 355,\n                    \"name\": \"Communication Radio Accessories\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 356,\n                    \"name\": \"Computer Accessory Sets\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 357,\n                    \"name\": \"Computer Covers &amp; Skins\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 358,\n                    \"name\": \"Computer Inverter Boards\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 359,\n                    \"name\": \"Computer Monitors\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 360,\n                    \"name\": \"Computer Power Supplies\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 361,\n                    \"name\": \"Computer Processors\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 362,\n                    \"name\": \"Computer Racks &amp; Mounts\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 363,\n                    \"name\": \"Computer Risers &amp; Stands\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 364,\n                    \"name\": \"Computer Servers\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 365,\n                    \"name\": \"Computer Starter Kits\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 366,\n                    \"name\": \"Computer System Cooling Parts\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 367,\n                    \"name\": \"Concentrators &amp; Multiplexers\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 368,\n                    \"name\": \"Conference Phones\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 369,\n                    \"name\": \"Contract Mobile Phones\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 370,\n                    \"name\": \"Corded Phones\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 371,\n                    \"name\": \"Cordless Phone Batteries\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 372,\n                    \"name\": \"Cordless Phones\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 373,\n                    \"name\": \"Crossovers\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 374,\n                    \"name\": \"DJ CD Players\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 375,\n                    \"name\": \"DJ Systems\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 376,\n                    \"name\": \"DVD &amp; Blu-ray Players\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 377,\n                    \"name\": \"DVD Recorders\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 378,\n                    \"name\": \"DVI Splitters &amp; Switches\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 379,\n                    \"name\": \"Data Collectors\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 380,\n                    \"name\": \"Desktop Computers\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 381,\n                    \"name\": \"Development Boards\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 382,\n                    \"name\": \"Digital Note Taking Pens\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 383,\n                    \"name\": \"Digital Video Recorders\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 384,\n                    \"name\": \"Diodes\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 385,\n                    \"name\": \"Direct Boxes\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 386,\n                    \"name\": \"Disc\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 387,\n                    \"name\": \"E-Book Reader Batteries\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 388,\n                    \"name\": \"E-Book Reader Cases\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 389,\n                    \"name\": \"E-Book Readers\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 390,\n                    \"name\": \"Effects Processors\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 391,\n                    \"name\": \"Electronic Card Readers\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 392,\n                    \"name\": \"Electronic Filters\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 393,\n                    \"name\": \"Electronic Oscillators\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 394,\n                    \"name\": \"Electronics Cleaners\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 395,\n                    \"name\": \"Electronics Component Connectors\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 396,\n                    \"name\": \"Electronics Stickers &amp; Decals\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 397,\n                    \"name\": \"Equalizers\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 398,\n                    \"name\": \"Exercise Machine Circuit Boards\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 399,\n                    \"name\": \"FM Transmitters\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 400,\n                    \"name\": \"Fennel Seed\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 401,\n                    \"name\": \"Fingerprint Readers\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 402,\n                    \"name\": \"Fish Finders\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 403,\n                    \"name\": \"Flash Memory Cards\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 404,\n                    \"name\": \"Floppy Drives\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 405,\n                    \"name\": \"Fuel Cells\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 406,\n                    \"name\": \"GPS Cases\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 407,\n                    \"name\": \"GPS Jammers\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 408,\n                    \"name\": \"GPS Mounts\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 409,\n                    \"name\": \"GPS Navigation Systems\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 410,\n                    \"name\": \"GPS Tracking Devices\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 411,\n                    \"name\": \"Game Controller Accessories\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 412,\n                    \"name\": \"Game Racing Wheels\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 413,\n                    \"name\": \"Game Remotes\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 414,\n                    \"name\": \"Gaming Pads\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 415,\n                    \"name\": \"General Purpose Batteries\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 416,\n                    \"name\": \"General Purpose Battery Chargers\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 417,\n                    \"name\": \"General Purpose Battery Testers\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 418,\n                    \"name\": \"Gesture Control Input Devices\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 419,\n                    \"name\": \"Graphics Tablets\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 420,\n                    \"name\": \"Guinea Pepper\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 421,\n                    \"name\": \"HDMI Splitters &amp; Switches\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 422,\n                    \"name\": \"Hard Drive Arrays\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 423,\n                    \"name\": \"Hard Drive Carrying Cases\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 424,\n                    \"name\": \"Hard Drive Circuit Boards\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 425,\n                    \"name\": \"Hard Drive Docks\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 426,\n                    \"name\": \"Hard Drive Duplicators\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 427,\n                    \"name\": \"Hard Drive Enclosures &amp; Mounts\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 428,\n                    \"name\": \"Hard Drives\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 429,\n                    \"name\": \"Headphone Amplifiers\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 430,\n                    \"name\": \"Headphone Cushions &amp; Tips\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 431,\n                    \"name\": \"Headphones\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 432,\n                    \"name\": \"Headsets\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 433,\n                    \"name\": \"Home Game Console Accessories\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 434,\n                    \"name\": \"Home Theater Systems\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 435,\n                    \"name\": \"Household Appliance Circuit Boards\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 436,\n                    \"name\": \"Hubs &amp; Switches\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 437,\n                    \"name\": \"Hunteria\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 438,\n                    \"name\": \"Inductors\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 439,\n                    \"name\": \"Integrated Circuits &amp; Chips\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 440,\n                    \"name\": \"Interactive Kiosks\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 441,\n                    \"name\": \"Intercom Accessories\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 442,\n                    \"name\": \"Intercoms\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 443,\n                    \"name\": \"Joystick Controllers\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 444,\n                    \"name\": \"Jukeboxes\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 445,\n                    \"name\": \"KVM Cables\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 446,\n                    \"name\": \"KVM Switches\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 447,\n                    \"name\": \"Karaoke Chips\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 448,\n                    \"name\": \"Karaoke Systems\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 449,\n                    \"name\": \"Kettle\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 450,\n                    \"name\": \"Keyboard &amp; Mouse Wrist Rests\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 451,\n                    \"name\": \"Keyboard Keys &amp; Caps\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 452,\n                    \"name\": \"Keyboard Protectors\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 453,\n                    \"name\": \"Keyboard Trays &amp; Platforms\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 454,\n                    \"name\": \"Keyboards\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 455,\n                    \"name\": \"Laptop Batteries\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 456,\n                    \"name\": \"Laptop Docking Stations\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 457,\n                    \"name\": \"Laptop Hinges\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 458,\n                    \"name\": \"Laptop Housings &amp; Trim\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 459,\n                    \"name\": \"Laptop Replacement Cables\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 460,\n                    \"name\": \"Laptop Replacement Keyboards\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 461,\n                    \"name\": \"Laptop Replacement Screens\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 462,\n                    \"name\": \"Laptop Replacement Speakers\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 463,\n                    \"name\": \"Laptop Screen Digitizers\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 464,\n                    \"name\": \"Laptops\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 465,\n                    \"name\": \"Loudspeaker Management Systems\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 466,\n                    \"name\": \"MP3 Player Batteries\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 467,\n                    \"name\": \"MP3 Player Cases\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 468,\n                    \"name\": \"MP3 Players\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 469,\n                    \"name\": \"Marine Audio &amp; Video Receivers\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 470,\n                    \"name\": \"Marine Chartplotters &amp; GPS\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 471,\n                    \"name\": \"Marine Radar\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 472,\n                    \"name\": \"Marine Radios\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 473,\n                    \"name\": \"Marine Speakers\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 474,\n                    \"name\": \"Memory Card Adapters\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 475,\n                    \"name\": \"Memory Card Readers\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 476,\n                    \"name\": \"Memory Cases\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 477,\n                    \"name\": \"Mice &amp; Trackball Accessories\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 478,\n                    \"name\": \"Mice &amp; Trackballs\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 479,\n                    \"name\": \"Microcontrollers\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 480,\n                    \"name\": \"Microphone Accessories\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 481,\n                    \"name\": \"Microphone Preamps\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 482,\n                    \"name\": \"Microphone Stands\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 483,\n                    \"name\": \"Microphones\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 484,\n                    \"name\": \"MiniDisc Players &amp; Recorders\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 485,\n                    \"name\": \"Mobile Phone Batteries\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 486,\n                    \"name\": \"Mobile Phone Camera Accessories\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 487,\n                    \"name\": \"Mobile Phone Cases\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 488,\n                    \"name\": \"Mobile Phone Charms &amp; Straps\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 489,\n                    \"name\": \"Mobile Phone Jammers\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 490,\n                    \"name\": \"Mobile Phone Pre-Paid Cards\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 491,\n                    \"name\": \"Mobile Phone Replacement Parts\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 492,\n                    \"name\": \"Mobile Phone Stands\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 493,\n                    \"name\": \"Modem Accessories\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 494,\n                    \"name\": \"Modems\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 495,\n                    \"name\": \"Modulators\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 496,\n                    \"name\": \"Motherboards\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 497,\n                    \"name\": \"Mouse Pads\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 498,\n                    \"name\": \"Multimedia Projectors\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 499,\n                    \"name\": \"Multitrack Recorders\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 500,\n                    \"name\": \"Network Bridges\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 501,\n                    \"name\": \"Network Cables\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 502,\n                    \"name\": \"Network Cards &amp; Adapters\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 503,\n                    \"name\": \"Network Storage Systems\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 504,\n                    \"name\": \"Noise Gates &amp; Compressors\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 505,\n                    \"name\": \"Numeric Keypads\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 506,\n                    \"name\": \"Optical Drives\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 507,\n                    \"name\": \"Overhead Projectors\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 508,\n                    \"name\": \"PDA Batteries\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 509,\n                    \"name\": \"PDA Cases\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 510,\n                    \"name\": \"PDAs\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 511,\n                    \"name\": \"Pagers\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 512,\n                    \"name\": \"Patch Panels\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 513,\n                    \"name\": \"Phone Cards\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 514,\n                    \"name\": \"Phono Preamps\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 515,\n                    \"name\": \"Pinball Machine Accessories\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 516,\n                    \"name\": \"Pinball Machines\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 517,\n                    \"name\": \"Pool &amp; Spa Circuit Boards\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 518,\n                    \"name\": \"Portable Game Console Accessories\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 519,\n                    \"name\": \"Power Adapters &amp; Chargers\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 520,\n                    \"name\": \"Power Amplifiers\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 521,\n                    \"name\": \"Power Control Units\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 522,\n                    \"name\": \"Power Over Ethernet Adapters\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 523,\n                    \"name\": \"Power Supply Enclosures\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 524,\n                    \"name\": \"Pre-paid Mobile Phones\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 525,\n                    \"name\": \"Pressing Iron\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 526,\n                    \"name\": \"Print Servers\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 527,\n                    \"name\": \"Printer Drums &amp; Drum Kits\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 528,\n                    \"name\": \"Printer Duplexers\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 529,\n                    \"name\": \"Printer Filters\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 530,\n                    \"name\": \"Printer Maintenance Kits\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 531,\n                    \"name\": \"Printer Memory\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 532,\n                    \"name\": \"Printer Ribbons\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 533,\n                    \"name\": \"Printer Stands\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 534,\n                    \"name\": \"Printheads\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 535,\n                    \"name\": \"Privacy Filters\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 536,\n                    \"name\": \"Projection &amp; Tripod Skirts\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 537,\n                    \"name\": \"Projection Screen Stands\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 538,\n                    \"name\": \"Projection Screens\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 539,\n                    \"name\": \"Projector Mounts\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 540,\n                    \"name\": \"Projector Replacement Lamps\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 541,\n                    \"name\": \"Public Address Systems\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 542,\n                    \"name\": \"RAM\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 543,\n                    \"name\": \"ROM\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 544,\n                    \"name\": \"Radar Detectors\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 545,\n                    \"name\": \"Radar Jammers\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 546,\n                    \"name\": \"Radio Scanners\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 547,\n                    \"name\": \"Radios\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 548,\n                    \"name\": \"Remote Controls\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 549,\n                    \"name\": \"Repeaters &amp; Transceivers\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 550,\n                    \"name\": \"Resistors\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 551,\n                    \"name\": \"Rewinders\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 552,\n                    \"name\": \"Riser Cards\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 553,\n                    \"name\": \"SIM Card Ejection Tools\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 554,\n                    \"name\": \"SIM Cards\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 555,\n                    \"name\": \"Satellite LNBs\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 556,\n                    \"name\": \"Satellite Phones\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 557,\n                    \"name\": \"Satellite Radio Accessories\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 558,\n                    \"name\": \"Satellite Receivers\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 559,\n                    \"name\": \"Scan Converters\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 560,\n                    \"name\": \"Scanner Accessories\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 561,\n                    \"name\": \"Scanner Circuit Boards\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 562,\n                    \"name\": \"Scanners\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 563,\n                    \"name\": \"Screen Protectors\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 564,\n                    \"name\": \"Signal Boosters\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 565,\n                    \"name\": \"Skee-Ball Machines\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 566,\n                    \"name\": \"Skinned Plum\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 567,\n                    \"name\": \"Slide Projectors\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 568,\n                    \"name\": \"Smart Glasses\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 569,\n                    \"name\": \"Speaker Bags\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 570,\n                    \"name\": \"Covers &amp; Cases\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 571,\n                    \"name\": \"Speaker Components &amp; Kits\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 572,\n                    \"name\": \"Speaker Stand Bags\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 573,\n                    \"name\": \"Speaker Stands &amp; Mounts\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 574,\n                    \"name\": \"Speakers\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 575,\n                    \"name\": \"Speed Radars\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 576,\n                    \"name\": \"Splitters\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 577,\n                    \"name\": \"Stereo Systems\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 578,\n                    \"name\": \"Storage &amp; Data Transfer Cables\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 579,\n                    \"name\": \"Streaming &amp; Home Media Players\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 580,\n                    \"name\": \"Studio Recording Bundles\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 581,\n                    \"name\": \"Stylus Pen Nibs &amp; Refills\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 582,\n                    \"name\": \"Stylus Pens\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 583,\n                    \"name\": \"Surge Protection Devices\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 584,\n                    \"name\": \"System &amp; Power Cables\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 585,\n                    \"name\": \"TV &amp; Monitor Mounts\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 586,\n                    \"name\": \"TV Converter Boxes\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 587,\n                    \"name\": \"TV Replacement Lamps\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 588,\n                    \"name\": \"TV Replacement Speakers\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 589,\n                    \"name\": \"TV Tuner Cards &amp; Adapters\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 590,\n                    \"name\": \"Tablet Computer Batteries\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 591,\n                    \"name\": \"Tablet Computer Docks &amp; Stands\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 592,\n                    \"name\": \"Tablet Computers\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 593,\n                    \"name\": \"Tactile Transducers\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 594,\n                    \"name\": \"Tape Drives\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 595,\n                    \"name\": \"Telephone Cables\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 596,\n                    \"name\": \"Television Circuit Boards\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 597,\n                    \"name\": \"Televisions\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 598,\n                    \"name\": \"Tetrapleura Tetraptera\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 599,\n                    \"name\": \"Thin Client Computers\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 600,\n                    \"name\": \"Toll Collection Devices\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 601,\n                    \"name\": \"Toner &amp; Inkjet Cartridges\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 602,\n                    \"name\": \"Touch Table Computers\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 603,\n                    \"name\": \"Touchpads\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 604,\n                    \"name\": \"Transistors\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 605,\n                    \"name\": \"Travel Converters &amp; Adapters\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 606,\n                    \"name\": \"Turntable Accessories\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 607,\n                    \"name\": \"Turntables &amp; Record Players\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 608,\n                    \"name\": \"Two-Way Radios\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 609,\n                    \"name\": \"UPS\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 610,\n                    \"name\": \"UPS Accessories\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 611,\n                    \"name\": \"UPS Batteries\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 612,\n                    \"name\": \"USB &amp; FireWire Hubs\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 613,\n                    \"name\": \"USB Adapters\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 614,\n                    \"name\": \"USB Drive Duplicators\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 615,\n                    \"name\": \"USB Flash Drives\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 616,\n                    \"name\": \"Unlocked Mobile Phones\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 617,\n                    \"name\": \"VCRs\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 618,\n                    \"name\": \"VGA Splitters &amp; Switches\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 619,\n                    \"name\": \"Video Camera Batteries\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 620,\n                    \"name\": \"Video Cards &amp; Adapters\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 621,\n                    \"name\": \"Video Conferencing\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 622,\n                    \"name\": \"Video Game Arcade Cabinets\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 623,\n                    \"name\": \"Video Game Consoles\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 624,\n                    \"name\": \"Video Memory\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 625,\n                    \"name\": \"Video Multiplexers\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 626,\n                    \"name\": \"Video Servers\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 627,\n                    \"name\": \"Video Transmitters\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 628,\n                    \"name\": \"VoIP Gateways &amp; Routers\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 629,\n                    \"name\": \"Voice Recorders\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 630,\n                    \"name\": \"Wall Clocks\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 631,\n                    \"name\": \"Wire &amp; Cable Sleeves\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 632,\n                    \"name\": \"Wire &amp; Cable Ties\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 633,\n                    \"name\": \"Wireless Access Points\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 634,\n                    \"name\": \"Wireless Routers\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 635,\n                    \"name\": \"Wireless Transmitters\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 636,\n                    \"name\": \"Xylopia Aethiopica\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 637,\n                    \"name\": \"Zero Client Computers\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 638,\n                    \"name\": \"Aromatherapy oils\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 639,\n                    \"name\": \"Arousal Oils\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 640,\n                    \"name\": \"Contact lenses\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 641,\n                    \"name\": \"Dried herbal cocktail\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 642,\n                    \"name\": \"Essential Oils\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 643,\n                    \"name\": \"Food Supplements\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 644,\n                    \"name\": \"Herbal Mix\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 645,\n                    \"name\": \"Herbal Tea\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 646,\n                    \"name\": \"Incense\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 647,\n                    \"name\": \"Massage Kit Enhancer\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 648,\n                    \"name\": \"MouthGuard\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 649,\n                    \"name\": \"Pump Enlargement Kit\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 650,\n                    \"name\": \"Scented Candles\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 651,\n                    \"name\": \"Scrubbing Stones\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 652,\n                    \"name\": \"Scrubs\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 653,\n                    \"name\": \"Sex Toys\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 654,\n                    \"name\": \"Slimming Tea\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 655,\n                    \"name\": \"Sponges\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 656,\n                    \"name\": \"Stethoscope\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 657,\n                    \"name\": \"ToothPaste\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 658,\n                    \"name\": \"Toothbrush\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 659,\n                    \"name\": \"Vitamins (non-prescription)\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 660,\n                    \"name\": \"Waist Trainer\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 661,\n                    \"name\": \"Backpacks\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 662,\n                    \"name\": \"Briefcases\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 663,\n                    \"name\": \"Cosmetic &amp; Toiletry Bags\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 664,\n                    \"name\": \"Diaper Bags\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 665,\n                    \"name\": \"Dry Box Liners &amp; Inserts\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 666,\n                    \"name\": \"Dry Boxes\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 667,\n                    \"name\": \"Duffel Bags\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 668,\n                    \"name\": \"Fanny Packs\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 669,\n                    \"name\": \"Garment Bags\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 670,\n                    \"name\": \"Luggage Covers\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 671,\n                    \"name\": \"Luggage Racks &amp; Stands\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 672,\n                    \"name\": \"Luggage Straps\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 673,\n                    \"name\": \"Luggage Tags\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 674,\n                    \"name\": \"Messenger Bags\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 675,\n                    \"name\": \"Nylons\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 676,\n                    \"name\": \"Packing Organizers\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 677,\n                    \"name\": \"Paper Bags\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 678,\n                    \"name\": \"Plastic Bags\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 679,\n                    \"name\": \"Shopping Totes\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 680,\n                    \"name\": \"Suitcases\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 681,\n                    \"name\": \"Train Cases\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 682,\n                    \"name\": \"Travel Bottles &amp; Containers\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 683,\n                    \"name\": \"Travel Pouches\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 684,\n                    \"name\": \"Alphabet Toys\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 685,\n                    \"name\": \"Baby &amp; Pet Gate Accessories\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 686,\n                    \"name\": \"Baby &amp; Pet Gates\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 687,\n                    \"name\": \"Baby &amp; Toddler Car Seats\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 688,\n                    \"name\": \"Baby Activity Toys\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 689,\n                    \"name\": \"Baby Bathtubs &amp; Bath Seats\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 690,\n                    \"name\": \"Baby Bottle Liners\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 691,\n                    \"name\": \"Baby Bottle Nipples\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 692,\n                    \"name\": \"Baby Bottles\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 693,\n                    \"name\": \"Baby Bouncers &amp; Rockers\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 694,\n                    \"name\": \"Baby Care Timers\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 695,\n                    \"name\": \"Baby Carrier Accessories\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 696,\n                    \"name\": \"Baby Carriers\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 697,\n                    \"name\": \"Baby Cereal\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 698,\n                    \"name\": \"Baby Drinks\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 699,\n                    \"name\": \"Baby Food\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 700,\n                    \"name\": \"Baby Formula\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 701,\n                    \"name\": \"Baby Gift Sets\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 702,\n                    \"name\": \"Baby Health &amp; Grooming Kits\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 703,\n                    \"name\": \"Baby Jumpers &amp; Swings\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 704,\n                    \"name\": \"Baby Mobile Accessories\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 705,\n                    \"name\": \"Baby Mobiles\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 706,\n                    \"name\": \"Baby Monitors\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 707,\n                    \"name\": \"Baby Safety Locks &amp; Guards\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 708,\n                    \"name\": \"Baby Safety Rails\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 709,\n                    \"name\": \"Baby Snacks\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 710,\n                    \"name\": \"Baby Soothers\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 711,\n                    \"name\": \"Baby Stroller Accessories\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 712,\n                    \"name\": \"Baby Strollers\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 713,\n                    \"name\": \"Baby Transport Liners &amp; Sacks\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 714,\n                    \"name\": \"Baby Walkers &amp; Entertainers\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 715,\n                    \"name\": \"Baby Wipe Dispensers &amp; Warmers\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 716,\n                    \"name\": \"Baby Wipes\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 717,\n                    \"name\": \"Bibs\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 718,\n                    \"name\": \"Bottle Warmers &amp; Sterilizers\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 719,\n                    \"name\": \"Breast Milk Storage Containers\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 720,\n                    \"name\": \"Breast Pump Accessories\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 721,\n                    \"name\": \"Breast Pumps\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 722,\n                    \"name\": \"Burp Cloths\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 723,\n                    \"name\": \"Changing Mat &amp; Tray Covers\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 724,\n                    \"name\": \"Changing Mats &amp; Trays\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 725,\n                    \"name\": \"Diaper Kits\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 726,\n                    \"name\": \"Diaper Liners\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 727,\n                    \"name\": \"Diaper Organizers\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 728,\n                    \"name\": \"Diaper Pail Accessories\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 729,\n                    \"name\": \"Diaper Pails\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 730,\n                    \"name\": \"Diaper Rash Treatments\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 731,\n                    \"name\": \"Diaper Wet Bags\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 732,\n                    \"name\": \"Diapers\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 733,\n                    \"name\": \"Nasal Aspirators\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 734,\n                    \"name\": \"Nursing Covers\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 735,\n                    \"name\": \"Nursing Pads &amp; Shields\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 736,\n                    \"name\": \"Nursing Pillow Covers\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 737,\n                    \"name\": \"Nursing Pillows\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 738,\n                    \"name\": \"Pacifier Clips &amp; Holders\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 739,\n                    \"name\": \"Pacifier Wipes\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 740,\n                    \"name\": \"Pacifiers &amp; Teethers\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 741,\n                    \"name\": \"Play Gyms\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 742,\n                    \"name\": \"Play Mats\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 743,\n                    \"name\": \"Play Yards\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 744,\n                    \"name\": \"Potty Seats\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 745,\n                    \"name\": \"Potty Training Kits\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 746,\n                    \"name\": \"Push &amp; Pull Toys\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 747,\n                    \"name\": \"Rattles\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 748,\n                    \"name\": \"Receiving Blankets\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 749,\n                    \"name\": \"Shower Visors\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 750,\n                    \"name\": \"Sippy Cups\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 751,\n                    \"name\": \"Sorting &amp; Stacking Toys\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 752,\n                    \"name\": \"Swaddling Blankets\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 753,\n                    \"name\": \"Teddy Bears\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 754,\n                    \"name\": \"Acrylic Paints\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 755,\n                    \"name\": \"Artworks\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 756,\n                    \"name\": \"Ballpoint Pens\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 757,\n                    \"name\": \"Banners\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 758,\n                    \"name\": \"Bubble Wrap\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 759,\n                    \"name\": \"Calabash\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 760,\n                    \"name\": \"Canvas\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 761,\n                    \"name\": \"Chacoal Pencils\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 762,\n                    \"name\": \"Clips\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 763,\n                    \"name\": \"Clothing Labels\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 764,\n                    \"name\": \"Decoration Stones\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 765,\n                    \"name\": \"Easel\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 766,\n                    \"name\": \"Fabric Stones\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 767,\n                    \"name\": \"Fly Whisk\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 768,\n                    \"name\": \"Flyers\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 769,\n                    \"name\": \"Frames\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 770,\n                    \"name\": \"HB Pencils\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 771,\n                    \"name\": \"Hooks\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 772,\n                    \"name\": \"Hoses\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 773,\n                    \"name\": \"Knitting Pin\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 774,\n                    \"name\": \"Knitting Wool\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 775,\n                    \"name\": \"Ludo\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 776,\n                    \"name\": \"Mannequin\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 777,\n                    \"name\": \"Moulds\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 778,\n                    \"name\": \"Paint Brushes\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 779,\n                    \"name\": \"Paper Cutter\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 780,\n                    \"name\": \"Pastel Paints\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 781,\n                    \"name\": \"Photograph\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 782,\n                    \"name\": \"Piping Nuzzle\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 783,\n                    \"name\": \"Polyester Boning\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 784,\n                    \"name\": \"Posters\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 785,\n                    \"name\": \"Rhinestone Stencil\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 786,\n                    \"name\": \"Rhinestones\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 787,\n                    \"name\": \"Ribbons\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 788,\n                    \"name\": \"RingLight\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 789,\n                    \"name\": \"RingLight Stand\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 790,\n                    \"name\": \"Rock Sample\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 791,\n                    \"name\": \"Rulers\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 792,\n                    \"name\": \"Scale\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 793,\n                    \"name\": \"Sewing Machine\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 794,\n                    \"name\": \"Shoe Polish\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 795,\n                    \"name\": \"Spices (Cashew)\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 796,\n                    \"name\": \"Stamp\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 797,\n                    \"name\": \"Stickers\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 798,\n                    \"name\": \"Stoning Board\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 799,\n                    \"name\": \"Threads\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 800,\n                    \"name\": \"Bedsheets\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 801,\n                    \"name\": \"Bells\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 802,\n                    \"name\": \"Brake Lights\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 803,\n                    \"name\": \"Brake Pads\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 804,\n                    \"name\": \"Candle Stands\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 805,\n                    \"name\": \"Canopy\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 806,\n                    \"name\": \"Car Bushing\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 807,\n                    \"name\": \"Car Floor Mats\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 808,\n                    \"name\": \"Car Media Player\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 809,\n                    \"name\": \"Car Seat Covers\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 810,\n                    \"name\": \"Clutches\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 811,\n                    \"name\": \"Cross Stands\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 812,\n                    \"name\": \"Fuel Pump\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 813,\n                    \"name\": \"Head Lights\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 814,\n                    \"name\": \"Key Holders\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 815,\n                    \"name\": \"Power Bank\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 816,\n                    \"name\": \"Side Mirror\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 817,\n                    \"name\": \"Steering Wheel covers\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 818,\n                    \"name\": \"Stools\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 819,\n                    \"name\": \"Tail Lights\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 820,\n                    \"name\": \"Throw Pillows\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 821,\n                    \"name\": \"Baking Mould\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 822,\n                    \"name\": \"Blender\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 823,\n                    \"name\": \"Cups\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 824,\n                    \"name\": \"Flasks\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 825,\n                    \"name\": \"Incense Burner\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 826,\n                    \"name\": \"Kitchen Baskets\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 827,\n                    \"name\": \"Mugs\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 828,\n                    \"name\": \"Plates\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 829,\n                    \"name\": \"Rolling Sticks\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 830,\n                    \"name\": \"Spoons\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 831,\n                    \"name\": \"Towels\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 832,\n                    \"name\": \"Wood\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 833,\n                    \"name\": \"Card Game\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 834,\n                    \"name\": \"Drone\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 835,\n                    \"name\": \"Hoverboard\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 836,\n                    \"name\": \"Talking Drum\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 837,\n                    \"name\": \"Books\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 838,\n                    \"name\": \"Journals\",\n                    \"created_at\": null,\n                    \"updated_at\": null\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"c8110be4-8713-4e0e-b355-5ac3008bce53"}],"id":"42c94c48-21ac-4c7f-ba8c-e5d5180d400d","_postman_id":"42c94c48-21ac-4c7f-ba8c-e5d5180d400d","description":""}]}