{"info":{"_postman_id":"7b797082-3fec-48fb-b3ae-a0b1180ed2b5","name":"IQ Fulfillment API Docs","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"19902493","collectionId":"7b797082-3fec-48fb-b3ae-a0b1180ed2b5","publishedId":"2s93z3eQc5","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-11-28T07:06:14.000Z"},"item":[{"name":"Orders","item":[{"name":"Get Orders","id":"ba5fc260-797d-44df-8c5e-2e37086d7828","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    \"include_skus\": false,\n    \"include_status_history\": false\n}"},"url":"BASE_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>per_page</td>\n<td>10</td>\n<td>Numeric</td>\n<td>Optional</td>\n<td>The number of results per page. Defaults to 50. If include_status_history is set to true and per_page is greater than 20 then it will be set to 10.</td>\n</tr>\n<tr>\n<td>page</td>\n<td>1</td>\n<td>Numeric</td>\n<td>Required</td>\n<td>The page number.</td>\n</tr>\n<tr>\n<td>include_skus</td>\n<td>true</td>\n<td>Boolean</td>\n<td>Optional</td>\n<td>Include related skus of the order. Possible values: true, false.</td>\n</tr>\n<tr>\n<td>include_status_history</td>\n<td>true</td>\n<td>Boolean</td>\n<td>Optional</td>\n<td>Include status history for the orders. Possible values: true, false.</td>\n</tr>\n<tr>\n<td>client_references</td>\n<td>[ \"ref1\",\"ref2\" ]</td>\n<td>Array</td>\n<td>Optional</td>\n<td>An array of client references. Only orders with the specified client references will be returned.</td>\n</tr>\n<tr>\n<td>carriers</td>\n<td>[\"car1\",\"car2\"]</td>\n<td>Array</td>\n<td>Optional</td>\n<td>An array of carrier IDs. Only orders with the specified carrier IDs will be returned.</td>\n</tr>\n<tr>\n<td>awb</td>\n<td>[\"awb1\",\"awb2\"]</td>\n<td>Array</td>\n<td>Optional</td>\n<td>An array of AWB numbers. Only orders with the specified AWB numbers will be returned.</td>\n</tr>\n<tr>\n<td>status</td>\n<td>[\"Confirmed\",\"Pending Audit\"]</td>\n<td>Array</td>\n<td>Optional</td>\n<td>An array of status labels. Only orders with the specified statuses will be returned.</td>\n</tr>\n<tr>\n<td>payment_types</td>\n<td>[\"COD\",\"PREPAID\"]</td>\n<td>Array</td>\n<td>Optional</td>\n<td>An array of payment type system codes. Only orders with the specified payment type system codes will be returned.</td>\n</tr>\n<tr>\n<td>warehouses</td>\n<td>[\"WRH1\",\"WRH2\"]</td>\n<td>Array</td>\n<td>Optional</td>\n<td>An array of warehouse system codes. Only orders with the specified warehouse system codes will be returned.</td>\n</tr>\n<tr>\n<td>countries</td>\n<td>[\"KSA\",\"UAE\"]</td>\n<td>Array</td>\n<td>Optional</td>\n<td>An array of country ISO3 codes. Only orders with the specified country ISO3 codes will be returned.</td>\n</tr>\n<tr>\n<td>skus</td>\n<td>[\"SKU1\",\"SKU2\"]</td>\n<td>Array</td>\n<td>Optional</td>\n<td>An array of SKU codes. Only orders that contain the specified SKUs will be returned.</td>\n</tr>\n<tr>\n<td>order_creation_date_range</td>\n<td>[\"12-12-2023 12:12:12\",\"15-12-2023 12:12:12\"]</td>\n<td>Array</td>\n<td>Optional</td>\n<td>An array of two timestamps representing the start and end dates of the order creation date range. Only orders that were created within the specified date range will be returned.</td>\n</tr>\n<tr>\n<td>order_shipped_date_range</td>\n<td>[\"12-12-2023 12:12:12\",\"15-12-2023 12:12:12\"]</td>\n<td>Array</td>\n<td>Optional</td>\n<td>An array of two timestamps representing the start and end dates of the order shipped date range. Only orders that were shipped within the specified date range will be returned.</td>\n</tr>\n<tr>\n<td>order_delivered_date_range</td>\n<td>[\"12-12-2023 12:12:12\",\"15-12-2023 12:12:12\"]</td>\n<td>Array</td>\n<td>Optional</td>\n<td>An array of two timestamps representing the start and end dates of the order delivered date range. Only orders that were delivered within the specified date range will be returned.</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>success</td>\n<td>Boolean</td>\n<td>Status of request.</td>\n</tr>\n<tr>\n<td>pagination</td>\n<td>Object</td>\n<td>Pagination data.</td>\n</tr>\n<tr>\n<td>pagination.per_page</td>\n<td>integer</td>\n<td>The number of items to be shown per page. Default 50</td>\n</tr>\n<tr>\n<td>pagination.current_page</td>\n<td>integer</td>\n<td>The current page number. Default 1</td>\n</tr>\n<tr>\n<td>pagination.last_page</td>\n<td>integer</td>\n<td>The last page number.</td>\n</tr>\n<tr>\n<td>pagination.total</td>\n<td>integer</td>\n<td>The total number of rows.</td>\n</tr>\n<tr>\n<td>applied_filters</td>\n<td>Array</td>\n<td>The array of applied filters.</td>\n</tr>\n<tr>\n<td>applied_filters.client_references</td>\n<td>string</td>\n<td>The client references filter which are applied in the filter.</td>\n</tr>\n<tr>\n<td>applied_filters.carriers</td>\n<td>Array</td>\n<td>The carriers which are applied in the filter.</td>\n</tr>\n<tr>\n<td>applied_filters.awb</td>\n<td>Array</td>\n<td>The awb which are applied in the filter.</td>\n</tr>\n<tr>\n<td>applied_filters.status</td>\n<td>Array</td>\n<td>The status which are applied in the filter.</td>\n</tr>\n<tr>\n<td>applied_filters.payment_types</td>\n<td>Array</td>\n<td>The payment types which are applied in the filter.</td>\n</tr>\n<tr>\n<td>applied_filters.warehouses</td>\n<td>Array</td>\n<td>The warehouses which are applied in the filter.</td>\n</tr>\n<tr>\n<td>applied_filters.countries</td>\n<td>Array</td>\n<td>The countries which are applied in the filter.</td>\n</tr>\n<tr>\n<td>applied_filters.skus</td>\n<td>Array</td>\n<td>The skus which are applied in the filter.</td>\n</tr>\n<tr>\n<td>applied_filters.order_creation_date_range</td>\n<td>Array</td>\n<td>The order creation date range which is applied in the filter.</td>\n</tr>\n<tr>\n<td>applied_filters.order_shipped_date_range</td>\n<td>Array</td>\n<td>The order shipped date range which is applied in the filter.</td>\n</tr>\n<tr>\n<td>applied_filters.order_delivered_date_range</td>\n<td>Array</td>\n<td>The order delivered date range which is applied in the filter.</td>\n</tr>\n<tr>\n<td>include_skus</td>\n<td>Boolean</td>\n<td>Include skus switch.</td>\n</tr>\n<tr>\n<td>include_status_history</td>\n<td>Boolean</td>\n<td>Include status history of the order switch.</td>\n</tr>\n<tr>\n<td>data.*.id</td>\n<td>Numeric</td>\n<td>The unique ID of the order.</td>\n</tr>\n<tr>\n<td>data.*.client_reference</td>\n<td>String</td>\n<td>The client reference for the order.</td>\n</tr>\n<tr>\n<td>data.*.original_order_no</td>\n<td>String</td>\n<td>The original order number, if available.</td>\n</tr>\n<tr>\n<td>data.*.order_number</td>\n<td>String</td>\n<td>The order number.</td>\n</tr>\n<tr>\n<td>data.*.warehouse</td>\n<td>String</td>\n<td>The warehouse system code for the order.</td>\n</tr>\n<tr>\n<td>data.*.order_type</td>\n<td>String</td>\n<td>The type of order.</td>\n</tr>\n<tr>\n<td>data.*.destination_type</td>\n<td>String</td>\n<td>The destination type for the order.</td>\n</tr>\n<tr>\n<td>data.*.awb</td>\n<td>String</td>\n<td>The Airway Bill number for delivery, if available.</td>\n</tr>\n<tr>\n<td>data.*.comment</td>\n<td>String</td>\n<td>Additional comments about the order.</td>\n</tr>\n<tr>\n<td>data.*.order_description</td>\n<td>String</td>\n<td>Description of the order.</td>\n</tr>\n<tr>\n<td>data.*.split_order_status</td>\n<td>boolean</td>\n<td>Indicates if the order is split.</td>\n</tr>\n<tr>\n<td>data.*.price</td>\n<td>decimal</td>\n<td>The price of the order.</td>\n</tr>\n<tr>\n<td>data.*.currency</td>\n<td>String</td>\n<td>The currency of the price.</td>\n</tr>\n<tr>\n<td>data.*.payment_type</td>\n<td>String</td>\n<td>The payment type for the order.</td>\n</tr>\n<tr>\n<td>data.*.order_creation_time</td>\n<td>String</td>\n<td>The timestamp when the order was created.</td>\n</tr>\n<tr>\n<td>data.*.shipped_time</td>\n<td>String</td>\n<td>The timestamp when the order was shipped.</td>\n</tr>\n<tr>\n<td>data.*.delivered_time</td>\n<td>String</td>\n<td>The timestamp when the order was delivered.</td>\n</tr>\n<tr>\n<td>data.*.consignee.name</td>\n<td>String</td>\n<td>The name of the consignee.</td>\n</tr>\n<tr>\n<td>data.*.consignee.phone</td>\n<td>String</td>\n<td>The phone number of the consignee.</td>\n</tr>\n<tr>\n<td>data.*.consignee.mobile</td>\n<td>String</td>\n<td>The mobile number of the consignee.</td>\n</tr>\n<tr>\n<td>data.*.consignee.email</td>\n<td>String</td>\n<td>The email address of the consignee.</td>\n</tr>\n<tr>\n<td>data.*.address.address</td>\n<td>String</td>\n<td>The street address.</td>\n</tr>\n<tr>\n<td>data.*.address.area</td>\n<td>String</td>\n<td>The area or locality.</td>\n</tr>\n<tr>\n<td>data.*.address.province</td>\n<td>String</td>\n<td>The province or state.</td>\n</tr>\n<tr>\n<td>data.*.address.town</td>\n<td>String</td>\n<td>The town or district.</td>\n</tr>\n<tr>\n<td>data.*.address.city</td>\n<td>String</td>\n<td>The city.</td>\n</tr>\n<tr>\n<td>data.*.address.state</td>\n<td>String</td>\n<td>The state.</td>\n</tr>\n<tr>\n<td>data.*.address.country</td>\n<td>String</td>\n<td>The country.</td>\n</tr>\n<tr>\n<td>data.*.address.zipcode</td>\n<td>String</td>\n<td>The ZIP code.</td>\n</tr>\n<tr>\n<td>data.*.address.route</td>\n<td>String</td>\n<td>The route or street details.</td>\n</tr>\n<tr>\n<td>data.*.parcel.total_weight</td>\n<td>Numeric</td>\n<td>Total weight of the parcel.</td>\n</tr>\n<tr>\n<td>data.*.parcel.total_volume</td>\n<td>Numeric</td>\n<td>Total volume of the parcel.</td>\n</tr>\n<tr>\n<td>data.*.parcel.number_of_boxes</td>\n<td>Numeric</td>\n<td>Number of boxes in the parcel.</td>\n</tr>\n<tr>\n<td>data.*.current_status.status_id</td>\n<td>Numeric</td>\n<td>The ID of the status at the specific point in history.</td>\n</tr>\n<tr>\n<td>data.*.current_status.status</td>\n<td>String</td>\n<td>The label of the current order status.</td>\n</tr>\n<tr>\n<td>data.*.current_status.date</td>\n<td>String</td>\n<td>The timestamp of the current order status.</td>\n</tr>\n<tr>\n<td>data.*.current_status.comment</td>\n<td>String</td>\n<td>Comment about the current order status.</td>\n</tr>\n<tr>\n<td>data.*.skus</td>\n<td>Array</td>\n<td>An array of SKUs included in the order.</td>\n</tr>\n<tr>\n<td>data.*.skus.*.alternate_sku_name</td>\n<td>String</td>\n<td>Alternate name for the SKU.</td>\n</tr>\n<tr>\n<td>data.*.skus.*.quantity</td>\n<td>Numeric</td>\n<td>The quantity of the SKU in the order.</td>\n</tr>\n<tr>\n<td>data.*.skus.*.serials</td>\n<td>Array</td>\n<td>An array of serial objects associated with the SKU.</td>\n</tr>\n<tr>\n<td>data.*.skus.*.serials.*.serial_number</td>\n<td>String</td>\n<td>The serial number of the product.</td>\n</tr>\n<tr>\n<td>data.*.skus.*.serials.*.second_serial_number</td>\n<td>String</td>\n<td>A second serial number, if available.</td>\n</tr>\n<tr>\n<td>data.*.skus.*.serials.*.scan_time</td>\n<td>String</td>\n<td>The timestamp when the serial number was scanned.</td>\n</tr>\n<tr>\n<td>data.*.current_status</td>\n<td>Array</td>\n<td>Current status data. Only availabel if order status is not split.</td>\n</tr>\n<tr>\n<td>data.*.current_status.*.status_id</td>\n<td>Numeric</td>\n<td>The ID of the status at the specific point in history.</td>\n</tr>\n<tr>\n<td>data.*.current_status.*.status</td>\n<td>String</td>\n<td>The label of the status at the specific point in history.</td>\n</tr>\n<tr>\n<td>data.*.current_status.*.date</td>\n<td>String</td>\n<td>The timestamp when the status change occurred.</td>\n</tr>\n<tr>\n<td>data.*.current_status.*.comment</td>\n<td>String</td>\n<td>Comment or details about the status change.</td>\n</tr>\n<tr>\n<td>data.*.status_history</td>\n<td>Array</td>\n<td>An array of status history objects.</td>\n</tr>\n<tr>\n<td>data.*.status_history.*.status_id</td>\n<td>Numeric</td>\n<td>The ID of the status at the specific point in history.</td>\n</tr>\n<tr>\n<td>data.*.status_history.*.status</td>\n<td>String</td>\n<td>The label of the status at the specific point in history.</td>\n</tr>\n<tr>\n<td>data.*.status_history.*.date</td>\n<td>String</td>\n<td>The timestamp when the status change occurred.</td>\n</tr>\n<tr>\n<td>data.*.status_history.*.comment</td>\n<td>String</td>\n<td>Comment or details about the status change.</td>\n</tr>\n<tr>\n<td>data.*.split_orders</td>\n<td>Array</td>\n<td>Child orders in exact same format as order data array above.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v3","orders"],"host":["BASE_URL"],"query":[],"variable":[]}},"response":[],"_postman_id":"ba5fc260-797d-44df-8c5e-2e37086d7828"},{"name":"Create","id":"58131a82-c0cf-405a-8807-7d68580e3282","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{token}","type":"text"},{"key":"Content-Type","value":"application/json; charset=utf-8","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"client_reference\": \"GSCTEST090801\",\n    \"delivery_no_generate\": false,\n    \"order_type\": \"OUTXS\",\n    \"note\": \"This is the pickup address test notes.\",\n    \"delivery_duty_type\": \"DDU\",\n    \"shipping_method\": null,\n    \"payment_type\": \"PREPAID\",\n    \"payment_mode\": \"cash\",\n    \"currency\": \"AED\",\n    \"shipping_price\": 42,\n    \"total_tax\": 0,\n    \"tax_percentage\": 0,\n    \"total_discount\": 0,\n    \"subtotal\": 0,\n    \"cod_amount\": 0,\n    \"total_price\": 1900,\n    \"total_declared_amount\": 0,\n    \"created_at\": \"2023-09-07 11:00:45\",\n    \"skus\": [\n        {\n            \"code\": \"200G\",\n            \"description\": \"Shirt Size S\",\n            \"quantity\": \"1\",\n            \"price\": 1000,\n            \"discounted_price\": 1000\n        }\n    ],\n    \"consignee\": {\n        \"name\": \"Vishal\",\n        \"phone\": \"12344553445\",\n        \"mobile\": \"12344553445\",\n        \"email\": \"email@email.com\",\n        \"consignee_id\":\"DOC1\"\n    },\n    \"shipping_address\": {\n        \"country\": \"UAE\",\n        \"state\": \"Abu Dhabi\",\n        \"city\": \"Sharjah\",\n        \"area\": \"Sharjah\",\n        \"address_1\": \"Xyz Complex\",\n        \"address_2\": \"Abu Dhabi, Dubai\",\n        \"short_address\":\"26 Al Seray St, Sector SE-45\",\n        \"postal_code\": \"3215645\"\n    },\n    \"parcel\": {\n        \"total_weight\": 0.2,\n        \"total_volume\": 0.2,\n        \"box_number\": 1\n    },\n    \"files\": [\n        {\n            \"title\": \"Shipping Label PDF 1\",\n            \"url\": \"https://iqintegrate.com/images/1.png\"\n        },\n        {\n            \"title\": \"Shipping Label PDF 2\",\n            \"url\": \"https://iqintegrate.com/images/2.png\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"BASE_URL/api/v3/orders/create","description":"<p>Creating orders</p>\n<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>client_reference</td>\n<td>IQF00001</td>\n<td>String</td>\n<td>Required  <br />Unique  <br />Without Spaces  <br />Max: 20</td>\n<td>Client reference for order.</td>\n</tr>\n<tr>\n<td>warehouse</td>\n<td>TEST</td>\n<td>String</td>\n<td>Optional</td>\n<td>Warehouse for the SKU.</td>\n</tr>\n<tr>\n<td>delivery_no_generate</td>\n<td>true</td>\n<td>Boolean</td>\n<td>optional</td>\n<td>Delivery no to generate or not.</td>\n</tr>\n<tr>\n<td>order_type</td>\n<td>OUTXS</td>\n<td>String</td>\n<td>optional</td>\n<td>Order type</td>\n</tr>\n<tr>\n<td>order_status</td>\n<td>Confirmed</td>\n<td>String</td>\n<td>optional</td>\n<td>Order status</td>\n</tr>\n<tr>\n<td>carrier</td>\n<td>Carrier_Name</td>\n<td>String</td>\n<td>optional</td>\n<td>Carrier name</td>\n</tr>\n<tr>\n<td>note</td>\n<td>This is note</td>\n<td>String</td>\n<td>Optional</td>\n<td>Note for order.</td>\n</tr>\n<tr>\n<td>delivery_duty_type</td>\n<td>DDU</td>\n<td>String</td>\n<td>optional</td>\n<td>Delivery duty type</td>\n</tr>\n<tr>\n<td>payment_type</td>\n<td>COD</td>\n<td>String</td>\n<td>COD or PREPAID</td>\n<td>Payment type for order. Possible values: COD, PREPAID. Please, check the payment types on extra information menu.</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>AED</td>\n<td>String</td>\n<td>Required</td>\n<td>ISO3 code for the currency. Possible values: AED, USD. Please, check the currencies on extra information menu.</td>\n</tr>\n<tr>\n<td>shipping_price</td>\n<td>42</td>\n<td>Numeric</td>\n<td>Optional</td>\n<td>Shipping price of order.</td>\n</tr>\n<tr>\n<td>total_tax</td>\n<td>1</td>\n<td>Numeric</td>\n<td>Optional</td>\n<td>The total tax amount of order.</td>\n</tr>\n<tr>\n<td>tax_percentage</td>\n<td>1</td>\n<td>Numeric</td>\n<td>Optional</td>\n<td>Tax percentage for the order.</td>\n</tr>\n<tr>\n<td>total_discount</td>\n<td>1</td>\n<td>Numeric</td>\n<td>Optional</td>\n<td>Total discount for the order.</td>\n</tr>\n<tr>\n<td>subtotal</td>\n<td>1</td>\n<td>Numeric</td>\n<td>Optional</td>\n<td>Subtotal amount for the order.</td>\n</tr>\n<tr>\n<td>cod_amount</td>\n<td>1</td>\n<td>Numeric</td>\n<td>Optional.  <br />Required if Payment type is COD</td>\n<td>Cash on delivery amount for the order.</td>\n</tr>\n<tr>\n<td>total_price</td>\n<td>1900</td>\n<td>Numeric</td>\n<td>Required</td>\n<td>Total price of the order.</td>\n</tr>\n<tr>\n<td>total_declared_amount</td>\n<td>0</td>\n<td>Numeric</td>\n<td>Optional</td>\n<td>Total declared amount for the order.</td>\n</tr>\n<tr>\n<td>carrier_option</td>\n<td>3PL</td>\n<td>Numeric</td>\n<td>Optional</td>\n<td>Carrier option for the order.</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>Date</td>\n<td>Date</td>\n<td>Optional</td>\n<td>Order creation time.</td>\n</tr>\n<tr>\n<td>gift_message</td>\n<td>Test message</td>\n<td>String</td>\n<td>Optional</td>\n<td>Order message</td>\n</tr>\n<tr>\n<td>skus</td>\n<td>[  <br />{  <br />'code': 'CODE1', 'quantity':1, 'price':1, 'discounted_price':1  <br />},  <br />]</td>\n<td>Array</td>\n<td>Required</td>\n<td>Array of SKUs for the order.</td>\n</tr>\n<tr>\n<td>skus.*.line_no</td>\n<td>Shirt</td>\n<td>String</td>\n<td>Optional</td>\n<td>SKU line no.</td>\n</tr>\n<tr>\n<td>skus.*.code</td>\n<td>858936006838</td>\n<td>String</td>\n<td>Required</td>\n<td>SKU code. Please, check the skus on extra information menu.</td>\n</tr>\n<tr>\n<td>skus.*.description</td>\n<td>Shirt</td>\n<td>String</td>\n<td>Required</td>\n<td>SKU description.</td>\n</tr>\n<tr>\n<td>skus.*.quantity</td>\n<td>1</td>\n<td>Numeric</td>\n<td>Required  <br />Greater than 0</td>\n<td>Quantity of the SKU.</td>\n</tr>\n<tr>\n<td>skus.*.price</td>\n<td>1</td>\n<td>Numeric</td>\n<td>Optional</td>\n<td>Price of the SKU.</td>\n</tr>\n<tr>\n<td>skus.*.discounted_price</td>\n<td>1</td>\n<td>Numeric</td>\n<td>Optional</td>\n<td>Discounted price of the SKU.</td>\n</tr>\n<tr>\n<td>skus.*.store_code</td>\n<td>test</td>\n<td>String</td>\n<td>Optional</td>\n<td>Code of the store offering the SKU</td>\n</tr>\n<tr>\n<td>skus.*.supplierId</td>\n<td>1</td>\n<td>String</td>\n<td>Optional</td>\n<td>Supplier ID for the SKU</td>\n</tr>\n<tr>\n<td>skus.*.supplierAddress</td>\n<td>Address 1</td>\n<td>String</td>\n<td>Optional</td>\n<td>Supplier’s address</td>\n</tr>\n<tr>\n<td>skus.*.goods_price</td>\n<td>1</td>\n<td>Float</td>\n<td>Optional</td>\n<td>Original goods price before discounts</td>\n</tr>\n<tr>\n<td>consignee</td>\n<td></td>\n<td>Array</td>\n<td>Required</td>\n<td>Consignee information.</td>\n</tr>\n<tr>\n<td>consignee.name</td>\n<td>John</td>\n<td>String</td>\n<td>Required  <br />Max:191</td>\n<td>Consignee name.</td>\n</tr>\n<tr>\n<td>consignee.surname</td>\n<td>Doe</td>\n<td>String</td>\n<td>Optional  <br />Max:191</td>\n<td>Consignee surname.</td>\n</tr>\n<tr>\n<td>consignee.phone</td>\n<td>123456789</td>\n<td>Numeric</td>\n<td>Required</td>\n<td>Consignee phone number.</td>\n</tr>\n<tr>\n<td>consignee.mobile</td>\n<td>123456789</td>\n<td>Numeric</td>\n<td>Required</td>\n<td>Consignee mobile number.</td>\n</tr>\n<tr>\n<td>consignee.email</td>\n<td><a href=\"https://\">example@email.com</a></td>\n<td>String</td>\n<td>Required  <br />Email format</td>\n<td>Consignee email address.</td>\n</tr>\n<tr>\n<td>consignee.consignee_id</td>\n<td>DOC1</td>\n<td>String</td>\n<td>Optional</td>\n<td>Consignee ID.</td>\n</tr>\n<tr>\n<td>shipping_address</td>\n<td>Address 1</td>\n<td>Array</td>\n<td>Required</td>\n<td>Shipping address information.</td>\n</tr>\n<tr>\n<td>shipping_address.country</td>\n<td>USA</td>\n<td>String</td>\n<td>Required  <br />Min:2, Max:3</td>\n<td>ISO2 or ISO3 name for the shipping country. Possible values: USA, ALB. Please, check the countries on extra information menu.</td>\n</tr>\n<tr>\n<td>shipping_address.state</td>\n<td>Aseer</td>\n<td>String</td>\n<td>Required  <br />Max:30</td>\n<td>Shipping state. Possible values: Al Khobar, Aseer. Please, check the states on extra information menu.</td>\n</tr>\n<tr>\n<td>shipping_address.city</td>\n<td>Al Khobar</td>\n<td>String</td>\n<td>Required  <br />Max:30</td>\n<td>Shipping city. Possible values: Mahayel, Al Khobar. Please, check the cities on extra information menu.</td>\n</tr>\n<tr>\n<td>shipping_address.area</td>\n<td>Muscat</td>\n<td>String</td>\n<td>Optional  <br />Max:50</td>\n<td>Shipping area.  <br />Possible values: Muscat. Please, check the areas on extra information menu.</td>\n</tr>\n<tr>\n<td>shipping_address.address_1</td>\n<td>Address 1</td>\n<td>String</td>\n<td>Required  <br />Max:255</td>\n<td>Shipping address line 1.</td>\n</tr>\n<tr>\n<td>shipping_address.address_2</td>\n<td>Address</td>\n<td>String</td>\n<td>Optional  <br />Max:255</td>\n<td>Shipping address line 2.</td>\n</tr>\n<tr>\n<td>shipping_address.postal_code</td>\n<td>3215</td>\n<td>String</td>\n<td>Optional</td>\n<td>Postal code.</td>\n</tr>\n<tr>\n<td>shipping_address.short_address</td>\n<td>26 Al Seray St, Sector SE-45</td>\n<td>String</td>\n<td>Optional  <br />Max: 255</td>\n<td>Short address.</td>\n</tr>\n<tr>\n<td>files</td>\n<td>[  <br />{  <br />\"title\": \"Shipping Label PDF 1\",  <br />\"url\": \"<a href=\"https://iqintegrate.com/images/1.png\">https://iqintegrate.com/images/1.png\"</a>  <br />},  <br />]</td>\n<td>Array</td>\n<td>Optional</td>\n<td>Related file links.</td>\n</tr>\n<tr>\n<td>files.*.title</td>\n<td>Shipping Label PDF 1</td>\n<td>String</td>\n<td>Required</td>\n<td>File title.</td>\n</tr>\n<tr>\n<td>files.*.url</td>\n<td><a href=\"https://iqintegrate.com/images/1.png\">https://iqintegrate.com/images/1.png</a></td>\n<td>String</td>\n<td>Required</td>\n<td>File link.</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>success</td>\n<td>Boolean</td>\n<td>Status of the request. Possible values: true, false.</td>\n</tr>\n<tr>\n<td>code</td>\n<td>Numeric</td>\n<td>Response code. Possible values: 422, 400.</td>\n</tr>\n<tr>\n<td>message</td>\n<td>String</td>\n<td>Response message.</td>\n</tr>\n<tr>\n<td>client_reference</td>\n<td>String</td>\n<td>Client Reference</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v3","orders","create"],"host":["BASE_URL"],"query":[],"variable":[]}},"response":[],"_postman_id":"58131a82-c0cf-405a-8807-7d68580e3282"},{"name":"Bulk Create","id":"2ac7e712-c5da-4f01-a9c0-944d5eaf8d83","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{token}","type":"text"},{"key":"Content-Type","value":"application/json; charset=utf-8","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"orders\": [\n        {\n            \"client_reference\": \"GSCTEST0420830\",\n            \"delivery_no_generate\": true,\n            \"order_type\": \"OUTXS\",\n            \"note\": \"This is the pickup address test notes.\",\n            \"delivery_duty_type\": \"DDU\",\n            \"shipping_method\": null,\n            \"payment_type\": \"PREPAID\",\n            \"currency\": \"AED\",\n            \"shipping_price\": 42,\n            \"total_tax\": 0,\n            \"tax_percentage\": 0,\n            \"total_discount\": 0,\n            \"subtotal\": 0,\n            \"cod_amount\": 0,\n            \"total_price\": 1900,\n            \"total_declared_amount\": 0,\n            \"skus\": [\n                {\n                    \"code\": \"200G\",\n                    \"description\": \"Shirt Size S\",\n                    \"quantity\": \"1\",\n                    \"price\": 1000,\n                    \"discounted_price\": 1000\n                }\n            ],\n            \"consignee\": {\n                \"name\": \"Vishal\",\n                \"phone\": \"12344553445\",\n                \"mobile\": \"12344553445\",\n                \"email\": \"email@email.com\"\n            },\n            \"shipping_address\": {\n                \"country\": \"UAE\",\n                \"state\": \"Abu Dhabi\",\n                \"city\": \"Sharjah\",\n                \"address_1\": \"Xyz Complex\",\n                \"address_2\": \"Abu Dhabi, Dubai\",\n                \"postal_code\": \"3215645\"\n            },\n            \"parcel\": {\n                \"total_weight\": 0.2,\n                \"total_volume\": 0.2,\n                \"box_number\": 1\n            },\n            \"files\": [\n                {\n                    \"title\": \"Shipping Label PDF 1\",\n                    \"url\": \"https://iqintegrate.com/images/1.png\"\n                },\n                {\n                    \"title\": \"Shipping Label PDF 2\",\n                    \"url\": \"https://iqintegrate.com/images/2.png\"\n                }\n            ]\n        },\n         {\n            \"client_reference\": \"GSCTEST041\",\n            \"delivery_no_generate\": true,\n            \"order_type\": \"OUTXS\",\n            \"note\": \"This is the pickup address test notes.\",\n            \"delivery_duty_type\": \"DDU\",\n            \"shipping_method\": null,\n            \"payment_type\": \"PREPAID\",\n            \"currency\": \"AED\",\n            \"shipping_price\": 42,\n            \"total_tax\": 0,\n            \"tax_percentage\": 0,\n            \"total_discount\": 0,\n            \"subtotal\": 0,\n            \"cod_amount\": 0,\n            \"total_price\": 1900,\n            \"total_declared_amount\": 0,\n            \"skus\": [\n                {\n                    \"code\": \"200G\",\n                    \"description\": \"Shirt Size S\",\n                    \"quantity\": \"1\",\n                    \"price\": 1000,\n                    \"discounted_price\": 1000\n                }\n            ],\n            \"consignee\": {\n                \"name\": \"Vishal\",\n                \"phone\": \"12344553445\",\n                \"mobile\": \"12344553445\",\n                \"email\": \"email@email.com\"\n            },\n            \"shipping_address\": {\n                \"country\": \"UAE\",\n                \"state\": \"Abu Dhabi\",\n                \"city\": \"Sharjah\",\n                \"address_1\": \"Xyz Complex\",\n                \"address_2\": \"Abu Dhabi, Dubai\",\n                \"postal_code\": \"3215645\"\n            },\n            \"parcel\": {\n                \"total_weight\": 0.2,\n                \"total_volume\": 0.2,\n                \"box_number\": 1\n            },\n            \"files\": [\n                {\n                    \"title\": \"Shipping Label PDF 1\",\n                    \"url\": \"https://iqintegrate.com/images/1.png\"\n                },\n                {\n                    \"title\": \"Shipping Label PDF 2\",\n                    \"url\": \"https://iqintegrate.com/images/2.png\"\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"BASE_URL/orders/bulk/create","description":"<p>Bulk Creating orders</p>\n<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>orders.*.client_reference</td>\n<td>IQF00001</td>\n<td>String</td>\n<td>Required  <br />Unique  <br />Without Spaces  <br />Max: 20</td>\n<td>Client reference for order.</td>\n</tr>\n<tr>\n<td>orders.*.note</td>\n<td>This is note</td>\n<td>String</td>\n<td>Optional</td>\n<td>Note for order.</td>\n</tr>\n<tr>\n<td>orders.*.payment_type</td>\n<td>COD</td>\n<td>String</td>\n<td>COD or PREPAID</td>\n<td>Payment type for order. Possible values: COD, PREPAID. Please, check the payment types on extra information menu.</td>\n</tr>\n<tr>\n<td>orders.*.currency</td>\n<td>AED</td>\n<td>String</td>\n<td>Required</td>\n<td>ISO3 code for the currency. Possible values: AED, USD. Please, check the currencies on extra information menu.</td>\n</tr>\n<tr>\n<td>orders.*.shipping_price</td>\n<td>42</td>\n<td>Numeric</td>\n<td>Optional</td>\n<td>Shipping price of order.</td>\n</tr>\n<tr>\n<td>orders.*.total_tax</td>\n<td>1</td>\n<td>Numeric</td>\n<td>Optional</td>\n<td>The total tax amount of order.</td>\n</tr>\n<tr>\n<td>orders.*.tax_percentage</td>\n<td>1</td>\n<td>Numeric</td>\n<td>Optional</td>\n<td>Tax percentage for the order.</td>\n</tr>\n<tr>\n<td>orders.*.total_discount</td>\n<td>1</td>\n<td>Numeric</td>\n<td>Optional</td>\n<td>Total discount for the order.</td>\n</tr>\n<tr>\n<td>orders.*.subtotal</td>\n<td>1</td>\n<td>Numeric</td>\n<td>Optional</td>\n<td>Subtotal amount for the order.</td>\n</tr>\n<tr>\n<td>orders.*.cod_amount</td>\n<td>1</td>\n<td>Numeric</td>\n<td>Optional.  <br />Required if Payment type is COD</td>\n<td>Cash on delivery amount for the order.</td>\n</tr>\n<tr>\n<td>orders.*.total_price</td>\n<td>1900</td>\n<td>Numeric</td>\n<td>Required</td>\n<td>Total price of the order.</td>\n</tr>\n<tr>\n<td>orders.*.skus</td>\n<td>[  <br />{  <br />'code': 'CODE1', 'quantity':1, 'price':1, 'discounted_price':1  <br />},  <br />]</td>\n<td>Array</td>\n<td>Required</td>\n<td>Array of SKUs for the order.</td>\n</tr>\n<tr>\n<td>orders.*.skus.*.code</td>\n<td>858936006838</td>\n<td>String</td>\n<td>Required</td>\n<td>SKU code. Please, check the skus on extra information menu.</td>\n</tr>\n<tr>\n<td>orders.*.skus.*.quantity</td>\n<td>1</td>\n<td>Numeric</td>\n<td>Required  <br />Greater than 0</td>\n<td>Quantity of the SKU.</td>\n</tr>\n<tr>\n<td>orders.*.skus.*.price</td>\n<td>1</td>\n<td>Numeric</td>\n<td>Optional</td>\n<td>Price of the SKU.</td>\n</tr>\n<tr>\n<td>orders.*.skus.*.discounted_price</td>\n<td>1</td>\n<td>Numeric</td>\n<td>Optional</td>\n<td>Discounted price of the SKU.</td>\n</tr>\n<tr>\n<td>orders.*.consignee</td>\n<td></td>\n<td>Array</td>\n<td>Required</td>\n<td>Consignee information.</td>\n</tr>\n<tr>\n<td>orders.*.consignee.name</td>\n<td>John</td>\n<td>String</td>\n<td>Required  <br />Max:191</td>\n<td>Consignee name.</td>\n</tr>\n<tr>\n<td>orders.*.consignee.phone</td>\n<td>123456789</td>\n<td>Numeric</td>\n<td>Required</td>\n<td>Consignee phone number.</td>\n</tr>\n<tr>\n<td>orders.*.consignee.email</td>\n<td><a href=\"https://\">example@email.com</a></td>\n<td>String</td>\n<td>Required  <br />Email format</td>\n<td>Consignee email address.</td>\n</tr>\n<tr>\n<td>orders.*.shipping_address</td>\n<td></td>\n<td>Array</td>\n<td>Required</td>\n<td>Shipping address information.</td>\n</tr>\n<tr>\n<td>orders.*.shipping_address.country</td>\n<td>USA</td>\n<td>String</td>\n<td>Required  <br />Min:2, Max:3</td>\n<td>ISO2 or ISO3 name for the shipping country. Possible values: USA, ALB. Please, check the countries on extra information menu.</td>\n</tr>\n<tr>\n<td>orders.*.shipping_address.state</td>\n<td>Aseer</td>\n<td>String</td>\n<td>Required  <br />Max:30</td>\n<td>Shipping state. Possible values: Al Khobar, Aseer. Please, check the states on extra information menu.</td>\n</tr>\n<tr>\n<td>orders.*.shipping_address.city</td>\n<td>Al Khobar</td>\n<td>String</td>\n<td>Required  <br />Max:30</td>\n<td>Shipping city. Possible values: Mahayel, Al Khobar. Please, check the cities on extra information menu.</td>\n</tr>\n<tr>\n<td>orders.*.shipping_address.area</td>\n<td>Muscat</td>\n<td>String</td>\n<td>Optional  <br />Max:50</td>\n<td>Shipping area.  <br />Possible values: Muscat. Please, check the areas on extra information menu.</td>\n</tr>\n<tr>\n<td>orders.*.shipping_address.address_1</td>\n<td>Address 1</td>\n<td>String</td>\n<td>Required  <br />Max:255</td>\n<td>Shipping address line 1.</td>\n</tr>\n<tr>\n<td>orders.*.shipping_address.address_2</td>\n<td>Address</td>\n<td>String</td>\n<td>Optional  <br />Max:255</td>\n<td>Shipping address line 2.</td>\n</tr>\n<tr>\n<td>orders.*.shipping_address.postal_code</td>\n<td>3215</td>\n<td>String</td>\n<td>Optional</td>\n<td>Postal code.</td>\n</tr>\n<tr>\n<td>orders.*.files</td>\n<td>[]</td>\n<td>Array</td>\n<td>Optional</td>\n<td>Files like shipping label to be uploaded for the order.</td>\n</tr>\n<tr>\n<td>orders.*.files.*.title</td>\n<td>Shipping Label PDF 1</td>\n<td>String</td>\n<td>Required</td>\n<td>Title of the file.</td>\n</tr>\n<tr>\n<td>orders.*.files.*.url</td>\n<td>{BASE_URL}/images/1.png</td>\n<td>String</td>\n<td>Required</td>\n<td>Url for the file.</td>\n</tr>\n<tr>\n<td>orders.*.parcel</td>\n<td>\"parcel\": {  <br />\"total_weight\": 0.2,  <br />\"total_volume\": 0.2,  <br />\"box_number\": 1  <br />}</td>\n<td>Object</td>\n<td>Optional</td>\n<td>Parcel</td>\n</tr>\n<tr>\n<td>orders.*.parcel.total_weight</td>\n<td>0.2</td>\n<td>Numeric</td>\n<td>optional</td>\n<td>Total weight of the parcel</td>\n</tr>\n<tr>\n<td>orders.*.parcel.total_volume</td>\n<td>0.2</td>\n<td>Numeric</td>\n<td>optional</td>\n<td>Total volume of the parcel</td>\n</tr>\n<tr>\n<td>orders.*.parcel.box_number</td>\n<td>1</td>\n<td>Numeric</td>\n<td>optional</td>\n<td>Box number</td>\n</tr>\n<tr>\n<td>orders.*.delivery_no_generate</td>\n<td>1</td>\n<td>Boolean</td>\n<td>optional</td>\n<td>Create shipment</td>\n</tr>\n<tr>\n<td>orders.*.order_type</td>\n<td>OUTXS</td>\n<td>String</td>\n<td>optional</td>\n<td>Order type</td>\n</tr>\n<tr>\n<td>orders.*.carrier</td>\n<td>0</td>\n<td>Numeric</td>\n<td>optional</td>\n<td>Shipment carrier</td>\n</tr>\n<tr>\n<td>orders.*.delivery_duty_type</td>\n<td>DDU</td>\n<td>String</td>\n<td></td>\n<td>Delivery duty type</td>\n</tr>\n<tr>\n<td>orders.*.shipping_method</td>\n<td>SDD</td>\n<td>String</td>\n<td>optional</td>\n<td>Shipping method</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>success</td>\n<td>Boolean</td>\n<td>Status of the request. Possible values: true, false.</td>\n</tr>\n<tr>\n<td>code</td>\n<td>Numeric</td>\n<td>Response code. Possible values: 422, 400.</td>\n</tr>\n<tr>\n<td>total_count</td>\n<td>String</td>\n<td>Response message.</td>\n</tr>\n<tr>\n<td>successful_count</td>\n<td>Numeric</td>\n<td>Created order count</td>\n</tr>\n<tr>\n<td>failed_count</td>\n<td>Numeric</td>\n<td>Failed to create order count</td>\n</tr>\n<tr>\n<td>successful</td>\n<td>array</td>\n<td>Success message list</td>\n</tr>\n<tr>\n<td>successful.*.$client_reference</td>\n<td>String</td>\n<td>Success message</td>\n</tr>\n<tr>\n<td>failed</td>\n<td>Array</td>\n<td>Failed message list</td>\n</tr>\n<tr>\n<td>failed.*.$client_reference</td>\n<td>String</td>\n<td>Failed message</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["orders","bulk","create"],"host":["BASE_URL"],"query":[],"variable":[]}},"response":[],"_postman_id":"2ac7e712-c5da-4f01-a9c0-944d5eaf8d83"},{"name":"Bulk Update","id":"0553ceb0-d734-46c0-9776-c09e11295614","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{token}","type":"text"},{"key":"Content-Type","value":"application/json; charset=utf-8","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"orders\": [\n        {\n            \"client_reference\": \"GSCTEST0420830\",\n            \"delivery_no_generate\": true,\n            \"order_type\": \"OUTXS\",\n            \"note\": \"This is the pickup address test notes.\",\n            \"delivery_duty_type\": \"DDU\",\n            \"shipping_method\": null,\n            \"payment_type\": \"PREPAID\",\n            \"currency\": \"AED\",\n            \"shipping_price\": 42,\n            \"total_tax\": 0,\n            \"tax_percentage\": 0,\n            \"total_discount\": 0,\n            \"subtotal\": 0,\n            \"cod_amount\": 0,\n            \"total_price\": 1900,\n            \"total_declared_amount\": 0,\n            \"skus\": [\n                {\n                    \"code\": \"200G\",\n                    \"description\": \"Shirt Size S\",\n                    \"quantity\": \"1\",\n                    \"price\": 1000,\n                    \"discounted_price\": 1000\n                }\n            ],\n            \"consignee\": {\n                \"name\": \"Vishal\",\n                \"phone\": \"12344553445\",\n                \"mobile\": \"12344553445\",\n                \"email\": \"email@email.com\"\n            },\n            \"shipping_address\": {\n                \"country\": \"UAE\",\n                \"state\": \"Abu Dhabi\",\n                \"city\": \"Sharjah\",\n                \"address_1\": \"Xyz Complex\",\n                \"address_2\": \"Abu Dhabi, Dubai\",\n                \"postal_code\": \"3215645\"\n            },\n            \"parcel\": {\n                \"total_weight\": 0.2,\n                \"total_volume\": 0.2,\n                \"box_number\": 1\n            },\n            \"files\": [\n                {\n                    \"title\": \"Shipping Label PDF 1\",\n                    \"url\": \"https://iqintegrate.com/images/1.png\"\n                },\n                {\n                    \"title\": \"Shipping Label PDF 2\",\n                    \"url\": \"https://iqintegrate.com/images/2.png\"\n                }\n            ]\n        },\n         {\n            \"client_reference\": \"GSCTEST041xyz\",\n            \"delivery_no_generate\": true,\n            \"order_type\": \"OUTXS\",\n            \"note\": \"This is the pickup address test notes.\",\n            \"delivery_duty_type\": \"DDU\",\n            \"shipping_method\": null,\n            \"payment_type\": \"PREPAID\",\n            \"currency\": \"AED\",\n            \"shipping_price\": 42,\n            \"total_tax\": 0,\n            \"tax_percentage\": 0,\n            \"total_discount\": 0,\n            \"subtotal\": 0,\n            \"cod_amount\": 0,\n            \"total_price\": 1900,\n            \"total_declared_amount\": 0,\n            \"skus\": [\n                {\n                    \"code\": \"200G\",\n                    \"description\": \"Shirt Size S\",\n                    \"quantity\": \"1\",\n                    \"price\": 1000,\n                    \"discounted_price\": 1000\n                }\n            ],\n            \"consignee\": {\n                \"name\": \"Vishal\",\n                \"phone\": \"12344553445\",\n                \"mobile\": \"12344553445\",\n                \"email\": \"email@email.com\"\n            },\n            \"shipping_address\": {\n                \"country\": \"UAE\",\n                \"state\": \"Abu Dhabi\",\n                \"city\": \"Sharjah\",\n                \"address_1\": \"Xyz Complex\",\n                \"address_2\": \"Abu Dhabi, Dubai\",\n                \"postal_code\": \"3215645\"\n            },\n            \"parcel\": {\n                \"total_weight\": 0.2,\n                \"total_volume\": 0.2,\n                \"box_number\": 1\n            },\n            \"files\": [\n                {\n                    \"title\": \"Shipping Label PDF 1\",\n                    \"url\": \"https://iqintegrate.com/images/1.png\"\n                },\n                {\n                    \"title\": \"Shipping Label PDF 2\",\n                    \"url\": \"https://iqintegrate.com/images/2.png\"\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"BASE_URL/orders/bulk/update","description":"<p>Updating orders</p>\n<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>orders.*.client_reference</td>\n<td>IQF00001</td>\n<td>String</td>\n<td>Required  <br />Unique  <br />Without Spaces  <br />Max: 20</td>\n<td>Client reference for order.</td>\n</tr>\n<tr>\n<td>orders.*.note</td>\n<td>This is note</td>\n<td>String</td>\n<td>Optional</td>\n<td>Note for order.</td>\n</tr>\n<tr>\n<td>orders.*.payment_type</td>\n<td>COD</td>\n<td>String</td>\n<td>COD or PREPAID</td>\n<td>Payment type for order. Possible values: COD, PREPAID. Please, check the payment types on extra information menu.</td>\n</tr>\n<tr>\n<td>orders.*.currency</td>\n<td>AED</td>\n<td>String</td>\n<td>Required</td>\n<td>ISO3 code for the currency. Possible values: AED, USD. Please, check the currencies on extra information menu.</td>\n</tr>\n<tr>\n<td>orders.*.total_price</td>\n<td>1900</td>\n<td>Numeric</td>\n<td>Required</td>\n<td>Total price of the order.</td>\n</tr>\n<tr>\n<td>orders.*.skus</td>\n<td>[  <br />{  <br />'code': 'CODE1', 'quantity':1, 'price':1, 'discounted_price':1  <br />},  <br />]</td>\n<td>Array</td>\n<td>Required</td>\n<td>Array of SKUs for the order.</td>\n</tr>\n<tr>\n<td>orders.*.skus.*.code</td>\n<td>858936006838</td>\n<td>String</td>\n<td>Required</td>\n<td>SKU code. Please, check the skus on extra information menu.</td>\n</tr>\n<tr>\n<td>orders.*.skus.*.quantity</td>\n<td>1</td>\n<td>Numeric</td>\n<td>Required  <br />Greater than 0</td>\n<td>Quantity of the SKU.</td>\n</tr>\n<tr>\n<td>orders.*.skus.*.price</td>\n<td>1</td>\n<td>Numeric</td>\n<td>Optional</td>\n<td>Price of the SKU.</td>\n</tr>\n<tr>\n<td>orders.*.skus.*.discounted_price</td>\n<td>1</td>\n<td>Numeric</td>\n<td>Optional</td>\n<td>Discounted price of the SKU.</td>\n</tr>\n<tr>\n<td>orders.*.consignee</td>\n<td></td>\n<td>Array</td>\n<td>Required</td>\n<td>Consignee information.</td>\n</tr>\n<tr>\n<td>orders.*.consignee.name</td>\n<td>John</td>\n<td>String</td>\n<td>Required  <br />Max:191</td>\n<td>Consignee name.</td>\n</tr>\n<tr>\n<td>orders.*.consignee.phone</td>\n<td>123456789</td>\n<td>Numeric</td>\n<td>Required</td>\n<td>Consignee phone number.</td>\n</tr>\n<tr>\n<td>orders.*.consignee.mobile</td>\n<td>123456789</td>\n<td>Numeric</td>\n<td>Optional</td>\n<td>Consignee mobile number.</td>\n</tr>\n<tr>\n<td>orders.*.consignee.email</td>\n<td><a href=\"https://\">example@email.com</a></td>\n<td>String</td>\n<td>Required  <br />Email format</td>\n<td>Consignee email address.</td>\n</tr>\n<tr>\n<td>orders.*.shipping_address</td>\n<td></td>\n<td>Object</td>\n<td>Required</td>\n<td>Shipping address information.</td>\n</tr>\n<tr>\n<td>orders.*.shipping_address.country</td>\n<td>USA</td>\n<td>String</td>\n<td>Required  <br />Min:2, Max:3</td>\n<td>ISO2 or ISO3 name for the shipping country. Possible values: USA, ALB. Please, check the countries on extra information menu.</td>\n</tr>\n<tr>\n<td>orders.*.shipping_address.state</td>\n<td>Aseer</td>\n<td>String</td>\n<td>Required  <br />Max:30</td>\n<td>Shipping state. Possible values: Al Khobar, Aseer. Please, check the states on extra information menu.</td>\n</tr>\n<tr>\n<td>shipping_address.city</td>\n<td>Al Khobar</td>\n<td>String</td>\n<td>Required  <br />Max:30</td>\n<td>Shipping city. Possible values: Mahayel, Al Khobar. Please, check the cities on extra information menu.</td>\n</tr>\n<tr>\n<td>shipping_address.area</td>\n<td>Muscat</td>\n<td>String</td>\n<td>Optional  <br />Max:50</td>\n<td>Shipping area.  <br />Possible values: Muscat. Please, check the areas on extra information menu.</td>\n</tr>\n<tr>\n<td>shipping_address.address_1</td>\n<td>Address 1</td>\n<td>String</td>\n<td>Required  <br />Max:255</td>\n<td>Shipping address line 1.</td>\n</tr>\n<tr>\n<td>shipping_address.address_2</td>\n<td>Address</td>\n<td>String</td>\n<td>Optional  <br />Max:255</td>\n<td>Shipping address line 2.</td>\n</tr>\n<tr>\n<td>shipping_address.postal_code</td>\n<td>3215</td>\n<td>String</td>\n<td>Optional</td>\n<td>Postal code.</td>\n</tr>\n<tr>\n<td>parcel</td>\n<td>\"parcel\": {  <br />\"total_weight\": 0.2,  <br />\"total_volume\": 0.2,  <br />\"box_number\": 1  <br />}</td>\n<td>Object</td>\n<td>Optional</td>\n<td>Parcel</td>\n</tr>\n<tr>\n<td>parcel.total_weight</td>\n<td>0.2</td>\n<td>Numeric</td>\n<td>optional</td>\n<td>Total weight of the parcel</td>\n</tr>\n<tr>\n<td>parcel.total_volume</td>\n<td>0.2</td>\n<td>Numeric</td>\n<td>optional</td>\n<td>Total volume of the parcel</td>\n</tr>\n<tr>\n<td>parcel.box_number</td>\n<td>1</td>\n<td>Numeric</td>\n<td>optional</td>\n<td>Box number</td>\n</tr>\n<tr>\n<td>order_type</td>\n<td>OUTXS</td>\n<td>String</td>\n<td>optional</td>\n<td>Order type</td>\n</tr>\n<tr>\n<td>delivery_duty_type</td>\n<td>DDU</td>\n<td>String</td>\n<td></td>\n<td>Delivery duty type</td>\n</tr>\n<tr>\n<td>shipping_method</td>\n<td>SDD</td>\n<td>String</td>\n<td>optional</td>\n<td>Shipping method</td>\n</tr>\n<tr>\n<td>debug</td>\n<td>true</td>\n<td>Boolean</td>\n<td>optional</td>\n<td>Debug</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>success</td>\n<td>Boolean</td>\n<td>Status of the request. Possible values: true, false.</td>\n</tr>\n<tr>\n<td>code</td>\n<td>Numeric</td>\n<td>Response code. Possible values: 422, 400.</td>\n</tr>\n<tr>\n<td>total_count</td>\n<td>String</td>\n<td>Response message.</td>\n</tr>\n<tr>\n<td>successful_count</td>\n<td>Numeric</td>\n<td>Created order count</td>\n</tr>\n<tr>\n<td>failed_count</td>\n<td>Numeric</td>\n<td>Failed to create order count</td>\n</tr>\n<tr>\n<td>successful</td>\n<td>array</td>\n<td>Success message list</td>\n</tr>\n<tr>\n<td>successful.*.$client_reference</td>\n<td>String</td>\n<td>Success message</td>\n</tr>\n<tr>\n<td>failed</td>\n<td>Array</td>\n<td>Failed message list</td>\n</tr>\n<tr>\n<td>failed.*.$client_reference</td>\n<td>String</td>\n<td>Failed message</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["orders","bulk","update"],"host":["BASE_URL"],"query":[],"variable":[]}},"response":[],"_postman_id":"0553ceb0-d734-46c0-9776-c09e11295614"},{"name":"Cancel","id":"1a940586-cdba-4bbd-934f-e75fc68a5f23","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    \"client_reference\": \"CLIENTREF1\",\n    \"reason\": \"This order is cancelled beacuse of..\"\n}","options":{"raw":{"language":"json"}}},"url":"{{Test}}/orders/cancel","description":"<p>Cancelling order</p>\n<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>orders.*.client_reference</td>\n<td>IQF00001</td>\n<td>String</td>\n<td>Required</td>\n<td>Client reference for order.</td>\n</tr>\n<tr>\n<td>orders.*.reason</td>\n<td>This order is cancelled beacuse of</td>\n<td>String</td>\n<td>Optional</td>\n<td>The reason for the order to be cancelled</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>success</td>\n<td>Boolean</td>\n<td>Status of the request. Possible values: true, false.</td>\n</tr>\n<tr>\n<td>code</td>\n<td>Numeric</td>\n<td>Response code. Possible values: 422, 400.</td>\n</tr>\n<tr>\n<td>message</td>\n<td>String</td>\n<td>Response message.</td>\n</tr>\n<tr>\n<td>client_reference</td>\n<td>String</td>\n<td>Client reference for the order. Only visible if request is successfull.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["orders","cancel"],"host":["{{Test}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1a940586-cdba-4bbd-934f-e75fc68a5f23"},{"name":"Bulk Cancel","id":"f57e6e01-f5a3-4dc3-a318-44b1209ed526","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    \"orders\": [\n        {\n            \"client_reference\": \"CLIENTREF1\",\n            \"reason\": \"This order is cancelled beacuse of..\"\n        }\n    ]\n}\n","options":{"raw":{"language":"json"}}},"url":"{{Test}}/orders/cancel","description":"<p>Bulk Cancelling order</p>\n<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>client_reference</td>\n<td>IQF00001</td>\n<td>String</td>\n<td>Required</td>\n<td>Client reference for order.</td>\n</tr>\n<tr>\n<td>reason</td>\n<td>This order is cancelled beacuse of</td>\n<td>String</td>\n<td>Optional</td>\n<td>The reason for the order to be cancelled</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>success</td>\n<td>Boolean</td>\n<td>Status of the request. Possible values: true, false.</td>\n</tr>\n<tr>\n<td>code</td>\n<td>Numeric</td>\n<td>Response code. Possible values: 422, 400.</td>\n</tr>\n<tr>\n<td>total_count</td>\n<td>String</td>\n<td>Response message.</td>\n</tr>\n<tr>\n<td>successful_count</td>\n<td>Numeric</td>\n<td>Created order count</td>\n</tr>\n<tr>\n<td>failed_count</td>\n<td>Numeric</td>\n<td>Failed to create order count</td>\n</tr>\n<tr>\n<td>successful</td>\n<td>array</td>\n<td>Success message list</td>\n</tr>\n<tr>\n<td>successful.*.$client_reference</td>\n<td>String</td>\n<td>Success message</td>\n</tr>\n<tr>\n<td>failed</td>\n<td>Array</td>\n<td>Failed message list</td>\n</tr>\n<tr>\n<td>failed.*.$client_reference</td>\n<td>String</td>\n<td>Failed message</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["orders","cancel"],"host":["{{Test}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f57e6e01-f5a3-4dc3-a318-44b1209ed526"}],"id":"6e7abde7-b613-4544-adf9-ded376226a52","_postman_id":"6e7abde7-b613-4544-adf9-ded376226a52","description":""},{"name":"Inventory","item":[{"name":"Inventory","id":"edc5b96e-93e0-4041-a2ff-bdd432e2bf2e","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\": 20\n}"},"url":"BASE_URL/api/v3/inventory","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>page</td>\n<td>1</td>\n<td>integer</td>\n<td>Optional</td>\n<td>Page number of pagination. Default value: 1</td>\n</tr>\n<tr>\n<td>per_page</td>\n<td>50</td>\n<td>integer</td>\n<td>Optional</td>\n<td>Items number on per page. Default value: 50</td>\n</tr>\n<tr>\n<td>warehouses</td>\n<td>[ \"WarehouseSystemCode01\",  <br />\"WarehouseSystemCode02\" ]</td>\n<td>array</td>\n<td>Optional</td>\n<td>Warehouse system codes to filter data.</td>\n</tr>\n<tr>\n<td>qty_from</td>\n<td>10</td>\n<td>integer</td>\n<td>Optional</td>\n<td>Available quantity lowest value to filter data.</td>\n</tr>\n<tr>\n<td>qty_to</td>\n<td>100</td>\n<td>integer</td>\n<td>Optional</td>\n<td>Available quantity higest value to filter data.</td>\n</tr>\n<tr>\n<td>skus</td>\n<td>[\"SKUSystemCode01\",  <br />\"SKUSystemCode02\"]</td>\n<td>array</td>\n<td>Optional</td>\n<td>SKU system codes to filter data.</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>success</td>\n<td>boolean</td>\n<td>Status of request.</td>\n</tr>\n<tr>\n<td>pagination</td>\n<td>object</td>\n<td>Pagination data.</td>\n</tr>\n<tr>\n<td>pagination.per_page</td>\n<td>integer</td>\n<td>The number of items to be shown per page. Default 50</td>\n</tr>\n<tr>\n<td>pagination.current_page</td>\n<td>integer</td>\n<td>The current page number. Default 1</td>\n</tr>\n<tr>\n<td>pagination.last_page</td>\n<td>integer</td>\n<td>The last page number.</td>\n</tr>\n<tr>\n<td>pagination.total</td>\n<td>integer</td>\n<td>The total number of rows.</td>\n</tr>\n<tr>\n<td>applied_filters</td>\n<td>array</td>\n<td>The array of applied filters.</td>\n</tr>\n<tr>\n<td>applied_filters.warehouses</td>\n<td>array</td>\n<td>Warehouses which are applied in the filter.</td>\n</tr>\n<tr>\n<td>applied_filters.qty_from</td>\n<td>integer</td>\n<td>Available quantity lowest value which is applied in the filter.</td>\n</tr>\n<tr>\n<td>applied_filters.qty_to</td>\n<td>integer</td>\n<td>Available quantity higest value which is applied in the filter.</td>\n</tr>\n<tr>\n<td>applied_filters.skus</td>\n<td>array</td>\n<td>SKUs which are applied in the filter.</td>\n</tr>\n<tr>\n<td>data</td>\n<td>array</td>\n<td>List of data.</td>\n</tr>\n<tr>\n<td>data.*.id</td>\n<td>integer</td>\n<td>Unique ID number of Inventory</td>\n</tr>\n<tr>\n<td>data.*.sku</td>\n<td>integer</td>\n<td>SKU number of the inventory</td>\n</tr>\n<tr>\n<td>data.*.alter_sku</td>\n<td>integer</td>\n<td>Alternative SKU name of the inventory</td>\n</tr>\n<tr>\n<td>data.*.warehouse</td>\n<td>integer</td>\n<td>Warehouse system code of the inventory</td>\n</tr>\n<tr>\n<td>data.*.on_hand_qty</td>\n<td>integer</td>\n<td>On hand quantity of the inventory</td>\n</tr>\n<tr>\n<td>data.*.available_qty</td>\n<td>integer</td>\n<td>Available quantity of the inventory</td>\n</tr>\n<tr>\n<td>data.*.reserved_qty</td>\n<td>integer</td>\n<td>Reserved quantity of the inventory</td>\n</tr>\n<tr>\n<td>data.*.demanded_qty</td>\n<td>integer</td>\n<td>Demanded quantity of the inventory</td>\n</tr>\n<tr>\n<td>data.*.damaged_qty</td>\n<td>integer</td>\n<td>Damaged quantity of the inventory</td>\n</tr>\n<tr>\n<td>data.*.missing_qty</td>\n<td>integer</td>\n<td>Missing quantity of the inventory</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v3","inventory"],"host":["BASE_URL"],"query":[],"variable":[]}},"response":[{"id":"466df840-e799-4a42-81de-3c41a1e79f47","name":"Inventory","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"{token}","type":"text"},{"key":"Accept-Language","value":"en","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"page\": 1,\n    \"per_page\": 20\n}"},"url":"BASE_URL/api/v3/inventory"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Wed, 18 Feb 2026 04:23: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":"598"},{"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\": 20,\n        \"current_page\": 1,\n        \"last_page\": 1,\n        \"total\": 2\n    },\n    \"applied_filters\": [],\n    \"data\": [\n        {\n            \"sku\": \"YYYYY4\",\n            \"alter_sku\": \"YY1\",\n            \"warehouse\": \"IQFINTEGRATION\",\n            \"qty\": 0\n        },\n        {\n            \"sku\": \"ITC3\",\n            \"alter_sku\": null,\n            \"warehouse\": \"IQFINTEGRATION\",\n            \"qty\": 0\n        }\n    ]\n}"}],"_postman_id":"edc5b96e-93e0-4041-a2ff-bdd432e2bf2e"},{"name":"Inventory balance","id":"4969ddc7-6c3f-48f9-a3f1-5a666b55da32","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\": 20,\n    \"sku_types\": [\"Regular\"]\n}"},"url":"BASE_URL/api/v3/inventory/balance","urlObject":{"path":["api","v3","inventory","balance"],"host":["BASE_URL"],"query":[],"variable":[]}},"response":[{"id":"1045306f-f03c-4d94-9525-0f5c80caa64b","name":"Inventory balance","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"{token}","type":"text"},{"key":"Accept-Language","value":"en","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"page\": 1,\n    \"per_page\": 20,\n    \"sku_types\": [\"Regular\"]\n}"},"url":"BASE_URL/api/v3/inventory/balance"},"status":"OK","code":200,"_postman_previewlanguage":"","header":[{"key":"Date","value":"Wed, 18 Feb 2026 04:24:59 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":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"pagination\": {\n        \"per_page\": 20,\n        \"current_page\": 1,\n        \"last_page\": 1,\n        \"total\": 2\n    },\n    \"applied_filters\": {\n        \"sku_types\": [\n            \"Regular\"\n        ]\n    },\n    \"data\": [\n        {\n            \"sku\": \"YYYYY4\",\n            \"alter_sku\": \"YY1\",\n            \"warehouse\": \"IQFINTEGRATION\",\n            \"on_hand_qty\": 0,\n            \"available_qty\": -1,\n            \"allocated_qty\": 0,\n            \"demanded_qty\": 1,\n            \"reserve_qty\": 0,\n            \"damage_qty\": 0,\n            \"missing_qty\": 0\n        },\n        {\n            \"sku\": \"ITC3\",\n            \"alter_sku\": null,\n            \"warehouse\": \"IQFINTEGRATION\",\n            \"on_hand_qty\": 0,\n            \"available_qty\": -1,\n            \"allocated_qty\": 0,\n            \"demanded_qty\": 1,\n            \"reserve_qty\": 0,\n            \"damage_qty\": 0,\n            \"missing_qty\": 0\n        }\n    ]\n}"}],"_postman_id":"4969ddc7-6c3f-48f9-a3f1-5a666b55da32"}],"id":"1fdc809e-511b-4751-a45e-58edd444c025","_postman_id":"1fdc809e-511b-4751-a45e-58edd444c025","description":""},{"name":"Returns","item":[{"name":"Create","id":"ccd8f54e-8265-4471-86f8-fde575d277d1","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    \"source_of_order\": \"External\", \n    \"client_reference\": \"Return101\", \n    \"return_type\": \"Reverse Pick\",\n    \"destination_warehouse\": \"IQWH01\",\n    \"original_client_reference\": \"test00240620\",\n    \"original_order_number\": \"test00240620\",\n    \"original_awb\": \"test00240620\",\n    \"currency\": \"AED\",\n    \"amount\": 100,\n    \"carrier\": null,\n    \"comment\": \"Test Comment.\",\n    \"expected_collection_date\": \"2026-07-03\",\n    \"parcel\": {\n        \"number_of_boxes\": 1,\n        \"total_weight\": 1,\n        \"length\": 1,\n        \"width\": 1,\n        \"height\": 1\n    },\n    \"skus\": [\n        {\n            \"line_no\": 1,\n            \"code\": \"ITC3\",\n            \"quantity\": 2,\n            \"serials\": [\n                \"1234\",\n                \"4567\"\n            ]\n        }\n    ],\n    \"collection_address_type\": \"Custom Address\", \n    \"collection_address\": {\n        \"name\": \"My address\",\n        \"phone\": \"12345678\",\n        \"country\": \"UAE\",\n        \"state\": \"Dubai\",\n        \"city\": \"Dubai\",\n        \"area\": \"\",\n        \"postal_code\": \"\",\n        \"address\": \"WAREHOUSE NO. 5, PLOT NO. 5981298111\",\n        \"address_2\": \"WAREHOUSE NO. 5, PLOT NO. 5981298111\"\n    },\n    \"destination_address_type\": \"Warehouse\", \n    \"destination_address\": {\n        \"name\": \"My address\",\n        \"phone\": \"12345678\",\n        \"country\": \"UAE\",\n        \"state\": \"Dubai\",\n        \"city\": \"Dubai\",\n        \"area\": \"\",\n        \"postal_code\": \"\",\n        \"address\": \"WAREHOUSE NO. 5, PLOT NO. 5981298111\",\n        \"address_2\": \"WAREHOUSE NO. 5, PLOT NO. 5981298111\"\n    }\n}"},"url":"BASE_URL/api/v3/returns/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>source_of_order</td>\n<td>External or IQ Fulfillment</td>\n<td>String</td>\n<td>Required  <br />Unique  <br />Without Spaces  <br />Max: 20</td>\n<td>Client reference for order.</td>\n</tr>\n<tr>\n<td>client_reference</td>\n<td>RVP0001</td>\n<td>String</td>\n<td>Required  <br />Unique  <br />Without Spaces  <br />Max: 20</td>\n<td>Client reference for returns and if source_of_order is External, it is mandatory.</td>\n</tr>\n<tr>\n<td>return_type</td>\n<td>Reverse Pick, Return To Origin</td>\n<td>String</td>\n<td>Required</td>\n<td>Return types for returns</td>\n</tr>\n<tr>\n<td>destination_warehouse</td>\n<td>IQWH01</td>\n<td>String</td>\n<td>Required</td>\n<td>Return warehouse to receive.</td>\n</tr>\n<tr>\n<td>original_client_reference</td>\n<td>CUS00001</td>\n<td>String</td>\n<td>Optional  <br />Required if return type is IQ Fulfillment</td>\n<td>Related order reference.</td>\n</tr>\n<tr>\n<td>original_order_number</td>\n<td>IQF000023456</td>\n<td>String</td>\n<td>Optional  <br />Required if return type is IQ Fulfillment</td>\n<td>Related order's order number.</td>\n</tr>\n<tr>\n<td>original_awb</td>\n<td>CAR0012345</td>\n<td>String</td>\n<td>Optional  <br />Required if return type is IQ Fulfillment</td>\n<td>Related order's AWB number.</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>AED</td>\n<td>String</td>\n<td>Optional</td>\n<td>Currency code of return order.</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>100</td>\n<td>Numeric</td>\n<td>Optional</td>\n<td>Value of amount to collect.</td>\n</tr>\n<tr>\n<td>carrier</td>\n<td>DHL</td>\n<td>String</td>\n<td>Optional  <br />Required if return type is External</td>\n<td>Carrier code for tracking.</td>\n</tr>\n<tr>\n<td>expected_collection_date</td>\n<td>\"2024-07-01\"</td>\n<td>String</td>\n<td>Optional</td>\n<td>Expected collection date for return.</td>\n</tr>\n<tr>\n<td>skus</td>\n<td>[  <br />{  <br />'line_no':1,  <br />'code': 'CODE1', 'quantity':1, 'serials':[  <br />\"123\"4, \"2345\"  <br />]  <br />},  <br />]</td>\n<td>Array</td>\n<td>Required</td>\n<td>Array of SKUs for the return.</td>\n</tr>\n<tr>\n<td>skus.*.code</td>\n<td>858936006838</td>\n<td>String</td>\n<td>Required</td>\n<td>SKU code. Please, check the skus on extra information menu.</td>\n</tr>\n<tr>\n<td>skus.*.quantity</td>\n<td>1</td>\n<td>Numeric</td>\n<td>Required  <br />Greater than 0</td>\n<td>Quantity of the SKU.</td>\n</tr>\n<tr>\n<td>skus.*.line_no</td>\n<td>1</td>\n<td>Numeric</td>\n<td>Optional</td>\n<td>Lile no of the SKU.</td>\n</tr>\n<tr>\n<td>skus.*.serials</td>\n<td>[  <br />\"123\"4, \"2345\"  <br />]</td>\n<td>Array</td>\n<td>Optional</td>\n<td>Serials numbers of the SKU.</td>\n</tr>\n<tr>\n<td>parcel</td>\n<td>{  <br />\"number_of_boxes\": 1,  <br />\"total_weight\": 1,  <br />\"length\": 1,  <br />\"width\": 1,  <br />\"height\": 1  <br />}</td>\n<td>Array</td>\n<td>Required</td>\n<td>Parcel information for the return.</td>\n</tr>\n<tr>\n<td>parcel.number_of_boxes</td>\n<td>1</td>\n<td>Numeric</td>\n<td>Required</td>\n<td>Number of boxes.</td>\n</tr>\n<tr>\n<td>parcel.total_weight</td>\n<td>1</td>\n<td>Numeric</td>\n<td>Optional</td>\n<td>Total weight of the return order.</td>\n</tr>\n<tr>\n<td>parcel.length</td>\n<td>1</td>\n<td>Numeric</td>\n<td>Optional</td>\n<td>Total length of the return order boxes.</td>\n</tr>\n<tr>\n<td>parcel.width</td>\n<td>1</td>\n<td>Numeric</td>\n<td>Optional</td>\n<td>Total width of the return order boxes.</td>\n</tr>\n<tr>\n<td>parcel.height</td>\n<td>1</td>\n<td>Numeric</td>\n<td>Optional</td>\n<td>Total height of the return order boxes.</td>\n</tr>\n<tr>\n<td>collection_address_type</td>\n<td>End customer or Custom Address</td>\n<td>String</td>\n<td>Required</td>\n<td>Address type for collection.  <br />End customer: only for IQF order related returns. we will consider the address of related orders shipping address.  <br />Custom Address: if you want to configure new address.</td>\n</tr>\n<tr>\n<td>collection_address</td>\n<td></td>\n<td>Array</td>\n<td>Required if collection_address_type is Custom Address</td>\n<td>Collection address details.</td>\n</tr>\n<tr>\n<td>collection_address.country</td>\n<td>USA</td>\n<td>String</td>\n<td>Required  <br />Min:2, Max:3</td>\n<td>ISO2 or ISO3 name for the shipping country. Possible values: USA, ALB. Please, check the countries on extra information menu.</td>\n</tr>\n<tr>\n<td>collection_address.state</td>\n<td>Aseer</td>\n<td>String</td>\n<td>Required  <br />Max:30</td>\n<td>Shipping state. Possible values: Al Khobar, Aseer. Please, check the states on extra information menu.</td>\n</tr>\n<tr>\n<td>collection_address.city</td>\n<td>Al Khobar</td>\n<td>String</td>\n<td>Required  <br />Max:30</td>\n<td>Shipping city. Possible values: Mahayel, Al Khobar. Please, check the cities on extra information menu.</td>\n</tr>\n<tr>\n<td>collection_address.area</td>\n<td>Muscat</td>\n<td>String</td>\n<td>Optional  <br />Max:50</td>\n<td>Shipping area.  <br />Possible values: Muscat. Please, check the areas on extra information menu.</td>\n</tr>\n<tr>\n<td>collection_address.address_1</td>\n<td>Address 1</td>\n<td>String</td>\n<td>Required  <br />Max:255</td>\n<td>Shipping address line 1.</td>\n</tr>\n<tr>\n<td>collection_address.address_2</td>\n<td>Address</td>\n<td>String</td>\n<td>Optional  <br />Max:255</td>\n<td>Shipping address line 2.</td>\n</tr>\n<tr>\n<td>collection_address.postal_code</td>\n<td>3215</td>\n<td>String</td>\n<td>Optional</td>\n<td>Postal code.</td>\n</tr>\n<tr>\n<td>destination_address_type</td>\n<td>Warehouse or Custom Address</td>\n<td>String</td>\n<td>Required</td>\n<td>Address type for receiving.  <br />Warehouse: we will consider the address of destination warehouse.  <br />Custom Address: if you want to configure new address.</td>\n</tr>\n<tr>\n<td>destination_address</td>\n<td></td>\n<td>Array</td>\n<td>Required if collection_address_type is Custom Address</td>\n<td>Destination address details.</td>\n</tr>\n<tr>\n<td>destination_address.country</td>\n<td>USA</td>\n<td>String</td>\n<td>Required  <br />Min:2, Max:3</td>\n<td>ISO2 or ISO3 name for the shipping country. Possible values: USA, ALB. Please, check the countries on extra information menu.</td>\n</tr>\n<tr>\n<td>destination_address.state</td>\n<td>Aseer</td>\n<td>String</td>\n<td>Required  <br />Max:30</td>\n<td>Shipping state. Possible values: Al Khobar, Aseer. Please, check the states on extra information menu.</td>\n</tr>\n<tr>\n<td>destination_address.city</td>\n<td>Al Khobar</td>\n<td>String</td>\n<td>Required  <br />Max:30</td>\n<td>Shipping city. Possible values: Mahayel, Al Khobar. Please, check the cities on extra information menu.</td>\n</tr>\n<tr>\n<td>destination_address.area</td>\n<td>Muscat</td>\n<td>String</td>\n<td>Optional  <br />Max:50</td>\n<td>Shipping area.  <br />Possible values: Muscat. Please, check the areas on extra information menu.</td>\n</tr>\n<tr>\n<td>destination_address.address_1</td>\n<td>Address 1</td>\n<td>String</td>\n<td>Required  <br />Max:255</td>\n<td>Shipping address line 1.</td>\n</tr>\n<tr>\n<td>destination_address.address_2</td>\n<td>Address</td>\n<td>String</td>\n<td>Optional  <br />Max:255</td>\n<td>Shipping address line 2.</td>\n</tr>\n<tr>\n<td>destination_address.postal_code</td>\n<td>3215</td>\n<td>String</td>\n<td>Optional</td>\n<td>Postal 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>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>success</td>\n<td>Boolean</td>\n<td>Status of request.</td>\n</tr>\n<tr>\n<td>pagination</td>\n<td>Object</td>\n<td>Pagination data.</td>\n</tr>\n<tr>\n<td>pagination.per_page</td>\n<td>integer</td>\n<td>The number of items to be shown per page. Default 50</td>\n</tr>\n<tr>\n<td>pagination.current_page</td>\n<td>integer</td>\n<td>The current page number. Default 1</td>\n</tr>\n<tr>\n<td>pagination.last_page</td>\n<td>integer</td>\n<td>The last page number.</td>\n</tr>\n<tr>\n<td>pagination.total</td>\n<td>integer</td>\n<td>The total number of rows.</td>\n</tr>\n<tr>\n<td>applied_filters</td>\n<td>Array</td>\n<td>The array of applied filters.</td>\n</tr>\n<tr>\n<td>applied_filters.carriers</td>\n<td>Array</td>\n<td>The carriers which are applied in the filter.</td>\n</tr>\n<tr>\n<td>applied_filters.awb</td>\n<td>Array</td>\n<td>The awb which are applied in the filter.</td>\n</tr>\n<tr>\n<td>applied_filters.status</td>\n<td>Array</td>\n<td>The status which are applied in the filter.</td>\n</tr>\n<tr>\n<td>applied_filters.return_types</td>\n<td>Array</td>\n<td>The return types which are applied in the filter.</td>\n</tr>\n<tr>\n<td>applied_filters.warehouses</td>\n<td>Array</td>\n<td>The warehouses which are applied in the filter.</td>\n</tr>\n<tr>\n<td>applied_filters.skus</td>\n<td>Array</td>\n<td>The skus which are applied in the filter.</td>\n</tr>\n<tr>\n<td>applied_filters.return_creation_date_range</td>\n<td>Array</td>\n<td>The order creation date range which is applied in the filter.</td>\n</tr>\n<tr>\n<td>data.*.id</td>\n<td>Numeric</td>\n<td>The unique ID of the order.</td>\n</tr>\n<tr>\n<td>data.*.source_of_order</td>\n<td>String</td>\n<td>The source of order for the return.</td>\n</tr>\n<tr>\n<td>data.*.return_type</td>\n<td>String</td>\n<td>The type of the return.</td>\n</tr>\n<tr>\n<td>data.*.client_reference</td>\n<td>String</td>\n<td>The client reference for the return.</td>\n</tr>\n<tr>\n<td>data.*.warehouse</td>\n<td>String</td>\n<td>The warehouse system code for the return order.</td>\n</tr>\n<tr>\n<td>data.*.delivery_no</td>\n<td>String</td>\n<td>The Airway Bill number for delivery, if available.</td>\n</tr>\n<tr>\n<td>data.*.original_order_no</td>\n<td>String</td>\n<td>The original order number, if available.</td>\n</tr>\n<tr>\n<td>data.*.original_client_reference</td>\n<td>String</td>\n<td>The original order's client reference number.</td>\n</tr>\n<tr>\n<td>data.*.original_awb</td>\n<td>String</td>\n<td>The original return's AWB number.</td>\n</tr>\n<tr>\n<td>data.*.order_id</td>\n<td>Numeric</td>\n<td>The original orders's ID number if the return is a IQF order return.</td>\n</tr>\n<tr>\n<td>data.*.comment</td>\n<td>String</td>\n<td>Additional comments about the return order.</td>\n</tr>\n<tr>\n<td>data.*.amount</td>\n<td>decimal</td>\n<td>The price of the return order.</td>\n</tr>\n<tr>\n<td>data.*.currency</td>\n<td>String</td>\n<td>The currency of the amount.</td>\n</tr>\n<tr>\n<td>data.*.expected_collection_date</td>\n<td>String</td>\n<td>The timestamp when the return order was expected to collect.</td>\n</tr>\n<tr>\n<td>data.*.parcel.total_weight</td>\n<td>Numeric</td>\n<td>Total weight of the parcel.</td>\n</tr>\n<tr>\n<td>data.*.parcel.total_volume</td>\n<td>Numeric</td>\n<td>Total volume of the parcel.</td>\n</tr>\n<tr>\n<td>data.*.parcel.number_of_boxes</td>\n<td>Numeric</td>\n<td>Number of boxes in the parcel.</td>\n</tr>\n<tr>\n<td>data.*.last_status</td>\n<td>String</td>\n<td>The label of the current order status.</td>\n</tr>\n<tr>\n<td>data.*.last_status_time</td>\n<td>String</td>\n<td>The timestamp of the current current order status.</td>\n</tr>\n<tr>\n<td>data.*.last_status_details</td>\n<td>String</td>\n<td>Comment about the current return order status.</td>\n</tr>\n<tr>\n<td>data.*.shipping_label_url</td>\n<td>String</td>\n<td>The shipping label url of the return order if available.</td>\n</tr>\n<tr>\n<td>data.*.skus</td>\n<td>Array</td>\n<td>An array of SKUs included in the return order.</td>\n</tr>\n<tr>\n<td>data.*.skus.*.alternate_sku_name</td>\n<td>String</td>\n<td>Alternate name for the SKU.</td>\n</tr>\n<tr>\n<td>data.*.skus.*.quantity</td>\n<td>Numeric</td>\n<td>The quantity of the SKU in the order.</td>\n</tr>\n<tr>\n<td>data.*.collection_address_type</td>\n<td>String</td>\n<td>The collection address type of return order.</td>\n</tr>\n<tr>\n<td>data.*.collection_address</td>\n<td>String</td>\n<td>The collection address type of return order.</td>\n</tr>\n<tr>\n<td>data.*.collection_address.*.company</td>\n<td>String</td>\n<td>The company name of collection address if available.</td>\n</tr>\n<tr>\n<td>data.*.collection_address.*.name</td>\n<td>String</td>\n<td>The name of the contact person.</td>\n</tr>\n<tr>\n<td>data.*.collection_address.*.surname</td>\n<td>String</td>\n<td>The surname of the contact person if available.</td>\n</tr>\n<tr>\n<td>data.*.collection_address.*.phone</td>\n<td>String</td>\n<td>The phone of the contact person.</td>\n</tr>\n<tr>\n<td>data.*.collection_address.*.country</td>\n<td>String</td>\n<td>The country of the return collection address.</td>\n</tr>\n<tr>\n<td>data.*.collection_address.*.state</td>\n<td>String</td>\n<td>The state of the return collection address.</td>\n</tr>\n<tr>\n<td>data.*.collection_address.*.city</td>\n<td>String</td>\n<td>The city of the return collection address.</td>\n</tr>\n<tr>\n<td>data.*.collection_address.*.area</td>\n<td>String</td>\n<td>The area of the return collection address if available.</td>\n</tr>\n<tr>\n<td>data.*.collection_address.*.address</td>\n<td>String</td>\n<td>The address of the return collection address.</td>\n</tr>\n<tr>\n<td>data.*.collection_address.*.address_2</td>\n<td>String</td>\n<td>The address line 2 of the return collection address if available.</td>\n</tr>\n<tr>\n<td>data.*.collection_address.*.postal_code</td>\n<td>String</td>\n<td>The postal_code of the return collection address if available.</td>\n</tr>\n<tr>\n<td>data.*.destination_address_type</td>\n<td>String</td>\n<td>The destination address type of return order.</td>\n</tr>\n<tr>\n<td>data.*.destination_address.*.company</td>\n<td>String</td>\n<td>The company name of destination address if available.</td>\n</tr>\n<tr>\n<td>data.*.destination_address.*.name</td>\n<td>String</td>\n<td>The name of the contact person.</td>\n</tr>\n<tr>\n<td>data.*.destination_address.*.surname</td>\n<td>String</td>\n<td>The surname of the contact person if available.</td>\n</tr>\n<tr>\n<td>data.*.destination_address.*.phone</td>\n<td>String</td>\n<td>The phone of the contact person.</td>\n</tr>\n<tr>\n<td>data.*.destination_address.*.country</td>\n<td>String</td>\n<td>The country of the return destination address.</td>\n</tr>\n<tr>\n<td>data.*.destination_address.*.state</td>\n<td>String</td>\n<td>The state of the return destination address.</td>\n</tr>\n<tr>\n<td>data.*.destination_address.*.city</td>\n<td>String</td>\n<td>The city of the return destination address.</td>\n</tr>\n<tr>\n<td>data.*.destination_address.*.area</td>\n<td>String</td>\n<td>The area of the return destination address if available.</td>\n</tr>\n<tr>\n<td>data.*.destination_address.*.address</td>\n<td>String</td>\n<td>The address of the return destination address.</td>\n</tr>\n<tr>\n<td>data.*.destination_address.*.address_2</td>\n<td>String</td>\n<td>The address line 2 of the return destination address if available.</td>\n</tr>\n<tr>\n<td>data.*.destination_address.*.postal_code</td>\n<td>String</td>\n<td>The postal_code of the return destination address if available.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v3","returns","create"],"host":["BASE_URL"],"query":[],"variable":[]}},"response":[{"id":"cac2f591-cc44-4c82-a72c-8bc62750c1b0","name":"Create","originalRequest":{"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    \"source_of_order\": \"External\", \n    \"client_reference\": \"Return101\", \n    \"return_type\": \"Reverse Pick\",\n    \"destination_warehouse\": \"IQWH01\",\n    \"original_client_reference\": \"test00240620\",\n    \"original_order_number\": \"test00240620\",\n    \"original_awb\": \"test00240620\",\n    \"currency\": \"AED\",\n    \"amount\": 100,\n    \"carrier\": null,\n    \"comment\": \"Test Comment.\",\n    \"expected_collection_date\": \"2026-07-03\",\n    \"parcel\": {\n        \"number_of_boxes\": 1,\n        \"total_weight\": 1,\n        \"length\": 1,\n        \"width\": 1,\n        \"height\": 1\n    },\n    \"skus\": [\n        {\n            \"line_no\": 1,\n            \"code\": \"ITC3\",\n            \"quantity\": 2,\n            \"serials\": [\n                \"1234\",\n                \"4567\"\n            ]\n        }\n    ],\n    \"collection_address_type\": \"Custom Address\", \n    \"collection_address\": {\n        \"name\": \"My address\",\n        \"phone\": \"12345678\",\n        \"country\": \"UAE\",\n        \"state\": \"Dubai\",\n        \"city\": \"Dubai\",\n        \"area\": \"\",\n        \"postal_code\": \"\",\n        \"address\": \"WAREHOUSE NO. 5, PLOT NO. 5981298111\",\n        \"address_2\": \"WAREHOUSE NO. 5, PLOT NO. 5981298111\"\n    },\n    \"destination_address_type\": \"Warehouse\", \n    \"destination_address\": {\n        \"name\": \"My address\",\n        \"phone\": \"12345678\",\n        \"country\": \"UAE\",\n        \"state\": \"Dubai\",\n        \"city\": \"Dubai\",\n        \"area\": \"\",\n        \"postal_code\": \"\",\n        \"address\": \"WAREHOUSE NO. 5, PLOT NO. 5981298111\",\n        \"address_2\": \"WAREHOUSE NO. 5, PLOT NO. 5981298111\"\n    }\n}"},"url":"BASE_URL/api/v3/returns/create"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Wed, 18 Feb 2026 04:34:01 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":"596"},{"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\": 670,\n        \"source_of_order\": \"External\",\n        \"client_reference\": \"Return101\",\n        \"warehouse\": \"IQWH01\",\n        \"return_type\": \"Reverse Pick\",\n        \"order_id\": null,\n        \"original_client_reference\": \"test00240620\",\n        \"original_order_number\": \"test00240620\",\n        \"original_awb\": \"test00240620\",\n        \"currency\": \"AED\",\n        \"carrier\": null,\n        \"system_order_number\": null,\n        \"delivery_no\": null,\n        \"comment\": \"Test Comment.\",\n        \"amount\": 100,\n        \"expected_collection_date\": \"2026-07-03 00:00:00\",\n        \"last_status\": \"Confirmed\",\n        \"last_status_time\": \"03-07-2026 00:00:00\",\n        \"last_status_details\": null,\n        \"shipping_label_url\": null,\n        \"skus\": [\n            {\n                \"code\": \"ITC3\",\n                \"alter_sku_name\": null,\n                \"quantity\": 2,\n                \"line_no\": 1\n            }\n        ],\n        \"parcel\": {\n            \"number_of_boxes\": 1,\n            \"total_weight\": \"1\",\n            \"length\": \"1\",\n            \"width\": \"1\",\n            \"height\": \"1\"\n        },\n        \"collection_address_type\": \"Custom Address\",\n        \"collection_address\": {\n            \"id\": 904,\n            \"company\": null,\n            \"name\": \"My address\",\n            \"surname\": null,\n            \"phone\": \"12345678\",\n            \"country\": \"UAE\",\n            \"state\": \"Dubai\",\n            \"city\": \"Dubai\",\n            \"area\": null,\n            \"address\": \"WAREHOUSE NO. 5, PLOT NO. 5981298111\",\n            \"address_2\": \"WAREHOUSE NO. 5, PLOT NO. 5981298111\",\n            \"postal_code\": null\n        },\n        \"destination_address_type\": \"Warehouse\",\n        \"destination_address\": {\n            \"id\": 223,\n            \"company\": \"IQ Fulfillment\",\n            \"name\": \"IQ Fulfillment\",\n            \"surname\": null,\n            \"phone\": \"97148105000\",\n            \"country\": \"UAE\",\n            \"state\": \"Dubai\",\n            \"city\": \"Dubai\",\n            \"area\": \"ABU HAIL\",\n            \"address\": \"Warehouse #5\",\n            \"address_2\": null,\n            \"postal_code\": null\n        }\n    }\n}"}],"_postman_id":"ccd8f54e-8265-4471-86f8-fde575d277d1"},{"name":"Get Returns","id":"606f739c-f977-455f-b9e5-9d152e778362","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    \"per_page\": 10,\n    \"page\": 1,\n    \"return_creation_date_range\": [\"2023-06-15\", \"2023-07-21\"]\n}"},"url":"BASE_URL/api/v3/returns","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>per_page</td>\n<td>10</td>\n<td>Numeric</td>\n<td>Optional</td>\n<td>The number of results per page. Defaults to 50. If include_status_history is set to true and per_page is greater than 20 then it will be set to 10.</td>\n</tr>\n<tr>\n<td>page</td>\n<td>1</td>\n<td>Numeric</td>\n<td>Required</td>\n<td>The page number.</td>\n</tr>\n<tr>\n<td>carriers</td>\n<td>[\"car1\",\"car2\"]</td>\n<td>Array</td>\n<td>Optional</td>\n<td>An array of carrier IDs. Only returns with the specified carrier IDs will be returned.</td>\n</tr>\n<tr>\n<td>awb</td>\n<td>[\"awb1\",\"awb2\"]</td>\n<td>Array</td>\n<td>Optional</td>\n<td>An array of AWB numbers. Only returns with the specified AWB numbers will be returned.</td>\n</tr>\n<tr>\n<td>status</td>\n<td>[\"Confirmed\",\"Pending\"]</td>\n<td>Array</td>\n<td>Optional</td>\n<td>An array of status labels. Only returns with the specified statuses will be returned.</td>\n</tr>\n<tr>\n<td>return_types</td>\n<td>[\"Reverse Pick\",\"Return To Origin\"]</td>\n<td>Array</td>\n<td>Optional</td>\n<td>An array of return types. Only returns with the specified return types will be returned.</td>\n</tr>\n<tr>\n<td>warehouses</td>\n<td>[\"WRH1\",\"WRH2\"]</td>\n<td>Array</td>\n<td>Optional</td>\n<td>An array of warehouse system codes. Only orders with the specified warehouse system codes will be returned.</td>\n</tr>\n<tr>\n<td>skus</td>\n<td>[\"SKU1\",\"SKU2\"]</td>\n<td>Array</td>\n<td>Optional</td>\n<td>An array of SKU codes. Only returns that contain the specified SKUs will be returned.</td>\n</tr>\n<tr>\n<td>return_creation_date_range</td>\n<td>[\"12-12-2023 12:12:12\",\"15-12-2023 12:12:12\"]</td>\n<td>Array</td>\n<td>Optional</td>\n<td>An array of two timestamps representing the start and end dates of the returns creation date range. Only returns that were created within the specified date range will be returned.</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>success</td>\n<td>Boolean</td>\n<td>Status of request.</td>\n</tr>\n<tr>\n<td>pagination</td>\n<td>Object</td>\n<td>Pagination data.</td>\n</tr>\n<tr>\n<td>pagination.per_page</td>\n<td>integer</td>\n<td>The number of items to be shown per page. Default 50</td>\n</tr>\n<tr>\n<td>pagination.current_page</td>\n<td>integer</td>\n<td>The current page number. Default 1</td>\n</tr>\n<tr>\n<td>pagination.last_page</td>\n<td>integer</td>\n<td>The last page number.</td>\n</tr>\n<tr>\n<td>pagination.total</td>\n<td>integer</td>\n<td>The total number of rows.</td>\n</tr>\n<tr>\n<td>applied_filters</td>\n<td>Array</td>\n<td>The array of applied filters.</td>\n</tr>\n<tr>\n<td>applied_filters.carriers</td>\n<td>Array</td>\n<td>The carriers which are applied in the filter.</td>\n</tr>\n<tr>\n<td>applied_filters.awb</td>\n<td>Array</td>\n<td>The awb which are applied in the filter.</td>\n</tr>\n<tr>\n<td>applied_filters.status</td>\n<td>Array</td>\n<td>The status which are applied in the filter.</td>\n</tr>\n<tr>\n<td>applied_filters.return_types</td>\n<td>Array</td>\n<td>The return types which are applied in the filter.</td>\n</tr>\n<tr>\n<td>applied_filters.warehouses</td>\n<td>Array</td>\n<td>The warehouses which are applied in the filter.</td>\n</tr>\n<tr>\n<td>applied_filters.skus</td>\n<td>Array</td>\n<td>The skus which are applied in the filter.</td>\n</tr>\n<tr>\n<td>applied_filters.return_creation_date_range</td>\n<td>Array</td>\n<td>The order creation date range which is applied in the filter.</td>\n</tr>\n<tr>\n<td>data.*.id</td>\n<td>Numeric</td>\n<td>The unique ID of the order.</td>\n</tr>\n<tr>\n<td>data.*.source_of_order</td>\n<td>String</td>\n<td>The source of order for the return.</td>\n</tr>\n<tr>\n<td>data.*.return_type</td>\n<td>String</td>\n<td>The type of the return.</td>\n</tr>\n<tr>\n<td>data.*.client_reference</td>\n<td>String</td>\n<td>The client reference for the return.</td>\n</tr>\n<tr>\n<td>data.*.warehouse</td>\n<td>String</td>\n<td>The warehouse system code for the return order.</td>\n</tr>\n<tr>\n<td>data.*.delivery_no</td>\n<td>String</td>\n<td>The Airway Bill number for delivery, if available.</td>\n</tr>\n<tr>\n<td>data.*.original_order_no</td>\n<td>String</td>\n<td>The original order number, if available.</td>\n</tr>\n<tr>\n<td>data.*.original_client_reference</td>\n<td>String</td>\n<td>The original order's client reference number.</td>\n</tr>\n<tr>\n<td>data.*.original_awb</td>\n<td>String</td>\n<td>The original return's AWB number.</td>\n</tr>\n<tr>\n<td>data.*.order_id</td>\n<td>Numeric</td>\n<td>The original orders's ID number if the return is a IQF order return.</td>\n</tr>\n<tr>\n<td>data.*.comment</td>\n<td>String</td>\n<td>Additional comments about the return order.</td>\n</tr>\n<tr>\n<td>data.*.amount</td>\n<td>decimal</td>\n<td>The price of the return order.</td>\n</tr>\n<tr>\n<td>data.*.currency</td>\n<td>String</td>\n<td>The currency of the amount.</td>\n</tr>\n<tr>\n<td>data.*.expected_collection_date</td>\n<td>String</td>\n<td>The timestamp when the return order was expected to collect.</td>\n</tr>\n<tr>\n<td>data.*.parcel.total_weight</td>\n<td>Numeric</td>\n<td>Total weight of the parcel.</td>\n</tr>\n<tr>\n<td>data.*.parcel.total_volume</td>\n<td>Numeric</td>\n<td>Total volume of the parcel.</td>\n</tr>\n<tr>\n<td>data.*.parcel.number_of_boxes</td>\n<td>Numeric</td>\n<td>Number of boxes in the parcel.</td>\n</tr>\n<tr>\n<td>data.*.last_status</td>\n<td>String</td>\n<td>The label of the current order status.</td>\n</tr>\n<tr>\n<td>data.*.last_status_time</td>\n<td>String</td>\n<td>The timestamp of the current current order status.</td>\n</tr>\n<tr>\n<td>data.*.last_status_details</td>\n<td>String</td>\n<td>Comment about the current return order status.</td>\n</tr>\n<tr>\n<td>data.*.shipping_label_url</td>\n<td>String</td>\n<td>The shipping label url of the return order if available.</td>\n</tr>\n<tr>\n<td>data.*.skus</td>\n<td>Array</td>\n<td>An array of SKUs included in the return order.</td>\n</tr>\n<tr>\n<td>data.*.skus.*.alternate_sku_name</td>\n<td>String</td>\n<td>Alternate name for the SKU.</td>\n</tr>\n<tr>\n<td>data.*.skus.*.quantity</td>\n<td>Numeric</td>\n<td>The quantity of the SKU in the order.</td>\n</tr>\n<tr>\n<td>data.*.collection_address_type</td>\n<td>String</td>\n<td>The collection address type of return order.</td>\n</tr>\n<tr>\n<td>data.*.collection_address</td>\n<td>Array</td>\n<td>An array of collection address details.</td>\n</tr>\n<tr>\n<td>data.*.collection_address.*.quantity</td>\n<td>Array</td>\n<td>An array of collection address details.</td>\n</tr>\n<tr>\n<td>data.*.destination_address_type</td>\n<td>String</td>\n<td>The destination address type of return order.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v3","returns"],"host":["BASE_URL"],"query":[],"variable":[]}},"response":[{"id":"394fa6ca-da7d-4fec-8cce-4e80cfd70b1f","name":"Get Returns","originalRequest":{"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    \"per_page\": 10,\n    \"page\": 1,\n    \"return_creation_date_range\": [\"2023-06-15\", \"2023-07-21\"]\n}"},"url":"BASE_URL/api/v3/returns"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 27 Jun 2024 08:35:55 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":"120"},{"key":"X-RateLimit-Remaining","value":"119"},{"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\": 10,\n        \"current_page\": 1,\n        \"last_page\": 1,\n        \"total\": 7\n    },\n    \"applied_filters\": {\n        \"return_creation_date_range\": [\n            \"2023-06-15\",\n            \"2023-07-21\"\n        ]\n    },\n    \"data\": [\n        {\n            \"id\": 91,\n            \"source_of_order\": \"External\",\n            \"client_reference\": \"Test001\",\n            \"warehouse\": \"-\",\n            \"return_type\": \"Reverse Pick\",\n            \"order_id\": 60232,\n            \"original_client_reference\": \"1234567\",\n            \"original_order_number\": null,\n            \"original_awb\": \"1234567\",\n            \"currency\": \"AED\",\n            \"carrier\": null,\n            \"system_order_number\": null,\n            \"delivery_no\": null,\n            \"comment\": \"s\",\n            \"amount\": 300,\n            \"expected_collection_date\": \"2023-06-24 00:00:00\",\n            \"last_status\": \"Created\",\n            \"last_status_time\": \"24-06-2023 00:00:00\",\n            \"last_status_details\": null,\n            \"shipping_label_url\": null,\n            \"skus\": [\n                {\n                    \"code\": \"IQH-CAP-04-0003\",\n                    \"alter_sku_name\": null,\n                    \"quantity\": 1,\n                    \"line_no\": 1\n                },\n                {\n                    \"code\": \"BIRYANI\",\n                    \"alter_sku_name\": \"\",\n                    \"quantity\": 4,\n                    \"line_no\": 2\n                },\n                {\n                    \"code\": \"GSCSKU01\",\n                    \"alter_sku_name\": null,\n                    \"quantity\": 4,\n                    \"line_no\": 3\n                },\n                {\n                    \"code\": \"GSCSKUKSA\",\n                    \"alter_sku_name\": \"\",\n                    \"quantity\": 3,\n                    \"line_no\": 4\n                }\n            ],\n            \"parcel\": {\n                \"number_of_boxes\": 1,\n                \"total_weight\": null,\n                \"length\": null,\n                \"width\": null,\n                \"height\": null\n            },\n            \"collection_address_type\": \"Custom Address\",\n            \"collection_address_id\": {\n                \"id\": 307,\n                \"company\": \"test\",\n                \"name\": \"test\",\n                \"surname\": null,\n                \"phone\": \"1234567\",\n                \"country\": \"UAE\",\n                \"state\": \"Dubai\",\n                \"city\": \"Dubai\",\n                \"area\": null,\n                \"address\": \"test\",\n                \"address_2\": null,\n                \"postal_code\": null\n            },\n            \"destination_address_type\": \"Warehouse\",\n            \"destination_address_id\": {\n                \"id\": 139,\n                \"company\": null,\n                \"name\": null,\n                \"surname\": null,\n                \"phone\": null,\n                \"country\": \"KSA\",\n                \"state\": null,\n                \"city\": null,\n                \"area\": null,\n                \"address\": null,\n                \"address_2\": null,\n                \"postal_code\": null\n            }\n        },\n        {\n            \"id\": 86,\n            \"source_of_order\": \"External\",\n            \"client_reference\": \"jhgvjhg\",\n            \"warehouse\": \"-\",\n            \"return_type\": \"Refund\",\n            \"order_id\": 60232,\n            \"original_client_reference\": \"sdfsfs\",\n            \"original_order_number\": null,\n            \"original_awb\": \"1esds\",\n            \"currency\": \"AED\",\n            \"carrier\": \"test_courier\",\n            \"system_order_number\": null,\n            \"delivery_no\": \"asdfasdf\",\n            \"comment\": \"sdfsdf\",\n            \"amount\": 300,\n            \"expected_collection_date\": \"2023-06-28 05:00:00\",\n            \"last_status\": \"Created\",\n            \"last_status_time\": \"28-06-2023 05:00:00\",\n            \"last_status_details\": null,\n            \"shipping_label_url\": null,\n            \"skus\": [\n                {\n                    \"code\": \"200G\",\n                    \"alter_sku_name\": \"N200G\",\n                    \"quantity\": 11,\n                    \"line_no\": null\n                }\n            ],\n            \"parcel\": {\n                \"number_of_boxes\": 1,\n                \"total_weight\": null,\n                \"length\": \"1\",\n                \"width\": null,\n                \"height\": \"1\"\n            },\n            \"collection_address_type\": \"Custom Address\",\n            \"collection_address_id\": {\n                \"id\": 305,\n                \"company\": \"sdf\",\n                \"name\": \"sdfs\",\n                \"surname\": null,\n                \"phone\": \"+971 50 790 9812\",\n                \"country\": \"UAE\",\n                \"state\": \"Dubai\",\n                \"city\": \"Dubai\",\n                \"area\": null,\n                \"address\": \"sdfd\",\n                \"address_2\": \"sdf\",\n                \"postal_code\": null\n            },\n            \"destination_address_type\": \"Carrier\",\n            \"destination_address_id\": {\n                \"id\": 250,\n                \"company\": \"SMSA\",\n                \"name\": \"test\",\n                \"surname\": \"alma\",\n                \"phone\": \"5631232\",\n                \"country\": \"UAE\",\n                \"state\": \"Dubai\",\n                \"city\": \"Dubai\",\n                \"area\": \"AL AWEER\",\n                \"address\": \"home 1\",\n                \"address_2\": null,\n                \"postal_code\": \"00000\"\n            }\n        },\n        {\n            \"id\": 84,\n            \"source_of_order\": \"IQ Fulfillment\",\n            \"client_reference\": \"GSCRTO1194263\",\n            \"warehouse\": \"IQWH01\",\n            \"return_type\": \"Return To Origin\",\n            \"order_id\": 60232,\n            \"original_client_reference\": \"TEST00000675\",\n            \"original_order_number\": null,\n            \"original_awb\": \"0\",\n            \"currency\": \"AED\",\n            \"carrier\": \"BFL COURIER\",\n            \"system_order_number\": null,\n            \"delivery_no\": \"uygi8\",\n            \"comment\": null,\n            \"amount\": 300,\n            \"expected_collection_date\": null,\n            \"last_status\": \"Created\",\n            \"last_status_time\": \"27-06-2024 12:35:55\",\n            \"last_status_details\": null,\n            \"shipping_label_url\": null,\n            \"skus\": [\n                {\n                    \"code\": \"200G\",\n                    \"alter_sku_name\": \"N200G\",\n                    \"quantity\": 1,\n                    \"line_no\": null\n                }\n            ],\n            \"parcel\": {\n                \"number_of_boxes\": null,\n                \"total_weight\": null,\n                \"length\": null,\n                \"width\": null,\n                \"height\": null\n            },\n            \"collection_address_type\": \"Carrier\",\n            \"collection_address_id\": {\n                \"id\": 250,\n                \"company\": \"SMSA\",\n                \"name\": \"test\",\n                \"surname\": \"alma\",\n                \"phone\": \"5631232\",\n                \"country\": \"UAE\",\n                \"state\": \"Dubai\",\n                \"city\": \"Dubai\",\n                \"area\": \"AL AWEER\",\n                \"address\": \"home 1\",\n                \"address_2\": null,\n                \"postal_code\": \"00000\"\n            },\n            \"destination_address_type\": \"Warehouse\",\n            \"destination_address_id\": {\n                \"id\": 139,\n                \"company\": null,\n                \"name\": null,\n                \"surname\": null,\n                \"phone\": null,\n                \"country\": \"KSA\",\n                \"state\": null,\n                \"city\": null,\n                \"area\": null,\n                \"address\": null,\n                \"address_2\": null,\n                \"postal_code\": null\n            }\n        },\n        {\n            \"id\": 72,\n            \"source_of_order\": \"External\",\n            \"client_reference\": \"TestREF001\",\n            \"warehouse\": \"-\",\n            \"return_type\": \"Return To Origin\",\n            \"order_id\": 60232,\n            \"original_client_reference\": \"Test0011122\",\n            \"original_order_number\": null,\n            \"original_awb\": \"Test0011122\",\n            \"currency\": \"AED\",\n            \"carrier\": null,\n            \"system_order_number\": null,\n            \"delivery_no\": null,\n            \"comment\": \"test\",\n            \"amount\": 300,\n            \"expected_collection_date\": null,\n            \"last_status\": \"Created\",\n            \"last_status_time\": \"27-06-2024 12:35:55\",\n            \"last_status_details\": null,\n            \"shipping_label_url\": null,\n            \"skus\": [\n                {\n                    \"code\": \"200G\",\n                    \"alter_sku_name\": \"N200G\",\n                    \"quantity\": 2,\n                    \"line_no\": null\n                },\n                {\n                    \"code\": \"230122426\",\n                    \"alter_sku_name\": null,\n                    \"quantity\": 4,\n                    \"line_no\": null\n                }\n            ],\n            \"parcel\": {\n                \"number_of_boxes\": 1,\n                \"total_weight\": \"4\",\n                \"length\": \"1\",\n                \"width\": null,\n                \"height\": \"1\"\n            },\n            \"collection_address_type\": \"Custom Address\",\n            \"collection_address_id\": {\n                \"id\": 304,\n                \"company\": \"Test\",\n                \"name\": \"Test\",\n                \"surname\": null,\n                \"phone\": \"12345678\",\n                \"country\": \"UAE\",\n                \"state\": \"Dubai\",\n                \"city\": \"Dubai\",\n                \"area\": \"AL AWEER\",\n                \"address\": \"Sector X road Y\",\n                \"address_2\": null,\n                \"postal_code\": null\n            },\n            \"destination_address_type\": \"Warehouse\",\n            \"destination_address_id\": {\n                \"id\": 139,\n                \"company\": null,\n                \"name\": null,\n                \"surname\": null,\n                \"phone\": null,\n                \"country\": \"KSA\",\n                \"state\": null,\n                \"city\": null,\n                \"area\": null,\n                \"address\": null,\n                \"address_2\": null,\n                \"postal_code\": null\n            }\n        },\n        {\n            \"id\": 71,\n            \"source_of_order\": \"External\",\n            \"client_reference\": \"TEST002\",\n            \"warehouse\": \"-\",\n            \"return_type\": \"Return To Origin\",\n            \"order_id\": 60232,\n            \"original_client_reference\": \"TEST002222\",\n            \"original_order_number\": null,\n            \"original_awb\": \"TEST002222\",\n            \"currency\": \"AED\",\n            \"carrier\": \"ALMA\",\n            \"system_order_number\": null,\n            \"delivery_no\": null,\n            \"comment\": null,\n            \"amount\": 300,\n            \"expected_collection_date\": \"2023-06-22 00:00:00\",\n            \"last_status\": \"Created\",\n            \"last_status_time\": \"22-06-2023 00:00:00\",\n            \"last_status_details\": null,\n            \"shipping_label_url\": null,\n            \"skus\": [\n                {\n                    \"code\": \"100.100.11\",\n                    \"alter_sku_name\": null,\n                    \"quantity\": 2,\n                    \"line_no\": null\n                }\n            ],\n            \"parcel\": {\n                \"number_of_boxes\": 1,\n                \"total_weight\": null,\n                \"length\": \"1\",\n                \"width\": null,\n                \"height\": null\n            },\n            \"collection_address_type\": \"Custom Address\",\n            \"collection_address_id\": {\n                \"id\": 303,\n                \"company\": \"Test\",\n                \"name\": \"TEST\",\n                \"surname\": null,\n                \"phone\": \"012345678\",\n                \"country\": \"UAE\",\n                \"state\": \"Dubai\",\n                \"city\": \"Dubai\",\n                \"area\": null,\n                \"address\": \"shop 33 dubai\",\n                \"address_2\": null,\n                \"postal_code\": null\n            },\n            \"destination_address_type\": \"Customer Warehouse Address\",\n            \"destination_address_id\": {\n                \"id\": 226,\n                \"company\": null,\n                \"name\": \"asa\",\n                \"surname\": \"as\",\n                \"phone\": \"23283\",\n                \"country\": \"ALG\",\n                \"state\": \"'Ayn Tamushanat\",\n                \"city\": \"'Ayn Tamushanat\",\n                \"area\": null,\n                \"address\": \"asa\",\n                \"address_2\": null,\n                \"postal_code\": \"3232\"\n            }\n        },\n        {\n            \"id\": 69,\n            \"source_of_order\": \"External\",\n            \"client_reference\": \"TEST0012\",\n            \"warehouse\": \"-\",\n            \"return_type\": \"Return To Origin\",\n            \"order_id\": 60232,\n            \"original_client_reference\": \"TEST0012\",\n            \"original_order_number\": null,\n            \"original_awb\": \"TEST0012\",\n            \"currency\": \"AED\",\n            \"carrier\": null,\n            \"system_order_number\": null,\n            \"delivery_no\": null,\n            \"comment\": null,\n            \"amount\": 300,\n            \"expected_collection_date\": \"2023-06-17 00:00:00\",\n            \"last_status\": \"Created\",\n            \"last_status_time\": \"17-06-2023 00:00:00\",\n            \"last_status_details\": null,\n            \"shipping_label_url\": null,\n            \"skus\": [\n                {\n                    \"code\": \"34272331\",\n                    \"alter_sku_name\": null,\n                    \"quantity\": 2,\n                    \"line_no\": null\n                }\n            ],\n            \"parcel\": {\n                \"number_of_boxes\": 1,\n                \"total_weight\": null,\n                \"length\": \"1\",\n                \"width\": null,\n                \"height\": null\n            },\n            \"collection_address_type\": \"Custom Address\",\n            \"collection_address_id\": {\n                \"id\": 302,\n                \"company\": \"Test\",\n                \"name\": \"Test\",\n                \"surname\": null,\n                \"phone\": \"1234567\",\n                \"country\": \"UAE\",\n                \"state\": \"Dubai\",\n                \"city\": \"Dubai\",\n                \"area\": \"ABU HAIL\",\n                \"address\": \"test\",\n                \"address_2\": null,\n                \"postal_code\": null\n            },\n            \"destination_address_type\": \"Warehouse\",\n            \"destination_address_id\": {\n                \"id\": 139,\n                \"company\": null,\n                \"name\": null,\n                \"surname\": null,\n                \"phone\": null,\n                \"country\": \"KSA\",\n                \"state\": null,\n                \"city\": null,\n                \"area\": null,\n                \"address\": null,\n                \"address_2\": null,\n                \"postal_code\": null\n            }\n        },\n        {\n            \"id\": 62,\n            \"source_of_order\": \"External\",\n            \"client_reference\": \"TEST0011\",\n            \"warehouse\": \"-\",\n            \"return_type\": \"Reverse Pick\",\n            \"order_id\": 60232,\n            \"original_client_reference\": \"Test0011\",\n            \"original_order_number\": null,\n            \"original_awb\": \"Test0011\",\n            \"currency\": \"AED\",\n            \"carrier\": null,\n            \"system_order_number\": null,\n            \"delivery_no\": null,\n            \"comment\": null,\n            \"amount\": 300,\n            \"expected_collection_date\": \"2023-06-16 00:00:00\",\n            \"last_status\": null,\n            \"last_status_time\": \"16-06-2023 00:00:00\",\n            \"last_status_details\": null,\n            \"shipping_label_url\": null,\n            \"skus\": [\n                {\n                    \"code\": \"693685111\",\n                    \"alter_sku_name\": null,\n                    \"quantity\": 1,\n                    \"line_no\": null\n                }\n            ],\n            \"parcel\": {\n                \"number_of_boxes\": 1,\n                \"total_weight\": \"1\",\n                \"length\": \"11\",\n                \"width\": null,\n                \"height\": \"1\"\n            },\n            \"collection_address_type\": \"Custom Address\",\n            \"collection_address_id\": {\n                \"id\": 296,\n                \"company\": \"Test\",\n                \"name\": \"Test Address\",\n                \"surname\": null,\n                \"phone\": \"12345678\",\n                \"country\": \"UAE\",\n                \"state\": \"Dubai\",\n                \"city\": \"Dubai\",\n                \"area\": \"AL BADA\",\n                \"address\": \"test oo 12\",\n                \"address_2\": null,\n                \"postal_code\": null\n            },\n            \"destination_address_type\": \"Warehouse\",\n            \"destination_address_id\": {\n                \"id\": 218,\n                \"company\": \"Jenkins-Zboncak\",\n                \"name\": \"Ms. Twila Hickle\",\n                \"surname\": \"Prohaska\",\n                \"phone\": \"+19417538400\",\n                \"country\": \"ANG\",\n                \"state\": \"Aiga-i-le-Tai\",\n                \"city\": \"Matsumoto\",\n                \"area\": \"Al Khaboura\",\n                \"address\": \"9279 McDermott Drive\\nSouth Tristianton, NC 49471\",\n                \"address_2\": \"1362 Burley Mill Apt. 551\\nTatyanamouth, NH 43153\",\n                \"postal_code\": \"17173-8540\"\n            }\n        }\n    ]\n}"}],"_postman_id":"606f739c-f977-455f-b9e5-9d152e778362"}],"id":"909a7bb9-0e9f-4d5c-b6ef-8870fcdbab93","_postman_id":"909a7bb9-0e9f-4d5c-b6ef-8870fcdbab93","description":""},{"name":"ASN","item":[{"name":"Create ASN","id":"42835b3e-2e05-4e29-82eb-9820c3f75287","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    \"asn_type\": \"VPO\",\n    \"warehouse\": \"IQWH01\",\n    \"expected_arrival_time\": \"2023-11-02 00:00:00\",\n    \"carrier\": null,\n    \"po_number\": \"9268954825\",\n    \"vehicle_type\": null,\n    \"vehicle_number\": null,\n    \"reference_number\": \"828010\",\n    \"invoice_number\": null,\n    \"supplier_reference_code\": null,\n    \"note\": null,\n    \"asn_reference_1\": \"828010\",\n    \"asn_reference_2\": null,\n    \"asn_reference_3\": null,\n    \"asn_reference_4\": null,\n    \"return_order_no\": null,\n    \"return_delivery_no\": null,\n    \"number_of_boxes\": 1,\n    \"skus\": [\n        {\n            \"sku\": \"1500000454951\",\n            \"line_no\": 1,\n            \"batch_number\": \"1500000454951\",\n            \"sku_barcode\": \"1500000454951\",\n            \"expected_qty\": 550,\n            \"carton_number\": \"CT0001\",\n            \"qc_flag\": true,\n            \"exp_date\": \"2025-01-31\"\n        },\n        {\n            \"sku\": \"1500000854997\",\n            \"line_no\": 2,\n            \"batch_number\": \"B1\",\n            \"sku_barcode\": \"1500000854997\",\n            \"expected_qty\": 300,\n            \"carton_number\": \"CT0002\",\n            \"qc_flag\": true,\n            \"exp_date\": \"2025-01-31\"\n        }\n    ]\n}"},"url":"BASE_URL/api/v3/asn/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>warehouse</td>\n<td>TESTWAREHOUSE1</td>\n<td>string</td>\n<td>required  <br />exists in warehouse.</td>\n<td>Warehouse systemcode.</td>\n</tr>\n<tr>\n<td>carrier</td>\n<td>Test Carrier</td>\n<td>string</td>\n<td>optional  <br />freetext</td>\n<td>Sku unique name to filter data.</td>\n</tr>\n<tr>\n<td>supplier_reference_code</td>\n<td>SRC001</td>\n<td>string</td>\n<td>optional  <br />freetext</td>\n<td>Supplier reference code of ASN.</td>\n</tr>\n<tr>\n<td>expected_arrival_time</td>\n<td>2023-07-06 00:00:00</td>\n<td>timestamp</td>\n<td>required  <br />format: Y-m-d H:i:s</td>\n<td>Expected arrival time of ASN.</td>\n</tr>\n<tr>\n<td>po_number</td>\n<td>PO001</td>\n<td>string</td>\n<td>optional  <br />freetext</td>\n<td>PO number of ASN.</td>\n</tr>\n<tr>\n<td>vehicle_number</td>\n<td>VN001</td>\n<td>string</td>\n<td>optional  <br />freetext</td>\n<td>Vehicle number of ASN.</td>\n</tr>\n<tr>\n<td>vehicle_type</td>\n<td>Truck</td>\n<td>string</td>\n<td>optional  <br />freetext</td>\n<td>Vehicle type of ASN.</td>\n</tr>\n<tr>\n<td>invoice_number</td>\n<td>IN001</td>\n<td>string</td>\n<td>optional  <br />freetext</td>\n<td>Invoice number of ASN.</td>\n</tr>\n<tr>\n<td>number_of_boxes</td>\n<td>10</td>\n<td>integer</td>\n<td>optional</td>\n<td>Number of boxes of ASN.</td>\n</tr>\n<tr>\n<td>actual_arrival_time</td>\n<td>2023-07-06 00:00:00</td>\n<td>timestamp</td>\n<td>optional  <br />format: Y-m-d H:i:s</td>\n<td>Actual arrival time of ASN.</td>\n</tr>\n<tr>\n<td>note</td>\n<td>Test note</td>\n<td>string</td>\n<td>optional  <br />freetext</td>\n<td>Note of ASN.</td>\n</tr>\n<tr>\n<td>asn_type</td>\n<td>VPO</td>\n<td>string</td>\n<td>required  <br />exists in possible values.</td>\n<td>Type of ASN.  <br />Possible values: <strong>VPO</strong>, <strong>CR</strong>, <strong>RS</strong>, <strong>SR</strong>, <strong>EX</strong>.</td>\n</tr>\n<tr>\n<td>receiving_type</td>\n<td>Carton</td>\n<td>string</td>\n<td>required  <br />exists in possible values.</td>\n<td>Receiving type of ASN.  <br />Possible values: <strong>By scanning each</strong>, <strong>Bulk</strong>, <strong>Carton</strong>.</td>\n</tr>\n<tr>\n<td>put_on_hold</td>\n<td>false</td>\n<td>boolean</td>\n<td>required</td>\n<td>Put ASN on hold.</td>\n</tr>\n<tr>\n<td>enable_uom_conversion</td>\n<td>false</td>\n<td>boolean</td>\n<td>optional</td>\n<td>Enable UOM conversation</td>\n</tr>\n<tr>\n<td>skus</td>\n<td>[  <br />{...},  <br />{...}  <br />]</td>\n<td>array</td>\n<td>required</td>\n<td>List of SKUs of ASN.</td>\n</tr>\n<tr>\n<td>skus.*.sku_barcode</td>\n<td>TESTSKU1</td>\n<td>string</td>\n<td>required  <br />exists in SKU for this customer.</td>\n<td>Unique SKU name.</td>\n</tr>\n<tr>\n<td>skus.*.batch_number</td>\n<td>BN001</td>\n<td>string</td>\n<td>optional  <br />freetext</td>\n<td>Batch number of ASN SKU.</td>\n</tr>\n<tr>\n<td>skus.*.carton_number</td>\n<td>CN01</td>\n<td>string</td>\n<td>required if receiving_type =&gt; carton, otherwise optional</td>\n<td>Carton number of ASN SKU.</td>\n</tr>\n<tr>\n<td>skus.*.expected_qty</td>\n<td>100</td>\n<td>integer</td>\n<td>required</td>\n<td>Expected quantity of ASN SKU.</td>\n</tr>\n<tr>\n<td>skus.*.label_flag</td>\n<td>false</td>\n<td>boolean</td>\n<td>required</td>\n<td>Require labeling of ASN SKU.</td>\n</tr>\n<tr>\n<td>skus.*.bundle_flag</td>\n<td>false</td>\n<td>boolean</td>\n<td>required</td>\n<td>Require bundling of ASN SKU.</td>\n</tr>\n<tr>\n<td>skus.*.qc_flag</td>\n<td>false</td>\n<td>boolean</td>\n<td>required</td>\n<td>Require quality control of ASN SKU.</td>\n</tr>\n<tr>\n<td>skus.*.assemble_flag</td>\n<td>false</td>\n<td>boolean</td>\n<td>required</td>\n<td>Require assembling of ASN SKU.</td>\n</tr>\n<tr>\n<td>skus.*.transfer_flag</td>\n<td>false</td>\n<td>boolean</td>\n<td>required</td>\n<td>Transferable SKU of ASN.</td>\n</tr>\n<tr>\n<td>skus.*.exp_date</td>\n<td>2023-07-18</td>\n<td>date</td>\n<td>optional  <br />format: Y-m-d</td>\n<td>Expiry date of ASN SKU.</td>\n</tr>\n<tr>\n<td>skus.*.uom</td>\n<td>CF</td>\n<td>string</td>\n<td>optional</td>\n<td>UOM</td>\n</tr>\n<tr>\n<td>skus.*.uom_quantity</td>\n<td>1</td>\n<td>integer</td>\n<td></td>\n<td>Quantity</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>success</td>\n<td>boolean</td>\n<td>Status of request.</td>\n</tr>\n<tr>\n<td>data</td>\n<td>object</td>\n<td>Inserted ASN data.</td>\n</tr>\n<tr>\n<td>data.id</td>\n<td>integer</td>\n<td>Unique ID number of ASN.</td>\n</tr>\n<tr>\n<td>data.warehouse</td>\n<td>string</td>\n<td>Warehouse systemcode.</td>\n</tr>\n<tr>\n<td>data.asn_number</td>\n<td>string</td>\n<td>Unique asn number.</td>\n</tr>\n<tr>\n<td>data.asn_type</td>\n<td>string</td>\n<td>Asn type.</td>\n</tr>\n<tr>\n<td>data.last_status</td>\n<td>string</td>\n<td>Last status of ASN.</td>\n</tr>\n<tr>\n<td>data.expected_arrival_time</td>\n<td>timestamp</td>\n<td>Expected arrival time of ASN.</td>\n</tr>\n<tr>\n<td>data.actual_arrival_time</td>\n<td>timestamp</td>\n<td>Actual arrival time of ASN.</td>\n</tr>\n<tr>\n<td>data.created_at</td>\n<td>timestamp</td>\n<td>Creation time of ASN.</td>\n</tr>\n<tr>\n<td>data.receiving_type</td>\n<td>string</td>\n<td>Receiving type of ASN.</td>\n</tr>\n<tr>\n<td>data.carrier</td>\n<td>string</td>\n<td>Carrier of ASN</td>\n</tr>\n<tr>\n<td>data.reference_number</td>\n<td>string</td>\n<td>Reference number of ASN.</td>\n</tr>\n<tr>\n<td>data.po_number</td>\n<td>string</td>\n<td>PO number of ASN.</td>\n</tr>\n<tr>\n<td>data.vehicle_number</td>\n<td>string</td>\n<td>Vehicle number of ASN.</td>\n</tr>\n<tr>\n<td>data.vehicle_type</td>\n<td>string</td>\n<td>Vehicle type of ASN.</td>\n</tr>\n<tr>\n<td>data.invoice_number</td>\n<td>string</td>\n<td>Invoice number of ASN.</td>\n</tr>\n<tr>\n<td>data.number_of_boxes</td>\n<td>integer</td>\n<td>Number of boxes of ASN.</td>\n</tr>\n<tr>\n<td>data.supplier_reference_code</td>\n<td>string</td>\n<td>Supplier reference of ASN.</td>\n</tr>\n<tr>\n<td>data.put_on_hold</td>\n<td>boolean</td>\n<td>Put ASN on hold.</td>\n</tr>\n<tr>\n<td>data.note</td>\n<td>string</td>\n<td>Note of ASN.</td>\n</tr>\n<tr>\n<td>enable_uom_conversion</td>\n<td>boolean</td>\n<td>enable uom conversion</td>\n</tr>\n<tr>\n<td>data.skus</td>\n<td>array</td>\n<td>List of SKUs of ASN.</td>\n</tr>\n<tr>\n<td>data.skus.*.sku</td>\n<td>string</td>\n<td>Unique SKU name.</td>\n</tr>\n<tr>\n<td>data.skus.*.batch_number</td>\n<td>string</td>\n<td>Batch number of ASN SKU.</td>\n</tr>\n<tr>\n<td>data.skus.*.carton_number</td>\n<td>string</td>\n<td>Carton number of ASN SKU.</td>\n</tr>\n<tr>\n<td>data.skus.*.expected_qty</td>\n<td>integer</td>\n<td>Expected quantity of ASN SKU.</td>\n</tr>\n<tr>\n<td>data.skus.*.received_qty</td>\n<td>integer</td>\n<td>Received quantity of ASN SKU.</td>\n</tr>\n<tr>\n<td>data.skus.*.label_flag</td>\n<td>boolean</td>\n<td>Require labeling of ASN SKU.</td>\n</tr>\n<tr>\n<td>data.skus.*.bundle_flag</td>\n<td>boolean</td>\n<td>Require bundling of ASN SKU.</td>\n</tr>\n<tr>\n<td>data.skus.*.qc_flag</td>\n<td>boolean</td>\n<td>Require quality control of ASN SKU.</td>\n</tr>\n<tr>\n<td>data.skus.*.assemble_flag</td>\n<td>boolean</td>\n<td>Require assembling of ASN SKU.</td>\n</tr>\n<tr>\n<td>data.skus.*.transfer_flag</td>\n<td>boolean</td>\n<td>Transferable SKU of ASN.</td>\n</tr>\n<tr>\n<td>data.skus.*.exp_date</td>\n<td>date</td>\n<td>Expiry date of ASN SKU.</td>\n</tr>\n<tr>\n<td>data.skus.*.uom</td>\n<td>string</td>\n<td>UOM</td>\n</tr>\n<tr>\n<td>data.skus.*.uom_quantity</td>\n<td>integer</td>\n<td>Quantity of UOM</td>\n</tr>\n<tr>\n<td>data.status_history</td>\n<td>array</td>\n<td>Status history list of ASN.</td>\n</tr>\n<tr>\n<td>data.status_history.*.status_id</td>\n<td>integer</td>\n<td>Status unique ID number.</td>\n</tr>\n<tr>\n<td>data.status_history.*.label</td>\n<td>string</td>\n<td>Title of status.</td>\n</tr>\n<tr>\n<td>data.status_history.*.timestamp</td>\n<td>timestamp</td>\n<td>Status date.</td>\n</tr>\n<tr>\n<td>data.status_history.*.note</td>\n<td>string</td>\n<td>Note of status.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v3","asn","create"],"host":["BASE_URL"],"query":[],"variable":[]}},"response":[{"id":"4bbe6d7b-8ac7-4ea2-a03b-ed478d26d764","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":"{token}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"warehouse\": \"Warehouse1\",\n    \"carrier\": \"QUIQUP\",\n    \"asn_type\": \"CR\",\n    \"expected_arrival_time\": \"2023-05-18 17:10:00\",\n    \"supplier_reference_code\": \"ST97\",\n    \"po_number\": null,\n    \"vehicle_number\": null,\n    \"vehicle_type\": \"Bike\",\n    \"invoice_number\": null,\n    \"number_of_boxes\": 12,\n    \"release_status\": false,\n    \"receiving_type\": \"Carton\",\n    \"received_at\": \"2023-05-18 17:10:00\",\n    \"note\": null,\n    \"skus\": [\n        {\n            \"sku\": \"IQFTESTSKU001\",\n            \"sku_barcode\": \"TSDD\",\n            \"batch_number\": \"a-1\",\n            \"carton_number\": \"a-1\",\n            \"expected_qty\": 100,\n            \"received_qty\": 100,\n            \"label_flag\": true,\n            \"bundle_flag\": true,\n            \"qc_flag\": false,\n            \"assemble_flag\": false,\n            \"transfer_flag\": false,\n            \"exp_date\": \"2025-10-29\"\n        }\n    ]\n}"},"url":"BASE_URL/api/v3/asn/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.7"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 26 Jul 2023 07:33:10 GMT"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"93"},{"key":"Vary","value":"Origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"id\": 27,\n        \"asn_number\": \"ASNCR000009\",\n        \"asn_type\": \"CR\",\n        \"warehouse\": \"Warehouse1\",\n        \"last_status\": \"Confirmed\",\n        \"last_status_time\": \"26-07-2023 11:33:10\",\n        \"received_time\": \"26-07-2023 11:33:10\",\n        \"vehicle_number\": null,\n        \"vehicle_type\": \"Bike\",\n        \"vehicle_temparature\": null,\n        \"invoice_number\": null,\n        \"number_of_boxes\": 1,\n        \"supplier_reference_code\": \"ST97\",\n        \"release_status\": \"No\",\n        \"receiving_type\": \"By scanning each\",\n        \"created_at\": \"26-07-2023 11:33:10\",\n        \"skus\": [\n            {\n                \"sku\": \"IQFTESTSKU001\",\n                \"expected_qty\": 100,\n                \"received_qty\": 100\n            }\n        ],\n        \"status_history\": [\n            {\n                \"statusId\": 500,\n                \"label\": \"Confirmed\",\n                \"time\": 1690356790,\n                \"timestamp\": \"2023-07-26 11:33:10\",\n                \"note\": \"\"\n            }\n        ]\n    }\n}"}],"_postman_id":"42835b3e-2e05-4e29-82eb-9820c3f75287"},{"name":"Create ASN Bulk","id":"e6bfab40-ccba-4828-ac90-eb413f155005","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    \"asn\": [\n        {\n            \"warehouse\": \"Warehouse1\",\n            \"carrier\": \"QUIQUP\",\n            \"asn_type\": \"CR\",\n            \"expected_arrival_time\": \"2023-05-18 17:10:00\",\n            \"supplier_reference_code\": \"ST97\",\n            \"po_number\": null,\n            \"vehicle_number\": null,\n            \"vehicle_type\": \"Bike\",\n            \"invoice_number\": null,\n            \"number_of_boxes\": 12,\n            \"release_status\": false,\n            \"receiving_type\": \"Carton\",\n            \"received_at\": \"2023-05-18 17:10:00\",\n            \"note\": null,\n            \"skus\": [\n                {\n                    \"sku\": \"IQFTESTSKU001\",\n                    \"sku_barcode\": \"TSDD\",\n                    \"batch_number\": \"a-1\",\n                    \"carton_number\": \"a-1\",\n                    \"expected_qty\": 100,\n                    \"received_qty\": 100,\n                    \"label_flag\": true,\n                    \"bundle_flag\": true,\n                    \"qc_flag\": false,\n                    \"assemble_flag\": false,\n                    \"transfer_flag\": false,\n                    \"exp_date\": \"2025-10-29\"\n                }\n            ]\n        },\n        {\n            \"warehouse\": \"Warehouse1\",\n            \"carrier\": \"QUIQUP\",\n            \"asn_type\": \"VPO\",\n            \"expected_arrival_time\": \"2023-05-18 17:10:00\",\n            \"supplier_reference_code\": \"ST97\",\n            \"po_number\": null,\n            \"vehicle_number\": null,\n            \"vehicle_type\": \"Bike\",\n            \"invoice_number\": null,\n            \"number_of_boxes\": 12,\n            \"release_status\": false,\n            \"receiving_type\": \"Carton\",\n            \"received_at\": \"2023-05-18 17:10:00\",\n            \"note\": null,\n            \"skus\": [\n                {\n                    \"sku\": \"IQFTESTSKU001\",\n                    \"sku_barcode\": \"TSDD\",\n                    \"batch_number\": \"a-1\",\n                    \"carton_number\": \"a-1\",\n                    \"expected_qty\": 100,\n                    \"received_qty\": 100,\n                    \"label_flag\": true,\n                    \"bundle_flag\": true,\n                    \"qc_flag\": false,\n                    \"assemble_flag\": false,\n                    \"transfer_flag\": false,\n                    \"exp_date\": \"2025-10-29\"\n                }\n            ]\n        }\n    ]\n}"},"url":"BASE_URL/api/v3/asn/bulk","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>warehouse</td>\n<td>TESTWAREHOUSE1</td>\n<td>string</td>\n<td>required  <br />exists in warehouse.</td>\n<td>Warehouse systemcode.</td>\n</tr>\n<tr>\n<td>carrier</td>\n<td>Test Carrier</td>\n<td>string</td>\n<td>optional  <br />freetext</td>\n<td>Sku unique name to filter data.</td>\n</tr>\n<tr>\n<td>supplier_reference_code</td>\n<td>SRC001</td>\n<td>string</td>\n<td>optional  <br />freetext</td>\n<td>Supplier reference code of ASN.</td>\n</tr>\n<tr>\n<td>expected_arrival_time</td>\n<td>2023-07-06 00:00:00</td>\n<td>timestamp</td>\n<td>required  <br />format: Y-m-d H:i:s</td>\n<td>Expected arrival time of ASN.</td>\n</tr>\n<tr>\n<td>po_number</td>\n<td>PO001</td>\n<td>string</td>\n<td>optional  <br />freetext</td>\n<td>PO number of ASN.</td>\n</tr>\n<tr>\n<td>vehicle_number</td>\n<td>VN001</td>\n<td>string</td>\n<td>optional  <br />freetext</td>\n<td>Vehicle number of ASN.</td>\n</tr>\n<tr>\n<td>vehicle_type</td>\n<td>Truck</td>\n<td>string</td>\n<td>optional  <br />freetext</td>\n<td>Vehicle type of ASN.</td>\n</tr>\n<tr>\n<td>invoice_number</td>\n<td>IN001</td>\n<td>string</td>\n<td>optional  <br />freetext</td>\n<td>Invoice number of ASN.</td>\n</tr>\n<tr>\n<td>number_of_boxes</td>\n<td>10</td>\n<td>integer</td>\n<td>optional</td>\n<td>Number of boxes of ASN.</td>\n</tr>\n<tr>\n<td>actual_arrival_time</td>\n<td>2023-07-06 00:00:00</td>\n<td>timestamp</td>\n<td>optional  <br />format: Y-m-d H:i:s</td>\n<td>Actual arrival time of ASN.</td>\n</tr>\n<tr>\n<td>note</td>\n<td>Test note</td>\n<td>string</td>\n<td>optional  <br />freetext</td>\n<td>Note of ASN.</td>\n</tr>\n<tr>\n<td>asn_type</td>\n<td>VPO</td>\n<td>string</td>\n<td>required  <br />exists in possible values.</td>\n<td>Type of ASN.  <br />Possible values: <strong>VPO</strong>, <strong>CR</strong>, <strong>RS</strong>, <strong>SR</strong>, <strong>EX</strong>.</td>\n</tr>\n<tr>\n<td>receiving_type</td>\n<td>Carton</td>\n<td>string</td>\n<td>required  <br />exists in possible values.</td>\n<td>Receiving type of ASN.  <br />Possible values: <strong>By scanning each</strong>, <strong>Bulk</strong>, <strong>Carton</strong>.</td>\n</tr>\n<tr>\n<td>put_on_hold</td>\n<td>false</td>\n<td>boolean</td>\n<td>required</td>\n<td>Put ASN on hold.</td>\n</tr>\n<tr>\n<td>skus</td>\n<td>[  <br />{...},  <br />{...}  <br />]</td>\n<td>array</td>\n<td>required</td>\n<td>List of SKUs of ASN.</td>\n</tr>\n<tr>\n<td>skus.*.sku_barcode</td>\n<td>TESTSKU1</td>\n<td>string</td>\n<td>required  <br />exists in SKU for this customer.</td>\n<td>Unique SKU name.</td>\n</tr>\n<tr>\n<td>skus.*.batch_number</td>\n<td>BN001</td>\n<td>string</td>\n<td>optional  <br />freetext</td>\n<td>Batch number of ASN SKU.</td>\n</tr>\n<tr>\n<td>skus.*.carton_number</td>\n<td>CN01</td>\n<td>string</td>\n<td>required if receiving_type =&gt; carton, otherwise optional</td>\n<td>Carton number of ASN SKU.</td>\n</tr>\n<tr>\n<td>skus.*.expected_qty</td>\n<td>100</td>\n<td>integer</td>\n<td>required</td>\n<td>Expected quantity of ASN SKU.</td>\n</tr>\n<tr>\n<td>skus.*.label_flag</td>\n<td>false</td>\n<td>boolean</td>\n<td>required</td>\n<td>Require labeling of ASN SKU.</td>\n</tr>\n<tr>\n<td>skus.*.bundle_flag</td>\n<td>false</td>\n<td>boolean</td>\n<td>required</td>\n<td>Require bundling of ASN SKU.</td>\n</tr>\n<tr>\n<td>skus.*.qc_flag</td>\n<td>false</td>\n<td>boolean</td>\n<td>required</td>\n<td>Require quality control of ASN SKU.</td>\n</tr>\n<tr>\n<td>skus.*.assemble_flag</td>\n<td>false</td>\n<td>boolean</td>\n<td>required</td>\n<td>Require assembling of ASN SKU.</td>\n</tr>\n<tr>\n<td>skus.*.transfer_flag</td>\n<td>false</td>\n<td>boolean</td>\n<td>required</td>\n<td>Transferable SKU of ASN.</td>\n</tr>\n<tr>\n<td>skus.*.exp_date</td>\n<td>2023-07-18</td>\n<td>date</td>\n<td>optional  <br />format: Y-m-d</td>\n<td>Expiry date of ASN SKU.</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>success</td>\n<td>boolean</td>\n<td>Status of request.</td>\n</tr>\n<tr>\n<td>data</td>\n<td>object</td>\n<td>Inserted ASN data.</td>\n</tr>\n<tr>\n<td>data.id</td>\n<td>integer</td>\n<td>Unique ID number of ASN.</td>\n</tr>\n<tr>\n<td>data.warehouse</td>\n<td>string</td>\n<td>Warehouse systemcode.</td>\n</tr>\n<tr>\n<td>data.asn_number</td>\n<td>string</td>\n<td>Unique asn number.</td>\n</tr>\n<tr>\n<td>data.asn_type</td>\n<td>string</td>\n<td>Asn type.</td>\n</tr>\n<tr>\n<td>data.last_status</td>\n<td>string</td>\n<td>Last status of ASN.</td>\n</tr>\n<tr>\n<td>data.expected_arrival_time</td>\n<td>timestamp</td>\n<td>Expected arrival time of ASN.</td>\n</tr>\n<tr>\n<td>data.actual_arrival_time</td>\n<td>timestamp</td>\n<td>Actual arrival time of ASN.</td>\n</tr>\n<tr>\n<td>data.created_at</td>\n<td>timestamp</td>\n<td>Creation time of ASN.</td>\n</tr>\n<tr>\n<td>data.receiving_type</td>\n<td>string</td>\n<td>Receiving type of ASN.</td>\n</tr>\n<tr>\n<td>data.carrier</td>\n<td>string</td>\n<td>Carrier of ASN</td>\n</tr>\n<tr>\n<td>data.reference_number</td>\n<td>string</td>\n<td>Reference number of ASN.</td>\n</tr>\n<tr>\n<td>data.po_number</td>\n<td>string</td>\n<td>PO number of ASN.</td>\n</tr>\n<tr>\n<td>data.vehicle_number</td>\n<td>string</td>\n<td>Vehicle number of ASN.</td>\n</tr>\n<tr>\n<td>data.vehicle_type</td>\n<td>string</td>\n<td>Vehicle type of ASN.</td>\n</tr>\n<tr>\n<td>data.invoice_number</td>\n<td>string</td>\n<td>Invoice number of ASN.</td>\n</tr>\n<tr>\n<td>data.number_of_boxes</td>\n<td>integer</td>\n<td>Number of boxes of ASN.</td>\n</tr>\n<tr>\n<td>data.supplier_reference_code</td>\n<td>string</td>\n<td>Supplier reference of ASN.</td>\n</tr>\n<tr>\n<td>data.put_on_hold</td>\n<td>boolean</td>\n<td>Put ASN on hold.</td>\n</tr>\n<tr>\n<td>data.note</td>\n<td>string</td>\n<td>Note of ASN.</td>\n</tr>\n<tr>\n<td>data.skus</td>\n<td>array</td>\n<td>List of SKUs of ASN.</td>\n</tr>\n<tr>\n<td>data.skus.*.sku</td>\n<td>string</td>\n<td>Unique SKU name.</td>\n</tr>\n<tr>\n<td>data.skus.*.batch_number</td>\n<td>string</td>\n<td>Batch number of ASN SKU.</td>\n</tr>\n<tr>\n<td>data.skus.*.carton_number</td>\n<td>string</td>\n<td>Carton number of ASN SKU.</td>\n</tr>\n<tr>\n<td>data.skus.*.expected_qty</td>\n<td>integer</td>\n<td>Expected quantity of ASN SKU.</td>\n</tr>\n<tr>\n<td>data.skus.*.received_qty</td>\n<td>integer</td>\n<td>Received quantity of ASN SKU.</td>\n</tr>\n<tr>\n<td>data.skus.*.label_flag</td>\n<td>boolean</td>\n<td>Require labeling of ASN SKU.</td>\n</tr>\n<tr>\n<td>data.skus.*.bundle_flag</td>\n<td>boolean</td>\n<td>Require bundling of ASN SKU.</td>\n</tr>\n<tr>\n<td>data.skus.*.qc_flag</td>\n<td>boolean</td>\n<td>Require quality control of ASN SKU.</td>\n</tr>\n<tr>\n<td>data.skus.*.assemble_flag</td>\n<td>boolean</td>\n<td>Require assembling of ASN SKU.</td>\n</tr>\n<tr>\n<td>data.skus.*.transfer_flag</td>\n<td>boolean</td>\n<td>Transferable SKU of ASN.</td>\n</tr>\n<tr>\n<td>data.skus.*.exp_date</td>\n<td>date</td>\n<td>Expiry date of ASN SKU.</td>\n</tr>\n<tr>\n<td>data.status_history</td>\n<td>array</td>\n<td>Status history list of ASN.</td>\n</tr>\n<tr>\n<td>data.status_history.*.status_id</td>\n<td>integer</td>\n<td>Status unique ID number.</td>\n</tr>\n<tr>\n<td>data.status_history.*.label</td>\n<td>string</td>\n<td>Title of status.</td>\n</tr>\n<tr>\n<td>data.status_history.*.timestamp</td>\n<td>timestamp</td>\n<td>Status date.</td>\n</tr>\n<tr>\n<td>data.status_history.*.note</td>\n<td>string</td>\n<td>Note of status.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v3","asn","bulk"],"host":["BASE_URL"],"query":[],"variable":[]}},"response":[],"_postman_id":"e6bfab40-ccba-4828-ac90-eb413f155005"},{"name":"Get ASN","id":"e11e5d05-3a19-4c1a-8aa0-c69a1ab1fa7b","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    \"per_page\": 10,\n    \"page\": 1,\n    \"statuses\": [\"confirmed\"],\n    \"asn_creation_date_range\": [\"2020-06-15\", \"2025-07-29\"]\n}"},"url":"BASE_URL/api/v3/asn","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>page</td>\n<td>1</td>\n<td>integer</td>\n<td>optional</td>\n<td>Page number of pagination. Default value: 1</td>\n</tr>\n<tr>\n<td>per_page</td>\n<td>5</td>\n<td>integer</td>\n<td>optional</td>\n<td>Items number on per page. Default value: 50</td>\n</tr>\n<tr>\n<td>asn_types</td>\n<td>['ASNVPO00001']  <br />Array</td>\n<td>Array</td>\n<td>optional</td>\n<td>Asn types to filter data.</td>\n</tr>\n<tr>\n<td>warehouses</td>\n<td>['TESTWAREHOUSE1']</td>\n<td>Array</td>\n<td>optional</td>\n<td>Warehouses systemcode to filter data.</td>\n</tr>\n<tr>\n<td>skus</td>\n<td>['TESTSKU1']</td>\n<td>Array</td>\n<td>optional</td>\n<td>Sku unique names to filter data.</td>\n</tr>\n<tr>\n<td>statuses</td>\n<td>['Confirmed']</td>\n<td>Array</td>\n<td>optional</td>\n<td>Statuses system code to filter data.  <br />Possible values: <strong>Pre-alert Initiated</strong>, <strong>Confirmed</strong>, <strong>Partially received</strong>, <strong>Fully received</strong>, <strong>On hold</strong>, <strong>Cancelled</strong>, <strong>Closed</strong>.</td>\n</tr>\n<tr>\n<td>carriers</td>\n<td>[0,1,2]</td>\n<td>Array</td>\n<td>optional</td>\n<td>Carriers to filter</td>\n</tr>\n<tr>\n<td>asn_reference_1</td>\n<td>['test']</td>\n<td>Array</td>\n<td>optional</td>\n<td>Asn References to filter</td>\n</tr>\n<tr>\n<td>asn_creation_date_range</td>\n<td>[\"2023-06-15\", \"2023-07-29\"]</td>\n<td>Array(2)</td>\n<td>optional</td>\n<td>2 date to filter by asn creation date between 2 dates</td>\n</tr>\n<tr>\n<td>asn_receive_date_range</td>\n<td>[\"2023-06-15\", \"2023-07-29\"]</td>\n<td>Array(2)</td>\n<td>optional</td>\n<td>2 date to filter by asn receive date between 2 dates</td>\n</tr>\n<tr>\n<td>asn_number</td>\n<td>['test']</td>\n<td>Array</td>\n<td>optional</td>\n<td>Asn number(s) to filter. It can be string</td>\n</tr>\n<tr>\n<td>reference_number</td>\n<td>['test']</td>\n<td>Array</td>\n<td>optional</td>\n<td>Reference number(s) to filter. It can be string</td>\n</tr>\n<tr>\n<td>po_number</td>\n<td>['test']</td>\n<td>Array</td>\n<td>optional</td>\n<td>Purchase order number(s) to filter. It can be string</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>success</td>\n<td>boolean</td>\n<td>Status of request.</td>\n</tr>\n<tr>\n<td>pagination</td>\n<td>object</td>\n<td>Pagination data.</td>\n</tr>\n<tr>\n<td>pagination.per_page</td>\n<td>integer</td>\n<td>The number of items to be shown per page. Default 50</td>\n</tr>\n<tr>\n<td>pagination.current_page</td>\n<td>integer</td>\n<td>The current page number. Default 1</td>\n</tr>\n<tr>\n<td>pagination.last_page</td>\n<td>integer</td>\n<td>The last page number.</td>\n</tr>\n<tr>\n<td>pagination.total</td>\n<td>integer</td>\n<td>The total number of rows.</td>\n</tr>\n<tr>\n<td>applied_filters</td>\n<td>array</td>\n<td>The array of applied filters.</td>\n</tr>\n<tr>\n<td>applied_filters.asn_number</td>\n<td>string</td>\n<td>The asn_number which is applied in the filter.</td>\n</tr>\n<tr>\n<td>applied_filters.warehouse</td>\n<td>string</td>\n<td>The warehouse which is applied in the filter.</td>\n</tr>\n<tr>\n<td>applied_filters.sku</td>\n<td>string</td>\n<td>The sku which is applied in the filter.</td>\n</tr>\n<tr>\n<td>applied_filters.last_status</td>\n<td>string</td>\n<td>The status which is applied in the filter.</td>\n</tr>\n<tr>\n<td>data</td>\n<td>array</td>\n<td>List of data.</td>\n</tr>\n<tr>\n<td>data.*.id</td>\n<td>integer</td>\n<td>Unique ID number of ASN.</td>\n</tr>\n<tr>\n<td>data.*.warehouse</td>\n<td>string</td>\n<td>Warehouse systemcode.</td>\n</tr>\n<tr>\n<td>data.*.asn_number</td>\n<td>string</td>\n<td>Unique asn number.</td>\n</tr>\n<tr>\n<td>data.*.asn_type</td>\n<td>string</td>\n<td>Asn type.</td>\n</tr>\n<tr>\n<td>data.*.last_status</td>\n<td>string</td>\n<td>Last status of ASN.</td>\n</tr>\n<tr>\n<td>data.*.expected_arrival_time</td>\n<td>timestamp</td>\n<td>Expected arrival time of ASN.</td>\n</tr>\n<tr>\n<td>data.*.actual_arrival_time</td>\n<td>timestamp</td>\n<td>Actual arrival time of ASN.</td>\n</tr>\n<tr>\n<td>data.*.created_at</td>\n<td>timestamp</td>\n<td>Creation time of ASN.</td>\n</tr>\n<tr>\n<td>data.*.receiving_type</td>\n<td>string</td>\n<td>Receiving type of ASN.</td>\n</tr>\n<tr>\n<td>data.*.carrier</td>\n<td>string</td>\n<td>Carrier of ASN</td>\n</tr>\n<tr>\n<td>data.*.reference_number</td>\n<td>string</td>\n<td>Reference number of ASN.</td>\n</tr>\n<tr>\n<td>data.*.po_number</td>\n<td>string</td>\n<td>PO number of ASN.</td>\n</tr>\n<tr>\n<td>data.*.vehicle_number</td>\n<td>string</td>\n<td>Vehicle number of ASN.</td>\n</tr>\n<tr>\n<td>data.*.vehicle_type</td>\n<td>string</td>\n<td>Vehicle type of ASN.</td>\n</tr>\n<tr>\n<td>data.*.invoice_number</td>\n<td>string</td>\n<td>Invoice number of ASN.</td>\n</tr>\n<tr>\n<td>data.*.number_of_boxes</td>\n<td>integer</td>\n<td>Number of boxes of ASN.</td>\n</tr>\n<tr>\n<td>data.*.supplier_reference_code</td>\n<td>string</td>\n<td>Supplier reference of ASN.</td>\n</tr>\n<tr>\n<td>data.*.put_on_hold</td>\n<td>boolean</td>\n<td>Put ASN on hold.</td>\n</tr>\n<tr>\n<td>data.*.note</td>\n<td>string</td>\n<td>Note of ASN.</td>\n</tr>\n<tr>\n<td>data.*.enable_uom_conversion</td>\n<td>boolean</td>\n<td>Enable UOM Conversation</td>\n</tr>\n<tr>\n<td>data.*.skus</td>\n<td>array</td>\n<td>List of SKUs of ASN. Need to enable it by <strong>'include_skus' =&gt; true</strong> on request body.</td>\n</tr>\n<tr>\n<td>data.*.skus.*.sku</td>\n<td>string</td>\n<td>Unique SKU name.</td>\n</tr>\n<tr>\n<td>data.*.skus.*.batch_number</td>\n<td>string</td>\n<td>Batch number of ASN SKU.</td>\n</tr>\n<tr>\n<td>data.*.skus.*.carton_number</td>\n<td>string</td>\n<td>Carton number of ASN SKU.</td>\n</tr>\n<tr>\n<td>data.*.skus.*.expected_qty</td>\n<td>integer</td>\n<td>Expected quantity of ASN SKU.</td>\n</tr>\n<tr>\n<td>data.*.skus.*.received_qty</td>\n<td>integer</td>\n<td>Received quantity of ASN SKU.</td>\n</tr>\n<tr>\n<td>data.*.skus.*.label_flag</td>\n<td>boolean</td>\n<td>Require labeling of ASN SKU.</td>\n</tr>\n<tr>\n<td>data.*.skus.*.bundle_flag</td>\n<td>boolean</td>\n<td>Require bundling of ASN SKU.</td>\n</tr>\n<tr>\n<td>data.*.skus.*.qc_flag</td>\n<td>boolean</td>\n<td>Require quality control of ASN SKU.</td>\n</tr>\n<tr>\n<td>data.*.skus.*.assemble_flag</td>\n<td>boolean</td>\n<td>Require assembling of ASN SKU.</td>\n</tr>\n<tr>\n<td>data.*.skus.*.transfer_flag</td>\n<td>boolean</td>\n<td>Transferable SKU of ASN.</td>\n</tr>\n<tr>\n<td>data.*.skus.*.exp_date</td>\n<td>date</td>\n<td>Expiry date of ASN SKU.</td>\n</tr>\n<tr>\n<td>data.*.skus.*.uom</td>\n<td>string</td>\n<td>UOM</td>\n</tr>\n<tr>\n<td>data.*.skus.*.uom_quantity</td>\n<td>Integer</td>\n<td>Quantity of UOM</td>\n</tr>\n<tr>\n<td>data.*.status_history</td>\n<td>array</td>\n<td>Status history list of ASN. Need to enable it by <strong>'include_status_history' =&gt; true</strong> on request body.</td>\n</tr>\n<tr>\n<td>data.*.status_history.*.status_id</td>\n<td>integer</td>\n<td>Status unique ID number.</td>\n</tr>\n<tr>\n<td>data.*.status_history.*.label</td>\n<td>string</td>\n<td>Title of status.</td>\n</tr>\n<tr>\n<td>data.*.status_history.*.timestamp</td>\n<td>timestamp</td>\n<td>Status date.</td>\n</tr>\n<tr>\n<td>data.*.status_history.*.note</td>\n<td>string</td>\n<td>Note of status.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v3","asn"],"host":["BASE_URL"],"query":[],"variable":[]}},"response":[{"id":"e01a0caa-a566-4221-963f-dbc854ceeb4a","name":"Success","originalRequest":{"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    \"per_page\": 10,\n    \"page\": 1\n}"},"url":"BASE_URL/api/v3/asn"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 27 Jul 2023 10:34:18 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/8.1.10"},{"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.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"118"},{"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\": 10,\n        \"current_page\": 1,\n        \"last_page\": 6,\n        \"total\": 54\n    },\n    \"applied_filters\": [],\n    \"data\": [\n        {\n            \"id\": 83,\n            \"asn_type\": \"CR\",\n            \"asn_number\": \"ASNCR000026\",\n            \"reference_number\": null,\n            \"po_number\": null,\n            \"warehouse\": \"IQBHR01\",\n            \"carrier\": null,\n            \"invoice_number\": null,\n            \"supplier_reference_code\": null,\n            \"return_order_no\": null,\n            \"return_delivery_no\": null,\n            \"number_of_boxes\": 0,\n            \"last_status\": \"Pre-alert Initiated\",\n            \"last_status_time\": \"26-07-2023 10:23:06\",\n            \"expected_arrival_time\": \"26-07-2023 00:00:00\",\n            \"received_time\": \"27-07-2023 14:34:18\",\n            \"created_at\": \"26-07-2023 10:23:06\",\n            \"skus\": [\n                {\n                    \"line_no\": null,\n                    \"batch_no\": null,\n                    \"sku\": \"200G\",\n                    \"expected_qty\": 100,\n                    \"received_qty\": 0,\n                    \"good_qty\": 0,\n                    \"bad_qty\": 0\n                }\n            ],\n            \"status_history\": [\n                {\n                    \"status_id\": 495,\n                    \"label\": \"Pre-alert Initiated\",\n                    \"time\": 1690352586,\n                    \"timestamp\": \"2023-07-26 10:23:06\",\n                    \"note\": \"\"\n                }\n            ]\n        },\n        {\n            \"id\": 82,\n            \"asn_type\": \"CR\",\n            \"asn_number\": \"ASNVPO000041\",\n            \"reference_number\": null,\n            \"po_number\": null,\n            \"warehouse\": \"IMTIAZ\",\n            \"carrier\": null,\n            \"invoice_number\": null,\n            \"supplier_reference_code\": null,\n            \"return_order_no\": null,\n            \"return_delivery_no\": null,\n            \"number_of_boxes\": 0,\n            \"last_status\": \"Confirmed\",\n            \"last_status_time\": \"22-07-2023 15:06:02\",\n            \"expected_arrival_time\": \"27-07-2023 08:24:00\",\n            \"received_time\": \"27-07-2023 14:34:18\",\n            \"created_at\": \"22-07-2023 15:06:02\",\n            \"skus\": [\n                {\n                    \"line_no\": null,\n                    \"batch_no\": \"12\",\n                    \"sku\": \"200G\",\n                    \"expected_qty\": 11,\n                    \"received_qty\": 0,\n                    \"good_qty\": 0,\n                    \"bad_qty\": 0\n                }\n            ],\n            \"status_history\": [\n                {\n                    \"status_id\": 495,\n                    \"label\": \"Pre-alert Initiated\",\n                    \"time\": 1690023962,\n                    \"timestamp\": \"2023-07-22 15:06:02\",\n                    \"note\": \"\"\n                },\n                {\n                    \"status_id\": 500,\n                    \"label\": \"Confirmed\",\n                    \"time\": 1690024012,\n                    \"timestamp\": \"2023-07-22 15:06:52\",\n                    \"note\": \"\"\n                }\n            ]\n        },\n        {\n            \"id\": 79,\n            \"asn_type\": \"VPO\",\n            \"asn_number\": \"ASNVPO000040\",\n            \"reference_number\": null,\n            \"po_number\": \"AAA\",\n            \"warehouse\": \"IQWH01\",\n            \"carrier\": null,\n            \"invoice_number\": null,\n            \"supplier_reference_code\": null,\n            \"return_order_no\": null,\n            \"return_delivery_no\": null,\n            \"number_of_boxes\": 1,\n            \"last_status\": \"Confirmed\",\n            \"last_status_time\": \"24-05-2023 12:48:27\",\n            \"expected_arrival_time\": \"24-05-2023 00:00:00\",\n            \"received_time\": \"27-07-2023 14:34:18\",\n            \"created_at\": \"24-05-2023 12:48:27\",\n            \"skus\": [\n                {\n                    \"line_no\": null,\n                    \"batch_no\": null,\n                    \"sku\": \"200G\",\n                    \"expected_qty\": 4,\n                    \"received_qty\": 0,\n                    \"good_qty\": 0,\n                    \"bad_qty\": 0\n                }\n            ],\n            \"status_history\": [\n                {\n                    \"status_id\": 500,\n                    \"label\": \"Confirmed\",\n                    \"time\": 1684918107,\n                    \"timestamp\": \"2023-05-24 12:48:27\",\n                    \"note\": \"\"\n                }\n            ]\n        },\n        {\n            \"id\": 76,\n            \"asn_type\": \"VPO\",\n            \"asn_number\": \"ASNVPO000039\",\n            \"reference_number\": \"TAUBF1\",\n            \"po_number\": null,\n            \"warehouse\": \"IMTIAZ\",\n            \"carrier\": null,\n            \"invoice_number\": null,\n            \"supplier_reference_code\": null,\n            \"return_order_no\": null,\n            \"return_delivery_no\": null,\n            \"number_of_boxes\": 1,\n            \"last_status\": \"Closed\",\n            \"last_status_time\": \"22-06-2023 15:10:56\",\n            \"expected_arrival_time\": \"22-05-2023 00:00:00\",\n            \"received_time\": \"27-07-2023 14:34:18\",\n            \"created_at\": \"18-05-2023 11:30:32\",\n            \"skus\": [\n                {\n                    \"line_no\": null,\n                    \"batch_no\": null,\n                    \"sku\": \"0.07GMX16.9X16.6X5.1\",\n                    \"expected_qty\": 10,\n                    \"received_qty\": 0,\n                    \"good_qty\": 0,\n                    \"bad_qty\": 0\n                },\n                {\n                    \"line_no\": null,\n                    \"batch_no\": null,\n                    \"sku\": \"GCH-TUP-01-0003\",\n                    \"expected_qty\": 10,\n                    \"received_qty\": 0,\n                    \"good_qty\": 0,\n                    \"bad_qty\": 0\n                }\n            ],\n            \"status_history\": [\n                {\n                    \"status_id\": 495,\n                    \"label\": \"Pre-alert Initiated\",\n                    \"time\": 1684395032,\n                    \"timestamp\": \"2023-05-18 11:30:32\",\n                    \"note\": \"\"\n                },\n                {\n                    \"status_id\": 550,\n                    \"label\": \"Closed\",\n                    \"time\": 1687432256,\n                    \"timestamp\": \"2023-06-22 15:10:56\",\n                    \"note\": \"\"\n                }\n            ]\n        },\n        {\n            \"id\": 75,\n            \"asn_type\": \"CR\",\n            \"asn_number\": \"ASNCR000023\",\n            \"reference_number\": null,\n            \"po_number\": null,\n            \"warehouse\": \"IMTIAZ\",\n            \"carrier\": null,\n            \"invoice_number\": null,\n            \"supplier_reference_code\": null,\n            \"return_order_no\": null,\n            \"return_delivery_no\": null,\n            \"number_of_boxes\": null,\n            \"last_status\": \"Cancelled\",\n            \"last_status_time\": \"09-02-2023 15:57:01\",\n            \"expected_arrival_time\": \"25-11-2022 00:00:00\",\n            \"received_time\": \"27-07-2023 14:34:18\",\n            \"created_at\": \"23-11-2022 16:06:56\",\n            \"skus\": [\n                {\n                    \"line_no\": null,\n                    \"batch_no\": \"1\",\n                    \"sku\": \"0.07GMX16.9X16.6X5.1\",\n                    \"expected_qty\": 2,\n                    \"received_qty\": 0,\n                    \"good_qty\": 0,\n                    \"bad_qty\": 0\n                }\n            ],\n            \"status_history\": [\n                {\n                    \"status_id\": 495,\n                    \"label\": \"Pre-alert Initiated\",\n                    \"time\": 1669205216,\n                    \"timestamp\": \"2022-11-23 16:06:56\",\n                    \"note\": \"\"\n                },\n                {\n                    \"status_id\": 540,\n                    \"label\": \"Cancelled\",\n                    \"time\": 1675943821,\n                    \"timestamp\": \"2023-02-09 15:57:01\",\n                    \"note\": \"\"\n                }\n            ]\n        },\n        {\n            \"id\": 74,\n            \"asn_type\": \"VPO\",\n            \"asn_number\": \"ASNVPO000038\",\n            \"reference_number\": null,\n            \"po_number\": null,\n            \"warehouse\": null,\n            \"carrier\": null,\n            \"invoice_number\": null,\n            \"supplier_reference_code\": null,\n            \"return_order_no\": null,\n            \"return_delivery_no\": null,\n            \"number_of_boxes\": 0,\n            \"last_status\": \"Cancelled\",\n            \"last_status_time\": \"29-03-2023 08:19:35\",\n            \"expected_arrival_time\": \"17-11-2022 00:00:00\",\n            \"received_time\": \"27-07-2023 14:34:18\",\n            \"created_at\": \"23-11-2022 14:51:17\",\n            \"skus\": [\n                {\n                    \"line_no\": null,\n                    \"batch_no\": null,\n                    \"sku\": \"200G\",\n                    \"expected_qty\": 2,\n                    \"received_qty\": 0,\n                    \"good_qty\": 0,\n                    \"bad_qty\": 0\n                }\n            ],\n            \"status_history\": [\n                {\n                    \"status_id\": 500,\n                    \"label\": \"Confirmed\",\n                    \"time\": 1669200677,\n                    \"timestamp\": \"2022-11-23 14:51:17\",\n                    \"note\": \"\"\n                },\n                {\n                    \"status_id\": 540,\n                    \"label\": \"Cancelled\",\n                    \"time\": 1680063575,\n                    \"timestamp\": \"2023-03-29 08:19:35\",\n                    \"note\": \"\"\n                }\n            ]\n        },\n        {\n            \"id\": 71,\n            \"asn_type\": \"CR\",\n            \"asn_number\": \"ASNCR000020\",\n            \"reference_number\": null,\n            \"po_number\": null,\n            \"warehouse\": null,\n            \"carrier\": null,\n            \"invoice_number\": null,\n            \"supplier_reference_code\": null,\n            \"return_order_no\": null,\n            \"return_delivery_no\": null,\n            \"number_of_boxes\": 0,\n            \"last_status\": \"Cancelled\",\n            \"last_status_time\": \"29-03-2023 08:20:09\",\n            \"expected_arrival_time\": \"25-11-2022 00:00:00\",\n            \"received_time\": \"27-07-2023 14:34:18\",\n            \"created_at\": \"23-11-2022 11:26:39\",\n            \"skus\": [\n                {\n                    \"line_no\": null,\n                    \"batch_no\": \"2\",\n                    \"sku\": \"GSCTEST1001\",\n                    \"expected_qty\": 2,\n                    \"received_qty\": 0,\n                    \"good_qty\": 0,\n                    \"bad_qty\": 0\n                }\n            ],\n            \"status_history\": [\n                {\n                    \"status_id\": 500,\n                    \"label\": \"Confirmed\",\n                    \"time\": 1669188399,\n                    \"timestamp\": \"2022-11-23 11:26:39\",\n                    \"note\": \"\"\n                },\n                {\n                    \"status_id\": 540,\n                    \"label\": \"Cancelled\",\n                    \"time\": 1680063609,\n                    \"timestamp\": \"2023-03-29 08:20:09\",\n                    \"note\": \"\"\n                }\n            ]\n        },\n        {\n            \"id\": 68,\n            \"asn_type\": \"CR\",\n            \"asn_number\": \"ASNCR000018\",\n            \"reference_number\": null,\n            \"po_number\": null,\n            \"warehouse\": \"IMTIAZ\",\n            \"carrier\": null,\n            \"invoice_number\": null,\n            \"supplier_reference_code\": null,\n            \"return_order_no\": null,\n            \"return_delivery_no\": null,\n            \"number_of_boxes\": 0,\n            \"last_status\": \"Pre-alert Initiated\",\n            \"last_status_time\": \"23-11-2022 11:03:38\",\n            \"expected_arrival_time\": \"24-11-2022 00:00:00\",\n            \"received_time\": \"27-07-2023 14:34:18\",\n            \"created_at\": \"23-11-2022 11:03:38\",\n            \"skus\": [\n                {\n                    \"line_no\": null,\n                    \"batch_no\": \"1\",\n                    \"sku\": \"200G\",\n                    \"expected_qty\": 1,\n                    \"received_qty\": 0,\n                    \"good_qty\": 0,\n                    \"bad_qty\": 0\n                }\n            ],\n            \"status_history\": [\n                {\n                    \"status_id\": 495,\n                    \"label\": \"Pre-alert Initiated\",\n                    \"time\": 1669187018,\n                    \"timestamp\": \"2022-11-23 11:03:38\",\n                    \"note\": \"\"\n                }\n            ]\n        },\n        {\n            \"id\": 62,\n            \"asn_type\": \"VPO\",\n            \"asn_number\": \"ASNVPO000032\",\n            \"reference_number\": null,\n            \"po_number\": null,\n            \"warehouse\": \"IMTIAZ\",\n            \"carrier\": null,\n            \"invoice_number\": null,\n            \"supplier_reference_code\": null,\n            \"return_order_no\": null,\n            \"return_delivery_no\": null,\n            \"number_of_boxes\": null,\n            \"last_status\": \"Confirmed\",\n            \"last_status_time\": \"11-11-2022 09:26:26\",\n            \"expected_arrival_time\": \"12-11-2022 00:00:00\",\n            \"received_time\": \"27-07-2023 14:34:18\",\n            \"created_at\": \"11-11-2022 09:26:26\",\n            \"skus\": [\n                {\n                    \"line_no\": null,\n                    \"batch_no\": \"aa\",\n                    \"sku\": \"350G\",\n                    \"expected_qty\": 12,\n                    \"received_qty\": 0,\n                    \"good_qty\": 0,\n                    \"bad_qty\": 0\n                },\n                {\n                    \"line_no\": null,\n                    \"batch_no\": \"ff\",\n                    \"sku\": \"200G\",\n                    \"expected_qty\": 433,\n                    \"received_qty\": 0,\n                    \"good_qty\": 0,\n                    \"bad_qty\": 0\n                }\n            ],\n            \"status_history\": [\n                {\n                    \"status_id\": 500,\n                    \"label\": \"Confirmed\",\n                    \"time\": 1668144386,\n                    \"timestamp\": \"2022-11-11 09:26:26\",\n                    \"note\": \"\"\n                }\n            ]\n        },\n        {\n            \"id\": 61,\n            \"asn_type\": \"VPO\",\n            \"asn_number\": \"ASNVPO000031\",\n            \"reference_number\": null,\n            \"po_number\": null,\n            \"warehouse\": \"IQKSA01\",\n            \"carrier\": null,\n            \"invoice_number\": null,\n            \"supplier_reference_code\": null,\n            \"return_order_no\": null,\n            \"return_delivery_no\": null,\n            \"number_of_boxes\": 0,\n            \"last_status\": \"Confirmed\",\n            \"last_status_time\": \"11-11-2022 09:25:11\",\n            \"expected_arrival_time\": \"12-11-2022 00:00:00\",\n            \"received_time\": \"27-07-2023 14:34:18\",\n            \"created_at\": \"11-11-2022 09:25:11\",\n            \"skus\": [\n                {\n                    \"line_no\": null,\n                    \"batch_no\": \"aa\",\n                    \"sku\": \"350G\",\n                    \"expected_qty\": 44,\n                    \"received_qty\": 0,\n                    \"good_qty\": 0,\n                    \"bad_qty\": 0\n                },\n                {\n                    \"line_no\": null,\n                    \"batch_no\": \"we\",\n                    \"sku\": \"200G\",\n                    \"expected_qty\": 123,\n                    \"received_qty\": 0,\n                    \"good_qty\": 0,\n                    \"bad_qty\": 0\n                }\n            ],\n            \"status_history\": [\n                {\n                    \"status_id\": 500,\n                    \"label\": \"Confirmed\",\n                    \"time\": 1668144311,\n                    \"timestamp\": \"2022-11-11 09:25:11\",\n                    \"note\": \"\"\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"e11e5d05-3a19-4c1a-8aa0-c69a1ab1fa7b"}],"id":"bd1bb710-0de1-4ff3-b132-945732396522","_postman_id":"bd1bb710-0de1-4ff3-b132-945732396522","description":""},{"name":"SKUs","item":[{"name":"SKUs","id":"623a64eb-2311-4be8-a4e5-40fae71d384c","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\": 50,\n    \"skus\": [\"ITC3\"]\n}"},"url":"BASE_URL/api/v3/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>page</td>\n<td>1</td>\n<td>Integer</td>\n<td>Optional</td>\n<td>Page number of pagination. Default value: 1</td>\n</tr>\n<tr>\n<td>per_page</td>\n<td>50</td>\n<td>Integer</td>\n<td>Optional</td>\n<td>Items number on per page. Default value: 50</td>\n</tr>\n<tr>\n<td>skus</td>\n<td>[\"123\", \"123\"]</td>\n<td>array</td>\n<td>Optional</td>\n<td>SKU's system code to filter data.</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>success</td>\n<td>boolean</td>\n<td>Status of request.</td>\n</tr>\n<tr>\n<td>pagination</td>\n<td>object</td>\n<td>Pagination data.</td>\n</tr>\n<tr>\n<td>pagination.per_page</td>\n<td>integer</td>\n<td>The number of items to be shown per page. Default 50</td>\n</tr>\n<tr>\n<td>pagination.current_page</td>\n<td>integer</td>\n<td>The current page number. Default 1</td>\n</tr>\n<tr>\n<td>pagination.last_page</td>\n<td>integer</td>\n<td>The last page number.</td>\n</tr>\n<tr>\n<td>pagination.total</td>\n<td>integer</td>\n<td>The total number of rows.</td>\n</tr>\n<tr>\n<td>applied_filters</td>\n<td>array</td>\n<td>The array of applied filters.</td>\n</tr>\n<tr>\n<td>applied_filters.sku_type</td>\n<td>string</td>\n<td>SKU type which is applied in the filter.</td>\n</tr>\n<tr>\n<td>applied_filters.sku_number</td>\n<td>string</td>\n<td>SKU system code which is applied in the filter.</td>\n</tr>\n<tr>\n<td>applied_filters.category</td>\n<td>string</td>\n<td>Category which is applied in the filter.</td>\n</tr>\n<tr>\n<td>applied_filters.sub_category</td>\n<td>string</td>\n<td>Sub-category which is applied in the filter.</td>\n</tr>\n<tr>\n<td>applied_filters.status</td>\n<td>string</td>\n<td>Status which is applied in the filter.</td>\n</tr>\n<tr>\n<td>data</td>\n<td>array</td>\n<td>List of data.</td>\n</tr>\n<tr>\n<td>data.*.id</td>\n<td>integer</td>\n<td>Unique ID number of SKU</td>\n</tr>\n<tr>\n<td>data.*.status</td>\n<td>string</td>\n<td>Current status of SKU</td>\n</tr>\n<tr>\n<td>data.*.sku_number</td>\n<td>string</td>\n<td>Unique system code of SKU</td>\n</tr>\n<tr>\n<td>data.*.alter_sku_name</td>\n<td>string</td>\n<td>Alternative sku system code of SKU</td>\n</tr>\n<tr>\n<td>data.*.description</td>\n<td>string</td>\n<td>SKU short description</td>\n</tr>\n<tr>\n<td>data.*.brand</td>\n<td>string</td>\n<td>Brand name of the SKU</td>\n</tr>\n<tr>\n<td>data.*.category</td>\n<td>string</td>\n<td>Category name of the SKU</td>\n</tr>\n<tr>\n<td>data.*.sub_category</td>\n<td>string</td>\n<td>Sub-category name of the SKU</td>\n</tr>\n<tr>\n<td>data.*.photo</td>\n<td>string</td>\n<td>Image url of the SKU</td>\n</tr>\n<tr>\n<td>data.*.weight</td>\n<td>float</td>\n<td>Weight of the SKU</td>\n</tr>\n<tr>\n<td>data.*.cubee</td>\n<td>float</td>\n<td>Cube of the SKU</td>\n</tr>\n<tr>\n<td>data.*.length</td>\n<td>float</td>\n<td>Length of the SKU</td>\n</tr>\n<tr>\n<td>data.*.width</td>\n<td>float</td>\n<td>Width of the SKU</td>\n</tr>\n<tr>\n<td>data.*.height</td>\n<td>float</td>\n<td>Height of the SKU</td>\n</tr>\n<tr>\n<td>data.*.size</td>\n<td>string</td>\n<td>Size of the SKU</td>\n</tr>\n<tr>\n<td>data.*.color</td>\n<td>string</td>\n<td>Color of the SKU</td>\n</tr>\n<tr>\n<td>data.*.design_number</td>\n<td>string</td>\n<td>Design number of the SKU</td>\n</tr>\n<tr>\n<td>data.*.sku_type</td>\n<td>string</td>\n<td>SKU type</td>\n</tr>\n<tr>\n<td>data.*.order_count</td>\n<td>integer</td>\n<td>Number of orders</td>\n</tr>\n<tr>\n<td>data.*.system_creation_time</td>\n<td>string</td>\n<td>SKU creation timestamp</td>\n</tr>\n<tr>\n<td>data.*.insert_time</td>\n<td>string</td>\n<td>SKU insertion timestamp</td>\n</tr>\n<tr>\n<td>data.*.product</td>\n<td>string</td>\n<td>The product name of related sku</td>\n</tr>\n<tr>\n<td>data.*.currency</td>\n<td>string</td>\n<td>SKU currency code</td>\n</tr>\n<tr>\n<td>data.*.cost_price</td>\n<td>float</td>\n<td>Cost price of the SKU</td>\n</tr>\n<tr>\n<td>data.*.price</td>\n<td>float</td>\n<td>Price of the SKU</td>\n</tr>\n<tr>\n<td>data.*.discounted_price</td>\n<td>float</td>\n<td>Discounted price of the SKU</td>\n</tr>\n<tr>\n<td>data.*.is_default</td>\n<td>boolean</td>\n<td>Default SKU indicator</td>\n</tr>\n<tr>\n<td>data.*.last_order_dropped</td>\n<td>string</td>\n<td>Last order dropped timestamp</td>\n</tr>\n<tr>\n<td>data.*.status</td>\n<td>string</td>\n<td>Status of the SKU</td>\n</tr>\n<tr>\n<td>data.*.hs_code</td>\n<td>string</td>\n<td>HS code of the SKU</td>\n</tr>\n<tr>\n<td>data.*.country</td>\n<td>string</td>\n<td>The country code of the SKU</td>\n</tr>\n<tr>\n<td>data.*.expiry_control</td>\n<td>boolean</td>\n<td>Expiry control flag</td>\n</tr>\n<tr>\n<td>data.*.serial_number_control</td>\n<td>boolean</td>\n<td>Serial number control flag</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v3","skus"],"host":["BASE_URL"],"query":[],"variable":[]}},"response":[{"id":"3349c94e-b662-4f54-ac03-c0ef96eddf88","name":"SKUs","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"{token}","type":"text"},{"key":"Accept-Language","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"page\": 1,\n    \"per_page\": 50,\n    \"skus\": [\"ITC3\"]\n}"},"url":"BASE_URL/api/v3/skus"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Wed, 18 Feb 2026 04:32:18 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":"596"},{"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        \"skus\": [\n            \"ITC3\"\n        ]\n    },\n    \"data\": [\n        {\n            \"id\": 167287,\n            \"sku\": \"ITC3\",\n            \"alternative_sku_name\": null,\n            \"sku_type\": \"Regular\",\n            \"description\": \"ITC3\",\n            \"brand\": null,\n            \"weight\": 0,\n            \"cube\": 0,\n            \"length\": 0,\n            \"width\": 0,\n            \"height\": 0,\n            \"color\": null,\n            \"hscode\": null,\n            \"origin_country\": null,\n            \"serial_number_required\": false,\n            \"value_added_services\": false,\n            \"need_expiry_date\": false,\n            \"created_at\": \"2025-07-14 04:33:49\",\n            \"alternative_sku_codes\": []\n        }\n    ]\n}"}],"_postman_id":"623a64eb-2311-4be8-a4e5-40fae71d384c"},{"name":"Create","id":"4e3014b0-08aa-492c-b6a4-01ffd870b44f","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    \"sku\": \"NEWSKU01\",\n    \"alternative_sku_name\": \"SKUALTER005\",\n    \"sku_type\": \"Regular\",\n    \"description\": \"My first product.\",\n    \"weight\": 1.11,\n    \"cube\": 1.11,\n    \"length\": 1.11,\n    \"width\": 1.11,\n    \"height\": 1.11,\n    \"brand\": \"IQ Fulfillment\",\n    \"color\": \"Black\",\n    \"hscode\": \"90.04.10.91.10\",\n    \"origin_country\": \"UAE\",\n    \"serial_number_required\": true,\n    \"value_added_services\": true,\n    \"need_expiry_date\": true\n}"},"url":"BASE_URL/skus/create","description":"<p><strong>Description: sku creation</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>sku</td>\n<td>TEST001</td>\n<td>string</td>\n<td>required  <br />freetext need to be unique</td>\n<td>Unique system code of SKU</td>\n</tr>\n<tr>\n<td>sku_type</td>\n<td>Regular</td>\n<td>string</td>\n<td>required  <br />exists in sku type</td>\n<td>SKU type.</td>\n</tr>\n<tr>\n<td>alter_sku_name</td>\n<td>ALTTEST001</td>\n<td>string</td>\n<td>optional  <br />freetext</td>\n<td>Alternative sku system code of SKU</td>\n</tr>\n<tr>\n<td>photo</td>\n<td>image.jpeg</td>\n<td>Image</td>\n<td>Optional</td>\n<td>Image for SKU.</td>\n</tr>\n<tr>\n<td>description</td>\n<td>A short test description.</td>\n<td>string</td>\n<td>optional  <br />freetext</td>\n<td>A short description of SKU</td>\n</tr>\n<tr>\n<td>weight</td>\n<td>1.5</td>\n<td>float</td>\n<td>optional  <br />numeric</td>\n<td>Weight of the SKU</td>\n</tr>\n<tr>\n<td>cubee</td>\n<td>1.5</td>\n<td>float</td>\n<td>optional  <br />numeric</td>\n<td>Cube of the SKU</td>\n</tr>\n<tr>\n<td>length</td>\n<td>1</td>\n<td>float</td>\n<td>optional  <br />numeric</td>\n<td>Length of the SKU</td>\n</tr>\n<tr>\n<td>width</td>\n<td>1</td>\n<td>float</td>\n<td>optional  <br />numeric</td>\n<td>Width of the SKU</td>\n</tr>\n<tr>\n<td>height</td>\n<td>1</td>\n<td>float</td>\n<td>optional  <br />numeric</td>\n<td>Height of the SKU</td>\n</tr>\n<tr>\n<td>brand</td>\n<td>Brand001</td>\n<td>string</td>\n<td>optional  <br />freetext</td>\n<td>Brand name of the SKU</td>\n</tr>\n<tr>\n<td>color</td>\n<td>Red</td>\n<td>string</td>\n<td>optional</td>\n<td>Color of the SKU</td>\n</tr>\n<tr>\n<td>hs_code</td>\n<td>HSTEST001</td>\n<td>string</td>\n<td>optional  <br />freetext</td>\n<td>HS code of the SKU</td>\n</tr>\n<tr>\n<td>origin_country</td>\n<td>UAE</td>\n<td>string</td>\n<td>optional  <br />country code</td>\n<td>The country code of the SKU</td>\n</tr>\n<tr>\n<td>serial_number_required</td>\n<td>true</td>\n<td>Boolean</td>\n<td>optional</td>\n<td>Is serial number required</td>\n</tr>\n<tr>\n<td>value_added_services</td>\n<td>true</td>\n<td>Boolean</td>\n<td>optional</td>\n<td>Valude added services</td>\n</tr>\n<tr>\n<td>need_expiry_date</td>\n<td>true</td>\n<td>Boolean</td>\n<td>optional</td>\n<td>Need expire date</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>success</td>\n<td>boolean</td>\n<td>Status of request.</td>\n</tr>\n<tr>\n<td>data</td>\n<td>object</td>\n<td>List of data.</td>\n</tr>\n<tr>\n<td>data.id</td>\n<td>integer</td>\n<td>Unique ID number of Sku</td>\n</tr>\n<tr>\n<td>data.status</td>\n<td>string</td>\n<td>Current status of Sku</td>\n</tr>\n<tr>\n<td>data.sku_number</td>\n<td>string</td>\n<td>Unique system code of Sku</td>\n</tr>\n<tr>\n<td>data.alter_sku_name</td>\n<td>string</td>\n<td>Alternative sku system code of Sku</td>\n</tr>\n<tr>\n<td>data.description</td>\n<td>string</td>\n<td>SKU short description</td>\n</tr>\n<tr>\n<td>data.brand</td>\n<td>string</td>\n<td>Brand name of the sku</td>\n</tr>\n<tr>\n<td>data.category</td>\n<td>string</td>\n<td>Category name of the sku</td>\n</tr>\n<tr>\n<td>data.sub_category</td>\n<td>string</td>\n<td>Sub-category name of the sku</td>\n</tr>\n<tr>\n<td>data.photo</td>\n<td>string</td>\n<td>Image url of the sku</td>\n</tr>\n<tr>\n<td>data.weight</td>\n<td>float</td>\n<td>Weight of the sku</td>\n</tr>\n<tr>\n<td>data.cubee</td>\n<td>float</td>\n<td>Cube of the sku</td>\n</tr>\n<tr>\n<td>data.length</td>\n<td>float</td>\n<td>Length of the sku</td>\n</tr>\n<tr>\n<td>data.width</td>\n<td>float</td>\n<td>Width of the sku</td>\n</tr>\n<tr>\n<td>data.height</td>\n<td>float</td>\n<td>Height of the Sku</td>\n</tr>\n<tr>\n<td>data.size</td>\n<td>string</td>\n<td>Size of the Sku</td>\n</tr>\n<tr>\n<td>data.color</td>\n<td>string</td>\n<td>Color of the Sku</td>\n</tr>\n<tr>\n<td>data.design_number</td>\n<td>string</td>\n<td>Design number of the Sku</td>\n</tr>\n<tr>\n<td>data.sku_type</td>\n<td>string</td>\n<td>Sku type</td>\n</tr>\n<tr>\n<td>data.order_count</td>\n<td>integer</td>\n<td>Number of orders</td>\n</tr>\n<tr>\n<td>data.system_creation_time</td>\n<td>string</td>\n<td>Sku creation timestamp</td>\n</tr>\n<tr>\n<td>data.insert_time</td>\n<td>string</td>\n<td>Sku insertion timestamp</td>\n</tr>\n<tr>\n<td>data.product</td>\n<td>string</td>\n<td>The product name of related sku</td>\n</tr>\n<tr>\n<td>data.currency</td>\n<td>string</td>\n<td>Sku currency code</td>\n</tr>\n<tr>\n<td>data.cost_price</td>\n<td>float</td>\n<td>Cost price of the Sku</td>\n</tr>\n<tr>\n<td>data.price</td>\n<td>float</td>\n<td>Price of the Sku</td>\n</tr>\n<tr>\n<td>data.discounted_price</td>\n<td>float</td>\n<td>Discounted price of the Sku</td>\n</tr>\n<tr>\n<td>data.is_default</td>\n<td>boolean</td>\n<td>Default Sku indicator</td>\n</tr>\n<tr>\n<td>data.last_order_dropped</td>\n<td>string</td>\n<td>Last order dropped timestamp</td>\n</tr>\n<tr>\n<td>data.status</td>\n<td>string</td>\n<td>Status of the Sku</td>\n</tr>\n<tr>\n<td>data.hs_code</td>\n<td>string</td>\n<td>HS code of the Sku</td>\n</tr>\n<tr>\n<td>data.country</td>\n<td>string</td>\n<td>The country code of the sku</td>\n</tr>\n<tr>\n<td>data.expiry_control</td>\n<td>boolean</td>\n<td>Expiry control flag</td>\n</tr>\n<tr>\n<td>data.serial_number_control</td>\n<td>boolean</td>\n<td>Serial number control flag</td>\n</tr>\n<tr>\n<td>alternative_sku_codes</td>\n<td>array</td>\n<td>List of alternate sku codes</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["skus","create"],"host":["BASE_URL"],"query":[],"variable":[]}},"response":[{"id":"acc5be4e-d1e3-4344-9014-556723771b1a","name":"Create","originalRequest":{"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    \"sku\": \"NEWSKU01\",\n    \"alternative_sku_name\": \"SKUALTER005\",\n    \"sku_type\": \"Regular\",\n    \"description\": \"My first product.\",\n    \"weight\": 1.11,\n    \"cube\": 1.11,\n    \"length\": 1.11,\n    \"width\": 1.11,\n    \"height\": 1.11,\n    \"brand\": \"IQ Fulfillment\",\n    \"color\": \"Black\",\n    \"hscode\": \"90.04.10.91.10\",\n    \"origin_country\": \"UAE\",\n    \"serial_number_required\": true,\n    \"value_added_services\": true,\n    \"need_expiry_date\": true\n}"},"url":"BASE_URL/skus/create"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Wed, 18 Feb 2026 04:36:01 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":"597"},{"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\": 168570,\n        \"sku\": \"NEWSKU01\",\n        \"alternative_sku_name\": \"SKUALTER005\",\n        \"sku_type\": \"Regular\",\n        \"description\": \"My first product.\",\n        \"brand\": \"IQ Fulfillment\",\n        \"weight\": 1.11,\n        \"cube\": 1.11,\n        \"length\": 1.11,\n        \"width\": 1.11,\n        \"height\": 1.11,\n        \"color\": \"Black\",\n        \"hscode\": \"90.04.10.91.10\",\n        \"origin_country\": \"UAE\",\n        \"serial_number_required\": true,\n        \"value_added_services\": true,\n        \"need_expiry_date\": true,\n        \"created_at\": 1771374961\n    }\n}"}],"_postman_id":"4e3014b0-08aa-492c-b6a4-01ffd870b44f"},{"name":"Update","id":"ae4c48b2-7d63-4c52-9810-9d8a6f9ad673","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    \"sku\": \"NEWSKU01\",\n    \"alternative_sku_name\": \"SKUALTER005\",\n    \"sku_type\": \"Regular\",\n    \"description\": \"My first product.\",\n    \"weight\": 1.11,\n    \"cube\": 1.11,\n    \"length\": 1.11,\n    \"width\": 1.11,\n    \"height\": 1.11,\n    \"brand\": \"IQ Fulfillment\",\n    \"color\": \"Black\",\n    \"hscode\": \"90.04.10.91.10\",\n    \"origin_country\": \"UAE\",\n    \"serial_number_required\": true,\n    \"value_added_services\": true,\n    \"need_expiry_date\": true\n}"},"url":"BASE_URL/skus/update","description":"<p><strong>Description: sku update</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>sku_type</td>\n<td>Regular</td>\n<td>string</td>\n<td>required  <br />exists in sku type</td>\n<td>SKU type.</td>\n</tr>\n<tr>\n<td>sku</td>\n<td>TEST001</td>\n<td>string</td>\n<td>required  <br />freetext need to be unique</td>\n<td>Unique system code of SKU</td>\n</tr>\n<tr>\n<td>alter_sku_name</td>\n<td>ALTTEST001</td>\n<td>string</td>\n<td>optional  <br />freetext</td>\n<td>Alternative sku system code of SKU</td>\n</tr>\n<tr>\n<td>description</td>\n<td>A short test description.</td>\n<td>string</td>\n<td>optional  <br />freetext</td>\n<td>A short description of SKU</td>\n</tr>\n<tr>\n<td>brand</td>\n<td>Brand001</td>\n<td>string</td>\n<td>optional  <br />freetext</td>\n<td>Brand name of the SKU</td>\n</tr>\n<tr>\n<td>weight</td>\n<td>1.5</td>\n<td>float</td>\n<td>optional  <br />numeric</td>\n<td>Weight of the SKU</td>\n</tr>\n<tr>\n<td>cubee</td>\n<td>1.5</td>\n<td>float</td>\n<td>optional  <br />numeric</td>\n<td>Cube of the SKU</td>\n</tr>\n<tr>\n<td>length</td>\n<td>1</td>\n<td>float</td>\n<td>optional  <br />numeric</td>\n<td>Length of the SKU</td>\n</tr>\n<tr>\n<td>width</td>\n<td>1</td>\n<td>float</td>\n<td>optional  <br />numeric</td>\n<td>Width of the SKU</td>\n</tr>\n<tr>\n<td>height</td>\n<td>1</td>\n<td>float</td>\n<td>optional  <br />numeric</td>\n<td>Height of the SKU</td>\n</tr>\n<tr>\n<td>color</td>\n<td>Red</td>\n<td>string</td>\n<td>optional</td>\n<td>Color of the SKU</td>\n</tr>\n<tr>\n<td>hs_code</td>\n<td>HSTEST001</td>\n<td>string</td>\n<td>optional  <br />freetext</td>\n<td>HS code of the SKU</td>\n</tr>\n<tr>\n<td>origin_country</td>\n<td>UAE</td>\n<td>string</td>\n<td>optional  <br />country code</td>\n<td>The country code of the SKU</td>\n</tr>\n<tr>\n<td>serial_number_required</td>\n<td>true</td>\n<td>Boolean</td>\n<td>optional</td>\n<td>Is serial number required</td>\n</tr>\n<tr>\n<td>value_added_services</td>\n<td>true</td>\n<td>Boolean</td>\n<td>optional</td>\n<td>Valude added services</td>\n</tr>\n<tr>\n<td>need_expiry_date</td>\n<td>true</td>\n<td>Boolean</td>\n<td>optional</td>\n<td>Need expire date</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>success</td>\n<td>boolean</td>\n<td>Status of request.</td>\n</tr>\n<tr>\n<td>data</td>\n<td>object</td>\n<td>List of data.</td>\n</tr>\n<tr>\n<td>data.id</td>\n<td>integer</td>\n<td>Unique ID number of Sku</td>\n</tr>\n<tr>\n<td>data.status</td>\n<td>string</td>\n<td>Current status of Sku</td>\n</tr>\n<tr>\n<td>data.sku_number</td>\n<td>string</td>\n<td>Unique system code of Sku</td>\n</tr>\n<tr>\n<td>data.alter_sku_name</td>\n<td>string</td>\n<td>Alternative sku system code of Sku</td>\n</tr>\n<tr>\n<td>data.description</td>\n<td>string</td>\n<td>SKU short description</td>\n</tr>\n<tr>\n<td>data.brand</td>\n<td>string</td>\n<td>Brand name of the sku</td>\n</tr>\n<tr>\n<td>data.category</td>\n<td>string</td>\n<td>Category name of the sku</td>\n</tr>\n<tr>\n<td>data.sub_category</td>\n<td>string</td>\n<td>Sub-category name of the sku</td>\n</tr>\n<tr>\n<td>data.photo</td>\n<td>string</td>\n<td>Image url of the sku</td>\n</tr>\n<tr>\n<td>data.weight</td>\n<td>float</td>\n<td>Weight of the sku</td>\n</tr>\n<tr>\n<td>data.cubee</td>\n<td>float</td>\n<td>Cube of the sku</td>\n</tr>\n<tr>\n<td>data.length</td>\n<td>float</td>\n<td>Length of the sku</td>\n</tr>\n<tr>\n<td>data.width</td>\n<td>float</td>\n<td>Width of the sku</td>\n</tr>\n<tr>\n<td>data.height</td>\n<td>float</td>\n<td>Height of the Sku</td>\n</tr>\n<tr>\n<td>data.size</td>\n<td>string</td>\n<td>Size of the Sku</td>\n</tr>\n<tr>\n<td>data.color</td>\n<td>string</td>\n<td>Color of the Sku</td>\n</tr>\n<tr>\n<td>data.design_number</td>\n<td>string</td>\n<td>Design number of the Sku</td>\n</tr>\n<tr>\n<td>data.sku_type</td>\n<td>string</td>\n<td>Sku type</td>\n</tr>\n<tr>\n<td>data.order_count</td>\n<td>integer</td>\n<td>Number of orders</td>\n</tr>\n<tr>\n<td>data.system_creation_time</td>\n<td>string</td>\n<td>Sku creation timestamp</td>\n</tr>\n<tr>\n<td>data.insert_time</td>\n<td>string</td>\n<td>Sku insertion timestamp</td>\n</tr>\n<tr>\n<td>data.product</td>\n<td>string</td>\n<td>The product name of related sku</td>\n</tr>\n<tr>\n<td>data.currency</td>\n<td>string</td>\n<td>Sku currency code</td>\n</tr>\n<tr>\n<td>data.cost_price</td>\n<td>float</td>\n<td>Cost price of the Sku</td>\n</tr>\n<tr>\n<td>data.price</td>\n<td>float</td>\n<td>Price of the Sku</td>\n</tr>\n<tr>\n<td>data.discounted_price</td>\n<td>float</td>\n<td>Discounted price of the Sku</td>\n</tr>\n<tr>\n<td>data.is_default</td>\n<td>boolean</td>\n<td>Default Sku indicator</td>\n</tr>\n<tr>\n<td>data.last_order_dropped</td>\n<td>string</td>\n<td>Last order dropped timestamp</td>\n</tr>\n<tr>\n<td>data.status</td>\n<td>string</td>\n<td>Status of the Sku</td>\n</tr>\n<tr>\n<td>data.hs_code</td>\n<td>string</td>\n<td>HS code of the Sku</td>\n</tr>\n<tr>\n<td>data.country</td>\n<td>string</td>\n<td>The country code of the sku</td>\n</tr>\n<tr>\n<td>data.expiry_control</td>\n<td>boolean</td>\n<td>Expiry control flag</td>\n</tr>\n<tr>\n<td>data.serial_number_control</td>\n<td>boolean</td>\n<td>Serial number control flag</td>\n</tr>\n<tr>\n<td>alternative_sku_codes</td>\n<td>array</td>\n<td>List of alternate sku codes</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["skus","update"],"host":["BASE_URL"],"query":[],"variable":[]}},"response":[{"id":"6882a893-e783-479e-b7cb-71feb22a5a11","name":"Update","originalRequest":{"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    \"sku\": \"NEWSKU01\",\n    \"alternative_sku_name\": \"SKUALTER005\",\n    \"sku_type\": \"Regular\",\n    \"description\": \"My first product.\",\n    \"weight\": 1.11,\n    \"cube\": 1.11,\n    \"length\": 1.11,\n    \"width\": 1.11,\n    \"height\": 1.11,\n    \"brand\": \"IQ Fulfillment\",\n    \"color\": \"Black\",\n    \"hscode\": \"90.04.10.91.10\",\n    \"origin_country\": \"UAE\",\n    \"serial_number_required\": true,\n    \"value_added_services\": true,\n    \"need_expiry_date\": true\n}"},"url":"BASE_URL/skus/update"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Wed, 18 Feb 2026 04:36:39 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\": 168570,\n        \"sku\": \"NEWSKU01\",\n        \"alternative_sku_name\": \"SKUALTER005\",\n        \"sku_type\": \"Regular\",\n        \"description\": \"My first product.\",\n        \"brand\": \"IQ Fulfillment\",\n        \"weight\": 1.11,\n        \"cube\": 1.11,\n        \"length\": 1.11,\n        \"width\": 1.11,\n        \"height\": 1.11,\n        \"color\": \"Black\",\n        \"hscode\": \"90.04.10.91.10\",\n        \"origin_country\": \"UAE\",\n        \"serial_number_required\": true,\n        \"value_added_services\": true,\n        \"need_expiry_date\": true,\n        \"created_at\": 1771374961\n    }\n}"}],"_postman_id":"ae4c48b2-7d63-4c52-9810-9d8a6f9ad673"},{"name":"Bulk Create","id":"1835f46d-6aea-4859-9d77-4954f8ff9f28","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    \"skus\": [\n        {\n            \"sku\": \"NEWSKU02\",\n            \"alternative_sku_name\": \"SKUALTER006\",\n            \"sku_type\": \"Regular\",\n            \"description\": \"My first product.\",\n            \"weight\": 1.11,\n            \"cube\": 1.11,\n            \"length\": 1.11,\n            \"width\": 1.11,\n            \"height\": 1.11,\n            \"brand\": \"IQ Fulfillment\",\n            \"color\": \"Black\",\n            \"hscode\": \"90.04.10.91.10\",\n            \"origin_country\": \"UAE\",\n            \"serial_number_required\": true,\n            \"value_added_services\": true,\n            \"need_expiry_date\": true\n        },\n        {\n            \"sku\": \"NEWSKU03\",\n            \"alternative_sku_name\": \"SKUALTER007\",\n            \"sku_type\": \"Irregular\",\n            \"description\": \"My second product.\",\n            \"weight\": 1.11,\n            \"cube\": 1.11,\n            \"length\": 1.11,\n            \"width\": 1.11,\n            \"height\": 1.11,\n            \"brand\": \"IQ Fulfillment\",\n            \"color\": \"Black\",\n            \"hscode\": \"90.04.10.91.10\",\n            \"origin_country\": \"UAE\",\n            \"serial_number_required\": true,\n            \"value_added_services\": true,\n            \"need_expiry_date\": true\n        },\n        {\n            \"sku\": \"NEWSKU04\",\n            \"alternative_sku_name\": \"SKUALTER008\",\n            \"sku_type\": \"Bulky\",\n            \"description\": \"My bulky product.\",\n            \"weight\": 1.11,\n            \"cube\": 1.11,\n            \"length\": 1.11,\n            \"width\": 1.11,\n            \"height\": 1.11,\n            \"brand\": \"IQ Fulfillment\",\n            \"color\": \"Black\",\n            \"hscode\": \"90.04.10.91.10\",\n            \"origin_country\": \"UAE\",\n            \"serial_number_required\": true,\n            \"value_added_services\": true,\n            \"need_expiry_date\": true\n        }\n    ]\n}"},"url":"BASE_URL/skus/bulk/create","description":"<p><strong>Description: bulk sku creation</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>skus.*.sku_type</td>\n<td>Regular</td>\n<td>string</td>\n<td>required  <br />exists in sku type</td>\n<td>SKU type.</td>\n</tr>\n<tr>\n<td>skus.*.sku</td>\n<td>TEST001</td>\n<td>string</td>\n<td>required  <br />freetext need to be unique</td>\n<td>Unique system code of SKU</td>\n</tr>\n<tr>\n<td>skus.*.alter_sku_name</td>\n<td>ALTTEST001</td>\n<td>string</td>\n<td>optional  <br />freetext</td>\n<td>Alternative sku system code of SKU</td>\n</tr>\n<tr>\n<td>skus.*.description</td>\n<td>A short test description.</td>\n<td>string</td>\n<td>optional  <br />freetext</td>\n<td>A short description of SKU</td>\n</tr>\n<tr>\n<td>skus.*.brand</td>\n<td>Brand001</td>\n<td>string</td>\n<td>optional  <br />freetext</td>\n<td>Brand name of the SKU</td>\n</tr>\n<tr>\n<td>skus.*.weight</td>\n<td>1.5</td>\n<td>float</td>\n<td>optional  <br />numeric</td>\n<td>Weight of the SKU</td>\n</tr>\n<tr>\n<td>skus.*.cubee</td>\n<td>1.5</td>\n<td>float</td>\n<td>optional  <br />numeric</td>\n<td>Cube of the SKU</td>\n</tr>\n<tr>\n<td>skus.*.length</td>\n<td>1</td>\n<td>float</td>\n<td>optional  <br />numeric</td>\n<td>Length of the SKU</td>\n</tr>\n<tr>\n<td>skus.*.width</td>\n<td>1</td>\n<td>float</td>\n<td>optional  <br />numeric</td>\n<td>Width of the SKU</td>\n</tr>\n<tr>\n<td>skus.*.height</td>\n<td>1</td>\n<td>float</td>\n<td>optional  <br />numeric</td>\n<td>Height of the SKU</td>\n</tr>\n<tr>\n<td>skus.*.color</td>\n<td>Red</td>\n<td>string</td>\n<td>optional</td>\n<td>Color of the SKU</td>\n</tr>\n<tr>\n<td>skus.*.hs_code</td>\n<td>HSTEST001</td>\n<td>string</td>\n<td>optional  <br />freetext</td>\n<td>HS code of the SKU</td>\n</tr>\n<tr>\n<td>skus.*.origin_country</td>\n<td>UAE</td>\n<td>string</td>\n<td>optional  <br />country code</td>\n<td>The country code of the SKU</td>\n</tr>\n<tr>\n<td>skus.*.serial_number_required</td>\n<td>true</td>\n<td>Boolean</td>\n<td>optional</td>\n<td>Is serial number required</td>\n</tr>\n<tr>\n<td>skus.*.value_added_services</td>\n<td>true</td>\n<td>Boolean</td>\n<td>optional</td>\n<td>Valude added services</td>\n</tr>\n<tr>\n<td>skus.*.need_expiry_date</td>\n<td>true</td>\n<td>Boolean</td>\n<td>optional</td>\n<td>Need expire date</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>success</td>\n<td>boolean</td>\n<td>Status of request.</td>\n</tr>\n<tr>\n<td>data</td>\n<td>object</td>\n<td>List of data.</td>\n</tr>\n<tr>\n<td>data.id</td>\n<td>integer</td>\n<td>Unique ID number of Sku</td>\n</tr>\n<tr>\n<td>data.status</td>\n<td>string</td>\n<td>Current status of Sku</td>\n</tr>\n<tr>\n<td>data.sku_number</td>\n<td>string</td>\n<td>Unique system code of Sku</td>\n</tr>\n<tr>\n<td>data.alter_sku_name</td>\n<td>string</td>\n<td>Alternative sku system code of Sku</td>\n</tr>\n<tr>\n<td>data.description</td>\n<td>string</td>\n<td>SKU short description</td>\n</tr>\n<tr>\n<td>data.brand</td>\n<td>string</td>\n<td>Brand name of the sku</td>\n</tr>\n<tr>\n<td>data.category</td>\n<td>string</td>\n<td>Category name of the sku</td>\n</tr>\n<tr>\n<td>data.sub_category</td>\n<td>string</td>\n<td>Sub-category name of the sku</td>\n</tr>\n<tr>\n<td>data.photo</td>\n<td>string</td>\n<td>Image url of the sku</td>\n</tr>\n<tr>\n<td>data.weight</td>\n<td>float</td>\n<td>Weight of the sku</td>\n</tr>\n<tr>\n<td>data.cubee</td>\n<td>float</td>\n<td>Cube of the sku</td>\n</tr>\n<tr>\n<td>data.length</td>\n<td>float</td>\n<td>Length of the sku</td>\n</tr>\n<tr>\n<td>data.width</td>\n<td>float</td>\n<td>Width of the sku</td>\n</tr>\n<tr>\n<td>data.height</td>\n<td>float</td>\n<td>Height of the Sku</td>\n</tr>\n<tr>\n<td>data.size</td>\n<td>string</td>\n<td>Size of the Sku</td>\n</tr>\n<tr>\n<td>data.color</td>\n<td>string</td>\n<td>Color of the Sku</td>\n</tr>\n<tr>\n<td>data.design_number</td>\n<td>string</td>\n<td>Design number of the Sku</td>\n</tr>\n<tr>\n<td>data.sku_type</td>\n<td>string</td>\n<td>Sku type</td>\n</tr>\n<tr>\n<td>data.order_count</td>\n<td>integer</td>\n<td>Number of orders</td>\n</tr>\n<tr>\n<td>data.system_creation_time</td>\n<td>string</td>\n<td>Sku creation timestamp</td>\n</tr>\n<tr>\n<td>data.insert_time</td>\n<td>string</td>\n<td>Sku insertion timestamp</td>\n</tr>\n<tr>\n<td>data.product</td>\n<td>string</td>\n<td>The product name of related sku</td>\n</tr>\n<tr>\n<td>data.currency</td>\n<td>string</td>\n<td>Sku currency code</td>\n</tr>\n<tr>\n<td>data.cost_price</td>\n<td>float</td>\n<td>Cost price of the Sku</td>\n</tr>\n<tr>\n<td>data.price</td>\n<td>float</td>\n<td>Price of the Sku</td>\n</tr>\n<tr>\n<td>data.discounted_price</td>\n<td>float</td>\n<td>Discounted price of the Sku</td>\n</tr>\n<tr>\n<td>data.is_default</td>\n<td>boolean</td>\n<td>Default Sku indicator</td>\n</tr>\n<tr>\n<td>data.last_order_dropped</td>\n<td>string</td>\n<td>Last order dropped timestamp</td>\n</tr>\n<tr>\n<td>data.status</td>\n<td>string</td>\n<td>Status of the Sku</td>\n</tr>\n<tr>\n<td>data.hs_code</td>\n<td>string</td>\n<td>HS code of the Sku</td>\n</tr>\n<tr>\n<td>data.country</td>\n<td>string</td>\n<td>The country code of the sku</td>\n</tr>\n<tr>\n<td>data.expiry_control</td>\n<td>boolean</td>\n<td>Expiry control flag</td>\n</tr>\n<tr>\n<td>data.serial_number_control</td>\n<td>boolean</td>\n<td>Serial number control flag</td>\n</tr>\n<tr>\n<td>alternative_sku_codes</td>\n<td>array</td>\n<td>List of alternate sku codes</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["skus","bulk","create"],"host":["BASE_URL"],"query":[],"variable":[]}},"response":[{"id":"5d078141-ef91-43ce-8054-f4e397481c19","name":"Bulk Create","originalRequest":{"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    \"skus\": [\n        {\n            \"sku\": \"NEWSKU02\",\n            \"alternative_sku_name\": \"SKUALTER006\",\n            \"sku_type\": \"Regular\",\n            \"description\": \"My first product.\",\n            \"weight\": 1.11,\n            \"cube\": 1.11,\n            \"length\": 1.11,\n            \"width\": 1.11,\n            \"height\": 1.11,\n            \"brand\": \"IQ Fulfillment\",\n            \"color\": \"Black\",\n            \"hscode\": \"90.04.10.91.10\",\n            \"origin_country\": \"UAE\",\n            \"serial_number_required\": true,\n            \"value_added_services\": true,\n            \"need_expiry_date\": true\n        },\n        {\n            \"sku\": \"NEWSKU03\",\n            \"alternative_sku_name\": \"SKUALTER007\",\n            \"sku_type\": \"Irregular\",\n            \"description\": \"My second product.\",\n            \"weight\": 1.11,\n            \"cube\": 1.11,\n            \"length\": 1.11,\n            \"width\": 1.11,\n            \"height\": 1.11,\n            \"brand\": \"IQ Fulfillment\",\n            \"color\": \"Black\",\n            \"hscode\": \"90.04.10.91.10\",\n            \"origin_country\": \"UAE\",\n            \"serial_number_required\": true,\n            \"value_added_services\": true,\n            \"need_expiry_date\": true\n        },\n        {\n            \"sku\": \"NEWSKU04\",\n            \"alternative_sku_name\": \"SKUALTER008\",\n            \"sku_type\": \"Bulky\",\n            \"description\": \"My bulky product.\",\n            \"weight\": 1.11,\n            \"cube\": 1.11,\n            \"length\": 1.11,\n            \"width\": 1.11,\n            \"height\": 1.11,\n            \"brand\": \"IQ Fulfillment\",\n            \"color\": \"Black\",\n            \"hscode\": \"90.04.10.91.10\",\n            \"origin_country\": \"UAE\",\n            \"serial_number_required\": true,\n            \"value_added_services\": true,\n            \"need_expiry_date\": true\n        }\n    ]\n}"},"url":"BASE_URL/skus/bulk/create"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Wed, 18 Feb 2026 04:37:42 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    \"total_count\": 3,\n    \"successful_count\": 3,\n    \"failed_count\": 0,\n    \"successful\": [\n        {\n            \"id\": 168571,\n            \"sku\": \"NEWSKU02\",\n            \"alternative_sku_name\": \"SKUALTER006\",\n            \"sku_type\": \"Regular\",\n            \"description\": \"My first product.\",\n            \"brand\": \"IQ Fulfillment\",\n            \"weight\": 1.11,\n            \"cube\": 1.11,\n            \"length\": 1.11,\n            \"width\": 1.11,\n            \"height\": 1.11,\n            \"color\": \"Black\",\n            \"hscode\": \"90.04.10.91.10\",\n            \"origin_country\": \"UAE\",\n            \"serial_number_required\": true,\n            \"value_added_services\": true,\n            \"need_expiry_date\": true,\n            \"created_at\": 1771375062\n        },\n        {\n            \"id\": 168572,\n            \"sku\": \"NEWSKU03\",\n            \"alternative_sku_name\": \"SKUALTER007\",\n            \"sku_type\": \"Irregular\",\n            \"description\": \"My second product.\",\n            \"brand\": \"IQ Fulfillment\",\n            \"weight\": 1.11,\n            \"cube\": 1.11,\n            \"length\": 1.11,\n            \"width\": 1.11,\n            \"height\": 1.11,\n            \"color\": \"Black\",\n            \"hscode\": \"90.04.10.91.10\",\n            \"origin_country\": \"UAE\",\n            \"serial_number_required\": true,\n            \"value_added_services\": true,\n            \"need_expiry_date\": true,\n            \"created_at\": 1771375062\n        },\n        {\n            \"id\": 168573,\n            \"sku\": \"NEWSKU04\",\n            \"alternative_sku_name\": \"SKUALTER008\",\n            \"sku_type\": \"Bulky\",\n            \"description\": \"My bulky product.\",\n            \"brand\": \"IQ Fulfillment\",\n            \"weight\": 1.11,\n            \"cube\": 1.11,\n            \"length\": 1.11,\n            \"width\": 1.11,\n            \"height\": 1.11,\n            \"color\": \"Black\",\n            \"hscode\": \"90.04.10.91.10\",\n            \"origin_country\": \"UAE\",\n            \"serial_number_required\": true,\n            \"value_added_services\": true,\n            \"need_expiry_date\": true,\n            \"created_at\": 1771375062\n        }\n    ],\n    \"failed\": []\n}"}],"_postman_id":"1835f46d-6aea-4859-9d77-4954f8ff9f28"},{"name":"Bulk Update","id":"5323e03a-b5c4-4136-a8b7-ff0594bd9e74","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    \"skus\": [\n        {\n            \"sku\": \"NEWSKU02\",\n            \"alternative_sku_name\": \"SKUALTER001\",\n            \"sku_type\": \"Regular\",\n            \"description\": \"My first product.\",\n            \"weight\": 1.11,\n            \"cube\": 1.11,\n            \"length\": 1.11,\n            \"width\": 1.11,\n            \"height\": 1.11,\n            \"brand\": \"IQ Fulfillment\",\n            \"color\": \"Black\",\n            \"hscode\": \"90.04.10.91.10\",\n            \"origin_country\": \"UAE\",\n            \"serial_number_required\": true,\n            \"value_added_services\": true,\n            \"need_expiry_date\": true\n        },\n        {\n            \"sku\": \"NEWSKU03\",\n            \"alternative_sku_name\": \"SKUALTER002\",\n            \"sku_type\": \"Irregular\",\n            \"description\": \"My second product.\",\n            \"weight\": 1.11,\n            \"cube\": 1.11,\n            \"length\": 1.11,\n            \"width\": 1.11,\n            \"height\": 1.11,\n            \"brand\": \"IQ Fulfillment\",\n            \"color\": \"Black\",\n            \"hscode\": \"90.04.10.91.10\",\n            \"origin_country\": \"UAE\",\n            \"serial_number_required\": true,\n            \"value_added_services\": true,\n            \"need_expiry_date\": true\n        },\n        {\n            \"sku\": \"NEWSKU04\",\n            \"alternative_sku_name\": \"SKUALTER003\",\n            \"sku_type\": \"Bulky\",\n            \"description\": \"My bulky product.\",\n            \"weight\": 1.11,\n            \"cube\": 1.11,\n            \"length\": 1.11,\n            \"width\": 1.11,\n            \"height\": 1.11,\n            \"brand\": \"IQ Fulfillment\",\n            \"color\": \"Black\",\n            \"hscode\": \"90.04.10.91.10\",\n            \"origin_country\": \"UAE\",\n            \"serial_number_required\": true,\n            \"value_added_services\": true,\n            \"need_expiry_date\": true\n        }\n    ]\n}"},"url":"BASE_URL/skus/bulk/update","description":"<p><strong>Description: bulk sku update</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>skus.*.sku_type</td>\n<td>Regular</td>\n<td>string</td>\n<td>required  <br />exists in sku type</td>\n<td>SKU type.</td>\n</tr>\n<tr>\n<td>skus.*.sku</td>\n<td>TEST001</td>\n<td>string</td>\n<td>required  <br />freetext need to be unique</td>\n<td>Unique system code of SKU</td>\n</tr>\n<tr>\n<td>skus.*.alter_sku_name</td>\n<td>ALTTEST001</td>\n<td>string</td>\n<td>optional  <br />freetext</td>\n<td>Alternative sku system code of SKU</td>\n</tr>\n<tr>\n<td>skus.*.description</td>\n<td>A short test description.</td>\n<td>string</td>\n<td>optional  <br />freetext</td>\n<td>A short description of SKU</td>\n</tr>\n<tr>\n<td>skus.*.brand</td>\n<td>Brand001</td>\n<td>string</td>\n<td>optional  <br />freetext</td>\n<td>Brand name of the SKU</td>\n</tr>\n<tr>\n<td>skus.*.weight</td>\n<td>1.5</td>\n<td>float</td>\n<td>optional  <br />numeric</td>\n<td>Weight of the SKU</td>\n</tr>\n<tr>\n<td>skus.*.cubee</td>\n<td>1.5</td>\n<td>float</td>\n<td>optional  <br />numeric</td>\n<td>Cube of the SKU</td>\n</tr>\n<tr>\n<td>skus.*.length</td>\n<td>1</td>\n<td>float</td>\n<td>optional  <br />numeric</td>\n<td>Length of the SKU</td>\n</tr>\n<tr>\n<td>skus.*.width</td>\n<td>1</td>\n<td>float</td>\n<td>optional  <br />numeric</td>\n<td>Width of the SKU</td>\n</tr>\n<tr>\n<td>skus.*.height</td>\n<td>1</td>\n<td>float</td>\n<td>optional  <br />numeric</td>\n<td>Height of the SKU</td>\n</tr>\n<tr>\n<td>skus.*.color</td>\n<td>Red</td>\n<td>string</td>\n<td>optional</td>\n<td>Color of the SKU</td>\n</tr>\n<tr>\n<td>skus.*.hs_code</td>\n<td>HSTEST001</td>\n<td>string</td>\n<td>optional  <br />freetext</td>\n<td>HS code of the SKU</td>\n</tr>\n<tr>\n<td>skus.*.origin_country</td>\n<td>UAE</td>\n<td>string</td>\n<td>optional  <br />country code</td>\n<td>The country code of the SKU</td>\n</tr>\n<tr>\n<td>skus.*.serial_number_required</td>\n<td>true</td>\n<td>Boolean</td>\n<td>optional</td>\n<td>Is serial number required</td>\n</tr>\n<tr>\n<td>skus.*.value_added_services</td>\n<td>true</td>\n<td>Boolean</td>\n<td>optional</td>\n<td>Valude added services</td>\n</tr>\n<tr>\n<td>skus.*.need_expiry_date</td>\n<td>true</td>\n<td>Boolean</td>\n<td>optional</td>\n<td>Need expire date</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>success</td>\n<td>boolean</td>\n<td>Status of request.</td>\n</tr>\n<tr>\n<td>data</td>\n<td>object</td>\n<td>List of data.</td>\n</tr>\n<tr>\n<td>data.id</td>\n<td>integer</td>\n<td>Unique ID number of Sku</td>\n</tr>\n<tr>\n<td>data.status</td>\n<td>string</td>\n<td>Current status of Sku</td>\n</tr>\n<tr>\n<td>data.sku_number</td>\n<td>string</td>\n<td>Unique system code of Sku</td>\n</tr>\n<tr>\n<td>data.alter_sku_name</td>\n<td>string</td>\n<td>Alternative sku system code of Sku</td>\n</tr>\n<tr>\n<td>data.description</td>\n<td>string</td>\n<td>SKU short description</td>\n</tr>\n<tr>\n<td>data.brand</td>\n<td>string</td>\n<td>Brand name of the sku</td>\n</tr>\n<tr>\n<td>data.category</td>\n<td>string</td>\n<td>Category name of the sku</td>\n</tr>\n<tr>\n<td>data.sub_category</td>\n<td>string</td>\n<td>Sub-category name of the sku</td>\n</tr>\n<tr>\n<td>data.photo</td>\n<td>string</td>\n<td>Image url of the sku</td>\n</tr>\n<tr>\n<td>data.weight</td>\n<td>float</td>\n<td>Weight of the sku</td>\n</tr>\n<tr>\n<td>data.cubee</td>\n<td>float</td>\n<td>Cube of the sku</td>\n</tr>\n<tr>\n<td>data.length</td>\n<td>float</td>\n<td>Length of the sku</td>\n</tr>\n<tr>\n<td>data.width</td>\n<td>float</td>\n<td>Width of the sku</td>\n</tr>\n<tr>\n<td>data.height</td>\n<td>float</td>\n<td>Height of the Sku</td>\n</tr>\n<tr>\n<td>data.size</td>\n<td>string</td>\n<td>Size of the Sku</td>\n</tr>\n<tr>\n<td>data.color</td>\n<td>string</td>\n<td>Color of the Sku</td>\n</tr>\n<tr>\n<td>data.design_number</td>\n<td>string</td>\n<td>Design number of the Sku</td>\n</tr>\n<tr>\n<td>data.sku_type</td>\n<td>string</td>\n<td>Sku type</td>\n</tr>\n<tr>\n<td>data.order_count</td>\n<td>integer</td>\n<td>Number of orders</td>\n</tr>\n<tr>\n<td>data.system_creation_time</td>\n<td>string</td>\n<td>Sku creation timestamp</td>\n</tr>\n<tr>\n<td>data.insert_time</td>\n<td>string</td>\n<td>Sku insertion timestamp</td>\n</tr>\n<tr>\n<td>data.product</td>\n<td>string</td>\n<td>The product name of related sku</td>\n</tr>\n<tr>\n<td>data.currency</td>\n<td>string</td>\n<td>Sku currency code</td>\n</tr>\n<tr>\n<td>data.cost_price</td>\n<td>float</td>\n<td>Cost price of the Sku</td>\n</tr>\n<tr>\n<td>data.price</td>\n<td>float</td>\n<td>Price of the Sku</td>\n</tr>\n<tr>\n<td>data.discounted_price</td>\n<td>float</td>\n<td>Discounted price of the Sku</td>\n</tr>\n<tr>\n<td>data.is_default</td>\n<td>boolean</td>\n<td>Default Sku indicator</td>\n</tr>\n<tr>\n<td>data.last_order_dropped</td>\n<td>string</td>\n<td>Last order dropped timestamp</td>\n</tr>\n<tr>\n<td>data.status</td>\n<td>string</td>\n<td>Status of the Sku</td>\n</tr>\n<tr>\n<td>data.hs_code</td>\n<td>string</td>\n<td>HS code of the Sku</td>\n</tr>\n<tr>\n<td>data.country</td>\n<td>string</td>\n<td>The country code of the sku</td>\n</tr>\n<tr>\n<td>data.expiry_control</td>\n<td>boolean</td>\n<td>Expiry control flag</td>\n</tr>\n<tr>\n<td>data.serial_number_control</td>\n<td>boolean</td>\n<td>Serial number control flag</td>\n</tr>\n<tr>\n<td>alternative_sku_codes</td>\n<td>array</td>\n<td>List of alternate sku codes</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["skus","bulk","update"],"host":["BASE_URL"],"query":[],"variable":[]}},"response":[{"id":"12c19d70-7a17-498d-8820-69ae26e630b4","name":"Bulk Update","originalRequest":{"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    \"skus\": [\n        {\n            \"sku\": \"NEWSKU02\",\n            \"alternative_sku_name\": \"SKUALTER001\",\n            \"sku_type\": \"Regular\",\n            \"description\": \"My first product.\",\n            \"weight\": 1.11,\n            \"cube\": 1.11,\n            \"length\": 1.11,\n            \"width\": 1.11,\n            \"height\": 1.11,\n            \"brand\": \"IQ Fulfillment\",\n            \"color\": \"Black\",\n            \"hscode\": \"90.04.10.91.10\",\n            \"origin_country\": \"UAE\",\n            \"serial_number_required\": true,\n            \"value_added_services\": true,\n            \"need_expiry_date\": true\n        },\n        {\n            \"sku\": \"NEWSKU03\",\n            \"alternative_sku_name\": \"SKUALTER002\",\n            \"sku_type\": \"Irregular\",\n            \"description\": \"My second product.\",\n            \"weight\": 1.11,\n            \"cube\": 1.11,\n            \"length\": 1.11,\n            \"width\": 1.11,\n            \"height\": 1.11,\n            \"brand\": \"IQ Fulfillment\",\n            \"color\": \"Black\",\n            \"hscode\": \"90.04.10.91.10\",\n            \"origin_country\": \"UAE\",\n            \"serial_number_required\": true,\n            \"value_added_services\": true,\n            \"need_expiry_date\": true\n        },\n        {\n            \"sku\": \"NEWSKU04\",\n            \"alternative_sku_name\": \"SKUALTER003\",\n            \"sku_type\": \"Bulky\",\n            \"description\": \"My bulky product.\",\n            \"weight\": 1.11,\n            \"cube\": 1.11,\n            \"length\": 1.11,\n            \"width\": 1.11,\n            \"height\": 1.11,\n            \"brand\": \"IQ Fulfillment\",\n            \"color\": \"Black\",\n            \"hscode\": \"90.04.10.91.10\",\n            \"origin_country\": \"UAE\",\n            \"serial_number_required\": true,\n            \"value_added_services\": true,\n            \"need_expiry_date\": true\n        }\n    ]\n}"},"url":"BASE_URL/skus/bulk/update"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Wed, 18 Feb 2026 04:38:30 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":"598"},{"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    \"total_count\": 3,\n    \"successful_count\": 3,\n    \"failed_count\": 0,\n    \"successful\": [\n        {\n            \"id\": 168571,\n            \"sku\": \"NEWSKU02\",\n            \"alternative_sku_name\": \"SKUALTER001\",\n            \"sku_type\": \"Regular\",\n            \"description\": \"My first product.\",\n            \"brand\": \"IQ Fulfillment\",\n            \"weight\": 1.11,\n            \"cube\": 1.11,\n            \"length\": 1.11,\n            \"width\": 1.11,\n            \"height\": 1.11,\n            \"color\": \"Black\",\n            \"hscode\": \"90.04.10.91.10\",\n            \"origin_country\": \"UAE\",\n            \"serial_number_required\": true,\n            \"value_added_services\": true,\n            \"need_expiry_date\": true,\n            \"created_at\": 1771375062\n        },\n        {\n            \"id\": 168572,\n            \"sku\": \"NEWSKU03\",\n            \"alternative_sku_name\": \"SKUALTER002\",\n            \"sku_type\": \"Irregular\",\n            \"description\": \"My second product.\",\n            \"brand\": \"IQ Fulfillment\",\n            \"weight\": 1.11,\n            \"cube\": 1.11,\n            \"length\": 1.11,\n            \"width\": 1.11,\n            \"height\": 1.11,\n            \"color\": \"Black\",\n            \"hscode\": \"90.04.10.91.10\",\n            \"origin_country\": \"UAE\",\n            \"serial_number_required\": true,\n            \"value_added_services\": true,\n            \"need_expiry_date\": true,\n            \"created_at\": 1771375062\n        },\n        {\n            \"id\": 168573,\n            \"sku\": \"NEWSKU04\",\n            \"alternative_sku_name\": \"SKUALTER003\",\n            \"sku_type\": \"Bulky\",\n            \"description\": \"My bulky product.\",\n            \"brand\": \"IQ Fulfillment\",\n            \"weight\": 1.11,\n            \"cube\": 1.11,\n            \"length\": 1.11,\n            \"width\": 1.11,\n            \"height\": 1.11,\n            \"color\": \"Black\",\n            \"hscode\": \"90.04.10.91.10\",\n            \"origin_country\": \"UAE\",\n            \"serial_number_required\": true,\n            \"value_added_services\": true,\n            \"need_expiry_date\": true,\n            \"created_at\": 1771375062\n        }\n    ],\n    \"failed\": []\n}"}],"_postman_id":"5323e03a-b5c4-4136-a8b7-ff0594bd9e74"}],"id":"2b1a9cb4-a894-4fa1-824b-c097c9f06c4d","_postman_id":"2b1a9cb4-a894-4fa1-824b-c097c9f06c4d","description":""},{"name":"Webhook","item":[{"name":"OrderStatusUpdate","id":"0a8eea1e-07ac-474e-bb24-b908c11a855a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": 5833725,\r\n    \"awb\": \"IQD-80635822\",\r\n    \"skus\": [\r\n        {\r\n            \"sku\": \"8059385025469\",\r\n            \"price\": \"59.00\",\r\n            \"line_no\": 434883546,\r\n            \"serials\": [],\r\n            \"quantity\": 1,\r\n            \"description\": \"PERFECT EYES DUO 01\",\r\n            \"discounted_price\": 0,\r\n            \"alternate_sku_name\": \"KM000000637\"\r\n        },\r\n        {\r\n            \"sku\": \"8059385019789\",\r\n            \"price\": \"45.00\",\r\n            \"line_no\": 434887003,\r\n            \"serials\": [],\r\n            \"quantity\": 1,\r\n            \"description\": \"INTENSE \",\r\n            \"discounted_price\": 0,\r\n            \"alternate_sku_name\": \"KM000000517008B\"\r\n        },\r\n        {\r\n            \"sku\": \"8059385039114\",\r\n            \"price\": \"73.00\",\r\n            \"line_no\": 434881903,\r\n            \"serials\": [],\r\n            \"quantity\": 1,\r\n            \"description\": \"SNOW KISSED LASH SCULPTOR PANORAMIC MASCARA\",\r\n            \"discounted_price\": 0,\r\n            \"alternate_sku_name\": \"KC000001167001B\"\r\n        }\r\n    ],\r\n    \"price\": 177,\r\n    \"parcel\": {\r\n        \"total_volume\": 0,\r\n        \"total_weight\": 0.06,\r\n        \"number_of_boxes\": 1\r\n    },\r\n    \"address\": {\r\n        \"area\": \"SHAMAL\",\r\n        \"city\": \"RAS AL KHAIMAH\",\r\n        \"town\": null,\r\n        \"route\": \"RAK\",\r\n        \"state\": \"Ras Al Khaimah\",\r\n        \"address\": \"Julfar Street 38,\",\r\n        \"country\": \"UAE\",\r\n        \"zipcode\": null,\r\n        \"province\": \"RAS AL KHAIMAH\",\r\n        \"short_address\": null\r\n    },\r\n    \"carrier\": \"TRAN\",\r\n    \"comment\": \"\",\r\n    \"currency\": \"AED\",\r\n    \"rts_flag\": false,\r\n    \"consignee\": {\r\n        \"name\": \"Nasrin\",\r\n        \"email\": \"nai@yahoo.com\",\r\n        \"phone\": \"971504646\",\r\n        \"mobile\": \"971504642\"\r\n    },\r\n    \"warehouse\": \"IQWH01\",\r\n    \"cod_amount\": 0,\r\n    \"order_type\": \"Fulfillment\",\r\n    \"tax_amount\": 0,\r\n    \"gift_message\": null,\r\n    \"order_number\": \"IQF02\",\r\n    \"payment_type\": \"Prepaid\",\r\n    \"shipped_time\": \"2026-03-25 17:57:54\",\r\n    \"tracking_link\": \"https://track.iqfulfillment.com/?iqf=I\",\r\n    \"current_status\": {\r\n        \"date\": {\r\n            \"date\": \"2026-03-26 11:20:22\",\r\n            \"in_seconds\": 1774509622\r\n        },\r\n        \"status\": \"Delivered\",\r\n        \"comment\": \" received Mohamme\",\r\n        \"status_id\": 100\r\n    },\r\n    \"customs_amount\": 168.57,\r\n    \"delivered_time\": \"2026-03-26 11:20:22\",\r\n    \"shipping_price\": 0,\r\n    \"status_history\": [\r\n        {\r\n            \"date\": {\r\n                \"date\": \"2026-03-26 11:20:22\",\r\n                \"in_seconds\": 1774509622\r\n            },\r\n            \"status\": \"Delivered\",\r\n            \"comment\": \" received\",\r\n            \"status_id\": 100\r\n        },\r\n        {\r\n            \"date\": {\r\n                \"date\": \"2026-03-26 06:07:47\",\r\n                \"in_seconds\": 1774490867\r\n            },\r\n            \"status\": \"Out for Delivery\",\r\n            \"comment\": \"\",\r\n            \"status_id\": 80\r\n        },\r\n        {\r\n            \"date\": {\r\n                \"date\": \"2026-03-25 18:53:51\",\r\n                \"in_seconds\": 1774450431\r\n            },\r\n            \"status\": \"In Transit\",\r\n            \"comment\": \"\",\r\n            \"status_id\": 75\r\n        },\r\n        {\r\n            \"date\": {\r\n                \"date\": \"2026-03-25 17:57:54\",\r\n                \"in_seconds\": 1774447074\r\n            },\r\n            \"status\": \"Shipped\",\r\n            \"comment\": \"\",\r\n            \"status_id\": 60\r\n        },\r\n        {\r\n            \"date\": {\r\n                \"date\": \"2026-03-25 16:58:09\",\r\n                \"in_seconds\": 1774443489\r\n            },\r\n            \"status\": \"Packed\",\r\n            \"comment\": \"\",\r\n            \"status_id\": 50\r\n        },\r\n        {\r\n            \"date\": {\r\n                \"date\": \"2026-03-25 16:44:52\",\r\n                \"in_seconds\": 1774442692\r\n            },\r\n            \"status\": \"Picked\",\r\n            \"comment\": \"\",\r\n            \"status_id\": 30\r\n        },\r\n        {\r\n            \"date\": {\r\n                \"date\": \"2026-03-25 15:05:56\",\r\n                \"in_seconds\": 1774436756\r\n            },\r\n            \"status\": \"Allocated\",\r\n            \"comment\": \"\",\r\n            \"status_id\": 12\r\n        },\r\n        {\r\n            \"date\": {\r\n                \"date\": \"2026-03-25 15:03:10\",\r\n                \"in_seconds\": 1774436590\r\n            },\r\n            \"status\": \"Confirmed\",\r\n            \"comment\": \"Successfully synced\",\r\n            \"status_id\": 10\r\n        }\r\n    ],\r\n    \"carrier_account\": \"\",\r\n    \"discount_amount\": 0,\r\n    \"subtotal_amount\": 168.57,\r\n    \"client_reference\": \"115985366\",\r\n    \"destination_type\": null,\r\n    \"shipping_type_id\": \"NDD\",\r\n    \"order_description\": \"PERFECT EYES DUO 01,INTENSE COLOUR LL EL NO D5 08,SNOW KISSED LASH SCULPTOR PANORAMIC MASCARA\",\r\n    \"original_order_no\": null,\r\n    \"shipping_label_url\": \"https://iqintegrate.com/orders/shipping/generate\",\r\n    \"split_order_status\": false,\r\n    \"order_creation_time\": \"2026-03-25 11:01:03\",\r\n    \"shipment_payment_term\": \"DDU\",\r\n    \"total_declared_amount\": 177\r\n}","options":{"raw":{"language":"json"}}},"url":"","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>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>5833725</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Unique identifier for the order.</td>\n</tr>\n<tr>\n<td>awb</td>\n<td>IQD-80635822</td>\n<td>String</td>\n<td>Optional</td>\n<td>Air Waybill number associated with the order.</td>\n</tr>\n<tr>\n<td>skus.*.sku</td>\n<td>8059385025469</td>\n<td>String</td>\n<td>Required</td>\n<td>Unique code of SKU</td>\n</tr>\n<tr>\n<td>skus.*.description</td>\n<td>PERFECT EYES DUO 01</td>\n<td>String</td>\n<td>Optional</td>\n<td>Description of SKU</td>\n</tr>\n<tr>\n<td>skus.*.alter_sku_name</td>\n<td>KM000000637</td>\n<td>String</td>\n<td>Optional</td>\n<td>Aternative sku name</td>\n</tr>\n<tr>\n<td>skus.*.price</td>\n<td>59.00</td>\n<td>String</td>\n<td>Required</td>\n<td>Price of SKU</td>\n</tr>\n<tr>\n<td>skus.*.discounted_price</td>\n<td>0</td>\n<td>Double</td>\n<td>Optional</td>\n<td>Discounted price of SKU</td>\n</tr>\n<tr>\n<td>skus.*.line_no</td>\n<td>434883546</td>\n<td>Integer</td>\n<td>Required</td>\n<td>ID value of SKU</td>\n</tr>\n<tr>\n<td>skus.*.quantity</td>\n<td>1</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Quantity of SKU</td>\n</tr>\n<tr>\n<td>skus.*.serials.*.serial_number</td>\n<td>TEST001</td>\n<td>String</td>\n<td>Optional</td>\n<td>Serial number of SKU</td>\n</tr>\n<tr>\n<td>skus.*.serials.*.second_serial_number</td>\n<td>TEST002</td>\n<td>String</td>\n<td>Optional</td>\n<td>Second serial number of SKU</td>\n</tr>\n<tr>\n<td>skus.*.serials.*.scan_time.date</td>\n<td>2026-03-07 19:00:00</td>\n<td>String</td>\n<td>Optinal</td>\n<td>Serial number scanned time as datetime</td>\n</tr>\n<tr>\n<td>skus.*serials.*.scan_time.in_seconds</td>\n<td>1772841600</td>\n<td>Integer</td>\n<td>Optional</td>\n<td>Serial nuber scanned time in seconds</td>\n</tr>\n<tr>\n<td>price</td>\n<td>177</td>\n<td>Double</td>\n<td>Required</td>\n<td>Order price value</td>\n</tr>\n<tr>\n<td>parcel</td>\n<td></td>\n<td>Object</td>\n<td>Required</td>\n<td>Order box information</td>\n</tr>\n<tr>\n<td>parcel.total_weight</td>\n<td>0</td>\n<td>Double</td>\n<td>Required</td>\n<td>Total weight of order boxes</td>\n</tr>\n<tr>\n<td>parcel.total_voume</td>\n<td>0.17</td>\n<td>Double</td>\n<td>Required</td>\n<td>Total volume of order boxes</td>\n</tr>\n<tr>\n<td>parcel.number_of_boxes</td>\n<td>1</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Number of boxes</td>\n</tr>\n<tr>\n<td>address</td>\n<td></td>\n<td>Object</td>\n<td>Required</td>\n<td>Information about the recipient of the order.</td>\n</tr>\n<tr>\n<td>address.country</td>\n<td>UAE</td>\n<td>String</td>\n<td>Required</td>\n<td>Receipent country of order</td>\n</tr>\n<tr>\n<td>address.zipcode</td>\n<td></td>\n<td>String</td>\n<td>Optional</td>\n<td>Postal code value</td>\n</tr>\n<tr>\n<td>address.province</td>\n<td>RAS AL KHAIMAH</td>\n<td>String</td>\n<td>Optional</td>\n<td>Recipient province of order</td>\n</tr>\n<tr>\n<td>address.state</td>\n<td>Ras Al Khaimah</td>\n<td>String</td>\n<td>Optional</td>\n<td>Recipient state of order</td>\n</tr>\n<tr>\n<td>address.city</td>\n<td>Ras Al Khaimah</td>\n<td>String</td>\n<td>Optional</td>\n<td>Recipient city of order</td>\n</tr>\n<tr>\n<td>address.area</td>\n<td>SHAMAL</td>\n<td>String</td>\n<td>Optional</td>\n<td>Recipient area of order</td>\n</tr>\n<tr>\n<td>address.town</td>\n<td></td>\n<td>String</td>\n<td>Optional</td>\n<td>Recipient town of order</td>\n</tr>\n<tr>\n<td>address.route</td>\n<td>RAK</td>\n<td>String</td>\n<td>Optional</td>\n<td>Route value to recipient</td>\n</tr>\n<tr>\n<td>address.address</td>\n<td>Julfar Street 38</td>\n<td>String</td>\n<td>Required</td>\n<td>Address value of order recipient</td>\n</tr>\n<tr>\n<td>address.short_address</td>\n<td></td>\n<td>String</td>\n<td>Optional</td>\n<td>Short address value of order recipient</td>\n</tr>\n<tr>\n<td>carrier</td>\n<td>TRAN</td>\n<td>String</td>\n<td>Optional</td>\n<td>Shipping carrier for order</td>\n</tr>\n<tr>\n<td>comment</td>\n<td></td>\n<td>String</td>\n<td>Optional</td>\n<td>Additional comments regarding the order.</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>AED</td>\n<td>String</td>\n<td>Required</td>\n<td>Currency used for the transaction.</td>\n</tr>\n<tr>\n<td>rts_flag</td>\n<td>false</td>\n<td>Boolean</td>\n<td>Required</td>\n<td>Flag indicating if the order is return to sender.</td>\n</tr>\n<tr>\n<td>consignee</td>\n<td></td>\n<td>Object</td>\n<td>Required</td>\n<td>Recipient of order</td>\n</tr>\n<tr>\n<td>consignee.name</td>\n<td>Nasrin</td>\n<td>String</td>\n<td>Required</td>\n<td>Recipient name</td>\n</tr>\n<tr>\n<td>consignee.email</td>\n<td><a href=\"https://mailto:nai@yahoo.com\">nai@yahoo.com</a></td>\n<td>String</td>\n<td>Optional</td>\n<td>Recipient email</td>\n</tr>\n<tr>\n<td>consignee.phone</td>\n<td>971504646</td>\n<td>String</td>\n<td>Required</td>\n<td>Recipient phone number</td>\n</tr>\n<tr>\n<td>consignee.mobile</td>\n<td>971504646</td>\n<td>String</td>\n<td>Optional</td>\n<td>Recipient mobile number</td>\n</tr>\n<tr>\n<td>warehouse</td>\n<td>IQWH01</td>\n<td>String</td>\n<td>Required</td>\n<td>Warehouse from which the order is fulfilled.</td>\n</tr>\n<tr>\n<td>cod_amount</td>\n<td>0</td>\n<td>Double</td>\n<td>Optional</td>\n<td>Cash on delivery amount if applicable.</td>\n</tr>\n<tr>\n<td>order_type</td>\n<td>Fulfillment</td>\n<td>String</td>\n<td>Required</td>\n<td>Type of order being processed.</td>\n</tr>\n<tr>\n<td>tax_amount</td>\n<td>0</td>\n<td>Double</td>\n<td>Optional</td>\n<td>Tax amount applied to the order.</td>\n</tr>\n<tr>\n<td>gift_message</td>\n<td></td>\n<td>String</td>\n<td>Optional</td>\n<td>Message included if the order is a gift.</td>\n</tr>\n<tr>\n<td>order_number</td>\n<td>IQF02</td>\n<td>String</td>\n<td>Required</td>\n<td>Unique order number.</td>\n</tr>\n<tr>\n<td>payment_type</td>\n<td>Prepaid</td>\n<td>String</td>\n<td>Required</td>\n<td>Payment method used for the order.</td>\n</tr>\n<tr>\n<td>shipped_time</td>\n<td>2026-03-25 17:57:54</td>\n<td>String</td>\n<td>Optional</td>\n<td>Timestamp when the order was shipped.</td>\n</tr>\n<tr>\n<td>tracking_link</td>\n<td><a href=\"https://track.iqfulfillment.com\">https://track.iqfulfillment.com</a></td>\n<td>String</td>\n<td>Optional</td>\n<td>Link to track the shipment.</td>\n</tr>\n<tr>\n<td>current_status</td>\n<td></td>\n<td>Object</td>\n<td>Required</td>\n<td>Current status of the order.</td>\n</tr>\n<tr>\n<td>current_status.status_id</td>\n<td>50</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Current status ID value in system</td>\n</tr>\n<tr>\n<td>current_status.status</td>\n<td>Shipped</td>\n<td>String</td>\n<td>Required</td>\n<td>Current status value as text</td>\n</tr>\n<tr>\n<td>current_status.date.date</td>\n<td>2026-03-07 19:00:00</td>\n<td>String</td>\n<td>Required</td>\n<td>Current status time as timestamp</td>\n</tr>\n<tr>\n<td>current_status.date.in_seconds</td>\n<td>1772841600</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Current status time in seconds</td>\n</tr>\n<tr>\n<td>current_status.comment</td>\n<td>TEST COMMENT</td>\n<td>String</td>\n<td>Optional</td>\n<td>Current status additional comment</td>\n</tr>\n<tr>\n<td>customs_amount</td>\n<td>168.57</td>\n<td>Double</td>\n<td>Optional</td>\n<td>Amount declared for customs purposes.</td>\n</tr>\n<tr>\n<td>delivered_time</td>\n<td>2026-03-26 11:20:22</td>\n<td>String</td>\n<td>Optional</td>\n<td>Timestamp when the order was delivered.</td>\n</tr>\n<tr>\n<td>shipping_price</td>\n<td>0</td>\n<td>Double</td>\n<td>Optional</td>\n<td>Cost of shipping for the order.</td>\n</tr>\n<tr>\n<td>carrier_account</td>\n<td></td>\n<td>String</td>\n<td>Optional</td>\n<td>Account number with the carrier.</td>\n</tr>\n<tr>\n<td>discount_amount</td>\n<td>0</td>\n<td>Double</td>\n<td>Optional</td>\n<td>Total discount applied to the order.</td>\n</tr>\n<tr>\n<td>subtotal_amount</td>\n<td>168.57</td>\n<td>Double</td>\n<td>Optional</td>\n<td>Subtotal amount before taxes and discounts.</td>\n</tr>\n<tr>\n<td>client_reference</td>\n<td>115985366</td>\n<td>String</td>\n<td>Required</td>\n<td>Unique order reference number.</td>\n</tr>\n<tr>\n<td>destination_type</td>\n<td></td>\n<td>String</td>\n<td>Optional</td>\n<td>Type of destination for the order.</td>\n</tr>\n<tr>\n<td>shipping_type_id</td>\n<td>NDD</td>\n<td>String</td>\n<td>Required</td>\n<td>Identifier for the type of shipping.</td>\n</tr>\n<tr>\n<td>order_description</td>\n<td>PERFECT EYES DUO 01</td>\n<td>String</td>\n<td>Optional</td>\n<td>Description of the order.</td>\n</tr>\n<tr>\n<td>original_order_no</td>\n<td></td>\n<td>String</td>\n<td>Optional</td>\n<td>Original order number if applicable.</td>\n</tr>\n<tr>\n<td>shipping_label_url</td>\n<td><a href=\"https://iqintegrate.com/orders\">https://iqintegrate.com/orders</a></td>\n<td>String</td>\n<td>Optional</td>\n<td>URL for the shipping label.</td>\n</tr>\n<tr>\n<td>split_order_status</td>\n<td>false</td>\n<td>Boolean</td>\n<td>Optional</td>\n<td>Indicates if the order is split.</td>\n</tr>\n<tr>\n<td>order_creation_time</td>\n<td>2026-03-25 11:01:03</td>\n<td>String</td>\n<td>Required</td>\n<td>Timestamp when the order was created.</td>\n</tr>\n<tr>\n<td>shipment_payment_term</td>\n<td>DDU</td>\n<td>String</td>\n<td>Optional</td>\n<td>Payment term for the shipment.</td>\n</tr>\n<tr>\n<td>total_declared_amount</td>\n<td>177</td>\n<td>Double</td>\n<td>Optional</td>\n<td>Total declared amount for customs.</td>\n</tr>\n<tr>\n<td>status_history</td>\n<td></td>\n<td>Array</td>\n<td>Required</td>\n<td>History of status updates for the order.</td>\n</tr>\n<tr>\n<td>status_history.*.status_id</td>\n<td>50</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Unique ID value of status in system</td>\n</tr>\n<tr>\n<td>status_history.*.status</td>\n<td>Packed</td>\n<td>String</td>\n<td>Required</td>\n<td>Status value as text</td>\n</tr>\n<tr>\n<td>status_history.*.date.date</td>\n<td>2026-03-25 11:01:03</td>\n<td>String</td>\n<td>Required</td>\n<td>Status time as timestamp</td>\n</tr>\n<tr>\n<td>status_history.*.date.in_seconds</td>\n<td>1772841600</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Status time in seconds</td>\n</tr>\n<tr>\n<td>status_history.*.comment</td>\n<td>TEST COMMENT</td>\n<td>String</td>\n<td>Optional</td>\n<td>Status additional comment</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-description\">Response description</h4>\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>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>success</td>\n<td>Boolean</td>\n<td>Status of the request. Possible values: true, false.</td>\n</tr>\n<tr>\n<td>message</td>\n<td>String</td>\n<td>Response message.</td>\n</tr>\n<tr>\n<td>code</td>\n<td>Integer</td>\n<td>Response code. Ex: 400,200</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"0a8eea1e-07ac-474e-bb24-b908c11a855a"},{"name":"ASNStatusUpdate","id":"65498867-a3d7-45f6-9f6c-5d03fe575abf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": 109527,\r\n    \"note\": null,\r\n    \"skus\": [\r\n        {\r\n            \"sku\": \"8059385028958\",\r\n            \"uom\": null,\r\n            \"bad_qty\": 0,\r\n            \"line_no\": 326528782,\r\n            \"serials\": [],\r\n            \"batch_no\": \"52819008\",\r\n            \"good_qty\": 12,\r\n            \"expected_qty\": 12,\r\n            \"received_qty\": 12,\r\n            \"uom_quantity\": null,\r\n            \"carton_number\": null\r\n        },\r\n        {\r\n            \"sku\": \"8059385042381\",\r\n            \"uom\": null,\r\n            \"bad_qty\": 0,\r\n            \"line_no\": 326528783,\r\n            \"serials\": [],\r\n            \"batch_no\": \"51693008\",\r\n            \"good_qty\": 6,\r\n            \"expected_qty\": 6,\r\n            \"received_qty\": 6,\r\n            \"uom_quantity\": null,\r\n            \"carton_number\": null\r\n        },\r\n        {\r\n            \"sku\": \"8059385045344\",\r\n            \"uom\": null,\r\n            \"bad_qty\": 0,\r\n            \"line_no\": 326528784,\r\n            \"serials\": [],\r\n            \"batch_no\": \"52172019\",\r\n            \"good_qty\": 6,\r\n            \"expected_qty\": 6,\r\n            \"received_qty\": 6,\r\n            \"uom_quantity\": null,\r\n            \"carton_number\": null\r\n        },\r\n        {\r\n            \"sku\": \"8059385035109\",\r\n            \"uom\": null,\r\n            \"bad_qty\": 0,\r\n            \"line_no\": 326528785,\r\n            \"serials\": [],\r\n            \"batch_no\": \"60191007\",\r\n            \"good_qty\": 6,\r\n            \"expected_qty\": 6,\r\n            \"received_qty\": 6,\r\n            \"uom_quantity\": null,\r\n            \"carton_number\": null\r\n        },\r\n        {\r\n            \"sku\": \"8025272623353\",\r\n            \"uom\": null,\r\n            \"bad_qty\": 0,\r\n            \"line_no\": 326528786,\r\n            \"serials\": [],\r\n            \"batch_no\": \"51712019\",\r\n            \"good_qty\": 6,\r\n            \"expected_qty\": 6,\r\n            \"received_qty\": 6,\r\n            \"uom_quantity\": null,\r\n            \"carton_number\": null\r\n        },\r\n        {\r\n            \"sku\": \"8059385034492\",\r\n            \"uom\": null,\r\n            \"bad_qty\": 0,\r\n            \"line_no\": 326528787,\r\n            \"serials\": [],\r\n            \"batch_no\": \"52744019\",\r\n            \"good_qty\": 6,\r\n            \"expected_qty\": 6,\r\n            \"received_qty\": 6,\r\n            \"uom_quantity\": null,\r\n            \"carton_number\": null\r\n        },\r\n        {\r\n            \"sku\": \"8059385010779\",\r\n            \"uom\": null,\r\n            \"bad_qty\": 0,\r\n            \"line_no\": 326528788,\r\n            \"serials\": [],\r\n            \"batch_no\": \"50803019\",\r\n            \"good_qty\": 12,\r\n            \"expected_qty\": 12,\r\n            \"received_qty\": 12,\r\n            \"uom_quantity\": null,\r\n            \"carton_number\": null\r\n        },\r\n        {\r\n            \"sku\": \"8025272987356\",\r\n            \"uom\": null,\r\n            \"bad_qty\": 0,\r\n            \"line_no\": 326528789,\r\n            \"serials\": [],\r\n            \"batch_no\": \"53323007\",\r\n            \"good_qty\": 6,\r\n            \"expected_qty\": 6,\r\n            \"received_qty\": 6,\r\n            \"uom_quantity\": null,\r\n            \"carton_number\": null\r\n        },\r\n        {\r\n            \"sku\": \"8025272633260\",\r\n            \"uom\": null,\r\n            \"bad_qty\": 0,\r\n            \"line_no\": 326528790,\r\n            \"serials\": [],\r\n            \"batch_no\": \"50201052\",\r\n            \"good_qty\": 6,\r\n            \"expected_qty\": 6,\r\n            \"received_qty\": 6,\r\n            \"uom_quantity\": null,\r\n            \"carton_number\": null\r\n        }\r\n    ],\r\n    \"carrier\": null,\r\n    \"asn_type\": \"VPO\",\r\n    \"po_number\": \"9277255393\",\r\n    \"warehouse\": \"IQWH01\",\r\n    \"asn_number\": \"ASNVPO027246\",\r\n    \"created_at\": \"03-04-2026 18:55:41\",\r\n    \"last_status\": \"Closed\",\r\n    \"received_time\": \"09-04-2026 13:57:46\",\r\n    \"invoice_number\": null,\r\n    \"receiving_type\": \"By scanning each\",\r\n    \"status_history\": [\r\n        {\r\n            \"note\": \"\",\r\n            \"time\": 1775228142,\r\n            \"label\": \"Confirmed\",\r\n            \"status_id\": 500,\r\n            \"timestamp\": \"2026-04-03 18:55:42\"\r\n        },\r\n        {\r\n            \"note\": \"\",\r\n            \"time\": 1775730380,\r\n            \"label\": \"Closed\",\r\n            \"status_id\": 550,\r\n            \"timestamp\": \"2026-04-09 14:26:20\"\r\n        }\r\n    ],\r\n    \"asn_reference_1\": \"91813241\",\r\n    \"asn_reference_2\": null,\r\n    \"asn_reference_3\": null,\r\n    \"asn_reference_4\": null,\r\n    \"number_of_boxes\": 1,\r\n    \"return_order_no\": null,\r\n    \"last_status_time\": \"09-04-2026 14:26:20\",\r\n    \"reference_number\": \"91813241\",\r\n    \"return_delivery_no\": null,\r\n    \"booked_arrival_time\": \"17-04-2026 10:00:00\",\r\n    \"enable_uom_conversion\": false,\r\n    \"expected_arrival_time\": \"17-04-2026 10:00:00\",\r\n    \"supplier_reference_code\": null\r\n}","options":{"raw":{"language":"json"}}},"url":"","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>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>109527</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Unique identifier for the ASN.</td>\n</tr>\n<tr>\n<td>note</td>\n<td></td>\n<td>String</td>\n<td>Optional</td>\n<td>Additional note for ASN</td>\n</tr>\n<tr>\n<td>skus.*.sku</td>\n<td>8059385025469</td>\n<td>String</td>\n<td>Required</td>\n<td>Unique code of SKU</td>\n</tr>\n<tr>\n<td>skus.*.uom</td>\n<td>ea</td>\n<td>String</td>\n<td>Optional</td>\n<td>Unit of measurement of SKU</td>\n</tr>\n<tr>\n<td>skus.*.bad_qty</td>\n<td>0</td>\n<td>Integer</td>\n<td>Optional</td>\n<td>Received qty in bad condition</td>\n</tr>\n<tr>\n<td>skus.*.batch_no</td>\n<td></td>\n<td>String</td>\n<td>Optional</td>\n<td>Batch number of ASN sku</td>\n</tr>\n<tr>\n<td>skus.*.good_qty</td>\n<td>5</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Received qty in good condition</td>\n</tr>\n<tr>\n<td>skus.*.line_no</td>\n<td>434883546</td>\n<td>Integer</td>\n<td>Required</td>\n<td>ID value of SKU</td>\n</tr>\n<tr>\n<td>skus.*.expected_qty</td>\n<td>10</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Expected quantity of ASN SKU</td>\n</tr>\n<tr>\n<td>skus.*.received_qty</td>\n<td>10</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Received qty</td>\n</tr>\n<tr>\n<td>skus.*.uom_quantity</td>\n<td></td>\n<td>Double</td>\n<td>Optional</td>\n<td></td>\n</tr>\n<tr>\n<td>skus.*.carton_number</td>\n<td></td>\n<td>String</td>\n<td>Optional</td>\n<td></td>\n</tr>\n<tr>\n<td>skus.*.serials.*.serial_number</td>\n<td>TEST001</td>\n<td>String</td>\n<td>Optional</td>\n<td>Serial number of SKU</td>\n</tr>\n<tr>\n<td>skus.*.serials.*.second_serial_number</td>\n<td>TEST002</td>\n<td>String</td>\n<td>Optional</td>\n<td>Second serial number of SKU</td>\n</tr>\n<tr>\n<td>skus.*.serials.*.scan_time.date</td>\n<td>2026-03-07 19:00:00</td>\n<td>String</td>\n<td>Optinal</td>\n<td>Serial number scanned time as datetime</td>\n</tr>\n<tr>\n<td>skus.*serials.*.scan_time.in_seconds</td>\n<td>1772841600</td>\n<td>Integer</td>\n<td>Optional</td>\n<td>Serial nuber scanned time in seconds</td>\n</tr>\n<tr>\n<td>carrier</td>\n<td>TRAN</td>\n<td>String</td>\n<td>Optional</td>\n<td>Shipping carrier for ASN</td>\n</tr>\n<tr>\n<td>asn_type</td>\n<td>VPO</td>\n<td>string</td>\n<td>Required</td>\n<td>Type of ASN</td>\n</tr>\n<tr>\n<td>po_number</td>\n<td>9277255393</td>\n<td>String</td>\n<td>Optional</td>\n<td></td>\n</tr>\n<tr>\n<td>warehouse</td>\n<td>IQWH01</td>\n<td>String</td>\n<td>Required</td>\n<td></td>\n</tr>\n<tr>\n<td>asn_number</td>\n<td>ASNVPO027246</td>\n<td>String</td>\n<td>Required</td>\n<td>Unique identified number for ASN</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>03-04-2026 18:55:41</td>\n<td>String</td>\n<td>Required</td>\n<td>Creation time of ASN</td>\n</tr>\n<tr>\n<td>last_status</td>\n<td>Closed</td>\n<td>String</td>\n<td>Required</td>\n<td>Current status of ASN</td>\n</tr>\n<tr>\n<td>received_time</td>\n<td>03-04-2026 18:55:41</td>\n<td>String</td>\n<td>Optional</td>\n<td>Received time of ASN</td>\n</tr>\n<tr>\n<td>invoice_number</td>\n<td>TESTINV001</td>\n<td>String</td>\n<td>Optional</td>\n<td></td>\n</tr>\n<tr>\n<td>receiving_type</td>\n<td>By scanning each</td>\n<td>String</td>\n<td>Required</td>\n<td></td>\n</tr>\n<tr>\n<td>asn_reference_1</td>\n<td>91813241</td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>asn_reference_2</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>asn_reference_3</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>asn_reference_</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>number_of_boxes</td>\n<td>1</td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>return_order_no</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>last_status_time</td>\n<td>09-04-2026 14:26:20</td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>reference_number</td>\n<td>91813241</td>\n<td>String</td>\n<td>Optional</td>\n<td></td>\n</tr>\n<tr>\n<td>return_delivery_no</td>\n<td></td>\n<td>String</td>\n<td>Optional</td>\n<td></td>\n</tr>\n<tr>\n<td>booked_arrival_time</td>\n<td>17-04-2026 10:00:00</td>\n<td>String</td>\n<td>Optional</td>\n<td></td>\n</tr>\n<tr>\n<td>enable_uom_conversion</td>\n<td>false</td>\n<td>Boolean</td>\n<td>Required</td>\n<td></td>\n</tr>\n<tr>\n<td>expected_arrival_time</td>\n<td>17-04-2026 10:00:00</td>\n<td>String</td>\n<td>Optional</td>\n<td></td>\n</tr>\n<tr>\n<td>supplier_reference_code</td>\n<td></td>\n<td>String</td>\n<td>Optional</td>\n<td></td>\n</tr>\n<tr>\n<td>status_history</td>\n<td></td>\n<td>Array</td>\n<td>Required</td>\n<td>History of status updates for the order.</td>\n</tr>\n<tr>\n<td>status_history.*.status_id</td>\n<td>500</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Unique ID value of status in system</td>\n</tr>\n<tr>\n<td>status_history.*.label</td>\n<td>Closed</td>\n<td>String</td>\n<td>Required</td>\n<td>Status value as text</td>\n</tr>\n<tr>\n<td>status_history.*.timestamp</td>\n<td>2026-03-25 11:01:03</td>\n<td>String</td>\n<td>Required</td>\n<td>Status time as timestamp</td>\n</tr>\n<tr>\n<td>status_history.*.time</td>\n<td>1772841600</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Status time in seconds</td>\n</tr>\n<tr>\n<td>status_history.*.note</td>\n<td>TEST Note</td>\n<td>String</td>\n<td>Optional</td>\n<td>Status additional note</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-description\">Response description</h4>\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>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>success</td>\n<td>Boolean</td>\n<td>Status of the request. Possible values: true, false.</td>\n</tr>\n<tr>\n<td>message</td>\n<td>String</td>\n<td>Response message.</td>\n</tr>\n<tr>\n<td>code</td>\n<td>Integer</td>\n<td>Response code. Ex: 400,200</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"65498867-a3d7-45f6-9f6c-5d03fe575abf"}],"id":"4eb33632-0519-45aa-afd7-72b919db668a","_postman_id":"4eb33632-0519-45aa-afd7-72b919db668a","description":""}],"event":[{"listen":"prerequest","script":{"id":"e9f44661-0579-446c-a68c-4817e91e25b3","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"38f42c39-9486-4088-9620-5996679c79e1","type":"text/javascript","exec":[""]}}],"variable":[{"key":"token","value":"","type":"string"},{"key":"TEST_URL","value":"","type":"string"}]}