{"info":{"_postman_id":"3824a96a-b2bf-47ee-8681-aa9d13b07244","name":"IQH ISS APIs","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"19902493","collectionId":"3824a96a-b2bf-47ee-8681-aa9d13b07244","publishedId":"2sB2x9kWUp","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"7E04B7"},"publishDate":"2025-06-19T08:13:56.000Z"},"item":[{"name":"ASN","item":[{"name":"Get ASNS","id":"c1d90a30-a48c-449d-afcd-715b87a09bf2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"page\": 1,\n    \"per_page\": 5,\n    \"include_skus\": true,\n  //   \"asn_number\": \"ASNVPO000920\",\n  //   \"reference_number\": \"APIASNTEST53\",\n   //  \"shipper_reference\": \"SHIPREF053\"\n     \"consignee_reference\": \"CONREF053\"\n    // \"warehouse\": null,\n    // \"sku\": null,\n    // \"last_status\": null\n}"},"url":"/api/v3/asns","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Example</th>\n<th><strong>Type</strong></th>\n<th><strong>Validation</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>page</strong></td>\n<td><code>1</code></td>\n<td>integer</td>\n<td>Optional  <br />Must be positive number</td>\n<td>The page number for pagination (starts from 1)</td>\n</tr>\n<tr>\n<td><strong>per_page</strong></td>\n<td><code>50</code></td>\n<td>integer</td>\n<td>Optional  <br />Must be positive number</td>\n<td>Number of records to retrieve per page</td>\n</tr>\n<tr>\n<td><strong>include_skus</strong></td>\n<td><code>false</code></td>\n<td>boolean</td>\n<td>Optional</td>\n<td>If true asn skus will be included</td>\n</tr>\n<tr>\n<td><strong>asn_number</strong></td>\n<td><code>ASNVPO000163</code></td>\n<td>string</td>\n<td>Optional  <br />Must be valid ASN number</td>\n<td>Filter results by ASN number</td>\n</tr>\n<tr>\n<td><strong>reference_number</strong></td>\n<td><code>ASNVREF1</code></td>\n<td>string</td>\n<td>Optional  <br />Must be valid ASN refrence number</td>\n<td>Filter results by ASN refrence number</td>\n</tr>\n<tr>\n<td><strong>shipper_reference</strong></td>\n<td><code>Ref12</code></td>\n<td>string</td>\n<td>Optional  <br />Must be valid ASN shipper reference</td>\n<td>Filter results by ASN shipper reference</td>\n</tr>\n<tr>\n<td><strong>warehouse</strong></td>\n<td><code>ISSWH</code></td>\n<td>string</td>\n<td>Optional  <br />Must be valid warehouse</td>\n<td>Filter results bu warehouse system code</td>\n</tr>\n<tr>\n<td><strong>sku</strong></td>\n<td><code>SKU001</code></td>\n<td>string</td>\n<td>Optional  <br />Free text</td>\n<td>Filter resulst by SKU system code</td>\n</tr>\n<tr>\n<td><strong>last_status</strong></td>\n<td><code>Confirmed</code></td>\n<td>string</td>\n<td>Optional  <br />Free text</td>\n<td>Filter resulst bu status label</td>\n</tr>\n</tbody>\n</table>\n</div><p>Response structre:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>success</strong></td>\n<td>boolean</td>\n<td>Status of the request (true/false)</td>\n</tr>\n<tr>\n<td><strong>pagination</strong></td>\n<td>object</td>\n<td>Pagination information</td>\n</tr>\n<tr>\n<td><strong>pagination.per_page</strong></td>\n<td>integer</td>\n<td>List of items per page (default 50)</td>\n</tr>\n<tr>\n<td><strong>pagination.current_page</strong></td>\n<td>integer</td>\n<td>Current page number</td>\n</tr>\n<tr>\n<td><strong>pagination.last_page</strong></td>\n<td>integer</td>\n<td>Last available page number</td>\n</tr>\n<tr>\n<td><strong>pagination.total</strong></td>\n<td>integer</td>\n<td>Total page number</td>\n</tr>\n<tr>\n<td><strong>applied_filters</strong></td>\n<td>array</td>\n<td>List of applied filters to query</td>\n</tr>\n<tr>\n<td><strong>applied_filters.include_skus</strong></td>\n<td>boolean</td>\n<td>Boolean value applied as filter to include skus or not</td>\n</tr>\n<tr>\n<td><strong>applied_filters.warehouse</strong></td>\n<td>string</td>\n<td>Warehouse system code applied as filter</td>\n</tr>\n<tr>\n<td><strong>applied_filters.asn_number</strong></td>\n<td>string</td>\n<td>ASN number applied as filter</td>\n</tr>\n<tr>\n<td><strong>applied_filters.sku</strong></td>\n<td>string</td>\n<td>SKU system code applied as filter</td>\n</tr>\n<tr>\n<td><strong>applied_filters.last_status</strong></td>\n<td>string</td>\n<td>Status label applied as filter</td>\n</tr>\n<tr>\n<td><strong>data</strong></td>\n<td>object</td>\n<td>Created ASN</td>\n</tr>\n<tr>\n<td><strong>data.id</strong></td>\n<td>integer</td>\n<td>Unique ID of ASN</td>\n</tr>\n<tr>\n<td><strong>expected_arrival_time</strong></td>\n<td>string</td>\n<td>Expected arrival time of ASN</td>\n</tr>\n<tr>\n<td><strong>actual_arrival_time</strong></td>\n<td>string or null</td>\n<td>Actual arrival time of ASN</td>\n</tr>\n<tr>\n<td><strong>carrier</strong></td>\n<td>string or null</td>\n<td>Carrier system code</td>\n</tr>\n<tr>\n<td><strong>po_number</strong></td>\n<td>string or null</td>\n<td>PO number</td>\n</tr>\n<tr>\n<td><strong>vehicle_number</strong></td>\n<td>string or null</td>\n<td>Vehicle number</td>\n</tr>\n<tr>\n<td><strong>vehicle_type</strong></td>\n<td>string or null</td>\n<td>Vehicle type</td>\n</tr>\n<tr>\n<td><strong>number_of_boxes</strong></td>\n<td>integer or null</td>\n<td>Number of boxes</td>\n</tr>\n<tr>\n<td><strong>supplier_reference_code</strong></td>\n<td>string or null</td>\n<td>Supplier reference code</td>\n</tr>\n<tr>\n<td><strong>note</strong></td>\n<td>string or null</td>\n<td>Additional note</td>\n</tr>\n<tr>\n<td><strong>warehouse</strong></td>\n<td>string</td>\n<td>Warehouse system code</td>\n</tr>\n<tr>\n<td><strong>asn_type</strong></td>\n<td>string</td>\n<td>Type of ASN</td>\n</tr>\n<tr>\n<td><strong>receiving_type</strong></td>\n<td>string or null</td>\n<td>Receiving type</td>\n</tr>\n<tr>\n<td><strong>reference_number</strong></td>\n<td>string or null</td>\n<td>Reference number</td>\n</tr>\n<tr>\n<td><strong>shipper_code</strong></td>\n<td>string or null</td>\n<td>Shipper code</td>\n</tr>\n<tr>\n<td><strong>shipper_reference</strong></td>\n<td>string or null</td>\n<td>Shipper reference</td>\n</tr>\n<tr>\n<td><strong>consignee_code</strong></td>\n<td>string or null</td>\n<td>Consignee code</td>\n</tr>\n<tr>\n<td><strong>consignee_reference</strong></td>\n<td>string or null</td>\n<td>Consignee reference</td>\n</tr>\n<tr>\n<td><strong>put_on_hold</strong></td>\n<td>boolean or null</td>\n<td>Put on hold value of ASN</td>\n</tr>\n<tr>\n<td><strong>receiving_instruction</strong></td>\n<td>string</td>\n<td>Receiving insturction</td>\n</tr>\n<tr>\n<td><strong>last_status</strong></td>\n<td>string or null</td>\n<td>Last status of ASN</td>\n</tr>\n<tr>\n<td><strong>last_status_time</strong></td>\n<td>string or null</td>\n<td>Last status updated time</td>\n</tr>\n<tr>\n<td><strong>created_at</strong></td>\n<td>string or null</td>\n<td>ASN created time</td>\n</tr>\n<tr>\n<td><strong>invoice_number</strong></td>\n<td>string or null</td>\n<td>Invoice number</td>\n</tr>\n<tr>\n<td><strong>line_items</strong></td>\n<td>integer</td>\n<td>Number of SKUs for ASN</td>\n</tr>\n<tr>\n<td><strong>total_expected_qty</strong></td>\n<td>float</td>\n<td>Total expected quantity for ASN</td>\n</tr>\n<tr>\n<td><strong>total_received_qty</strong></td>\n<td>float</td>\n<td>Total received quantity for ASN</td>\n</tr>\n<tr>\n<td><strong>total_excess_qty</strong></td>\n<td>float</td>\n<td>Total excess quantity for ASN</td>\n</tr>\n<tr>\n<td><strong>total_pending_received_qty</strong></td>\n<td>float</td>\n<td>Total pending received quantity for ASN</td>\n</tr>\n<tr>\n<td><strong>total_packages</strong></td>\n<td>integer</td>\n<td>Total number of packages. Visibility depends on customer flow configuration.</td>\n</tr>\n<tr>\n<td><strong>total_packed_qty</strong></td>\n<td>float</td>\n<td>Total packed quantity.Visibility depends on customer flow configuration.</td>\n</tr>\n<tr>\n<td><strong>total_pending_packed_qty</strong></td>\n<td>integer</td>\n<td>Total pending packed quantity. Visibility depends on customer flow configuration.</td>\n</tr>\n<tr>\n<td><strong>total_putaway_qty</strong></td>\n<td>float</td>\n<td>Total putaway quantity. Visibility depends on customer flow configuration.</td>\n</tr>\n<tr>\n<td><strong>total_pending_putaway_qty</strong></td>\n<td>float</td>\n<td>Total pending putaway quantity. Visibility depends on customer flow configuration.</td>\n</tr>\n<tr>\n<td><strong>total_grn_qty</strong></td>\n<td>float</td>\n<td>Total GRN quantity.Visibility depends on customer flow configuration.</td>\n</tr>\n<tr>\n<td><strong>total_pending_grn_qty</strong></td>\n<td>float</td>\n<td>Total pending GRN quantity. Visibility depends on customer flow configuration.</td>\n</tr>\n<tr>\n<td><strong>missing_qty</strong></td>\n<td>integer</td>\n<td>Missing quantity</td>\n</tr>\n<tr>\n<td><strong>total_volume</strong></td>\n<td>float</td>\n<td>Total volume</td>\n</tr>\n<tr>\n<td><strong>total_net_weight</strong></td>\n<td>float</td>\n<td>Total net weight</td>\n</tr>\n<tr>\n<td><strong>total_gross_weight</strong></td>\n<td>float</td>\n<td>Total gross weight</td>\n</tr>\n<tr>\n<td><strong>carton_number</strong></td>\n<td>integer</td>\n<td>Number of cartons for ASN</td>\n</tr>\n<tr>\n<td><strong>total_package_weight</strong></td>\n<td>float</td>\n<td>Total package weight</td>\n</tr>\n<tr>\n<td><strong>total_package_volume</strong></td>\n<td>float</td>\n<td>Total package volume</td>\n</tr>\n<tr>\n<td><strong>files</strong></td>\n<td>array</td>\n<td>ASN docs</td>\n</tr>\n<tr>\n<td><strong>files.*.title</strong></td>\n<td>string</td>\n<td>Document title</td>\n</tr>\n<tr>\n<td><strong>files.*.description</strong></td>\n<td>string or null</td>\n<td>Document description</td>\n</tr>\n<tr>\n<td><strong>files.*file</strong></td>\n<td>string</td>\n<td>Document url</td>\n</tr>\n<tr>\n<td><strong>skus</strong></td>\n<td>array of objects</td>\n<td>ASN skus</td>\n</tr>\n<tr>\n<td><strong>skus.*.sku_barcode</strong></td>\n<td>string</td>\n<td>SKU system code</td>\n</tr>\n<tr>\n<td><strong>skus.*.batch_number</strong></td>\n<td>string or null</td>\n<td>Batch number</td>\n</tr>\n<tr>\n<td><strong>skus.*.carton_number</strong></td>\n<td>string or null</td>\n<td>Carton number</td>\n</tr>\n<tr>\n<td><strong>skus.*.exp_date</strong></td>\n<td>string or null</td>\n<td>Expiry date</td>\n</tr>\n<tr>\n<td><strong>skus.*.expected_qty</strong></td>\n<td>integer</td>\n<td>Expected quantity</td>\n</tr>\n<tr>\n<td><strong>skus.*.damaged_qty</strong></td>\n<td>integer</td>\n<td>Damaged quantity</td>\n</tr>\n<tr>\n<td><strong>skus.*.sku_line_no</strong></td>\n<td>string or null</td>\n<td>SKU line no</td>\n</tr>\n<tr>\n<td><strong>skus.*.uom</strong></td>\n<td>string or null</td>\n<td>Unit of measure</td>\n</tr>\n<tr>\n<td><strong>skus.*.serial_no</strong></td>\n<td>string or null</td>\n<td>Serial no</td>\n</tr>\n<tr>\n<td><strong>skus.*.lot_no</strong></td>\n<td>string or null</td>\n<td>Lot no</td>\n</tr>\n<tr>\n<td><strong>skus.*.roll_no</strong></td>\n<td>string or null</td>\n<td>Roll no</td>\n</tr>\n<tr>\n<td><strong>skus.*.bl_no</strong></td>\n<td>string or null</td>\n<td>BL no</td>\n</tr>\n<tr>\n<td><strong>skus.*.vin_no</strong></td>\n<td>string or null</td>\n<td>VIN no</td>\n</tr>\n<tr>\n<td><strong>skus.*.engine_no</strong></td>\n<td>string or null</td>\n<td>Engine no</td>\n</tr>\n<tr>\n<td><strong>skus.*.body_model</strong></td>\n<td>string or null</td>\n<td>Body model</td>\n</tr>\n<tr>\n<td><strong>skus.*.specification</strong></td>\n<td>string or null</td>\n<td>Specification</td>\n</tr>\n<tr>\n<td><strong>skus.*.drive</strong></td>\n<td>string or null</td>\n<td>Drive</td>\n</tr>\n<tr>\n<td><strong>skus.*.condition</strong></td>\n<td>string or null</td>\n<td>Condition</td>\n</tr>\n<tr>\n<td><strong>skus.*.key_no</strong></td>\n<td>string or null</td>\n<td>Key no</td>\n</tr>\n<tr>\n<td><strong>skus.*.engine_capacity</strong></td>\n<td>string or null</td>\n<td>Engine capacity</td>\n</tr>\n<tr>\n<td><strong>skus.*.year_of_manufacture</strong></td>\n<td>integer or null</td>\n<td>Year of manufacture</td>\n</tr>\n<tr>\n<td><strong>skus.*.mfg_date</strong></td>\n<td>string or null</td>\n<td>Manufacture date</td>\n</tr>\n<tr>\n<td><strong>skus.*.hs_code</strong></td>\n<td>string or null</td>\n<td>HS code</td>\n</tr>\n<tr>\n<td><strong>skus.*.unit_rate</strong></td>\n<td>integer or null</td>\n<td>Unit rate</td>\n</tr>\n<tr>\n<td><strong>skus.*.unit_currency</strong></td>\n<td>string or null</td>\n<td>Unit rate currency</td>\n</tr>\n<tr>\n<td><strong>skus.*.coo</strong></td>\n<td>string or null</td>\n<td>Country of origin</td>\n</tr>\n<tr>\n<td><strong>skus.*.grade</strong></td>\n<td>string or null</td>\n<td>Grade</td>\n</tr>\n<tr>\n<td><strong>skus.*.import_entry_no</strong></td>\n<td>string or null</td>\n<td>Import entry no</td>\n</tr>\n<tr>\n<td><strong>skus.*.custom_entry_no</strong></td>\n<td>string or null</td>\n<td>Custom entry no</td>\n</tr>\n<tr>\n<td><strong>skus.*.net_weight</strong></td>\n<td>float or null</td>\n<td>Net weight</td>\n</tr>\n<tr>\n<td><strong>skus.*.gross_weight</strong></td>\n<td>float or null</td>\n<td>Gross weight</td>\n</tr>\n<tr>\n<td><strong>skus.*.weight_uom</strong></td>\n<td>string or null</td>\n<td>Weight unit of measure</td>\n</tr>\n<tr>\n<td><strong>skus.*.volume</strong></td>\n<td>float or null</td>\n<td>Volume</td>\n</tr>\n<tr>\n<td><strong>skus.*.volume_uom</strong></td>\n<td>string or null</td>\n<td>Volume unit of measure</td>\n</tr>\n<tr>\n<td><strong>skus.*.carton_uom</strong></td>\n<td>string or null</td>\n<td>Carton unit of measure</td>\n</tr>\n<tr>\n<td><strong>skus.*.carton_description</strong></td>\n<td>string or null</td>\n<td>Carton description</td>\n</tr>\n<tr>\n<td><strong>skus.*.carton_length</strong></td>\n<td>float or null</td>\n<td>Carton length</td>\n</tr>\n<tr>\n<td><strong>skus.*.carton_width</strong></td>\n<td>float or null</td>\n<td>Carton width</td>\n</tr>\n<tr>\n<td><strong>skus.*.carton_height</strong></td>\n<td>float or null</td>\n<td>Carton height</td>\n</tr>\n<tr>\n<td><strong>skus.*.carton_dimension_uom</strong></td>\n<td>string or null</td>\n<td>Carton dimension unit of measure</td>\n</tr>\n<tr>\n<td><strong>skus.*.carton_volume</strong></td>\n<td>string or null</td>\n<td>Carton volume</td>\n</tr>\n<tr>\n<td><strong>skus.*.carton_volume_uom</strong></td>\n<td>string or null</td>\n<td>Carton volume unit of measure</td>\n</tr>\n<tr>\n<td><strong>skus.*.po_no</strong></td>\n<td>string or null</td>\n<td>PO no</td>\n</tr>\n<tr>\n<td><strong>skus.*.container_no</strong></td>\n<td>string or null</td>\n<td>Container no</td>\n</tr>\n<tr>\n<td><strong>skus.*.last_status</strong></td>\n<td>string</td>\n<td>last status of SKU</td>\n</tr>\n<tr>\n<td><strong>status_history</strong></td>\n<td>array of object</td>\n<td>Array of ASN status histories</td>\n</tr>\n<tr>\n<td><strong>status_history.*.status_id</strong></td>\n<td>integer</td>\n<td>Unique ID of status</td>\n</tr>\n<tr>\n<td><strong>status_history.*.label</strong></td>\n<td>string</td>\n<td>Status label as text</td>\n</tr>\n<tr>\n<td><strong>status_history.*.timestamp</strong></td>\n<td>string</td>\n<td>Status time</td>\n</tr>\n<tr>\n<td><strong>status_history.*.note</strong></td>\n<td>string or null</td>\n<td>Additional note for status</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v3","asns"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"29e10ef7-9182-4cdd-99db-1a4f07951327","name":"Get ASNS","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"page\": 1,\n    \"per_page\": 5,\n    \"include_skus\": true,\n  //   \"asn_number\": \"ASNVPO000920\",\n  //   \"reference_number\": \"APIASNTEST53\",\n   //  \"shipper_reference\": \"SHIPREF053\"\n     \"consignee_reference\": \"CONREF053\"\n    // \"warehouse\": null,\n    // \"sku\": null,\n    // \"last_status\": null\n}"},"url":"BASE_URL/api/v3/asns"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Jun 2025 09:07:36 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/8.1.26"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Expose-Headers","value":"*"},{"key":"Vary","value":"Authorization,Origin"},{"key":"X-Powered-By","value":"PHP/8.1.26"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"600"},{"key":"X-RateLimit-Remaining","value":"599"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"pagination\": {\n        \"per_page\": 5,\n        \"current_page\": 1,\n        \"last_page\": 1,\n        \"total\": 1\n    },\n    \"applied_filters\": {\n        \"consignee_reference\": \"CONREF053\"\n    },\n    \"data\": [\n        {\n            \"id\": 1023,\n            \"expected_arrival_time\": \"2025-05-07 00:00:00\",\n            \"actual_arrival_time\": null,\n            \"carrier\": null,\n            \"po_number\": null,\n            \"vehicle_number\": null,\n            \"vehicle_type\": null,\n            \"number_of_boxes\": null,\n            \"supplier_reference_code\": null,\n            \"note\": \"Test ASN\",\n            \"warehouse\": \"ISSWH\",\n            \"asn_type\": \"VPO\",\n            \"receiving_type\": \"Custom\",\n            \"reference_number\": \"APIASNTEST53\",\n            \"shipper_code\": \"SIH1\",\n            \"shipper_reference\": \"SHIPREF053\",\n            \"consignee_code\": \"SIH2\",\n            \"consignee_reference\": \"CONREF053\",\n            \"put_on_hold\": false,\n            \"receiving_instruction\": null,\n            \"asn_number\": \"ASNVPO000924\",\n            \"last_status\": \"Confirmed\",\n            \"last_status_time\": \"2025-05-15 13:51:18\",\n            \"created_at\": \"2025-05-15 13:51:18\",\n            \"invoice_number\": null,\n            \"line_items\": 1,\n            \"total_expected_qty\": 4,\n            \"total_received_qty\": 0,\n            \"total_excess_qty\": 0,\n            \"total_pending_received_qty\": 4,\n            \"total_packages\": 0,\n            \"total_packed_qty\": 0,\n            \"total_pending_packed_qty\": 0,\n            \"total_putaway_qty\": 0,\n            \"total_pending_putaway_qty\": 0,\n            \"total_grn_qty\": 0,\n            \"total_pending_grn_qty\": 0,\n            \"missing_qty\": 0,\n            \"total_volume\": null,\n            \"total_net_weight\": \"0.000\",\n            \"total_gross_weight\": \"0.000\",\n            \"carton_number\": 0,\n            \"total_package_weight\": 0,\n            \"total_package_volume\": null,\n            \"files\": [\n                {\n                    \"title\": \"LIST 1\",\n                    \"description\": null,\n                    \"file\": \"files/asn_docs/2025-05-22_154021_1023-list-1_682f0d25242dc.xlsx\"\n                },\n                {\n                    \"title\": \"INVOICE 1\",\n                    \"description\": null,\n                    \"file\": \"files/asn_docs/2025-05-22_154021_1023-invoice-1_682f0d2525b8b.pdf\"\n                },\n                {\n                    \"title\": \"LIST 1\",\n                    \"description\": null,\n                    \"file\": \"files/asn_docs/2025-06-12_153835_1023-list-1_684abc3b2573e.xlsx\"\n                },\n                {\n                    \"title\": \"LIST 1\",\n                    \"description\": null,\n                    \"file\": \"files/asn_docs/2025-06-12_154113_1023-list-1_684abcd9adf20.xlsx\"\n                },\n                {\n                    \"title\": \"INVOICE 1\",\n                    \"description\": null,\n                    \"file\": \"files/asn_docs/2025-06-12_154113_1023-invoice-1_684abcd9aebdd.xlsx\"\n                },\n                {\n                    \"title\": \"Advice\",\n                    \"description\": null,\n                    \"file\": \"files/asn_docs/2025-06-12_154113_1023-advice_684abcd9af9af.xlsx\"\n                },\n                {\n                    \"title\": \"LIST 1\",\n                    \"description\": null,\n                    \"file\": \"files/asn_docs/2025-06-12_154201_1023-list-1_684abd0933001.xlsx\"\n                },\n                {\n                    \"title\": \"INVOICE 1\",\n                    \"description\": null,\n                    \"file\": \"files/asn_docs/2025-06-12_154201_1023-invoice-1_684abd093456f.xlsx\"\n                },\n                {\n                    \"title\": \"Advice\",\n                    \"description\": null,\n                    \"file\": \"files/asn_docs/2025-06-12_154201_1023-advice_684abd09359b8.xlsx\"\n                }\n            ],\n            \"skus\": [\n                {\n                    \"sku_barcode\": \"SIHAPITESTSKU001\",\n                    \"description\": \"CR7 JERSEY\",\n                    \"brand\": \"\",\n                    \"batch_number\": null,\n                    \"carton_number\": null,\n                    \"exp_date\": null,\n                    \"expected_qty\": 4,\n                    \"received_qty\": 0,\n                    \"pending_received_qty\": 4,\n                    \"packed_qty\": 0,\n                    \"pending_packed_qty\": 0,\n                    \"putaway_qty\": 0,\n                    \"pending_putaway_qty\": 0,\n                    \"excess_qty\": 0,\n                    \"sku_line_no\": \"1\",\n                    \"uom\": \"ea\",\n                    \"serial_no\": null,\n                    \"lot_no\": null,\n                    \"roll_no\": null,\n                    \"bl_no\": null,\n                    \"vin_no\": null,\n                    \"engine_no\": null,\n                    \"body_model\": null,\n                    \"specification\": null,\n                    \"drive\": null,\n                    \"condition\": null,\n                    \"key_no\": null,\n                    \"engine_capacity\": null,\n                    \"year_of_manufacture\": null,\n                    \"mfg_date\": null,\n                    \"hs_code\": null,\n                    \"unit_rate\": null,\n                    \"unit_currency\": null,\n                    \"coo\": null,\n                    \"grade\": null,\n                    \"import_entry_no\": \"2025-05-07\",\n                    \"custom_entry_no\": null,\n                    \"net_weight\": null,\n                    \"gross_weight\": null,\n                    \"weight_uom\": null,\n                    \"volume\": null,\n                    \"volume_uom\": null,\n                    \"carton_uom\": null,\n                    \"carton_description\": null,\n                    \"carton_length\": null,\n                    \"carton_width\": null,\n                    \"carton_height\": null,\n                    \"carton_dimension_uom\": null,\n                    \"carton_volume\": null,\n                    \"carton_volume_uom\": null,\n                    \"po_no\": null,\n                    \"container_no\": null,\n                    \"last_status\": \"Pending\"\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"c1d90a30-a48c-449d-afcd-715b87a09bf2"},{"name":"Create ASN","id":"05e67bc1-27a7-45fb-be19-1013a6b01353","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"warehouse\": \"ISSWH\",\n    \"carrier\": null,\n    \"supplier_reference_code\": null,\n    \"expected_arrival_time\": \"2025-05-07 00:00:00\",\n    \"po_number\": null,\n    \"vehicle_number\": null,\n    \"vehicle_type\": null,\n    \"invoice_number\": null,\n    \"number_of_boxes\": null,\n    \"actual_arrival_time\": null,\n    \"note\": \"Test ASN\",\n    \"asn_type\": \"VPO\",\n    \"receiving_type\": \"Custom\",\n    \"reference_number\": \"APIASNTEST102\",\n    \"shipper_code\": \"SIH1\",\n    \"shipper_reference\": \"SHIPREF001\",\n    \"consignee_code\": \"SIH2\",\n    \"consignee_reference\": \"CONREF001\",\n    \"put_on_hold\": true,\n    \"receiving_instruction\":\"instruction 1\",\n    \"skus\": [\n        {\n            \"sku_barcode\": \"SIHAPITESTSKU001\",\n            \"uom\": \"ea\",\n            \"expected_qty\":2,\n            \"sku_line_no\": \"1\",\n            \"batch_number\": null,\n            \"serial_no\": null,\n            \"lot_no\": null,\n            \"po_number\": null,\n            \"invoice_number\": null,\n            \"roll_no\": null,\n            \"bl_no\": null,\n            \"coo\": null,\n            \"grade\": null,\n            \"hs_code\": null,\n            \"net_weight\": null,\n            \"gross_weight\": null,\n            \"weight_uom\": null,\n            \"volume\": null,\n            \"volume_uom\": null,\n            \"mfg_date\": null,\n            \"exp_date\": null,\n            \"import_entry_no\": \"2025-05-07\",\n            \"container_no\": null,\n            \"custom_entry_no\": null,\n            \"vin_no\": null,\n            \"engine_no\": null,\n            \"body_model\": null,\n            \"specification\": null,\n            \"drive\": null,\n            \"condition\": null,\n            \"key_no\": null,\n            \"engine_capacity\": null,\n            \"year_of_manufacture\": null,\n            \"carton_number\": null,\n            \"carton_uom\": null,\n            \"carton_description\": null,\n            \"carton_length\": null,\n            \"carton_width\": null,\n            \"carton_height\": null,\n            \"carton_dimension_uom\": null,\n            \"carton_volume\": null,\n            \"carton_volume_uom\": null,\n            \"unit_rate\": null,\n            \"unit_currency\": null\n        },\n   \n        {\n             \"sku_barcode\": \"SIHAPITESTSKU001\",\n            \"uom\": \"ea\",\n            \"expected_qty\":2,\n            \"sku_line_no\": \"2\",\n            \"batch_number\": null,\n            \"serial_no\": null,\n            \"lot_no\": null,\n            \"po_number\": null,\n            \"invoice_number\": null,\n            \"roll_no\": null,\n            \"bl_no\": null,\n            \"coo\": null,\n            \"grade\": null,\n            \"hs_code\": null,\n            \"net_weight\": null,\n            \"gross_weight\": null,\n            \"weight_uom\": null,\n            \"volume\": null,\n            \"volume_uom\": null,\n            \"mfg_date\": null,\n            \"exp_date\": null,\n            \"import_entry_no\": \"2025-05-07\",\n            \"container_no\": null,\n            \"custom_entry_no\": null,\n            \"vin_no\": null,\n            \"engine_no\": null,\n            \"body_model\": null,\n            \"specification\": null,\n            \"drive\": null,\n            \"condition\": null,\n            \"key_no\": null,\n            \"engine_capacity\": null,\n            \"year_of_manufacture\": null,\n            \"carton_number\": null,\n            \"carton_uom\": null,\n            \"carton_description\": null,\n            \"carton_length\": null,\n            \"carton_width\": null,\n            \"carton_height\": null,\n            \"carton_dimension_uom\": null,\n            \"carton_volume\": null,\n            \"carton_volume_uom\": null,\n            \"unit_rate\": null,\n            \"unit_currency\": null\n        }\n    ]\n}"},"url":"BASE_URL/api/v3/asns/create","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Example</th>\n<th><strong>Type</strong></th>\n<th><strong>Validation</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>warehouse</strong></td>\n<td><code>ISSWH</code></td>\n<td>string</td>\n<td><strong>Required</strong>  <br />Must exist on warehouses list</td>\n<td>Warehouse system code</td>\n</tr>\n<tr>\n<td><strong>carrier</strong></td>\n<td><code>ECOFREIGHT</code></td>\n<td>string</td>\n<td>Optional  <br />Must exist on carriers list</td>\n<td>Carrier system code</td>\n</tr>\n<tr>\n<td><strong>supplier_reference_code</strong></td>\n<td><code>TEST SUPP CODE</code></td>\n<td>string</td>\n<td>Optional  <br />Free text</td>\n<td>Reference code of supplier</td>\n</tr>\n<tr>\n<td><strong>expected_arrival_time</strong></td>\n<td><code>2025-05-20 17:00:00</code></td>\n<td>string(date)</td>\n<td>**Required  <br />**Format: YYYY-MM-DD H:i:s</td>\n<td>Expected asn arrival time</td>\n</tr>\n<tr>\n<td><strong>po_number</strong></td>\n<td><code>PN001</code></td>\n<td>string</td>\n<td>Optional  <br />Free text</td>\n<td>Po number</td>\n</tr>\n<tr>\n<td><strong>vehicle_number</strong></td>\n<td><code>VEH001</code></td>\n<td>string</td>\n<td>Optional  <br />Free text</td>\n<td>Vehicle number</td>\n</tr>\n<tr>\n<td><strong>vehicle_type</strong></td>\n<td><code>TRUCK</code></td>\n<td>string</td>\n<td>Optional  <br />Free text</td>\n<td>Vehicle type</td>\n</tr>\n<tr>\n<td><strong>invoice_number</strong></td>\n<td><code>INTEST001</code></td>\n<td>string</td>\n<td>Optional  <br />Free text</td>\n<td>Invoice number</td>\n</tr>\n<tr>\n<td><strong>number_of_boxes</strong></td>\n<td><code>1</code></td>\n<td>integer</td>\n<td>Optional  <br />Numeric</td>\n<td>Number of boxes</td>\n</tr>\n<tr>\n<td><strong>actual_arrival_time</strong></td>\n<td><code>2025-05-20 17:00:00</code></td>\n<td>string(date)</td>\n<td>Optional  <br />Format: YYYY-MM-DD H:i:s</td>\n<td>Actual arrival time of ASN</td>\n</tr>\n<tr>\n<td><strong>note</strong></td>\n<td><code>Test note</code></td>\n<td>string</td>\n<td>Optional  <br />Free text</td>\n<td>Note for ASN</td>\n</tr>\n<tr>\n<td><strong>asn_type</strong></td>\n<td><code>VPO</code></td>\n<td>string</td>\n<td><strong>Required</strong>  <br />Must exist on asn types list</td>\n<td>Type of ASN</td>\n</tr>\n<tr>\n<td><strong>receiving_type</strong></td>\n<td><code>Bulk</code></td>\n<td>string</td>\n<td>**Required  <br />**Must exist on receiving types list</td>\n<td>Receiving type of ASN</td>\n</tr>\n<tr>\n<td><strong>reference_number</strong></td>\n<td><code>REFNEWTEST4</code></td>\n<td>string</td>\n<td><strong>Required</strong>  <br />Free text.  <br />Unique for each ASN</td>\n<td>Reference number of ASN</td>\n</tr>\n<tr>\n<td><strong>shipper_code</strong></td>\n<td><code>SIH3</code></td>\n<td>string</td>\n<td>Optional  <br />Must exist on address books</td>\n<td>Shipper code</td>\n</tr>\n<tr>\n<td><strong>shipper_reference</strong></td>\n<td><code>SHIPREF001</code></td>\n<td>string</td>\n<td>Optional  <br />Free text</td>\n<td>Shipper reference</td>\n</tr>\n<tr>\n<td><strong>consignee_code</strong></td>\n<td><code>SIH3</code></td>\n<td>string</td>\n<td>Optional  <br />Must exist on address books</td>\n<td>Consignee code</td>\n</tr>\n<tr>\n<td><strong>consignee_reference</strong></td>\n<td><code>CONREF001</code></td>\n<td>string</td>\n<td>Optional  <br />Free text</td>\n<td>Consignee reference</td>\n</tr>\n<tr>\n<td><strong>put_on_hold</strong></td>\n<td><code>false</code></td>\n<td>boolean</td>\n<td>Optional  <br />Should be 1 or 0</td>\n<td>ASN should be on hold or not</td>\n</tr>\n<tr>\n<td><strong>receiving_instruction</strong></td>\n<td>Insturction 1</td>\n<td>string</td>\n<td>Optional  <br />Free text</td>\n<td>Receving instruction</td>\n</tr>\n<tr>\n<td><strong>skus</strong></td>\n<td></td>\n<td>array</td>\n<td><strong>Required</strong></td>\n<td>ASN skus</td>\n</tr>\n<tr>\n<td><strong>skus.*.sku_barcode</strong></td>\n<td><code>SKU001</code></td>\n<td>string</td>\n<td>**Required  <br />**Free text</td>\n<td>SKU barcode</td>\n</tr>\n<tr>\n<td><strong>skus.*.uom</strong></td>\n<td><code>ea</code></td>\n<td>string</td>\n<td>**Required  <br />**Must be valid UOM</td>\n<td>SKU Unit of measure</td>\n</tr>\n<tr>\n<td><strong>skus.*.expected_qty</strong></td>\n<td><code>100</code></td>\n<td>integer</td>\n<td><strong>Required</strong>  <br />Numeric</td>\n<td>SKU expected qty</td>\n</tr>\n<tr>\n<td><strong>skus.*.sku_line_no</strong></td>\n<td><code>ISS004</code></td>\n<td>string</td>\n<td>Optional  <br />Free text</td>\n<td>SKU line number</td>\n</tr>\n<tr>\n<td><strong>skus.*.batch_number</strong></td>\n<td><code>BATCH001</code></td>\n<td>string</td>\n<td>Optional  <br />Free text</td>\n<td>Batch number</td>\n</tr>\n<tr>\n<td><strong>skus.*.serial_no</strong></td>\n<td><code>SERIAL001</code></td>\n<td>string</td>\n<td>Optional  <br />Free text</td>\n<td>Serial number</td>\n</tr>\n<tr>\n<td><strong>skus.*.lot_no</strong></td>\n<td><code>LOT001</code></td>\n<td>string</td>\n<td>Optional  <br />Free text</td>\n<td>Lot number</td>\n</tr>\n<tr>\n<td><strong>skus.*.po_number</strong></td>\n<td><code>PO001</code></td>\n<td>string</td>\n<td>Optional  <br />Free text</td>\n<td>PO Number</td>\n</tr>\n<tr>\n<td><strong>skus.*.invoice_number</strong></td>\n<td><strong>INV001</strong></td>\n<td>string</td>\n<td>Optional  <br />Free text</td>\n<td>Invoice number</td>\n</tr>\n<tr>\n<td><strong>skus.*.roll_no</strong></td>\n<td><code>ROLL001</code></td>\n<td>string</td>\n<td>Optional  <br />Free text</td>\n<td>Roll number</td>\n</tr>\n<tr>\n<td><strong>skus.*.bl_no</strong></td>\n<td><code>BL001</code></td>\n<td>string</td>\n<td>Optional  <br />Free text</td>\n<td>BL Number</td>\n</tr>\n<tr>\n<td><strong>skus.*.coo</strong></td>\n<td><code>CN</code></td>\n<td>string</td>\n<td>Optional**  <br />Required if  <br />Additional validation configured**</td>\n<td>Country short name</td>\n</tr>\n<tr>\n<td><strong>skus.*.grade</strong></td>\n<td><code>GR001</code></td>\n<td>string</td>\n<td>Optional  <br />Free text</td>\n<td>Grade</td>\n</tr>\n<tr>\n<td><strong>skus.*.hs_code</strong></td>\n<td><code>HS001</code></td>\n<td>string</td>\n<td>Optional**  <br />Required if  <br />Additional validation configured**</td>\n<td>HS code</td>\n</tr>\n<tr>\n<td><strong>skus.*.net_weight</strong></td>\n<td><code>12.1</code></td>\n<td>float</td>\n<td>Optional  <br />Numeric</td>\n<td>Net weight of sku</td>\n</tr>\n<tr>\n<td><strong>skus.*.gross_weight</strong></td>\n<td><code>10.0</code></td>\n<td>float</td>\n<td>Optional  <br />Numeric</td>\n<td>Gross weight</td>\n</tr>\n<tr>\n<td><strong>skus.*.weight_uom</strong></td>\n<td><code>kg</code></td>\n<td>string</td>\n<td>OptionalMust be valid UOM</td>\n<td>Unit of measure of sku weight</td>\n</tr>\n<tr>\n<td><strong>skus.*.volume</strong></td>\n<td><code>0.25</code></td>\n<td>float</td>\n<td>Optional  <br />Numeric</td>\n<td>SKU volume</td>\n</tr>\n<tr>\n<td><strong>skus.*.volume_uom</strong></td>\n<td><code>cbm</code></td>\n<td>string</td>\n<td>OptionalMust be valid UOM</td>\n<td>Unit of measure of sku volume</td>\n</tr>\n<tr>\n<td><strong>skus.*.mfg_date</strong></td>\n<td><code>2024-07-10</code></td>\n<td>string(date)</td>\n<td>Optional  <br />Format: YYYY-MM-DD</td>\n<td>Manufacture date</td>\n</tr>\n<tr>\n<td><strong>skus.*.exp_date</strong></td>\n<td><code>2024-07-10</code></td>\n<td>string(date)</td>\n<td>Optional  <br />Format: YYYY-MM-DD</td>\n<td>Expiry date</td>\n</tr>\n<tr>\n<td><strong>skus.*.import_entry_no</strong></td>\n<td><code>IMPORT001</code></td>\n<td>string</td>\n<td>Optional  <br />Free text</td>\n<td>Import entry number</td>\n</tr>\n<tr>\n<td><strong>skus.*.container_no</strong></td>\n<td><code>IQHHCN001</code></td>\n<td>string</td>\n<td>Optional  <br />Free text</td>\n<td>Container number</td>\n</tr>\n<tr>\n<td><strong>skus.*.custom_entry_no</strong></td>\n<td><code>CUST001</code></td>\n<td>string</td>\n<td>Optional  <br />Free text</td>\n<td>Custom entry number</td>\n</tr>\n<tr>\n<td><strong>skus.*.vin_no</strong></td>\n<td><code>VIN001</code></td>\n<td>string</td>\n<td>Optional  <br />Free text</td>\n<td>VIN number</td>\n</tr>\n<tr>\n<td><strong>skus.*.engine_no</strong></td>\n<td><code>ENG001</code></td>\n<td>string</td>\n<td>Optional  <br />Free text</td>\n<td>Engine no</td>\n</tr>\n<tr>\n<td><strong>skus.*.body_model</strong></td>\n<td><code>MODEL-A</code></td>\n<td>string</td>\n<td>Optional  <br />Free text</td>\n<td>Body model</td>\n</tr>\n<tr>\n<td><strong>skus.*.specification</strong></td>\n<td><code>CHECK</code></td>\n<td>string</td>\n<td>Optional  <br />Free text</td>\n<td>Specification</td>\n</tr>\n<tr>\n<td><strong>skus.*.drive</strong></td>\n<td><code>LEFT HAND</code></td>\n<td>string</td>\n<td>Optional  <br />Free text</td>\n<td>Drive</td>\n</tr>\n<tr>\n<td><strong>skus.*.condition</strong></td>\n<td><code>GOOD</code></td>\n<td>string</td>\n<td>Optional  <br />Free text</td>\n<td>Condition</td>\n</tr>\n<tr>\n<td>s<strong>kus.*.key_no</strong></td>\n<td><code>KEY001</code></td>\n<td>string</td>\n<td>Optional  <br />Free text</td>\n<td>Key no</td>\n</tr>\n<tr>\n<td><strong>skus.*.engine_capacity</strong></td>\n<td><code>PD2000</code></td>\n<td>string</td>\n<td>Optional  <br />Free text</td>\n<td>Engine capacity</td>\n</tr>\n<tr>\n<td><strong>skus.*.year_of_manufacture</strong></td>\n<td><code>2024</code></td>\n<td>integer</td>\n<td>Optional  <br />numeric</td>\n<td>Manufacture year</td>\n</tr>\n<tr>\n<td><strong>skus.*.carton_number</strong></td>\n<td><code>CART001</code></td>\n<td>string</td>\n<td>Optional  <br />Free text</td>\n<td>Carton number</td>\n</tr>\n<tr>\n<td><strong>skus.*.carton_uom</strong></td>\n<td><code>box</code></td>\n<td>string</td>\n<td>OptionalMust be valid UOM</td>\n<td>Carton unit of measure</td>\n</tr>\n<tr>\n<td><strong>skus.*.carton_description</strong></td>\n<td><code>TEST DESC</code></td>\n<td>string</td>\n<td>Optional  <br />Free text</td>\n<td>Carton description</td>\n</tr>\n<tr>\n<td><strong>skus.*.carton_length</strong></td>\n<td><code>100.0</code></td>\n<td>float</td>\n<td>Optional  <br />Numeric</td>\n<td>Carton length</td>\n</tr>\n<tr>\n<td><strong>skus.*.carton_width</strong></td>\n<td><code>50.0</code></td>\n<td>float</td>\n<td>Optional  <br />Numeric</td>\n<td>Carton width</td>\n</tr>\n<tr>\n<td><strong>skus.*.carton_height</strong></td>\n<td><code>40.0</code></td>\n<td>float</td>\n<td>Optional  <br />Numeric</td>\n<td>Carton height</td>\n</tr>\n<tr>\n<td><strong>skus.*.carton_dimension_uom</strong></td>\n<td><code>cm</code></td>\n<td>string</td>\n<td>Optional  <br />Must be valid UOM</td>\n<td>Unit of measure of carton dimension</td>\n</tr>\n<tr>\n<td><strong>skus.*.carton_volume</strong></td>\n<td><code>0.2</code></td>\n<td>float</td>\n<td>Optional  <br />Numeric</td>\n<td>Carton volume</td>\n</tr>\n<tr>\n<td><strong>skus.*.carton_volume_uom</strong></td>\n<td><code>cbm</code></td>\n<td>string</td>\n<td>Optional  <br />Numeric</td>\n<td>Unit of measure of carton volume</td>\n</tr>\n<tr>\n<td><strong>skus.*.unit_rate</strong></td>\n<td><code>99.99</code></td>\n<td>float</td>\n<td>Optional  <br />Required if  <br />Additional validation configured**</td>\n<td>Unit rate</td>\n</tr>\n<tr>\n<td><strong>skus.*.unit_currency</strong></td>\n<td><code>AED</code></td>\n<td>string</td>\n<td>Optional  <br /><strong>Required if  <br />Additional validation configured</strong></td>\n<td>Unit rate currency</td>\n</tr>\n</tbody>\n</table>\n</div><p>Response structre:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>success</strong></td>\n<td>boolean</td>\n<td>Status of the request (true/false)</td>\n</tr>\n<tr>\n<td><strong>data</strong></td>\n<td>object</td>\n<td>Created ASN</td>\n</tr>\n<tr>\n<td><strong>data.id</strong></td>\n<td>integer</td>\n<td>Unique ID of created ASN</td>\n</tr>\n<tr>\n<td><strong>expected_arrival_time</strong></td>\n<td>string(date)</td>\n<td>Expected asn arrival time</td>\n</tr>\n<tr>\n<td><strong>actual_arrival_time</strong></td>\n<td>string(date)</td>\n<td>Expected asn arrival time</td>\n</tr>\n<tr>\n<td><strong>carrier</strong></td>\n<td>string or null</td>\n<td>Carrier system code</td>\n</tr>\n<tr>\n<td><strong>po_number</strong></td>\n<td>string or null</td>\n<td>PO number</td>\n</tr>\n<tr>\n<td><strong>vehicle_number</strong></td>\n<td>string or null</td>\n<td>Vehicle number</td>\n</tr>\n<tr>\n<td><strong>vehicle_type</strong></td>\n<td>string or null</td>\n<td>Vehicle type</td>\n</tr>\n<tr>\n<td><strong>number_of_boxes</strong></td>\n<td>integer or null</td>\n<td>Number of boxes</td>\n</tr>\n<tr>\n<td><strong>supplier_reference_code</strong></td>\n<td>string or null</td>\n<td>Supplier reference code</td>\n</tr>\n<tr>\n<td><strong>note</strong></td>\n<td>string or null</td>\n<td>Additional note</td>\n</tr>\n<tr>\n<td><strong>receiving_instruction</strong></td>\n<td>string or null</td>\n<td>Receiving instruction for ASN</td>\n</tr>\n<tr>\n<td><strong>warehouse</strong></td>\n<td>string</td>\n<td>Warehouse system code</td>\n</tr>\n<tr>\n<td><strong>asn_type</strong></td>\n<td>string</td>\n<td>Type of ASN</td>\n</tr>\n<tr>\n<td><strong>receiving_type</strong></td>\n<td>string</td>\n<td>ASN receiving type</td>\n</tr>\n<tr>\n<td><strong>reference_number</strong></td>\n<td>string or null</td>\n<td>Reference number</td>\n</tr>\n<tr>\n<td><strong>shipper_code</strong></td>\n<td>string or null</td>\n<td>Shipper code</td>\n</tr>\n<tr>\n<td><strong>shipper_reference</strong></td>\n<td>string or null</td>\n<td>Shipper reference</td>\n</tr>\n<tr>\n<td><strong>consignee_code</strong></td>\n<td>string or null</td>\n<td>Consignee code</td>\n</tr>\n<tr>\n<td><strong>consignee_reference</strong></td>\n<td>string or null</td>\n<td>Consignee reference</td>\n</tr>\n<tr>\n<td><strong>put_on_hold</strong></td>\n<td>boolean or null</td>\n<td>Put on hold value for asn</td>\n</tr>\n<tr>\n<td><strong>asn_number</strong></td>\n<td>string</td>\n<td>Asn number</td>\n</tr>\n<tr>\n<td><strong>last_status</strong></td>\n<td>string</td>\n<td>Last status of ASN</td>\n</tr>\n<tr>\n<td><strong>last_status_time</strong></td>\n<td>string</td>\n<td>Last updated time of last status</td>\n</tr>\n<tr>\n<td><strong>created_at</strong></td>\n<td>string</td>\n<td>ASN creation time</td>\n</tr>\n<tr>\n<td><strong>invoice_number</strong></td>\n<td>string or null</td>\n<td>Invoice number</td>\n</tr>\n<tr>\n<td><strong>files</strong></td>\n<td>array</td>\n<td>File informations for ASN</td>\n</tr>\n<tr>\n<td><strong>files.*.title</strong></td>\n<td>string</td>\n<td>File title</td>\n</tr>\n<tr>\n<td><strong>files.*.description</strong></td>\n<td>string or null</td>\n<td>File description</td>\n</tr>\n<tr>\n<td><strong>files.*.file</strong></td>\n<td>string</td>\n<td>File URL. Maximum file size is 5120 MB</td>\n</tr>\n<tr>\n<td><strong>skus</strong></td>\n<td>array</td>\n<td>ASN SKUs</td>\n</tr>\n<tr>\n<td><strong>skus.*.sku_barcode</strong></td>\n<td>string</td>\n<td>SKU barcode</td>\n</tr>\n<tr>\n<td><strong>skus.*.batch_number</strong></td>\n<td>string or null</td>\n<td>SKU batch number</td>\n</tr>\n<tr>\n<td><strong>skus.*.carton_number</strong></td>\n<td>string or null</td>\n<td>SKU carton number</td>\n</tr>\n<tr>\n<td><strong>skus.*.exp_date</strong></td>\n<td>string or null</td>\n<td>SKU expiry date</td>\n</tr>\n<tr>\n<td><strong>skus.*.expected_qty</strong></td>\n<td>integer</td>\n<td>SKU expected quantity</td>\n</tr>\n<tr>\n<td><strong>skus.*.sku_line_no</strong></td>\n<td>string or null</td>\n<td>SKU line no</td>\n</tr>\n<tr>\n<td><strong>skus.*.uom</strong></td>\n<td>string or null</td>\n<td>Unit of measure</td>\n</tr>\n<tr>\n<td><strong>skus.*.serial_no</strong></td>\n<td>string or null</td>\n<td>Serial no</td>\n</tr>\n<tr>\n<td><strong>skus.*.lot_no</strong></td>\n<td>string or null</td>\n<td>Lot no</td>\n</tr>\n<tr>\n<td><strong>skus.*.roll_no</strong></td>\n<td>string or null</td>\n<td>Roll no</td>\n</tr>\n<tr>\n<td><strong>skus.*.bl_no</strong></td>\n<td>string or null</td>\n<td>BL no</td>\n</tr>\n<tr>\n<td><strong>skus.*.vin_no</strong></td>\n<td>string or null</td>\n<td>VIN no</td>\n</tr>\n<tr>\n<td><strong>skus.*.engine_no</strong></td>\n<td>string or null</td>\n<td>Engine no</td>\n</tr>\n<tr>\n<td><strong>skus.*.body_model</strong></td>\n<td>string or null</td>\n<td>Body model</td>\n</tr>\n<tr>\n<td><strong>skus.*.specification</strong></td>\n<td>string or null</td>\n<td>Specification</td>\n</tr>\n<tr>\n<td><strong>skus.*.drive</strong></td>\n<td>string or null</td>\n<td>Drive</td>\n</tr>\n<tr>\n<td><strong>skus.*.condition</strong></td>\n<td>string or null</td>\n<td>Condition</td>\n</tr>\n<tr>\n<td><strong>skus.*.key_no</strong></td>\n<td>string or null</td>\n<td>Key no</td>\n</tr>\n<tr>\n<td><strong>skus.*.engine_capacity</strong></td>\n<td>string or null</td>\n<td>Engine capacity</td>\n</tr>\n<tr>\n<td><strong>skus.*.year_of_manufacture</strong></td>\n<td>integer or null</td>\n<td>Year of manufacture</td>\n</tr>\n<tr>\n<td><strong>skus.*.mfg_date</strong></td>\n<td>string or null</td>\n<td>Manufacture date</td>\n</tr>\n<tr>\n<td><strong>skus.*.hs_code</strong></td>\n<td>string or null</td>\n<td>HS code</td>\n</tr>\n<tr>\n<td><strong>skus.*.unit_rate</strong></td>\n<td>integer or null</td>\n<td>Unit rate</td>\n</tr>\n<tr>\n<td><strong>skus.*.unit_currency</strong></td>\n<td>string or null</td>\n<td>Unit rate currency</td>\n</tr>\n<tr>\n<td><strong>skus.*.coo</strong></td>\n<td>string or null</td>\n<td>Country of origin</td>\n</tr>\n<tr>\n<td><strong>skus.*.grade</strong></td>\n<td>string or null</td>\n<td>Grade</td>\n</tr>\n<tr>\n<td><strong>skus.*.import_entry_no</strong></td>\n<td>string or null</td>\n<td>Import entry no</td>\n</tr>\n<tr>\n<td><strong>skus.*.custom_entry_no</strong></td>\n<td>string or null</td>\n<td>Custom entry no</td>\n</tr>\n<tr>\n<td><strong>skus.*.net_weight</strong></td>\n<td>float or null</td>\n<td>Net weight</td>\n</tr>\n<tr>\n<td><strong>skus.*.gross_weight</strong></td>\n<td>float or null</td>\n<td>Gross weight</td>\n</tr>\n<tr>\n<td><strong>skus.*.weight_uom</strong></td>\n<td>string or null</td>\n<td>Weight unit of measure</td>\n</tr>\n<tr>\n<td><strong>skus.*.volume</strong></td>\n<td>float or null</td>\n<td>Volume</td>\n</tr>\n<tr>\n<td><strong>skus.*.volume_uom</strong></td>\n<td>string or null</td>\n<td>Volume unit of measure</td>\n</tr>\n<tr>\n<td><strong>skus.*.carton_uom</strong></td>\n<td>string or null</td>\n<td>Carton unit of measure</td>\n</tr>\n<tr>\n<td><strong>skus.*.carton_description</strong></td>\n<td>string or null</td>\n<td>Carton description</td>\n</tr>\n<tr>\n<td><strong>skus.*.carton_length</strong></td>\n<td>float or null</td>\n<td>Carton length</td>\n</tr>\n<tr>\n<td><strong>skus.*.carton_width</strong></td>\n<td>float or null</td>\n<td>Carton width</td>\n</tr>\n<tr>\n<td><strong>skus.*.carton_height</strong></td>\n<td>float or null</td>\n<td>Carton height</td>\n</tr>\n<tr>\n<td><strong>skus.*.carton_dimension_uom</strong></td>\n<td>string or null</td>\n<td>Carton dimension unit of measure</td>\n</tr>\n<tr>\n<td><strong>skus.*.carton_volume</strong></td>\n<td>string or null</td>\n<td>Carton volume</td>\n</tr>\n<tr>\n<td><strong>skus.*.carton_volume_uom</strong></td>\n<td>string or null</td>\n<td>Carton volume unit of measure</td>\n</tr>\n<tr>\n<td><strong>skus.*.po_no</strong></td>\n<td>string or null</td>\n<td>PO no</td>\n</tr>\n<tr>\n<td><strong>skus.*.container_no</strong></td>\n<td>string or null</td>\n<td>Container no</td>\n</tr>\n<tr>\n<td><strong>status_history</strong></td>\n<td>array</td>\n<td>Status history of ASN</td>\n</tr>\n<tr>\n<td><strong>status_history.*.status_id</strong></td>\n<td>integer</td>\n<td>Status unique id</td>\n</tr>\n<tr>\n<td><strong>status_history.*.label</strong></td>\n<td>string</td>\n<td>Status label as text</td>\n</tr>\n<tr>\n<td><strong>status_history.*.timestamp</strong></td>\n<td>string</td>\n<td>ASN status updated time</td>\n</tr>\n<tr>\n<td><strong>status_history.*.note</strong></td>\n<td>string or null</td>\n<td>Additional not for status</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v3","asns","create"],"host":["BASE_URL"],"query":[],"variable":[]}},"response":[{"id":"f30e64f7-f316-4a89-b888-ee07616ca0e4","name":"Create ASN","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"warehouse\": \"ISSWH\",\n    \"carrier\": null,\n    \"supplier_reference_code\": null,\n    \"expected_arrival_time\": \"2025-05-07 00:00:00\",\n    \"po_number\": null,\n    \"vehicle_number\": null,\n    \"vehicle_type\": null,\n    \"invoice_number\": null,\n    \"number_of_boxes\": null,\n    \"actual_arrival_time\": null,\n    \"note\": \"Test ASN\",\n    \"asn_type\": \"VPO\",\n    \"receiving_type\": \"Custom\",\n    \"reference_number\": \"APIASNTEST100\",\n    \"shipper_code\": \"SIH1\",\n    \"shipper_reference\": \"SHIPREF001\",\n    \"consignee_code\": \"SIH2\",\n    \"consignee_reference\": \"CONREF001\",\n    \"put_on_hold\": true,\n    \"receiving_instruction\":\"instruction 1\",\n    \"skus\": [\n        {\n            \"sku_barcode\": \"SIHAPITESTSKU001\",\n            \"uom\": \"ea\",\n            \"expected_qty\":2,\n            \"sku_line_no\": \"1\",\n            \"batch_number\": null,\n            \"serial_no\": null,\n            \"lot_no\": null,\n            \"po_number\": null,\n            \"invoice_number\": null,\n            \"roll_no\": null,\n            \"bl_no\": null,\n            \"coo\": null,\n            \"grade\": null,\n            \"hs_code\": null,\n            \"net_weight\": null,\n            \"gross_weight\": null,\n            \"weight_uom\": null,\n            \"volume\": null,\n            \"volume_uom\": null,\n            \"mfg_date\": null,\n            \"exp_date\": null,\n            \"import_entry_no\": \"2025-05-07\",\n            \"container_no\": null,\n            \"custom_entry_no\": null,\n            \"vin_no\": null,\n            \"engine_no\": null,\n            \"body_model\": null,\n            \"specification\": null,\n            \"drive\": null,\n            \"condition\": null,\n            \"key_no\": null,\n            \"engine_capacity\": null,\n            \"year_of_manufacture\": null,\n            \"carton_number\": null,\n            \"carton_uom\": null,\n            \"carton_description\": null,\n            \"carton_length\": null,\n            \"carton_width\": null,\n            \"carton_height\": null,\n            \"carton_dimension_uom\": null,\n            \"carton_volume\": null,\n            \"carton_volume_uom\": null,\n            \"unit_rate\": null,\n            \"unit_currency\": null\n        },\n   \n        {\n             \"sku_barcode\": \"SIHAPITESTSKU001\",\n            \"uom\": \"ea\",\n            \"expected_qty\":2,\n            \"sku_line_no\": \"2\",\n            \"batch_number\": null,\n            \"serial_no\": null,\n            \"lot_no\": null,\n            \"po_number\": null,\n            \"invoice_number\": null,\n            \"roll_no\": null,\n            \"bl_no\": null,\n            \"coo\": null,\n            \"grade\": null,\n            \"hs_code\": null,\n            \"net_weight\": null,\n            \"gross_weight\": null,\n            \"weight_uom\": null,\n            \"volume\": null,\n            \"volume_uom\": null,\n            \"mfg_date\": null,\n            \"exp_date\": null,\n            \"import_entry_no\": \"2025-05-07\",\n            \"container_no\": null,\n            \"custom_entry_no\": null,\n            \"vin_no\": null,\n            \"engine_no\": null,\n            \"body_model\": null,\n            \"specification\": null,\n            \"drive\": null,\n            \"condition\": null,\n            \"key_no\": null,\n            \"engine_capacity\": null,\n            \"year_of_manufacture\": null,\n            \"carton_number\": null,\n            \"carton_uom\": null,\n            \"carton_description\": null,\n            \"carton_length\": null,\n            \"carton_width\": null,\n            \"carton_height\": null,\n            \"carton_dimension_uom\": null,\n            \"carton_volume\": null,\n            \"carton_volume_uom\": null,\n            \"unit_rate\": null,\n            \"unit_currency\": null\n        }\n    ]\n}"},"url":"BASE_URL/api/v3/asns/create"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Jun 2025 08:43:40 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/8.1.26"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Expose-Headers","value":"*"},{"key":"Vary","value":"Authorization,Origin"},{"key":"X-Powered-By","value":"PHP/8.1.26"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"600"},{"key":"X-RateLimit-Remaining","value":"599"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"id\": 1056,\n        \"expected_arrival_time\": \"2025-05-07 00:00:00\",\n        \"actual_arrival_time\": null,\n        \"carrier\": null,\n        \"po_number\": null,\n        \"vehicle_number\": null,\n        \"vehicle_type\": null,\n        \"number_of_boxes\": null,\n        \"supplier_reference_code\": null,\n        \"note\": \"Test ASN\",\n        \"receiving_instruction\": \"instruction 1\",\n        \"warehouse\": \"ISSWH\",\n        \"asn_type\": \"VPO\",\n        \"receiving_type\": \"Custom\",\n        \"reference_number\": \"APIASNTEST100\",\n        \"shipper_code\": \"SIH1\",\n        \"shipper_reference\": \"SHIPREF001\",\n        \"consignee_code\": \"SIH2\",\n        \"consignee_reference\": \"CONREF001\",\n        \"put_on_hold\": false,\n        \"asn_number\": \"ASNVPO000952\",\n        \"asn_reference_1\": null,\n        \"asn_reference_2\": null,\n        \"asn_reference_3\": null,\n        \"asn_reference_4\": null,\n        \"last_status\": \"Confirmed\",\n        \"last_status_time\": \"2025-06-16 12:43:40\",\n        \"created_at\": \"2025-06-16 12:43:40\",\n        \"invoice_number\": null,\n        \"files\": [],\n        \"skus\": [\n            {\n                \"sku_barcode\": \"SIHAPITESTSKU001\",\n                \"batch_number\": null,\n                \"carton_number\": null,\n                \"exp_date\": null,\n                \"expected_qty\": 4,\n                \"sku_line_no\": \"1\",\n                \"uom\": \"ea\",\n                \"serial_no\": null,\n                \"lot_no\": null,\n                \"roll_no\": null,\n                \"bl_no\": null,\n                \"vin_no\": null,\n                \"engine_no\": null,\n                \"body_model\": null,\n                \"specification\": null,\n                \"drive\": null,\n                \"condition\": null,\n                \"key_no\": null,\n                \"engine_capacity\": null,\n                \"year_of_manufacture\": null,\n                \"mfg_date\": null,\n                \"hs_code\": null,\n                \"unit_rate\": null,\n                \"unit_currency\": null,\n                \"coo\": null,\n                \"grade\": null,\n                \"import_entry_no\": \"2025-05-07\",\n                \"custom_entry_no\": null,\n                \"net_weight\": null,\n                \"gross_weight\": null,\n                \"weight_uom\": null,\n                \"volume\": null,\n                \"volume_uom\": null,\n                \"carton_uom\": null,\n                \"carton_description\": null,\n                \"carton_length\": null,\n                \"carton_width\": null,\n                \"carton_height\": null,\n                \"carton_dimension_uom\": null,\n                \"carton_volume\": null,\n                \"carton_volume_uom\": null,\n                \"po_no\": null,\n                \"container_no\": null\n            }\n        ],\n        \"status_history\": [\n            {\n                \"status_id\": 500,\n                \"label\": \"Confirmed\",\n                \"timestamp\": \"2025-06-16 12:43:40\",\n                \"note\": \"\"\n            }\n        ]\n    }\n}"}],"_postman_id":"05e67bc1-27a7-45fb-be19-1013a6b01353"},{"name":"Export GRN","id":"92b34fe4-7af0-4eec-8e6f-9a9f5797a48a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"asn_number\": \"ASNVPO000764\",\n    // \"reference_number\": \"CYCLTEST001\",\n    \"type\":\"json\"\n}"},"url":"BASE_URL/api/v3/asns/export_grn","description":"<p>Body description:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute</strong></th>\n<th><strong>Example</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Validation</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>asn_number</strong></td>\n<td><code>ASNVPO00001</code></td>\n<td>string</td>\n<td>Optional  <br />Must be valid ASN number</td>\n<td>Asn number to get the ASN document</td>\n</tr>\n<tr>\n<td><strong>reference_number</strong></td>\n<td>CYCLTEST001</td>\n<td>string</td>\n<td>Optional  <br />Asn reference number</td>\n<td>Reference number to get ASN document</td>\n</tr>\n<tr>\n<td><strong>type</strong></td>\n<td><code>pdf or json</code></td>\n<td>string</td>\n<td><strong>Required</strong>  <br />Must be valid file type(pdf)</td>\n<td>Boolean value of SKU details should be included.</td>\n</tr>\n</tbody>\n</table>\n</div><p>Response description:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>success</strong></td>\n<td>boolean</td>\n<td>Status of request.</td>\n</tr>\n<tr>\n<td><strong>url</strong></td>\n<td>string</td>\n<td>URL of generated ASN document</td>\n</tr>\n<tr>\n<td><strong>serial_url</strong></td>\n<td>string</td>\n<td>URL of generated GRN document with serial no</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v3","asns","export_grn"],"host":["BASE_URL"],"query":[],"variable":[]}},"response":[{"id":"9b8cf0bb-b5f5-4414-8de8-b241b2ad3f17","name":"Export GRN","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"asn_number\": \"ASNVPO000764\",\n    // \"reference_number\": \"CYCLTEST001\",\n    \"type\":\"pdf\"\n}"},"url":"BASE_URLapi/v3/asns/export_grn"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 13 Jun 2025 10:06:29 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/8.1.26"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Expose-Headers","value":"*"},{"key":"Vary","value":"Authorization,Origin"},{"key":"X-Powered-By","value":"PHP/8.1.26"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"600"},{"key":"X-RateLimit-Remaining","value":"599"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"url\": \"https://test.api.iqhybrid.com/files/prints/dynamic_documents/grn_standard_-_static_template_iss_20250613-140629_684bf825509e1.pdf\",\n    \"serial_url\": \"https://test.api.iqhybrid.com/files/export/ASNVPO000764_GRN_with_Serial_2025-06-13_140629.csv\"\n}"},{"id":"0c431d7e-07d2-42c5-aa69-a21f1ba20c60","name":"Export GRN (JSON Data)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer TOKEN","type":"text"},{"key":"Authorization","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxMSIsImp0aSI6IjA1ZTE0YmRkZGI4Zjg2NTFkNjJlOGVlOGUwYWJkYzFmYmM0ODlmZTFjODFhNjA1N2E2M2E1ZjYwNjA2ZTlmM2Y1YjhlYzk4ODM4NzgwMzFmIiwiaWF0IjoxNzQ2MTg0MzgxLjk4NzYxNCwibmJmIjoxNzQ2MTg0MzgxLjk4NzYxNiwiZXhwIjoxODA5MjU2MzgxLjk3ODA1Miwic3ViIjoiMTAzNiIsInNjb3BlcyI6W119.H5ibhYkxGq7sw-WIlo9TejSbt-1MZ1DCNU9UDyzEZxfeTygbQxRc37Rmt0ZJqv57gLbdkAe95w6uHnrecsTEW9aUnAfYR-HWbODpXIKForVFDGnSFjlLhcDi9hKXalPwiNPv3OvhvaTb8z1LYRe8GdY6EonMssLOPm6Zq0EW6KdKRjW-ScLS012bSGo77aJB6jz8DWwYzwHXapCKER9a9JS_C44summhM_qplDp3mrsZ8NA90EVwQUdQr440_OtKW-48ubbFng8LA7VDgXFDYbgJrf8i426oGomZgoYEANd9BkaSEGwfbHv_Qq2ksPccUztLPzhigh10xtEiyfZPssM9lBcGGqJ1onJD3lHbF1KgHJ3eWlRHEvDFLr4d81YGsMGL7k6JMPj6mvuwFkSupwG3MZXt1m2bSoUeDw1Wtx2WrH9dRhkEFMExlGAV0Ui3G9vnyc10KeuDV7TfNBx9IZWOJVXo9xAVtHm9fg46KjxohcHJd91i5eSZCESQP5FyfXTL0jwu9iyUDunRKp2l5w40wv0RJwmks7VCNPmAFr2PU-q40-p0JS4lEnvpdm9CtMP5mR3T3IAqcfbezMQe_a3FE9SsKXbY5_xbSacMMIC-Jd9_cR6vBow_JwB3NKAgH-z8JzyOn5DN0bFMsfEYqsIfV_AePfMlkqxNTbMOEyk","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"asn_number\": \"ASNVPO000764\",\n    // \"reference_number\": \"CYCLTEST001\",\n    \"type\":\"json\"\n}"},"url":"BASE_URL/api/v3/asns/export_grn"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Jun 2025 08:52:33 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/8.1.26"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Expose-Headers","value":"*"},{"key":"Vary","value":"Authorization,Origin"},{"key":"X-Powered-By","value":"PHP/8.1.26"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"600"},{"key":"X-RateLimit-Remaining","value":"599"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"asn_number\": \"ASNVPO000764\",\n        \"warehouse\": \"ISSWH\",\n        \"asn_type\": \"VPO\",\n        \"last_status\": \"Closed\",\n        \"last_status_time\": \"2025-01-30T10:44:21.000000Z\",\n        \"created_at\": \"2025-01-28T05:22:04.000000Z\",\n        \"receiving_type\": \"Custom\",\n        \"reference_number\": \"CYCLTEST001\",\n        \"po_number\": null,\n        \"asn_skus\": [\n            {\n                \"sku_barcode\": \"CYCLSKU001\",\n                \"description\": \"CYCLSKU001\",\n                \"uom\": \"ea\",\n                \"batch_number\": \"BATCH1\",\n                \"serial_number\": null,\n                \"lot_no\": null,\n                \"bl_no\": null,\n                \"invoice_no\": null,\n                \"po_no\": null,\n                \"roll_no\": null,\n                \"mfg_date\": null,\n                \"year_of_manufacture\": null,\n                \"exp_date\": null,\n                \"container_no\": null,\n                \"import_entry_no\": \"2801-2025-01\",\n                \"vin_no\": null,\n                \"engine_no\": null,\n                \"body_model\": null,\n                \"specification\": null,\n                \"drive\": null,\n                \"sku_condition\": null,\n                \"key_no\": null,\n                \"engine_capacity\": null,\n                \"damaged\": \"NO\",\n                \"damage_remarks\": null,\n                \"reason_codes\": null\n            },\n            {\n                \"sku_barcode\": \"CYCLSKU001\",\n                \"description\": \"CYCLSKU001\",\n                \"uom\": \"ea\",\n                \"batch_number\": \"BATCH2\",\n                \"serial_number\": null,\n                \"lot_no\": null,\n                \"bl_no\": null,\n                \"invoice_no\": null,\n                \"po_no\": null,\n                \"roll_no\": null,\n                \"mfg_date\": null,\n                \"year_of_manufacture\": null,\n                \"exp_date\": null,\n                \"container_no\": null,\n                \"import_entry_no\": \"2801-2025-01\",\n                \"vin_no\": null,\n                \"engine_no\": null,\n                \"body_model\": null,\n                \"specification\": null,\n                \"drive\": null,\n                \"sku_condition\": null,\n                \"key_no\": null,\n                \"engine_capacity\": null,\n                \"damaged\": \"NO\",\n                \"damage_remarks\": null,\n                \"reason_codes\": null\n            },\n            {\n                \"sku_barcode\": \"CYCLSKU001\",\n                \"description\": \"CYCLSKU001\",\n                \"uom\": \"ea\",\n                \"batch_number\": \"BATCH3\",\n                \"serial_number\": null,\n                \"lot_no\": null,\n                \"bl_no\": null,\n                \"invoice_no\": null,\n                \"po_no\": null,\n                \"roll_no\": null,\n                \"mfg_date\": null,\n                \"year_of_manufacture\": null,\n                \"exp_date\": null,\n                \"container_no\": null,\n                \"import_entry_no\": \"2801-2025-01\",\n                \"vin_no\": null,\n                \"engine_no\": null,\n                \"body_model\": null,\n                \"specification\": null,\n                \"drive\": null,\n                \"sku_condition\": null,\n                \"key_no\": null,\n                \"engine_capacity\": null,\n                \"damaged\": \"NO\",\n                \"damage_remarks\": null,\n                \"reason_codes\": null\n            },\n            {\n                \"sku_barcode\": \"CYCLSKU002\",\n                \"description\": \"CYCLSKU002\",\n                \"uom\": \"ea\",\n                \"batch_number\": \"BATCH4\",\n                \"serial_number\": null,\n                \"lot_no\": null,\n                \"bl_no\": null,\n                \"invoice_no\": null,\n                \"po_no\": null,\n                \"roll_no\": null,\n                \"mfg_date\": null,\n                \"year_of_manufacture\": null,\n                \"exp_date\": null,\n                \"container_no\": null,\n                \"import_entry_no\": \"2801-2025-01\",\n                \"vin_no\": null,\n                \"engine_no\": null,\n                \"body_model\": null,\n                \"specification\": null,\n                \"drive\": null,\n                \"sku_condition\": null,\n                \"key_no\": null,\n                \"engine_capacity\": null,\n                \"damaged\": \"NO\",\n                \"damage_remarks\": null,\n                \"reason_codes\": null\n            },\n            {\n                \"sku_barcode\": \"CYCLSKU002\",\n                \"description\": \"CYCLSKU002\",\n                \"uom\": \"ea\",\n                \"batch_number\": \"BATCH5\",\n                \"serial_number\": null,\n                \"lot_no\": null,\n                \"bl_no\": null,\n                \"invoice_no\": null,\n                \"po_no\": null,\n                \"roll_no\": null,\n                \"mfg_date\": null,\n                \"year_of_manufacture\": null,\n                \"exp_date\": null,\n                \"container_no\": null,\n                \"import_entry_no\": \"2801-2025-01\",\n                \"vin_no\": null,\n                \"engine_no\": null,\n                \"body_model\": null,\n                \"specification\": null,\n                \"drive\": null,\n                \"sku_condition\": null,\n                \"key_no\": null,\n                \"engine_capacity\": null,\n                \"damaged\": \"NO\",\n                \"damage_remarks\": null,\n                \"reason_codes\": null\n            }\n        ]\n    }\n}"}],"_postman_id":"92b34fe4-7af0-4eec-8e6f-9a9f5797a48a"},{"name":"Upload docs","id":"a4f3d7d6-bae7-490a-b06b-dfe1297064ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer TOKEN","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"asn_number","value":"ASNVPO000922","type":"text","disabled":true},{"key":"reference_number","value":"APIASNTEST53","type":"text"},{"key":"titles[0]","value":"LIST 1","type":"text"},{"key":"titles[1]","value":"INVOICE 1","type":"text"},{"key":"document_types[0]","value":"Customer Pick List","type":"text"},{"key":"document_types[1]","value":"Commercial Invoice","type":"text"},{"key":"files[0]","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","src":"/home/elliot/Downloads/Invitation to the King's Birthday Party.pdf"},{"key":"files[1]","type":"file","src":"/home/elliot/Downloads/Invitation to the King's Birthday Party.pdf"}]},"url":"BASE_URL/api/v3/asns/upload_doc","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute</strong></th>\n<th><strong>Example</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Validation</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>asn_number</strong></td>\n<td><code>ASNVPO000764</code></td>\n<td>string</td>\n<td><strong>Required</strong> if reference number is not provided  <br />Must be valid ASN number</td>\n<td>ASN number</td>\n</tr>\n<tr>\n<td><strong>reference_number</strong></td>\n<td><code>ASNREFO000764</code></td>\n<td>string</td>\n<td><strong>Required</strong> if ASN number is not provided  <br />Must be valid ASN number</td>\n<td>ASN reference number</td>\n</tr>\n<tr>\n<td><strong>titles</strong></td>\n<td><code>[\"Ttitle1\"]</code></td>\n<td>array of strings</td>\n<td><strong>Required</strong></td>\n<td>Array of titles for the files</td>\n</tr>\n<tr>\n<td><strong>document_types</strong></td>\n<td><code>[\"Tyep1\"]</code></td>\n<td>array of strings</td>\n<td><strong>Required</strong></td>\n<td>Array of document type names</td>\n</tr>\n<tr>\n<td><strong>files</strong></td>\n<td><code>[File1]</code></td>\n<td>array of files</td>\n<td><strong>Required</strong></td>\n<td>Array of files</td>\n</tr>\n</tbody>\n</table>\n</div><p>Response structre:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>status</strong></td>\n<td>boolean</td>\n<td>Status of request</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v3","asns","upload_doc"],"host":["BASE_URL"],"query":[],"variable":[]}},"response":[],"_postman_id":"a4f3d7d6-bae7-490a-b06b-dfe1297064ec"}],"id":"6772644b-0624-406e-ad58-bd2519ba99cc","_postman_id":"6772644b-0624-406e-ad58-bd2519ba99cc","description":""},{"name":"Inventory","item":[{"name":"In/Out Transaction","id":"c98fa365-8f54-4cc3-bbff-c0d7d4c19ba0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"{{imtiaz_app_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"page\": 1,\n    \"per_page\": 50,\n    \"type\": 1,\n    \"warehouse\": [\"BOE\"]\n    // \"sku\": \"MSKU001\",\n    // \"from\": \"2025-03-20\",\n    // \"to\": \"2025-05-02\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v3/inventory/in-out/transaction","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute</strong></th>\n<th><strong>Example</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Validation</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>page</strong></td>\n<td><strong><code>1</code></strong></td>\n<td><strong>integer</strong></td>\n<td><strong>Optional  <br />Must be a positive number</strong></td>\n<td><strong>The page number for pagination (starts from 1)</strong></td>\n</tr>\n<tr>\n<td><strong>per_page</strong></td>\n<td><strong><code>50</code></strong></td>\n<td><strong>integer</strong></td>\n<td><strong>Optional  <br />Must be a positive number</strong></td>\n<td><strong>Number of records to retrieve per page</strong></td>\n</tr>\n<tr>\n<td><strong>type</strong></td>\n<td><strong><code>1 or 2</code></strong></td>\n<td><strong>integer</strong></td>\n<td><strong>Optional  <br />in(1) or 2(out)  <br />inventory</strong></td>\n<td><strong>Filter results based on specific type of inventory</strong></td>\n</tr>\n<tr>\n<td><strong>warehouse</strong></td>\n<td><strong><code>ISSWH</code></strong></td>\n<td><strong>string</strong></td>\n<td><strong>Optional  <br />systemCode of warehouse</strong></td>\n<td><strong>Filter results based on specific warehouse</strong></td>\n</tr>\n<tr>\n<td><strong>sku</strong></td>\n<td><strong><code>TESTSKU001</code></strong></td>\n<td><strong>string</strong></td>\n<td><strong>Optional  <br />systemCode of sku</strong></td>\n<td><strong>Filter results based on specific sku</strong></td>\n</tr>\n<tr>\n<td><strong>from</strong></td>\n<td><strong><code>2025-03-20</code></strong></td>\n<td><strong>string(date)</strong></td>\n<td><strong>Optional  <br />Format: YYYY-MM-DD</strong></td>\n<td><strong>Filter results starting from this date</strong></td>\n</tr>\n<tr>\n<td><strong>to</strong></td>\n<td><strong><code>2025-03-20</code></strong></td>\n<td><strong>string(date)</strong></td>\n<td><strong>Optional  <br />Format: YYYY-MM-DD</strong></td>\n<td><strong>Filter results up to this Ndate</strong></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>NOTE</strong>: one of filter from the warehouse, sku or from - to required</p>\n<p>Response description:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>success</strong></td>\n<td><strong>boolean</strong></td>\n<td><strong>Status of the request (true/false)</strong></td>\n</tr>\n<tr>\n<td><strong>pagination</strong></td>\n<td><strong>object</strong></td>\n<td><strong>Pagination information</strong></td>\n</tr>\n<tr>\n<td><strong>pagination.per_page</strong></td>\n<td><strong>integer</strong></td>\n<td><strong>Number of items per page (default 50)</strong></td>\n</tr>\n<tr>\n<td><strong>pagination.current_page</strong></td>\n<td><strong>integer</strong></td>\n<td><strong>Current page number</strong></td>\n</tr>\n<tr>\n<td><strong>pagination.last_page</strong></td>\n<td><strong>integer</strong></td>\n<td><strong>Last available page number</strong></td>\n</tr>\n<tr>\n<td><strong>pagination.total</strong></td>\n<td><strong>integer</strong></td>\n<td><strong>Total number of items</strong></td>\n</tr>\n<tr>\n<td><strong>applied_filters</strong></td>\n<td><strong>array</strong></td>\n<td><strong>List of filters applied to the query</strong></td>\n</tr>\n<tr>\n<td><strong>applied_filters.type</strong></td>\n<td><strong>integer</strong></td>\n<td><strong>Transaction type applied</strong></td>\n</tr>\n<tr>\n<td><strong>applied_filters.warehouse</strong></td>\n<td><strong>array</strong></td>\n<td><strong>Warehouse system codes applied as filter</strong></td>\n</tr>\n<tr>\n<td><strong>applied_filters.sku</strong></td>\n<td><strong>string</strong></td>\n<td><strong>SKU system code applied as filter</strong></td>\n</tr>\n<tr>\n<td><strong>applied_filters.from</strong></td>\n<td><strong>string</strong></td>\n<td><strong>Transaction starting date applied as filter</strong></td>\n</tr>\n<tr>\n<td><strong>applied_filters.to</strong></td>\n<td><strong>string</strong></td>\n<td><strong>Transaction end date applied as filter</strong></td>\n</tr>\n<tr>\n<td><strong>data</strong></td>\n<td><strong>array</strong></td>\n<td><strong>List of Inventory objects</strong></td>\n</tr>\n<tr>\n<td><strong>data.*.warehouse</strong></td>\n<td><strong>string</strong></td>\n<td><strong>Warehouse system code</strong></td>\n</tr>\n<tr>\n<td><strong>data.*.date</strong></td>\n<td><strong>string</strong></td>\n<td><strong>Transaction date</strong></td>\n</tr>\n<tr>\n<td><strong>data.*.type</strong></td>\n<td><strong>string</strong></td>\n<td><strong>Transaction type as string</strong></td>\n</tr>\n<tr>\n<td><strong>data.*.job_no</strong></td>\n<td><strong>string</strong></td>\n<td></td>\n</tr>\n<tr>\n<td><strong>data.*.shipper_reference</strong></td>\n<td><strong>string</strong></td>\n<td><strong>Shipper reference</strong></td>\n</tr>\n<tr>\n<td><strong>data.*.consignee_code</strong></td>\n<td><strong>string</strong></td>\n<td><strong>Consignee code</strong></td>\n</tr>\n<tr>\n<td><strong>data.*.carton_no</strong></td>\n<td><strong>string</strong></td>\n<td><strong>Tote (carton number) value</strong></td>\n</tr>\n<tr>\n<td><strong>data.*.reference_number</strong></td>\n<td><strong>string</strong></td>\n<td><strong>Reference number</strong></td>\n</tr>\n<tr>\n<td><strong>data.*.import_entry_no</strong></td>\n<td><strong>string</strong></td>\n<td><strong>Import entry number</strong></td>\n</tr>\n<tr>\n<td><strong>data.*.custom_entry_no</strong></td>\n<td><strong>string</strong></td>\n<td><strong>Custom entry number</strong></td>\n</tr>\n<tr>\n<td><strong>data.*.sku_system_code</strong></td>\n<td><strong>string</strong></td>\n<td><strong>SKU system code</strong></td>\n</tr>\n<tr>\n<td><strong>data.*.sku_description</strong></td>\n<td><strong>string or null</strong></td>\n<td><strong>SKU description</strong></td>\n</tr>\n<tr>\n<td><strong>data.*.in_qty</strong></td>\n<td><strong>integer</strong></td>\n<td><strong>IN quantity of inventory</strong></td>\n</tr>\n<tr>\n<td><strong>data.*.out_qty</strong></td>\n<td><strong>integer</strong></td>\n<td><strong>Out quantity of inventory</strong></td>\n</tr>\n<tr>\n<td><strong>data.*.uom</strong></td>\n<td><strong>string</strong></td>\n<td><strong>Unit of measure of inventory</strong></td>\n</tr>\n<tr>\n<td><strong>data.*.serial_no</strong></td>\n<td><strong>string</strong></td>\n<td><strong>Serial no of inventory</strong></td>\n</tr>\n<tr>\n<td><strong>data.*.invoice_no</strong></td>\n<td><strong>string or null</strong></td>\n<td><strong>Invoice no</strong></td>\n</tr>\n<tr>\n<td><strong>data.*.grade</strong></td>\n<td><strong>string or null</strong></td>\n<td><strong>Grade</strong></td>\n</tr>\n<tr>\n<td><strong>data.*.roll_no</strong></td>\n<td><strong>string or null</strong></td>\n<td><strong>Roll No</strong></td>\n</tr>\n<tr>\n<td><strong>data.*.container_no</strong></td>\n<td><strong>string or null</strong></td>\n<td><strong>Container number</strong></td>\n</tr>\n<tr>\n<td><strong>data.*.vin_no</strong></td>\n<td><strong>string or null</strong></td>\n<td><strong>VIN no of inventory</strong></td>\n</tr>\n<tr>\n<td><strong>data.*.engine_no</strong></td>\n<td><strong>string or null</strong></td>\n<td><strong>Engine no</strong></td>\n</tr>\n<tr>\n<td><strong>data.*.body_model</strong></td>\n<td><strong>string or null</strong></td>\n<td><strong>Body model</strong></td>\n</tr>\n<tr>\n<td><strong>data.*.specification</strong></td>\n<td><strong>string or null</strong></td>\n<td><strong>Specification</strong></td>\n</tr>\n<tr>\n<td><strong>data.*.drive</strong></td>\n<td><strong>string or null</strong></td>\n<td><strong>Drive</strong></td>\n</tr>\n<tr>\n<td><strong>data.*.condition_data</strong></td>\n<td><strong>string or null</strong></td>\n<td><strong>Conditiion data</strong></td>\n</tr>\n<tr>\n<td><strong>data.*.key_no</strong></td>\n<td><strong>string or null</strong></td>\n<td><strong>Key no</strong></td>\n</tr>\n<tr>\n<td><strong>data.*.engine_capacity</strong></td>\n<td><strong>string or null</strong></td>\n<td><strong>Engine capacity</strong></td>\n</tr>\n<tr>\n<td><strong>data.*.year_of_manufacture</strong></td>\n<td><strong>string or null</strong></td>\n<td><strong>Year of manufacture</strong></td>\n</tr>\n<tr>\n<td><strong>data.*.batch_no</strong></td>\n<td><strong>string or null</strong></td>\n<td><strong>Batch no</strong></td>\n</tr>\n<tr>\n<td><strong>data.*.lot_no</strong></td>\n<td><strong>string or null</strong></td>\n<td><strong>Lot no</strong></td>\n</tr>\n<tr>\n<td><strong>data.*.po_no</strong></td>\n<td><strong>string or null</strong></td>\n<td><strong>Po no</strong></td>\n</tr>\n<tr>\n<td><strong>data.*.bl_no</strong></td>\n<td><strong>string or null</strong></td>\n<td><strong>BL no</strong></td>\n</tr>\n<tr>\n<td><strong>data.*.mfg_date</strong></td>\n<td><strong>string or null</strong></td>\n<td><strong>Manufacture date</strong></td>\n</tr>\n<tr>\n<td><strong>data.*.exp_date</strong></td>\n<td><strong>string or null</strong></td>\n<td><strong>Expiry date</strong></td>\n</tr>\n<tr>\n<td><strong>data.*.net_weight</strong></td>\n<td><strong>float or null</strong></td>\n<td><strong>Net weight</strong></td>\n</tr>\n<tr>\n<td><strong>data.*.gross_weight</strong></td>\n<td><strong>float or null</strong></td>\n<td><strong>Gross weight</strong></td>\n</tr>\n<tr>\n<td><strong>data.*.weight_uom</strong></td>\n<td><strong>string or null</strong></td>\n<td><strong>Weight unit of measure</strong></td>\n</tr>\n<tr>\n<td><strong>data.*.volume</strong></td>\n<td><strong>float or null</strong></td>\n<td><strong>Volume</strong></td>\n</tr>\n<tr>\n<td><strong>data.*.volume_uom</strong></td>\n<td><strong>string or null</strong></td>\n<td><strong>Volume unit of measure</strong></td>\n</tr>\n<tr>\n<td><strong>data.*.package_code</strong></td>\n<td><strong>string or null</strong></td>\n<td><strong>Package code</strong></td>\n</tr>\n<tr>\n<td><strong>data.*.length</strong></td>\n<td><strong>float or null</strong></td>\n<td><strong>Length of inventory</strong></td>\n</tr>\n<tr>\n<td><strong>data.*.width</strong></td>\n<td><strong>float or null</strong></td>\n<td><strong>Width of inventory</strong></td>\n</tr>\n<tr>\n<td><strong>data.*.height</strong></td>\n<td><strong>float or null</strong></td>\n<td><strong>Height of inventory</strong></td>\n</tr>\n<tr>\n<td><strong>data.*.package_dimension_uom</strong></td>\n<td><strong>string or null</strong></td>\n<td><strong>Package unit of measure</strong></td>\n</tr>\n<tr>\n<td><strong>data.*.package_weight</strong></td>\n<td><strong>float or null</strong></td>\n<td><strong>Package weight</strong></td>\n</tr>\n<tr>\n<td><strong>data.*.package_volume</strong></td>\n<td><strong>float or null</strong></td>\n<td><strong>Package volume</strong></td>\n</tr>\n<tr>\n<td><strong>data.*.vehicle_no</strong></td>\n<td><strong>string or null</strong></td>\n<td><strong>Vehicle no</strong></td>\n</tr>\n<tr>\n<td><strong>data.*.equipment_no</strong></td>\n<td><strong>string or null</strong></td>\n<td><strong>Equipment no</strong></td>\n</tr>\n<tr>\n<td><strong>data.*.unit_rate</strong></td>\n<td><strong>float or null</strong></td>\n<td><strong>Unit rate</strong></td>\n</tr>\n<tr>\n<td><strong>data.*.unit_rate_currency</strong></td>\n<td><strong>string or null</strong></td>\n<td><strong>Currency of unit rate</strong></td>\n</tr>\n<tr>\n<td><strong>data.*.country</strong></td>\n<td><strong>string or null</strong></td>\n<td><strong>Country short name</strong></td>\n</tr>\n<tr>\n<td><strong>data.*.hs_code</strong></td>\n<td><strong>string or null</strong></td>\n<td><strong>HS code</strong></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v3","inventory","in-out","transaction"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"dff1a285-aa0b-4322-9430-f0b5bcab6423","name":"In/Out Transaction","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"page\": 1,\n    \"per_page\": 50,\n    \"type\": 1,\n    \"warehouse\": [\"BOE\"]\n    // \"sku\": \"MSKU001\",\n    // \"from\": \"2025-03-20\",\n    // \"to\": \"2025-05-02\"\n}","options":{"raw":{"language":"json"}}},"url":"BASE_URL/api/v3/inventory/in-out/transaction"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 13 Jun 2025 09:58:46 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/8.1.26"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Expose-Headers","value":"*"},{"key":"Vary","value":"Authorization,Origin"},{"key":"X-Powered-By","value":"PHP/8.1.26"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"600"},{"key":"X-RateLimit-Remaining","value":"599"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"pagination\": {\n        \"per_page\": 50,\n        \"current_page\": 1,\n        \"last_page\": 1,\n        \"total\": 1\n    },\n    \"applied_filters\": {\n        \"type\": 1,\n        \"warehouse\": [\n            \"BOE\"\n        ]\n    },\n    \"data\": [\n        {\n            \"warehouse\": \"BOE\",\n            \"date\": \"2025-05-06 14:23:33\",\n            \"type\": \"Asn\",\n            \"job_no\": \"ASNVPO000909\",\n            \"shipper_reference\": \"STORE\",\n            \"consignee_code\": \"SIH2\",\n            \"carton_no\": null,\n            \"reference_number\": \"MULTITEST004\",\n            \"import_entry_no\": \"2025-04-30003\",\n            \"custom_entry_no\": null,\n            \"sku_system_code\": \"MULTIWHSKU002\",\n            \"sku_description\": \"MUG\",\n            \"in_qty\": 2,\n            \"out_qty\": 0,\n            \"uom\": \"ea\",\n            \"serial_no\": null,\n            \"invoice_no\": null,\n            \"grade\": null,\n            \"roll_no\": null,\n            \"container_no\": null,\n            \"vin_no\": null,\n            \"engine_no\": null,\n            \"body_model\": null,\n            \"specification\": null,\n            \"drive\": null,\n            \"condition_data\": null,\n            \"key_no\": null,\n            \"engine_capacity\": null,\n            \"year_of_manufacture\": null,\n            \"batch_no\": null,\n            \"lot_no\": null,\n            \"po_no\": null,\n            \"bl_no\": null,\n            \"mfg_date\": null,\n            \"exp_date\": null,\n            \"net_weight\": 2,\n            \"gross_weight\": 2.224,\n            \"weight_uom\": \"kg\",\n            \"volume\": 50,\n            \"volume_uom\": \"ea\",\n            \"package_code\": \"DDD002\",\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"package_dimension_uom\": null,\n            \"package_weight\": null,\n            \"package_volume\": null,\n            \"vehicle_no\": \"\",\n            \"equipment_no\": \"\",\n            \"unit_rate\": null,\n            \"unit_rate_currency\": null,\n            \"country\": null,\n            \"hs_code\": null\n        }\n    ]\n}"}],"_postman_id":"c98fa365-8f54-4cc3-bbff-c0d7d4c19ba0"},{"name":"Inventory","id":"b5e9e1ae-4383-4dd5-984b-025fe4b058fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"{{imtiaz_app_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"warehouse\": [\"BOE\"]\n    // \"sku\": \"MSKU001\",\n    // \"serial_no\": \"TESTSERIAL\",\n    // \"batch_no\": \"TESTBATCH\",\n    // \"lot_no\": \"LOTNO\",\n    // \"import_entry_no\": \"TESTIMPORT\",\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v3/inventory","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute</strong></th>\n<th><strong>Example</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Validation</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>warehouse</strong></td>\n<td><strong><code>ISSWH</code></strong></td>\n<td><strong>array</strong></td>\n<td><strong>Optional  <br />systemCode of warehouses</strong></td>\n<td><strong>Filter results based on specific warehouses</strong></td>\n</tr>\n<tr>\n<td><strong>sku</strong></td>\n<td><strong><code>0612477538308</code></strong></td>\n<td><strong>string</strong></td>\n<td><strong>Optional  <br />systemCode of SKU</strong></td>\n<td><strong>Filter results based on specific sku system code</strong></td>\n</tr>\n<tr>\n<td><strong>serial_no</strong></td>\n<td><strong><code>TESTSERIALNO</code></strong></td>\n<td><strong>string</strong></td>\n<td><strong>Serial no of inventory</strong></td>\n<td><strong>Filter results based on specific serial number</strong></td>\n</tr>\n<tr>\n<td><strong>batch_no</strong></td>\n<td><strong><code>TESTSERIALNO</code></strong></td>\n<td><strong>string</strong></td>\n<td><strong>Batch no of inventory</strong></td>\n<td><strong>Filter results based on specific batch number</strong></td>\n</tr>\n<tr>\n<td><strong>lot_no</strong></td>\n<td><strong><code>TESTLOTNO</code></strong></td>\n<td><strong>string</strong></td>\n<td><strong>Lot no of inventory</strong></td>\n<td><strong>Filter results based on specific lot number</strong></td>\n</tr>\n<tr>\n<td><strong>import_entry_no</strong></td>\n<td><strong><code>TESTIMPORTENTRYNO</code></strong></td>\n<td><strong>string</strong></td>\n<td><strong>Import entry no of inventory</strong></td>\n<td><strong>Filter results based on specific import entry number</strong></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>NOTE</strong>: one of filter from the warehouse, sku, serial_no, batch_no, lot_no or import_entry_no is required</p>\n<p>Response description:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>success</strong></td>\n<td>boolean</td>\n<td>Status of the request (true/false)</td>\n</tr>\n<tr>\n<td><strong>pagination</strong></td>\n<td>object</td>\n<td>Pagination information</td>\n</tr>\n<tr>\n<td><strong>pagination.per_page</strong></td>\n<td>integer</td>\n<td>Number of items per page (default 50)</td>\n</tr>\n<tr>\n<td><strong>pagination.current_page</strong></td>\n<td>integer</td>\n<td>Current page number</td>\n</tr>\n<tr>\n<td><strong>pagination.last_page</strong></td>\n<td>integer</td>\n<td>Last available page number</td>\n</tr>\n<tr>\n<td><strong>pagination.total</strong></td>\n<td>integer</td>\n<td>Total number of items</td>\n</tr>\n<tr>\n<td><strong>applied_filters</strong></td>\n<td>array</td>\n<td>List of filters applied to the query</td>\n</tr>\n<tr>\n<td><strong>applied_filters.warehouse</strong></td>\n<td>array</td>\n<td>Warehouse system codes applied as filter</td>\n</tr>\n<tr>\n<td><strong>applied_filters.sku</strong></td>\n<td>string</td>\n<td>SKU system code applied as filter</td>\n</tr>\n<tr>\n<td><strong>applied_filters.serial_no</strong></td>\n<td>string</td>\n<td>Serial no applied as filter</td>\n</tr>\n<tr>\n<td><strong>applied_filters.batch_no</strong></td>\n<td>string</td>\n<td>Batch no applied as filter</td>\n</tr>\n<tr>\n<td><strong>applied_filters.lot_no</strong></td>\n<td>string</td>\n<td>Lot no applied as filter</td>\n</tr>\n<tr>\n<td><strong>applied_filters.import_entry_no</strong></td>\n<td>string</td>\n<td>Import entry no applied as filter</td>\n</tr>\n<tr>\n<td><strong>data</strong></td>\n<td>array</td>\n<td>List of Inventory objects</td>\n</tr>\n<tr>\n<td><strong>data.*.sku_barcode</strong></td>\n<td>string</td>\n<td>Unique system SKU code</td>\n</tr>\n<tr>\n<td><strong>data.*.sku_label</strong></td>\n<td>string or null</td>\n<td>Alterative SKU name value of sku</td>\n</tr>\n<tr>\n<td><strong>data.*.sku_description</strong></td>\n<td>string or null</td>\n<td>Short description of the SKU</td>\n</tr>\n<tr>\n<td><strong>data.*.sku_brand</strong></td>\n<td>string or null</td>\n<td>Brand name</td>\n</tr>\n<tr>\n<td><strong>data.*.sku_category</strong></td>\n<td>string or null</td>\n<td>Product category</td>\n</tr>\n<tr>\n<td><strong>data.*.sku_sub_category</strong></td>\n<td>string or null</td>\n<td>Product sub-category</td>\n</tr>\n<tr>\n<td><strong>data.*.sku_color</strong></td>\n<td>string or null</td>\n<td>Product color</td>\n</tr>\n<tr>\n<td><strong>data.*.weight_uom</strong></td>\n<td>string or null</td>\n<td>Weight unit of measure</td>\n</tr>\n<tr>\n<td><strong>data.*.length</strong></td>\n<td>float or null</td>\n<td>Length of the SKU</td>\n</tr>\n<tr>\n<td><strong>data.*.width</strong></td>\n<td>float or null</td>\n<td>Width of the SKU</td>\n</tr>\n<tr>\n<td><strong>data.*.height</strong></td>\n<td>float or null</td>\n<td>Height of the SKU</td>\n</tr>\n<tr>\n<td><strong>data.*.customer_batch_number</strong></td>\n<td>string or null</td>\n<td>Customer batch number</td>\n</tr>\n<tr>\n<td><strong>data.*.is_damaged</strong></td>\n<td>string or null</td>\n<td>Is inventory damaged?</td>\n</tr>\n<tr>\n<td><strong>data.*.damage_reason</strong></td>\n<td>string or null</td>\n<td>Damage reason if inventory damaged</td>\n</tr>\n<tr>\n<td><strong>data.*.qty</strong></td>\n<td>integer</td>\n<td>Inventory total quantity</td>\n</tr>\n<tr>\n<td><strong>data.*.available_qty</strong></td>\n<td>integer</td>\n<td>Inventory available quantity</td>\n</tr>\n<tr>\n<td><strong>data.*.allocated_qty</strong></td>\n<td>integer</td>\n<td>Inventory allocated quantity</td>\n</tr>\n<tr>\n<td><strong>data.*.expiry_date</strong></td>\n<td>string or null</td>\n<td>Inventory expiry date</td>\n</tr>\n<tr>\n<td><strong>data.*.package_code</strong></td>\n<td>string or null</td>\n<td>Package code</td>\n</tr>\n<tr>\n<td><strong>data.*.asn_number</strong></td>\n<td>string</td>\n<td>ASN number</td>\n</tr>\n<tr>\n<td><strong>data.*.asn_shipper_reference</strong></td>\n<td>string or null</td>\n<td>ASN shipper reference</td>\n</tr>\n<tr>\n<td><strong>data.*.asn_consignee_reference</strong></td>\n<td>string or null</td>\n<td>ASN consignee reference</td>\n</tr>\n<tr>\n<td><strong>data.*.base_uom</strong></td>\n<td>string or null</td>\n<td>Inventory unit of measure</td>\n</tr>\n<tr>\n<td><strong>data.*.net_weight</strong></td>\n<td>float or null</td>\n<td>Net weight of inventory</td>\n</tr>\n<tr>\n<td><strong>data.*.gross_weight</strong></td>\n<td>float or null</td>\n<td>Gross weight of inventory</td>\n</tr>\n<tr>\n<td><strong>data.*.volume</strong></td>\n<td>float or null</td>\n<td>Volume of inventory</td>\n</tr>\n<tr>\n<td><strong>data.*.lot_no</strong></td>\n<td>string or null</td>\n<td>Lot no</td>\n</tr>\n<tr>\n<td><strong>data.*.serial_no</strong></td>\n<td>string or null</td>\n<td>Serial no</td>\n</tr>\n<tr>\n<td><strong>data.*.serial_2_no</strong></td>\n<td>string or null</td>\n<td>Second serial no</td>\n</tr>\n<tr>\n<td><strong>data.*.invoice_number</strong></td>\n<td>string or null</td>\n<td>Invoice number</td>\n</tr>\n<tr>\n<td><strong>data.*.po_no</strong></td>\n<td>string or null</td>\n<td>PO no</td>\n</tr>\n<tr>\n<td><strong>data.*.country</strong></td>\n<td>string or null</td>\n<td>Country short name</td>\n</tr>\n<tr>\n<td><strong>data.*.bl_no</strong></td>\n<td>string or null</td>\n<td>BL no</td>\n</tr>\n<tr>\n<td><strong>data.*.container_no</strong></td>\n<td>string or null</td>\n<td>Container no</td>\n</tr>\n<tr>\n<td><strong>data.*.import_entry_no</strong></td>\n<td>string or null</td>\n<td>Import entry number</td>\n</tr>\n<tr>\n<td><strong>data.*.custom_entry_no</strong></td>\n<td>string or null</td>\n<td>Custom entry number</td>\n</tr>\n<tr>\n<td><strong>data.*.is_on_hold</strong></td>\n<td>string</td>\n<td>Is inventory on hold or not?</td>\n</tr>\n<tr>\n<td><strong>data.*.on_hold_reason</strong></td>\n<td>string or null</td>\n<td>On hold reason if inventory is on hold</td>\n</tr>\n<tr>\n<td><strong>data.*.vin_no</strong></td>\n<td>string or null</td>\n<td>Vin no</td>\n</tr>\n<tr>\n<td><strong>data.*.engine_no</strong></td>\n<td>string or null</td>\n<td>Engine number</td>\n</tr>\n<tr>\n<td><strong>data.*.body_model</strong></td>\n<td>string or null</td>\n<td>Body model</td>\n</tr>\n<tr>\n<td><strong>data.*.specification</strong></td>\n<td>string or null</td>\n<td>Specification</td>\n</tr>\n<tr>\n<td><strong>data.*.drive</strong></td>\n<td>string or null</td>\n<td>Drive</td>\n</tr>\n<tr>\n<td><strong>data.*.key_no</strong></td>\n<td>string or null</td>\n<td>Key no</td>\n</tr>\n<tr>\n<td><strong>data.*.engine_capacity</strong></td>\n<td>string or null</td>\n<td>Engine capacity</td>\n</tr>\n<tr>\n<td><strong>data.*.year_of_manufacture</strong></td>\n<td>integer or null</td>\n<td>Year of manufacture</td>\n</tr>\n<tr>\n<td><strong>data.*.hs_code</strong></td>\n<td>string or null</td>\n<td>HS code</td>\n</tr>\n<tr>\n<td><strong>data.*.unit_rate</strong></td>\n<td>float or null</td>\n<td>Unit rate</td>\n</tr>\n<tr>\n<td><strong>data.*.unit_rate_currency</strong></td>\n<td>string or null</td>\n<td>Unit rate currency</td>\n</tr>\n<tr>\n<td><strong>data.*.roll_no</strong></td>\n<td>string or null</td>\n<td>Roll no</td>\n</tr>\n<tr>\n<td><strong>data.*.grade</strong></td>\n<td>string or null</td>\n<td>Grade</td>\n</tr>\n<tr>\n<td><strong>data.*.condition</strong></td>\n<td>string or null</td>\n<td>Condition</td>\n</tr>\n<tr>\n<td><strong>data.*.grn_date</strong></td>\n<td>string or null</td>\n<td>GRN date</td>\n</tr>\n<tr>\n<td><strong>data.*.design_number</strong></td>\n<td>string or null</td>\n<td>Design number</td>\n</tr>\n<tr>\n<td><strong>data.*.warehouse</strong></td>\n<td>string</td>\n<td>Warehouse system code</td>\n</tr>\n<tr>\n<td><strong>data.*.location</strong></td>\n<td>string</td>\n<td>Location name</td>\n</tr>\n<tr>\n<td><strong>data.*.zone_group</strong></td>\n<td>string</td>\n<td>Zone group</td>\n</tr>\n<tr>\n<td><strong>data.*.zone</strong></td>\n<td>string</td>\n<td>Zone</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v3","inventory"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"801b64b9-f202-481b-aa62-e00d7d16651d","name":"Inventory","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer TOKEN","type":"text"},{"key":"Authorization","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxMSIsImp0aSI6IjA1ZTE0YmRkZGI4Zjg2NTFkNjJlOGVlOGUwYWJkYzFmYmM0ODlmZTFjODFhNjA1N2E2M2E1ZjYwNjA2ZTlmM2Y1YjhlYzk4ODM4NzgwMzFmIiwiaWF0IjoxNzQ2MTg0MzgxLjk4NzYxNCwibmJmIjoxNzQ2MTg0MzgxLjk4NzYxNiwiZXhwIjoxODA5MjU2MzgxLjk3ODA1Miwic3ViIjoiMTAzNiIsInNjb3BlcyI6W119.H5ibhYkxGq7sw-WIlo9TejSbt-1MZ1DCNU9UDyzEZxfeTygbQxRc37Rmt0ZJqv57gLbdkAe95w6uHnrecsTEW9aUnAfYR-HWbODpXIKForVFDGnSFjlLhcDi9hKXalPwiNPv3OvhvaTb8z1LYRe8GdY6EonMssLOPm6Zq0EW6KdKRjW-ScLS012bSGo77aJB6jz8DWwYzwHXapCKER9a9JS_C44summhM_qplDp3mrsZ8NA90EVwQUdQr440_OtKW-48ubbFng8LA7VDgXFDYbgJrf8i426oGomZgoYEANd9BkaSEGwfbHv_Qq2ksPccUztLPzhigh10xtEiyfZPssM9lBcGGqJ1onJD3lHbF1KgHJ3eWlRHEvDFLr4d81YGsMGL7k6JMPj6mvuwFkSupwG3MZXt1m2bSoUeDw1Wtx2WrH9dRhkEFMExlGAV0Ui3G9vnyc10KeuDV7TfNBx9IZWOJVXo9xAVtHm9fg46KjxohcHJd91i5eSZCESQP5FyfXTL0jwu9iyUDunRKp2l5w40wv0RJwmks7VCNPmAFr2PU-q40-p0JS4lEnvpdm9CtMP5mR3T3IAqcfbezMQe_a3FE9SsKXbY5_xbSacMMIC-Jd9_cR6vBow_JwB3NKAgH-z8JzyOn5DN0bFMsfEYqsIfV_AePfMlkqxNTbMOEyk","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"warehouse\": \"ISSWH\",\n    \"sku\": \"0612477538308\"\n    // \"serial_no\": \"\",\n    // \"batch_no\": \"\",\n    // \"lot_no\":\"\",\n    // \"import_entry_no\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"BASE_URL/api/v3/inventory"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 05 May 2025 10:04:50 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/8.1.26"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Expose-Headers","value":"*"},{"key":"Vary","value":"Authorization,Origin"},{"key":"X-Powered-By","value":"PHP/8.1.26"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"600"},{"key":"X-RateLimit-Remaining","value":"599"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"pagination\": {\n        \"per_page\": 50,\n        \"current_page\": 1,\n        \"last_page\": 1,\n        \"total\": 9\n    },\n    \"applied_filters\": {\n        \"warehouse\": \"ISSWH\",\n        \"sku\": \"0612477538308\"\n    },\n    \"data\": [\n        {\n            \"sku_barcode\": \"0612477538308\",\n            \"sku_label\": \"DUPSKU\",\n            \"sku_description\": null,\n            \"sku_brand\": null,\n            \"sku_category\": null,\n            \"sku_sub_category\": null,\n            \"sku_color\": null,\n            \"weight_uom\": \"kg\",\n            \"length\": 0,\n            \"width\": 0,\n            \"height\": 0,\n            \"customer_batch_number\": null,\n            \"is_damaged\": \"NO\",\n            \"damage_reason\": null,\n            \"qty\": 8,\n            \"available_qty\": 8,\n            \"allocated_qty\": 0,\n            \"expiry_date\": null,\n            \"package_code\": \"SIHGRN0001\",\n            \"asn_number\": \"ASNVPO000693\",\n            \"asn_shipper_reference\": null,\n            \"asn_consignee_reference\": \"STORE  NEW\",\n            \"base_uom\": \"ea\",\n            \"net_weight\": 0,\n            \"gross_weight\": null,\n            \"volume\": 0,\n            \"volume_uom\": null,\n            \"lot_no\": null,\n            \"serial_no\": null,\n            \"serial_2_no\": null,\n            \"invoice_no\": null,\n            \"po_no\": null,\n            \"country\": \"AE\",\n            \"bl_no\": null,\n            \"container_no\": null,\n            \"import_entry_no\": null,\n            \"custom_entry_no\": null,\n            \"is_on_hold\": \"No\",\n            \"on_hold_reason\": null,\n            \"vin_no\": null,\n            \"engine_no\": null,\n            \"body_model\": null,\n            \"specification\": null,\n            \"drive\": null,\n            \"key_no\": null,\n            \"engine_capacity\": null,\n            \"year_of_manufacture\": null,\n            \"hs_code\": null,\n            \"unit_rate\": 100,\n            \"unit_rate_currency\": \"AED\",\n            \"roll_no\": null,\n            \"grade\": null,\n            \"condition\": null,\n            \"grn_date\": \"2024-12-26\",\n            \"design_number\": null,\n            \"warehouse\": \"ISSWH\",\n            \"location\": \"SIHUPL0003\",\n            \"zone_group\": \"SIHTESTZONE1\",\n            \"zone\": \"SIHTESTZONE1\"\n        },\n        {\n            \"sku_barcode\": \"0612477538308\",\n            \"sku_label\": \"DUPSKU\",\n            \"sku_description\": null,\n            \"sku_brand\": null,\n            \"sku_category\": null,\n            \"sku_sub_category\": null,\n            \"sku_color\": null,\n            \"weight_uom\": \"kg\",\n            \"length\": 0,\n            \"width\": 0,\n            \"height\": 0,\n            \"customer_batch_number\": \"SIHCONSOL0020\",\n            \"is_damaged\": \"NO\",\n            \"damage_reason\": null,\n            \"qty\": 50,\n            \"available_qty\": 50,\n            \"allocated_qty\": 0,\n            \"expiry_date\": null,\n            \"package_code\": \"SIHCONSOLPKG030\",\n            \"asn_number\": \"ASNVPO000660\",\n            \"asn_shipper_reference\": null,\n            \"asn_consignee_reference\": \"STORE  NEW\",\n            \"base_uom\": \"ea\",\n            \"net_weight\": 0,\n            \"gross_weight\": null,\n            \"volume\": 0,\n            \"volume_uom\": null,\n            \"lot_no\": null,\n            \"serial_no\": null,\n            \"serial_2_no\": null,\n            \"invoice_no\": null,\n            \"po_no\": null,\n            \"country\": \"AE\",\n            \"bl_no\": null,\n            \"container_no\": null,\n            \"import_entry_no\": \"SIH-111-001\",\n            \"custom_entry_no\": null,\n            \"is_on_hold\": \"No\",\n            \"on_hold_reason\": null,\n            \"vin_no\": null,\n            \"engine_no\": null,\n            \"body_model\": null,\n            \"specification\": null,\n            \"drive\": null,\n            \"key_no\": null,\n            \"engine_capacity\": null,\n            \"year_of_manufacture\": null,\n            \"hs_code\": null,\n            \"unit_rate\": 100,\n            \"unit_rate_currency\": \"AED\",\n            \"roll_no\": null,\n            \"grade\": null,\n            \"condition\": null,\n            \"grn_date\": \"2024-12-12\",\n            \"design_number\": null,\n            \"warehouse\": \"ISSWH\",\n            \"location\": \"MIGLOC0001\",\n            \"zone_group\": \"SIHMIGRATION1\",\n            \"zone\": \"SIHMIGRATION1\"\n        },\n        {\n            \"sku_barcode\": \"0612477538308\",\n            \"sku_label\": \"DUPSKU\",\n            \"sku_description\": null,\n            \"sku_brand\": null,\n            \"sku_category\": null,\n            \"sku_sub_category\": null,\n            \"sku_color\": null,\n            \"weight_uom\": \"kg\",\n            \"length\": 0,\n            \"width\": 0,\n            \"height\": 0,\n            \"customer_batch_number\": \"SIHCONSOL0020\",\n            \"is_damaged\": \"NO\",\n            \"damage_reason\": null,\n            \"qty\": 50,\n            \"available_qty\": 50,\n            \"allocated_qty\": 0,\n            \"expiry_date\": null,\n            \"package_code\": \"SIHCONSOLPKG031\",\n            \"asn_number\": \"ASNVPO000660\",\n            \"asn_shipper_reference\": null,\n            \"asn_consignee_reference\": \"STORE  NEW\",\n            \"base_uom\": \"ea\",\n            \"net_weight\": 0,\n            \"gross_weight\": null,\n            \"volume\": 0,\n            \"volume_uom\": null,\n            \"lot_no\": null,\n            \"serial_no\": null,\n            \"serial_2_no\": null,\n            \"invoice_no\": null,\n            \"po_no\": null,\n            \"country\": \"AE\",\n            \"bl_no\": null,\n            \"container_no\": null,\n            \"import_entry_no\": \"SIH-111-001\",\n            \"custom_entry_no\": null,\n            \"is_on_hold\": \"No\",\n            \"on_hold_reason\": null,\n            \"vin_no\": null,\n            \"engine_no\": null,\n            \"body_model\": null,\n            \"specification\": null,\n            \"drive\": null,\n            \"key_no\": null,\n            \"engine_capacity\": null,\n            \"year_of_manufacture\": null,\n            \"hs_code\": null,\n            \"unit_rate\": 100,\n            \"unit_rate_currency\": \"AED\",\n            \"roll_no\": null,\n            \"grade\": null,\n            \"condition\": null,\n            \"grn_date\": \"2024-12-12\",\n            \"design_number\": null,\n            \"warehouse\": \"ISSWH\",\n            \"location\": \"MIGLOC0002\",\n            \"zone_group\": \"SIHMIGRATION1\",\n            \"zone\": \"SIHMIGRATION1\"\n        },\n        {\n            \"sku_barcode\": \"0612477538308\",\n            \"sku_label\": \"DUPSKU\",\n            \"sku_description\": null,\n            \"sku_brand\": null,\n            \"sku_category\": null,\n            \"sku_sub_category\": null,\n            \"sku_color\": null,\n            \"weight_uom\": \"kg\",\n            \"length\": 0,\n            \"width\": 0,\n            \"height\": 0,\n            \"customer_batch_number\": \"SIHCONSOL0021\",\n            \"is_damaged\": \"NO\",\n            \"damage_reason\": null,\n            \"qty\": 50,\n            \"available_qty\": 40,\n            \"allocated_qty\": 10,\n            \"expiry_date\": null,\n            \"package_code\": \"SIHCONSOLPKG032\",\n            \"asn_number\": \"ASNVPO000660\",\n            \"asn_shipper_reference\": null,\n            \"asn_consignee_reference\": \"STORE  NEW\",\n            \"base_uom\": \"ea\",\n            \"net_weight\": 0,\n            \"gross_weight\": null,\n            \"volume\": 0,\n            \"volume_uom\": null,\n            \"lot_no\": null,\n            \"serial_no\": \"112\",\n            \"serial_2_no\": null,\n            \"invoice_no\": null,\n            \"po_no\": null,\n            \"country\": \"AE\",\n            \"bl_no\": null,\n            \"container_no\": null,\n            \"import_entry_no\": \"SIH-111-001\",\n            \"custom_entry_no\": null,\n            \"is_on_hold\": \"No\",\n            \"on_hold_reason\": null,\n            \"vin_no\": null,\n            \"engine_no\": null,\n            \"body_model\": null,\n            \"specification\": null,\n            \"drive\": null,\n            \"key_no\": null,\n            \"engine_capacity\": null,\n            \"year_of_manufacture\": null,\n            \"hs_code\": null,\n            \"unit_rate\": 100,\n            \"unit_rate_currency\": \"AED\",\n            \"roll_no\": null,\n            \"grade\": null,\n            \"condition\": null,\n            \"grn_date\": \"2024-12-12\",\n            \"design_number\": null,\n            \"warehouse\": \"ISSWH\",\n            \"location\": \"MIGLOC0004\",\n            \"zone_group\": \"SIHMIGRATION1\",\n            \"zone\": \"SIHMIGRATION1\"\n        },\n        {\n            \"sku_barcode\": \"0612477538308\",\n            \"sku_label\": \"DUPSKU\",\n            \"sku_description\": null,\n            \"sku_brand\": null,\n            \"sku_category\": null,\n            \"sku_sub_category\": null,\n            \"sku_color\": null,\n            \"weight_uom\": \"kg\",\n            \"length\": 0,\n            \"width\": 0,\n            \"height\": 0,\n            \"customer_batch_number\": \"SIHCONSOL0021\",\n            \"is_damaged\": \"NO\",\n            \"damage_reason\": null,\n            \"qty\": 50,\n            \"available_qty\": 50,\n            \"allocated_qty\": 0,\n            \"expiry_date\": null,\n            \"package_code\": \"SIHCONSOLPKG033\",\n            \"asn_number\": \"ASNVPO000660\",\n            \"asn_shipper_reference\": null,\n            \"asn_consignee_reference\": \"STORE  NEW\",\n            \"base_uom\": \"ea\",\n            \"net_weight\": 0,\n            \"gross_weight\": null,\n            \"volume\": 0,\n            \"volume_uom\": null,\n            \"lot_no\": null,\n            \"serial_no\": \"113\",\n            \"serial_2_no\": null,\n            \"invoice_no\": null,\n            \"po_no\": null,\n            \"country\": \"AE\",\n            \"bl_no\": null,\n            \"container_no\": null,\n            \"import_entry_no\": \"SIH-111-001\",\n            \"custom_entry_no\": null,\n            \"is_on_hold\": \"No\",\n            \"on_hold_reason\": null,\n            \"vin_no\": null,\n            \"engine_no\": null,\n            \"body_model\": null,\n            \"specification\": null,\n            \"drive\": null,\n            \"key_no\": null,\n            \"engine_capacity\": null,\n            \"year_of_manufacture\": null,\n            \"hs_code\": null,\n            \"unit_rate\": 100,\n            \"unit_rate_currency\": \"AED\",\n            \"roll_no\": null,\n            \"grade\": null,\n            \"condition\": null,\n            \"grn_date\": \"2024-12-12\",\n            \"design_number\": null,\n            \"warehouse\": \"ISSWH\",\n            \"location\": \"MIGLOC0004\",\n            \"zone_group\": \"SIHMIGRATION1\",\n            \"zone\": \"SIHMIGRATION1\"\n        },\n        {\n            \"sku_barcode\": \"0612477538308\",\n            \"sku_label\": \"DUPSKU\",\n            \"sku_description\": null,\n            \"sku_brand\": null,\n            \"sku_category\": null,\n            \"sku_sub_category\": null,\n            \"sku_color\": null,\n            \"weight_uom\": \"kg\",\n            \"length\": 0,\n            \"width\": 0,\n            \"height\": 0,\n            \"customer_batch_number\": \"SIHCONSOL0022\",\n            \"is_damaged\": \"NO\",\n            \"damage_reason\": null,\n            \"qty\": 50,\n            \"available_qty\": 0,\n            \"allocated_qty\": 50,\n            \"expiry_date\": null,\n            \"package_code\": null,\n            \"asn_number\": \"ASNVPO000660\",\n            \"asn_shipper_reference\": null,\n            \"asn_consignee_reference\": \"STORE  NEW\",\n            \"base_uom\": \"ea\",\n            \"net_weight\": 0,\n            \"gross_weight\": null,\n            \"volume\": 0,\n            \"volume_uom\": null,\n            \"lot_no\": null,\n            \"serial_no\": null,\n            \"serial_2_no\": null,\n            \"invoice_no\": null,\n            \"po_no\": null,\n            \"country\": \"AE\",\n            \"bl_no\": null,\n            \"container_no\": null,\n            \"import_entry_no\": \"SIH-111-001\",\n            \"custom_entry_no\": null,\n            \"is_on_hold\": \"No\",\n            \"on_hold_reason\": null,\n            \"vin_no\": null,\n            \"engine_no\": null,\n            \"body_model\": null,\n            \"specification\": null,\n            \"drive\": null,\n            \"key_no\": null,\n            \"engine_capacity\": null,\n            \"year_of_manufacture\": null,\n            \"hs_code\": null,\n            \"unit_rate\": 100,\n            \"unit_rate_currency\": \"AED\",\n            \"roll_no\": null,\n            \"grade\": null,\n            \"condition\": null,\n            \"grn_date\": \"2024-12-12\",\n            \"design_number\": null,\n            \"warehouse\": \"ISSWH\",\n            \"location\": \"DL1\",\n            \"zone_group\": \"DZG\",\n            \"zone\": \"DG\"\n        },\n        {\n            \"sku_barcode\": \"0612477538308\",\n            \"sku_label\": \"DUPSKU\",\n            \"sku_description\": null,\n            \"sku_brand\": null,\n            \"sku_category\": null,\n            \"sku_sub_category\": null,\n            \"sku_color\": null,\n            \"weight_uom\": \"kg\",\n            \"length\": 0,\n            \"width\": 0,\n            \"height\": 0,\n            \"customer_batch_number\": \"SIHCONSOL0023\",\n            \"is_damaged\": \"NO\",\n            \"damage_reason\": null,\n            \"qty\": 10,\n            \"available_qty\": 10,\n            \"allocated_qty\": 0,\n            \"expiry_date\": null,\n            \"package_code\": null,\n            \"asn_number\": \"ASNVPO000660\",\n            \"asn_shipper_reference\": null,\n            \"asn_consignee_reference\": \"STORE  NEW\",\n            \"base_uom\": \"ea\",\n            \"net_weight\": 0,\n            \"gross_weight\": null,\n            \"volume\": 0,\n            \"volume_uom\": null,\n            \"lot_no\": null,\n            \"serial_no\": null,\n            \"serial_2_no\": null,\n            \"invoice_no\": null,\n            \"po_no\": null,\n            \"country\": \"AE\",\n            \"bl_no\": null,\n            \"container_no\": null,\n            \"import_entry_no\": \"SIH-111-001\",\n            \"custom_entry_no\": null,\n            \"is_on_hold\": \"No\",\n            \"on_hold_reason\": null,\n            \"vin_no\": null,\n            \"engine_no\": null,\n            \"body_model\": null,\n            \"specification\": null,\n            \"drive\": null,\n            \"key_no\": null,\n            \"engine_capacity\": null,\n            \"year_of_manufacture\": null,\n            \"hs_code\": null,\n            \"unit_rate\": 100,\n            \"unit_rate_currency\": \"AED\",\n            \"roll_no\": null,\n            \"grade\": null,\n            \"condition\": null,\n            \"grn_date\": \"2024-12-12\",\n            \"design_number\": null,\n            \"warehouse\": \"ISSWH\",\n            \"location\": \"MIGLOC0004\",\n            \"zone_group\": \"SIHMIGRATION1\",\n            \"zone\": \"SIHMIGRATION1\"\n        },\n        {\n            \"sku_barcode\": \"0612477538308\",\n            \"sku_label\": \"DUPSKU\",\n            \"sku_description\": null,\n            \"sku_brand\": null,\n            \"sku_category\": null,\n            \"sku_sub_category\": null,\n            \"sku_color\": null,\n            \"weight_uom\": \"kg\",\n            \"length\": 0,\n            \"width\": 0,\n            \"height\": 0,\n            \"customer_batch_number\": \"SIHCONSOL0023\",\n            \"is_damaged\": \"NO\",\n            \"damage_reason\": null,\n            \"qty\": 20,\n            \"available_qty\": 0,\n            \"allocated_qty\": 20,\n            \"expiry_date\": null,\n            \"package_code\": \"CANCELLED\",\n            \"asn_number\": \"ASNVPO000660\",\n            \"asn_shipper_reference\": null,\n            \"asn_consignee_reference\": \"STORE  NEW\",\n            \"base_uom\": \"ea\",\n            \"net_weight\": 0,\n            \"gross_weight\": null,\n            \"volume\": 0,\n            \"volume_uom\": null,\n            \"lot_no\": null,\n            \"serial_no\": null,\n            \"serial_2_no\": null,\n            \"invoice_no\": null,\n            \"po_no\": null,\n            \"country\": \"AE\",\n            \"bl_no\": null,\n            \"container_no\": null,\n            \"import_entry_no\": \"SIH-111-001\",\n            \"custom_entry_no\": null,\n            \"is_on_hold\": \"No\",\n            \"on_hold_reason\": null,\n            \"vin_no\": null,\n            \"engine_no\": null,\n            \"body_model\": null,\n            \"specification\": null,\n            \"drive\": null,\n            \"key_no\": null,\n            \"engine_capacity\": null,\n            \"year_of_manufacture\": null,\n            \"hs_code\": null,\n            \"unit_rate\": 100,\n            \"unit_rate_currency\": \"AED\",\n            \"roll_no\": null,\n            \"grade\": null,\n            \"condition\": null,\n            \"grn_date\": \"2024-12-12\",\n            \"design_number\": null,\n            \"warehouse\": \"ISSWH\",\n            \"location\": \"CANCELLED LOCATION\",\n            \"zone_group\": \"CANCELLED ZG\",\n            \"zone\": \"CANCELLED ZONE\"\n        },\n        {\n            \"sku_barcode\": \"0612477538308\",\n            \"sku_label\": \"DUPSKU\",\n            \"sku_description\": null,\n            \"sku_brand\": null,\n            \"sku_category\": null,\n            \"sku_sub_category\": null,\n            \"sku_color\": null,\n            \"weight_uom\": \"kg\",\n            \"length\": 0,\n            \"width\": 0,\n            \"height\": 0,\n            \"customer_batch_number\": \"SIHCONSOL0023\",\n            \"is_damaged\": \"NO\",\n            \"damage_reason\": null,\n            \"qty\": 40,\n            \"available_qty\": 40,\n            \"allocated_qty\": 0,\n            \"expiry_date\": null,\n            \"package_code\": \"SIHCONSOLPKG037\",\n            \"asn_number\": \"ASNVPO000660\",\n            \"asn_shipper_reference\": null,\n            \"asn_consignee_reference\": \"STORE  NEW\",\n            \"base_uom\": \"ea\",\n            \"net_weight\": 0,\n            \"gross_weight\": null,\n            \"volume\": 0,\n            \"volume_uom\": null,\n            \"lot_no\": null,\n            \"serial_no\": null,\n            \"serial_2_no\": null,\n            \"invoice_no\": null,\n            \"po_no\": null,\n            \"country\": \"AE\",\n            \"bl_no\": null,\n            \"container_no\": null,\n            \"import_entry_no\": \"SIH-111-001\",\n            \"custom_entry_no\": null,\n            \"is_on_hold\": \"No\",\n            \"on_hold_reason\": null,\n            \"vin_no\": null,\n            \"engine_no\": null,\n            \"body_model\": null,\n            \"specification\": null,\n            \"drive\": null,\n            \"key_no\": null,\n            \"engine_capacity\": null,\n            \"year_of_manufacture\": null,\n            \"hs_code\": null,\n            \"unit_rate\": 100,\n            \"unit_rate_currency\": \"AED\",\n            \"roll_no\": null,\n            \"grade\": null,\n            \"condition\": null,\n            \"grn_date\": \"2024-12-12\",\n            \"design_number\": null,\n            \"warehouse\": \"ISSWH\",\n            \"location\": \"MIGLOC0008\",\n            \"zone_group\": \"SIHMIGRATION1\",\n            \"zone\": \"SIHMIGRATION1\"\n        }\n    ]\n}"}],"_postman_id":"b5e9e1ae-4383-4dd5-984b-025fe4b058fd"}],"id":"1ebd65b4-0f04-4723-956a-7f032b2770b1","_postman_id":"1ebd65b4-0f04-4723-956a-7f032b2770b1","description":""},{"name":"SKU","item":[{"name":"Get SKUs","id":"11c0fe6f-b0fb-42a4-876d-397165d53e84","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"page\": 1,\n    \"per_page\": 50,\n    \"skus\": [\n        \"BIGDATA002\",\n        \"BIGDATA001\"\n    ],\n //   \"sku_types\": [\n //       \"regular\"\n  //  ],\n  //  \"brands\": [\n   //     \"my brand\"\n   // ],\n    //\"category\": [\n    //    \"my category\"\n    //],\n    \"status\": \"Enabled\"\n}","options":{"raw":{"language":"json"}}},"url":"BASE_URL/api/v3/skus","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute</strong></th>\n<th><strong>Example</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Validation</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>page</strong></td>\n<td><code>1</code></td>\n<td>integer</td>\n<td><strong>Required</strong>  <br />Must be a positive number</td>\n<td>The page number for pagination (starts from 1)</td>\n</tr>\n<tr>\n<td><strong>per_page</strong></td>\n<td><code>50</code></td>\n<td>integer</td>\n<td><strong>Required</strong>  <br />Must be a positive number</td>\n<td>Number of records to retrieve per page</td>\n</tr>\n<tr>\n<td><strong>skus</strong></td>\n<td><code>[ \"TESTSKU001\", \"TESTSKU002\" ]</code></td>\n<td>array of strings</td>\n<td>Optional  <br />Valid SKU identifiers</td>\n<td>Filter results based on specific SKU codes</td>\n</tr>\n<tr>\n<td><strong>sku_types</strong></td>\n<td><code>[ \"regular\" ]</code></td>\n<td>array of strings</td>\n<td>Optional  <br />Must match allowed SKU types</td>\n<td>Filter results by SKU types (e.g., \"regular\", \"special\")</td>\n</tr>\n<tr>\n<td><strong>brands</strong></td>\n<td><code>[ \"my brand\" ]</code></td>\n<td>array of strings</td>\n<td>Optional  <br />Free text</td>\n<td>Filter results by brand names</td>\n</tr>\n<tr>\n<td><strong>category</strong></td>\n<td><code>[ \"my category\" ]</code></td>\n<td>array of strings</td>\n<td>Optional  <br />Free text or must exist in category list</td>\n<td>Filter results by product categories</td>\n</tr>\n<tr>\n<td><strong>status</strong></td>\n<td><code>\"Enabled\"</code></td>\n<td>string</td>\n<td>Optional  <br />Typically \"Enabled\" or \"Disabled\"</td>\n<td>Filter results by SKU status</td>\n</tr>\n</tbody>\n</table>\n</div><p>Response description:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>success</strong></td>\n<td>boolean</td>\n<td>Status of the request (true/false)</td>\n</tr>\n<tr>\n<td><strong>pagination</strong></td>\n<td>object</td>\n<td>Pagination information</td>\n</tr>\n<tr>\n<td><strong>pagination.per_page</strong></td>\n<td>integer</td>\n<td>Number of items per page (default 50)</td>\n</tr>\n<tr>\n<td><strong>pagination.current_page</strong></td>\n<td>integer</td>\n<td>Current page number</td>\n</tr>\n<tr>\n<td><strong>pagination.last_page</strong></td>\n<td>integer</td>\n<td>Last available page number</td>\n</tr>\n<tr>\n<td><strong>pagination.total</strong></td>\n<td>integer</td>\n<td>Total number of items</td>\n</tr>\n<tr>\n<td><strong>applied_filters</strong></td>\n<td>array</td>\n<td>List of filters applied to the query</td>\n</tr>\n<tr>\n<td><strong>applied_filters.sku_type</strong></td>\n<td>string</td>\n<td>SKU type applied as filter</td>\n</tr>\n<tr>\n<td><strong>applied_filters.sku_number</strong></td>\n<td>string</td>\n<td>SKU system code applied as filter</td>\n</tr>\n<tr>\n<td><strong>applied_filters.category</strong></td>\n<td>string</td>\n<td>Category filter</td>\n</tr>\n<tr>\n<td><strong>applied_filters.sub_category</strong></td>\n<td>string</td>\n<td>Sub-category filter</td>\n</tr>\n<tr>\n<td><strong>applied_filters.status</strong></td>\n<td>string</td>\n<td>Status filter</td>\n</tr>\n<tr>\n<td><strong>data</strong></td>\n<td>array</td>\n<td>List of SKU objects</td>\n</tr>\n<tr>\n<td><strong>data.*.id</strong></td>\n<td>integer</td>\n<td>Unique ID of the SKU</td>\n</tr>\n<tr>\n<td><strong>data.*.sku</strong></td>\n<td>string</td>\n<td>Unique system SKU code</td>\n</tr>\n<tr>\n<td><strong>data.*.status</strong></td>\n<td>string</td>\n<td>Current status of the SKU (e.g., \"Enabled\", \"Disabled\")</td>\n</tr>\n<tr>\n<td><strong>data.*.alter_sku_name</strong></td>\n<td>string</td>\n<td>Alternative SKU code</td>\n</tr>\n<tr>\n<td><strong>data.*.description</strong></td>\n<td>string</td>\n<td>Short description of the SKU</td>\n</tr>\n<tr>\n<td><strong>data.*.brand</strong></td>\n<td>string</td>\n<td>Brand name</td>\n</tr>\n<tr>\n<td><strong>data.*.category</strong></td>\n<td>string</td>\n<td>Product category</td>\n</tr>\n<tr>\n<td><strong>data.*.sub_category</strong></td>\n<td>string</td>\n<td>Product sub-category</td>\n</tr>\n<tr>\n<td><strong>data.*.photo</strong></td>\n<td>string or null</td>\n<td>Product photo URL</td>\n</tr>\n<tr>\n<td><strong>data.*.weight</strong></td>\n<td>float</td>\n<td>Weight of the SKU</td>\n</tr>\n<tr>\n<td><strong>data.*.cubee</strong></td>\n<td>float</td>\n<td>Cube volume of SKU</td>\n</tr>\n<tr>\n<td><strong>data.*.length</strong></td>\n<td>float</td>\n<td>Length of the SKU</td>\n</tr>\n<tr>\n<td><strong>data.*.width</strong></td>\n<td>float</td>\n<td>Width of the SKU</td>\n</tr>\n<tr>\n<td><strong>data.*.height</strong></td>\n<td>float</td>\n<td>Height of the SKU</td>\n</tr>\n<tr>\n<td><strong>data.*.cbm</strong></td>\n<td>float</td>\n<td>Cubic meter volume</td>\n</tr>\n<tr>\n<td><strong>data.*.size</strong></td>\n<td>string or float</td>\n<td>Size of the SKU</td>\n</tr>\n<tr>\n<td><strong>data.*.color</strong></td>\n<td>string</td>\n<td>Color of the SKU</td>\n</tr>\n<tr>\n<td><strong>data.*.design_number</strong></td>\n<td>string or null</td>\n<td>Design identifier</td>\n</tr>\n<tr>\n<td><strong>data.*.sku_type</strong></td>\n<td>string</td>\n<td>SKU type (e.g., \"Regular\")</td>\n</tr>\n<tr>\n<td><strong>data.*.order_count</strong></td>\n<td>integer</td>\n<td>Number of orders associated with SKU</td>\n</tr>\n<tr>\n<td><strong>data.*.system_creation_time</strong></td>\n<td>string</td>\n<td>SKU creation timestamp</td>\n</tr>\n<tr>\n<td><strong>data.*.insert_time</strong></td>\n<td>string</td>\n<td>SKU insertion timestamp</td>\n</tr>\n<tr>\n<td><strong>data.*.product</strong></td>\n<td>string or null</td>\n<td>Related product name</td>\n</tr>\n<tr>\n<td><strong>data.*.currency</strong></td>\n<td>string</td>\n<td>Currency code (e.g., AED)</td>\n</tr>\n<tr>\n<td><strong>data.*.cost_price</strong></td>\n<td>float</td>\n<td>Cost price of SKU</td>\n</tr>\n<tr>\n<td><strong>data.*.price</strong></td>\n<td>float</td>\n<td>Selling price of SKU</td>\n</tr>\n<tr>\n<td><strong>data.*.discounted_price</strong></td>\n<td>float</td>\n<td>Discounted price</td>\n</tr>\n<tr>\n<td><strong>data.*.is_default</strong></td>\n<td>boolean</td>\n<td>Default SKU indicator</td>\n</tr>\n<tr>\n<td><strong>data.*.last_order_dropped</strong></td>\n<td>string or null</td>\n<td>Timestamp of last order drop</td>\n</tr>\n<tr>\n<td><strong>data.*.hs_code</strong></td>\n<td>string or null</td>\n<td>HS (Harmonized System) code</td>\n</tr>\n<tr>\n<td><strong>data.*.country</strong></td>\n<td>string</td>\n<td>Country name (e.g., \"United Arab Emirates\")</td>\n</tr>\n<tr>\n<td><strong>data.*.expiry_control</strong></td>\n<td>boolean or integer</td>\n<td>Expiry control flag</td>\n</tr>\n<tr>\n<td><strong>data.*.serial_number_control</strong></td>\n<td>boolean or integer</td>\n<td>Serial number control flag</td>\n</tr>\n<tr>\n<td><strong>data.*.is_returnable</strong></td>\n<td>boolean</td>\n<td>Returnable flag</td>\n</tr>\n<tr>\n<td><strong>data.*.base_uom</strong></td>\n<td>string</td>\n<td>Base unit of measure (e.g., \"ea\")</td>\n</tr>\n<tr>\n<td><strong>data.*.gross_weight</strong></td>\n<td>float or null</td>\n<td>Gross weight of SKU</td>\n</tr>\n<tr>\n<td><strong>data.*.weight_uom</strong></td>\n<td>string</td>\n<td>Weight unit of measure</td>\n</tr>\n<tr>\n<td><strong>data.*.volume_uom</strong></td>\n<td>string or null</td>\n<td>Volume unit of measure</td>\n</tr>\n<tr>\n<td><strong>data.*.cube</strong></td>\n<td>float</td>\n<td>Cube volume (may duplicate <code>cubee</code>)</td>\n</tr>\n<tr>\n<td><strong>data.*.inner_photo</strong></td>\n<td>string or null</td>\n<td>Inner product photo URL</td>\n</tr>\n<tr>\n<td><strong>data.*.sub_brand</strong></td>\n<td>string or null</td>\n<td>Sub-brand name</td>\n</tr>\n<tr>\n<td><strong>data.*.gender</strong></td>\n<td>string</td>\n<td>Target gender (e.g., Male, Female, Unisex)</td>\n</tr>\n<tr>\n<td><strong>data.*.hs_description</strong></td>\n<td>string or null</td>\n<td>HS description</td>\n</tr>\n<tr>\n<td><strong>data.*.cycle_class</strong></td>\n<td>string</td>\n<td>Cycle class for inventory counting</td>\n</tr>\n<tr>\n<td>**data.*.**pick_type</td>\n<td>string or null</td>\n<td>Inventory rotation rules</td>\n</tr>\n<tr>\n<td><strong>data.*.expire_control</strong></td>\n<td>boolean</td>\n<td>Expiry control toggle</td>\n</tr>\n<tr>\n<td><strong>data.*.is_decimal_controlled</strong></td>\n<td>boolean</td>\n<td>Decimal quantity control</td>\n</tr>\n<tr>\n<td><strong>data.*.is_perishable</strong></td>\n<td>boolean</td>\n<td>Perishability indicator</td>\n</tr>\n<tr>\n<td><strong>data.*.is_dg</strong></td>\n<td>boolean</td>\n<td>Dangerous goods indicator</td>\n</tr>\n<tr>\n<td><strong>data.*.is_shell_life</strong></td>\n<td>boolean</td>\n<td>Shelf life management flag</td>\n</tr>\n<tr>\n<td><strong>data.*.shell_life_uom_id</strong></td>\n<td>integer or null</td>\n<td>Shelf life unit of measure ID</td>\n</tr>\n<tr>\n<td><strong>data.*.shell_life_alert_days</strong></td>\n<td>integer or null</td>\n<td>Days before expiry alert</td>\n</tr>\n<tr>\n<td><strong>data.*.shell_life</strong></td>\n<td>integer or null</td>\n<td>Shelf life duration</td>\n</tr>\n<tr>\n<td><strong>data.*.is_uom_breakable</strong></td>\n<td>boolean</td>\n<td>UOM breakable indicator</td>\n</tr>\n<tr>\n<td><strong>data.*.min_threshold</strong></td>\n<td>integer or null</td>\n<td>Minimum stock threshold</td>\n</tr>\n<tr>\n<td><strong>data.*.reorder_qty</strong></td>\n<td>integer or null</td>\n<td>Reorder quantity</td>\n</tr>\n<tr>\n<td><strong>data.*.is_kit</strong></td>\n<td>boolean</td>\n<td>Indicates if SKU is a kit</td>\n</tr>\n<tr>\n<td><strong>data.*.is_over_receive</strong></td>\n<td>boolean</td>\n<td>Over-receive allowed indicator</td>\n</tr>\n<tr>\n<td><strong>data.*.over_receive_percentage</strong></td>\n<td>float or null</td>\n<td>Over-receive tolerance percentage</td>\n</tr>\n<tr>\n<td><strong>data.*.is_batch_control_required</strong></td>\n<td>boolean</td>\n<td>Batch control required</td>\n</tr>\n<tr>\n<td><strong>data.*.is_batch_control_by_mfg</strong></td>\n<td>boolean</td>\n<td>Batch control by manufacturing date</td>\n</tr>\n<tr>\n<td><strong>data.*.is_batch_control_by_exp</strong></td>\n<td>boolean</td>\n<td>Batch control by expiry date</td>\n</tr>\n<tr>\n<td><strong>data.*.is_batch_control_auto_calc</strong></td>\n<td>boolean</td>\n<td>Auto-calculate batch control</td>\n</tr>\n<tr>\n<td><strong>data.*.is_qc_inbound_required</strong></td>\n<td>boolean</td>\n<td>Inbound QC required</td>\n</tr>\n<tr>\n<td><strong>data.*.qc_inbound_method</strong></td>\n<td>string</td>\n<td>Method for inbound QC (e.g., \"sampling\", \"-\")</td>\n</tr>\n<tr>\n<td><strong>data.*.qc_inbound_sampling_qty</strong></td>\n<td>integer or null</td>\n<td>Inbound sampling quantity</td>\n</tr>\n<tr>\n<td><strong>data.*.qc_inbound_sampling_uom</strong></td>\n<td>string or null</td>\n<td>Inbound sampling unit</td>\n</tr>\n<tr>\n<td><strong>data.*.is_qc_outbound_required</strong></td>\n<td>boolean</td>\n<td>Outbound QC required</td>\n</tr>\n<tr>\n<td><strong>data.*.qc_outbound_method</strong></td>\n<td>string</td>\n<td>Method for outbound QC (e.g., \"full\", \"-\")</td>\n</tr>\n<tr>\n<td><strong>data.*.qc_outbound_sampling_qty</strong></td>\n<td>integer or null</td>\n<td>Outbound sampling quantity</td>\n</tr>\n<tr>\n<td><strong>data.*.qc_outbound_sampling_uom</strong></td>\n<td>string or null</td>\n<td>Outbound sampling unit</td>\n</tr>\n<tr>\n<td><strong>data.*.qr_code_available</strong></td>\n<td>boolean or null</td>\n<td>QR code available flag</td>\n</tr>\n<tr>\n<td><strong>data.*.qr_code_area</strong></td>\n<td>string or null</td>\n<td>QR code printable area</td>\n</tr>\n<tr>\n<td><strong>data.*.is_sealed</strong></td>\n<td>boolean</td>\n<td>Sealed product indicator</td>\n</tr>\n<tr>\n<td><strong>data.*.storage_info</strong></td>\n<td>string or null</td>\n<td>Storage information</td>\n</tr>\n<tr>\n<td><strong>data.*.handling_info</strong></td>\n<td>string or null</td>\n<td>Handling information</td>\n</tr>\n<tr>\n<td><strong>data.*.alternative_sku_codes</strong></td>\n<td>array of strings</td>\n<td>List of alternative SKU codes</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v3","skus"],"host":["BASE_URL"],"query":[],"variable":[]}},"response":[{"id":"ec335485-184a-42e8-9c41-e3ea9b904986","name":"Get SKUs","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"page\": 1,\n    \"per_page\": 50,\n    \"skus\": [\n        \"BIGDATA002\",\n        \"BIGDATA001\"\n    ],\n //   \"sku_types\": [\n //       \"regular\"\n  //  ],\n  //  \"brands\": [\n   //     \"my brand\"\n   // ],\n    //\"category\": [\n    //    \"my category\"\n    //],\n    \"status\": \"Enabled\"\n}","options":{"raw":{"language":"json"}}},"url":"BASE_URL/api/v3/skus"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 13 Jun 2025 06:15:12 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/8.1.26"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Expose-Headers","value":"*"},{"key":"Vary","value":"Authorization,Origin"},{"key":"X-Powered-By","value":"PHP/8.1.26"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"600"},{"key":"X-RateLimit-Remaining","value":"599"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"pagination\": {\n        \"per_page\": 50,\n        \"current_page\": 1,\n        \"last_page\": 1,\n        \"total\": 2\n    },\n    \"applied_filters\": {\n        \"sku_numbers\": [\n            \"BIGDATA002\",\n            \"BIGDATA001\"\n        ],\n        \"status\": \"Enabled\"\n    },\n    \"data\": [\n        {\n            \"id\": 322241,\n            \"sku\": \"BIGDATA002\",\n            \"status\": \"Enabled\",\n            \"alter_sku_name\": null,\n            \"description\": \"BIGDATA002\",\n            \"brand\": null,\n            \"category\": null,\n            \"sub_category\": null,\n            \"weight\": 0,\n            \"volume\": 0,\n            \"length\": 0,\n            \"width\": 0,\n            \"height\": 0,\n            \"cbm\": 0,\n            \"size\": 0,\n            \"color\": null,\n            \"design_number\": null,\n            \"sku_type\": \"Regular\",\n            \"order_count\": 0,\n            \"system_creation_time\": \"2025-04-30 14:18:57\",\n            \"currency\": \"AED\",\n            \"cost_price\": 0,\n            \"price\": 0,\n            \"discounted_price\": 0,\n            \"is_default\": false,\n            \"last_order_dropped\": null,\n            \"hs_code\": null,\n            \"hs_description\": null,\n            \"country\": null,\n            \"serial_number_control\": false,\n            \"is_returnable\": false,\n            \"base_uom\": \"ea\",\n            \"gross_weight\": null,\n            \"weight_uom\": \"kg\",\n            \"volume_uom\": \"cm\",\n            \"sub_brand\": null,\n            \"gender\": null,\n            \"cycle_class\": null,\n            \"pick_type\": null,\n            \"expiry_control\": false,\n            \"is_decimal_controlled\": false,\n            \"is_perishable\": false,\n            \"is_dg\": false,\n            \"is_shell_life\": false,\n            \"shell_life_uom\": null,\n            \"shell_life_alert_days\": null,\n            \"shell_life\": null,\n            \"is_uom_breakable\": false,\n            \"min_threshold\": null,\n            \"reorder_qty\": null,\n            \"is_kit\": false,\n            \"is_over_receive\": false,\n            \"over_receive_percentage\": null,\n            \"is_batch_control_required\": false,\n            \"is_batch_control_by_mfg\": false,\n            \"is_batch_control_by_exp\": false,\n            \"is_batch_control_auto_calc\": false,\n            \"is_qc_inbound_required\": false,\n            \"qc_inbound_method\": null,\n            \"qc_inbound_sampling_qty\": null,\n            \"qc_inbound_sampling_uom\": null,\n            \"is_qc_outbound_required\": false,\n            \"qc_outbound_method\": null,\n            \"qc_outbound_sampling_qty\": null,\n            \"qc_outbound_sampling_uom\": null,\n            \"qr_code_available\": null,\n            \"qr_code_area\": null,\n            \"is_sealed\": false,\n            \"storage_info\": null,\n            \"handling_info\": null,\n            \"alternative_sku_codes\": []\n        },\n        {\n            \"id\": 322240,\n            \"sku\": \"BIGDATA001\",\n            \"status\": \"Enabled\",\n            \"alter_sku_name\": null,\n            \"description\": \"BIGDATA001\",\n            \"brand\": null,\n            \"category\": null,\n            \"sub_category\": null,\n            \"weight\": 0,\n            \"volume\": 0,\n            \"length\": 0,\n            \"width\": 0,\n            \"height\": 0,\n            \"cbm\": 0,\n            \"size\": 0,\n            \"color\": null,\n            \"design_number\": null,\n            \"sku_type\": \"Regular\",\n            \"order_count\": 0,\n            \"system_creation_time\": \"2025-04-30 14:18:33\",\n            \"currency\": \"AED\",\n            \"cost_price\": 0,\n            \"price\": 0,\n            \"discounted_price\": 0,\n            \"is_default\": false,\n            \"last_order_dropped\": null,\n            \"hs_code\": null,\n            \"hs_description\": null,\n            \"country\": null,\n            \"serial_number_control\": false,\n            \"is_returnable\": false,\n            \"base_uom\": \"ea\",\n            \"gross_weight\": null,\n            \"weight_uom\": \"kg\",\n            \"volume_uom\": \"cm\",\n            \"sub_brand\": null,\n            \"gender\": null,\n            \"cycle_class\": null,\n            \"pick_type\": null,\n            \"expiry_control\": false,\n            \"is_decimal_controlled\": false,\n            \"is_perishable\": false,\n            \"is_dg\": false,\n            \"is_shell_life\": false,\n            \"shell_life_uom\": null,\n            \"shell_life_alert_days\": null,\n            \"shell_life\": null,\n            \"is_uom_breakable\": false,\n            \"min_threshold\": null,\n            \"reorder_qty\": null,\n            \"is_kit\": false,\n            \"is_over_receive\": false,\n            \"over_receive_percentage\": null,\n            \"is_batch_control_required\": false,\n            \"is_batch_control_by_mfg\": false,\n            \"is_batch_control_by_exp\": false,\n            \"is_batch_control_auto_calc\": false,\n            \"is_qc_inbound_required\": false,\n            \"qc_inbound_method\": null,\n            \"qc_inbound_sampling_qty\": null,\n            \"qc_inbound_sampling_uom\": null,\n            \"is_qc_outbound_required\": false,\n            \"qc_outbound_method\": null,\n            \"qc_outbound_sampling_qty\": null,\n            \"qc_outbound_sampling_uom\": null,\n            \"qr_code_available\": null,\n            \"qr_code_area\": null,\n            \"is_sealed\": false,\n            \"storage_info\": null,\n            \"handling_info\": null,\n            \"alternative_sku_codes\": [\n                \"BIGDATA001-01\",\n                \"BIGDATA001-02\"\n            ]\n        }\n    ]\n}"}],"_postman_id":"11c0fe6f-b0fb-42a4-876d-397165d53e84"},{"name":"Create SKU","id":"db35af4e-5bbc-4c74-86be-cef5b8185b77","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer TOKEN","description":"<p>1</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"sku\": \"SIHAPISKU0014\",\n    \"sku_type\": \"Regular\",\n    \"alter_sku_name\": \"SIH-0001\",\n    \"description\": \"MUG\",\n    \"brand\": \"\",\n    \"sub_brand\": \"LEO\",\n    \"category\": \"\",\n    \"sub_category\": \"\",\n    \"weight\": 2,\n    \"volume\": 50,\n    \"length\": 11,\n    \"width\": 11,\n    \"height\": 3,\n    \"cbm\": 0,\n    \"size\": \"5\",\n    \"base_uom\": \"ea\",\n    \"gross_weight\": 2.224,\n    \"weight_uom\": \"kg\",\n    \"volume_uom\": \"cbm\",\n    \"color\": \"Red\",\n    \"design_number\": null,\n    \"product\": null,\n    \"currency\": \"AED\",\n    \"cost_price\": 0,\n    \"price\": 100,\n    \"discounted_price\": 0,\n    \"is_default\": false,\n    \"hs_code\": \"112233\",\n    \"country\": \"SA\",\n    \"serial_number_control\": false,\n    \"is_returnable\": false,\n    \"gender\": \"\",\n    \"hs_description\": \"MATERIALS\",\n    \"cycle_class\": \"\",\n    \"pick_type\": \"Inbound FIFO Rule\",\n    \"expiry_control\": false,\n    \"is_decimal_controlled\": false,\n    \"is_perishable\": false,\n    \"is_dg\": false,\n    \"is_shell_life\": false,\n    \"shell_life_uom\": \"\",\n    \"shell_life_alert_days\": null,\n    \"shell_life\": null,\n    \"is_uom_breakable\": false,\n    \"min_threshold\": null,\n    \"reorder_qty\": null,\n    \"is_kit\": false,\n    \"is_over_receive\": false,\n    \"over_receive_percentage\": null,\n    \"is_batch_control_required\": false,\n    \"is_batch_control_by_mfg\": false,\n    \"is_batch_control_by_exp\": false,\n    \"is_batch_control_auto_calc\": false,\n    \"is_qc_inbound_required\": false,\n    \"qc_inbound_method\": \"\",\n    \"qc_inbound_sampling_qty\": null,\n    \"qc_inbound_sampling_uom\": null,\n    \"is_qc_outbound_required\": false,\n    \"qc_outbound_method\": \"\",\n    \"qc_outbound_sampling_qty\": null,\n    \"qc_outbound_sampling_uom\": null,\n    \"qr_code_available\": null,\n    \"qr_code_area\": null,\n    \"is_sealed\": false,\n    \"storage_info\": null,\n    \"handling_info\": null,\n    \"alternative_sku_codes\": [\n\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"BASE_URL/api/v3/skus/create","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute</strong></th>\n<th><strong>Example</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Validation</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>sku_type</strong></td>\n<td><code>Regular</code></td>\n<td>string</td>\n<td><strong>Required</strong>  <br />Must exist in allowed SKU types</td>\n<td>SKU type</td>\n</tr>\n<tr>\n<td><strong>sku</strong></td>\n<td><code>TESTSKU001</code></td>\n<td>string</td>\n<td><strong>Required</strong>  <br />Unique alphanumeric identifier</td>\n<td>Primary system SKU code</td>\n</tr>\n<tr>\n<td><strong>alter_sku_name</strong></td>\n<td><code>ALTTESTSKU001</code></td>\n<td>string</td>\n<td>Optional  <br />Free text</td>\n<td>Alternative SKU code</td>\n</tr>\n<tr>\n<td><strong>description</strong></td>\n<td><code>A short test description.</code></td>\n<td>string</td>\n<td>Optional  <br />Free text</td>\n<td>Description of the SKU</td>\n</tr>\n<tr>\n<td><strong>brand</strong></td>\n<td><code>MY BRAND</code></td>\n<td>string</td>\n<td>Optional  <br />Free text</td>\n<td>Brand name</td>\n</tr>\n<tr>\n<td><strong>sub_brand</strong></td>\n<td><code>MY SUB-BRAND</code></td>\n<td>string</td>\n<td>Optional</td>\n<td>Sub-brand name</td>\n</tr>\n<tr>\n<td><strong>category</strong></td>\n<td><code>PANTS</code></td>\n<td>string</td>\n<td>Optional  <br />Must exist in SKU category list</td>\n<td>Product category</td>\n</tr>\n<tr>\n<td><strong>sub_category</strong></td>\n<td><code>STOCKING</code></td>\n<td>string</td>\n<td>Optional  <br />Must match SKU subcategory list for selected category</td>\n<td>Product sub-category</td>\n</tr>\n<tr>\n<td><strong>weight</strong></td>\n<td><code>0.5</code></td>\n<td>float</td>\n<td>Optional  <br />Numeric</td>\n<td>Weight of the SKU</td>\n</tr>\n<tr>\n<td>volume</td>\n<td><code>27.00</code></td>\n<td>float</td>\n<td>Optional  <br />Numeric</td>\n<td>Volume of SKU</td>\n</tr>\n<tr>\n<td><strong>length</strong></td>\n<td><code>3.00</code></td>\n<td>float</td>\n<td>Optional  <br />Numeric</td>\n<td>Length in dimension</td>\n</tr>\n<tr>\n<td><strong>width</strong></td>\n<td><code>3.00</code></td>\n<td>float</td>\n<td>Optional  <br />Numeric</td>\n<td>Width in dimension</td>\n</tr>\n<tr>\n<td><strong>height</strong></td>\n<td><code>3.00</code></td>\n<td>float</td>\n<td>Optional  <br />Numeric</td>\n<td>Height in dimension</td>\n</tr>\n<tr>\n<td><strong>cbm</strong></td>\n<td><code>0</code></td>\n<td>float</td>\n<td>Optional  <br />Numeric</td>\n<td>Cubic meter volume</td>\n</tr>\n<tr>\n<td><strong>size</strong></td>\n<td><code>0</code></td>\n<td>string</td>\n<td>Optional  <br />Free text</td>\n<td>Size of the product</td>\n</tr>\n<tr>\n<td><strong>base_uom</strong></td>\n<td><code>ea</code></td>\n<td>string</td>\n<td>Optional  <br />Must be valid UOM</td>\n<td>Base Unit of Measure</td>\n</tr>\n<tr>\n<td><strong>gross_weight</strong></td>\n<td><code>10</code></td>\n<td>float</td>\n<td>Optional  <br />Numeric</td>\n<td>Gross weight</td>\n</tr>\n<tr>\n<td><strong>weight_uom</strong></td>\n<td><code>gm</code></td>\n<td>string</td>\n<td>Optional  <br />Must be valid UOM</td>\n<td>Unit of measure for weight</td>\n</tr>\n<tr>\n<td><strong>volume_uom</strong></td>\n<td><code>cbm</code></td>\n<td>string</td>\n<td>Optional  <br />Must be valid UOM</td>\n<td>Unit of measure for volume</td>\n</tr>\n<tr>\n<td><strong>color</strong></td>\n<td><code>Red</code></td>\n<td>string</td>\n<td>Optional</td>\n<td>Color of the product</td>\n</tr>\n<tr>\n<td><strong>design_number</strong></td>\n<td><code>TEST DESIGN 001</code></td>\n<td>string</td>\n<td>Optional  <br />Free text</td>\n<td>Design identification number</td>\n</tr>\n<tr>\n<td><strong>product</strong></td>\n<td><code>null</code></td>\n<td>string</td>\n<td>Optional</td>\n<td>Product association</td>\n</tr>\n<tr>\n<td><strong>currency</strong></td>\n<td><code>AED</code></td>\n<td>string</td>\n<td>Optional  <br />Valid ISO currency code</td>\n<td>Pricing currency</td>\n</tr>\n<tr>\n<td><strong>cost_price</strong></td>\n<td><code>0</code></td>\n<td>float</td>\n<td>Optional  <br />Numeric</td>\n<td>Cost price</td>\n</tr>\n<tr>\n<td><strong>price</strong></td>\n<td><code>100</code></td>\n<td>float</td>\n<td>Optional  <br />Numeric</td>\n<td>Selling price</td>\n</tr>\n<tr>\n<td><strong>discounted_price</strong></td>\n<td><code>0</code></td>\n<td>float</td>\n<td>Optional  <br />Numeric</td>\n<td>Discounted price</td>\n</tr>\n<tr>\n<td><strong>is_default</strong></td>\n<td><code>false</code></td>\n<td>boolean</td>\n<td>Optional</td>\n<td>Default SKU indicator</td>\n</tr>\n<tr>\n<td><strong>hs_code</strong></td>\n<td><code>null</code></td>\n<td>string</td>\n<td>Optional  <br />Free text</td>\n<td>Harmonized System code</td>\n</tr>\n<tr>\n<td><strong>country</strong></td>\n<td><code>UAE</code></td>\n<td>string</td>\n<td>Optional  <br />Valid country code</td>\n<td>Country of origin</td>\n</tr>\n<tr>\n<td><strong>serial_number_control</strong></td>\n<td><code>false</code></td>\n<td>boolean</td>\n<td>Optional</td>\n<td>Serial number control enabled</td>\n</tr>\n<tr>\n<td><strong>is_returnable</strong></td>\n<td><code>true</code></td>\n<td>boolean</td>\n<td>Optional</td>\n<td>Returnable indicator</td>\n</tr>\n<tr>\n<td><strong>gender</strong></td>\n<td><code>Male</code></td>\n<td>string</td>\n<td>Optional  <br />Values like \"Male\", \"Female\", \"Unisex\"</td>\n<td>Target gender for product</td>\n</tr>\n<tr>\n<td><strong>hs_description</strong></td>\n<td><code>null</code></td>\n<td>string</td>\n<td>Optional</td>\n<td>HS code description</td>\n</tr>\n<tr>\n<td><strong>cycle_class</strong></td>\n<td><code>a</code></td>\n<td>string</td>\n<td>Optional  <br />Values like \"a\", \"b\", \"c\"</td>\n<td>Cycle counting class</td>\n</tr>\n<tr>\n<td><strong>pick_type</strong></td>\n<td>Inbound FIFO Rule</td>\n<td>string</td>\n<td>Optional</td>\n<td>Rules for inventory rotation (Ex: Inbound FIFO Rule, Expiry Date FEFO Rule, Production Date FIFO Rule)</td>\n</tr>\n<tr>\n<td><strong>expiry_control</strong></td>\n<td><code>false</code></td>\n<td>boolean</td>\n<td>Optional</td>\n<td>Expiry control toggle</td>\n</tr>\n<tr>\n<td><strong>is_decimal_controlled</strong></td>\n<td><code>false</code></td>\n<td>boolean</td>\n<td>Optional</td>\n<td>Decimal quantity control flag</td>\n</tr>\n<tr>\n<td><strong>is_perishable</strong></td>\n<td><code>false</code></td>\n<td>boolean</td>\n<td>Optional</td>\n<td>Perishability indicator</td>\n</tr>\n<tr>\n<td><strong>is_dg</strong></td>\n<td><code>false</code></td>\n<td>boolean</td>\n<td>Optional</td>\n<td>Dangerous goods indicator</td>\n</tr>\n<tr>\n<td><strong>is_shell_life</strong></td>\n<td><code>false</code></td>\n<td>boolean</td>\n<td>Optional</td>\n<td>Shelf life control indicator</td>\n</tr>\n<tr>\n<td><strong>shell_life_uom</strong></td>\n<td><code>yy</code></td>\n<td>string</td>\n<td>Optional Values like \"yy\", \"mm\", \"dd\"</td>\n<td>Shelf life unit of measure (e.g., years)</td>\n</tr>\n<tr>\n<td><strong>shell_life_alert_days</strong></td>\n<td><code>null</code></td>\n<td>integer</td>\n<td>Optional</td>\n<td>Alert days before expiry</td>\n</tr>\n<tr>\n<td><strong>shell_life</strong></td>\n<td><code>null</code></td>\n<td>integer</td>\n<td>Optional</td>\n<td>Shelf life duration</td>\n</tr>\n<tr>\n<td><strong>is_uom_breakable</strong></td>\n<td><code>false</code></td>\n<td>boolean</td>\n<td>Optional</td>\n<td>UOM breakable control</td>\n</tr>\n<tr>\n<td><strong>min_threshold</strong></td>\n<td><code>null</code></td>\n<td>integer</td>\n<td>Optional</td>\n<td>Minimum stock threshold</td>\n</tr>\n<tr>\n<td><strong>reorder_qty</strong></td>\n<td><code>null</code></td>\n<td>integer</td>\n<td>Optional</td>\n<td>Reorder quantity</td>\n</tr>\n<tr>\n<td><strong>is_kit</strong></td>\n<td><code>false</code></td>\n<td>boolean</td>\n<td>Optional</td>\n<td>Kit product indicator</td>\n</tr>\n<tr>\n<td><strong>is_over_receive</strong></td>\n<td><code>false</code></td>\n<td>boolean</td>\n<td>Optional</td>\n<td>Allow over receiving</td>\n</tr>\n<tr>\n<td><strong>over_receive_percentage</strong></td>\n<td><code>null</code></td>\n<td>float</td>\n<td>Optional</td>\n<td>Allowed over-receive percentage</td>\n</tr>\n<tr>\n<td><strong>is_batch_control_required</strong></td>\n<td><code>false</code></td>\n<td>boolean</td>\n<td>Optional</td>\n<td>Batch control required</td>\n</tr>\n<tr>\n<td><strong>is_batch_control_by_mfg</strong></td>\n<td><code>false</code></td>\n<td>boolean</td>\n<td>Optional</td>\n<td>Batch control by manufacturing date</td>\n</tr>\n<tr>\n<td><strong>is_batch_control_by_exp</strong></td>\n<td><code>false</code></td>\n<td>boolean</td>\n<td>Optional</td>\n<td>Batch control by expiry date</td>\n</tr>\n<tr>\n<td><strong>is_batch_control_auto_calc</strong></td>\n<td><code>false</code></td>\n<td>boolean</td>\n<td>Optional</td>\n<td>Auto-calculate batch control</td>\n</tr>\n<tr>\n<td><strong>is_qc_inbound_required</strong></td>\n<td><code>false</code></td>\n<td>boolean</td>\n<td>Optional</td>\n<td>Inbound QC required</td>\n</tr>\n<tr>\n<td><strong>qc_inbound_method</strong></td>\n<td><code>sampling</code></td>\n<td>string</td>\n<td>Optional Values like \"full\", \"<code>sampling</code>\"</td>\n<td>Inbound QC method (sampling/full)</td>\n</tr>\n<tr>\n<td><strong>qc_inbound_sampling_qty</strong></td>\n<td><code>10</code></td>\n<td>integer</td>\n<td>Optional</td>\n<td>Inbound sampling quantity</td>\n</tr>\n<tr>\n<td><strong>qc_inbound_sampling_uom</strong></td>\n<td><code>null</code></td>\n<td>string</td>\n<td>Optional</td>\n<td>Inbound sampling unit of measure</td>\n</tr>\n<tr>\n<td><strong>is_qc_outbound_required</strong></td>\n<td><code>false</code></td>\n<td>boolean</td>\n<td>Optional</td>\n<td>Outbound QC required</td>\n</tr>\n<tr>\n<td><strong>qc_outbound_method</strong></td>\n<td><code>full</code></td>\n<td>string</td>\n<td>Optional Values like \"full\", \"<code>sampling</code>\"</td>\n<td>Outbound QC method (sampling/full)</td>\n</tr>\n<tr>\n<td><strong>qc_outbound_sampling_qty</strong></td>\n<td><code>10</code></td>\n<td>integer</td>\n<td>Optional</td>\n<td>Outbound sampling quantity</td>\n</tr>\n<tr>\n<td><strong>qc_outbound_sampling_uom</strong></td>\n<td><code>null</code></td>\n<td>string</td>\n<td>Optional</td>\n<td>Outbound sampling unit of measure</td>\n</tr>\n<tr>\n<td><strong>qr_code_available</strong></td>\n<td><code>null</code></td>\n<td>boolean</td>\n<td>Optional</td>\n<td>QR code availability flag</td>\n</tr>\n<tr>\n<td><strong>qr_code_area</strong></td>\n<td><code>null</code></td>\n<td>string</td>\n<td>Optional</td>\n<td>QR code area of product</td>\n</tr>\n<tr>\n<td><strong>is_sealed</strong></td>\n<td><code>false</code></td>\n<td>boolean</td>\n<td>Optional</td>\n<td>Product sealing status</td>\n</tr>\n<tr>\n<td><strong>storage_info</strong></td>\n<td><code>null</code></td>\n<td>string</td>\n<td>Optional</td>\n<td>Storage related information</td>\n</tr>\n<tr>\n<td><strong>handling_info</strong></td>\n<td><code>null</code></td>\n<td>string</td>\n<td>Optional</td>\n<td>Handling related information</td>\n</tr>\n<tr>\n<td><strong>alternative_sku_codes</strong></td>\n<td><code>[\"ALTR001\", \"ALTR02\"]</code></td>\n<td>array of strings</td>\n<td>Optional  <br />List of alphanumeric codes</td>\n<td>Alternative SKU codes</td>\n</tr>\n</tbody>\n</table>\n</div><p>Response Structure:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>success</strong></td>\n<td>boolean</td>\n<td>Status of the request (true/false)</td>\n</tr>\n<tr>\n<td><strong>data</strong></td>\n<td>array</td>\n<td>List of SKU objects</td>\n</tr>\n<tr>\n<td><strong>data.id</strong></td>\n<td>integer</td>\n<td>Unique ID of the SKU</td>\n</tr>\n<tr>\n<td><strong>data.sku</strong></td>\n<td>string</td>\n<td>Unique system SKU code</td>\n</tr>\n<tr>\n<td><strong>data.status</strong></td>\n<td>string</td>\n<td>Current status of the SKU (\"Enabled\", \"Disabled\")</td>\n</tr>\n<tr>\n<td><strong>data.alter_sku_name</strong></td>\n<td>string</td>\n<td>Alternative SKU code</td>\n</tr>\n<tr>\n<td><strong>data.description</strong></td>\n<td>string</td>\n<td>Short description of the SKU</td>\n</tr>\n<tr>\n<td><strong>data.brand</strong></td>\n<td>string</td>\n<td>Brand name</td>\n</tr>\n<tr>\n<td><strong>data.category</strong></td>\n<td>string</td>\n<td>Product category</td>\n</tr>\n<tr>\n<td><strong>data.sub_category</strong></td>\n<td>string</td>\n<td>Product sub-category</td>\n</tr>\n<tr>\n<td><strong>data.photo</strong></td>\n<td>string or null</td>\n<td>Product photo URL</td>\n</tr>\n<tr>\n<td><strong>data.weight</strong></td>\n<td>float</td>\n<td>Weight of the SKU</td>\n</tr>\n<tr>\n<td><strong>data.cubee</strong></td>\n<td>float</td>\n<td>Cube volume of SKU</td>\n</tr>\n<tr>\n<td><strong>data.length</strong></td>\n<td>float</td>\n<td>Length of the SKU</td>\n</tr>\n<tr>\n<td><strong>data.width</strong></td>\n<td>float</td>\n<td>Width of the SKU</td>\n</tr>\n<tr>\n<td><strong>data.height</strong></td>\n<td>float</td>\n<td>Height of the SKU</td>\n</tr>\n<tr>\n<td><strong>data.cbm</strong></td>\n<td>float</td>\n<td>Cubic meter volume</td>\n</tr>\n<tr>\n<td><strong>data.size</strong></td>\n<td>string or float</td>\n<td>Size of the SKU</td>\n</tr>\n<tr>\n<td><strong>data.color</strong></td>\n<td>string</td>\n<td>Color of the SKU</td>\n</tr>\n<tr>\n<td><strong>data.design_number</strong></td>\n<td>string or null</td>\n<td>Design identifier</td>\n</tr>\n<tr>\n<td><strong>data.sku_type</strong></td>\n<td>string</td>\n<td>SKU type (e.g., \"Regular\")</td>\n</tr>\n<tr>\n<td><strong>data.order_count</strong></td>\n<td>integer</td>\n<td>Number of orders associated with SKU</td>\n</tr>\n<tr>\n<td><strong>data.system_creation_time</strong></td>\n<td>string</td>\n<td>Timestamp when SKU was created</td>\n</tr>\n<tr>\n<td><strong>data.insert_time</strong></td>\n<td>string</td>\n<td>Timestamp when SKU was inserted</td>\n</tr>\n<tr>\n<td><strong>data.currency</strong></td>\n<td>string</td>\n<td>Currency code (e.g., \"AED\")</td>\n</tr>\n<tr>\n<td><strong>data.cost_price</strong></td>\n<td>float</td>\n<td>Cost price of the SKU</td>\n</tr>\n<tr>\n<td><strong>data.price</strong></td>\n<td>float</td>\n<td>Selling price of the SKU</td>\n</tr>\n<tr>\n<td><strong>data.discounted_price</strong></td>\n<td>float</td>\n<td>Discounted price (if any)</td>\n</tr>\n<tr>\n<td><strong>data.is_default</strong></td>\n<td>boolean</td>\n<td>Indicates if SKU is the default one</td>\n</tr>\n<tr>\n<td><strong>data.last_order_dropped</strong></td>\n<td>string or null</td>\n<td>Last order drop timestamp</td>\n</tr>\n<tr>\n<td><strong>data.hs_code</strong></td>\n<td>string or null</td>\n<td>HS (Harmonized System) code</td>\n</tr>\n<tr>\n<td><strong>data.country</strong></td>\n<td>string</td>\n<td>Country name (e.g., \"United Arab Emirates\")</td>\n</tr>\n<tr>\n<td><strong>data.expiry_control</strong></td>\n<td>boolean or integer</td>\n<td>Expiry control flag</td>\n</tr>\n<tr>\n<td><strong>data.serial_number_control</strong></td>\n<td>boolean or integer</td>\n<td>Serial number control flag</td>\n</tr>\n<tr>\n<td><strong>data.is_returnable</strong></td>\n<td>boolean</td>\n<td>Indicates if the SKU is returnable</td>\n</tr>\n<tr>\n<td><strong>data.base_uom</strong></td>\n<td>string</td>\n<td>Base unit of measure (e.g., \"ea\")</td>\n</tr>\n<tr>\n<td><strong>data.gross_weight</strong></td>\n<td>float or null</td>\n<td>Gross weight</td>\n</tr>\n<tr>\n<td><strong>data.weight_uom</strong></td>\n<td>string</td>\n<td>Weight unit of measure</td>\n</tr>\n<tr>\n<td><strong>data.volume_uom</strong></td>\n<td>string or null</td>\n<td>Volume unit of measure</td>\n</tr>\n<tr>\n<td><strong>data.cube</strong></td>\n<td>float</td>\n<td>Cube volume</td>\n</tr>\n<tr>\n<td><strong>data.sub_brand</strong></td>\n<td>string or null</td>\n<td>Sub-brand name</td>\n</tr>\n<tr>\n<td><strong>data.gender</strong></td>\n<td>string</td>\n<td>Target gender (e.g., Male, Female, Unisex)</td>\n</tr>\n<tr>\n<td><strong>data.hs_description</strong></td>\n<td>string or null</td>\n<td>HS code description</td>\n</tr>\n<tr>\n<td><strong>data.cycle_class</strong></td>\n<td>string</td>\n<td>Inventory cycle class (e.g., \"A\", \"-\", etc.)</td>\n</tr>\n<tr>\n<td><strong>data.pick_type</strong></td>\n<td>string or null</td>\n<td>Inventory rotation rules</td>\n</tr>\n<tr>\n<td><strong>data.expiry_control</strong></td>\n<td>boolean</td>\n<td>Expiry control toggle</td>\n</tr>\n<tr>\n<td><strong>data.is_decimal_controlled</strong></td>\n<td>boolean</td>\n<td>Decimal quantity control toggle</td>\n</tr>\n<tr>\n<td><strong>data.is_perishable</strong></td>\n<td>boolean</td>\n<td>Indicates if SKU is perishable</td>\n</tr>\n<tr>\n<td><strong>data.is_dg</strong></td>\n<td>boolean</td>\n<td>Dangerous goods indicator</td>\n</tr>\n<tr>\n<td><strong>data.is_shell_life</strong></td>\n<td>boolean</td>\n<td>Shelf life tracking indicator</td>\n</tr>\n<tr>\n<td><strong>data.shell_life_uom_id</strong></td>\n<td>integer or null</td>\n<td>Shelf life unit of measure ID</td>\n</tr>\n<tr>\n<td><strong>data.shell_life_alert_days</strong></td>\n<td>integer or null</td>\n<td>Days before expiry alert trigger</td>\n</tr>\n<tr>\n<td><strong>data.shell_life</strong></td>\n<td>integer or null</td>\n<td>Shelf life duration</td>\n</tr>\n<tr>\n<td><strong>data.is_uom_breakable</strong></td>\n<td>boolean</td>\n<td>Unit of measure breakability</td>\n</tr>\n<tr>\n<td><strong>data.min_threshold</strong></td>\n<td>integer or null</td>\n<td>Minimum stock threshold</td>\n</tr>\n<tr>\n<td><strong>data.reorder_qty</strong></td>\n<td>integer or null</td>\n<td>Reorder quantity threshold</td>\n</tr>\n<tr>\n<td><strong>data.is_kit</strong></td>\n<td>boolean</td>\n<td>Indicates if SKU is a kit</td>\n</tr>\n<tr>\n<td><strong>data.is_over_receive</strong></td>\n<td>boolean</td>\n<td>Over-receive permission flag</td>\n</tr>\n<tr>\n<td><strong>data.over_receive_percentage</strong></td>\n<td>float or null</td>\n<td>Over-receive percentage allowed</td>\n</tr>\n<tr>\n<td><strong>data.is_batch_control_required</strong></td>\n<td>boolean</td>\n<td>Batch control requirement flag</td>\n</tr>\n<tr>\n<td><strong>data.is_batch_control_by_mfg</strong></td>\n<td>boolean</td>\n<td>Batch control by manufacturing date</td>\n</tr>\n<tr>\n<td><strong>data.is_batch_control_by_exp</strong></td>\n<td>boolean</td>\n<td>Batch control by expiry date</td>\n</tr>\n<tr>\n<td><strong>data.is_batch_control_auto_calc</strong></td>\n<td>boolean</td>\n<td>Auto-calculate batch control flag</td>\n</tr>\n<tr>\n<td><strong>data.is_qc_inbound_required</strong></td>\n<td>boolean</td>\n<td>QC inbound check required</td>\n</tr>\n<tr>\n<td><strong>data.qc_inbound_method</strong></td>\n<td>string</td>\n<td>Method of QC inbound (e.g., \"sampling\", \"-\")</td>\n</tr>\n<tr>\n<td><strong>data.qc_inbound_sampling_qty</strong></td>\n<td>integer or null</td>\n<td>QC inbound sampling quantity</td>\n</tr>\n<tr>\n<td><strong>data.qc_inbound_sampling_uom</strong></td>\n<td>string or null</td>\n<td>QC inbound sampling unit</td>\n</tr>\n<tr>\n<td><strong>data.is_qc_outbound_required</strong></td>\n<td>boolean</td>\n<td>QC outbound check required</td>\n</tr>\n<tr>\n<td><strong>data.qc_outbound_method</strong></td>\n<td>string</td>\n<td>Method of QC outbound (e.g., \"full\", \"-\")</td>\n</tr>\n<tr>\n<td><strong>data.qc_outbound_sampling_qty</strong></td>\n<td>integer or null</td>\n<td>QC outbound sampling quantity</td>\n</tr>\n<tr>\n<td><strong>data.qc_outbound_sampling_uom</strong></td>\n<td>string or null</td>\n<td>QC outbound sampling unit</td>\n</tr>\n<tr>\n<td><strong>data.qr_code_available</strong></td>\n<td>boolean or null</td>\n<td>QR code availability flag</td>\n</tr>\n<tr>\n<td><strong>data.qr_code_area</strong></td>\n<td>string or null</td>\n<td>QR code printable area</td>\n</tr>\n<tr>\n<td><strong>data.is_sealed</strong></td>\n<td>boolean</td>\n<td>Sealed package indicator</td>\n</tr>\n<tr>\n<td><strong>data.storage_info</strong></td>\n<td>string or null</td>\n<td>Additional storage information</td>\n</tr>\n<tr>\n<td><strong>data.handling_info</strong></td>\n<td>string or null</td>\n<td>Additional handling information</td>\n</tr>\n<tr>\n<td><strong>data.alternative_sku_codes</strong></td>\n<td>array of strings</td>\n<td>List of alternative SKU codes</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v3","skus","create"],"host":["BASE_URL"],"query":[],"variable":[]}},"response":[{"id":"a98e6591-4592-4664-b826-7d5e08d2890f","name":"Create SKU","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"sku\": \"TESTSKU001235\",\n    \"sku_type\": \"Regular\",\n    \"alter_sku_name\": \"ALTTESTSKU001\",\n    \"description\": \"A short test description.\",\n    \"brand\": \"My Brand\",\n    \"sub_brand\": \"My Sub-brand\",\n    \"category\": \"PANTS\",\n    \"sub_category\": \"STOCKING\",\n    \"weight\": 0,\n    \"volume\": 50,\n    \"length\": 0,\n    \"width\": 0,\n    \"height\": 0,\n    \"cbm\": 0,\n    \"size\": 5,\n    \"base_uom\": \"ea\",\n    \"gross_weight\": 10,\n    \"weight_uom\": \"gm\",\n    \"volume_uom\": \"cbm\",\n    \"color\": \"Red\",\n    \"design_number\": null,\n    \"product\": null,\n    \"currency\": \"AED\",\n    \"cost_price\": 0,\n    \"price\": 100,\n    \"discounted_price\": 0,\n    \"is_default\": false,\n    \"hs_code\": null,\n    \"country\": \"UAE\",\n    \"serial_number_control\": false,\n    \"is_returnable\": true,\n    \"gender\": \"Male\",\n    \"hs_description\": null,\n    \"cycle_class\": \"a\",\n    \"pick_type\": null,\n    \"expire_control\": false,\n    \"is_decimal_controlled\": false,\n    \"is_perishable\": false,\n    \"is_dg\": false,\n    \"is_shell_life\": false,\n    \"shell_life_uom\": \"yy\",\n    \"shell_life_alert_days\": null,\n    \"shell_life\": null,\n    \"is_uom_breakable\": false,\n    \"min_threshold\": null,\n    \"reorder_qty\": null,\n    \"is_kit\": false,\n    \"is_over_receive\": false,\n    \"over_receive_percentage\": null,\n    \"is_batch_control_required\": false,\n    \"is_batch_control_by_mfg\": false,\n    \"is_batch_control_by_exp\": false,\n    \"is_batch_control_auto_calc\": false,\n    \"is_qc_inbound_required\": false,\n    \"qc_inbound_method\": \"sampling\",\n    \"qc_inbound_sampling_qty\": 10,\n    \"qc_inbound_sampling_uom\": null,\n    \"is_qc_outbound_required\": false,\n    \"qc_outbound_method\": \"full\",\n    \"qc_outbound_sampling_qty\": 10,\n    \"qc_outbound_sampling_uom\": null,\n    \"qr_code_available\": null,\n    \"qr_code_area\": null,\n    \"is_sealed\": false,\n    \"storage_info\": null,\n    \"handling_info\": null,\n    \"alternative_sku_codes\": [\n        \"ALTR001\",\n        \"ALTR02\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"BASE_URL/api/v3/skus/create"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.1"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.2.13"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 01 May 2025 11:07:32 GMT"},{"key":"X-RateLimit-Limit","value":"600"},{"key":"X-RateLimit-Remaining","value":"598"},{"key":"Vary","value":"Origin"},{"key":"X-Clockwork-Id","value":"1746097652-0285-1737132585"},{"key":"X-Clockwork-Version","value":"5.1.11"},{"key":"Server-Timing","value":"app; dur=250.26416778564; desc=\"Application\", db; dur=152.95; desc=\"Database\", timeline-event-0; dur=197.71790504456; desc=\"Controller\""}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"id\": 322240,\n        \"sku\": \"TESTSKU001235\",\n        \"status\": null,\n        \"alter_sku_name\": \"ALTTESTSKU001\",\n        \"description\": \"A short test description.\",\n        \"brand\": \"IQF\",\n        \"category\": \"PANTS\",\n        \"sub_category\": \"STOCKING\",\n        \"photo\": null,\n        \"weight\": 0,\n        \"volume\": 50,\n        \"length\": 0,\n        \"width\": 0,\n        \"height\": 0,\n        \"cbm\": 0,\n        \"size\": 5,\n        \"color\": \"Red\",\n        \"design_number\": null,\n        \"sku_type\": \"Regular\",\n        \"order_count\": null,\n        \"system_creation_time\": \"2025-05-01T11:07:32.113137Z\",\n        \"insert_time\": \"2025-05-01T11:07:32.113141Z\",\n        \"product\": null,\n        \"currency\": \"AED\",\n        \"cost_price\": 0,\n        \"price\": 100,\n        \"discounted_price\": 0,\n        \"is_default\": null,\n        \"last_order_dropped\": null,\n        \"hs_code\": null,\n        \"country\": \"UAE\",\n        \"expiry_control\": false,\n        \"serial_number_control\": false,\n        \"is_returnable\": true,\n        \"base_uom\": \"ea\",\n        \"gross_weight\": 10,\n        \"weight_uom\": \"gm\",\n        \"volume_uom\": \"ea\",\n        \"inner_photo\": null,\n        \"sub_brand\": \"My Sub-brand\",\n        \"gender\": \"Male\",\n        \"hs_description\": null,\n        \"cycle_class\": \"Class A\",\n        \"pick_type\": null,\n        \"expire_control\": false,\n        \"is_decimal_controlled\": false,\n        \"is_perishable\": false,\n        \"is_dg\": false,\n        \"is_shell_life\": false,\n        \"shell_life_uom\": \"yy\",\n        \"shell_life_alert_days\": null,\n        \"shell_life\": null,\n        \"is_uom_breakable\": false,\n        \"min_threshold\": false,\n        \"reorder_qty\": null,\n        \"is_kit\": false,\n        \"is_over_receive\": false,\n        \"over_receive_percentage\": null,\n        \"is_batch_control_required\": false,\n        \"is_batch_control_by_mfg\": false,\n        \"is_batch_control_by_exp\": false,\n        \"is_batch_control_auto_calc\": false,\n        \"is_qc_inbound_required\": false,\n        \"qc_inbound_method\": \"SAMPLING\",\n        \"qc_inbound_sampling_qty\": 10,\n        \"qc_inbound_sampling_uom\": null,\n        \"is_qc_outbound_required\": false,\n        \"qc_outbound_method\": \"FULL\",\n        \"qc_outbound_sampling_qty\": 10,\n        \"qc_outbound_sampling_uom\": null,\n        \"qr_code_available\": null,\n        \"qr_code_area\": null,\n        \"is_sealed\": false,\n        \"storage_info\": null,\n        \"handling_info\": null,\n        \"alternative_sku_codes\": [\n            \"ALTR001\",\n            \"ALTR02\"\n        ]\n    }\n}"}],"_postman_id":"db35af4e-5bbc-4c74-86be-cef5b8185b77"},{"name":"Update SKU","id":"8e034d32-cfa9-4033-83fb-73feb18507cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"sku\": \"SIHAPISKU001\",\n    \"sku_type\": \"Regular\",\n    \"alter_sku_name\": \"SIH-0002\",\n    \"description\": \"NEW MUG\",\n    \"brand\": \"\",\n    \"sub_brand\": \"TIGER\",\n    \"category\": \"\",\n    \"sub_category\": \"\",\n    \"weight\": 2.11111,\n    \"volume\": 50,\n    \"length\": 11,\n    \"width\": 11,\n    \"height\": 3,\n    \"cbm\": 0,\n    \"size\": \"5\",\n    \"base_uom\": \"ea\",\n    \"gross_weight\": 2.224,\n    \"weight_uom\": \"kg\",\n    \"volume_uom\": \"cbm\",\n    \"color\": \"Red\",\n    \"design_number\": null,\n    \"product\": null,\n    \"currency\": \"AED\",\n    \"cost_price\": 0,\n    \"price\": 100,\n    \"discounted_price\": 0,\n    \"is_default\": false,\n    \"hs_code\": \"112233\",\n    \"country\": \"UAE\",\n    \"serial_number_control\": false,\n    \"is_returnable\": false,\n    \"gender\": \"\",\n    \"hs_description\": \"MATERIALS\",\n    \"cycle_class\": \"\",\n    \"pick_type\": null,\n    \"expiry_control\": false,\n    \"is_decimal_controlled\": false,\n    \"is_perishable\": false,\n    \"is_dg\": false,\n    \"is_shell_life\": false,\n    \"shell_life_uom\": \"\",\n    \"shell_life_alert_days\": null,\n    \"shell_life\": null,\n    \"is_uom_breakable\": false,\n    \"min_threshold\": null,\n    \"reorder_qty\": null,\n    \"is_kit\": false,\n    \"is_over_receive\": false,\n    \"over_receive_percentage\": null,\n    \"is_batch_control_required\": false,\n    \"is_batch_control_by_mfg\": false,\n    \"is_batch_control_by_exp\": false,\n    \"is_batch_control_auto_calc\": false,\n    \"is_qc_inbound_required\": false,\n    \"qc_inbound_method\": \"\",\n    \"qc_inbound_sampling_qty\": null,\n    \"qc_inbound_sampling_uom\": null,\n    \"is_qc_outbound_required\": false,\n    \"qc_outbound_method\": \"\",\n    \"qc_outbound_sampling_qty\": null,\n    \"qc_outbound_sampling_uom\": null,\n    \"qr_code_available\": null,\n    \"qr_code_area\": null,\n    \"is_sealed\": false,\n    \"storage_info\": null,\n    \"handling_info\": null,\n    \"alternative_sku_codes\": [\n\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"BASE_URL/api/v3/skus/update","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute</strong></th>\n<th><strong>Example</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Validation</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>sku_type</strong></td>\n<td><code>Regular</code></td>\n<td>string</td>\n<td><strong>Required</strong>  <br />Must exist in allowed SKU types</td>\n<td>SKU type</td>\n</tr>\n<tr>\n<td><strong>sku</strong></td>\n<td><code>TESTSKU001</code></td>\n<td>string</td>\n<td><strong>Required</strong>  <br />Unique alphanumeric identifier</td>\n<td>Primary system SKU code</td>\n</tr>\n<tr>\n<td><strong>alter_sku_name</strong></td>\n<td><code>ALTTESTSKU001</code></td>\n<td>string</td>\n<td>Optional  <br />Free text</td>\n<td>Alternative SKU code</td>\n</tr>\n<tr>\n<td><strong>description</strong></td>\n<td><code>A short test description.</code></td>\n<td>string</td>\n<td>Optional  <br />Free text</td>\n<td>Description of the SKU</td>\n</tr>\n<tr>\n<td><strong>brand</strong></td>\n<td><code>MY BRAND</code></td>\n<td>string</td>\n<td>Optional  <br />Free text</td>\n<td>Brand name</td>\n</tr>\n<tr>\n<td><strong>sub_brand</strong></td>\n<td><code>MY SUB-BRAND</code></td>\n<td>string</td>\n<td>Optional</td>\n<td>Sub-brand name</td>\n</tr>\n<tr>\n<td><strong>category</strong></td>\n<td><code>PANTS</code></td>\n<td>string</td>\n<td>Optional  <br />Must exist in SKU category list</td>\n<td>Product category</td>\n</tr>\n<tr>\n<td><strong>sub_category</strong></td>\n<td><code>STOCKING</code></td>\n<td>string</td>\n<td>Optional  <br />Must match SKU subcategory list for selected category</td>\n<td>Product sub-category</td>\n</tr>\n<tr>\n<td><strong>weight</strong></td>\n<td><code>0.5</code></td>\n<td>float</td>\n<td>Optional  <br />Numeric</td>\n<td>Weight of the SKU</td>\n</tr>\n<tr>\n<td><strong>volume</strong></td>\n<td><code>27.00</code></td>\n<td>float</td>\n<td>Optional  <br />Numeric</td>\n<td>Volume of SKU</td>\n</tr>\n<tr>\n<td><strong>length</strong></td>\n<td><code>3.00</code></td>\n<td>float</td>\n<td>Optional  <br />Numeric</td>\n<td>Length in dimension</td>\n</tr>\n<tr>\n<td><strong>width</strong></td>\n<td><code>3.00</code></td>\n<td>float</td>\n<td>Optional  <br />Numeric</td>\n<td>Width in dimension</td>\n</tr>\n<tr>\n<td><strong>height</strong></td>\n<td><code>3.00</code></td>\n<td>float</td>\n<td>Optional  <br />Numeric</td>\n<td>Height in dimension</td>\n</tr>\n<tr>\n<td><strong>cbm</strong></td>\n<td><code>0</code></td>\n<td>float</td>\n<td>Optional  <br />Numeric</td>\n<td>Cubic meter volume</td>\n</tr>\n<tr>\n<td><strong>size</strong></td>\n<td><code>0</code></td>\n<td>string</td>\n<td>Optional  <br />Free text</td>\n<td>Size of the product</td>\n</tr>\n<tr>\n<td><strong>base_uom</strong></td>\n<td><code>ea</code></td>\n<td>string</td>\n<td>Optional  <br />Must be valid UOM</td>\n<td>Base Unit of Measure</td>\n</tr>\n<tr>\n<td><strong>gross_weight</strong></td>\n<td><code>10</code></td>\n<td>float</td>\n<td>Optional  <br />Numeric</td>\n<td>Gross weight</td>\n</tr>\n<tr>\n<td><strong>weight_uom</strong></td>\n<td><code>gm</code></td>\n<td>string</td>\n<td>Optional  <br />Must be valid UOM</td>\n<td>Unit of measure for weight</td>\n</tr>\n<tr>\n<td><strong>volume_uom</strong></td>\n<td><code>cbm</code></td>\n<td>string</td>\n<td>Optional  <br />Must be valid UOM</td>\n<td>Unit of measure for volume</td>\n</tr>\n<tr>\n<td><strong>color</strong></td>\n<td><code>Red</code></td>\n<td>string</td>\n<td>Optional</td>\n<td>Color of the product</td>\n</tr>\n<tr>\n<td><strong>design_number</strong></td>\n<td><code>TEST DESIGN 001</code></td>\n<td>string</td>\n<td>Optional  <br />Free text</td>\n<td>Design identification number</td>\n</tr>\n<tr>\n<td><strong>product</strong></td>\n<td><code>null</code></td>\n<td>string</td>\n<td>Optional</td>\n<td>Product association</td>\n</tr>\n<tr>\n<td><strong>currency</strong></td>\n<td><code>AED</code></td>\n<td>string</td>\n<td>Optional  <br />Valid ISO currency code</td>\n<td>Pricing currency</td>\n</tr>\n<tr>\n<td><strong>cost_price</strong></td>\n<td><code>0</code></td>\n<td>float</td>\n<td>Optional  <br />Numeric</td>\n<td>Cost price</td>\n</tr>\n<tr>\n<td><strong>price</strong></td>\n<td><code>100</code></td>\n<td>float</td>\n<td>Optional  <br />Numeric</td>\n<td>Selling price</td>\n</tr>\n<tr>\n<td><strong>discounted_price</strong></td>\n<td><code>0</code></td>\n<td>float</td>\n<td>Optional  <br />Numeric</td>\n<td>Discounted price</td>\n</tr>\n<tr>\n<td><strong>is_default</strong></td>\n<td><code>false</code></td>\n<td>boolean</td>\n<td>Optional</td>\n<td>Default SKU indicator</td>\n</tr>\n<tr>\n<td><strong>hs_code</strong></td>\n<td><code>null</code></td>\n<td>string</td>\n<td>Optional  <br />Free text</td>\n<td>Harmonized System code</td>\n</tr>\n<tr>\n<td><strong>country</strong></td>\n<td><code>UAE</code></td>\n<td>string</td>\n<td>Optional  <br />Valid country code</td>\n<td>Country of origin</td>\n</tr>\n<tr>\n<td><strong>expiry_control</strong></td>\n<td><code>false</code></td>\n<td>boolean</td>\n<td>Optional</td>\n<td>Expiry control enabled</td>\n</tr>\n<tr>\n<td><strong>serial_number_control</strong></td>\n<td><code>false</code></td>\n<td>boolean</td>\n<td>Optional</td>\n<td>Serial number control enabled</td>\n</tr>\n<tr>\n<td><strong>is_returnable</strong></td>\n<td><code>true</code></td>\n<td>boolean</td>\n<td>Optional</td>\n<td>Returnable indicator</td>\n</tr>\n<tr>\n<td><strong>gender</strong></td>\n<td><code>Male</code></td>\n<td>string</td>\n<td>Optional  <br />Values like \"Male\", \"Female\", \"Unisex\"</td>\n<td>Target gender for product</td>\n</tr>\n<tr>\n<td><strong>hs_description</strong></td>\n<td><code>null</code></td>\n<td>string</td>\n<td>Optional</td>\n<td>HS code description</td>\n</tr>\n<tr>\n<td><strong>cycle_class</strong></td>\n<td><code>a</code></td>\n<td>string</td>\n<td>Optional  <br />Values like \"a\", \"b\", \"c\"</td>\n<td>Cycle counting class</td>\n</tr>\n<tr>\n<td><strong>pick_type</strong></td>\n<td>Production Date FIFO Rule</td>\n<td>string</td>\n<td>Optional</td>\n<td>Rules for inventory rotation (Ex: Inbound FIFO Rule, Expiry Date FEFO Rule, Production Date FIFO Rule)</td>\n</tr>\n<tr>\n<td><strong>expire_control</strong></td>\n<td><code>false</code></td>\n<td>boolean</td>\n<td>Optional</td>\n<td>Expiry control toggle</td>\n</tr>\n<tr>\n<td><strong>is_decimal_controlled</strong></td>\n<td><code>false</code></td>\n<td>boolean</td>\n<td>Optional</td>\n<td>Decimal quantity control flag</td>\n</tr>\n<tr>\n<td><strong>is_perishable</strong></td>\n<td><code>false</code></td>\n<td>boolean</td>\n<td>Optional</td>\n<td>Perishability indicator</td>\n</tr>\n<tr>\n<td><strong>is_dg</strong></td>\n<td><code>false</code></td>\n<td>boolean</td>\n<td>Optional</td>\n<td>Dangerous goods indicator</td>\n</tr>\n<tr>\n<td><strong>is_shell_life</strong></td>\n<td><code>false</code></td>\n<td>boolean</td>\n<td>Optional</td>\n<td>Shelf life control indicator</td>\n</tr>\n<tr>\n<td><strong>shell_life_uom</strong></td>\n<td><code>yy</code></td>\n<td>string</td>\n<td>Optional Values like \"yy\", \"mm\", \"dd\"</td>\n<td>Shelf life unit of measure (e.g., years)</td>\n</tr>\n<tr>\n<td><strong>shell_life_alert_days</strong></td>\n<td><code>null</code></td>\n<td>integer</td>\n<td>Optional</td>\n<td>Alert days before expiry</td>\n</tr>\n<tr>\n<td><strong>shell_life</strong></td>\n<td><code>null</code></td>\n<td>integer</td>\n<td>Optional</td>\n<td>Shelf life duration</td>\n</tr>\n<tr>\n<td><strong>is_uom_breakable</strong></td>\n<td><code>false</code></td>\n<td>boolean</td>\n<td>Optional</td>\n<td>UOM breakable control</td>\n</tr>\n<tr>\n<td><strong>min_threshold</strong></td>\n<td><code>null</code></td>\n<td>integer</td>\n<td>Optional</td>\n<td>Minimum stock threshold</td>\n</tr>\n<tr>\n<td><strong>reorder_qty</strong></td>\n<td><code>null</code></td>\n<td>integer</td>\n<td>Optional</td>\n<td>Reorder quantity</td>\n</tr>\n<tr>\n<td><strong>is_kit</strong></td>\n<td><code>false</code></td>\n<td>boolean</td>\n<td>Optional</td>\n<td>Kit product indicator</td>\n</tr>\n<tr>\n<td><strong>is_over_receive</strong></td>\n<td><code>false</code></td>\n<td>boolean</td>\n<td>Optional</td>\n<td>Allow over receiving</td>\n</tr>\n<tr>\n<td><strong>over_receive_percentage</strong></td>\n<td><code>null</code></td>\n<td>float</td>\n<td>Optional</td>\n<td>Allowed over-receive percentage</td>\n</tr>\n<tr>\n<td><strong>is_batch_control_required</strong></td>\n<td><code>false</code></td>\n<td>boolean</td>\n<td>Optional</td>\n<td>Batch control required</td>\n</tr>\n<tr>\n<td><strong>is_batch_control_by_mfg</strong></td>\n<td><code>false</code></td>\n<td>boolean</td>\n<td>Optional</td>\n<td>Batch control by manufacturing date</td>\n</tr>\n<tr>\n<td><strong>is_batch_control_by_exp</strong></td>\n<td><code>false</code></td>\n<td>boolean</td>\n<td>Optional</td>\n<td>Batch control by expiry date</td>\n</tr>\n<tr>\n<td><strong>is_batch_control_auto_calc</strong></td>\n<td><code>false</code></td>\n<td>boolean</td>\n<td>Optional</td>\n<td>Auto-calculate batch control</td>\n</tr>\n<tr>\n<td><strong>is_qc_inbound_required</strong></td>\n<td><code>false</code></td>\n<td>boolean</td>\n<td>Optional</td>\n<td>Inbound QC required</td>\n</tr>\n<tr>\n<td><strong>qc_inbound_method</strong></td>\n<td><code>sampling</code></td>\n<td>string</td>\n<td>Optional Values like \"full\", \"<code>sampling</code>\"</td>\n<td>Inbound QC method (sampling/full)</td>\n</tr>\n<tr>\n<td><strong>qc_inbound_sampling_qty</strong></td>\n<td><code>10</code></td>\n<td>integer</td>\n<td>Optional</td>\n<td>Inbound sampling quantity</td>\n</tr>\n<tr>\n<td><strong>qc_inbound_sampling_uom</strong></td>\n<td><code>null</code></td>\n<td>string</td>\n<td>Optional</td>\n<td>Inbound sampling unit of measure</td>\n</tr>\n<tr>\n<td><strong>is_qc_outbound_required</strong></td>\n<td><code>false</code></td>\n<td>boolean</td>\n<td>Optional</td>\n<td>Outbound QC required</td>\n</tr>\n<tr>\n<td><strong>qc_outbound_method</strong></td>\n<td><code>full</code></td>\n<td>string</td>\n<td>Optional Values like \"full\", \"<code>sampling</code>\"</td>\n<td>Outbound QC method (sampling/full)</td>\n</tr>\n<tr>\n<td><strong>qc_outbound_sampling_qty</strong></td>\n<td><code>10</code></td>\n<td>integer</td>\n<td>Optional</td>\n<td>Outbound sampling quantity</td>\n</tr>\n<tr>\n<td><strong>qc_outbound_sampling_uom</strong></td>\n<td><code>null</code></td>\n<td>string</td>\n<td>Optional</td>\n<td>Outbound sampling unit of measure</td>\n</tr>\n<tr>\n<td><strong>qr_code_available</strong></td>\n<td><code>null</code></td>\n<td>boolean</td>\n<td>Optional</td>\n<td>QR code availability flag</td>\n</tr>\n<tr>\n<td><strong>qr_code_area</strong></td>\n<td><code>null</code></td>\n<td>string</td>\n<td>Optional</td>\n<td>QR code area of product</td>\n</tr>\n<tr>\n<td><strong>is_sealed</strong></td>\n<td><code>false</code></td>\n<td>boolean</td>\n<td>Optional</td>\n<td>Product sealing status</td>\n</tr>\n<tr>\n<td><strong>storage_info</strong></td>\n<td><code>null</code></td>\n<td>string</td>\n<td>Optional</td>\n<td>Storage related information</td>\n</tr>\n<tr>\n<td><strong>handling_info</strong></td>\n<td><code>null</code></td>\n<td>string</td>\n<td>Optional</td>\n<td>Handling related information</td>\n</tr>\n<tr>\n<td><strong>alternative_sku_codes</strong></td>\n<td><code>[\"ALTR001\", \"ALTR02\"]</code></td>\n<td>array of strings</td>\n<td>Optional  <br />List of alphanumeric codes</td>\n<td>Alternative SKU codes</td>\n</tr>\n</tbody>\n</table>\n</div><p>Response Structure:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute</strong></th>\n<th></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>success</strong></td>\n<td></td>\n<td>boolean</td>\n<td>Status of the request (true/false)</td>\n</tr>\n<tr>\n<td><strong>data</strong></td>\n<td></td>\n<td>array</td>\n<td>List of SKU objects</td>\n</tr>\n<tr>\n<td><strong>data.id</strong></td>\n<td></td>\n<td>integer</td>\n<td>Unique ID of the SKU</td>\n</tr>\n<tr>\n<td><strong>data.sku</strong></td>\n<td></td>\n<td>string</td>\n<td>Unique system SKU code</td>\n</tr>\n<tr>\n<td><strong>data.status</strong></td>\n<td></td>\n<td>string</td>\n<td>Current status of the SKU (\"Enabled\", \"Disabled\")</td>\n</tr>\n<tr>\n<td><strong>data.alter_sku_name</strong></td>\n<td></td>\n<td>string</td>\n<td>Alternative SKU code</td>\n</tr>\n<tr>\n<td><strong>data.description</strong></td>\n<td></td>\n<td>string</td>\n<td>Short description of the SKU</td>\n</tr>\n<tr>\n<td><strong>data.brand</strong></td>\n<td></td>\n<td>string</td>\n<td>Brand name</td>\n</tr>\n<tr>\n<td><strong>data.category</strong></td>\n<td></td>\n<td>string</td>\n<td>Product category</td>\n</tr>\n<tr>\n<td><strong>data.sub_category</strong></td>\n<td></td>\n<td>string</td>\n<td>Product sub-category</td>\n</tr>\n<tr>\n<td><strong>data.weight</strong></td>\n<td></td>\n<td>float</td>\n<td>Weight of the SKU</td>\n</tr>\n<tr>\n<td><strong>data.cubee</strong></td>\n<td></td>\n<td>float</td>\n<td>Cube volume of SKU</td>\n</tr>\n<tr>\n<td><strong>data.length</strong></td>\n<td></td>\n<td>float</td>\n<td>Length of the SKU</td>\n</tr>\n<tr>\n<td><strong>data.width</strong></td>\n<td></td>\n<td>float</td>\n<td>Width of the SKU</td>\n</tr>\n<tr>\n<td><strong>data.height</strong></td>\n<td></td>\n<td>float</td>\n<td>Height of the SKU</td>\n</tr>\n<tr>\n<td><strong>data.cbm</strong></td>\n<td></td>\n<td>float</td>\n<td>Cubic meter volume</td>\n</tr>\n<tr>\n<td><strong>data.size</strong></td>\n<td></td>\n<td>string or float</td>\n<td>Size of the SKU</td>\n</tr>\n<tr>\n<td><strong>data.color</strong></td>\n<td></td>\n<td>string</td>\n<td>Color of the SKU</td>\n</tr>\n<tr>\n<td><strong>data.design_number</strong></td>\n<td></td>\n<td>string or null</td>\n<td>Design identifier</td>\n</tr>\n<tr>\n<td><strong>data.sku_type</strong></td>\n<td></td>\n<td>string</td>\n<td>SKU type (e.g., \"Regular\")</td>\n</tr>\n<tr>\n<td><strong>data.order_count</strong></td>\n<td></td>\n<td>integer</td>\n<td>Number of orders associated with SKU</td>\n</tr>\n<tr>\n<td><strong>data.system_creation_time</strong></td>\n<td></td>\n<td>string</td>\n<td>Timestamp when SKU was created</td>\n</tr>\n<tr>\n<td><strong>data.insert_time</strong></td>\n<td></td>\n<td>string</td>\n<td>Timestamp when SKU was inserted</td>\n</tr>\n<tr>\n<td><strong>data.product</strong></td>\n<td></td>\n<td>string or null</td>\n<td>Related product name</td>\n</tr>\n<tr>\n<td><strong>data.currency</strong></td>\n<td></td>\n<td>string</td>\n<td>Currency code (e.g., \"AED\")</td>\n</tr>\n<tr>\n<td><strong>data.cost_price</strong></td>\n<td></td>\n<td>float</td>\n<td>Cost price of the SKU</td>\n</tr>\n<tr>\n<td><strong>data.price</strong></td>\n<td></td>\n<td>float</td>\n<td>Selling price of the SKU</td>\n</tr>\n<tr>\n<td><strong>data.discounted_price</strong></td>\n<td></td>\n<td>float</td>\n<td>Discounted price (if any)</td>\n</tr>\n<tr>\n<td><strong>data.is_default</strong></td>\n<td></td>\n<td>boolean</td>\n<td>Indicates if SKU is the default one</td>\n</tr>\n<tr>\n<td><strong>data.last_order_dropped</strong></td>\n<td></td>\n<td>string or null</td>\n<td>Last order drop timestamp</td>\n</tr>\n<tr>\n<td><strong>data.hs_code</strong></td>\n<td></td>\n<td>string or null</td>\n<td>HS (Harmonized System) code</td>\n</tr>\n<tr>\n<td><strong>data.country</strong></td>\n<td></td>\n<td>string</td>\n<td>Country name (e.g., \"United Arab Emirates\")</td>\n</tr>\n<tr>\n<td><strong>data.expiry_control</strong></td>\n<td></td>\n<td>boolean</td>\n<td>Expiry control flag</td>\n</tr>\n<tr>\n<td><strong>data.serial_number_control</strong></td>\n<td></td>\n<td>boolean</td>\n<td>Serial number control flag</td>\n</tr>\n<tr>\n<td><strong>data.is_returnable</strong></td>\n<td></td>\n<td>boolean</td>\n<td>Indicates if the SKU is returnable</td>\n</tr>\n<tr>\n<td><strong>data.base_uom</strong></td>\n<td></td>\n<td>string</td>\n<td>Base unit of measure (e.g., \"ea\")</td>\n</tr>\n<tr>\n<td><strong>data.gross_weight</strong></td>\n<td></td>\n<td>float or null</td>\n<td>Gross weight</td>\n</tr>\n<tr>\n<td><strong>data.weight_uom</strong></td>\n<td></td>\n<td>string</td>\n<td>Weight unit of measure</td>\n</tr>\n<tr>\n<td><strong>data.volume_uom</strong></td>\n<td></td>\n<td>string or null</td>\n<td>Volume unit of measure</td>\n</tr>\n<tr>\n<td><strong>data.cube</strong></td>\n<td></td>\n<td>float</td>\n<td>Cube volume</td>\n</tr>\n<tr>\n<td><strong>data.sub_brand</strong></td>\n<td></td>\n<td>string or null</td>\n<td>Sub-brand name</td>\n</tr>\n<tr>\n<td><strong>data.gender</strong></td>\n<td></td>\n<td>string</td>\n<td>Target gender (e.g., Male, Female, Unisex)</td>\n</tr>\n<tr>\n<td><strong>data.hs_description</strong></td>\n<td></td>\n<td>string or null</td>\n<td>HS code description</td>\n</tr>\n<tr>\n<td><strong>data.cycle_class</strong></td>\n<td></td>\n<td>string</td>\n<td>Inventory cycle class (e.g., \"A\", \"-\", etc.)</td>\n</tr>\n<tr>\n<td>**data.**pick_type</td>\n<td></td>\n<td>string or null</td>\n<td>Inventory rotation rules</td>\n</tr>\n<tr>\n<td><strong>data.expire_control</strong></td>\n<td></td>\n<td>boolean</td>\n<td>Expiry control toggle</td>\n</tr>\n<tr>\n<td><strong>data.is_decimal_controlled</strong></td>\n<td></td>\n<td>boolean</td>\n<td>Decimal quantity control toggle</td>\n</tr>\n<tr>\n<td><strong>data.is_perishable</strong></td>\n<td></td>\n<td>boolean</td>\n<td>Indicates if SKU is perishable</td>\n</tr>\n<tr>\n<td><strong>data.is_dg</strong></td>\n<td></td>\n<td>boolean</td>\n<td>Dangerous goods indicator</td>\n</tr>\n<tr>\n<td><strong>data.is_shell_life</strong></td>\n<td></td>\n<td>boolean</td>\n<td>Shelf life tracking indicator</td>\n</tr>\n<tr>\n<td><strong>data.shell_life_uom_id</strong></td>\n<td></td>\n<td>integer or null</td>\n<td>Shelf life unit of measure ID</td>\n</tr>\n<tr>\n<td><strong>data.shell_life_alert_days</strong></td>\n<td></td>\n<td>integer or null</td>\n<td>Days before expiry alert trigger</td>\n</tr>\n<tr>\n<td><strong>data.shell_life</strong></td>\n<td></td>\n<td>integer or null</td>\n<td>Shelf life duration</td>\n</tr>\n<tr>\n<td><strong>data.is_uom_breakable</strong></td>\n<td></td>\n<td>boolean</td>\n<td>Unit of measure breakability</td>\n</tr>\n<tr>\n<td><strong>data.min_threshold</strong></td>\n<td></td>\n<td>integer or null</td>\n<td>Minimum stock threshold</td>\n</tr>\n<tr>\n<td><strong>data.reorder_qty</strong></td>\n<td></td>\n<td>integer or null</td>\n<td>Reorder quantity threshold</td>\n</tr>\n<tr>\n<td><strong>data.is_kit</strong></td>\n<td></td>\n<td>boolean</td>\n<td>Indicates if SKU is a kit</td>\n</tr>\n<tr>\n<td><strong>data.is_over_receive</strong></td>\n<td></td>\n<td>boolean</td>\n<td>Over-receive permission flag</td>\n</tr>\n<tr>\n<td><strong>data.over_receive_percentage</strong></td>\n<td></td>\n<td>float or null</td>\n<td>Over-receive percentage allowed</td>\n</tr>\n<tr>\n<td><strong>data.is_batch_control_required</strong></td>\n<td></td>\n<td>boolean</td>\n<td>Batch control requirement flag</td>\n</tr>\n<tr>\n<td><strong>data.is_batch_control_by_mfg</strong></td>\n<td></td>\n<td>boolean</td>\n<td>Batch control by manufacturing date</td>\n</tr>\n<tr>\n<td><strong>data.is_batch_control_by_exp</strong></td>\n<td></td>\n<td>boolean</td>\n<td>Batch control by expiry date</td>\n</tr>\n<tr>\n<td><strong>data.is_batch_control_auto_calc</strong></td>\n<td></td>\n<td>boolean</td>\n<td>Auto-calculate batch control flag</td>\n</tr>\n<tr>\n<td><strong>data.is_qc_inbound_required</strong></td>\n<td></td>\n<td>boolean</td>\n<td>QC inbound check required</td>\n</tr>\n<tr>\n<td><strong>data.qc_inbound_method</strong></td>\n<td></td>\n<td>string</td>\n<td>Method of QC inbound (e.g., \"sampling\", \"-\")</td>\n</tr>\n<tr>\n<td><strong>data.qc_inbound_sampling_qty</strong></td>\n<td></td>\n<td>integer or null</td>\n<td>QC inbound sampling quantity</td>\n</tr>\n<tr>\n<td><strong>data.qc_inbound_sampling_uom</strong></td>\n<td></td>\n<td>string or null</td>\n<td>QC inbound sampling unit</td>\n</tr>\n<tr>\n<td><strong>data.is_qc_outbound_required</strong></td>\n<td></td>\n<td>boolean</td>\n<td>QC outbound check required</td>\n</tr>\n<tr>\n<td><strong>data.qc_outbound_method</strong></td>\n<td></td>\n<td>string</td>\n<td>Method of QC outbound (e.g., \"full\", \"-\")</td>\n</tr>\n<tr>\n<td><strong>data.qc_outbound_sampling_qty</strong></td>\n<td></td>\n<td>integer or null</td>\n<td>QC outbound sampling quantity</td>\n</tr>\n<tr>\n<td><strong>data.qc_outbound_sampling_uom</strong></td>\n<td></td>\n<td>string or null</td>\n<td>QC outbound sampling unit</td>\n</tr>\n<tr>\n<td><strong>data.qr_code_available</strong></td>\n<td></td>\n<td>boolean or null</td>\n<td>QR code availability flag</td>\n</tr>\n<tr>\n<td><strong>data.qr_code_area</strong></td>\n<td></td>\n<td>string or null</td>\n<td>QR code printable area</td>\n</tr>\n<tr>\n<td><strong>data.is_sealed</strong></td>\n<td></td>\n<td>boolean</td>\n<td>Sealed package indicator</td>\n</tr>\n<tr>\n<td><strong>data.storage_info</strong></td>\n<td></td>\n<td>string or null</td>\n<td>Additional storage information</td>\n</tr>\n<tr>\n<td><strong>data.handling_info</strong></td>\n<td></td>\n<td>string or null</td>\n<td>Additional handling information</td>\n</tr>\n<tr>\n<td><strong>data.alternative_sku_codes</strong></td>\n<td></td>\n<td>array of strings</td>\n<td>List of alternative SKU codes</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v3","skus","update"],"host":["BASE_URL"],"query":[],"variable":[]}},"response":[{"id":"21ab24b9-8de0-48c3-a9c7-a6996bef9097","name":"Update SKU","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"sku\": \"TESTSKU001235\",\n    \"sku_type\": \"Regular\",\n    \"alter_sku_name\": \"ALTTESTSKU001\",\n    \"description\": \"A short test description.\",\n    \"brand\": \"My Brand\",\n    \"sub_brand\": \"My Sub-brand\",\n    \"category\": \"PANTS\",\n    \"sub_category\": \"STOCKING\",\n    \"weight\": 10,\n    \"volume\": 10,\n    \"length\": 10,\n    \"width\": 10,\n    \"height\": 10,\n    \"cbm\": 0,\n    \"size\": 7,\n    \"base_uom\": \"ea\",\n    \"gross_weight\": 10,\n    \"weight_uom\": \"gm\",\n    \"volume_uom\": \"cbm\",\n    \"color\": \"Red\",\n    \"design_number\": null,\n    \"product\": null,\n    \"currency\": \"AED\",\n    \"cost_price\": 0,\n    \"price\": 100,\n    \"discounted_price\": 0,\n    \"is_default\": false,\n    \"hs_code\": null,\n    \"country\": \"UAE\",\n    \"serial_number_control\": false,\n    \"is_returnable\": true,\n    \"gender\": \"Male\",\n    \"hs_description\": null,\n    \"cycle_class\": \"a\",\n    \"pick_type\": null,\n    \"expire_control\": false,\n    \"is_decimal_controlled\": false,\n    \"is_perishable\": false,\n    \"is_dg\": false,\n    \"is_shell_life\": false,\n    \"shell_life_uom\": \"yy\",\n    \"shell_life_alert_days\": null,\n    \"shell_life\": null,\n    \"is_uom_breakable\": false,\n    \"min_threshold\": null,\n    \"reorder_qty\": null,\n    \"is_kit\": false,\n    \"is_over_receive\": false,\n    \"over_receive_percentage\": null,\n    \"is_batch_control_required\": false,\n    \"is_batch_control_by_mfg\": false,\n    \"is_batch_control_by_exp\": false,\n    \"is_batch_control_auto_calc\": false,\n    \"is_qc_inbound_required\": false,\n    \"qc_inbound_method\": \"sampling\",\n    \"qc_inbound_sampling_qty\": 10,\n    \"qc_inbound_sampling_uom\": null,\n    \"is_qc_outbound_required\": false,\n    \"qc_outbound_method\": \"full\",\n    \"qc_outbound_sampling_qty\": 10,\n    \"qc_outbound_sampling_uom\": null,\n    \"qr_code_available\": null,\n    \"qr_code_area\": null,\n    \"is_sealed\": false,\n    \"storage_info\": null,\n    \"handling_info\": null,\n    \"alternative_sku_codes\": [\n        \"ALTR001\",\n        \"ALTR02\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"BASE_URL/api/v3/skus/update"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.1"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.2.13"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 01 May 2025 11:29:19 GMT"},{"key":"X-RateLimit-Limit","value":"600"},{"key":"X-RateLimit-Remaining","value":"597"},{"key":"Vary","value":"Origin"},{"key":"X-Clockwork-Id","value":"1746098959-7242-1696203232"},{"key":"X-Clockwork-Version","value":"5.1.11"},{"key":"Server-Timing","value":"app; dur=247.59197235107; desc=\"Application\", db; dur=156.64; desc=\"Database\", timeline-event-0; dur=201.41100883484; desc=\"Controller\""}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"id\": 322240,\n        \"sku\": \"TESTSKU001235\",\n        \"status\": \"Enabled\",\n        \"alter_sku_name\": \"ALTTESTSKU001\",\n        \"description\": \"A short test description.\",\n        \"brand\": \"IQF\",\n        \"category\": \"PANTS\",\n        \"sub_category\": \"STOCKING\",\n        \"photo\": null,\n        \"weight\": 10,\n        \"volume\": 10,\n        \"length\": 10,\n        \"width\": 10,\n        \"height\": 10,\n        \"cbm\": 0,\n        \"size\": 7,\n        \"color\": \"Red\",\n        \"design_number\": null,\n        \"sku_type\": \"Regular\",\n        \"order_count\": 0,\n        \"system_creation_time\": \"2025-05-01 15:07:32\",\n        \"insert_time\": \"2025-05-01 15:07:32\",\n        \"product\": null,\n        \"currency\": \"AED\",\n        \"cost_price\": 0,\n        \"price\": 100,\n        \"discounted_price\": 0,\n        \"is_default\": false,\n        \"last_order_dropped\": null,\n        \"hs_code\": null,\n        \"country\": \"UAE\",\n        \"expiry_control\": 0,\n        \"serial_number_control\": 0,\n        \"is_returnable\": true,\n        \"base_uom\": \"ea\",\n        \"gross_weight\": 10,\n        \"weight_uom\": \"gm\",\n        \"volume_uom\": \"ea\",\n        \"inner_photo\": null,\n        \"sub_brand\": \"My Sub-brand\",\n        \"gender\": \"Male\",\n        \"hs_description\": null,\n        \"cycle_class\": \"Class A\",\n        \"pick_type\": null,\n        \"expire_control\": false,\n        \"is_decimal_controlled\": false,\n        \"is_perishable\": false,\n        \"is_dg\": false,\n        \"is_shell_life\": false,\n        \"shell_life_uom\": \"yy\",\n        \"shell_life_alert_days\": null,\n        \"shell_life\": null,\n        \"is_uom_breakable\": false,\n        \"min_threshold\": 0,\n        \"reorder_qty\": null,\n        \"is_kit\": false,\n        \"is_over_receive\": false,\n        \"over_receive_percentage\": null,\n        \"is_batch_control_required\": false,\n        \"is_batch_control_by_mfg\": false,\n        \"is_batch_control_by_exp\": false,\n        \"is_batch_control_auto_calc\": false,\n        \"is_qc_inbound_required\": false,\n        \"qc_inbound_method\": \"SAMPLING\",\n        \"qc_inbound_sampling_qty\": 10,\n        \"qc_inbound_sampling_uom\": null,\n        \"is_qc_outbound_required\": false,\n        \"qc_outbound_method\": \"FULL\",\n        \"qc_outbound_sampling_qty\": 10,\n        \"qc_outbound_sampling_uom\": null,\n        \"qr_code_available\": null,\n        \"qr_code_area\": null,\n        \"is_sealed\": false,\n        \"storage_info\": null,\n        \"handling_info\": null,\n        \"alternative_sku_codes\": [\n            \"ALTR001\",\n            \"ALTR02\"\n        ]\n    }\n}"}],"_postman_id":"8e034d32-cfa9-4033-83fb-73feb18507cd"},{"name":"Disable SKU","id":"00ffba47-d72e-48aa-a7a9-68ab9af10d4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"sku\": \"BIGDATA002\"\n}","options":{"raw":{"language":"json"}}},"url":"BASE_URL/api/v3/skus/disable","description":"<p><strong>Body description:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute</strong></th>\n<th><strong>Example</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Validation</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>sku</strong></td>\n<td>TESTSKU001</td>\n<td>string</td>\n<td>required</td>\n<td>Unique system code of SKU</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response description:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>success</strong></td>\n<td>boolean</td>\n<td>Status of the request (true/false)</td>\n</tr>\n<tr>\n<td><strong>data</strong></td>\n<td>array</td>\n<td>List of SKU objects</td>\n</tr>\n<tr>\n<td><strong>data.id</strong></td>\n<td>integer</td>\n<td>Unique ID of the SKU</td>\n</tr>\n<tr>\n<td><strong>data.sku</strong></td>\n<td>string</td>\n<td>Unique system SKU code</td>\n</tr>\n<tr>\n<td><strong>data.status</strong></td>\n<td>string</td>\n<td>Current status of the SKU (\"Enabled\", \"Disabled\")</td>\n</tr>\n<tr>\n<td><strong>data.alter_sku_name</strong></td>\n<td>string</td>\n<td>Alternative SKU code</td>\n</tr>\n<tr>\n<td><strong>data.description</strong></td>\n<td>string</td>\n<td>Short description of the SKU</td>\n</tr>\n<tr>\n<td><strong>data.brand</strong></td>\n<td>string</td>\n<td>Brand name</td>\n</tr>\n<tr>\n<td><strong>data.category</strong></td>\n<td>string</td>\n<td>Product category</td>\n</tr>\n<tr>\n<td><strong>data.sub_category</strong></td>\n<td>string</td>\n<td>Product sub-category</td>\n</tr>\n<tr>\n<td><strong>data.weight</strong></td>\n<td>float</td>\n<td>Weight of the SKU</td>\n</tr>\n<tr>\n<td><strong>data.cubee</strong></td>\n<td>float</td>\n<td>Cube volume of SKU</td>\n</tr>\n<tr>\n<td><strong>data.length</strong></td>\n<td>float</td>\n<td>Length of the SKU</td>\n</tr>\n<tr>\n<td><strong>data.width</strong></td>\n<td>float</td>\n<td>Width of the SKU</td>\n</tr>\n<tr>\n<td><strong>data.height</strong></td>\n<td>float</td>\n<td>Height of the SKU</td>\n</tr>\n<tr>\n<td><strong>data.cbm</strong></td>\n<td>float</td>\n<td>Cubic meter volume</td>\n</tr>\n<tr>\n<td><strong>data.size</strong></td>\n<td>string or float</td>\n<td>Size of the SKU</td>\n</tr>\n<tr>\n<td><strong>data.color</strong></td>\n<td>string</td>\n<td>Color of the SKU</td>\n</tr>\n<tr>\n<td><strong>data.design_number</strong></td>\n<td>string or null</td>\n<td>Design identifier</td>\n</tr>\n<tr>\n<td><strong>data.sku_type</strong></td>\n<td>string</td>\n<td>SKU type (e.g., \"Regular\")</td>\n</tr>\n<tr>\n<td><strong>data.order_count</strong></td>\n<td>integer</td>\n<td>Number of orders associated with SKU</td>\n</tr>\n<tr>\n<td><strong>data.system_creation_time</strong></td>\n<td>string</td>\n<td>Timestamp when SKU was created</td>\n</tr>\n<tr>\n<td><strong>data.insert_time</strong></td>\n<td>string</td>\n<td>Timestamp when SKU was inserted</td>\n</tr>\n<tr>\n<td><strong>data.currency</strong></td>\n<td>string</td>\n<td>Currency code (e.g., \"AED\")</td>\n</tr>\n<tr>\n<td><strong>data.cost_price</strong></td>\n<td>float</td>\n<td>Cost price of the SKU</td>\n</tr>\n<tr>\n<td><strong>data.price</strong></td>\n<td>float</td>\n<td>Selling price of the SKU</td>\n</tr>\n<tr>\n<td><strong>data.discounted_price</strong></td>\n<td>float</td>\n<td>Discounted price (if any)</td>\n</tr>\n<tr>\n<td><strong>data.is_default</strong></td>\n<td>boolean</td>\n<td>Indicates if SKU is the default one</td>\n</tr>\n<tr>\n<td><strong>data.last_order_dropped</strong></td>\n<td>string or null</td>\n<td>Last order drop timestamp</td>\n</tr>\n<tr>\n<td><strong>data.hs_code</strong></td>\n<td>string or null</td>\n<td>HS (Harmonized System) code</td>\n</tr>\n<tr>\n<td><strong>data.country</strong></td>\n<td>string</td>\n<td>Country name (e.g., \"United Arab Emirates\")</td>\n</tr>\n<tr>\n<td><strong>data.expiry_control</strong></td>\n<td>boolean or integer</td>\n<td>Expiry control flag</td>\n</tr>\n<tr>\n<td><strong>data.serial_number_control</strong></td>\n<td>boolean or integer</td>\n<td>Serial number control flag</td>\n</tr>\n<tr>\n<td><strong>data.is_returnable</strong></td>\n<td>boolean</td>\n<td>Indicates if the SKU is returnable</td>\n</tr>\n<tr>\n<td><strong>data.base_uom</strong></td>\n<td>string</td>\n<td>Base unit of measure (e.g., \"ea\")</td>\n</tr>\n<tr>\n<td><strong>data.gross_weight</strong></td>\n<td>float or null</td>\n<td>Gross weight</td>\n</tr>\n<tr>\n<td><strong>data.weight_uom</strong></td>\n<td>string</td>\n<td>Weight unit of measure</td>\n</tr>\n<tr>\n<td><strong>data.volume_uom</strong></td>\n<td>string or null</td>\n<td>Volume unit of measure</td>\n</tr>\n<tr>\n<td><strong>data.cube</strong></td>\n<td>float</td>\n<td>Cube volume</td>\n</tr>\n<tr>\n<td><strong>data.inner_photo</strong></td>\n<td>string or null</td>\n<td>Inner product photo URL</td>\n</tr>\n<tr>\n<td><strong>data.sub_brand</strong></td>\n<td>string or null</td>\n<td>Sub-brand name</td>\n</tr>\n<tr>\n<td><strong>data.gender</strong></td>\n<td>string</td>\n<td>Target gender (e.g., Male, Female, Unisex)</td>\n</tr>\n<tr>\n<td><strong>data.hs_description</strong></td>\n<td>string or null</td>\n<td>HS code description</td>\n</tr>\n<tr>\n<td><strong>data.cycle_class</strong></td>\n<td>string</td>\n<td>Inventory cycle class (e.g., \"A\", \"-\", etc.)</td>\n</tr>\n<tr>\n<td><strong>data.rotation_rules</strong></td>\n<td>string or null</td>\n<td>Inventory rotation rules</td>\n</tr>\n<tr>\n<td><strong>data.is_decimal_controlled</strong></td>\n<td>boolean</td>\n<td>Decimal quantity control toggle</td>\n</tr>\n<tr>\n<td><strong>data.is_perishable</strong></td>\n<td>boolean</td>\n<td>Indicates if SKU is perishable</td>\n</tr>\n<tr>\n<td><strong>data.is_dg</strong></td>\n<td>boolean</td>\n<td>Dangerous goods indicator</td>\n</tr>\n<tr>\n<td><strong>data.is_shell_life</strong></td>\n<td>boolean</td>\n<td>Shelf life tracking indicator</td>\n</tr>\n<tr>\n<td><strong>data.shell_life_uom_id</strong></td>\n<td>integer or null</td>\n<td>Shelf life unit of measure ID</td>\n</tr>\n<tr>\n<td><strong>data.shell_life_alert_days</strong></td>\n<td>integer or null</td>\n<td>Days before expiry alert trigger</td>\n</tr>\n<tr>\n<td><strong>data.shell_life</strong></td>\n<td>integer or null</td>\n<td>Shelf life duration</td>\n</tr>\n<tr>\n<td><strong>data.is_uom_breakable</strong></td>\n<td>boolean</td>\n<td>Unit of measure breakability</td>\n</tr>\n<tr>\n<td><strong>data.min_threshold</strong></td>\n<td>integer or null</td>\n<td>Minimum stock threshold</td>\n</tr>\n<tr>\n<td><strong>data.reorder_qty</strong></td>\n<td>integer or null</td>\n<td>Reorder quantity threshold</td>\n</tr>\n<tr>\n<td><strong>data.is_kit</strong></td>\n<td>boolean</td>\n<td>Indicates if SKU is a kit</td>\n</tr>\n<tr>\n<td><strong>data.is_over_receive</strong></td>\n<td>boolean</td>\n<td>Over-receive permission flag</td>\n</tr>\n<tr>\n<td><strong>data.over_receive_percentage</strong></td>\n<td>float or null</td>\n<td>Over-receive percentage allowed</td>\n</tr>\n<tr>\n<td><strong>data.is_batch_control_required</strong></td>\n<td>boolean</td>\n<td>Batch control requirement flag</td>\n</tr>\n<tr>\n<td><strong>data.is_batch_control_by_mfg</strong></td>\n<td>boolean</td>\n<td>Batch control by manufacturing date</td>\n</tr>\n<tr>\n<td><strong>data.is_batch_control_by_exp</strong></td>\n<td>boolean</td>\n<td>Batch control by expiry date</td>\n</tr>\n<tr>\n<td><strong>data.is_batch_control_auto_calc</strong></td>\n<td>boolean</td>\n<td>Auto-calculate batch control flag</td>\n</tr>\n<tr>\n<td><strong>data.is_qc_inbound_required</strong></td>\n<td>boolean</td>\n<td>QC inbound check required</td>\n</tr>\n<tr>\n<td><strong>data.qc_inbound_method</strong></td>\n<td>string</td>\n<td>Method of QC inbound (e.g., \"sampling\", \"-\")</td>\n</tr>\n<tr>\n<td><strong>data.qc_inbound_sampling_qty</strong></td>\n<td>integer or null</td>\n<td>QC inbound sampling quantity</td>\n</tr>\n<tr>\n<td><strong>data.qc_inbound_sampling_uom</strong></td>\n<td>string or null</td>\n<td>QC inbound sampling unit</td>\n</tr>\n<tr>\n<td><strong>data.is_qc_outbound_required</strong></td>\n<td>boolean</td>\n<td>QC outbound check required</td>\n</tr>\n<tr>\n<td><strong>data.qc_outbound_method</strong></td>\n<td>string</td>\n<td>Method of QC outbound (e.g., \"full\", \"-\")</td>\n</tr>\n<tr>\n<td><strong>data.qc_outbound_sampling_qty</strong></td>\n<td>integer or null</td>\n<td>QC outbound sampling quantity</td>\n</tr>\n<tr>\n<td><strong>data.qc_outbound_sampling_uom</strong></td>\n<td>string or null</td>\n<td>QC outbound sampling unit</td>\n</tr>\n<tr>\n<td><strong>data.qr_code_available</strong></td>\n<td>boolean or null</td>\n<td>QR code availability flag</td>\n</tr>\n<tr>\n<td><strong>data.qr_code_area</strong></td>\n<td>string or null</td>\n<td>QR code printable area</td>\n</tr>\n<tr>\n<td><strong>data.is_sealed</strong></td>\n<td>boolean</td>\n<td>Sealed package indicator</td>\n</tr>\n<tr>\n<td><strong>data.storage_info</strong></td>\n<td>string or null</td>\n<td>Additional storage information</td>\n</tr>\n<tr>\n<td><strong>data.handling_info</strong></td>\n<td>string or null</td>\n<td>Additional handling information</td>\n</tr>\n<tr>\n<td><strong>data.alternative_sku_codes</strong></td>\n<td>array of strings</td>\n<td>List of alternative SKU codes</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v3","skus","disable"],"host":["BASE_URL"],"query":[],"variable":[]}},"response":[],"_postman_id":"00ffba47-d72e-48aa-a7a9-68ab9af10d4a"},{"name":"UOM Conversion","id":"893d3971-2aef-4f5c-a4ca-977bfaa57b87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxMSIsImp0aSI6IjA1ZTE0YmRkZGI4Zjg2NTFkNjJlOGVlOGUwYWJkYzFmYmM0ODlmZTFjODFhNjA1N2E2M2E1ZjYwNjA2ZTlmM2Y1YjhlYzk4ODM4NzgwMzFmIiwiaWF0IjoxNzQ2MTg0MzgxLjk4NzYxNCwibmJmIjoxNzQ2MTg0MzgxLjk4NzYxNiwiZXhwIjoxODA5MjU2MzgxLjk3ODA1Miwic3ViIjoiMTAzNiIsInNjb3BlcyI6W119.H5ibhYkxGq7sw-WIlo9TejSbt-1MZ1DCNU9UDyzEZxfeTygbQxRc37Rmt0ZJqv57gLbdkAe95w6uHnrecsTEW9aUnAfYR-HWbODpXIKForVFDGnSFjlLhcDi9hKXalPwiNPv3OvhvaTb8z1LYRe8GdY6EonMssLOPm6Zq0EW6KdKRjW-ScLS012bSGo77aJB6jz8DWwYzwHXapCKER9a9JS_C44summhM_qplDp3mrsZ8NA90EVwQUdQr440_OtKW-48ubbFng8LA7VDgXFDYbgJrf8i426oGomZgoYEANd9BkaSEGwfbHv_Qq2ksPccUztLPzhigh10xtEiyfZPssM9lBcGGqJ1onJD3lHbF1KgHJ3eWlRHEvDFLr4d81YGsMGL7k6JMPj6mvuwFkSupwG3MZXt1m2bSoUeDw1Wtx2WrH9dRhkEFMExlGAV0Ui3G9vnyc10KeuDV7TfNBx9IZWOJVXo9xAVtHm9fg46KjxohcHJd91i5eSZCESQP5FyfXTL0jwu9iyUDunRKp2l5w40wv0RJwmks7VCNPmAFr2PU-q40-p0JS4lEnvpdm9CtMP5mR3T3IAqcfbezMQe_a3FE9SsKXbY5_xbSacMMIC-Jd9_cR6vBow_JwB3NKAgH-z8JzyOn5DN0bFMsfEYqsIfV_AePfMlkqxNTbMOEyk","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"sku\": \"SISKU001\",\n    \"uom\": \"cs\",\n    \"qty\": 2,\n    \"base_uom\": \"ea\",\n    \"length\": 3,\n    \"width\": 2,\n    \"height\": 1,\n    \"volume\": 2,\n    \"volume_uom\": \"cbm\",\n    \"net_weight\": 4,\n    \"gross_weight\": 5,\n    \"weight_uom\": \"kg\",\n    \"pack_material\": \"Test\",\n    \"unit_price\": 20,\n    \"currency\": \"USD\"\n}","options":{"raw":{"language":"json"}}},"url":"https://test.api.iqhybrid.com/api/v3/skus/uom-conversions","description":"<p><strong>Body description:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute</strong></th>\n<th><strong>Example</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Validation</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>sku</strong></td>\n<td>TESTSKU001</td>\n<td>string</td>\n<td>Required</td>\n<td>Unique system code of SKU</td>\n</tr>\n<tr>\n<td>uom</td>\n<td>cs</td>\n<td>string</td>\n<td>Required</td>\n<td>Unit of measure being configured (e.g., <code>cs</code>, <code>box</code>, <code>ea</code>)</td>\n</tr>\n<tr>\n<td>qty</td>\n<td>2</td>\n<td>integer</td>\n<td>Required  <br />Min: 1</td>\n<td>Quantity of base units in one unit of the given <code>uom</code></td>\n</tr>\n<tr>\n<td>base_uom</td>\n<td>ea</td>\n<td>string</td>\n<td>Required</td>\n<td>Base unit of measure (e.g., <code>ea</code> for each)</td>\n</tr>\n<tr>\n<td>length</td>\n<td>3</td>\n<td>number</td>\n<td>Optional  <br />Positive value</td>\n<td>Length of the unit (in centimeters or inches, as per context)</td>\n</tr>\n<tr>\n<td>width</td>\n<td>2</td>\n<td>number</td>\n<td>Optional  <br />Positive value</td>\n<td>Width of the unit</td>\n</tr>\n<tr>\n<td>height</td>\n<td>1</td>\n<td>number</td>\n<td>Optional  <br />Positive value</td>\n<td>Height of the unit</td>\n</tr>\n<tr>\n<td>volume</td>\n<td>2</td>\n<td>number</td>\n<td>Optional</td>\n<td>Volume of the unit</td>\n</tr>\n<tr>\n<td>volume_uom</td>\n<td>cbm</td>\n<td>string</td>\n<td>Optional</td>\n<td>Unit of volume (<code>cbm</code>, <code>cft</code>, etc.)</td>\n</tr>\n<tr>\n<td>net_weight</td>\n<td>4</td>\n<td>number</td>\n<td>Optional</td>\n<td>Net weight of the unit</td>\n</tr>\n<tr>\n<td>gross_weight</td>\n<td>5</td>\n<td>number</td>\n<td>Optional</td>\n<td>Gross weight of the unit</td>\n</tr>\n<tr>\n<td>weight_uom</td>\n<td>kg</td>\n<td>string</td>\n<td>Optional</td>\n<td>Unit of weight (<code>kg</code>, <code>g</code>, <code>lb</code>, etc.)</td>\n</tr>\n<tr>\n<td>pack_material</td>\n<td>Test</td>\n<td>string</td>\n<td>Optional</td>\n<td>Packaging material description</td>\n</tr>\n<tr>\n<td>unit_price</td>\n<td>20</td>\n<td>number</td>\n<td>Optional</td>\n<td>Price per unit</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>USD</td>\n<td>string</td>\n<td>Optional</td>\n<td>Currency for the unit price (e.g., USD, EUR)</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response description:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>success</strong></td>\n<td>boolean</td>\n<td>Indicates the request was processed successfully</td>\n</tr>\n<tr>\n<td><strong>data.sku</strong></td>\n<td>string</td>\n<td>Unique SKU code being configured</td>\n</tr>\n<tr>\n<td><strong>data.uom</strong></td>\n<td>string</td>\n<td>Unit of measure (e.g., cs, box)</td>\n</tr>\n<tr>\n<td><strong>data.qty</strong></td>\n<td>integer</td>\n<td>Quantity of base units in one configured UOM</td>\n</tr>\n<tr>\n<td><strong>data.base_uom</strong></td>\n<td>string</td>\n<td>Base unit of measure (e.g., ea for each)</td>\n</tr>\n<tr>\n<td><strong>data.length</strong></td>\n<td>number</td>\n<td>Length of the packaged unit</td>\n</tr>\n<tr>\n<td><strong>data.width</strong></td>\n<td>number</td>\n<td>Width of the packaged unit</td>\n</tr>\n<tr>\n<td><strong>data.height</strong></td>\n<td>number</td>\n<td>Height of the packaged unit</td>\n</tr>\n<tr>\n<td><strong>data.volume</strong></td>\n<td>number</td>\n<td>Total volume of the packaged unit</td>\n</tr>\n<tr>\n<td><strong>data.volume_uom</strong></td>\n<td>string</td>\n<td>Unit of measure for volume (e.g., cbm, cft)</td>\n</tr>\n<tr>\n<td><strong>data.net_weight</strong></td>\n<td>number</td>\n<td>Net weight of the packaged unit</td>\n</tr>\n<tr>\n<td><strong>data.gross_weight</strong></td>\n<td>number</td>\n<td>Gross weight of the packaged unit</td>\n</tr>\n<tr>\n<td><strong>data.weight_uom</strong></td>\n<td>string</td>\n<td>Unit of measure for weight (e.g., kg, lb)</td>\n</tr>\n<tr>\n<td><strong>data.unit_price</strong></td>\n<td>number</td>\n<td>Price per configured unit</td>\n</tr>\n<tr>\n<td><strong>data.currency</strong></td>\n<td>string</td>\n<td>ISO 3-letter currency code for the unit price</td>\n</tr>\n<tr>\n<td><strong>data.pack_material</strong></td>\n<td>string</td>\n<td>Description of the packaging material used</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v3","skus","uom-conversions"],"host":["test","api","iqhybrid","com"],"query":[],"variable":[]}},"response":[{"id":"34176ce8-32f0-492b-b056-24d13b80ec6b","name":"UOM Conversion","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"sku\": \"BIGDATA002\",\n    \"uom\": \"cs\",\n    \"qty\": 2,\n    \"base_uom\": \"ea\",\n    \"length\": 3,\n    \"width\": 2,\n    \"height\": 1,\n    \"volume\": 2,\n    \"volume_uom\": \"cbm\",\n    \"net_weight\": 4,\n    \"gross_weight\": 5,\n    \"weight_uom\": \"kg\",\n    \"pack_material\": \"Test\",\n    \"unit_price\": 20,\n    \"currency\": \"USD\"\n}","options":{"raw":{"language":"json"}}},"url":"BASE_URL/api/v3/skus/uom-conversions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 23 Jun 2025 11:48:41 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/8.1.26"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Expose-Headers","value":"*"},{"key":"Vary","value":"Authorization,Origin"},{"key":"X-Powered-By","value":"PHP/8.1.26"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"600"},{"key":"X-RateLimit-Remaining","value":"599"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"sku\": \"BIGDATA002\",\n        \"uom\": \"cs\",\n        \"qty\": 2,\n        \"base_uom\": \"ea\",\n        \"length\": 3,\n        \"width\": 2,\n        \"height\": 1,\n        \"volume\": 2,\n        \"volume_uom\": \"cbm\",\n        \"net_weight\": 4,\n        \"gross_weight\": 5,\n        \"weight_uom\": \"kg\",\n        \"unit_price\": 20,\n        \"currency\": \"USD\",\n        \"pack_material\": \"Test\"\n    }\n}"}],"_postman_id":"893d3971-2aef-4f5c-a4ca-977bfaa57b87"}],"id":"b03b32d7-a11e-4cba-9fbe-472e2dcfa025","_postman_id":"b03b32d7-a11e-4cba-9fbe-472e2dcfa025","description":""},{"name":"Order","item":[{"name":"Get orders","id":"1e5117b0-eb9f-4f34-9683-420c742e4f81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"{{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"page\": 1,\n    \"per_page\": 2,\n    \"include_skus\": true,\n    \"include_status_history\": true,\n   \"client_references\":[\"MULTITEST003\"]\n    // \"order_numbers\":[\"ISSSIH0040993\"]\n  //  \"shipper_references\":[\"\",\"\"],\n  //  \"consignee_references\":[\"\",\"\"],\n //   \"carriers\":[\"\",\"\"],\n //   \"awb\":[\"\",\"\"],\n //   \"status\":[\"\",\"\"],\n //   \"payment_types\":[\"\",\"\"],\n //   \"warehouses\":[\"\",\"\"],\n  //  \"countries\":[\"\",\"\"],\n  //  \"skus\":[\"\",\"\"],\n   // \"order_creation_date_range\":[\"12-12-2023 12:12:12\",\"15-12-2025 12:12:12\"],\n  //  \"order_shipped_date_range\":[\"\",\"\"],\n  //  \"order_delivered_date_range\":[\"\",\"\"]\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v3/orders","description":"<p>Body description:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute</strong></th>\n<th><strong>Example</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Validation</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>page</strong></td>\n<td><code>1</code></td>\n<td>integer</td>\n<td><strong>Required</strong>  <br />Must be a positive integer</td>\n<td>The page number to retrieve for pagination</td>\n</tr>\n<tr>\n<td><strong>per_page</strong></td>\n<td><code>2</code></td>\n<td>integer</td>\n<td><strong>Required</strong>  <br />Must be a positive integer</td>\n<td>Number of orders to retrieve per page</td>\n</tr>\n<tr>\n<td><strong>include_skus</strong></td>\n<td><code>true</code></td>\n<td>boolean</td>\n<td>Optional</td>\n<td>Whether to include SKU details for each order</td>\n</tr>\n<tr>\n<td><strong>include_status_history</strong></td>\n<td><code>true</code></td>\n<td>boolean</td>\n<td>Optional</td>\n<td>Whether to include order status history</td>\n</tr>\n<tr>\n<td><strong>order_numbers</strong></td>\n<td><code>[ \"ISSSIH0038940\", \"ISSSIH0038939\" ]</code></td>\n<td>array of strings</td>\n<td>Optional  <br />Must be valid order numbers</td>\n<td>Filter orders by specific order numbers</td>\n</tr>\n<tr>\n<td><strong>client_references</strong></td>\n<td><code>[ \"CR123\", \"CR124\" ]</code></td>\n<td>array of strings</td>\n<td>Optional  <br />Free text</td>\n<td>Filter orders by client reference numbers</td>\n</tr>\n<tr>\n<td><strong>shipper_references</strong></td>\n<td><code>[ \"SHIPREF001\" ]</code></td>\n<td>array of strings</td>\n<td>Optional  <br />Free text</td>\n<td>Filter orders by shipper references</td>\n</tr>\n<tr>\n<td><strong>consignee_references</strong></td>\n<td><code>[ \"CONREF001\" ]</code></td>\n<td>array of strings</td>\n<td>Optional  <br />Free text</td>\n<td>Filter orders by consignee references</td>\n</tr>\n<tr>\n<td><strong>carriers</strong></td>\n<td><code>[ \"FedEx\", \"DHL\" ]</code></td>\n<td>array of strings</td>\n<td>Optional  <br />Must match supported carrier names</td>\n<td>Filter by assigned carrier</td>\n</tr>\n<tr>\n<td><strong>awb</strong></td>\n<td><code>[ \"AWB123456\" ]</code></td>\n<td>array of strings</td>\n<td>Optional  <br />Airway Bill numbers</td>\n<td>Filter by AWB numbers</td>\n</tr>\n<tr>\n<td><strong>status</strong></td>\n<td><code>[ \"Delivered\", \"In Transit\" ]</code></td>\n<td>array of strings</td>\n<td>Optional  <br />Valid status values</td>\n<td>Filter orders by current status</td>\n</tr>\n<tr>\n<td><strong>payment_types</strong></td>\n<td><code>[ \"Prepaid\", \"COD\" ]</code></td>\n<td>array of strings</td>\n<td>Optional  <br />Must match allowed payment types</td>\n<td>Filter by order payment method</td>\n</tr>\n<tr>\n<td><strong>warehouses</strong></td>\n<td><code>[ \"WH1\", \"WH2\" ]</code></td>\n<td>array of strings</td>\n<td>Optional  <br />Must match warehouse codes</td>\n<td>Filter orders by origin warehouses</td>\n</tr>\n<tr>\n<td><strong>countries</strong></td>\n<td><code>[ \"US\", \"IN\" ]</code></td>\n<td>array of strings</td>\n<td>Optional  <br />ISO country codes</td>\n<td>Filter by destination country</td>\n</tr>\n<tr>\n<td><strong>skus</strong></td>\n<td><code>[ \"SKU123\", \"SKU456\" ]</code></td>\n<td>array of strings</td>\n<td>Optional  <br />Valid SKU codes</td>\n<td>Filter by specific SKU identifiers</td>\n</tr>\n<tr>\n<td><strong>order_creation_date_range</strong></td>\n<td><code>[ \"12-12-2023 12:12:12\", \"15-12-2025 12:12:12\" ]</code></td>\n<td>array of two datetime strings</td>\n<td>Optional  <br />Format: <code>DD-MM-YYYY HH:mm:ss</code></td>\n<td>Filter orders created within a date range</td>\n</tr>\n<tr>\n<td><strong>order_shipped_date_range</strong></td>\n<td><code>[ \"01-01-2024 00:00:00\", \"31-01-2024 23:59:59\" ]</code></td>\n<td>array of two datetime strings</td>\n<td>Optional  <br />Format: <code>DD-MM-YYYY HH:mm:ss</code></td>\n<td>Filter orders shipped within a date range</td>\n</tr>\n<tr>\n<td><strong>order_delivered_date_range</strong></td>\n<td><code>[ \"05-01-2024 00:00:00\", \"10-01-2024 23:59:59\" ]</code></td>\n<td>array of two datetime strings</td>\n<td>Optional  <br />Format: <code>DD-MM-YYYY HH:mm:ss</code></td>\n<td>Filter orders delivered within a date range</td>\n</tr>\n</tbody>\n</table>\n</div><p>Response description:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute</strong></th>\n<th><strong>Example</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>success</strong></td>\n<td><code>true</code></td>\n<td>boolean</td>\n<td>Indicates if the request was successful</td>\n</tr>\n<tr>\n<td><strong>pagination.per_page</strong></td>\n<td><code>2</code></td>\n<td>integer</td>\n<td>Number of records per page</td>\n</tr>\n<tr>\n<td><strong>pagination.current_page</strong></td>\n<td><code>1</code></td>\n<td>integer</td>\n<td>Current page number</td>\n</tr>\n<tr>\n<td><strong>pagination.last_page</strong></td>\n<td><code>1</code></td>\n<td>integer</td>\n<td>Last available page</td>\n</tr>\n<tr>\n<td><strong>pagination.total</strong></td>\n<td><code>2</code></td>\n<td>integer</td>\n<td>Total number of matched orders</td>\n</tr>\n<tr>\n<td><strong>applied_filters.order_numbers</strong></td>\n<td><code>[ \"ISSSIH0038940\", \"ISSSIH0038939\" ]</code></td>\n<td>array of strings</td>\n<td>Filter criteria used in request</td>\n</tr>\n<tr>\n<td><strong>include_skus</strong></td>\n<td><code>true</code></td>\n<td>boolean</td>\n<td>Whether SKU details were included</td>\n</tr>\n<tr>\n<td><strong>include_status_history</strong></td>\n<td><code>true</code></td>\n<td>boolean</td>\n<td>Whether status history is included</td>\n</tr>\n<tr>\n<td><strong>data</strong></td>\n<td><code>[ {...}, {...} ]</code></td>\n<td>array of objects</td>\n<td>List of matched order objects</td>\n</tr>\n<tr>\n<td><strong>data.*.id</strong></td>\n<td><code>38940</code></td>\n<td>integer</td>\n<td>Unique internal identifier for the order</td>\n</tr>\n<tr>\n<td><strong>data.*.client_reference</strong></td>\n<td><code>\"SIHAPITEST005\"</code></td>\n<td>string</td>\n<td>External reference from the client</td>\n</tr>\n<tr>\n<td><strong>data.*.order_number</strong></td>\n<td><code>\"ISSSIH0038940\"</code></td>\n<td>string</td>\n<td>Unique system-generated order number</td>\n</tr>\n<tr>\n<td><strong>data.*.order_type</strong></td>\n<td><code>\"Standard B2B\"</code></td>\n<td>string</td>\n<td>Classification of the order (e.g., B2B, retail)</td>\n</tr>\n<tr>\n<td><strong>data.*.warehouse</strong></td>\n<td><code>\"ISSWH\"</code></td>\n<td>string</td>\n<td>Warehouse code handling the order</td>\n</tr>\n<tr>\n<td><strong>data.*.shipper_code</strong></td>\n<td><code>\"SIHSHP3\"</code></td>\n<td>string</td>\n<td>Code identifying the shipper</td>\n</tr>\n<tr>\n<td><strong>data.*.shipper_reference</strong></td>\n<td><code>\"REF-SH-001\"</code></td>\n<td>string</td>\n<td>Reference ID provided by the shipper</td>\n</tr>\n<tr>\n<td><strong>data.*.consignee_code</strong></td>\n<td><code>\"SIH3\"</code></td>\n<td>string</td>\n<td>Code identifying the consignee</td>\n</tr>\n<tr>\n<td><strong>data.*.consignee_reference</strong></td>\n<td><code>\"REF-CON-001\"</code></td>\n<td>string</td>\n<td>Reference ID from the consignee</td>\n</tr>\n<tr>\n<td><strong>data.*.invoice_no</strong></td>\n<td><code>\"INV-1001\"</code></td>\n<td>string</td>\n<td>Invoice number associated with the order</td>\n</tr>\n<tr>\n<td><strong>data.*.place_of_delivery</strong></td>\n<td><code>\"Bangalore\"</code></td>\n<td>string</td>\n<td>Final destination for delivery</td>\n</tr>\n<tr>\n<td><strong>data.*.port_of_discharge</strong></td>\n<td><code>\"Jebel ali\"</code></td>\n<td>string</td>\n<td>Port where cargo will be discharged</td>\n</tr>\n<tr>\n<td><strong>data.*.place_of_receipt</strong></td>\n<td><code>null</code></td>\n<td>string / null</td>\n<td>Starting location of shipment receipt</td>\n</tr>\n<tr>\n<td><strong>data.*.port_of_loading</strong></td>\n<td><code>null</code></td>\n<td>string / null</td>\n<td>Port where cargo is loaded</td>\n</tr>\n<tr>\n<td><strong>data.*.carrier</strong></td>\n<td><code>null</code></td>\n<td>string / null</td>\n<td>Shipping carrier name (e.g., DHL)</td>\n</tr>\n<tr>\n<td><strong>data.*.order_creation_time.date</strong></td>\n<td><code>\"2025-05-07 14:30:00\"</code></td>\n<td>string</td>\n<td>Date/time when the order was created</td>\n</tr>\n<tr>\n<td><strong>data.*.order_creation_time.in_seconds</strong></td>\n<td><code>1746613800</code></td>\n<td>integer</td>\n<td>Timestamp of order creation (epoch)</td>\n</tr>\n<tr>\n<td><strong>data.*.comment</strong></td>\n<td><code>\"Urgent and critical order\"</code></td>\n<td>string</td>\n<td>Internal remarks about the order</td>\n</tr>\n<tr>\n<td><strong>data.*.delivery_instruction</strong></td>\n<td><code>\"This is a demo delivery instruction for this order.\"</code></td>\n<td>string</td>\n<td>Instructions for delivery handling</td>\n</tr>\n<tr>\n<td><strong>data.*.total_number_of_skus</strong></td>\n<td><code>2</code></td>\n<td>integer</td>\n<td>Number of distinct SKUs in the order</td>\n</tr>\n<tr>\n<td><strong>data.*.total_sku_qty</strong></td>\n<td><code>11</code></td>\n<td>integer</td>\n<td>Total SKU quantity across all lines</td>\n</tr>\n<tr>\n<td><strong>data.*.total_cancelled_qty</strong></td>\n<td><code>0</code></td>\n<td>integer</td>\n<td>Total quantity that was cancelled</td>\n</tr>\n<tr>\n<td><strong>data.*.allocation_records</strong></td>\n<td><code>1</code></td>\n<td>integer</td>\n<td>Count of SKU allocation events</td>\n</tr>\n<tr>\n<td><strong>data.*.allocated_qty</strong></td>\n<td><code>1</code></td>\n<td>integer</td>\n<td>Total allocated quantity</td>\n</tr>\n<tr>\n<td><strong>data.*.outbound_entry_no</strong></td>\n<td><code>null</code></td>\n<td>string / null</td>\n<td>Outbound logistics entry number</td>\n</tr>\n<tr>\n<td><strong>data.*.outbound_entry_date</strong></td>\n<td><code>null</code></td>\n<td>string / null</td>\n<td>Date of outbound entry</td>\n</tr>\n<tr>\n<td><strong>data.*.total_picked_qty</strong></td>\n<td><code>0</code></td>\n<td>integer</td>\n<td>Sum of picked SKU quantities</td>\n</tr>\n<tr>\n<td><strong>data.*.total_pending_picked_qty</strong></td>\n<td><code>1</code></td>\n<td>integer</td>\n<td>Quantity pending for picking</td>\n</tr>\n<tr>\n<td><strong>data.*.total_packages</strong></td>\n<td><code>0</code></td>\n<td>integer</td>\n<td>Total packages generated</td>\n</tr>\n<tr>\n<td><strong>data.*.total_packed_qty</strong></td>\n<td><code>0</code></td>\n<td>integer</td>\n<td>Quantity that has been packed</td>\n</tr>\n<tr>\n<td><strong>data.*.total_pending_packed_qty</strong></td>\n<td><code>0</code></td>\n<td>integer</td>\n<td>Quantity waiting to be packed</td>\n</tr>\n<tr>\n<td><strong>data.*.total_dispatched_qty</strong></td>\n<td><code>0</code></td>\n<td>integer</td>\n<td>Quantity that has been shipped</td>\n</tr>\n<tr>\n<td><strong>data.*.total_pending_dispatched_qty</strong></td>\n<td><code>0</code></td>\n<td>integer</td>\n<td>Quantity still to be dispatched</td>\n</tr>\n<tr>\n<td><strong>data.*.total_volume</strong></td>\n<td><code>0</code></td>\n<td>number</td>\n<td>Cumulative volume of the order</td>\n</tr>\n<tr>\n<td><strong>data.*.total_net_weight</strong></td>\n<td><code>0</code></td>\n<td>number</td>\n<td>Total net weight of the order</td>\n</tr>\n<tr>\n<td><strong>data.*.total_gross_weight</strong></td>\n<td><code>0</code></td>\n<td>number</td>\n<td>Total gross weight of the order</td>\n</tr>\n<tr>\n<td><strong>data.*.package_total_weight</strong></td>\n<td><code>0</code></td>\n<td>number</td>\n<td>Total package weight calculated</td>\n</tr>\n<tr>\n<td><strong>data.*.package_total_volume</strong></td>\n<td><code>null</code></td>\n<td>number / null</td>\n<td>Total volume across all packages</td>\n</tr>\n<tr>\n<td><strong>data.*.current_status.status_id</strong></td>\n<td><code>12</code></td>\n<td>integer</td>\n<td>ID of the current order status</td>\n</tr>\n<tr>\n<td><strong>data.*.current_status.status</strong></td>\n<td><code>\"Partially Allocated\"</code></td>\n<td>string</td>\n<td>Current lifecycle status of the order</td>\n</tr>\n<tr>\n<td><strong>data.*.current_status.date</strong></td>\n<td><code>\"2025-05-07 12:19:12\"</code></td>\n<td>string</td>\n<td>Date/time of current status</td>\n</tr>\n<tr>\n<td><strong>data.*.current_status.comment</strong></td>\n<td><code>\"\"</code></td>\n<td>string</td>\n<td>Optional comment about the current status</td>\n</tr>\n<tr>\n<td><strong>data.*.status_history</strong></td>\n<td><code>[ {...} ]</code></td>\n<td>array</td>\n<td>List of historical status changes</td>\n</tr>\n<tr>\n<td><strong>data.*.status_history.*.status_id</strong></td>\n<td><code>10</code></td>\n<td>integer</td>\n<td>Unique identifier for the order status</td>\n</tr>\n<tr>\n<td><strong>data.*.status_history.*.status</strong></td>\n<td><code>\"Confirmed\"</code></td>\n<td>string</td>\n<td>Status label describing the order stage</td>\n</tr>\n<tr>\n<td><strong>data.*.status_history.*.date.date</strong></td>\n<td><code>\"2025-05-07 12:18:29\"</code></td>\n<td>string</td>\n<td>Human-readable date of the status change</td>\n</tr>\n<tr>\n<td><strong>data.*.status_history.*.date.in_seconds</strong></td>\n<td><code>1746605909</code></td>\n<td>integer</td>\n<td>Epoch timestamp of the status change</td>\n</tr>\n<tr>\n<td><strong>data.*.status_history.*.comment</strong></td>\n<td><code>null</code></td>\n<td>string / null</td>\n<td>Optional remarks or notes about the status update</td>\n</tr>\n<tr>\n<td><strong>data.*.skus</strong></td>\n<td><code>[ {...} ]</code></td>\n<td>array</td>\n<td>List of SKU line items in the order</td>\n</tr>\n<tr>\n<td><strong>data.*.skus.*.sku_barcode</strong></td>\n<td><code>\"MULTIWHSKU001\"</code></td>\n<td>string</td>\n<td>Unique identifier or barcode for the SKU</td>\n</tr>\n<tr>\n<td><strong>data.*.skus.*.description</strong></td>\n<td><code>\"MUG\"</code></td>\n<td>string</td>\n<td>Description of the product</td>\n</tr>\n<tr>\n<td><strong>data.*.skus.*.brand</strong></td>\n<td><code>null</code></td>\n<td>string / null</td>\n<td>Brand name, if applicable</td>\n</tr>\n<tr>\n<td><strong>data.*.skus.*.ordered_qty</strong></td>\n<td><code>10</code></td>\n<td>integer</td>\n<td>Quantity originally ordered</td>\n</tr>\n<tr>\n<td><strong>data.*.skus.*.qty</strong></td>\n<td><code>10</code></td>\n<td>integer</td>\n<td>Confirmed quantity</td>\n</tr>\n<tr>\n<td><strong>data.*.skus.*.cancelled_qty</strong></td>\n<td><code>0</code></td>\n<td>integer</td>\n<td>Quantity cancelled</td>\n</tr>\n<tr>\n<td><strong>data.*.skus.*.line_no</strong></td>\n<td><code>\"1\"</code></td>\n<td>string</td>\n<td>Line number of the SKU in the order</td>\n</tr>\n<tr>\n<td><strong>data.*.skus.*.unit_rate</strong></td>\n<td><code>120.5</code></td>\n<td>float</td>\n<td>Price per unit</td>\n</tr>\n<tr>\n<td><strong>data.*.skus.*.unit_rate_currency</strong></td>\n<td><code>\"USD\"</code></td>\n<td>string</td>\n<td>Currency code for the unit rate</td>\n</tr>\n<tr>\n<td><strong>data.*.skus.*.uom</strong></td>\n<td><code>\"ea\"</code></td>\n<td>string</td>\n<td>Unit of measure (e.g., \"ea\", \"box\")</td>\n</tr>\n<tr>\n<td><strong>data.*.skus.*.serial_no</strong> – <strong>data.*.skus.*.location</strong></td>\n<td>varies (e.g., <code>\"SN001\"</code>, <code>null</code>, <code>\"\"</code>)</td>\n<td>string / null</td>\n<td>Product traceability, logistics, and optional metadata fields</td>\n</tr>\n<tr>\n<td><strong>data.*.skus.*.net_weight</strong></td>\n<td><code>12.5</code></td>\n<td>float / null</td>\n<td>Net weight of the SKU</td>\n</tr>\n<tr>\n<td><strong>data.*.skus.*.gross_weight</strong></td>\n<td><code>14</code></td>\n<td>float / null</td>\n<td>Gross weight including packaging</td>\n</tr>\n<tr>\n<td><strong>data.*.skus.*.weight_uom</strong></td>\n<td><code>\"KG\"</code></td>\n<td>string</td>\n<td>Weight unit</td>\n</tr>\n<tr>\n<td><strong>data.*.skus.*.volume</strong></td>\n<td><code>0.03</code></td>\n<td>float / null</td>\n<td>Volume of the SKU</td>\n</tr>\n<tr>\n<td><strong>data.*.skus.*.volume_uom</strong></td>\n<td><code>\"cbm\"</code></td>\n<td>string / null</td>\n<td>Volume unit of measure</td>\n</tr>\n<tr>\n<td><strong>data.*.skus.*.carton_number</strong></td>\n<td><code>\"2\"</code></td>\n<td>string / null</td>\n<td>Number of cartons for the SKU</td>\n</tr>\n<tr>\n<td><strong>data.*.skus.*.carton_description</strong></td>\n<td><code>\"2 small boxes\"</code></td>\n<td>string / null</td>\n<td>Description of the cartons</td>\n</tr>\n<tr>\n<td><strong>data.*.skus.*.carton_length</strong></td>\n<td><code>40.5</code></td>\n<td>float / null</td>\n<td>Length of the carton in units</td>\n</tr>\n<tr>\n<td><strong>data.*.skus.*.carton_dimension_uom</strong></td>\n<td><code>\"cm\"</code></td>\n<td>string</td>\n<td>Unit of measurement for dimensions</td>\n</tr>\n<tr>\n<td><strong>data.*.skus.*.carton_volume</strong></td>\n<td><code>0.03</code></td>\n<td>float</td>\n<td>Total volume of the carton</td>\n</tr>\n<tr>\n<td><strong>data.*.skus.*.inbound_asn_no</strong></td>\n<td><code>\"ASN-5001\"</code></td>\n<td>string / null</td>\n<td>Advanced Shipment Notice number</td>\n</tr>\n<tr>\n<td><strong>data.*.skus.*.allocate_damage</strong></td>\n<td><code>0</code></td>\n<td>number / boolean</td>\n<td>Whether damaged allocation was allowed</td>\n</tr>\n<tr>\n<td><strong>data.*.skus.*.picked_qty</strong></td>\n<td><code>0</code></td>\n<td>integer</td>\n<td>Number of items picked for this SKU</td>\n</tr>\n<tr>\n<td><strong>data.*.skus.*.pending_picked_qty</strong></td>\n<td><code>0</code></td>\n<td>integer</td>\n<td>Number of items remaining to be picked</td>\n</tr>\n<tr>\n<td><strong>data.*.skus.*.packed_qty</strong></td>\n<td><code>0</code></td>\n<td>integer</td>\n<td>Number of items packed</td>\n</tr>\n<tr>\n<td><strong>data.*.skus.*.pending_packed_qty</strong></td>\n<td><code>0</code></td>\n<td>integer</td>\n<td>Number of items yet to be packed</td>\n</tr>\n<tr>\n<td><strong>data.*.skus.*.dispatched_qty</strong></td>\n<td><code>0</code></td>\n<td>integer</td>\n<td>Items dispatched</td>\n</tr>\n<tr>\n<td><strong>data.*.skus.*.pending_dispatched_qty</strong></td>\n<td><code>0</code></td>\n<td>integer</td>\n<td>Items pending dispatch</td>\n</tr>\n<tr>\n<td><strong>data.*.skus.*.last_status</strong></td>\n<td><code>\"Out of Stock\"</code></td>\n<td>string</td>\n<td>Last known status for the SKU</td>\n</tr>\n<tr>\n<td><strong>data.*.skus.*.last_status_time</strong></td>\n<td><code>\"07-05-2025 12:19\"</code></td>\n<td>string</td>\n<td>Timestamp of the last SKU status update</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v3","orders"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"65253197-709e-4f21-b082-12a274aadab2","name":"Get orders","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"page\": 1,\n    \"per_page\": 2,\n    \"include_skus\": true,\n    \"include_status_history\": true,\n    \"order_numbers\":[\"ISSSIH0038940\",\"ISSSIH0038939\"]\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v3/orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 07 May 2025 10:33:54 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/8.1.26"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Expose-Headers","value":"*"},{"key":"Vary","value":"Authorization,Origin"},{"key":"X-Powered-By","value":"PHP/8.1.26"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"600"},{"key":"X-RateLimit-Remaining","value":"599"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"pagination\": {\n        \"per_page\": 2,\n        \"current_page\": 1,\n        \"last_page\": 1,\n        \"total\": 2\n    },\n    \"applied_filters\": {\n        \"order_numbers\": [\n            \"ISSSIH0038940\",\n            \"ISSSIH0038939\"\n        ]\n    },\n    \"include_skus\": true,\n    \"include_status_history\": true,\n    \"data\": [\n        {\n            \"id\": 38940,\n            \"client_reference\": \"SIHAPITEST005\",\n            \"order_number\": \"ISSSIH0038940\",\n            \"order_type\": \"Standard B2B\",\n            \"warehouse\": \"ISSWH\",\n            \"shipper_code\": \"SIHSHP3\",\n            \"shipper_reference\": \"REF-SH-001\",\n            \"consignee_code\": \"SIH3\",\n            \"consignee_reference\": \"REF-CON-001\",\n            \"invoice_no\": \"INV-1001\",\n            \"container_no\": null,\n            \"place_of_delivery\": \"Bangalore\",\n            \"port_of_discharge\": \"Jebel ali\",\n            \"place_of_receipt\": null,\n            \"port_of_loading\": null,\n            \"carrier\": null,\n            \"order_creation_time\": {\n                \"date\": \"2025-05-07 14:30:00\",\n                \"in_seconds\": 1746613800\n            },\n            \"comment\": \"Urgent and critical order\",\n            \"delivery_instruction\": \"This is a demo delivery instruction for this order.\",\n            \"total_number_of_skus\": 2,\n            \"total_sku_qty\": 11,\n            \"total_cancelled_qty\": 0,\n            \"allocation_records\": 1,\n            \"allocated_qty\": 1,\n            \"outbound_entry_no\": null,\n            \"outbound_entry_date\": null,\n            \"total_picked_qty\": 0,\n            \"total_pending_picked_qty\": 1,\n            \"total_packages\": 0,\n            \"total_packed_qty\": 0,\n            \"total_pending_packed_qty\": 0,\n            \"total_dispatched_qty\": 0,\n            \"total_pending_dispatched_qty\": 0,\n            \"total_volume\": 0,\n            \"total_net_weight\": 0,\n            \"total_gross_weight\": 0,\n            \"package_total_weight\": 0,\n            \"package_total_volume\": null,\n            \"current_status\": {\n                \"status_id\": 12,\n                \"status\": \"Partially Allocated\",\n                \"date\": \"2025-05-07 12:19:12\",\n                \"comment\": \"\"\n            },\n            \"status_history\": [\n                {\n                    \"status_id\": 10,\n                    \"status\": \"Confirmed\",\n                    \"date\": {\n                        \"date\": \"2025-05-07 12:18:29\",\n                        \"in_seconds\": 1746605909\n                    },\n                    \"comment\": null\n                },\n                {\n                    \"status_id\": 12,\n                    \"status\": \"Partially Allocated\",\n                    \"date\": {\n                        \"date\": \"2025-05-07 12:19:12\",\n                        \"in_seconds\": 1746605952\n                    },\n                    \"comment\": null\n                }\n            ],\n            \"skus\": [\n                {\n                    \"sku_barcode\": \"MULTIWHSKU001\",\n                    \"description\": \"MUG\",\n                    \"brand\": null,\n                    \"ordered_qty\": 10,\n                    \"qty\": 10,\n                    \"cancelled_qty\": 0,\n                    \"line_no\": \"1\",\n                    \"unit_rate\": 120.5,\n                    \"unit_rate_currency\": \"USD\",\n                    \"uom\": \"ea\",\n                    \"serial_no\": \"SN001\",\n                    \"lot_no\": \"LOT1001\",\n                    \"batch_no\": \"BATCH-A\",\n                    \"po_no\": \"PO-9001\",\n                    \"roll_no\": \"ROLL-123\",\n                    \"bl_no\": \"BL-7890\",\n                    \"vin_no\": \"VIN2025123\",\n                    \"engine_no\": \"ENG-56789\",\n                    \"body_model\": \"MODEL-X\",\n                    \"specification\": \"SPEC-A\",\n                    \"drive\": \"2WD\",\n                    \"condition\": \"New\",\n                    \"key_no\": \"KEY-001\",\n                    \"engine_capacity\": \"2.0L\",\n                    \"mfg_year\": \"2024\",\n                    \"mfg_date\": \"2024-03-15 00:00:00\",\n                    \"exp_date\": \"2025-03-15\",\n                    \"hs_code\": \"HS123456\",\n                    \"coo_id\": 231,\n                    \"coo\": \"US\",\n                    \"grade\": \"A\",\n                    \"import_entry_no\": \"ENTRY-1002\",\n                    \"container_no\": \"CONT-2001\",\n                    \"net_weight\": 12.5,\n                    \"gross_weight\": 14,\n                    \"weight_uom\": \"KG\",\n                    \"volume\": 0.03,\n                    \"volume_uom\": \"cbm\",\n                    \"carton_number\": \"2\",\n                    \"carton_uom\": \"ea\",\n                    \"carton_description\": \"2 small boxes\",\n                    \"carton_length\": 40.5,\n                    \"carton_width\": 30,\n                    \"carton_height\": 25,\n                    \"carton_dimension_uom\": \"cm\",\n                    \"carton_volume\": 0.03,\n                    \"carton_volume_uom\": \"cbm\",\n                    \"inbound_asn_no\": \"ASN-5001\",\n                    \"allocate_damage\": 0,\n                    \"zone_group\": \"\",\n                    \"zone\": \"\",\n                    \"location\": \"\",\n                    \"picked_qty\": 0,\n                    \"pending_picked_qty\": 0,\n                    \"packed_qty\": 0,\n                    \"pending_packed_qty\": 0,\n                    \"dispatched_qty\": 0,\n                    \"pending_dispatched_qty\": 0,\n                    \"last_status\": \"Out of Stock\",\n                    \"last_status_time\": \"07-05-2025 12:19\"\n                },\n                {\n                    \"sku_barcode\": \"MULTIWHSKU002\",\n                    \"description\": \"MUG\",\n                    \"brand\": null,\n                    \"ordered_qty\": 1,\n                    \"qty\": 1,\n                    \"cancelled_qty\": 0,\n                    \"line_no\": \"2\",\n                    \"unit_rate\": null,\n                    \"unit_rate_currency\": \"\",\n                    \"uom\": \"ea\",\n                    \"serial_no\": null,\n                    \"lot_no\": null,\n                    \"batch_no\": null,\n                    \"po_no\": null,\n                    \"roll_no\": null,\n                    \"bl_no\": null,\n                    \"vin_no\": null,\n                    \"engine_no\": null,\n                    \"body_model\": null,\n                    \"specification\": null,\n                    \"drive\": null,\n                    \"condition\": null,\n                    \"key_no\": null,\n                    \"engine_capacity\": null,\n                    \"mfg_year\": null,\n                    \"mfg_date\": null,\n                    \"exp_date\": null,\n                    \"hs_code\": null,\n                    \"coo_id\": null,\n                    \"coo\": \"\",\n                    \"grade\": null,\n                    \"import_entry_no\": null,\n                    \"container_no\": null,\n                    \"net_weight\": null,\n                    \"gross_weight\": null,\n                    \"weight_uom\": \"\",\n                    \"volume\": null,\n                    \"volume_uom\": \"\",\n                    \"carton_number\": null,\n                    \"carton_uom\": \"\",\n                    \"carton_description\": null,\n                    \"carton_length\": null,\n                    \"carton_width\": null,\n                    \"carton_height\": null,\n                    \"carton_dimension_uom\": \"\",\n                    \"carton_volume\": null,\n                    \"carton_volume_uom\": \"\",\n                    \"inbound_asn_no\": null,\n                    \"allocate_damage\": 0,\n                    \"zone_group\": \"\",\n                    \"zone\": \"\",\n                    \"location\": \"\",\n                    \"picked_qty\": 0,\n                    \"pending_picked_qty\": 1,\n                    \"packed_qty\": 0,\n                    \"pending_packed_qty\": 0,\n                    \"dispatched_qty\": 0,\n                    \"pending_dispatched_qty\": 0,\n                    \"last_status\": \"Allocated\",\n                    \"last_status_time\": \"07-05-2025 12:19\"\n                }\n            ]\n        },\n        {\n            \"id\": 38939,\n            \"client_reference\": \"SIHAPITEST004\",\n            \"order_number\": \"ISSSIH0038939\",\n            \"order_type\": \"Standard B2B\",\n            \"warehouse\": \"ISSWH\",\n            \"shipper_code\": \"SIHSHP3\",\n            \"shipper_reference\": \"REF-SH-001\",\n            \"consignee_code\": \"SIH3\",\n            \"consignee_reference\": \"REF-CON-001\",\n            \"invoice_no\": \"INV-1001\",\n            \"container_no\": null,\n            \"place_of_delivery\": \"Bangalore\",\n            \"port_of_discharge\": \"Jebel ali\",\n            \"place_of_receipt\": null,\n            \"port_of_loading\": null,\n            \"carrier\": null,\n            \"order_creation_time\": {\n                \"date\": \"2025-05-05 14:30:00\",\n                \"in_seconds\": 1746441000\n            },\n            \"comment\": \"Urgent and critical order\",\n            \"delivery_instruction\": null,\n            \"total_number_of_skus\": 2,\n            \"total_sku_qty\": 20,\n            \"total_cancelled_qty\": 0,\n            \"allocation_records\": 0,\n            \"allocated_qty\": 0,\n            \"outbound_entry_no\": null,\n            \"outbound_entry_date\": null,\n            \"total_picked_qty\": 0,\n            \"total_pending_picked_qty\": 0,\n            \"total_packages\": 0,\n            \"total_packed_qty\": 0,\n            \"total_pending_packed_qty\": 0,\n            \"total_dispatched_qty\": 0,\n            \"total_pending_dispatched_qty\": 0,\n            \"total_volume\": 0,\n            \"total_net_weight\": 0,\n            \"total_gross_weight\": 0,\n            \"package_total_weight\": 0,\n            \"package_total_volume\": null,\n            \"current_status\": {\n                \"status_id\": 11,\n                \"status\": \"Out of Stock\",\n                \"date\": \"2025-05-07 12:15:57\",\n                \"comment\": \"\"\n            },\n            \"status_history\": [\n                {\n                    \"status_id\": 10,\n                    \"status\": \"Confirmed\",\n                    \"date\": {\n                        \"date\": \"2025-05-07 12:13:53\",\n                        \"in_seconds\": 1746605633\n                    },\n                    \"comment\": null\n                },\n                {\n                    \"status_id\": 11,\n                    \"status\": \"Out of Stock\",\n                    \"date\": {\n                        \"date\": \"2025-05-07 12:15:57\",\n                        \"in_seconds\": 1746605757\n                    },\n                    \"comment\": null\n                }\n            ],\n            \"skus\": [\n                {\n                    \"sku_barcode\": \"SIHAPISKU001\",\n                    \"description\": \"NEW MUG\",\n                    \"brand\": null,\n                    \"ordered_qty\": 10,\n                    \"qty\": 10,\n                    \"cancelled_qty\": 0,\n                    \"line_no\": \"1\",\n                    \"unit_rate\": 120.5,\n                    \"unit_rate_currency\": \"USD\",\n                    \"uom\": \"ea\",\n                    \"serial_no\": \"SN001\",\n                    \"lot_no\": \"LOT1001\",\n                    \"batch_no\": \"BATCH-A\",\n                    \"po_no\": \"PO-9001\",\n                    \"roll_no\": \"ROLL-123\",\n                    \"bl_no\": \"BL-7890\",\n                    \"vin_no\": \"VIN2025123\",\n                    \"engine_no\": \"ENG-56789\",\n                    \"body_model\": \"MODEL-X\",\n                    \"specification\": \"SPEC-A\",\n                    \"drive\": \"2WD\",\n                    \"condition\": \"New\",\n                    \"key_no\": \"KEY-001\",\n                    \"engine_capacity\": \"2.0L\",\n                    \"mfg_year\": \"2024\",\n                    \"mfg_date\": \"2024-03-15 00:00:00\",\n                    \"exp_date\": \"2025-03-15\",\n                    \"hs_code\": \"HS123456\",\n                    \"coo_id\": 231,\n                    \"coo\": \"US\",\n                    \"grade\": \"A\",\n                    \"import_entry_no\": \"ENTRY-1002\",\n                    \"container_no\": \"CONT-2001\",\n                    \"net_weight\": 12.5,\n                    \"gross_weight\": 14,\n                    \"weight_uom\": \"KG\",\n                    \"volume\": 0.03,\n                    \"volume_uom\": \"cbm\",\n                    \"carton_number\": \"2\",\n                    \"carton_uom\": \"ea\",\n                    \"carton_description\": \"2 small boxes\",\n                    \"carton_length\": 40.5,\n                    \"carton_width\": 30,\n                    \"carton_height\": 25,\n                    \"carton_dimension_uom\": \"cm\",\n                    \"carton_volume\": 0.03,\n                    \"carton_volume_uom\": \"cbm\",\n                    \"inbound_asn_no\": \"ASN-5001\",\n                    \"allocate_damage\": 0,\n                    \"zone_group\": \"\",\n                    \"zone\": \"\",\n                    \"location\": \"\",\n                    \"picked_qty\": 0,\n                    \"pending_picked_qty\": 0,\n                    \"packed_qty\": 0,\n                    \"pending_packed_qty\": 0,\n                    \"dispatched_qty\": 0,\n                    \"pending_dispatched_qty\": 0,\n                    \"last_status\": \"Out of Stock\",\n                    \"last_status_time\": \"07-05-2025 12:15\"\n                },\n                {\n                    \"sku_barcode\": \"SIHAPITESTSKU001\",\n                    \"description\": \"CR7 JERSEY\",\n                    \"brand\": null,\n                    \"ordered_qty\": 10,\n                    \"qty\": 10,\n                    \"cancelled_qty\": 0,\n                    \"line_no\": \"2\",\n                    \"unit_rate\": null,\n                    \"unit_rate_currency\": \"\",\n                    \"uom\": \"ea\",\n                    \"serial_no\": null,\n                    \"lot_no\": null,\n                    \"batch_no\": null,\n                    \"po_no\": null,\n                    \"roll_no\": null,\n                    \"bl_no\": null,\n                    \"vin_no\": null,\n                    \"engine_no\": null,\n                    \"body_model\": null,\n                    \"specification\": null,\n                    \"drive\": null,\n                    \"condition\": null,\n                    \"key_no\": null,\n                    \"engine_capacity\": null,\n                    \"mfg_year\": null,\n                    \"mfg_date\": null,\n                    \"exp_date\": null,\n                    \"hs_code\": null,\n                    \"coo_id\": null,\n                    \"coo\": \"\",\n                    \"grade\": null,\n                    \"import_entry_no\": null,\n                    \"container_no\": null,\n                    \"net_weight\": null,\n                    \"gross_weight\": null,\n                    \"weight_uom\": \"\",\n                    \"volume\": null,\n                    \"volume_uom\": \"\",\n                    \"carton_number\": null,\n                    \"carton_uom\": \"\",\n                    \"carton_description\": null,\n                    \"carton_length\": null,\n                    \"carton_width\": null,\n                    \"carton_height\": null,\n                    \"carton_dimension_uom\": \"\",\n                    \"carton_volume\": null,\n                    \"carton_volume_uom\": \"\",\n                    \"inbound_asn_no\": null,\n                    \"allocate_damage\": 0,\n                    \"zone_group\": \"\",\n                    \"zone\": \"\",\n                    \"location\": \"\",\n                    \"picked_qty\": 0,\n                    \"pending_picked_qty\": 0,\n                    \"packed_qty\": 0,\n                    \"pending_packed_qty\": 0,\n                    \"dispatched_qty\": 0,\n                    \"pending_dispatched_qty\": 0,\n                    \"last_status\": \"Out of Stock\",\n                    \"last_status_time\": \"07-05-2025 12:15\"\n                }\n            ]\n        }\n    ]\n}"},{"id":"96d2fbe5-75a1-44e6-b6a0-64f80b35afdd","name":"Get orders (without filter)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"page\": 1,\n    \"per_page\": 2,\n    \"include_skus\": true,\n    \"include_status_history\": true\n  //  \"client_references\":[\"\",\"\"],\n    //\"order_numbers\":[\"ISSSIH0038940\",\"ISSSIH0038939\"]\n  //  \"shipper_references\":[\"\",\"\"],\n  //  \"consignee_references\":[\"\",\"\"],\n //   \"carriers\":[\"\",\"\"],\n //   \"awb\":[\"\",\"\"],\n //   \"status\":[\"\",\"\"],\n //   \"payment_types\":[\"\",\"\"],\n //   \"warehouses\":[\"\",\"\"],\n  //  \"countries\":[\"\",\"\"],\n  //  \"skus\":[\"\",\"\"],\n   // \"order_creation_date_range\":[\"12-12-2023 12:12:12\",\"15-12-2025 12:12:12\"],\n  //  \"order_shipped_date_range\":[\"\",\"\"],\n  //  \"order_delivered_date_range\":[\"\",\"\"]\n}","options":{"raw":{"language":"json"}}},"url":"BASE_URL/api/v3/orders"},"status":"Unprocessable Content","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 07 May 2025 10:35:21 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/8.1.26"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Expose-Headers","value":"*"},{"key":"Vary","value":"Authorization,Origin"},{"key":"X-Powered-By","value":"PHP/8.1.26"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"600"},{"key":"X-RateLimit-Remaining","value":"599"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"code\": 422,\n    \"message\": \"You need to choose at least one filter to continue.\"\n}"}],"_postman_id":"1e5117b0-eb9f-4f34-9683-420c742e4f81"},{"name":"Create order","id":"655c7f99-83bd-4bae-a2eb-b7ff7ca5f5c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"client_reference\": \"SIHAPITEST052\",\n    \"order_type\": \"Standard B2B\",\n    \"warehouse\": \"ISSWH\",\n    \"shipper_code\": \"SIHSHP3\",\n    \"consignee_code\": \"SIH3\",\n    \"skus\": [\n        {\n            \"line_no\": 1,\n            \"sku_barcode\": \"ITEM0015\",\n            \"quantity\": 10,\n            \"uom\": \"ea\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v3/orders/create","description":"<p>Body Description:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute</strong></th>\n<th><strong>Example</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Validation</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>client_reference</strong></td>\n<td><code>\"SIHAPITEST051\"</code></td>\n<td>string</td>\n<td><strong>Required</strong>  <br />Max 100 chars</td>\n<td>External reference ID from client</td>\n</tr>\n<tr>\n<td><strong>order_type</strong></td>\n<td><code>\"Standard B2B\"</code></td>\n<td>string</td>\n<td><strong>Required</strong>  <br />Enum (e.g., <code>\"Standard B2B\"</code>, <code>\"Retail\"</code>...)</td>\n<td>Type of order</td>\n</tr>\n<tr>\n<td><strong>warehouse</strong></td>\n<td><code>\"ISSWH\"</code></td>\n<td>string</td>\n<td><strong>Required</strong>  <br />Must be a valid warehouse code</td>\n<td>Warehouse where the order will be processed</td>\n</tr>\n<tr>\n<td><strong>shipper_code</strong></td>\n<td><code>\"SIHSHP3\"</code></td>\n<td>string</td>\n<td><strong>Required</strong></td>\n<td>Registered shipper code</td>\n</tr>\n<tr>\n<td><strong>shipper_reference</strong></td>\n<td><code>\"REF-SH-051\"</code></td>\n<td>string</td>\n<td>Optional</td>\n<td>Reference provided by shipper</td>\n</tr>\n<tr>\n<td><strong>consignee_code</strong></td>\n<td><code>\"SIH3\"</code></td>\n<td>string</td>\n<td><strong>Required</strong></td>\n<td>Registered consignee code</td>\n</tr>\n<tr>\n<td><strong>consignee_reference</strong></td>\n<td><code>\"REF-CON-051\"</code></td>\n<td>string</td>\n<td>Optional</td>\n<td>Reference provided by consignee</td>\n</tr>\n<tr>\n<td><strong>invoice_no</strong></td>\n<td><code>\"INV-1001\"</code></td>\n<td>string</td>\n<td>Optional</td>\n<td>Invoice number linked to the order</td>\n</tr>\n<tr>\n<td><strong>place_of_delivery</strong></td>\n<td><code>null</code></td>\n<td>string / null</td>\n<td>Optional</td>\n<td>Final delivery location</td>\n</tr>\n<tr>\n<td><strong>port_of_discharge</strong></td>\n<td><code>null</code></td>\n<td>string / null</td>\n<td>Optional</td>\n<td>Destination port</td>\n</tr>\n<tr>\n<td><strong>place_of_receipt</strong></td>\n<td><code>null</code></td>\n<td>string / null</td>\n<td>Optional</td>\n<td>Initial location where order is received</td>\n</tr>\n<tr>\n<td><strong>port_of_loading</strong></td>\n<td><code>null</code></td>\n<td>string / null</td>\n<td>Optional</td>\n<td>Port of loading</td>\n</tr>\n<tr>\n<td><strong>carrier</strong></td>\n<td><code>null</code></td>\n<td>string / null</td>\n<td>Optional</td>\n<td>Shipping carrier (e.g., FedEx, DHL)</td>\n</tr>\n<tr>\n<td><strong>comment</strong></td>\n<td><code>\"\"</code></td>\n<td>string</td>\n<td>Optional</td>\n<td>General notes or remarks</td>\n</tr>\n<tr>\n<td><strong>delivery_instruction</strong></td>\n<td><code>\"PREPARE MULTIPLE BOXES AND SHIP\"</code></td>\n<td>string</td>\n<td>Optional</td>\n<td>Any delivery notes or handling instructions</td>\n</tr>\n<tr>\n<td><strong>order_creation_time</strong></td>\n<td><code>\"2025-05-07 14:33:00\"</code></td>\n<td>datetime string</td>\n<td><strong>Required</strong>  <br />Format: <code>YYYY-MM-DD HH:mm:ss</code></td>\n<td>Timestamp when the order was created</td>\n</tr>\n<tr>\n<td><strong>skus</strong></td>\n<td><code>[ {...}, {...} ]</code></td>\n<td>array of objects</td>\n<td><strong>Required</strong>  <br />At least one SKU</td>\n<td>List of items to include in the order</td>\n</tr>\n</tbody>\n</table>\n</div><p>Response Description:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute</strong></th>\n<th><strong>Example</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>success</strong></td>\n<td><code>true</code></td>\n<td>boolean</td>\n<td>Indicates that the order creation was successful</td>\n</tr>\n<tr>\n<td><strong>data.message</strong></td>\n<td><code>\"Successfully created\"</code></td>\n<td>string</td>\n<td>Message confirming the result of the operation</td>\n</tr>\n<tr>\n<td><strong>data.client_reference</strong></td>\n<td><code>\"TESTSTD00013\"</code></td>\n<td>string</td>\n<td>Echo of the client reference used to create the order</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v3","orders","create"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"7e6ecf3a-edb4-43de-905f-d35c49146937","name":"Create order","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"client_reference\": \"TESTSTD00013\",\n    \"order_type\": \"Standard B2B\",\n    \"warehouse\": \"TEST\",\n    \"client_system_code\": \"SIH\",\n    \"shipper_code\": \"SIHSHP3\",\n    \"shipper_reference\": \"REF-SH-001\",\n    \"consignee_code\": \"SIH3\",\n    \"consignee_reference\": \"REF-CON-001\",\n    \"order_creation_time\": \"2025-05-05 14:30:00\",\n    \"carrier\": \"SELF\",\n    \"invoice_no\": \"INV-1001\",\n    \"container_no\": \"CONT-2001\",\n    \"skus\": [\n        {\n            \"line_no\": 1,\n            \"sku_barcode\": \"TESTSKU001235\",\n            \"quantity\": 10,\n            \"uom\": \"ea\",\n            \"serial_no\": \"SN001\",\n            \"lot_no\": \"LOT1001\",\n            \"batch_no\": \"BATCH-A\",\n            \"po_no\": \"PO-9001\",\n            \"roll_no\": \"ROLL-123\",\n            \"bl_no\": \"BL-7890\",\n            \"vin_no\": \"VIN2025123\",\n            \"engine_no\": \"ENG-56789\",\n            \"body_model\": \"MODEL-X\",\n            \"specification\": \"SPEC-A\",\n            \"drive\": \"2WD\",\n            \"condition\": \"New\",\n            \"key_no\": \"KEY-001\",\n            \"engine_capacity\": \"2.0L\",\n            \"year_of_manufacture\": 2024,\n            \"mfg_date\": \"2024-03-15\",\n            \"exp_date\": \"2025-03-15\",\n            \"hs_code\": \"HS123456\",\n            \"unit_rate\": 120.5,\n            \"unit_rate_currency\": \"USD\",\n            \"coo\": \"US\",\n            \"grade\": \"A\",\n            \"import_entry_no\": \"ENTRY-1002\",\n            \"net_weight\": 12.5,\n            \"gross_weight\": 14.0,\n            \"weight_uom\": \"kg\",\n            \"volume\": 0.03,\n            \"volume_uom\": \"cbm\",\n            \"carton\": 2,\n            \"carton_uom\": \"EA\",\n            \"carton_description\": \"2 small boxes\",\n            \"carton_length\": 40.5,\n            \"carton_width\": 30.0,\n            \"carton_height\": 25.0,\n            \"carton_dimension_uom\": \"cm\",\n            \"carton_volume\": 0.03,\n            \"carton_volume_uom\": \"cbm\",\n            \"inbound_asn_no\": \"ASN-5001\",\n            \"allocate_damage\": true,\n            \"zone_group\": \"GW_Zone_Group_1\",\n            \"zone\": \"STAGING\",\n            \"location\": \"STAGING\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"BASE_URL/api/v3/orders/create"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.1"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.2.13"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 06 May 2025 06:04:53 GMT"},{"key":"X-RateLimit-Limit","value":"600"},{"key":"X-RateLimit-Remaining","value":"599"},{"key":"Vary","value":"Origin"},{"key":"X-Clockwork-Id","value":"1746511493-1517-2112003792"},{"key":"X-Clockwork-Version","value":"5.1.11"},{"key":"Server-Timing","value":"app; dur=159.05809402466; desc=\"Application\", db; dur=63; desc=\"Database\", timeline-event-0; dur=118.30902099609; desc=\"Controller\""}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"message\": \"Successfully created\",\n        \"client_reference\": \"TESTSTD00013\"\n    }\n}"}],"_postman_id":"655c7f99-83bd-4bae-a2eb-b7ff7ca5f5c6"},{"name":"Update Orders","id":"8773bcba-0f4d-4c71-b462-bdb2b63e5868","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"client_reference\": \"SIHAPITEST025\",  \n    //\"order_number\": \"ISSSIH0038959\"\n    \"delivery_instruction\": \"LATEST ONE.\"\n}","options":{"raw":{"language":"json"}}},"url":"BASE_URL/api/v3/orders/update","description":"<p>Body Description:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute</strong></th>\n<th><strong>Example</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Validation</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>client_reference</strong></td>\n<td><code>\"SIHAPITEST025\"</code></td>\n<td>string</td>\n<td><strong>Required</strong> if no <strong>order_no is passed</strong>  <br />Max 100 characters</td>\n<td>Unique reference identifier provided by the client to track the order</td>\n</tr>\n<tr>\n<td><strong>order_number</strong></td>\n<td><code>\"</code>ISSSIH0038959<code>\"</code></td>\n<td>string</td>\n<td><strong>Required</strong> if no <strong>client_reference is passed</strong>  <br />Max 100 characters</td>\n<td>Unique <strong>order no</strong> to track the order</td>\n</tr>\n<tr>\n<td><strong>delivery_instruction</strong></td>\n<td><code>\"LATEST ONE.\"</code></td>\n<td>string</td>\n<td>Optional  <br />Free text</td>\n<td>Special notes or instructions for order handling and delivery (e.g., packing, timing, box handling)</td>\n</tr>\n</tbody>\n</table>\n</div><p>Response Description:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute</strong></th>\n<th><strong>Example</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>success</strong></td>\n<td><code>true</code></td>\n<td>boolean</td>\n<td>Indicates that the request completed successfully</td>\n</tr>\n<tr>\n<td><strong>data</strong></td>\n<td><code>{...}</code></td>\n<td>object</td>\n<td>Contains details of the newly created order</td>\n</tr>\n<tr>\n<td><strong>data.id</strong></td>\n<td><code>38813</code></td>\n<td>integer</td>\n<td>Unique internal ID for the created order</td>\n</tr>\n<tr>\n<td><strong>data.client_reference</strong></td>\n<td><code>\"TESTSTD00013\"</code></td>\n<td>string</td>\n<td>Client-supplied reference for the order</td>\n</tr>\n<tr>\n<td><strong>data.order_type</strong></td>\n<td><code>\"Standard B2B\"</code></td>\n<td>string</td>\n<td>Type of order</td>\n</tr>\n<tr>\n<td><strong>data.warehouse</strong></td>\n<td><code>\"TEST\"</code></td>\n<td>string</td>\n<td>Warehouse where the order will be fulfilled</td>\n</tr>\n<tr>\n<td><strong>data.shipper_code</strong></td>\n<td><code>\"SIHSHP3\"</code></td>\n<td>string</td>\n<td>Code identifying the shipper</td>\n</tr>\n<tr>\n<td><strong>data.shipper_reference</strong></td>\n<td><code>\"REF-SH-001\"</code></td>\n<td>string</td>\n<td>Reference ID from the shipper</td>\n</tr>\n<tr>\n<td><strong>data.consignee_code</strong></td>\n<td><code>\"SIH3\"</code></td>\n<td>string</td>\n<td>Code identifying the consignee</td>\n</tr>\n<tr>\n<td><strong>data.consignee_reference</strong></td>\n<td><code>\"REF-CON-001\"</code></td>\n<td>string</td>\n<td>Reference ID from the consignee</td>\n</tr>\n<tr>\n<td><strong>data.invoice_no</strong></td>\n<td><code>\"INV-1001\"</code></td>\n<td>string</td>\n<td>Invoice number associated with the order</td>\n</tr>\n<tr>\n<td><strong>data.container_no</strong></td>\n<td><code>\"CONT-2001\"</code></td>\n<td>string</td>\n<td>Container number</td>\n</tr>\n<tr>\n<td><strong>data.place_of_delivery</strong></td>\n<td><code>null</code></td>\n<td>string / null</td>\n<td>Final delivery location, if provided</td>\n</tr>\n<tr>\n<td><strong>data.port_of_discharge</strong></td>\n<td><code>null</code></td>\n<td>string / null</td>\n<td>Port of discharge, if applicable</td>\n</tr>\n<tr>\n<td><strong>data.place_of_receipt</strong></td>\n<td><code>null</code></td>\n<td>string / null</td>\n<td>Initial receipt location</td>\n</tr>\n<tr>\n<td><strong>data.port_of_loading</strong></td>\n<td><code>null</code></td>\n<td>string / null</td>\n<td>Port of loading for shipment</td>\n</tr>\n<tr>\n<td><strong>data.carrier</strong></td>\n<td><code>null</code></td>\n<td>string / null</td>\n<td>Carrier name for shipping</td>\n</tr>\n<tr>\n<td><strong>data.order_creation_time.date</strong></td>\n<td><code>\"2025-05-05 14:30:00\"</code></td>\n<td>string</td>\n<td>Timestamp when the order was created</td>\n</tr>\n<tr>\n<td><strong>data.order_creation_time.in_seconds</strong></td>\n<td><code>1746441000</code></td>\n<td>integer</td>\n<td>Epoch time equivalent</td>\n</tr>\n<tr>\n<td><strong>data.comment</strong></td>\n<td><code>null</code></td>\n<td>string / null</td>\n<td>Additional comments about the order</td>\n</tr>\n<tr>\n<td><strong>data.delivery_instruction</strong></td>\n<td><code>\"This is a demo delivery instruction for this order.\"</code></td>\n<td>string</td>\n<td>Special delivery instructions</td>\n</tr>\n<tr>\n<td><strong>data.total_number_of_skus</strong></td>\n<td><code>1</code></td>\n<td>integer</td>\n<td>Number of different SKUs in the order</td>\n</tr>\n<tr>\n<td><strong>data.total_sku_quantity</strong></td>\n<td><code>10</code></td>\n<td>integer</td>\n<td>Total number of SKU items</td>\n</tr>\n<tr>\n<td><strong>data.total_cancelled_quantity</strong></td>\n<td><code>0</code></td>\n<td>integer</td>\n<td>Total cancelled quantity</td>\n</tr>\n<tr>\n<td><strong>data.allocation_records</strong></td>\n<td><code>0</code></td>\n<td>integer</td>\n<td>Allocation attempts recorded</td>\n</tr>\n<tr>\n<td><strong>data.allocated_quantity</strong></td>\n<td><code>0</code></td>\n<td>integer</td>\n<td>Quantity that has been allocated</td>\n</tr>\n<tr>\n<td><strong>data.outbound_entry_no</strong></td>\n<td><code>null</code></td>\n<td>string / null</td>\n<td>Outbound logistics reference</td>\n</tr>\n<tr>\n<td><strong>data.outbound_entry_date</strong></td>\n<td><code>null</code></td>\n<td>string / null</td>\n<td>Date of outbound processing</td>\n</tr>\n<tr>\n<td><strong>data.total_picked_quantity</strong></td>\n<td><code>0</code></td>\n<td>integer</td>\n<td>Quantity already picked</td>\n</tr>\n<tr>\n<td><strong>data.total_pending_picked_quantity</strong></td>\n<td><code>0</code></td>\n<td>integer</td>\n<td>Quantity waiting to be picked</td>\n</tr>\n<tr>\n<td><strong>data.total_packages</strong></td>\n<td><code>0</code></td>\n<td>integer</td>\n<td>Total number of packages created</td>\n</tr>\n<tr>\n<td><strong>data.total_packed_quantity</strong></td>\n<td><code>0</code></td>\n<td>integer</td>\n<td>Quantity that has been packed</td>\n</tr>\n<tr>\n<td><strong>data.total_pending_packed_quantity</strong></td>\n<td><code>0</code></td>\n<td>integer</td>\n<td>Quantity pending for packing</td>\n</tr>\n<tr>\n<td><strong>data.total_dispatched_quantity</strong></td>\n<td><code>0</code></td>\n<td>integer</td>\n<td>Quantity that has been dispatched</td>\n</tr>\n<tr>\n<td><strong>data.total_pending_dispatched_quantity</strong></td>\n<td><code>0</code></td>\n<td>integer</td>\n<td>Quantity yet to be dispatched</td>\n</tr>\n<tr>\n<td><strong>data.total_volume</strong></td>\n<td><code>0</code></td>\n<td>number</td>\n<td>Total order volume</td>\n</tr>\n<tr>\n<td><strong>data.total_net_weight</strong></td>\n<td><code>0</code></td>\n<td>number</td>\n<td>Combined net weight</td>\n</tr>\n<tr>\n<td><strong>data.total_gross_weight</strong></td>\n<td><code>0</code></td>\n<td>number</td>\n<td>Combined gross weight</td>\n</tr>\n<tr>\n<td><strong>data.package_total_weight</strong></td>\n<td><code>0</code></td>\n<td>number</td>\n<td>Total weight of all packages</td>\n</tr>\n<tr>\n<td><strong>data.package_total_volume</strong></td>\n<td><code>null</code></td>\n<td>number / null</td>\n<td>Volume of all packages</td>\n</tr>\n<tr>\n<td><strong>data.current_status.status_id</strong></td>\n<td><code>10</code></td>\n<td>integer</td>\n<td>ID of the current status</td>\n</tr>\n<tr>\n<td><strong>data.current_status.status</strong></td>\n<td><code>\"Confirmed\"</code></td>\n<td>string</td>\n<td>Text label of the current status</td>\n</tr>\n<tr>\n<td><strong>data.current_status.date</strong></td>\n<td><code>\"2025-05-06 10:04:53\"</code></td>\n<td>string</td>\n<td>Timestamp of the current status</td>\n</tr>\n<tr>\n<td><strong>data.current_status.comment</strong></td>\n<td><code>\"\"</code></td>\n<td>string</td>\n<td>Optional comment or status note</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v3","orders","update"],"host":["BASE_URL"],"query":[],"variable":[]}},"response":[{"id":"7fb7b59d-406f-4689-8641-cc69d24927a1","name":"Update Orders","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"client_reference\": \"TESTSTD00013\",\n    \"delivery_instruction\": \"This is a demo delivery instruction for this order.\"\n}","options":{"raw":{"language":"json"}}},"url":"BASE_URL/api/v3/orders/update"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.1"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.2.13"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 06 May 2025 10:44:37 GMT"},{"key":"X-RateLimit-Limit","value":"600"},{"key":"X-RateLimit-Remaining","value":"599"},{"key":"Vary","value":"Origin"},{"key":"X-Clockwork-Id","value":"1746528276-9186-2015064550"},{"key":"X-Clockwork-Version","value":"5.1.11"},{"key":"Server-Timing","value":"app; dur=315.3920173645; desc=\"Application\", db; dur=114.52; desc=\"Database\", timeline-event-0; dur=183.41422080994; desc=\"Controller\""}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"id\": 38813,\n        \"client_reference\": \"TESTSTD00013\",\n        \"order_type\": \"Standard B2B\",\n        \"warehouse\": \"TEST\",\n        \"shipper_code\": \"SIHSHP3\",\n        \"shipper_reference\": \"REF-SH-001\",\n        \"consignee_code\": \"SIH3\",\n        \"consignee_reference\": \"REF-CON-001\",\n        \"invoice_no\": \"INV-1001\",\n        \"container_no\": \"CONT-2001\",\n        \"place_of_delivery\": null,\n        \"port_of_discharge\": null,\n        \"place_of_receipt\": null,\n        \"port_of_loading\": null,\n        \"carrier\": null,\n        \"order_creation_time\": {\n            \"date\": \"2025-05-05 14:30:00\",\n            \"in_seconds\": 1746441000\n        },\n        \"comment\": null,\n        \"delivery_instruction\": \"This is a demo delivery instruction for this order.\",\n        \"total_number_of_skus\": 1,\n        \"total_sku_quantity\": 10,\n        \"total_cancelled_quantity\": 0,\n        \"allocation_records\": 0,\n        \"allocated_quantity\": 0,\n        \"outbound_entry_no\": null,\n        \"outbound_entry_date\": null,\n        \"total_picked_quantity\": 0,\n        \"total_pending_picked_quantity\": 0,\n        \"total_packages\": 0,\n        \"total_packed_quantity\": 0,\n        \"total_pending_packed_quantity\": 0,\n        \"total_dispatched_quantity\": 0,\n        \"total_pending_dispatched_quantity\": 0,\n        \"total_volume\": 0,\n        \"total_net_weight\": 0,\n        \"total_gross_weight\": 0,\n        \"package_total_weight\": 0,\n        \"package_total_volume\": null,\n        \"current_status\": {\n            \"status_id\": 10,\n            \"status\": \"Confirmed\",\n            \"date\": \"2025-05-06 10:04:53\",\n            \"comment\": \"\"\n        }\n    }\n}"}],"_postman_id":"8773bcba-0f4d-4c71-b462-bdb2b63e5868"},{"name":"Add Dispatch Vehicle","id":"5413a4ac-d887-40a4-b244-30b9922b054f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"client_reference\": \"SIHCONSOLPACK001\",\n    //\"order_number\": \"ISSAYM0036594\",\n     //\"shipper_reference\": \"ISSAYM0036594\",\n      //\"consignee_reference\": \"ISSAYM0036594\",\n    \"order_vehicle_numbers\": [\n        \"SIH001\",\n        \"A82456\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"BASE_URL/api/v3/orders/add-dispatch-vehicle","description":"<p>Body Description:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute</strong></th>\n<th><strong>Example</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Validation</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>client_reference</code></td>\n<td><code>\"AYMCLIENTE01\"</code></td>\n<td>string</td>\n<td><strong>Conditional</strong>  <br />Required if others not present  <br />Max 100 characters</td>\n<td>Unique identifier provided by the client for tracking the order</td>\n</tr>\n<tr>\n<td>order_number</td>\n<td><code>\"ISSAYM0036594\"</code></td>\n<td>string</td>\n<td><strong>Conditional</strong>  <br />Required if others not present  <br />Max 100 characters</td>\n<td>Internal order number (commented out in your example)</td>\n</tr>\n<tr>\n<td><code>shipper_reference</code></td>\n<td><code>\"ISSAYM0036594\"</code></td>\n<td>string</td>\n<td><strong>Conditional</strong>  <br />Required if others not present  <br />Max 100 characters</td>\n<td>Reference number assigned by the shipper</td>\n</tr>\n<tr>\n<td><code>consignee_reference</code></td>\n<td><code>\"ISSAYM0036594\"</code></td>\n<td>string</td>\n<td><strong>Conditional</strong>  <br />Required if others not present  <br />Max 100 characters</td>\n<td>Reference number assigned by the consignee</td>\n</tr>\n<tr>\n<td><code>order_vehicle_numbers</code></td>\n<td><code>[\"82456\", \"M568725\"]</code></td>\n<td>array of string</td>\n<td><strong>Required</strong>  <br />Each string max 50 chars</td>\n<td>List of vehicle numbers associated with the order for dispatch tracking</td>\n</tr>\n</tbody>\n</table>\n</div><p>Response Description:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute</strong></th>\n<th><strong>Example</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>success</code></td>\n<td><code>true</code></td>\n<td>boolean</td>\n<td>Indicates the success of the API request</td>\n</tr>\n<tr>\n<td><code>message</code></td>\n<td><code>\"Dispatch vehicles were successfully added to the order.\"</code></td>\n<td>string</td>\n<td>Descriptive message about the outcome of the operation</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v3","orders","add-dispatch-vehicle"],"host":["BASE_URL"],"query":[],"variable":[]}},"response":[{"id":"6901a31c-0c24-4fa9-8562-181aced3c010","name":"Add Dispatch Vehicle","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"client_reference\": \"AYMCLIENTE01\",\n    //\"order_number\": \"ISSAYM0036594\",\n     //\"shipper_reference\": \"ISSAYM0036594\",\n      //\"consignee_reference\": \"ISSAYM0036594\",\n    \"order_vehicle_numbers\": [\n        \"82456\",\n        \"M568725\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"BASE_URL/api/v3/orders/add-dispatch-vehicle"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.1"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Origin"},{"key":"X-Powered-By","value":"PHP/8.2.13"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 12 May 2025 13:01:38 GMT"},{"key":"X-RateLimit-Limit","value":"600"},{"key":"X-RateLimit-Remaining","value":"599"},{"key":"X-Clockwork-Id","value":"1747054898-7144-498503798"},{"key":"X-Clockwork-Version","value":"5.1.11"},{"key":"Server-Timing","value":"app; dur=189.5170211792; desc=\"Application\", db; dur=30.38; desc=\"Database\", timeline-event-0; dur=71.680068969727; desc=\"Controller\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Dispatch vehicles were successfully added to the order.\"\n}"}],"_postman_id":"5413a4ac-d887-40a4-b244-30b9922b054f"},{"name":"Add SKUs","id":"234ea7a8-676a-4d97-b27f-96b50100e74e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n   // \"client_reference\": \"MULTITEST003\",\n    \"order_number\": \"ISSSIH0038959\",\n     //\"shipper_reference\": \"ISSAYM0036594\",\n      //\"consignee_reference\": \"ISSAYM0036594\",\n    \"skus\": [\n        {\n            \"line_no\": 5,\n            \"sku_barcode\": \"MULTIWHSKU002\",\n            \"quantity\": 10,\n            \"uom\": \"ea\",\n            \"serial_no\": null,\n            \"lot_no\": null,\n            \"batch_no\": null,\n            \"po_no\": null,\n            \"container_no\": null,\n            \"roll_no\": null,\n            \"bl_no\": null,\n            \"vin_no\": null,\n            \"engine_no\": null,\n            \"body_model\": null,\n            \"specification\": null,\n            \"drive\": null,\n            \"condition\": null,\n            \"key_no\": null,\n            \"engine_capacity\": null,\n            \"year_of_manufacture\": null,\n            \"mfg_date\": null,\n            \"exp_date\": null,\n            \"hs_code\": \"55555\",\n            \"unit_rate\": \"20\",\n            \"unit_rate_currency\": null,\n            \"coo\": null,\n            \"grade\": null,\n            \"import_entry_no\": null,\n            \"net_weight\": null,\n            \"gross_weight\": null,\n            \"weight_uom\": null,\n            \"volume\": null,\n            \"volume_uom\": null,\n            \"carton\": null,\n            \"carton_uom\": null,\n            \"carton_description\": null,\n            \"carton_length\": null,\n            \"carton_width\": null,\n            \"carton_height\": null,\n            \"carton_dimension_uom\": null,\n            \"carton_volume\": null,\n            \"carton_volume_uom\": null,\n            \"inbound_asn_no\": null,\n            \"allocate_damage\": false,\n            \"zone_group\": null,\n            \"zone\": null,\n            \"location\": null\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"BASE_URL/api/v3/orders/add-skus","description":"<p>Body Description:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute</strong></th>\n<th><strong>Example</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Validation</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>client_reference</code></td>\n<td><code>\"MULTITEST003\"</code></td>\n<td>string</td>\n<td><strong>Conditional</strong>  <br />Required if others not present  <br />Max 100 characters</td>\n<td>Client-defined reference to track the order</td>\n</tr>\n<tr>\n<td>order_number</td>\n<td><code>\"ISSSIH0038959\"</code></td>\n<td>string</td>\n<td><strong>Conditional</strong>  <br />Required if others not present</td>\n<td>Internal system order number</td>\n</tr>\n<tr>\n<td><code>shipper_reference</code></td>\n<td><code>\"ISSAYM0036594\"</code></td>\n<td>string</td>\n<td><strong>Conditional</strong>  <br />Required if others not present</td>\n<td>Reference assigned by the shipper</td>\n</tr>\n<tr>\n<td><code>consignee_reference</code></td>\n<td><code>\"ISSAYM0036594\"</code></td>\n<td>string</td>\n<td><strong>Conditional</strong>  <br />Required if others not present</td>\n<td>Reference assigned by the consignee</td>\n</tr>\n<tr>\n<td><code>skus</code></td>\n<td><code>[ ... ]</code></td>\n<td>array of object</td>\n<td><strong>Required</strong>  <br />At least one item with valid fields</td>\n<td>List of SKU items to be added to the order</td>\n</tr>\n<tr>\n<td><code>skus.\\*.line_no</code></td>\n<td><code>5</code></td>\n<td>integer</td>\n<td><strong>Required</strong></td>\n<td>Line number of the SKU in the order</td>\n</tr>\n<tr>\n<td><code>skus.\\*.sku_barcode</code></td>\n<td><code>\"MULTIWHSKU002\"</code></td>\n<td>string</td>\n<td><strong>Required</strong></td>\n<td>Unique SKU barcode</td>\n</tr>\n<tr>\n<td><code>skus.\\*.quantity</code></td>\n<td><code>10</code></td>\n<td>integer</td>\n<td><strong>Required</strong></td>\n<td>Quantity to be added</td>\n</tr>\n<tr>\n<td><code>skus.\\*.uom</code></td>\n<td><code>\"ea\"</code></td>\n<td>string</td>\n<td><strong>Required</strong></td>\n<td>Unit of measure (<code>ea</code>, <code>kg</code>, etc.)</td>\n</tr>\n<tr>\n<td><code>skus.\\*.serial_no</code></td>\n<td><code>null</code></td>\n<td>string/null</td>\n<td>Optional</td>\n<td>Serial number, if applicable</td>\n</tr>\n<tr>\n<td><code>skus.\\*.lot_no</code></td>\n<td><code>null</code></td>\n<td>string/null</td>\n<td>Optional</td>\n<td>Lot number</td>\n</tr>\n<tr>\n<td><code>skus.\\*.batch_no</code></td>\n<td><code>null</code></td>\n<td>string/null</td>\n<td>Optional</td>\n<td>Batch number</td>\n</tr>\n<tr>\n<td><code>skus.\\*.po_no</code></td>\n<td><code>null</code></td>\n<td>string/null</td>\n<td>Optional</td>\n<td>Purchase order number</td>\n</tr>\n<tr>\n<td><code>skus.\\*.container_no</code></td>\n<td><code>null</code></td>\n<td>string/null</td>\n<td>Optional</td>\n<td>Container number</td>\n</tr>\n<tr>\n<td><code>skus.\\*.roll_no</code></td>\n<td><code>null</code></td>\n<td>string/null</td>\n<td>Optional</td>\n<td>Roll number</td>\n</tr>\n<tr>\n<td><code>skus.\\*.bl_no</code></td>\n<td><code>null</code></td>\n<td>string/null</td>\n<td>Optional</td>\n<td>Bill of lading number</td>\n</tr>\n<tr>\n<td><code>skus.\\*.vin_no</code></td>\n<td><code>null</code></td>\n<td>string/null</td>\n<td>Optional</td>\n<td>Vehicle Identification Number</td>\n</tr>\n<tr>\n<td><code>skus.\\*.engine_no</code></td>\n<td><code>null</code></td>\n<td>string/null</td>\n<td>Optional</td>\n<td>Engine number</td>\n</tr>\n<tr>\n<td><code>skus.\\*.body_model</code></td>\n<td><code>null</code></td>\n<td>string/null</td>\n<td>Optional</td>\n<td>Vehicle body model</td>\n</tr>\n<tr>\n<td><code>skus.\\*.specification</code></td>\n<td><code>null</code></td>\n<td>string/null</td>\n<td>Optional</td>\n<td>Specification of the item</td>\n</tr>\n<tr>\n<td><code>skus.\\*.drive</code></td>\n<td><code>null</code></td>\n<td>string/null</td>\n<td>Optional</td>\n<td>Drive type (e.g., FWD, AWD)</td>\n</tr>\n<tr>\n<td><code>skus.\\*.condition</code></td>\n<td><code>null</code></td>\n<td>string/null</td>\n<td>Optional</td>\n<td>Condition of the item</td>\n</tr>\n<tr>\n<td><code>skus.\\*.key_no</code></td>\n<td><code>null</code></td>\n<td>string/null</td>\n<td>Optional</td>\n<td>Key number</td>\n</tr>\n<tr>\n<td><code>skus.\\*.engine_capacity</code></td>\n<td><code>null</code></td>\n<td>string/null</td>\n<td>Optional</td>\n<td>Engine capacity</td>\n</tr>\n<tr>\n<td><code>skus.\\*.year_of_manufacture</code></td>\n<td><code>null</code></td>\n<td>string/null</td>\n<td>Optional</td>\n<td>Manufacturing year</td>\n</tr>\n<tr>\n<td><code>skus.\\*.mfg_date</code></td>\n<td><code>null</code></td>\n<td>string/null</td>\n<td>Optional</td>\n<td>Manufacturing date</td>\n</tr>\n<tr>\n<td><code>skus.\\*.exp_date</code></td>\n<td><code>null</code></td>\n<td>string/null</td>\n<td>Optional</td>\n<td>Expiry date</td>\n</tr>\n<tr>\n<td><code>skus.\\*.hs_code</code></td>\n<td><code>\"55555\"</code></td>\n<td>string</td>\n<td>Optional</td>\n<td>Harmonized System Code</td>\n</tr>\n<tr>\n<td><code>skus.\\*.unit_rate</code></td>\n<td><code>\"20\"</code></td>\n<td>string</td>\n<td>Optional</td>\n<td>Price per unit</td>\n</tr>\n<tr>\n<td><code>skus.\\*.unit_rate_currency</code></td>\n<td><code>null</code></td>\n<td>string/null</td>\n<td>Optional</td>\n<td>Currency for unit rate</td>\n</tr>\n<tr>\n<td><code>skus.\\*.coo</code></td>\n<td><code>null</code></td>\n<td>string/null</td>\n<td>Optional</td>\n<td>Country of origin</td>\n</tr>\n<tr>\n<td><code>skus.\\*.grade</code></td>\n<td><code>null</code></td>\n<td>string/null</td>\n<td>Optional</td>\n<td>Grade or quality classification</td>\n</tr>\n<tr>\n<td><code>skus.\\*.import_entry_no</code></td>\n<td><code>null</code></td>\n<td>string/null</td>\n<td>Optional</td>\n<td>Import entry reference</td>\n</tr>\n<tr>\n<td><code>skus.\\*.net_weight</code></td>\n<td><code>null</code></td>\n<td>number/null</td>\n<td>Optional</td>\n<td>Net weight</td>\n</tr>\n<tr>\n<td><code>skus.\\*.gross_weight</code></td>\n<td><code>null</code></td>\n<td>number/null</td>\n<td>Optional</td>\n<td>Gross weight</td>\n</tr>\n<tr>\n<td><code>skus.\\*.weight_uom</code></td>\n<td><code>null</code></td>\n<td>string/null</td>\n<td>Optional</td>\n<td>Unit of measure for weight</td>\n</tr>\n<tr>\n<td><code>skus.\\*.volume</code></td>\n<td><code>null</code></td>\n<td>number/null</td>\n<td>Optional</td>\n<td>Volume</td>\n</tr>\n<tr>\n<td><code>skus.\\*.volume_uom</code></td>\n<td><code>null</code></td>\n<td>string/null</td>\n<td>Optional</td>\n<td>Volume unit</td>\n</tr>\n<tr>\n<td><code>skus.\\*.carton</code></td>\n<td><code>null</code></td>\n<td>number/null</td>\n<td>Optional</td>\n<td>Number of cartons</td>\n</tr>\n<tr>\n<td><code>skus.\\*.carton_uom</code></td>\n<td><code>null</code></td>\n<td>string/null</td>\n<td>Optional</td>\n<td>Carton unit of measure</td>\n</tr>\n<tr>\n<td><code>skus.\\*.carton_description</code></td>\n<td><code>null</code></td>\n<td>string/null</td>\n<td>Optional</td>\n<td>Description of the carton</td>\n</tr>\n<tr>\n<td><code>skus.\\*.carton_length</code></td>\n<td><code>null</code></td>\n<td>number/null</td>\n<td>Optional</td>\n<td>Carton length</td>\n</tr>\n<tr>\n<td><code>skus.\\*.carton_width</code></td>\n<td><code>null</code></td>\n<td>number/null</td>\n<td>Optional</td>\n<td>Carton width</td>\n</tr>\n<tr>\n<td><code>skus.\\*.carton_height</code></td>\n<td><code>null</code></td>\n<td>number/null</td>\n<td>Optional</td>\n<td>Carton height</td>\n</tr>\n<tr>\n<td><code>skus.\\*.carton_dimension_uom</code></td>\n<td><code>null</code></td>\n<td>string/null</td>\n<td>Optional</td>\n<td>Dimension unit of measurement</td>\n</tr>\n<tr>\n<td><code>skus.\\*.carton_volume</code></td>\n<td><code>null</code></td>\n<td>number/null</td>\n<td>Optional</td>\n<td>Carton volume</td>\n</tr>\n<tr>\n<td><code>skus.\\*.carton_volume_uom</code></td>\n<td><code>null</code></td>\n<td>string/null</td>\n<td>Optional</td>\n<td>Volume UOM for carton</td>\n</tr>\n<tr>\n<td><code>skus.\\*.inbound_asn_no</code></td>\n<td><code>null</code></td>\n<td>string/null</td>\n<td>Optional</td>\n<td>Inbound ASN number</td>\n</tr>\n<tr>\n<td><code>skus.\\*.allocate_damage</code></td>\n<td><code>false</code></td>\n<td>boolean</td>\n<td>Optional  <br />Default: false</td>\n<td>Whether damaged items can be allocated</td>\n</tr>\n<tr>\n<td><code>skus.\\*.zone_group</code></td>\n<td><code>null</code></td>\n<td>string/null</td>\n<td>Optional</td>\n<td>Zone group in warehouse</td>\n</tr>\n<tr>\n<td><code>skus.\\*.zone</code></td>\n<td><code>null</code></td>\n<td>string/null</td>\n<td>Optional</td>\n<td>Zone within warehouse</td>\n</tr>\n<tr>\n<td><code>skus.\\*.location</code></td>\n<td><code>null</code></td>\n<td>string/null</td>\n<td>Optional</td>\n<td>Specific warehouse location</td>\n</tr>\n</tbody>\n</table>\n</div><p>Response Description:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute</strong></th>\n<th><strong>Example</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>success</code></td>\n<td><code>true</code></td>\n<td>boolean</td>\n<td>Indicates that the API request completed successfully</td>\n</tr>\n<tr>\n<td><code>message</code></td>\n<td><code>\"SKUs were successfully added to the order.\"</code></td>\n<td>string</td>\n<td>Message confirming the outcome of the operation</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v3","orders","add-skus"],"host":["BASE_URL"],"query":[],"variable":[]}},"response":[{"id":"ab3855f0-e550-4dfb-8d23-9512e282dba6","name":"Add SKUs","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"BEARER Token","type":"text"},{"key":"Authorization","value":"Bearer TOKEN","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"client_reference\": \"AYMCLIENTE01\",\n    //\"order_number\": \"ISSAYM0036594\",\n     //\"shipper_reference\": \"ISSAYM0036594\",\n      //\"consignee_reference\": \"ISSAYM0036594\",\n    \"skus\": [\n        {\n            \"line_no\": 1,\n            \"sku_barcode\": \"TESTSKU001235\",\n            \"quantity\": 10,\n            \"uom\": \"ea\",\n            \"serial_no\": null,\n            \"lot_no\": null,\n            \"batch_no\": null,\n            \"po_no\": null,\n            \"container_no\": null,\n            \"roll_no\": null,\n            \"bl_no\": null,\n            \"vin_no\": null,\n            \"engine_no\": null,\n            \"body_model\": null,\n            \"specification\": null,\n            \"drive\": null,\n            \"condition\": null,\n            \"key_no\": null,\n            \"engine_capacity\": null,\n            \"year_of_manufacture\": null,\n            \"mfg_date\": null,\n            \"exp_date\": null,\n            \"hs_code\": null,\n            \"unit_rate\": null,\n            \"unit_rate_currency\": null,\n            \"coo\": null,\n            \"grade\": null,\n            \"import_entry_no\": null,\n            \"net_weight\": null,\n            \"gross_weight\": null,\n            \"weight_uom\": null,\n            \"volume\": null,\n            \"volume_uom\": null,\n            \"carton\": null,\n            \"carton_uom\": null,\n            \"carton_description\": null,\n            \"carton_length\": null,\n            \"carton_width\": null,\n            \"carton_height\": null,\n            \"carton_dimension_uom\": null,\n            \"carton_volume\": null,\n            \"carton_volume_uom\": null,\n            \"inbound_asn_no\": null,\n            \"allocate_damage\": false,\n            \"zone_group\": null,\n            \"zone\": null,\n            \"location\": null\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"BASE_URL/api/v3/orders/add-skus"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.1"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Origin"},{"key":"X-Powered-By","value":"PHP/8.2.13"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 12 May 2025 14:05:20 GMT"},{"key":"X-RateLimit-Limit","value":"600"},{"key":"X-RateLimit-Remaining","value":"599"},{"key":"X-Clockwork-Id","value":"1747058720-1485-815826566"},{"key":"X-Clockwork-Version","value":"5.1.11"},{"key":"Server-Timing","value":"app; dur=222.3641872406; desc=\"Application\", db; dur=55.04; desc=\"Database\", timeline-event-0; dur=108.54601860046; desc=\"Controller\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"SKUs were successfully added to the order.\"\n}"}],"_postman_id":"234ea7a8-676a-4d97-b27f-96b50100e74e"},{"name":"Add Document","id":"25686d6c-5b34-4d89-9edb-31756b617db6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer TOKEN","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"client_reference","value":"GSCISSww2","type":"text"},{"key":"order_number","value":"ISSSIH0038959","type":"text","disabled":true},{"key":"shipper_reference","value":"ISSAYM0036594","type":"text","disabled":true},{"key":"consignee_reference","value":"ISSAYM0036594 ","type":"text","disabled":true},{"key":"titles[0]","value":"test","type":"text","uuid":"252facbb-9247-4ff6-bd42-d6bb8939bda5"},{"key":"titles[1]","value":"test2","type":"text","uuid":"edfb84a1-c4e3-4667-85c7-a10874e14447"},{"key":"document_types[0]","value":"Delivery Note","type":"text","uuid":"3fa8f423-820e-4b25-beec-6ac12d61de4f"},{"key":"document_types[1]","value":"Delivery Note","type":"text","uuid":"1840e9dd-ab49-4847-a72a-c1b8500177e5"},{"key":"files[0]","type":"file","uuid":"b2841d07-43ef-463f-b359-6caac282a2cc","src":"/Users/tanvir/Desktop/dummy.pdf"},{"key":"files[1]","type":"file","uuid":"1fd52af3-0330-4003-97cf-c61c6c1f98ec","src":"/Users/tanvir/Desktop/dummy.pdf"}]},"url":"BASE_URL/api/v3/orders/upload-doc","description":"<p>Body Description:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute</strong></th>\n<th><strong>Example</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Validation</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>client_reference</code></td>\n<td><code>GSCISSww2</code></td>\n<td>string</td>\n<td><strong>Conditional</strong>  <br />Required if others not provided  <br />Max 100 characters</td>\n<td>Client’s unique order reference</td>\n</tr>\n<tr>\n<td>order_number</td>\n<td><code>ISSSIH0038959</code></td>\n<td>string</td>\n<td><strong>Conditional</strong>  <br />Required if others not provided</td>\n<td>Internal order number</td>\n</tr>\n<tr>\n<td><code>shipper_reference</code></td>\n<td><code>ISSAYM0036594</code></td>\n<td>string</td>\n<td><strong>Conditional</strong>  <br />Required if others not provided</td>\n<td>Reference from shipper</td>\n</tr>\n<tr>\n<td><code>consignee_reference</code></td>\n<td><code>ISSAYM0036594</code></td>\n<td>string</td>\n<td><strong>Conditional</strong>  <br />Required if others not provided</td>\n<td>Reference from consignee</td>\n</tr>\n<tr>\n<td><code>titles</code></td>\n<td>[\"test1\", \"<code>test2</code>\"<code>]</code></td>\n<td>array of string</td>\n<td><strong>Required</strong>  <br />One per file</td>\n<td>Titles or name for each document uploaded</td>\n</tr>\n<tr>\n<td><code>document_types</code></td>\n<td><code>[\"Delivery Note\"]</code></td>\n<td>array of string</td>\n<td><strong>Required</strong>  <br />One per file</td>\n<td>Document type (e.g., <code>Invoice</code>, <code>Packing List</code>, <code>Delivery Note</code>)</td>\n</tr>\n<tr>\n<td><code>files</code></td>\n<td><code>dummy.pdf</code></td>\n<td>array of file (binary)</td>\n<td><strong>Required</strong>  <br />Accepts PDF, DOCX, JPEG, etc.</td>\n<td>File content to upload (should match title and type by index)</td>\n</tr>\n</tbody>\n</table>\n</div><p>Response Description:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute</strong></th>\n<th><strong>Example</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>success</code></td>\n<td><code>true</code></td>\n<td>boolean</td>\n<td>Indicates whether the request was processed successfully</td>\n</tr>\n<tr>\n<td><code>message</code></td>\n<td><code>\"Documents are successfully added to the order.\"</code></td>\n<td>string</td>\n<td>Confirmation message for the document upload</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v3","orders","upload-doc"],"host":["BASE_URL"],"query":[],"variable":[]}},"response":[{"id":"839c2331-ff47-43b1-a596-7c28c68d27f4","name":"Add Document","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer TOKEN","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"client_reference","value":"TESTSTD000137","type":"text"},{"key":"order_no","value":"ISSSIH0038959","type":"text","disabled":true},{"key":"shipper_reference","value":"ISSAYM0036594","type":"text","disabled":true},{"key":"consignee_reference","value":"ISSAYM0036594","type":"text","disabled":true},{"key":"document_type","value":"Delivery Note","type":"text","uuid":"d7852198-1d68-49e4-bb6d-760a97806792"},{"key":"files[0][title]","value":"Delivery Note","type":"text","uuid":"41d31afb-468d-4d7c-8272-b4facfedb787"},{"key":"files[0][file]","type":"file","uuid":"33479c12-123e-4cfa-a203-44b13bece4fd","src":"/Users/tanvir/Desktop/dummy.pdf"}],"options":{"raw":{"language":"json"}}},"url":"BASE_URL/api/v3/orders/upload-doc"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.1"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Origin"},{"key":"X-Powered-By","value":"PHP/8.2.13"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 13 May 2025 12:25:50 GMT"},{"key":"X-RateLimit-Limit","value":"600"},{"key":"X-RateLimit-Remaining","value":"599"},{"key":"X-Clockwork-Id","value":"1747139150-0059-1793411784"},{"key":"X-Clockwork-Version","value":"5.1.11"},{"key":"Server-Timing","value":"app; dur=201.27105712891; desc=\"Application\", db; dur=30.58; desc=\"Database\", timeline-event-0; dur=85.856914520264; desc=\"Controller\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Documents are successfully added to the order.\"\n}"}],"_postman_id":"25686d6c-5b34-4d89-9edb-31756b617db6"},{"name":"Get Document (Delivery Note)","id":"f43601e1-0059-46ee-ba21-70a963d3982a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"client_reference\": \"CNCELNEWORDER004\",\n    //\"order_number\": \"ISSSIH0038959\",\n    //\"shipper_reference\": \"ISSAYM0036594\",\n    //\"consignee_reference\": \"ISSAYM0036594\",\n    \"document_type\": \"Delivery Note\"\n}"},"url":"BASE_URL/api/v3/orders/get-document","description":"<p>Body Description:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute</strong></th>\n<th><strong>Example</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Validation</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>client_reference</code></td>\n<td><code>\"Order-ASNVPO000932\"</code></td>\n<td>string</td>\n<td><strong>Conditional</strong>  <br />Required if others not provided  <br />Max 100 characters</td>\n<td>Client-defined reference identifier for the order</td>\n</tr>\n<tr>\n<td>order_number</td>\n<td><code>\"ISSSIH0038959\"</code></td>\n<td>string</td>\n<td><strong>Conditional</strong>  <br />Required if others not provided</td>\n<td>Internal order number</td>\n</tr>\n<tr>\n<td><code>shipper_reference</code></td>\n<td><code>\"ISSAYM0036594\"</code></td>\n<td>string</td>\n<td><strong>Conditional</strong>  <br />Required if others not provided</td>\n<td>Order reference from the shipper</td>\n</tr>\n<tr>\n<td><code>consignee_reference</code></td>\n<td><code>\"ISSAYM0036594\"</code></td>\n<td>string</td>\n<td><strong>Conditional</strong>  <br />Required if others not provided</td>\n<td>Order reference from the consignee</td>\n</tr>\n<tr>\n<td><code>document_type</code></td>\n<td><code>\"Delivery Note\"</code></td>\n<td>string</td>\n<td><strong>Required</strong></td>\n<td>Type of document to retrieve (e.g., <code>Delivery Note</code>)</td>\n</tr>\n</tbody>\n</table>\n</div><p>Response Description:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute</strong></th>\n<th><strong>Example</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>success</td>\n<td><code>true</code></td>\n<td>boolean</td>\n<td>Indicates successful processing</td>\n</tr>\n<tr>\n<td>message</td>\n<td><code>\"Data generated successfully.\"</code></td>\n<td>string</td>\n<td>Descriptive message of the operation result</td>\n</tr>\n<tr>\n<td>data</td>\n<td><code>{...}</code></td>\n<td>object</td>\n<td>Contains full order, vehicle, SKU, and document data</td>\n</tr>\n<tr>\n<td>data.client_reference</td>\n<td><code>\"Order-ASNVPO000932\"</code></td>\n<td>string</td>\n<td>Order reference from the client</td>\n</tr>\n<tr>\n<td>data.order_no</td>\n<td><code>\"ISSSIH0039208\"</code></td>\n<td>string</td>\n<td>System-generated order number</td>\n</tr>\n<tr>\n<td>data.invoice_no</td>\n<td><code>null</code></td>\n<td>string / null</td>\n<td>Invoice number if available</td>\n</tr>\n<tr>\n<td>data.container_no</td>\n<td><code>null</code></td>\n<td>string / null</td>\n<td>Container number</td>\n</tr>\n<tr>\n<td>data.vehicle_data.*.vehicle_type</td>\n<td><code>\"Container\"</code></td>\n<td>string</td>\n<td>Type of transport (e.g., Container, Truck)</td>\n</tr>\n<tr>\n<td>data.vehicle_data.*.container_no</td>\n<td><code>\"82456\"</code></td>\n<td>string</td>\n<td>Container number used</td>\n</tr>\n<tr>\n<td>data.vehicle_data.*.dispatch_time</td>\n<td><code>\"26-05-2025\"</code></td>\n<td>string (date)</td>\n<td>Date and time when dispatch occurred</td>\n</tr>\n<tr>\n<td>data.vehicle_data.*.delivery_date</td>\n<td><code>\"26-05-2025\"</code></td>\n<td>string (date)</td>\n<td>Delivery date</td>\n</tr>\n<tr>\n<td>data.vehicle_data.*.total_packages</td>\n<td><code>2</code></td>\n<td>integer</td>\n<td>Number of packages</td>\n</tr>\n<tr>\n<td>data.vehicle_data.*.total_quantity</td>\n<td><code>0</code></td>\n<td>integer</td>\n<td>Total quantity of items in the dispatch</td>\n</tr>\n<tr>\n<td>data.vehicle_data.*.total_gross_weight</td>\n<td><code>0</code></td>\n<td>number</td>\n<td>Gross weight of all items</td>\n</tr>\n<tr>\n<td>data.vehicle_data.*.total_net_weight</td>\n<td><code>0</code></td>\n<td>number</td>\n<td>Net weight of all items</td>\n</tr>\n<tr>\n<td>data.vehicle_data.*.pallet_description</td>\n<td><code>\"DRUMS ON 0 PALLETS\"</code></td>\n<td>string</td>\n<td>Description of how items were palletized</td>\n</tr>\n<tr>\n<td>data.vehicle_data.*.skus.*.sl_no</td>\n<td><code>1AE3456</code></td>\n<td>string</td>\n<td>Serial number of the SKU line item</td>\n</tr>\n<tr>\n<td>data.vehicle_data.*.skus.*.sku_barcode</td>\n<td><code>\"R9861605EU\"</code></td>\n<td>string</td>\n<td>SKU barcode identifier</td>\n</tr>\n<tr>\n<td>data.vehicle_data.*.skus.*.uom</td>\n<td>ea</td>\n<td>string/null</td>\n<td>UOM for the SKU</td>\n</tr>\n<tr>\n<td>data.vehicle_data.*.skus.*.batch_no</td>\n<td><code>SIHR98001324</code></td>\n<td>string/null</td>\n<td>Batch number of the SKU</td>\n</tr>\n<tr>\n<td>data.vehicle_data.*.skus.*.exp_date</td>\n<td><code>2025-06-01</code></td>\n<td>date/null</td>\n<td>Expiry date of the SKU</td>\n</tr>\n<tr>\n<td>data.vehicle_data.*.skus.*.sku_serial_no</td>\n<td><code>null</code></td>\n<td>string/null</td>\n<td>Serial number of the SKU if applicable</td>\n</tr>\n<tr>\n<td>data.vehicle_data.*.skus.*.bl_no</td>\n<td><code>null</code></td>\n<td>string/null</td>\n<td>Bill of lading number</td>\n</tr>\n<tr>\n<td>data.vehicle_data.*.skus.*.container_no</td>\n<td><code>null</code></td>\n<td>string/null</td>\n<td>Container associated with the SKU</td>\n</tr>\n<tr>\n<td>data.vehicle_data.*.skus.*.import_entry_no</td>\n<td><code>\"20-05-2025-11-21\"</code></td>\n<td>string</td>\n<td>Import entry number</td>\n</tr>\n<tr>\n<td>data.vehicle_data.*.skus.*.pattern</td>\n<td><code>null</code></td>\n<td>string/null</td>\n<td>Product pattern identifier</td>\n</tr>\n<tr>\n<td>data.vehicle_data.*.skus.*.color</td>\n<td><code>0</code></td>\n<td>integer</td>\n<td>Color code or enum</td>\n</tr>\n<tr>\n<td>data.vehicle_data.*.skus.*.roll_no</td>\n<td><code>null</code></td>\n<td>string/null</td>\n<td>Roll number for textile or roll-based goods</td>\n</tr>\n<tr>\n<td>data.vehicle_data.*.skus.*.po_no</td>\n<td><code>null</code></td>\n<td>string/null</td>\n<td>Purchase Order number</td>\n</tr>\n<tr>\n<td>data.vehicle_data.*.skus.*.lot_no</td>\n<td><code>\"FVC1\"</code></td>\n<td>string</td>\n<td>Lot number</td>\n</tr>\n<tr>\n<td>data.vehicle_data.*.skus.*.vin_no</td>\n<td><code>null</code></td>\n<td>string/null</td>\n<td>Vehicle Identification Number</td>\n</tr>\n<tr>\n<td>data.vehicle_data.*.skus.*.engine_no</td>\n<td><code>null</code></td>\n<td>string/null</td>\n<td>Engine number</td>\n</tr>\n<tr>\n<td>data.vehicle_data.*.skus.*.body_model</td>\n<td><code>null</code></td>\n<td>string/null</td>\n<td>Vehicle body model</td>\n</tr>\n<tr>\n<td>data.vehicle_data.*.skus.*.specification</td>\n<td><code>null</code></td>\n<td>string/null</td>\n<td>Specification details</td>\n</tr>\n<tr>\n<td>data.vehicle_data.*.skus.*.drive</td>\n<td><code>null</code></td>\n<td>string/null</td>\n<td>Drive type (e.g., 4WD, AWD)</td>\n</tr>\n<tr>\n<td>data.vehicle_data.*.skus.*.conditions</td>\n<td><code>null</code></td>\n<td>string/null</td>\n<td>Condition description (e.g., New, Used, Refurbished)</td>\n</tr>\n<tr>\n<td>data.vehicle_data.*.skus.*.key_no</td>\n<td><code>null</code></td>\n<td>string/null</td>\n<td>Key number, if applicable</td>\n</tr>\n<tr>\n<td>data.vehicle_data.*.skus.*.engine_capacity</td>\n<td><code>null</code></td>\n<td>string/null</td>\n<td>Capacity of the engine (e.g., 1500cc)</td>\n</tr>\n<tr>\n<td>data.vehicle_data.*.skus.*.gross_weight</td>\n<td><code>null</code></td>\n<td>number/null</td>\n<td>Gross weight of the item</td>\n</tr>\n<tr>\n<td>data.vehicle_data.*.skus.*.net_weight</td>\n<td><code>0</code></td>\n<td>number</td>\n<td>Net weight of the item</td>\n</tr>\n<tr>\n<td>data.vehicle_data.*.skus.*.sku_second_serial_no</td>\n<td><code>null</code></td>\n<td>string/null</td>\n<td>Secondary serial number</td>\n</tr>\n<tr>\n<td>data.documents</td>\n<td><code>[]</code></td>\n<td>array</td>\n<td>All uploaded documents</td>\n</tr>\n<tr>\n<td>data.documents.*.title</td>\n<td>\"DN-28052025-3-14\"</td>\n<td>string</td>\n<td>Title or label of the document</td>\n</tr>\n<tr>\n<td>data.documents.*.file_url</td>\n<td>URL</td>\n<td>string</td>\n<td>URL where the file can be accessed or downloaded</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v3","orders","get-document"],"host":["BASE_URL"],"query":[],"variable":[]}},"response":[{"id":"127cb8c9-7736-4c9c-a4d9-704c6f74b873","name":"Get Document (Delivery Note)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"client_reference\": \"GSCISSww2\",\n    //\"order_no\": \"ISSSIH0038959\",\n    //\"shipper_reference\": \"ISSAYM0036594\",\n    //\"consignee_reference\": \"ISSAYM0036594\",\n    \"document_type\": \"Delivery Note\"\n}"},"url":"BASE_URL/api/v3/orders/get-document"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.1"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Origin"},{"key":"X-Powered-By","value":"PHP/8.2.13"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 14 May 2025 15:20:51 GMT"},{"key":"X-RateLimit-Limit","value":"600"},{"key":"X-RateLimit-Remaining","value":"598"},{"key":"X-Clockwork-Id","value":"1747236051-3509-661155530"},{"key":"X-Clockwork-Version","value":"5.1.11"},{"key":"Server-Timing","value":"app; dur=85.556983947754; desc=\"Application\", db; dur=19.48; desc=\"Database\", timeline-event-0; dur=45.509099960327; desc=\"Controller\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Data generated successfully.\",\n    \"data\": {\n        \"client_reference\": \"Order-ASNVPO000932\",\n        \"order_no\": \"ISSSIH0039208\",\n        \"invoice_no\": null,\n        \"container_no\": null,\n        \"vehicle_data\": [\n            {\n                \"vehicle_type\": \"Container\",\n                \"transporter\": null,\n                \"container_no\": \"82456\",\n                \"equipment_no\": null,\n                \"dispatch_time\": \"26-05-2025\",\n                \"delivery_date\": \"26-05-2025\",\n                \"total_packages\": 2,\n                \"total_weight\": null,\n                \"total_volume\": null,\n                \"skus\": [\n                    {\n                        \"sl_no\": 1,\n                        \"sku_barcode\": \"R9861605EU\",\n                        \"sku_serial_no\": null,\n                        \"bl_no\": null,\n                        \"container_no\": null,\n                        \"import_entry_no\": \"20-05-2025-11-21\",\n                        \"pattern\": null,\n                        \"color\": 0,\n                        \"roll_no\": null,\n                        \"po_no\": null,\n                        \"lot_no\": \"FVC1\",\n                        \"vin_no\": null,\n                        \"engine_no\": null,\n                        \"body_model\": null,\n                        \"specification\": null,\n                        \"drive\": null,\n                        \"conditions\": null,\n                        \"key_no\": null,\n                        \"engine_capacity\": null,\n                        \"gross_weight\": null,\n                        \"net_weight\": 0,\n                        \"sku_second_serial_no\": null\n                    },\n                    {\n                        \"sl_no\": 2,\n                        \"sku_barcode\": \"R9861500T01\",\n                        \"sku_serial_no\": null,\n                        \"bl_no\": null,\n                        \"container_no\": null,\n                        \"import_entry_no\": \"20-05-2025-11-21\",\n                        \"pattern\": null,\n                        \"color\": 0,\n                        \"roll_no\": null,\n                        \"po_no\": null,\n                        \"lot_no\": \"FVC1\",\n                        \"vin_no\": null,\n                        \"engine_no\": null,\n                        \"body_model\": null,\n                        \"specification\": null,\n                        \"drive\": null,\n                        \"conditions\": null,\n                        \"key_no\": null,\n                        \"engine_capacity\": null,\n                        \"gross_weight\": null,\n                        \"net_weight\": 0,\n                        \"sku_second_serial_no\": null\n                    }\n                ],\n                \"pallet_description\": \"DRUMS ON 0 PALLETS\",\n                \"pallet_gross_weight\": 0,\n                \"total_quantity\": 0,\n                \"total_dispatched_quantity\": 0,\n                \"total_gross_weight\": 0,\n                \"total_net_weight\": 0,\n                \"order_package_type\": null\n            }\n        ],\n        \"documents\": [\n            {\n                \"title\": \"DN-28052025-3-14\",\n                \"file_url\": \"https://test.api.iqhybrid.com/files/order_docs/2025-05-28_151456_39208-dn-28052025-3-14_6836f030c9c84.pdf\"\n            }\n        ]\n    }\n}"}],"_postman_id":"f43601e1-0059-46ee-ba21-70a963d3982a"},{"name":"Get Document (HS Code Summary)","id":"06a1f89d-1931-4873-a9a9-0e649980785a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"client_reference\": \"Order-ASNVPO000932\",\n    //\"order_number\": \"ISSSIH0038959\",\n    //\"shipper_reference\": \"ISSAYM0036594\",\n    //\"consignee_reference\": \"ISSAYM0036594\",\n    \"document_type\": \"HS Code Summery\"\n}"},"url":"BASE_URL/api/v3/orders/get-document","description":"<p>Body Description:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute</strong></th>\n<th><strong>Example</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Validation</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>client_reference</code></td>\n<td><code>\"Order-ASNVPO000932\"</code></td>\n<td>string</td>\n<td><strong>Conditional</strong>  <br />Required if others not provided  <br />Max 100 characters</td>\n<td>Client-defined reference identifier for the order</td>\n</tr>\n<tr>\n<td>order_number</td>\n<td><code>\"ISSSIH0038959\"</code></td>\n<td>string</td>\n<td><strong>Conditional</strong>  <br />Required if others not provided</td>\n<td>Internal order number</td>\n</tr>\n<tr>\n<td><code>shipper_reference</code></td>\n<td><code>\"ISSAYM0036594\"</code></td>\n<td>string</td>\n<td><strong>Conditional</strong>  <br />Required if others not provided</td>\n<td>Order reference from the shipper</td>\n</tr>\n<tr>\n<td><code>consignee_reference</code></td>\n<td><code>\"ISSAYM0036594\"</code></td>\n<td>string</td>\n<td><strong>Conditional</strong>  <br />Required if others not provided</td>\n<td>Order reference from the consignee</td>\n</tr>\n<tr>\n<td><code>document_type</code></td>\n<td><code>\"</code>HS Code Summery<code>\"</code></td>\n<td>string</td>\n<td><strong>Required</strong></td>\n<td>Type of document to retrieve (e.g., HS Code Summery)</td>\n</tr>\n</tbody>\n</table>\n</div><p>Response Description:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute</strong></th>\n<th><strong>Example</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>success</td>\n<td><code>true</code></td>\n<td>boolean</td>\n<td>Indicates that the request was processed successfully</td>\n</tr>\n<tr>\n<td>message</td>\n<td><code>\"Data generated successfully.\"</code></td>\n<td>string</td>\n<td>Descriptive message</td>\n</tr>\n<tr>\n<td>data.client_reference</td>\n<td><code>\"MULTITEST003\"</code></td>\n<td>string</td>\n<td>Client-supplied reference for the order</td>\n</tr>\n<tr>\n<td>data.order_number</td>\n<td><code>\"ISSSIH0038959\"</code></td>\n<td>string</td>\n<td>Internal system order number</td>\n</tr>\n<tr>\n<td>data.url</td>\n<td><code>https://...csv</code></td>\n<td>string (URL)</td>\n<td>Download link for the exported HS code summary CSV</td>\n</tr>\n<tr>\n<td>data.hs_code_summary</td>\n<td>[]</td>\n<td>array</td>\n<td></td>\n</tr>\n<tr>\n<td>data.hs_code_summary.*.hs_code</td>\n<td>null</td>\n<td>string / null</td>\n<td>Harmonized System code for classification</td>\n</tr>\n<tr>\n<td>data.hs_code_summary.*.product_description</td>\n<td>MUG</td>\n<td>string</td>\n<td>Short product description</td>\n</tr>\n<tr>\n<td>data.hs_code_summary.*.packed_quantity</td>\n<td>5</td>\n<td>integer</td>\n<td>Quantity of items packed under this HS code</td>\n</tr>\n<tr>\n<td>data.hs_code_summary.*.gross_weight</td>\n<td>11.12</td>\n<td>number</td>\n<td>Combined gross weight of packed items</td>\n</tr>\n<tr>\n<td>data.hs_code_summary.*.weight_uom</td>\n<td>kg</td>\n<td>string</td>\n<td>Unit of measure for the weight</td>\n</tr>\n<tr>\n<td>data.hs_code_summary.*.coo</td>\n<td>null</td>\n<td>string / null</td>\n<td>Country of origin</td>\n</tr>\n<tr>\n<td>data.hs_code_summary.*.currency</td>\n<td>null</td>\n<td>string / null</td>\n<td>Currency for the total amount</td>\n</tr>\n<tr>\n<td>data.hs_code_summary.*.sku_barcode</td>\n<td>MULTIWHSKU002</td>\n<td>string</td>\n<td>SKU barcode identifier</td>\n</tr>\n<tr>\n<td>data.hs_code_summary.*.total_amount</td>\n<td>0</td>\n<td>number</td>\n<td>Total monetary amount under this line</td>\n</tr>\n<tr>\n<td>data.documents</td>\n<td>[]</td>\n<td>array</td>\n<td></td>\n</tr>\n<tr>\n<td>data.documents.*.title</td>\n<td>DN-28052025-3-14</td>\n<td>string</td>\n<td>Title of the document</td>\n</tr>\n<tr>\n<td>data.documents.*.file_url</td>\n<td>URL</td>\n<td>string</td>\n<td>URL to access or download the document</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v3","orders","get-document"],"host":["BASE_URL"],"query":[],"variable":[]}},"response":[{"id":"1669dd90-b3a0-4018-a4d6-54930c70daa2","name":"Get Document (HS Code Summary)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer TOKEN","type":"text","disabled":true},{"key":"Authorization","value":"Bearer TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"client_reference\": \"MULTITEST003\",\n    //\"order_no\": \"ISSSIH0038959\",\n    //\"shipper_reference\": \"ISSAYM0036594\",\n    //\"consignee_reference\": \"ISSAYM0036594\",\n    \"document_type\": \"HS Code Summary\"\n}"},"url":"BASE_URL/api/v3/orders/get-document"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.1"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Origin"},{"key":"X-Powered-By","value":"PHP/8.2.13"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 16 May 2025 09:34:14 GMT"},{"key":"X-RateLimit-Limit","value":"600"},{"key":"X-RateLimit-Remaining","value":"599"},{"key":"X-Clockwork-Id","value":"1747388054-3081-1832739294"},{"key":"X-Clockwork-Version","value":"5.1.11"},{"key":"Server-Timing","value":"app; dur=422.44386672974; desc=\"Application\", db; dur=28.83; desc=\"Database\", timeline-event-0; dur=121.75583839417; desc=\"Controller\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Data generated successfully.\",\n    \"data\": {\n        \"client_reference\": \"MULTITEST003\",\n        \"order_number\": \"ISSSIH0038959\",\n        \"hs_code_summary\": [\n            {\n                \"hs_code\": null,\n                \"product_description\": \"MUG\",\n                \"packed_quantity\": 5,\n                \"gross_weight\": 11.120000000000001,\n                \"weight_uom\": \"kg\",\n                \"coo\": null,\n                \"currency\": null,\n                \"sku_barcode\": \"MULTIWHSKU002\",\n                \"total_amount\": 0\n            }\n        ],\n        \"url\": \"https://test.api.iqhybrid.com/files/export/Packaging_HSCode_Summary-ISSSIH0038959_2025-06-11_100658.csv\",\n        \"documents\": [\n            {\n                \"title\": \"DN-28052025-3-14\",\n                \"file_url\": \"https://test.api.iqhybrid.com/files/order_docs/2025-05-28_151456_39208-dn-28052025-3-14_6836f030c9c84.pdf\"\n            }\n        ]\n    }\n}"}],"_postman_id":"06a1f89d-1931-4873-a9a9-0e649980785a"},{"name":"Get Document (Packing List Summary)","id":"727e58ce-e0bc-4b34-8f79-985ff4d2c894","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"client_reference\": \"Order-ASNVPO000932\",\n    //\"order_number\": \"ISSSIH0038959\",\n    //\"shipper_reference\": \"ISSAYM0036594\",\n    //\"consignee_reference\": \"ISSAYM0036594\",\n    \"document_type\": \"Delivery Note\"\n}"},"url":"BASE_URL/api/v3/orders/get-document","description":"<p>Body Description:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute</strong></th>\n<th><strong>Example</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Validation</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>client_reference</code></td>\n<td><code>\"Order-ASNVPO000932\"</code></td>\n<td>string</td>\n<td><strong>Conditional</strong>  <br />Required if others not provided  <br />Max 100 characters</td>\n<td>Client-defined reference identifier for the order</td>\n</tr>\n<tr>\n<td>order_number</td>\n<td><code>\"ISSSIH0038959\"</code></td>\n<td>string</td>\n<td><strong>Conditional</strong>  <br />Required if others not provided</td>\n<td>Internal order number</td>\n</tr>\n<tr>\n<td><code>shipper_reference</code></td>\n<td><code>\"ISSAYM0036594\"</code></td>\n<td>string</td>\n<td><strong>Conditional</strong>  <br />Required if others not provided</td>\n<td>Order reference from the shipper</td>\n</tr>\n<tr>\n<td><code>consignee_reference</code></td>\n<td><code>\"ISSAYM0036594\"</code></td>\n<td>string</td>\n<td><strong>Conditional</strong>  <br />Required if others not provided</td>\n<td>Order reference from the consignee</td>\n</tr>\n<tr>\n<td><code>document_type</code></td>\n<td><code>\"</code>HS Code Summery<code>\"</code></td>\n<td>string</td>\n<td><strong>Required</strong></td>\n<td>Type of document to retrieve (e.g., HS Code Summery)</td>\n</tr>\n</tbody>\n</table>\n</div><p>Response Description:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute</strong></th>\n<th><strong>Example</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>success</td>\n<td>true</td>\n<td>boolean</td>\n<td>Indicates whether the request was successful</td>\n</tr>\n<tr>\n<td>message</td>\n<td>Data generated successfully.</td>\n<td>string</td>\n<td>Result message of the request</td>\n</tr>\n<tr>\n<td>data.client_reference</td>\n<td>MULTITEST003</td>\n<td>string</td>\n<td>Reference number provided by the client</td>\n</tr>\n<tr>\n<td>data.order_number</td>\n<td>ISSSIH0038959</td>\n<td>string</td>\n<td>Internal system order number</td>\n</tr>\n<tr>\n<td>data.total_no_packages</td>\n<td>1</td>\n<td>integer</td>\n<td>Total number of packages</td>\n</tr>\n<tr>\n<td>data.total_gross_weight</td>\n<td>2</td>\n<td>number</td>\n<td>Total gross weight of all packages (kg assumed)</td>\n</tr>\n<tr>\n<td>data.total_volume</td>\n<td>0.001716</td>\n<td>number</td>\n<td>Total volume of the packages (cubic meters assumed)</td>\n</tr>\n<tr>\n<td>data.url</td>\n<td>URL</td>\n<td>string (URL)</td>\n<td>Download link for the exported packing list summary CSV</td>\n</tr>\n<tr>\n<td>data.order_packing_list.*.package_code</td>\n<td>NEW1122</td>\n<td>string</td>\n<td>Unique code identifying the package</td>\n</tr>\n<tr>\n<td>data.order_packing_list.*.package_gross_weight</td>\n<td>2</td>\n<td>number</td>\n<td>Gross weight of the package</td>\n</tr>\n<tr>\n<td>data.order_packing_list.*.volume</td>\n<td>0.001716</td>\n<td>number</td>\n<td>Volume of the package</td>\n</tr>\n<tr>\n<td>data.order_packing_list.*.carton_length</td>\n<td>11</td>\n<td>number</td>\n<td>Carton length (in centimeters or inches depending on context)</td>\n</tr>\n<tr>\n<td>data.order_packing_list.*.carton_width</td>\n<td>12</td>\n<td>number</td>\n<td>Carton width</td>\n</tr>\n<tr>\n<td>data.order_packing_list.*.carton_height</td>\n<td>13</td>\n<td>number</td>\n<td>Carton height</td>\n</tr>\n<tr>\n<td>data.order_packing_list.<em>.skus.</em>.sku_barcode</td>\n<td>MULTIWHSKU001</td>\n<td>string</td>\n<td>SKU barcode identifier</td>\n</tr>\n<tr>\n<td>data.order_packing_list.<em>.skus.</em>.product_description</td>\n<td>MUG</td>\n<td>string</td>\n<td>Short product description</td>\n</tr>\n<tr>\n<td>data.order_packing_list.<em>.skus.</em>.unit_rate</td>\n<td>(empty)</td>\n<td>string</td>\n<td>Unit rate or price per unit</td>\n</tr>\n<tr>\n<td>data.order_packing_list.<em>.skus.</em>.unit_rate_currency</td>\n<td>(empty)</td>\n<td>string</td>\n<td>Currency of the unit rate</td>\n</tr>\n<tr>\n<td>data.order_packing_list.<em>.skus.</em>.uom</td>\n<td>ea</td>\n<td>string</td>\n<td>Unit of measure (e.g., ea, box, kg)</td>\n</tr>\n<tr>\n<td>data.order_packing_list.<em>.skus.</em>.hs_code</td>\n<td>(empty)</td>\n<td>string</td>\n<td>Harmonized System code</td>\n</tr>\n<tr>\n<td>data.order_packing_list.<em>.skus.</em>.coo</td>\n<td>(empty)</td>\n<td>string</td>\n<td>Country of origin</td>\n</tr>\n<tr>\n<td>data.order_packing_list.<em>.skus.</em>.boe_no</td>\n<td>2025-04-30003</td>\n<td>string</td>\n<td>Bill of Entry number</td>\n</tr>\n<tr>\n<td>data.order_packing_list.<em>.skus.</em>.packed_quantity</td>\n<td>4 or 1</td>\n<td>integer</td>\n<td>Quantity of this SKU packed in this package</td>\n</tr>\n<tr>\n<td>data.documents.*.title</td>\n<td>DN-28052025-3-14</td>\n<td>string</td>\n<td>Title or label for the document</td>\n</tr>\n<tr>\n<td>data.documents.*.file_url</td>\n<td>URL</td>\n<td>string</td>\n<td>URL to view or download the document</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v3","orders","get-document"],"host":["BASE_URL"],"query":[],"variable":[]}},"response":[{"id":"5f2a24d7-a901-44da-a5e9-ea2d9e5f19ba","name":"Get Document (Packing List Summary)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"client_reference\": \"MULTITEST003\",\n    //\"order_no\": \"ISSSIH0038959\",\n    //\"shipper_reference\": \"ISSAYM0036594\",\n    //\"consignee_reference\": \"ISSAYM0036594\",\n    \"document_type\": \"Packing List Summary\"\n}"},"url":"BASE_URL/api/v3/orders/get-document"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.1"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Origin"},{"key":"X-Powered-By","value":"PHP/8.2.13"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 16 May 2025 10:59:36 GMT"},{"key":"X-RateLimit-Limit","value":"600"},{"key":"X-RateLimit-Remaining","value":"597"},{"key":"X-Clockwork-Id","value":"1747393175-9469-687298069"},{"key":"X-Clockwork-Version","value":"5.1.11"},{"key":"Server-Timing","value":"app; dur=417.08898544312; desc=\"Application\", db; dur=28.78; desc=\"Database\", timeline-event-0; dur=111.57298088074; desc=\"Controller\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Data generated successfully.\",\n    \"data\": {\n        \"client_reference\": \"MULTITEST003\",\n        \"order_number\": \"ISSSIH0038959\",\n        \"total_no_packages\": 1,\n        \"total_gross_weight\": 2,\n        \"total_volume\": 0.001716,\n        \"order_packing_list\": [\n            {\n                \"package_code\": \"NEW1122\",\n                \"package_gross_weight\": 2,\n                \"volume\": 0.001716,\n                \"carton_length\": 11,\n                \"carton_width\": 12,\n                \"carton_height\": 13,\n                \"skus\": [\n                    {\n                        \"sku_barcode\": \"MULTIWHSKU001\",\n                        \"product_description\": \"MUG\",\n                        \"unit_rate\": \"\",\n                        \"unit_rate_currency\": \"\",\n                        \"uom\": \"ea\",\n                        \"hs_code\": \"\",\n                        \"coo\": \"\",\n                        \"boe_no\": \"2025-04-30003\",\n                        \"packed_quantity\": 4\n                    },\n                    {\n                        \"sku_barcode\": \"MULTIWHSKU002\",\n                        \"product_description\": \"MUG\",\n                        \"unit_rate\": \"\",\n                        \"unit_rate_currency\": \"\",\n                        \"uom\": \"ea\",\n                        \"hs_code\": \"\",\n                        \"coo\": \"\",\n                        \"boe_no\": \"2025-04-30003\",\n                        \"packed_quantity\": 1\n                    }\n                ]\n            }\n        ],\n        \"url\": \"http://iqh-backend.test/files/export/_Packing_List_Summary-ISSSIH0038959_2025-06-10_140214.csv\",\n        \"documents\": [\n            {\n                \"title\": \"DN-28052025-3-14\",\n                \"file_url\": \"https://test.api.iqhybrid.com/files/order_docs/2025-05-28_151456_39208-dn-28052025-3-14_6836f030c9c84.pdf\"\n            }\n        ]\n    }\n}"}],"_postman_id":"727e58ce-e0bc-4b34-8f79-985ff4d2c894"},{"name":"Get Document (Packing List Serial)","id":"3013ea4f-79af-4fe0-b043-7e0a6da21611","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"client_reference\": \"LSDN-260111001-215606305\",\n    //\"order_number\": \"ISSSIH0038959\",\n    // \"shipper_reference\": \"ISSAYM0036594\",\n    // \"consignee_reference\": \"ISSAYM0036594\",\n    \"document_type\": \"Packing List Serial\"\n}"},"url":"/api/v3/orders/get-document","description":"<p>Body Description:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute</strong></th>\n<th><strong>Example</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Validation</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>client_reference</strong></td>\n<td><code>\"Order-ASNVPO000932\"</code></td>\n<td>string</td>\n<td><strong>Conditional</strong>  <br />Required if others not provided  <br />Max 100 characters</td>\n<td>Client-defined reference identifier for the order</td>\n</tr>\n<tr>\n<td><strong>order_number</strong></td>\n<td><code>\"ISSSIH0038959\"</code></td>\n<td>string</td>\n<td><strong>Conditional</strong>  <br />Required if others not provided</td>\n<td>Internal order number</td>\n</tr>\n<tr>\n<td><strong>shipper_reference</strong></td>\n<td><code>\"ISSAYM0036594\"</code></td>\n<td>string</td>\n<td><strong>Conditional</strong>  <br />Required if others not provided</td>\n<td>Order reference from the shipper</td>\n</tr>\n<tr>\n<td><strong>consignee_reference</strong></td>\n<td><code>\"ISSAYM0036594\"</code></td>\n<td>string</td>\n<td><strong>Conditional</strong>  <br />Required if others not provided</td>\n<td>Order reference from the consignee</td>\n</tr>\n<tr>\n<td><strong>document_type</strong></td>\n<td><code>\"</code>HS Code Summery<code>\"</code></td>\n<td>string</td>\n<td><strong>Required</strong></td>\n<td>Type of document to retrieve (e.g., HS Code Summery)</td>\n</tr>\n</tbody>\n</table>\n</div><p>Response Description:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute</strong></th>\n<th><strong>Example</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>success</strong></td>\n<td>true</td>\n<td>boolean</td>\n<td>Indicates whether the request was successful</td>\n</tr>\n<tr>\n<td><strong>message</strong></td>\n<td>Data generated successfully.</td>\n<td>string</td>\n<td>Result message of the request</td>\n</tr>\n<tr>\n<td><strong>data.client_reference</strong></td>\n<td>MULTITEST003</td>\n<td>string</td>\n<td>Reference number provided by the client</td>\n</tr>\n<tr>\n<td><strong>data.order_number</strong></td>\n<td>ISSSIH0038959</td>\n<td>string</td>\n<td>Internal system order number</td>\n</tr>\n<tr>\n<td><strong>data.total_no_packages</strong></td>\n<td>1</td>\n<td>integer</td>\n<td>Total number of packages</td>\n</tr>\n<tr>\n<td><strong>data.total_gross_weight</strong></td>\n<td>2</td>\n<td>number</td>\n<td>Total gross weight of all packages (kg assumed)</td>\n</tr>\n<tr>\n<td><strong>data.total_volume</strong></td>\n<td>0.001716</td>\n<td>number</td>\n<td>Total volume of the packages (cubic meters assumed)</td>\n</tr>\n<tr>\n<td><strong>data.url</strong></td>\n<td>URL</td>\n<td>string (URL)</td>\n<td>Download link for the exported packing list summary CSV</td>\n</tr>\n<tr>\n<td><strong>data.order_packing_list.*.package_code</strong></td>\n<td>NEW1122</td>\n<td>string</td>\n<td>Unique code identifying the package</td>\n</tr>\n<tr>\n<td><strong>data.order_packing_list.*.package_gross_weight</strong></td>\n<td>2</td>\n<td>number</td>\n<td>Gross weight of the package</td>\n</tr>\n<tr>\n<td><strong>data.order_packing_list.*.volume</strong></td>\n<td>0.001716</td>\n<td>number</td>\n<td>Volume of the package</td>\n</tr>\n<tr>\n<td><strong>data.order_packing_list.*.carton_length</strong></td>\n<td>11</td>\n<td>number</td>\n<td>Carton length (in centimeters or inches depending on context)</td>\n</tr>\n<tr>\n<td><strong>data.order_packing_list.*.carton_width</strong></td>\n<td>12</td>\n<td>number</td>\n<td>Carton width</td>\n</tr>\n<tr>\n<td>d<strong>ata.order_packing_list.*.carton_height</strong></td>\n<td>13</td>\n<td>number</td>\n<td>Carton height</td>\n</tr>\n<tr>\n<td><strong>data.order_packing_list.*.</strong><em><strong>skus</strong></em><strong>.sku_barcode</strong></td>\n<td>MULTIWHSKU001</td>\n<td>string</td>\n<td>SKU barcode identifier</td>\n</tr>\n<tr>\n<td><strong>data.order_packing_list</strong><em><strong>.*.skus</strong></em><strong>.*.product_description</strong></td>\n<td>MUG</td>\n<td>string</td>\n<td>Short product description</td>\n</tr>\n<tr>\n<td><strong>data.order_packing_list.*.</strong><em><strong>skus.*.</strong></em><strong>unit_rate</strong></td>\n<td>ea</td>\n<td>string</td>\n<td>Unit rate or price per unit</td>\n</tr>\n<tr>\n<td><strong>data.order_packing_list.*.</strong><em><strong>skus</strong></em><strong>.*.unit_rate_currency</strong></td>\n<td>AED</td>\n<td>string</td>\n<td>Currency of the unit rate</td>\n</tr>\n<tr>\n<td><strong>data.order_packing_list.*.</strong><em><strong>skus.</strong></em>____<em>*</em><strong>.uom</strong></td>\n<td>ea</td>\n<td>string</td>\n<td>Unit of measure (e.g., ea, box, kg)</td>\n</tr>\n<tr>\n<td><strong>data.order_packing_list.*.</strong><em><strong>skus.</strong></em>____<em>*</em><strong>.hs_code</strong></td>\n<td>code</td>\n<td>string</td>\n<td>Harmonized System code</td>\n</tr>\n<tr>\n<td><strong>data.order_packing_list</strong><em><strong>.*.skus</strong></em><strong>.*.coo</strong></td>\n<td>UAE</td>\n<td>string</td>\n<td>Country of origin</td>\n</tr>\n<tr>\n<td><strong>data.order_packing_list.</strong>*<em><strong>.skus</strong></em><strong>.*.boe_no</strong></td>\n<td>2025-04-30003</td>\n<td>string</td>\n<td>Bill of Entry number</td>\n</tr>\n<tr>\n<td><strong>data.order_packing_list.*.</strong><em><strong>skus</strong></em><strong>.*.packed_quantity</strong></td>\n<td>4</td>\n<td>integer</td>\n<td>Quantity of this SKU packed in this package</td>\n</tr>\n<tr>\n<td><strong>data.documents.*.title</strong></td>\n<td>DN-28052025-3-14</td>\n<td>string</td>\n<td>Title or label for the document</td>\n</tr>\n<tr>\n<td><strong>data.documents.*.file_url</strong></td>\n<td>URL</td>\n<td>string</td>\n<td>URL to view or download the document</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v3","orders","get-document"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"a63796d5-f512-4e2d-a03f-17dc44660854","name":"Get Document (Packing List Summary)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"client_reference\": \"MULTITEST003\",\n    //\"order_no\": \"ISSSIH0038959\",\n    //\"shipper_reference\": \"ISSAYM0036594\",\n    //\"consignee_reference\": \"ISSAYM0036594\",\n    \"document_type\": \"Packing List Summary\"\n}"},"url":"BASE_URL/api/v3/orders/get-document"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.1"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Origin"},{"key":"X-Powered-By","value":"PHP/8.2.13"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 16 May 2025 10:59:36 GMT"},{"key":"X-RateLimit-Limit","value":"600"},{"key":"X-RateLimit-Remaining","value":"597"},{"key":"X-Clockwork-Id","value":"1747393175-9469-687298069"},{"key":"X-Clockwork-Version","value":"5.1.11"},{"key":"Server-Timing","value":"app; dur=417.08898544312; desc=\"Application\", db; dur=28.78; desc=\"Database\", timeline-event-0; dur=111.57298088074; desc=\"Controller\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Data generated successfully.\",\n    \"data\": {\n        \"client_reference\": \"MULTITEST003\",\n        \"order_number\": \"ISSSIH0038959\",\n        \"total_no_packages\": 1,\n        \"total_gross_weight\": 2,\n        \"total_volume\": 0.001716,\n        \"order_packing_list\": [\n            {\n                \"package_code\": \"NEW1122\",\n                \"package_gross_weight\": 2,\n                \"volume\": 0.001716,\n                \"carton_length\": 11,\n                \"carton_width\": 12,\n                \"carton_height\": 13,\n                \"skus\": [\n                    {\n                        \"sku_barcode\": \"MULTIWHSKU001\",\n                        \"product_description\": \"MUG\",\n                        \"unit_rate\": \"\",\n                        \"unit_rate_currency\": \"\",\n                        \"uom\": \"ea\",\n                        \"hs_code\": \"\",\n                        \"coo\": \"\",\n                        \"boe_no\": \"2025-04-30003\",\n                        \"packed_quantity\": 4\n                    },\n                    {\n                        \"sku_barcode\": \"MULTIWHSKU002\",\n                        \"product_description\": \"MUG\",\n                        \"unit_rate\": \"\",\n                        \"unit_rate_currency\": \"\",\n                        \"uom\": \"ea\",\n                        \"hs_code\": \"\",\n                        \"coo\": \"\",\n                        \"boe_no\": \"2025-04-30003\",\n                        \"packed_quantity\": 1\n                    }\n                ]\n            }\n        ],\n        \"url\": \"http://iqh-backend.test/files/export/_Packing_List_Summary-ISSSIH0038959_2025-06-10_140214.csv\",\n        \"documents\": [\n            {\n                \"title\": \"DN-28052025-3-14\",\n                \"file_url\": \"https://test.api.iqhybrid.com/files/order_docs/2025-05-28_151456_39208-dn-28052025-3-14_6836f030c9c84.pdf\"\n            }\n        ]\n    }\n}"}],"_postman_id":"3013ea4f-79af-4fe0-b043-7e0a6da21611"}],"id":"8e333d0e-b372-4a4e-8dd0-3c174379b8ac","_postman_id":"8e333d0e-b372-4a4e-8dd0-3c174379b8ac","description":""}],"event":[{"listen":"prerequest","script":{"id":"d8d3c4ba-1a3c-4ee2-80be-e2835677da61","type":"text/javascript","requests":{},"exec":[""]}},{"listen":"test","script":{"id":"f4f4e61f-efe2-4ece-8cc4-f4c32f4eda14","type":"text/javascript","requests":{},"exec":[""]}}],"variable":[{"key":"IQH_TEST_URL","value":""},{"key":"IQH_PROD_URL","value":""},{"key":"ISS_FVC_TEST_TOKEN","value":""},{"key":"ICC_PROD_TOKEN","value":""}]}