{"info":{"_postman_id":"229152ba-20f8-475c-abe1-cef7049339cd","name":"Publish","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"3168885","collectionId":"229152ba-20f8-475c-abe1-cef7049339cd","publishedId":"UVJeDvLe","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"EEEEEE","highlight":"0071E3"},"publishDate":"2023-02-16T00:14:52.000Z"},"item":[{"name":"Authorisation token","item":[{"name":"Get token","id":"80188f8e-5200-40f2-b590-ccd0dc6334bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"email\",\n    \"password\": \"password\",\n    \"version\": 3\n}","options":{"raw":{"language":"json"}}},"url":"https://app.eiz.com.au/api/auth/account/v3/auth","description":"<p>Please use your system login credentials.</p>\n<p>Get token endpoint returns Bearer Token which you need to put into the request header section for Authentication.</p>\n","urlObject":{"protocol":"https","path":["api","auth","account","v3","auth"],"host":["app","eiz","com","au"],"query":[],"variable":[]}},"response":[],"_postman_id":"80188f8e-5200-40f2-b590-ccd0dc6334bc"}],"id":"c8bedc34-d0f6-486c-92a3-becce3b856eb","description":"<p>EIZ uses Bearer token as authentication methodology. <strong>Please contact your account manager to give you access to EIZ API.</strong></p>\n<p>Bearer authentication (also called token authentication) is an HTTP authentication scheme that involves security tokens called bearer tokens. The name “Bearer authentication” can be understood as “give access to the bearer of this token.” The bearer token is a cryptic string, usually generated by the server in response to a login request.</p>\n<p>The user must send this token in the <code>Authorization</code> header when making requests to protected resources:</p>\n<p>Header should be like this:</p>\n<p><code>Authorization: Bearer</code></p>\n","_postman_id":"c8bedc34-d0f6-486c-92a3-becce3b856eb"},{"name":"Tracking optimizer","item":[{"name":"addTracking","id":"2449a391-824c-42ef-8f8f-f23451f66500","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"token"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"tracking_no\": \"testtrackingno\",\n    \"courier\": \"Australian Post\",\n    \"from_country\": \"AU\",\n    \"from_postcode\": 2000,\n    \"from_suburb\": \"SYDNEY\",\n    \"shipTo_country\": \"AU\",\n    \"shipTo_postcode\": 2000,\n    \"shipTo_suburb\": \"SYDNEY\",\n    \"reference\":\"shipToref\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.eiz.com.au/api/auth/tracking/add","description":"<p><strong>Add Tracking endpoint allows users to add tracking number to their tracking list.</strong></p>\n<p><strong>You can find your tracking list in your LOFKO system under the Tracking menu. The number of tracking numbers you can add is based on your plan.</strong></p>\n<p>Request data:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>tracking_no</td>\n<td>String</td>\n<td>Yes</td>\n<td>tracking number</td>\n</tr>\n<tr>\n<td>courier</td>\n<td>String</td>\n<td>Yes</td>\n<td>courier - see courier list</td>\n</tr>\n<tr>\n<td>from_country</td>\n<td>String</td>\n<td>Yes</td>\n<td>from country</td>\n</tr>\n<tr>\n<td>from_postcode</td>\n<td>String</td>\n<td>Yes</td>\n<td>from postcode</td>\n</tr>\n<tr>\n<td>from_suburb</td>\n<td>String</td>\n<td>Yes</td>\n<td>from suburb</td>\n</tr>\n<tr>\n<td>shipTo_country</td>\n<td>String</td>\n<td>Yes</td>\n<td>ship To country</td>\n</tr>\n<tr>\n<td>shipTo_postcode</td>\n<td>String</td>\n<td>Yes</td>\n<td>ship To postcode</td>\n</tr>\n<tr>\n<td>shipTo_suburb</td>\n<td>String</td>\n<td>Yes</td>\n<td>ship To suburb</td>\n</tr>\n<tr>\n<td>reference</td>\n<td>String</td>\n<td>No</td>\n<td>ship To ref</td>\n</tr>\n</tbody>\n</table>\n</div><p>Courier list:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>'Australian Post'\n'Australia Post'\n'Fastway Courier'\n'Aramex'\n'Toll'\n'Toll IPEC'\n'Toll-Priority'\n'Team Global Express'\n'DHL'\n'DHL Ecommerce'\n'TNT'\n'Couriers Please'\n'Allied Express'\n'Allied'\n'iCumulus'\n'FreightEasy'\n'PFL'\n'Border Express'\n'Border Bulk'\n'Hunter Express'\n'Trans2u'\n'sdm'\n'TE'\n'4px'\n'4PX'\n'FedEx'\n'Startrack'\n'Kinisi'\n'Northline'\n'Freightways Express'\n'SingPost'\n'DPEX'\n'Direct Freight'\n'YE Express'\n'Not Supported'\n\n</code></pre><p><strong>Response data:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status</td>\n<td>Int</td>\n<td>status</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Object</td>\n<td>data</td>\n</tr>\n<tr>\n<td>message</td>\n<td>String</td>\n<td>message</td>\n</tr>\n<tr>\n<td>timestamp</td>\n<td>timestamp</td>\n<td>timestamp</td>\n</tr>\n</tbody>\n</table>\n</div><p>data Object:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>account_id</td>\n<td>Int</td>\n<td>EIZ account id</td>\n</tr>\n<tr>\n<td>tracking_no</td>\n<td>String</td>\n<td>tracking number</td>\n</tr>\n<tr>\n<td>from_country</td>\n<td>String</td>\n<td>from country</td>\n</tr>\n<tr>\n<td>from_postcode</td>\n<td>Int</td>\n<td>from postcode</td>\n</tr>\n<tr>\n<td>from_suburb</td>\n<td>String</td>\n<td>from suburb</td>\n</tr>\n<tr>\n<td>shipTo_country</td>\n<td>String</td>\n<td>ship To country</td>\n</tr>\n<tr>\n<td>shipTo_postcode</td>\n<td>Int</td>\n<td>ship To postcode</td>\n</tr>\n<tr>\n<td>shipTo_suburb</td>\n<td>String</td>\n<td>ship To suburb</td>\n</tr>\n<tr>\n<td>courier</td>\n<td>String</td>\n<td>courier - see courier list</td>\n</tr>\n<tr>\n<td>source</td>\n<td>Int</td>\n<td>source  <br />1:add  <br />2:EIZ</td>\n</tr>\n<tr>\n<td>shipTo_phone</td>\n<td>String</td>\n<td>ship To phone</td>\n</tr>\n<tr>\n<td>shipTo_email</td>\n<td>String</td>\n<td>ship To email</td>\n</tr>\n<tr>\n<td>trackingCode</td>\n<td>Int</td>\n<td>tracking Code</td>\n</tr>\n<tr>\n<td>statusString</td>\n<td>String</td>\n<td>status String</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>timestamp</td>\n<td>updated at</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>timestamp</td>\n<td>created at</td>\n</tr>\n<tr>\n<td>_id</td>\n<td>String</td>\n<td>EIZ Tracking ID</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","auth","tracking","add"],"host":["app","eiz","com","au"],"query":[],"variable":[]}},"response":[{"id":"34b686f9-1006-4977-8fa3-b5be16ddc671","name":"success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"tracking_no\": \"testtrackingno\",\n    \"courier\": \"Australian Post\",\n    \"from_country\": \"AU\",\n    \"from_postcode\": 2000,\n    \"from_suburb\": \"SYDNEY\",\n    \"shipTo_country\": \"AU\",\n    \"shipTo_postcode\": 2000,\n    \"shipTo_suburb\": \"SYDNEY\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.eiz.com.au/api/auth/tracking/add"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 12 May 2022 02:41:45 GMT"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"omsVersion","value":"1"},{"key":"ETag","value":"\"9868d53c28cd7c2579f08096f9681d2fa5b2c562\""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE,OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization, X-Requested-With, X-Auth-Token, Content-Type"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Length","value":"477"},{"key":"Connection","value":"close"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"data\": {\n        \"account_id\": 1,\n        \"tracking_no\": \"testtrackingno\",\n        \"from_country\": \"AU\",\n        \"from_postcode\": 2000,\n        \"from_suburb\": \"SYDNEY\",\n        \"shipTo_country\": \"AU\",\n        \"shipTo_postcode\": 2000,\n        \"shipTo_suburb\": \"SYDNEY\",\n        \"courier\": \"Australian Post\",\n        \"source\": 1,\n        \"shipTo_phone\": \"\",\n        \"shipTo_email\": \"\",\n        \"trackingCode\": 1,\n        \"statusString\": \"Pending\",\n        \"updated_at\": \"2022-05-12 12:41:45\",\n        \"created_at\": \"2022-05-12 12:41:45\",\n        \"_id\": \"627c73e9b294aa342445a0c2\"\n    },\n    \"message\": \"success\",\n    \"timestamp\": \"2022-05-12 12:41:45\"\n}"}],"_postman_id":"2449a391-824c-42ef-8f8f-f23451f66500"},{"name":"getTracking","id":"b0aa1087-2695-40d0-9589-bfc60b689028","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"token"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"tracking_no\": \"testtrackingno\",\n    \"page\": 1,\n    \"size\": 10\n}","options":{"raw":{"language":"json"}}},"url":"https://app.eiz.com.au/api/auth/tracking/list","description":"<p><strong>Get Tracking endpoint returns list of tracking information.</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>created</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Array[0]</td>\n<td>Creation start time</td>\n</tr>\n<tr>\n<td>Array[1]</td>\n<td>Creation ent time</td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>status</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>Pending</td>\n</tr>\n<tr>\n<td>2</td>\n<td>Info Received</td>\n</tr>\n<tr>\n<td>3</td>\n<td>In Transit</td>\n</tr>\n<tr>\n<td>4</td>\n<td>Out For Delivery</td>\n</tr>\n<tr>\n<td>5</td>\n<td>Attempt Fail</td>\n</tr>\n<tr>\n<td>6</td>\n<td>Delivered</td>\n</tr>\n<tr>\n<td>7</td>\n<td>Exception</td>\n</tr>\n<tr>\n<td>8</td>\n<td>Expired</td>\n</tr>\n<tr>\n<td>9</td>\n<td>Cancelled</td>\n</tr>\n<tr>\n<td>10</td>\n<td>Awaiting Collection</td>\n</tr>\n<tr>\n<td>11</td>\n<td>Redirected</td>\n</tr>\n<tr>\n<td>99</td>\n<td>Not Supported</td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>transit_time</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>start</td>\n</tr>\n<tr>\n<td>30</td>\n<td>ent</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Request data:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>created</td>\n<td>Timestamp</td>\n<td>NO</td>\n<td>Create time interval</td>\n</tr>\n<tr>\n<td>tracking_no</td>\n<td>String</td>\n<td>NO</td>\n<td>tracking number</td>\n</tr>\n<tr>\n<td>search</td>\n<td>String</td>\n<td>NO</td>\n<td>Fuzzy search</td>\n</tr>\n<tr>\n<td>transit_time</td>\n<td>timestamp</td>\n<td>NO</td>\n<td>transit_time</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Array</td>\n<td>NO</td>\n<td>status</td>\n</tr>\n<tr>\n<td>size</td>\n<td>Int</td>\n<td>NO</td>\n<td>Each quantity</td>\n</tr>\n<tr>\n<td>page</td>\n<td>Int</td>\n<td>Yes</td>\n<td>Page number</td>\n</tr>\n</tbody>\n</table>\n</div><p>**<br />Response data:**</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status</td>\n<td>Int</td>\n<td>status</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Object</td>\n<td>data</td>\n</tr>\n<tr>\n<td>message</td>\n<td>String</td>\n<td>message</td>\n</tr>\n<tr>\n<td>timestamp</td>\n<td>timestamp</td>\n<td>timestamp</td>\n</tr>\n</tbody>\n</table>\n</div><p>data Object:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>current_page</td>\n<td>Int</td>\n<td>current page</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Array</td>\n<td>data</td>\n</tr>\n<tr>\n<td>from</td>\n<td>Int</td>\n<td>from</td>\n</tr>\n<tr>\n<td>last_page</td>\n<td>Int</td>\n<td>last page</td>\n</tr>\n<tr>\n<td>per_page</td>\n<td>Int</td>\n<td>per page</td>\n</tr>\n<tr>\n<td>to</td>\n<td>Int</td>\n<td>size</td>\n</tr>\n<tr>\n<td>total</td>\n<td>Int</td>\n<td>total</td>\n</tr>\n</tbody>\n</table>\n</div><p>data Array:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_id</td>\n<td>String</td>\n<td>EIZ Tracking ID</td>\n</tr>\n<tr>\n<td>account_id</td>\n<td>Int</td>\n<td>EIZ account id</td>\n</tr>\n<tr>\n<td>tracking_no</td>\n<td>String</td>\n<td>tracking number</td>\n</tr>\n<tr>\n<td>from_country</td>\n<td>String</td>\n<td>from country</td>\n</tr>\n<tr>\n<td>from_postcode</td>\n<td>Int</td>\n<td>from postcode</td>\n</tr>\n<tr>\n<td>from_suburb</td>\n<td>String</td>\n<td>from suburb</td>\n</tr>\n<tr>\n<td>shipTo_country</td>\n<td>String</td>\n<td>ship To country</td>\n</tr>\n<tr>\n<td>shipTo_postcode</td>\n<td>Int</td>\n<td>ship To postcode</td>\n</tr>\n<tr>\n<td>shipTo_suburb</td>\n<td>String</td>\n<td>ship To suburb</td>\n</tr>\n<tr>\n<td>courier</td>\n<td>String</td>\n<td>see courier list</td>\n</tr>\n<tr>\n<td>source</td>\n<td>Int</td>\n<td>source  <br />1:add  <br />2:EIZ</td>\n</tr>\n<tr>\n<td>shipTo_phone</td>\n<td>String</td>\n<td>ship To phone</td>\n</tr>\n<tr>\n<td>shipTo_email</td>\n<td>String</td>\n<td>ship To email</td>\n</tr>\n<tr>\n<td>trackingCode</td>\n<td>Int</td>\n<td>tracking Code</td>\n</tr>\n<tr>\n<td>statusString</td>\n<td>String</td>\n<td>status String</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>timestamp</td>\n<td>updated at</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>timestamp</td>\n<td>created at</td>\n</tr>\n<tr>\n<td>transit_time</td>\n<td>Int</td>\n<td>transit time</td>\n</tr>\n<tr>\n<td>service_provider</td>\n<td>Int</td>\n<td>service provider</td>\n</tr>\n<tr>\n<td>message</td>\n<td>String</td>\n<td>message</td>\n</tr>\n</tbody>\n</table>\n</div><p>Service provider list:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-plaintext\">'Australian Post' =&gt; 1,\n'Australia Post'  =&gt; 1,\n'Fastway Courier' =&gt; 2,\n'Aramex'          =&gt; 2,\n'Toll'            =&gt; 3,\n'Toll IPEC'       =&gt; 3,\n'Toll-Priority'   =&gt; 3,\n'DHL'             =&gt; 5,\n'DHL Ecommerce'   =&gt; 5,\n'TNT'             =&gt; 6,\n'Couriers Please' =&gt; 8,\n'Allied Express'  =&gt; 9,\n'Allied'          =&gt; 9,\n'iCumulus'        =&gt; 10,\n'FreightEasy'     =&gt; 10,\n'PFL'             =&gt; 11,\n'Border Express'  =&gt; 12,\n'Border Bulk'     =&gt; 12,\n'Hunter Express'  =&gt; 13,\n'Trans2u'         =&gt; 14,\n'4px'             =&gt; 16,\n'4PX'             =&gt; 16,\n'FedEx'           =&gt; 17,\n'Not Supported'   =&gt; 99,\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["api","auth","tracking","list"],"host":["app","eiz","com","au"],"query":[],"variable":[]}},"response":[{"id":"1f271261-87f6-449d-a858-3f656766d9b3","name":"success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"tracking_no\": \"testtrackingno\",\n    \"page\": 1,\n    \"size\": 10\n}","options":{"raw":{"language":"json"}}},"url":"https://app.eiz.com.au/api/auth/tracking/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 12 May 2022 03:27:51 GMT"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"omsVersion","value":"1"},{"key":"ETag","value":"\"ac8fb5dc7563f25109f34aed6046489cae2cfbdb\""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE,OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization, X-Requested-With, X-Auth-Token, Content-Type"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Length","value":"660"},{"key":"Connection","value":"close"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"data\": {\n        \"current_page\": 1,\n        \"data\": [\n            {\n                \"_id\": \"627c73e9b294aa342445a0c2\",\n                \"account_id\": 1,\n                \"tracking_no\": \"testtrackingno\",\n                \"from_country\": \"AU\",\n                \"from_postcode\": 2000,\n                \"from_suburb\": \"SYDNEY\",\n                \"shipTo_country\": \"AU\",\n                \"shipTo_postcode\": 2000,\n                \"shipTo_suburb\": \"SYDNEY\",\n                \"courier\": \"Australian Post\",\n                \"source\": 1,\n                \"shipTo_phone\": \"\",\n                \"shipTo_email\": \"\",\n                \"trackingCode\": 1,\n                \"statusString\": \"Pending\",\n                \"updated_at\": \"2022-05-12 12:41:45\",\n                \"created_at\": \"2022-05-12 12:41:45\",\n                \"transit_time\": 0,\n                \"service_provider\": 1,\n                \"message\": \"No activities found, it might take a while to be updated\"\n            }\n        ],\n        \"from\": 1,\n        \"last_page\": 1,\n        \"per_page\": 100,\n        \"to\": 1,\n        \"total\": 1\n    },\n    \"message\": \"\",\n    \"timestamp\": \"2022-05-12 13:27:51\"\n}"}],"_postman_id":"b0aa1087-2695-40d0-9589-bfc60b689028"},{"name":"getTrackingByTrackingNumber","id":"f888414d-5235-434a-80f8-cd33e9139c61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"token"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.eiz.com.au/api/auth/eiz-tracking/getTrackingDetail?labelNumber=FLP22654430**********","description":"<p><strong>Get Tracking by Tracking number returns tracking information for that tracking number.</strong></p>\n<p><strong>Request data:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>labelNumber</td>\n<td>String</td>\n<td>Yes</td>\n<td>Label number / Tracking number</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response data:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status</td>\n<td>Int</td>\n<td>status</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Object</td>\n<td>data</td>\n</tr>\n<tr>\n<td>message</td>\n<td>String</td>\n<td>message</td>\n</tr>\n<tr>\n<td>timestamp</td>\n<td>timestamp</td>\n<td>timestamp</td>\n</tr>\n<tr>\n<td>requestId</td>\n<td>String</td>\n<td>requestId</td>\n</tr>\n</tbody>\n</table>\n</div><p>data Object:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>labelNumber</td>\n<td>String</td>\n<td>labelNumber</td>\n</tr>\n<tr>\n<td>id</td>\n<td>Int</td>\n<td>id</td>\n</tr>\n<tr>\n<td>statusString</td>\n<td>String</td>\n<td>statusString</td>\n</tr>\n<tr>\n<td>trackingCode</td>\n<td>Int</td>\n<td>trackingCode</td>\n</tr>\n<tr>\n<td>shippingDays</td>\n<td>Int</td>\n<td>shippingDays</td>\n</tr>\n<tr>\n<td>trackResultList</td>\n<td>Array</td>\n<td>trackResultList</td>\n</tr>\n<tr>\n<td>checkpointTime</td>\n<td>timestamp</td>\n<td>checkpointTime</td>\n</tr>\n<tr>\n<td>checkpointStartTime</td>\n<td>timestamp</td>\n<td>checkpointStartTime</td>\n</tr>\n<tr>\n<td>fromPostcode</td>\n<td>String</td>\n<td>fromPostcode</td>\n</tr>\n<tr>\n<td>fromSuburb</td>\n<td>String</td>\n<td>fromSuburb</td>\n</tr>\n<tr>\n<td>fromState</td>\n<td>String</td>\n<td>fromState</td>\n</tr>\n<tr>\n<td>fromCountry</td>\n<td>String</td>\n<td>fromCountry</td>\n</tr>\n<tr>\n<td>toPostcode</td>\n<td>String</td>\n<td>toPostcode</td>\n</tr>\n<tr>\n<td>toSuburb</td>\n<td>String</td>\n<td>toSuburb</td>\n</tr>\n<tr>\n<td>toState</td>\n<td>String</td>\n<td>toState</td>\n</tr>\n<tr>\n<td>toCountry</td>\n<td>String</td>\n<td>toCountry</td>\n</tr>\n</tbody>\n</table>\n</div><p>trackResultList Object:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>location</td>\n<td>String</td>\n<td>location</td>\n</tr>\n<tr>\n<td>checkpointTime</td>\n<td>DateTime</td>\n<td>checkpointTime</td>\n</tr>\n<tr>\n<td>message</td>\n<td>String</td>\n<td>message</td>\n</tr>\n<tr>\n<td>statusString</td>\n<td>String</td>\n<td>statusString</td>\n</tr>\n<tr>\n<td>trackingCode</td>\n<td>Int</td>\n<td>trackingCode</td>\n</tr>\n<tr>\n<td>localTime</td>\n<td>String</td>\n<td>localTime</td>\n</tr>\n<tr>\n<td>timZone</td>\n<td>String</td>\n<td>timZone</td>\n</tr>\n<tr>\n<td>localZone</td>\n<td>String</td>\n<td>localZone</td>\n</tr>\n<tr>\n<td>statusCode</td>\n<td>String</td>\n<td>statusCode</td>\n</tr>\n<tr>\n<td>attachements</td>\n<td>String</td>\n<td>attachements</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","auth","eiz-tracking","getTrackingDetail"],"host":["app","eiz","com","au"],"query":[{"description":{"content":"<p>Tracking Number</p>\n","type":"text/plain"},"key":"labelNumber","value":"FLP22654430**********"}],"variable":[]}},"response":[{"id":"5b287857-26f5-45bc-865a-9f3bf179f3c2","name":"getTrackingByTrackingNumber","originalRequest":{"method":"GET","header":[],"url":{"raw":"admin.bbc/eiz-tracking/getTrackingDetail?labelNumber=FLP22654430**********","host":["admin","bbc"],"path":["eiz-tracking","getTrackingDetail"],"query":[{"key":"labelNumber","value":"FLP22654430**********","description":"Tracking Number "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 31 Aug 2022 00:30:07 GMT"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"omsVersion","value":"1"},{"key":"ETag","value":"\"742c1c9c7528a6b43e9c1e586c429f942082e9ab\""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE,OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization, X-Requested-With, X-Auth-Token, Content-Type"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Length","value":"1853"},{"key":"Connection","value":"close"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"labelNumber\": \"MP0082******\",\n        \"id\": 32138039,\n        \"statusString\": \"Delivered\",\n        \"trackingCode\": 6,\n        \"shippingDays\": 2,\n        \"trackResultList\": [\n            {\n                \"location\": \"Sydney\",\n                \"checkpointTime\": \"2026-03-18 23:54:10\",\n                \"message\": \"Your parcel has been delivered according to your delivery instructions.\",\n                \"statusString\": \"Delivered\",\n                \"trackingCode\": 6,\n                \"localTime\": \"2026-03-19 10:54:10\",\n                \"timZone\": null,\n                \"localZone\": \"Australia/Melbourne\",\n                \"statusCode\": \"R36\",\n                \"attachements\": null\n            },\n            {\n                \"location\": \"Sydney\",\n                \"checkpointTime\": \"2026-03-18 21:51:59\",\n                \"message\": \"Your parcel is with your local courier and ready for delivery.\",\n                \"statusString\": \"Intransit\",\n                \"trackingCode\": 3,\n                \"localTime\": \"2026-03-19 08:51:59\",\n                \"timZone\": null,\n                \"localZone\": \"Australia/Melbourne\",\n                \"statusCode\": \"ONB\",\n                \"attachements\": null\n            },\n            {\n                \"location\": \"Sydney\",\n                \"checkpointTime\": \"2026-03-18 03:22:30\",\n                \"message\": \"Your parcel has been received at 'Sydney' depot.\",\n                \"statusString\": \"Intransit\",\n                \"trackingCode\": 3,\n                \"localTime\": \"2026-03-18 14:22:30\",\n                \"timZone\": null,\n                \"localZone\": \"Australia/Melbourne\",\n                \"statusCode\": \"RIA\",\n                \"attachements\": null\n            },\n            {\n                \"location\": \"Sydney\",\n                \"checkpointTime\": \"2026-03-18 03:22:25\",\n                \"message\": \"Your parcel is currently in transit to Sydney.\",\n                \"statusString\": \"Intransit\",\n                \"trackingCode\": 3,\n                \"localTime\": \"2026-03-18 14:22:25\",\n                \"timZone\": null,\n                \"localZone\": \"Australia/Melbourne\",\n                \"statusCode\": \"SYD\",\n                \"attachements\": null\n            },\n            {\n                \"location\": \"Sydney\",\n                \"checkpointTime\": \"2026-03-18 03:22:20\",\n                \"message\": \"Your parcel has been picked up.\",\n                \"statusString\": \"Info Received\",\n                \"trackingCode\": 2,\n                \"localTime\": \"2026-03-18 14:22:20\",\n                \"timZone\": null,\n                \"localZone\": \"Australia/Melbourne\",\n                \"statusCode\": \"PP1\",\n                \"attachements\": null\n            },\n            {\n                \"location\": \"Sydney\",\n                \"checkpointTime\": \"2026-03-16 11:09:12\",\n                \"message\": \"Your parcel has been picked & packed at the sender’s warehouse. We’ll update you when your parcel is on its way to the delivery destination.\",\n                \"statusString\": \"Intransit\",\n                \"trackingCode\": 3,\n                \"localTime\": \"2026-03-16 22:09:12\",\n                \"timZone\": null,\n                \"localZone\": \"Australia/Melbourne\",\n                \"statusCode\": \"PP7\",\n                \"attachements\": null\n            },\n            {\n                \"location\": \"Sydney\",\n                \"checkpointTime\": \"2026-03-16 10:39:12\",\n                \"message\": \"Your shipping information has been submitted to Aramex.\",\n                \"statusString\": \"Intransit\",\n                \"trackingCode\": 3,\n                \"localTime\": \"2026-03-16 21:39:12\",\n                \"timZone\": null,\n                \"localZone\": \"Australia/Melbourne\",\n                \"statusCode\": \"PP2\",\n                \"attachements\": null\n            }\n        ],\n        \"checkpointTime\": null,\n        \"checkpointStartTime\": null,\n        \"fromPostcode\": \"2116\",\n        \"fromSuburb\": \"Rydalmere\",\n        \"fromState\": \"Sydney\",\n        \"fromCountry\": \"AU\",\n        \"toPostcode\": \"2036\",\n        \"toSuburb\": \"Chifley\",\n        \"toState\": \"\",\n        \"toCountry\": \"AU\",\n        \"childrenList\": null,\n        \"callback\": null,\n        \"trackingStatus\": 6\n    },\n    \"status\": 200,\n    \"timestamp\": \"19/03/2026 02:02:59\",\n    \"message\": null,\n    \"requestId\": \"c1495d86-2337-11f1-9978-02f2037d1094-1773885779\"\n}"}],"_postman_id":"f888414d-5235-434a-80f8-cd33e9139c61"},{"name":"Search","id":"ad713c90-5d56-4bc0-868c-33045bebd4f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://app.eiz.com.au/api/auth/tracking/search?courier=TE&labelNumber=TE5263306000","description":"<p>Request:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>courier</td>\n<td>String</td>\n<td>Yes</td>\n<td>courier</td>\n</tr>\n<tr>\n<td>labelNumber</td>\n<td>String</td>\n<td>Yes</td>\n<td>label Number</td>\n</tr>\n</tbody>\n</table>\n</div><p>Response:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>labelNumber</td>\n<td>String</td>\n<td>label Number</td>\n</tr>\n<tr>\n<td>fromCountry</td>\n<td>String</td>\n<td>from Country</td>\n</tr>\n<tr>\n<td>fromPostcode</td>\n<td>String</td>\n<td>from Postcode</td>\n</tr>\n<tr>\n<td>fromState</td>\n<td>String</td>\n<td>from State</td>\n</tr>\n<tr>\n<td>fromSuburb</td>\n<td>String</td>\n<td>from Suburb</td>\n</tr>\n<tr>\n<td>shippingDays</td>\n<td>Int</td>\n<td>shipping Days</td>\n</tr>\n<tr>\n<td>statusString</td>\n<td>String</td>\n<td>status String</td>\n</tr>\n<tr>\n<td>toCountry</td>\n<td>String</td>\n<td>to Country</td>\n</tr>\n<tr>\n<td>toPostcode</td>\n<td>String</td>\n<td>to Post code</td>\n</tr>\n<tr>\n<td>toState</td>\n<td>String</td>\n<td>to State</td>\n</tr>\n<tr>\n<td>toSuburb</td>\n<td>String</td>\n<td>to Suburb</td>\n</tr>\n<tr>\n<td>trackResultList</td>\n<td>Array</td>\n<td>track Result List</td>\n</tr>\n<tr>\n<td>trackingCode</td>\n<td>Int</td>\n<td>tracking Code</td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>trackingCode</th>\n<th>description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>Pending</td>\n</tr>\n<tr>\n<td>2</td>\n<td>Info Received</td>\n</tr>\n<tr>\n<td>3</td>\n<td>Intransit</td>\n</tr>\n<tr>\n<td>4</td>\n<td>Out For Delivery</td>\n</tr>\n<tr>\n<td>5</td>\n<td>Attempt Fail</td>\n</tr>\n<tr>\n<td>6</td>\n<td>Delivered</td>\n</tr>\n<tr>\n<td>7</td>\n<td>Exception</td>\n</tr>\n<tr>\n<td>8</td>\n<td>Expired</td>\n</tr>\n<tr>\n<td>9</td>\n<td>Cancelled</td>\n</tr>\n<tr>\n<td>10</td>\n<td>Awaiting Collection</td>\n</tr>\n<tr>\n<td>11</td>\n<td>Redirected</td>\n</tr>\n<tr>\n<td>12</td>\n<td>Ambiguous</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","auth","tracking","search"],"host":["app","eiz","com","au"],"query":[{"key":"courier","value":"TE"},{"key":"labelNumber","value":"TE5263306000"}],"variable":[]}},"response":[{"id":"5137b8de-ee64-4a91-bf3c-3780544892cb","name":"Search","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.eiz.com.au/api/auth/tracking/search?courier=TE&labelNumber=TEST123456","protocol":"https","host":["app","eiz","com","au"],"path":["api","auth","tracking","search"],"query":[{"key":"courier","value":"TE"},{"key":"labelNumber","value":"TEST123456"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 09 May 2024 09:05:18 GMT"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"omsVersion","value":"1"},{"key":"ETag","value":"\"b90ebd94a100de3cde271fd8ca8ea309ae1cf8b0\""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE,OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization, X-Requested-With, X-Auth-Token, Content-Type"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Length","value":"2763"},{"key":"Connection","value":"close"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"data\": {\n        \"labelNumber\": \"TEST123456\",\n        \"fromCountry\": \"AU\",\n        \"fromPostcode\": \"\",\n        \"fromState\": \"\",\n        \"fromSuburb\": \"\",\n        \"shippingDays\": 5,\n        \"statusString\": \"Delivered\",\n        \"toCountry\": \"AU\",\n        \"toPostcode\": \"\",\n        \"toState\": \"\",\n        \"toSuburb\": \"\",\n        \"trackResultList\": [\n            {\n                \"location\": \"PANMURE LPO\",\n                \"checkpointTime\": \"2024-05-08 02:27:22\",\n                \"message\": \"Delivered\",\n                \"statusString\": \"Delivered\",\n                \"trackingCode\": 6,\n                \"localTime\": \"2024-05-08 12:27:22\",\n                \"statusCode\": null\n            }\n        ],\n        \"trackingCode\": 15,\n        \"trackingStatus\": 1\n    },\n    \"message\": \"\",\n    \"timestamp\": \"2024-05-09 19:05:19\"\n}"}],"_postman_id":"ad713c90-5d56-4bc0-868c-33045bebd4f9"}],"id":"b321f820-0250-48e0-8807-53192d3bfe3d","_postman_id":"b321f820-0250-48e0-8807-53192d3bfe3d","description":""},{"name":"Orders","item":[{"name":"createOrder","id":"9d61391d-50c2-4b21-8952-4c393ecab4a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"token"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"shipTo_name\": \"123\",\n        \"shipTo_phone\": \"\",\n        \"shipTo_email\": \"\",\n        \"shipTo_address1\": \"123\",\n        \"shipTo_address2\": \"\",\n        \"shipTo_suburb\": \"ROWVILLE\",\n        \"shipTo_state\": \"VIC\",\n        \"shipTo_postcode\": \"3178\",\n        \"shipTo_country\": \"AU\",\n        \"billTo_name\": \"123\",\n        \"billTo_phone\": \"\",\n        \"billTo_email\": \"\",\n        \"billTo_address1\": \"123\",\n        \"billTo_address2\": \"\",\n        \"billTo_suburb\": \"ROWVILLE\",\n        \"billTo_state\": \"VIC\",\n        \"billTo_postcode\": \"3178\",\n        \"billTo_country\": \"AU\",\n        \"orderID\": \"\",\n        \"salesRecordNumber\": \"123\",\n        \"total_price\": 1,\n        \"platform\": \"\",\n        \"note\": \"\",\n        \"postage\": \"\",\n        \"postageService\": \"\",\n        \"updateAddress\": true,\n        \"address\": {\n            \"name\": \"123\",\n            \"email\": \"\",\n            \"phone\": \"\",\n            \"address1\": \"123\",\n            \"address2\": null,\n            \"suburb\": \"ROWVILLE\",\n            \"state\": \"VIC\",\n            \"postcode\": \"3178\",\n            \"country\": \"AU\"\n        },\n        \"orderlines\": [\n            {\n                \"itemnumber\": \"dt-test0001\",\n                \"quantity\": 1,\n                \"itemtitle\": \"dt-test0001\",\n                \"saleprice\": \"1.00\",\n                \"gst\": 10,\n                \"transactionId\": \"\",\n                \"customLabel\": \"sku\",\n                \"package\": [\n                    {\n                        \"packObj\": 0,\n                        \"qty\": 1,\n                        \"weight\": \"1\",\n                        \"length\": \"1\",\n                        \"width\": \"1\",\n                        \"height\": \"1\",\n                        \"package_id\": null\n                    }\n                ]\n            }\n        ]\n    }\n]","options":{"raw":{"language":"json"}}},"url":"https://app.eiz.com.au/api/auth/orders/orders","description":"<p><strong>Request data:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>shipTo_name</td>\n<td>String</td>\n<td>Yes</td>\n<td>ship To name</td>\n</tr>\n<tr>\n<td>shipTo_phone</td>\n<td>String</td>\n<td>No</td>\n<td>ship To phone</td>\n</tr>\n<tr>\n<td>shipTo_email</td>\n<td>String</td>\n<td>No</td>\n<td>ship Toemail</td>\n</tr>\n<tr>\n<td>shipTo_address1</td>\n<td>String</td>\n<td>Yes</td>\n<td>ship To address1</td>\n</tr>\n<tr>\n<td>shipTo_address2</td>\n<td>String</td>\n<td>No</td>\n<td>ship To address2</td>\n</tr>\n<tr>\n<td>shipTo_suburb</td>\n<td>String</td>\n<td>Yes</td>\n<td>ship To suburb</td>\n</tr>\n<tr>\n<td>shipTo_state</td>\n<td>String</td>\n<td>Yes</td>\n<td>ship To state</td>\n</tr>\n<tr>\n<td>shipTo_postcode</td>\n<td>String</td>\n<td>Yes</td>\n<td>ship To postcode</td>\n</tr>\n<tr>\n<td>shipTo_country</td>\n<td>String</td>\n<td>Yes</td>\n<td>ship To country</td>\n</tr>\n<tr>\n<td>billTo_name</td>\n<td>String</td>\n<td>Yes</td>\n<td>bill To name</td>\n</tr>\n<tr>\n<td>billTo_phone</td>\n<td>String</td>\n<td>No</td>\n<td>bill To phone</td>\n</tr>\n<tr>\n<td>billTo_email</td>\n<td>String</td>\n<td>No</td>\n<td>bill To email</td>\n</tr>\n<tr>\n<td>billTo_address1</td>\n<td>String</td>\n<td>Yes</td>\n<td>bill To address1</td>\n</tr>\n<tr>\n<td>billTo_address2</td>\n<td>String</td>\n<td>No</td>\n<td>bill To address2</td>\n</tr>\n<tr>\n<td>billTo_suburb</td>\n<td>String</td>\n<td>Yes</td>\n<td>bill To suburb</td>\n</tr>\n<tr>\n<td>billTo_state</td>\n<td>String</td>\n<td>Yes</td>\n<td>bill To state</td>\n</tr>\n<tr>\n<td>billTo_postcode</td>\n<td>String</td>\n<td>Yes</td>\n<td>bill To postcode</td>\n</tr>\n<tr>\n<td>billTo_country</td>\n<td>String</td>\n<td>Yes</td>\n<td>bill To country</td>\n</tr>\n<tr>\n<td>orderID</td>\n<td>String</td>\n<td>No</td>\n<td>order ID</td>\n</tr>\n<tr>\n<td>salesRecordNumber</td>\n<td>String</td>\n<td>Yes</td>\n<td>sales Record Number</td>\n</tr>\n<tr>\n<td>total_price</td>\n<td>Number</td>\n<td>Yes</td>\n<td>total price</td>\n</tr>\n<tr>\n<td>note</td>\n<td>String</td>\n<td>No</td>\n<td>note</td>\n</tr>\n<tr>\n<td>postage</td>\n<td>Number</td>\n<td>No</td>\n<td>postage</td>\n</tr>\n<tr>\n<td>postageService</td>\n<td>String</td>\n<td>No</td>\n<td>postage Service</td>\n</tr>\n<tr>\n<td>updateAddress</td>\n<td>Bool</td>\n<td>Yes</td>\n<td>update Address</td>\n</tr>\n<tr>\n<td>address</td>\n<td>Object</td>\n<td>Yes</td>\n<td>address</td>\n</tr>\n<tr>\n<td>orderlines</td>\n<td>List</td>\n<td>Yes</td>\n<td>order lines</td>\n</tr>\n</tbody>\n</table>\n</div><p>address (from) Object：</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>Yes</td>\n<td>name</td>\n</tr>\n<tr>\n<td>email</td>\n<td>String</td>\n<td>No</td>\n<td>email</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>String</td>\n<td>No</td>\n<td>phone</td>\n</tr>\n<tr>\n<td>address1</td>\n<td>String</td>\n<td>Yes</td>\n<td>address1</td>\n</tr>\n<tr>\n<td>address2</td>\n<td>String</td>\n<td>No</td>\n<td>address2</td>\n</tr>\n<tr>\n<td>suburb</td>\n<td>String</td>\n<td>Yes</td>\n<td>suburb</td>\n</tr>\n<tr>\n<td>state</td>\n<td>String</td>\n<td>Yes</td>\n<td>state</td>\n</tr>\n<tr>\n<td>postcode</td>\n<td>String</td>\n<td>Yes</td>\n<td>post code</td>\n</tr>\n<tr>\n<td>country</td>\n<td>String</td>\n<td>Yes</td>\n<td>country</td>\n</tr>\n</tbody>\n</table>\n</div><p>orderlines List：</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>itemnumber</td>\n<td>String</td>\n<td>Yes</td>\n<td>item number</td>\n</tr>\n<tr>\n<td>quantity</td>\n<td>Number</td>\n<td>Yes</td>\n<td>quantity</td>\n</tr>\n<tr>\n<td>itemtitle</td>\n<td>String</td>\n<td>Yes</td>\n<td>item title</td>\n</tr>\n<tr>\n<td>saleprice</td>\n<td>String</td>\n<td>Yes</td>\n<td>sale price</td>\n</tr>\n<tr>\n<td>gst</td>\n<td>Number</td>\n<td>Yes</td>\n<td>gst</td>\n</tr>\n<tr>\n<td>transactionId</td>\n<td>String</td>\n<td>No</td>\n<td>transaction Id</td>\n</tr>\n<tr>\n<td>customLabel</td>\n<td>String</td>\n<td>No</td>\n<td>Optional.  <br />sku, Item number exists and does not need to be filled in.</td>\n</tr>\n<tr>\n<td>package</td>\n<td>List</td>\n<td>Yes</td>\n<td>package</td>\n</tr>\n</tbody>\n</table>\n</div><p>package List：</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>packObj</td>\n<td>String</td>\n<td>No</td>\n<td>packObj</td>\n</tr>\n<tr>\n<td>qty</td>\n<td>Number</td>\n<td>Yes</td>\n<td>qty</td>\n</tr>\n<tr>\n<td>weight</td>\n<td>String</td>\n<td>Yes</td>\n<td>weight</td>\n</tr>\n<tr>\n<td>length</td>\n<td>String</td>\n<td>Yes</td>\n<td>length</td>\n</tr>\n<tr>\n<td>width</td>\n<td>String</td>\n<td>Yes</td>\n<td>width</td>\n</tr>\n<tr>\n<td>height</td>\n<td>String</td>\n<td>Yes</td>\n<td>height</td>\n</tr>\n<tr>\n<td>package_id</td>\n<td>Number</td>\n<td>NO</td>\n<td>package_id</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response data:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>Array</td>\n<td>orders list</td>\n</tr>\n</tbody>\n</table>\n</div><p>orders Array：</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>shipTo_name</td>\n<td>String</td>\n<td>ship To name</td>\n</tr>\n<tr>\n<td>shipTo_phone</td>\n<td>String</td>\n<td>ship To phone</td>\n</tr>\n<tr>\n<td>shipTo_email</td>\n<td>String</td>\n<td>ship To email</td>\n</tr>\n<tr>\n<td>shipTo_address1</td>\n<td>String</td>\n<td>ship To address1</td>\n</tr>\n<tr>\n<td>shipTo_address2</td>\n<td>String</td>\n<td>ship To address2</td>\n</tr>\n<tr>\n<td>shipTo_suburb</td>\n<td>String</td>\n<td>ship To suburb</td>\n</tr>\n<tr>\n<td>shipTo_state</td>\n<td>String</td>\n<td>ship To state</td>\n</tr>\n<tr>\n<td>shipTo_postcode</td>\n<td>String</td>\n<td>ship To postcode</td>\n</tr>\n<tr>\n<td>shipTo_country</td>\n<td>String</td>\n<td>ship To country</td>\n</tr>\n<tr>\n<td>billTo_name</td>\n<td>String</td>\n<td>bill To name</td>\n</tr>\n<tr>\n<td>billTo_phone</td>\n<td>String</td>\n<td>bill To phone</td>\n</tr>\n<tr>\n<td>billTo_email</td>\n<td>String</td>\n<td>bill To email</td>\n</tr>\n<tr>\n<td>billTo_address1</td>\n<td>String</td>\n<td>bill To address1</td>\n</tr>\n<tr>\n<td>billTo_address2</td>\n<td>String</td>\n<td>bill To address2</td>\n</tr>\n<tr>\n<td>billTo_suburb</td>\n<td>String</td>\n<td>bill To suburb</td>\n</tr>\n<tr>\n<td>billTo_state</td>\n<td>String</td>\n<td>bill To state</td>\n</tr>\n<tr>\n<td>billTo_postcode</td>\n<td>String</td>\n<td>bill To postcode</td>\n</tr>\n<tr>\n<td>billTo_country</td>\n<td>String</td>\n<td>bill To country</td>\n</tr>\n<tr>\n<td>orderID</td>\n<td>String</td>\n<td>order ID</td>\n</tr>\n<tr>\n<td>salesRecordNumber</td>\n<td>String</td>\n<td>sales Record Number</td>\n</tr>\n<tr>\n<td>total_price</td>\n<td>Int</td>\n<td>total price</td>\n</tr>\n<tr>\n<td>platform</td>\n<td>String</td>\n<td>platform</td>\n</tr>\n<tr>\n<td>note</td>\n<td>String</td>\n<td>note</td>\n</tr>\n<tr>\n<td>postage</td>\n<td>String</td>\n<td>postage</td>\n</tr>\n<tr>\n<td>postageService</td>\n<td>String</td>\n<td>postage Service</td>\n</tr>\n<tr>\n<td>account_id</td>\n<td>Int</td>\n<td>EIZ account id</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>status</td>\n</tr>\n<tr>\n<td>order_status</td>\n<td>Int</td>\n<td>order status</td>\n</tr>\n<tr>\n<td>payment_status</td>\n<td>String</td>\n<td>payment status</td>\n</tr>\n<tr>\n<td>fulfillment_status</td>\n<td>Int</td>\n<td>fulfillment status</td>\n</tr>\n<tr>\n<td>sales_date</td>\n<td>timestamp</td>\n<td>sales date</td>\n</tr>\n<tr>\n<td>customer_id</td>\n<td>Int</td>\n<td>customer id</td>\n</tr>\n<tr>\n<td>address_info_hash</td>\n<td>String</td>\n<td>address info hash</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>timestamp</td>\n<td>updated at</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>timestamp</td>\n<td>created at</td>\n</tr>\n<tr>\n<td>id</td>\n<td>Int</td>\n<td>Order id</td>\n</tr>\n<tr>\n<td>paymentStatus</td>\n<td>String</td>\n<td>payment Status</td>\n</tr>\n<tr>\n<td>orderTotal</td>\n<td>Int</td>\n<td>order Total</td>\n</tr>\n<tr>\n<td>labelprintstatus</td>\n<td>bool</td>\n<td>label print status</td>\n</tr>\n<tr>\n<td>packages</td>\n<td>Array</td>\n<td>packages</td>\n</tr>\n<tr>\n<td>customLabel</td>\n<td>String</td>\n<td>custom Label</td>\n</tr>\n<tr>\n<td>hasLabel</td>\n<td>bool</td>\n<td>has Label</td>\n</tr>\n<tr>\n<td>invoiceStatus</td>\n<td>bool</td>\n<td>invoice Status</td>\n</tr>\n<tr>\n<td>orderlines</td>\n<td>Array</td>\n<td>order lines</td>\n</tr>\n<tr>\n<td>payments</td>\n<td>Array</td>\n<td>payments</td>\n</tr>\n<tr>\n<td>fulfillments</td>\n<td>Array</td>\n<td>fulfillments</td>\n</tr>\n<tr>\n<td>invoices</td>\n<td>Array</td>\n<td>invoices</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","auth","orders","orders"],"host":["app","eiz","com","au"],"query":[],"variable":[]}},"response":[{"id":"7e430dc8-46ac-42e5-929e-b4b6dda22d96","name":"success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"shipTo_name\": \"123\",\n        \"shipTo_phone\": \"\",\n        \"shipTo_email\": \"\",\n        \"shipTo_address1\": \"123\",\n        \"shipTo_address2\": \"\",\n        \"shipTo_suburb\": \"ROWVILLE\",\n        \"shipTo_state\": \"VIC\",\n        \"shipTo_postcode\": \"3178\",\n        \"shipTo_country\": \"AU\",\n        \"billTo_name\": \"123\",\n        \"billTo_phone\": \"\",\n        \"billTo_email\": \"\",\n        \"billTo_address1\": \"123\",\n        \"billTo_address2\": \"\",\n        \"billTo_suburb\": \"ROWVILLE\",\n        \"billTo_state\": \"VIC\",\n        \"billTo_postcode\": \"3178\",\n        \"billTo_country\": \"AU\",\n        \"orderID\": \"\",\n        \"salesRecordNumber\": \"123\",\n        \"total_price\": 1,\n        \"platform\": \"\",\n        \"note\": \"\",\n        \"postage\": \"\",\n        \"postageService\": \"\",\n        \"updateAddress\": true,\n        \"address\": {\n            \"name\": \"123\",\n            \"email\": \"\",\n            \"phone\": \"\",\n            \"address1\": \"123\",\n            \"address2\": null,\n            \"suburb\": \"ROWVILLE\",\n            \"state\": \"VIC\",\n            \"postcode\": \"3178\",\n            \"country\": \"AU\"\n        },\n        \"orderlines\": [\n            {\n                \"itemnumber\": \"dt-test0001\",\n                \"quantity\": 1,\n                \"itemtitle\": \"dt-test0001\",\n                \"saleprice\": \"1.00\",\n                \"gst\": 10,\n                \"transactionId\": \"\",\n                \"customLabel\": \"sku\",\n                \"package\": [\n                    {\n                        \"packObj\": 0,\n                        \"qty\": 1,\n                        \"weight\": \"1\",\n                        \"length\": \"1\",\n                        \"width\": \"1\",\n                        \"height\": \"1\",\n                        \"package_id\": null\n                    }\n                ]\n            }\n        ]\n    }\n]","options":{"raw":{"language":"json"}}},"url":"https://app.eiz.com.au/api/auth/orders/orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 31 Oct 2022 03:07:17 GMT"},{"key":"Server","value":"Apache/2.4.54 (Unix) PHP/7.3.33"},{"key":"X-Powered-By","value":"PHP/7.3.33"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Length","value":"2708"},{"key":"Connection","value":"close"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"orders\": [\n        {\n            \"shipTo_name\": \"123\",\n            \"shipTo_phone\": \"\",\n            \"shipTo_email\": \"\",\n            \"shipTo_address1\": \"123\",\n            \"shipTo_address2\": \"\",\n            \"shipTo_suburb\": \"ROWVILLE\",\n            \"shipTo_state\": \"VIC\",\n            \"shipTo_postcode\": \"3178\",\n            \"shipTo_country\": \"AU\",\n            \"billTo_name\": \"123\",\n            \"billTo_phone\": \"\",\n            \"billTo_email\": \"\",\n            \"billTo_address1\": \"123\",\n            \"billTo_address2\": \"\",\n            \"billTo_suburb\": \"ROWVILLE\",\n            \"billTo_state\": \"VIC\",\n            \"billTo_postcode\": \"3178\",\n            \"billTo_country\": \"AU\",\n            \"orderID\": \"\",\n            \"salesRecordNumber\": \"123\",\n            \"total_price\": 1,\n            \"platform\": \"\",\n            \"note\": \"\",\n            \"postage\": \"\",\n            \"postageService\": \"\",\n            \"account_id\": 1,\n            \"status\": \"unpaid\",\n            \"order_status\": 1,\n            \"payment_status\": \"unpaid\",\n            \"fulfillment_status\": 1,\n            \"sales_date\": \"2022-10-31 14:07:27\",\n            \"customer_id\": 29492222,\n            \"address_info_hash\": \"ed208ab504a892df63d2cf25d31c3b87\",\n            \"updated_at\": \"2022-10-31 14:07:27\",\n            \"created_at\": \"2022-10-31 14:07:27\",\n            \"id\": 3963284,\n            \"paymentStatus\": \"unpaid\",\n            \"orderTotal\": 1,\n            \"labelprintstatus\": false,\n            \"packages\": [\n                {\n                    \"package\": [\n                        {\n                            \"packObj\": 0,\n                            \"qty\": 1,\n                            \"weight\": \"1\",\n                            \"length\": \"1\",\n                            \"width\": \"1\",\n                            \"height\": \"1\",\n                            \"package_id\": null\n                        }\n                    ],\n                    \"content\": [\n                        {\n                            \"id\": 242487,\n                            \"item\": {\n                                \"id\": 242487,\n                                \"account_id\": 1,\n                                \"product_id\": 218928,\n                                \"sku\": \"sku\",\n                                \"title\": \"dt-test0021\",\n                                \"weight\": 0,\n                                \"length\": 0,\n                                \"width\": 0,\n                                \"height\": 0,\n                                \"quantity\": 0,\n                                \"location\": null,\n                                \"insured_amount\": \"0.00\",\n                                \"status\": 1,\n                                \"custom_label\": null,\n                                \"custom_label2\": null,\n                                \"custom_label3\": null,\n                                \"img_url\": \"\",\n                                \"barcode\": \"\",\n                                \"wms_stock\": 0,\n                                \"reserved_stock\": 3,\n                                \"created_at\": null,\n                                \"updated_at\": null,\n                                \"unique_key\": \"\",\n                                \"pivot\": {\n                                    \"listing_id\": 942240,\n                                    \"product_id\": 242487,\n                                    \"qty\": 1\n                                }\n                            },\n                            \"qty\": 1\n                        }\n                    ]\n                }\n            ],\n            \"customLabel\": \"[1x sku]\",\n            \"hasLabel\": false,\n            \"invoiceStatus\": false,\n            \"orderlines\": [\n                {\n                    \"id\": 5388074,\n                    \"order_id\": 3963284,\n                    \"listing_id\": 942240,\n                    \"transactionId\": \"\",\n                    \"itemnumber\": \"dt-test0001\",\n                    \"itemtitle\": \"dt-test0001\",\n                    \"quantity\": 1,\n                    \"saleprice\": 1,\n                    \"gst\": 10,\n                    \"saledate\": \"0000-00-00 00:00:00\",\n                    \"created_at\": \"2022-10-31 14:07:31\",\n                    \"updated_at\": \"2022-10-31 14:07:31\",\n                    \"fulfilling_qty\": null,\n                    \"fulfilled_qty\": null,\n                    \"listing\": {\n                        \"id\": 942240,\n                        \"account_id\": 1,\n                        \"store_id\": null,\n                        \"itemNumber\": \"dt-test0001\",\n                        \"title\": \"dt-test0001\",\n                        \"price\": \"1.00\",\n                        \"gst\": \"10.00\",\n                        \"customLabel\": \"sku\",\n                        \"image\": [],\n                        \"variation\": null,\n                        \"package\": [\n                            {\n                                \"packObj\": 0,\n                                \"qty\": 1,\n                                \"weight\": \"1\",\n                                \"length\": \"1\",\n                                \"width\": \"1\",\n                                \"height\": \"1\",\n                                \"package_id\": null\n                            }\n                        ],\n                        \"settings\": [],\n                        \"status\": 0,\n                        \"key\": null,\n                        \"cover\": null,\n                        \"variationTitle\": null,\n                        \"channel\": null,\n                        \"products\": [\n                            {\n                                \"id\": 242487,\n                                \"account_id\": 1,\n                                \"product_id\": 218928,\n                                \"sku\": \"sku\",\n                                \"title\": \"dt-test0021\",\n                                \"weight\": 0,\n                                \"length\": 0,\n                                \"width\": 0,\n                                \"height\": 0,\n                                \"quantity\": 0,\n                                \"location\": null,\n                                \"insured_amount\": \"0.00\",\n                                \"status\": 1,\n                                \"custom_label\": null,\n                                \"custom_label2\": null,\n                                \"custom_label3\": null,\n                                \"img_url\": \"\",\n                                \"barcode\": \"\",\n                                \"wms_stock\": 0,\n                                \"reserved_stock\": 3,\n                                \"created_at\": null,\n                                \"updated_at\": null,\n                                \"unique_key\": \"\",\n                                \"pivot\": {\n                                    \"listing_id\": 942240,\n                                    \"product_id\": 242487,\n                                    \"qty\": 1\n                                }\n                            }\n                        ],\n                        \"store\": null\n                    }\n                }\n            ],\n            \"payments\": [],\n            \"fulfillments\": [],\n            \"invoices\": []\n        }\n    ]\n}"}],"_postman_id":"9d61391d-50c2-4b21-8952-4c393ecab4a2"},{"name":"Upload Tracking","id":"bc027386-f61e-4f01-9859-3eb45f43c6b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"token"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"orders\": [\n        {\n            \"id\": 111111,\n            \"trackings\": [\n                {\n                    \"carrier_name\": \"Australia Post\",\n                    \"trackingNumber\": \"123456\",\n                    \"checked\": false,\n                    \"serviceProvider\": \"Australia Post\"\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://app.eiz.com.au/api/auth/Orders/despatch","description":"<p><strong>Upload tracking info for a particular order.</strong></p>\n<p>Request data:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>name</th>\n<th>type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>List</td>\n<td>Yes</td>\n<td>Orders list</td>\n</tr>\n<tr>\n<td>orders[].id</td>\n<td>Int</td>\n<td>Yes</td>\n<td>Order Id</td>\n</tr>\n<tr>\n<td>orders[].trackings</td>\n<td>List</td>\n<td>Yes</td>\n<td>trackings information</td>\n</tr>\n<tr>\n<td>orders[].trackings[].carrier_name</td>\n<td>String</td>\n<td>Yes</td>\n<td>Carrier Name</td>\n</tr>\n<tr>\n<td>orders[].trackings[].trackingNumber</td>\n<td>String</td>\n<td>Yes</td>\n<td>Tracking Number</td>\n</tr>\n<tr>\n<td>orders[].trackings[].checked</td>\n<td>Boolean</td>\n<td>No</td>\n<td>Tracking checked</td>\n</tr>\n<tr>\n<td>orders[].trackings[].serviceProvider</td>\n<td>String</td>\n<td>Yes</td>\n<td>Carrier service Provider</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","auth","Orders","despatch"],"host":["app","eiz","com","au"],"query":[],"variable":[]}},"response":[{"id":"caac5791-8c4b-49ff-b26f-7f0a48947aa1","name":"success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"orders\": [\n        {\n            \"id\": 111111,\n            \"trackings\": [\n                {\n                    \"carrier_name\": \"Australia Post\",\n                    \"trackingNumber\": \"123456\",\n                    \"checked\": false,\n                    \"serviceProvider\": \"Australia Post\"\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"http://app.eiz.com.au/api/auth/Orders/despatch"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 13 Apr 2022 09:27:17 GMT"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"omsVersion","value":"1"},{"key":"ETag","value":"\"f0f03abacc598fdfd9f6858e86bf281a3860c8cc\""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE,OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization, X-Requested-With, X-Auth-Token, Content-Type"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Length","value":"91"},{"key":"Connection","value":"close"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Submitted\"\n}"}],"_postman_id":"bc027386-f61e-4f01-9859-3eb45f43c6b6"}],"id":"026eec25-4092-4958-b702-0dec83276289","_postman_id":"026eec25-4092-4958-b702-0dec83276289","description":""},{"name":"Shipment Jobs","item":[{"name":"Get shipment list","event":[{"listen":"prerequest","script":{"id":"503939c7-d695-415d-b4eb-252f7142624a","exec":[""],"type":"text/javascript"}}],"id":"c966353b-3a20-4a3c-bbcc-63becb97f3f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"token"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"pageIndex\": 0,\r\n    \"size\": 200,\r\n    \"filter\": [\r\n        {\r\n            \"filterName\": \"fulfillmentStatus\",\r\n            \"filterRule\": 11,\r\n            \"filterValue\": [\r\n                \"3\"\r\n            ]\r\n        }\r\n    ],\r\n    \"filterType\": \"fulfillments\",\r\n    \"sort\": \"id\",\r\n    \"showOrderline\": 0\r\n}"},"url":"https://app.eiz.com.au/api/auth/partner/filter/fulfillments","description":"<p><strong>Retruns a list of shipments; Filter the shipment list using filter object.</strong></p>\n<p><strong>Request data:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>pageIndex</td>\n<td>Int</td>\n<td>Yes</td>\n<td>Page Index</td>\n</tr>\n<tr>\n<td>size</td>\n<td>Int</td>\n<td>No</td>\n<td>Size</td>\n</tr>\n<tr>\n<td>filter</td>\n<td>List</td>\n<td>No</td>\n<td>Query condition filtering</td>\n</tr>\n<tr>\n<td>filterType</td>\n<td>String</td>\n<td>No</td>\n<td>Fixed value：fulfillments</td>\n</tr>\n<tr>\n<td>sort</td>\n<td>String</td>\n<td>No</td>\n<td>Sort:id</td>\n</tr>\n<tr>\n<td>showOrderline</td>\n<td>Int</td>\n<td>No</td>\n<td>Fixed value：0</td>\n</tr>\n</tbody>\n</table>\n</div><p>filter List：Delete the current Object when filterName and filterValue are empty.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>filterName</td>\n<td>String</td>\n<td>Yes</td>\n<td>Query field name (Camel case)  <br />e.g. fulfillmentStatus</td>\n</tr>\n<tr>\n<td>filterRule</td>\n<td>Int</td>\n<td>Yes</td>\n<td>The filter rule defaults to 11  <br />  <br />1: equals  <br />2: does not equal  <br />3: contains  <br />4: does not contain  <br />5: starts with  <br />6: does not start with  <br />7: ends with  <br />8: does not end with  <br />9: is blank  <br />10: is not blank  <br />11: is any of  <br />12: are empty  <br />13: is none of  <br />14: today  <br />15: within 7 days  <br />16: within 30 days  <br />17: within 90 days  <br />18: is on or before  <br />19: is on or after  <br />20: is greater than or equal to  <br />21: is greater than  <br />22: is less than or equal to  <br />23: is less than  <br />24: yes  <br />25: no  <br />26: yesterday  <br />27: xxx days before  <br />28: within xxx days  <br />31: between</td>\n</tr>\n<tr>\n<td>filterValue</td>\n<td>List</td>\n<td>Yes</td>\n<td>Query field value</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response data:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status</td>\n<td>Int</td>\n<td>Response status code</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Object</td>\n<td>Response data</td>\n</tr>\n<tr>\n<td>message</td>\n<td>String</td>\n<td>Response message</td>\n</tr>\n<tr>\n<td>timestamp</td>\n<td>timestamp</td>\n<td>Response timestamp</td>\n</tr>\n</tbody>\n</table>\n</div><p>data Object：</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>count</td>\n<td>Int</td>\n<td>count</td>\n</tr>\n<tr>\n<td>total</td>\n<td>Int</td>\n<td>Total quantity</td>\n</tr>\n<tr>\n<td>current_page</td>\n<td>Int</td>\n<td>Current Page</td>\n</tr>\n<tr>\n<td>page_size</td>\n<td>Int</td>\n<td>Quantity per page</td>\n</tr>\n<tr>\n<td>last_page</td>\n<td>Int</td>\n<td>Last Page</td>\n</tr>\n<tr>\n<td>data</td>\n<td>List</td>\n<td>Fulfillments data</td>\n</tr>\n</tbody>\n</table>\n</div><p>data.data List：</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>autoQuoteResult</td>\n<td>List</td>\n<td>Auto Quote Result</td>\n</tr>\n<tr>\n<td>pluginId</td>\n<td>Int</td>\n<td>plugin Id</td>\n</tr>\n<tr>\n<td>addressInfoHash</td>\n<td>String</td>\n<td>address Info Hash</td>\n</tr>\n<tr>\n<td>tracking_status</td>\n<td>Int</td>\n<td>tracking status</td>\n</tr>\n<tr>\n<td>shipToPostcode</td>\n<td>Int</td>\n<td>ship To Postcode</td>\n</tr>\n<tr>\n<td>fulfillmentStatus</td>\n<td>Int</td>\n<td>fulfillment Status</td>\n</tr>\n<tr>\n<td>consignmentStatus</td>\n<td>Int</td>\n<td>consignment Status</td>\n</tr>\n<tr>\n<td>shipTo_place_id</td>\n<td>String</td>\n<td>ship To place id</td>\n</tr>\n<tr>\n<td>fulfillments_orderline_ids</td>\n<td>List</td>\n<td>fulfillments orderline ids</td>\n</tr>\n<tr>\n<td>createdAt</td>\n<td>timestamp</td>\n<td>created At</td>\n</tr>\n<tr>\n<td>fromPhone</td>\n<td>String</td>\n<td>from Phone</td>\n</tr>\n<tr>\n<td>carrierName</td>\n<td>String</td>\n<td>carrier Name</td>\n</tr>\n<tr>\n<td>price</td>\n<td>String</td>\n<td>price</td>\n</tr>\n<tr>\n<td>fromName</td>\n<td>String</td>\n<td>from Name</td>\n</tr>\n<tr>\n<td>shipToEmail</td>\n<td>String</td>\n<td>ship To Email</td>\n</tr>\n<tr>\n<td>logo</td>\n<td>String</td>\n<td>logo</td>\n</tr>\n<tr>\n<td>fromCompany_name</td>\n<td>String</td>\n<td>from Company name</td>\n</tr>\n<tr>\n<td>id</td>\n<td>Int</td>\n<td>id</td>\n</tr>\n<tr>\n<td>package_info</td>\n<td>List</td>\n<td>package info</td>\n</tr>\n<tr>\n<td>shipToState</td>\n<td>String</td>\n<td>ship To State</td>\n</tr>\n<tr>\n<td>updatedAt</td>\n<td>timestamp</td>\n<td>updated At</td>\n</tr>\n<tr>\n<td>fromState</td>\n<td>String</td>\n<td>from State</td>\n</tr>\n<tr>\n<td>fromCountry</td>\n<td>String</td>\n<td>from Country</td>\n</tr>\n<tr>\n<td>shipToRef</td>\n<td>String</td>\n<td>ship To Ref</td>\n</tr>\n<tr>\n<td>orderTotalPrice</td>\n<td>Int</td>\n<td>order Total Price</td>\n</tr>\n<tr>\n<td>shippingMethodId</td>\n<td>Int</td>\n<td>shipping Method Id</td>\n</tr>\n<tr>\n<td>tags</td>\n<td>List</td>\n<td>tags</td>\n</tr>\n<tr>\n<td>product_line_qty</td>\n<td>Int</td>\n<td>product line qty</td>\n</tr>\n<tr>\n<td>eiz_tracking_status</td>\n<td>String</td>\n<td>eiz tracking status</td>\n</tr>\n<tr>\n<td>orders</td>\n<td>List</td>\n<td>orders</td>\n</tr>\n<tr>\n<td>package_total_cubic</td>\n<td>floating-point</td>\n<td>package total cubic</td>\n</tr>\n<tr>\n<td>errors</td>\n<td>String</td>\n<td>errors</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Int</td>\n<td>status</td>\n</tr>\n<tr>\n<td>note</td>\n<td>String</td>\n<td>note</td>\n</tr>\n<tr>\n<td>batch_number</td>\n<td>String</td>\n<td>batch number</td>\n</tr>\n<tr>\n<td>fromSuburb</td>\n<td>String</td>\n<td>from Suburb</td>\n</tr>\n<tr>\n<td>fromPostcode</td>\n<td>String</td>\n<td>from Postcode</td>\n</tr>\n<tr>\n<td>fromEmail</td>\n<td>String</td>\n<td>from Email</td>\n</tr>\n<tr>\n<td>products</td>\n<td>List</td>\n<td>products</td>\n</tr>\n<tr>\n<td>new_package_total_weight</td>\n<td>floating-point</td>\n<td>new package total weight</td>\n</tr>\n<tr>\n<td>fromAddress1</td>\n<td>String</td>\n<td>from Address1</td>\n</tr>\n<tr>\n<td>picklistStatus</td>\n<td>Int</td>\n<td>pick list Status</td>\n</tr>\n<tr>\n<td>package_total_qty</td>\n<td>Int</td>\n<td>package total qty</td>\n</tr>\n<tr>\n<td>fromAddress2</td>\n<td>String</td>\n<td>from Address 2</td>\n</tr>\n<tr>\n<td>packageNum</td>\n<td>Int</td>\n<td>package Num</td>\n</tr>\n<tr>\n<td>shipToSuburb</td>\n<td>String</td>\n<td>ship To Suburb</td>\n</tr>\n<tr>\n<td>shipToPhone</td>\n<td>String</td>\n<td>ship To Phone</td>\n</tr>\n<tr>\n<td>shipToCountry</td>\n<td>String</td>\n<td>ship To Country</td>\n</tr>\n<tr>\n<td>shipToCompanyName</td>\n<td>String</td>\n<td>ship To Company Name</td>\n</tr>\n<tr>\n<td>shippingMethodName</td>\n<td>String</td>\n<td>shipping Method Name</td>\n</tr>\n<tr>\n<td>labelNumber</td>\n<td>List</td>\n<td>label Number</td>\n</tr>\n<tr>\n<td>sorting_code</td>\n<td>String</td>\n<td>sorting code</td>\n</tr>\n<tr>\n<td>productNum</td>\n<td>Int</td>\n<td>product Num</td>\n</tr>\n<tr>\n<td>shipToAddress1</td>\n<td>String</td>\n<td>ship To Address 1</td>\n</tr>\n<tr>\n<td>shipToAddress2</td>\n<td>String</td>\n<td>ship To Address 2</td>\n</tr>\n<tr>\n<td>shipToName</td>\n<td>String</td>\n<td>ship To Name</td>\n</tr>\n<tr>\n<td>consignments</td>\n<td>List</td>\n<td>consignments</td>\n</tr>\n<tr>\n<td>warehouse_id</td>\n<td>Int</td>\n<td>warehouse id</td>\n</tr>\n<tr>\n<td>standardUpdateTime</td>\n<td>timestamp</td>\n<td>standard Update Time</td>\n</tr>\n</tbody>\n</table>\n</div><p>data.data.package_info List：</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th><strong>Type</strong></th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>qty</td>\n<td>Int</td>\n<td>qty</td>\n</tr>\n<tr>\n<td>length</td>\n<td>Int</td>\n<td>length</td>\n</tr>\n<tr>\n<td>width</td>\n<td>Int</td>\n<td>width</td>\n</tr>\n<tr>\n<td>weight</td>\n<td>Int</td>\n<td>weight</td>\n</tr>\n<tr>\n<td>package_id</td>\n<td>Int</td>\n<td>package id</td>\n</tr>\n<tr>\n<td>height</td>\n<td>Int</td>\n<td>height</td>\n</tr>\n</tbody>\n</table>\n</div><p>data.data.tags List：</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th><strong>Type</strong></th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>parent_id</td>\n<td>Int</td>\n<td>parent id</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>name</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>description</td>\n</tr>\n<tr>\n<td>id</td>\n<td>Int</td>\n<td>id</td>\n</tr>\n</tbody>\n</table>\n</div><p>data.data.orders List：</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th><strong>Type</strong></th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>note</td>\n<td>String</td>\n<td>note</td>\n</tr>\n<tr>\n<td>channelInfo</td>\n<td>Object</td>\n<td>channel Info</td>\n</tr>\n<tr>\n<td>labelprintstatus</td>\n<td>Boolean</td>\n<td>label print status</td>\n</tr>\n<tr>\n<td>shipTo_state</td>\n<td>String</td>\n<td>ship To state</td>\n</tr>\n<tr>\n<td>salesRecordNumber</td>\n<td>String</td>\n<td>sales Record Number</td>\n</tr>\n<tr>\n<td>platform</td>\n<td>String</td>\n<td>platform</td>\n</tr>\n<tr>\n<td>shipTo_companyName</td>\n<td>String</td>\n<td>ship To company Name</td>\n</tr>\n<tr>\n<td>order_status</td>\n<td>Int</td>\n<td>order status</td>\n</tr>\n<tr>\n<td>shipTo_suburb</td>\n<td>String</td>\n<td>ship To suburb</td>\n</tr>\n<tr>\n<td>id</td>\n<td>Int</td>\n<td>order id</td>\n</tr>\n<tr>\n<td>shipTo_country</td>\n<td>String</td>\n<td>ship To country</td>\n</tr>\n<tr>\n<td>shipTo_address1</td>\n<td>String</td>\n<td>ship To address 1</td>\n</tr>\n<tr>\n<td>shipTo_address2</td>\n<td>String</td>\n<td>ship To address 2</td>\n</tr>\n<tr>\n<td>postageService</td>\n<td>String</td>\n<td>postage Service</td>\n</tr>\n<tr>\n<td>salesDate</td>\n<td>timestamp</td>\n<td>sales Date</td>\n</tr>\n<tr>\n<td>orderTotalPrice</td>\n<td>Int</td>\n<td>order Total Price</td>\n</tr>\n<tr>\n<td>shipTo_email</td>\n<td>String</td>\n<td>ship To email</td>\n</tr>\n<tr>\n<td>remoteId</td>\n<td>String</td>\n<td>remote Id</td>\n</tr>\n<tr>\n<td>postage</td>\n<td>String</td>\n<td>postage</td>\n</tr>\n<tr>\n<td>shipTo_phone</td>\n<td>String</td>\n<td>ship To phone</td>\n</tr>\n<tr>\n<td>orderlines</td>\n<td>List</td>\n<td>orderlines</td>\n</tr>\n<tr>\n<td>shipTo_name</td>\n<td>String</td>\n<td>ship To name</td>\n</tr>\n<tr>\n<td>customLabel</td>\n<td>String</td>\n<td>custom Label</td>\n</tr>\n<tr>\n<td>shipTo_postcode</td>\n<td>String</td>\n<td>ship To postcode</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>status</td>\n</tr>\n</tbody>\n</table>\n</div><p>data.data.consignments List：</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th><strong>Type</strong></th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>created_at</td>\n<td>Object</td>\n<td>created at</td>\n</tr>\n<tr>\n<td>labels</td>\n<td>List</td>\n<td>labels</td>\n</tr>\n<tr>\n<td>shippingMethod_price_amount</td>\n<td>String</td>\n<td>shipping Method price amount</td>\n</tr>\n<tr>\n<td>shipping_method</td>\n<td>Object</td>\n<td>shipping method</td>\n</tr>\n<tr>\n<td>id</td>\n<td>Int</td>\n<td>id</td>\n</tr>\n<tr>\n<td>errors</td>\n<td>String</td>\n<td>errors</td>\n</tr>\n<tr>\n<td>is_support_tracking</td>\n<td>Boolean</td>\n<td>is support tracking</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Int</td>\n<td>status</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","auth","partner","filter","fulfillments"],"host":["app","eiz","com","au"],"query":[],"variable":[]}},"response":[{"id":"151367d0-a4da-4e19-b467-0b63fdebf0dd","name":"Get shipment list ES","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"pageIndex\": 0,\r\n    \"size\": 2,\r\n    \"filter\": [\r\n\r\n        {\r\n            \"filterName\": \"fulfillmentStatus\",\r\n            \"filterRule\": 11,\r\n            \"filterValue\": [\r\n                \"3\"\r\n            ]\r\n        }\r\n    ],\r\n    \"filterType\": \"fulfillments\",\r\n    \"sort\": \"id\",\r\n    \"showOrderline\": 0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.eiz.com.au/api/auth/partner/filter/fulfillments"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 11 May 2023 02:06:48 GMT"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"omsVersion","value":"1"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"ETag","value":"\"e6c6877f31496b226e35fd4877ee946597f4cb84\""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE,OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization, X-Requested-With, X-Auth-Token, Content-Type"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Connection","value":"close"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"data\": {\n        \"count\": 17,\n        \"total\": 17,\n        \"current_page\": 1,\n        \"page_size\": 2,\n        \"last_page\": 9,\n        \"data\": [\n            {\n                \"warehouse_type\": 0,\n                \"autoQuoteResult\": [],\n                \"pluginId\": 108,\n                \"addressInfoHash\": \"29d5815d7b657e8714d4d13bb32942de\",\n                \"tracking_status\": 1,\n                \"shipToPostcode\": \"2749\",\n                \"fulfillmentStatus\": 3,\n                \"consignmentStatus\": 5,\n                \"shipTo_place_id\": \"ChIJB-9TMn2bEmsRULAyFmh9AQU\",\n                \"fulfillments_orderline_ids\": [\n                    22821942\n                ],\n                \"createdAt\": \"2023-05-10 11:16:57\",\n                \"fromPhone\": \"+61283853415\",\n                \"carrierName\": \"Amazon\",\n                \"price\": \"0.10\",\n                \"fromName\": \"UGG Express\",\n                \"shipToEmail\": null,\n                \"logo\": \"amazonFulfillmentCourier/amazonFulfillmentCourier\",\n                \"fromCompany_name\": \"The One Australia Holding Pty Ltd\",\n                \"id\": 13106575,\n                \"package_info\": [\n                    {\n                        \"qty\": 1,\n                        \"length\": 32,\n                        \"width\": 28,\n                        \"weight\": 1,\n                        \"package_id\": 28522,\n                        \"height\": 12\n                    }\n                ],\n                \"shipToState\": \"NSW\",\n                \"updatedAt\": \"2023-05-10 11:51:08\",\n                \"fromState\": \"NSW\",\n                \"fromCountry\": \"AU\",\n                \"shipToRef\": \"Djdl6yxJ3\",\n                \"orderTotalPrice\": 0,\n                \"shippingMethodId\": 590,\n                \"tags\": [\n                    {\n                        \"account_id\": null,\n                        \"parent_id\": 75,\n                        \"name\": \"1 product 1 qty\",\n                        \"description\": \"{\\\"name\\\":\\\"1 product 1 qty\\\",\\\"color\\\":\\\"#141322\\\"}\",\n                        \"id\": 91\n                    }\n                ],\n                \"product_line_qty\": 1,\n                \"eiz_tracking_status\": null,\n                \"warehouse_name\": \"default_warehouse\",\n                \"orders\": [\n                    {\n                        \"note\": null,\n                        \"channelInfo\": {\n                            \"channel\": \"amazonFulfillment\",\n                            \"storeName\": \"AmazonFulfillment\",\n                            \"channelRef\": \"250-7464359-4891816\",\n                            \"channelStatus\": null,\n                            \"storeId\": 7988,\n                            \"customId\": null\n                        },\n                        \"labelprintstatus\": true,\n                        \"shipTo_state\": \"NSW\",\n                        \"salesRecordNumber\": \"250-7464359-4891816\",\n                        \"platform\": \"amazonFulfillment\",\n                        \"shipTo_companyName\": \"Amazon Customer\",\n                        \"order_status\": 4,\n                        \"shipTo_suburb\": \"CASTLEREAGH\",\n                        \"id\": 15809589,\n                        \"shipTo_country\": \"AU\",\n                        \"shipTo_address1\": \"Address not available\",\n                        \"shipTo_address2\": null,\n                        \"postageService\": null,\n                        \"despatchedAt\": \"2023-05-10 21:51:08\",\n                        \"salesDate\": \"2023-05-09 10:29:12\",\n                        \"orderTotalPrice\": 0,\n                        \"shipTo_email\": null,\n                        \"remoteId\": \"Djdl6yxJ3\",\n                        \"postage\": \"0.00\",\n                        \"shipTo_phone\": null,\n                        \"orderlines\": [\n                            {\n                                \"quantity\": 1,\n                                \"itemtitle\": \"WI_9349788028938\",\n                                \"saleprice\": 0,\n                                \"id\": 22821942,\n                                \"listing\": {\n                                    \"image\": \"https://thumbs1.ebaystatic.com/pict/1122882184648080123.jpg\",\n                                    \"package\": [],\n                                    \"id\": 3710673,\n                                    \"customLabel\": \"WI_9349788028938\",\n                                    \"status\": 0\n                                }\n                            }\n                        ],\n                        \"shipTo_name\": \"Amazon Customer\",\n                        \"customLabel\": \"[1x WI_9349788028938]\",\n                        \"shipTo_postcode\": \"2749\",\n                        \"status\": \"archived\"\n                    }\n                ],\n                \"package_total_cubic\": 0.010752,\n                \"errors\": null,\n                \"status\": null,\n                \"note\": null,\n                \"batch_number\": null,\n                \"log\": [],\n                \"fromSuburb\": \"WENTWORTH POINT\",\n                \"fromPostcode\": \"2127\",\n                \"fromEmail\": \"support@uggexpress.com.au\",\n                \"products\": [\n                    {\n                        \"custom_label2\": null,\n                        \"custom_label3\": \"2\",\n                        \"quantity\": 40,\n                        \"insured_amount\": null,\n                        \"length\": null,\n                        \"weight\": 0.99,\n                        \"created_at\": \"2023-04-14 17:57:07\",\n                        \"title\": \"WI_9349788028938\",\n                        \"warehouse\": [\n                            {\n                                \"settings\": null,\n                                \"account_id\": 6190,\n                                \"updated_at\": \"2022-09-20 12:31:39\",\n                                \"isStockNegative\": false,\n                                \"name\": \"default_warehouse\",\n                                \"created_at\": \"2022-09-20 12:31:39\",\n                                \"pivot\": {\n                                    \"product_id\": 3134100,\n                                    \"stock\": 43,\n                                    \"lock_stock\": -3,\n                                    \"warehouse_id\": 8328\n                                },\n                                \"id\": 8328,\n                                \"type\": 0,\n                                \"status\": 1\n                            }\n                        ],\n                        \"account_id\": 6190,\n                        \"updated_at\": \"2023-05-11 11:34:13\",\n                        \"img_url\": null,\n                        \"reserved_stock\": 0,\n                        \"product_id\": null,\n                        \"wms_stock\": -1,\n                        \"width\": null,\n                        \"custom_label\": \"WI_9349788028938\",\n                        \"pivot\": {\n                            \"note\": null,\n                            \"product_id\": 3134100,\n                            \"qty\": 1,\n                            \"sku\": \"WI_9349788028938\",\n                            \"fulfillment_id\": 13106575\n                        },\n                        \"location\": null,\n                        \"id\": 3134100,\n                        \"sku\": \"9349788028938\",\n                        \"barcode\": \"9349788028938\",\n                        \"height\": null,\n                        \"status\": 1\n                    }\n                ],\n                \"new_package_total_weight\": 1,\n                \"fromAddress1\": \"6/39 Hill Rd\",\n                \"picklistStatus\": 0,\n                \"package_total_qty\": 1,\n                \"fromAddress2\": null,\n                \"packageNum\": 1,\n                \"shipToSuburb\": \"CASTLEREAGH\",\n                \"shipToPhone\": \"+61283853415\",\n                \"shipToCountry\": \"AU\",\n                \"shipToCompanyName\": \"Amazon Customer\",\n                \"pick_job_id\": 0,\n                \"shippingMethodName\": \"ATSPL\",\n                \"labelNumber\": [\n                    \"CPBWWGT0246475\"\n                ],\n                \"sorting_code\": \"1-\",\n                \"productNum\": 1,\n                \"account_id\": 6190,\n                \"cimc_tag\": null,\n                \"shipToAddress1\": \"Address not available\",\n                \"shipToAddress2\": null,\n                \"shipToName\": \"Amazon Customer\",\n                \"consignments\": [\n                    {\n                        \"data\": [],\n                        \"created_at\": \"2023-05-10 11:30:55\",\n                        \"products\": [\n                            {\n                                \"custom_label2\": null,\n                                \"custom_label3\": \"2\",\n                                \"quantity\": 40,\n                                \"insured_amount\": null,\n                                \"length\": null,\n                                \"weight\": 0.99,\n                                \"created_at\": \"2023-04-14 17:57:07\",\n                                \"title\": \"WI_9349788028938\",\n                                \"account_id\": 6190,\n                                \"updated_at\": \"2023-05-11 11:34:13\",\n                                \"img_url\": null,\n                                \"reserved_stock\": 0,\n                                \"product_id\": null,\n                                \"wms_stock\": -1,\n                                \"width\": null,\n                                \"custom_label\": \"WI_9349788028938\",\n                                \"pivot\": {\n                                    \"note\": null,\n                                    \"product_id\": 3134100,\n                                    \"qty\": 1,\n                                    \"consignment_id\": 13061866\n                                },\n                                \"location\": null,\n                                \"id\": 3134100,\n                                \"sku\": \"9349788028938\",\n                                \"barcode\": \"9349788028938\",\n                                \"height\": null,\n                                \"status\": 1\n                            }\n                        ],\n                        \"labels\": [\n                            {\n                                \"pdfUrl\": \"https://s3.ap-southeast-2.amazonaws.com/eiz.labels/labels/2023/05/10/645af3dd203a9.pdf\",\n                                \"labelNumber\": \"CPBWWGT0246475\",\n                                \"trackingStatus\": \"Tracking Not Available\",\n                                \"shippingDays\": null\n                            }\n                        ],\n                        \"tags\": [],\n                        \"printed\": 1,\n                        \"shipped\": 1,\n                        \"shippingMethod_price_amount\": \"0.10\",\n                        \"shipping_method\": {\n                            \"plugin\": {\n                                \"name\": \"amazonFulfillmentCourier\"\n                            },\n                            \"name\": \"ATSPL\",\n                            \"serviceProvider\": \"Amazon\"\n                        },\n                        \"id\": 13061866,\n                        \"errors\": null,\n                        \"is_support_tracking\": false,\n                        \"status\": 3\n                    }\n                ],\n                \"warehouse_id\": 8328,\n                \"standardUpdateTime\": \"2023-05-10 11:51:08\"\n            },\n            {\n                \"warehouse_type\": 0,\n                \"autoQuoteResult\": [],\n                \"pluginId\": 108,\n                \"addressInfoHash\": \"f8bdcd1d0d84839098bdd56a28a59649\",\n                \"tracking_status\": 1,\n                \"shipToPostcode\": \"2226\",\n                \"fulfillmentStatus\": 3,\n                \"consignmentStatus\": 5,\n                \"shipTo_place_id\": \"ChIJR-RUsGXHEmsRoK0yFmh9AQU\",\n                \"fulfillments_orderline_ids\": [\n                    22832725\n                ],\n                \"createdAt\": \"2023-05-10 11:16:57\",\n                \"fromPhone\": \"+61283853415\",\n                \"carrierName\": \"Amazon\",\n                \"price\": \"0.10\",\n                \"fromName\": \"UGG Express\",\n                \"shipToEmail\": null,\n                \"logo\": \"amazonFulfillmentCourier/amazonFulfillmentCourier\",\n                \"fromCompany_name\": \"The One Australia Holding Pty Ltd\",\n                \"id\": 13106574,\n                \"package_info\": [\n                    {\n                        \"qty\": 1,\n                        \"length\": 32,\n                        \"width\": 28,\n                        \"weight\": 1,\n                        \"package_id\": 28522,\n                        \"height\": 12\n                    }\n                ],\n                \"shipToState\": \"NSW\",\n                \"updatedAt\": \"2023-05-10 11:51:07\",\n                \"fromState\": \"NSW\",\n                \"fromCountry\": \"AU\",\n                \"shipToRef\": \"D8dLpBxN3\",\n                \"orderTotalPrice\": 0,\n                \"shippingMethodId\": 590,\n                \"tags\": [\n                    {\n                        \"account_id\": null,\n                        \"parent_id\": 75,\n                        \"name\": \"1 product 1 qty\",\n                        \"description\": \"{\\\"name\\\":\\\"1 product 1 qty\\\",\\\"color\\\":\\\"#141322\\\"}\",\n                        \"id\": 91\n                    }\n                ],\n                \"product_line_qty\": 1,\n                \"eiz_tracking_status\": null,\n                \"warehouse_name\": \"default_warehouse\",\n                \"orders\": [\n                    {\n                        \"note\": null,\n                        \"channelInfo\": {\n                            \"channel\": \"amazonFulfillment\",\n                            \"storeName\": \"AmazonFulfillment\",\n                            \"channelRef\": \"249-0285647-8358225\",\n                            \"channelStatus\": null,\n                            \"storeId\": 7988,\n                            \"customId\": null\n                        },\n                        \"labelprintstatus\": true,\n                        \"shipTo_state\": \"NSW\",\n                        \"salesRecordNumber\": \"249-0285647-8358225\",\n                        \"platform\": \"amazonFulfillment\",\n                        \"shipTo_companyName\": \"Amazon Customer\",\n                        \"order_status\": 4,\n                        \"shipTo_suburb\": \"BONNET BAY\",\n                        \"id\": 15816367,\n                        \"shipTo_country\": \"AU\",\n                        \"shipTo_address1\": \"Address not available\",\n                        \"shipTo_address2\": null,\n                        \"postageService\": null,\n                        \"despatchedAt\": \"2023-05-10 11:51:07\",\n                        \"salesDate\": \"2023-05-09 09:01:39\",\n                        \"orderTotalPrice\": 0,\n                        \"shipTo_email\": null,\n                        \"remoteId\": \"D8dLpBxN3\",\n                        \"postage\": \"0.00\",\n                        \"shipTo_phone\": null,\n                        \"orderlines\": [\n                            {\n                                \"quantity\": 1,\n                                \"itemtitle\": \"WI_9349788124494\",\n                                \"saleprice\": 0,\n                                \"id\": 22832725,\n                                \"listing\": {\n                                    \"image\": \"https://thumbs1.ebaystatic.com/pict/1122882184648080123.jpg\",\n                                    \"package\": [],\n                                    \"id\": 3713540,\n                                    \"customLabel\": \"WI_9349788124494\",\n                                    \"status\": 0\n                                }\n                            }\n                        ],\n                        \"shipTo_name\": \"Amazon Customer\",\n                        \"customLabel\": \"[1x WI_9349788124494]\",\n                        \"shipTo_postcode\": \"2226\",\n                        \"status\": \"archived\"\n                    }\n                ],\n                \"package_total_cubic\": 0.010752,\n                \"errors\": null,\n                \"status\": null,\n                \"note\": null,\n                \"batch_number\": null,\n                \"log\": [],\n                \"fromSuburb\": \"WENTWORTH POINT\",\n                \"fromPostcode\": \"2127\",\n                \"fromEmail\": \"support@uggexpress.com.au\",\n                \"products\": [\n                    {\n                        \"custom_label2\": null,\n                        \"custom_label3\": \"1\",\n                        \"quantity\": 12,\n                        \"insured_amount\": null,\n                        \"length\": null,\n                        \"weight\": 0.99,\n                        \"created_at\": \"2023-04-27 15:33:00\",\n                        \"title\": \"WI_9349788124494\",\n                        \"warehouse\": [\n                            {\n                                \"settings\": null,\n                                \"account_id\": 6190,\n                                \"updated_at\": \"2022-09-20 02:31:39\",\n                                \"isStockNegative\": false,\n                                \"name\": \"default_warehouse\",\n                                \"created_at\": \"2022-09-20 02:31:39\",\n                                \"pivot\": {\n                                    \"product_id\": 3158174,\n                                    \"stock\": 11,\n                                    \"lock_stock\": -2,\n                                    \"warehouse_id\": 8328\n                                },\n                                \"id\": 8328,\n                                \"type\": 0,\n                                \"status\": 1\n                            }\n                        ],\n                        \"account_id\": 6190,\n                        \"updated_at\": \"2023-05-10 01:34:35\",\n                        \"img_url\": null,\n                        \"reserved_stock\": 0,\n                        \"product_id\": null,\n                        \"wms_stock\": -1,\n                        \"width\": null,\n                        \"custom_label\": \"WI_9349788124494\",\n                        \"pivot\": {\n                            \"note\": null,\n                            \"product_id\": 3158174,\n                            \"qty\": 1,\n                            \"sku\": \"WI_9349788124494\",\n                            \"fulfillment_id\": 13106574\n                        },\n                        \"location\": null,\n                        \"id\": 3158174,\n                        \"sku\": \"9349788124494\",\n                        \"barcode\": \"9349788124494\",\n                        \"height\": null,\n                        \"status\": 1\n                    }\n                ],\n                \"new_package_total_weight\": 1,\n                \"fromAddress1\": \"6/39 Hill Rd\",\n                \"picklistStatus\": 0,\n                \"package_total_qty\": 1,\n                \"fromAddress2\": null,\n                \"packageNum\": 1,\n                \"shipToSuburb\": \"BONNET BAY\",\n                \"shipToPhone\": \"+61283853415\",\n                \"shipToCountry\": \"AU\",\n                \"shipToCompanyName\": \"Amazon Customer\",\n                \"pick_job_id\": 0,\n                \"shippingMethodName\": \"ATSPL\",\n                \"labelNumber\": [\n                    \"CPBWWGT0246469\"\n                ],\n                \"sorting_code\": \"2-9349788124494\",\n                \"productNum\": 1,\n                \"account_id\": 6190,\n                \"cimc_tag\": null,\n                \"shipToAddress1\": \"Address not available\",\n                \"shipToAddress2\": null,\n                \"shipToName\": \"Amazon Customer\",\n                \"consignments\": [\n                    {\n                        \"data\": [],\n                        \"created_at\": \"2023-05-10 01:30:54\",\n                        \"products\": [\n                            {\n                                \"custom_label2\": null,\n                                \"custom_label3\": \"1\",\n                                \"quantity\": 12,\n                                \"insured_amount\": null,\n                                \"length\": null,\n                                \"weight\": 0.99,\n                                \"created_at\": \"2023-04-27 15:33:00\",\n                                \"title\": \"WI_9349788124494\",\n                                \"account_id\": 6190,\n                                \"updated_at\": \"2023-05-10 01:34:35\",\n                                \"img_url\": null,\n                                \"reserved_stock\": 0,\n                                \"product_id\": null,\n                                \"wms_stock\": -1,\n                                \"width\": null,\n                                \"custom_label\": \"WI_9349788124494\",\n                                \"pivot\": {\n                                    \"note\": null,\n                                    \"product_id\": 3158174,\n                                    \"qty\": 1,\n                                    \"consignment_id\": 13061863\n                                },\n                                \"location\": null,\n                                \"id\": 3158174,\n                                \"sku\": \"9349788124494\",\n                                \"barcode\": \"9349788124494\",\n                                \"height\": null,\n                                \"status\": 1\n                            }\n                        ],\n                        \"labels\": [\n                            {\n                                \"pdfUrl\": \"https://s3.ap-southeast-2.amazonaws.com/eiz.labels/labels/2023/05/10/645af3dc2094a.pdf\",\n                                \"labelNumber\": \"CPBWWGT0246469\",\n                                \"trackingStatus\": \"Tracking Not Available\",\n                                \"shippingDays\": null\n                            }\n                        ],\n                        \"tags\": [],\n                        \"printed\": 1,\n                        \"shipped\": 1,\n                        \"shippingMethod_price_amount\": \"0.10\",\n                        \"shipping_method\": {\n                            \"plugin\": {\n                                \"name\": \"amazonFulfillmentCourier\"\n                            },\n                            \"name\": \"ATSPL\",\n                            \"serviceProvider\": \"Amazon\"\n                        },\n                        \"id\": 13061863,\n                        \"errors\": null,\n                        \"is_support_tracking\": false,\n                        \"status\": 3\n                    }\n                ],\n                \"warehouse_id\": 8328,\n                \"standardUpdateTime\": \"2023-05-10 11:51:07\"\n            }\n        ]\n    },\n    \"message\": \"\",\n    \"timestamp\": \"2023-05-11 12:06:48\"\n}"}],"_postman_id":"c966353b-3a20-4a3c-bbcc-63becb97f3f8"},{"name":"createShipment","id":"6f17eab8-55e0-4743-8072-50c6dd393a67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"token"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"shipFrom\": {\n        \"name\": \"Name\",\n        \"companyName\": \"Company Name\",\n        \"phone\": \"17600000000\",\n        \"email\": \"Email@eiz.com.ai\",\n        \"address1\": \"address1\",\n        \"address2\": \"address2\",\n        \"suburb\": \"BARANGAROO\",\n        \"state\": \"NSW\",\n        \"postcode\": \"2000\",\n        \"country\": \"AU\"\n    },\n    \"shipTo\": {\n        \"name\": \"Receiver Name\",\n        \"companyName\": \"Company Name\",\n        \"phone\": \"17600000000\",\n        \"email\": \"Email@eiz.com.ai\",\n        \"address1\": \"Address1\",\n        \"address2\": \"Address2\",\n        \"suburb\": \"BARANGAROO\",\n        \"state\": \"NSW\",\n        \"postcode\": \"2000\",\n        \"country\": \"AU\"\n    },\n    \"products\": [],\n    \"package_info\": [],\n    \"tags\": [],\n    \"note\": \"Notes\",\n    \"reference\": \"Reference\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.eiz.com.au/api/auth/fulfillments/create","description":"<p><strong>Create a shipment.</strong></p>\n<p><strong>Request data:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>name</th>\n<th>type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>products</td>\n<td>List</td>\n<td>No</td>\n<td>products</td>\n</tr>\n<tr>\n<td>package_info</td>\n<td>List</td>\n<td>No</td>\n<td>package info</td>\n</tr>\n<tr>\n<td>tags</td>\n<td>List</td>\n<td>No</td>\n<td>tags</td>\n</tr>\n<tr>\n<td>note</td>\n<td>String</td>\n<td>No</td>\n<td>note</td>\n</tr>\n<tr>\n<td>reference</td>\n<td>String</td>\n<td>No</td>\n<td>reference</td>\n</tr>\n<tr>\n<td>shipFrom</td>\n<td>Object</td>\n<td>Yes</td>\n<td>ship From</td>\n</tr>\n<tr>\n<td>shipTo</td>\n<td>Object</td>\n<td>Yes</td>\n<td>ship To</td>\n</tr>\n</tbody>\n</table>\n</div><p>shipFrom Object</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>name</th>\n<th>type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>Yes</td>\n<td>name</td>\n</tr>\n<tr>\n<td>companyName</td>\n<td>String</td>\n<td>No</td>\n<td>company Name</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>String</td>\n<td>No</td>\n<td>phone</td>\n</tr>\n<tr>\n<td>email</td>\n<td>String</td>\n<td>No</td>\n<td>email</td>\n</tr>\n<tr>\n<td>address1</td>\n<td>String</td>\n<td>Yes</td>\n<td>address1</td>\n</tr>\n<tr>\n<td>address2</td>\n<td>String</td>\n<td>No</td>\n<td>address2</td>\n</tr>\n<tr>\n<td>suburb</td>\n<td>String</td>\n<td>Yes</td>\n<td>suburb</td>\n</tr>\n<tr>\n<td>state</td>\n<td>String</td>\n<td>Yes</td>\n<td>state</td>\n</tr>\n<tr>\n<td>postcode</td>\n<td>String</td>\n<td>Yes</td>\n<td>postcode</td>\n</tr>\n<tr>\n<td>country</td>\n<td>String</td>\n<td>Yes</td>\n<td>country</td>\n</tr>\n</tbody>\n</table>\n</div><p>shipTo Object</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>name</th>\n<th>type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>Yes</td>\n<td>name</td>\n</tr>\n<tr>\n<td>companyName</td>\n<td>String</td>\n<td>No</td>\n<td>company Name</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>String</td>\n<td>No</td>\n<td>phone</td>\n</tr>\n<tr>\n<td>email</td>\n<td>String</td>\n<td>No</td>\n<td>email</td>\n</tr>\n<tr>\n<td>address1</td>\n<td>String</td>\n<td>Yes</td>\n<td>address1</td>\n</tr>\n<tr>\n<td>address2</td>\n<td>String</td>\n<td>No</td>\n<td>address2</td>\n</tr>\n<tr>\n<td>suburb</td>\n<td>String</td>\n<td>Yes</td>\n<td>suburb</td>\n</tr>\n<tr>\n<td>state</td>\n<td>String</td>\n<td>Yes</td>\n<td>state</td>\n</tr>\n<tr>\n<td>postcode</td>\n<td>String</td>\n<td>Yes</td>\n<td>postcode</td>\n</tr>\n<tr>\n<td>country</td>\n<td>String</td>\n<td>Yes</td>\n<td>country</td>\n</tr>\n</tbody>\n</table>\n</div><p>products List</p>\n<ul>\n<li>Get it through the getproducts interface of Catalog (Product)</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>name</th>\n<th>type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Int</td>\n<td>Yes</td>\n<td>id</td>\n</tr>\n<tr>\n<td>sku</td>\n<td>String</td>\n<td>Yes</td>\n<td>sku</td>\n</tr>\n<tr>\n<td>qty</td>\n<td>Int</td>\n<td>Yes</td>\n<td>quantity</td>\n</tr>\n<tr>\n<td>location</td>\n<td>String</td>\n<td>No</td>\n<td>location</td>\n</tr>\n</tbody>\n</table>\n</div><p>packge_info List</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>name</th>\n<th>type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>qty</td>\n<td>Int</td>\n<td>Yes</td>\n<td>quantity</td>\n</tr>\n<tr>\n<td>weight</td>\n<td>Int</td>\n<td>Yes</td>\n<td>weight</td>\n</tr>\n<tr>\n<td>length</td>\n<td>Int</td>\n<td>Yes</td>\n<td>length</td>\n</tr>\n<tr>\n<td>width</td>\n<td>Int</td>\n<td>Yes</td>\n<td>width</td>\n</tr>\n<tr>\n<td>height</td>\n<td>Int</td>\n<td>Yes</td>\n<td>height</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","auth","fulfillments","create"],"host":["app","eiz","com","au"],"query":[],"variable":[]}},"response":[{"id":"e5874be4-da79-4880-bcfb-f5b4809631a4","name":"success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"shipFrom\": {\n        \"name\": \"Name\",\n        \"companyName\": \"Company Name\",\n        \"phone\": \"17600000000\",\n        \"email\": \"Email@eiz.com.ai\",\n        \"address1\": \"address1\",\n        \"address2\": \"address2\",\n        \"suburb\": \"BARANGAROO\",\n        \"state\": \"NSW\",\n        \"postcode\": \"2000\",\n        \"country\": \"AU\"\n    },\n    \"shipTo\": {\n        \"name\": \"Receiver Name\",\n        \"companyName\": \"Company Name\",\n        \"phone\": \"17600000000\",\n        \"email\": \"Email@eiz.com.ai\",\n        \"address1\": \"Address1\",\n        \"address2\": \"Address2\",\n        \"suburb\": \"BARANGAROO\",\n        \"state\": \"NSW\",\n        \"postcode\": \"2000\",\n        \"country\": \"AU\"\n    },\n    \"products\": [],\n    \"package_info\": [],\n    \"tags\": [],\n    \"note\": \"Notes\",\n    \"reference\": \"Reference\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.eiz.com.au/api/auth/fulfillments/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 13 Apr 2022 09:27:17 GMT"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"omsVersion","value":"1"},{"key":"ETag","value":"\"f0f03abacc598fdfd9f6858e86bf281a3860c8cc\""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE,OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization, X-Requested-With, X-Auth-Token, Content-Type"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Length","value":"91"},{"key":"Connection","value":"close"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"data\": {\n        \"id\":123123//fulfillmentId\n    },\n    \"message\": \"Created successfully\",\n    \"timestamp\": \"2022-04-13 19:27:17\"\n}"}],"_postman_id":"6f17eab8-55e0-4743-8072-50c6dd393a67"},{"name":"Get shipment details","id":"f7d5620e-6515-42f7-8a31-3d429533df01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"token"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.eiz.com.au/api/auth/Fulfillments/v3/fulfillments?id=6695295","description":"<p>Retruns shipment details based on shipment number.</p>\n","urlObject":{"protocol":"https","path":["api","auth","Fulfillments","v3","fulfillments"],"host":["app","eiz","com","au"],"query":[{"description":{"content":"<p>shipment ID</p>\n","type":"text/plain"},"key":"id","value":"6695295"}],"variable":[]}},"response":[{"id":"40c575c6-9c8c-4d3c-891c-bd11be8b8d4d","name":"Get shipment","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.eiz.com.au/api/auth/Fulfillments/v3/fulfillments?id=6695295","host":["https://app.eiz.com.au"],"path":["api","auth","Fulfillments","v3","fulfillments"],"query":[{"key":"id","value":"6695295","description":"shipment ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 29 Dec 2021 18:57:04 GMT"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"omsVersion","value":"1"},{"key":"ETag","value":"\"4702b1c7a541dabf7efb6b36781c9c7e571aee0a\""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE,OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization, X-Requested-With, X-Auth-Token, Content-Type"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Length","value":"3678"},{"key":"Connection","value":"close"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"data\": {\n        \"id\": 6695295,\n        \"shippingMethodId\": 550,\n        \"shippingMethodName\": \"Aramex\",\n        \"pluginId\": 98,\n        \"shipToName\": \"John J\",\n        \"shipToPhone\": \"\",\n        \"shipToSuburb\": \"MELBOURNE\",\n        \"shipToState\": \"VIC\",\n        \"shipToPostcode\": \"3000\",\n        \"shipToCountry\": \"AU\",\n        \"shipToAddress1\": \"111 Victoria St\",\n        \"shipToAddress2\": \"\",\n        \"shipToCompanyName\": \"\",\n        \"shipToEmail\": \"\",\n        \"fromAddress1\": \"1 Tesr\",\n        \"fromAddress2\": \"\",\n        \"fromSuburb\": \"BRIGHTON\",\n        \"fromState\": \"VIC\",\n        \"fromCountry\": \"AU\",\n        \"fromPostcode\": \"3186\",\n        \"fromCompany_name\": \"AAA B\",\n        \"fromName\": \"Jason xia\",\n        \"fromPhone\": \"\",\n        \"fromEmail\": \"jason@icubic.com.au\",\n        \"carrierName\": \"Fastway Courier\",\n        \"labelNumber\": [],\n        \"fulfillmentStatus\": 2,\n        \"consignments\": [\n            {\n                \"id\": 7131192,\n                \"shipped\": null,\n                \"shippingMethod_price_amount\": \"0.00\",\n                \"status\": null,\n                \"errors\": null,\n                \"data\": [\n                    {\n                        \"packObj\": {\n                            \"id\": 18,\n                            \"type\": 1,\n                            \"name\": \"A3\",\n                            \"weight\": 0.2,\n                            \"length\": 12,\n                            \"width\": 12,\n                            \"height\": 4,\n                            \"account_id\": 1,\n                            \"code\": []\n                        },\n                        \"qty\": 1,\n                        \"weight\": 0.2,\n                        \"length\": 12,\n                        \"width\": 12,\n                        \"height\": 4,\n                        \"reference\": \"\",\n                        \"package_id\": 18\n                    }\n                ],\n                \"products\": [],\n                \"shipping_method\": {\n                    \"name\": \"Aramex\",\n                    \"plugin\": {\n                        \"name\": \"zto\"\n                    },\n                    \"serviceProvider\": \"Fastway Courier\"\n                },\n                \"labels\": [],\n                \"tags\": [],\n                \"printed\": null,\n                \"created_at\": \"2021-12-30 05:55:47\"\n            }\n        ],\n        \"products\": [],\n        \"consignmentStatus\": 3,\n        \"picklistStatus\": null,\n        \"createdAt\": \"2021-12-27 21:46:13\",\n        \"updatedAt\": \"2021-12-30 05:55:47\",\n        \"package_info\": [\n            {\n                \"packObj\": {\n                    \"id\": 18,\n                    \"type\": 1,\n                    \"name\": \"A3\",\n                    \"weight\": 0.2,\n                    \"length\": 12,\n                    \"width\": 12,\n                    \"height\": 4,\n                    \"account_id\": 1,\n                    \"code\": []\n                },\n                \"qty\": 1,\n                \"weight\": 0.2,\n                \"length\": 12,\n                \"width\": 12,\n                \"height\": 4,\n                \"reference\": \"\",\n                \"package_id\": 18\n            }\n        ],\n        \"price\": \"0.00\",\n        \"note\": null,\n        \"tags\": [\n            {\n                \"id\": 91,\n                \"account_id\": null,\n                \"parent_id\": 75,\n                \"name\": \"1 product 1 qty\",\n                \"description\": \"{\\\"name\\\":\\\"1 product 1 qty\\\",\\\"color\\\":\\\"#141322\\\"}\"\n            }\n        ],\n        \"errors\": \"\",\n        \"tracking_status\": 0,\n        \"packageNum\": 1,\n        \"productNum\": 0,\n        \"autoQuoteResult\": {\n            \"shippingMethod\": {\n                \"id\": 550,\n                \"name\": \"Aramex\",\n                \"plugin_id\": 98,\n                \"serviceProvider\": \"Fastway Courier\",\n                \"settings\": {\n                    \"groupName\": \"ZTO\"\n                },\n                \"quoteComponent\": \"QuoteSettingsIcubicComponent\",\n                \"logo\": \"Fastway Courier\",\n                \"insuranceInfo\": {\n                    \"shipping_method_id\": 550,\n                    \"subscription_id\": 41215,\n                    \"id\": 36975,\n                    \"aps_status\": 1,\n                    \"quote_settings\": null,\n                    \"subscription_account_id\": null,\n                    \"has_own_insurance\": 1,\n                    \"own_insurance_coverage\": \"1500.00\",\n                    \"has_eiz_insurance\": 0,\n                    \"eiz_insurance_coverage\": null,\n                    \"eiz_insurance_premium\": null,\n                    \"eiz_insurance_rate_over_coverage\": null,\n                    \"eiz_insurance_coverage_limit\": null\n                }\n            },\n            \"amount\": 0,\n            \"displayName\": \"Aramex\",\n            \"quoteSettings\": \"\",\n            \"displayName_html\": \"Aramex [via ZTO]\",\n            \"preferred\": false\n        },\n        \"orders\": [\n            {\n                \"id\": 5135782,\n                \"remoteId\": \"3719991263408\",\n                \"salesRecordNumber\": \"1127\",\n                \"salesDate\": \"2021-04-09 17:36:00\",\n                \"postageService\": \"\",\n                \"postage\": \"0.00\",\n                \"platform\": \"shopify\",\n                \"labelprintstatus\": false,\n                \"orderlines\": [\n                    {\n                        \"id\": 6878366,\n                        \"itemtitle\": \"SONIQ A-Series 43\\\" Full HD Android TV\",\n                        \"quantity\": 1,\n                        \"saleprice\": 599,\n                        \"listing\": {\n                            \"id\": 372924,\n                            \"image\": null,\n                            \"customLabel\": \"G43FW60A\",\n                            \"package\": [\n                                {\n                                    \"qty\": 1,\n                                    \"weight\": 24\n                                }\n                            ]\n                        }\n                    }\n                ],\n                \"customLabel\": \"[1x G43FW60A]\",\n                \"channelInfo\": {\n                    \"channel\": \"shopify\",\n                    \"storeName\": \"eiztest\",\n                    \"channelRef\": \"1127\",\n                    \"customId\": \"3252148404273\",\n                    \"channelStatus\": null\n                }\n            }\n        ],\n        \"log\": [\n            {\n                \"id\": 24261437,\n                \"account_id\": 1,\n                \"logable_id\": 6695295,\n                \"logable_type\": \"App\\\\Models\\\\Fulfillments\\\\Fulfillment\",\n                \"subject\": \"Assign carrier\",\n                \"content\": \"carrier name : Fastway Courier\",\n                \"created_at\": \"2021-12-30 05:55:41\",\n                \"updated_at\": \"2021-12-30 05:55:41\",\n                \"user_id\": 1,\n                \"action\": null,\n                \"extra\": null,\n                \"userName\": \"Jason xia\"\n            },\n            {\n                \"id\": 24261438,\n                \"account_id\": 1,\n                \"logable_id\": 6695295,\n                \"logable_type\": \"App\\\\Models\\\\Fulfillments\\\\Fulfillment\",\n                \"subject\": \"Create label\",\n                \"content\": \"\",\n                \"created_at\": \"2021-12-30 05:55:47\",\n                \"updated_at\": \"2021-12-30 05:55:47\",\n                \"user_id\": 1,\n                \"action\": null,\n                \"extra\": null,\n                \"userName\": \"Jason xia\"\n            }\n        ],\n        \"shipToRef\": \"\",\n        \"eiz_tracking_status\": \"\",\n        \"fulfillments_orderline_ids\": [\n            6878366\n        ]\n    },\n    \"message\": \"\",\n    \"timestamp\": \"2021-12-30 05:57:05\"\n}"}],"_postman_id":"f7d5620e-6515-42f7-8a31-3d429533df01"},{"name":"dispatchFulfillment","id":"f406d3b3-3a36-4253-b474-3be99754d30d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"token"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\":6695295, \r\n    \"sendEmail\":true, \r\n    \"uploadTracking\":false, \r\n    \"deductStock\":true \r\n}"},"url":"https://app.eiz.com.au/api/auth/Fulfillments/v3/dispatchFulfillment","description":"<p>Dispatch shipment for that shipment id</p>\n<p>Request Body</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>int</td>\n<td>shipment ID</td>\n</tr>\n<tr>\n<td>sendEmail</td>\n<td>boolean</td>\n<td>send notification email</td>\n</tr>\n<tr>\n<td>uploadTracking</td>\n<td>boolean</td>\n<td>send tracking back to selling platform</td>\n</tr>\n<tr>\n<td>deductStock</td>\n<td>boolean</td>\n<td>adjust stock to customer inventory</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","auth","Fulfillments","v3","dispatchFulfillment"],"host":["app","eiz","com","au"],"query":[],"variable":[]}},"response":[{"id":"d143031c-3ead-4fc8-b27e-ba7b4c33ab73","name":"dispatchFulfillment","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\":6695295, \r\n    \"sendEmail\":true, \r\n    \"uploadTracking\":false, \r\n    \"deductStock\":true \r\n}"},"url":"{{base_url}}/Fulfillments/v3/dispatchFulfillment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 29 Dec 2021 19:30:35 GMT"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"omsVersion","value":"1"},{"key":"ETag","value":"\"62d159185ea54e55b967d19f5e054450b3953694\""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE,OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization, X-Requested-With, X-Auth-Token, Content-Type"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Length","value":"102"},{"key":"Connection","value":"close"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"data\": \"Fulfillment has been dispatched\",\n    \"message\": \"\",\n    \"timestamp\": \"2021-12-30 06:30:36\"\n}"}],"_postman_id":"f406d3b3-3a36-4253-b474-3be99754d30d"},{"name":"refresh fulfillment","id":"406b47f8-cd4c-4854-9c1c-bbde3230eb2f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"fulfillment_ids\": []\n}","options":{"raw":{"language":"json"}}},"url":"https://app.eiz.com.au/api/auth/api/auth/Fulfillments/v3/batchSyncOfFulfillmentToEs","description":"<p>Re-sync a shipment or list of shipments</p>\n","urlObject":{"protocol":"https","path":["api","auth","api","auth","Fulfillments","v3","batchSyncOfFulfillmentToEs"],"host":["app","eiz","com","au"],"query":[],"variable":[]}},"response":[],"_postman_id":"406b47f8-cd4c-4854-9c1c-bbde3230eb2f"},{"name":"cancelShipmentOrder","id":"89ac77f5-5613-4271-9eb7-434b5eccd8c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"token"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"orderShipmentStatus\": -1,\n    \"ids\": [\n        2685903\n    ],\n    \"reason\": \"\",\n    \"tags\": [\n        {\n            \"name\": \"testname\",\n            \"id\": 235,\n            \"tagColor\": \"#a0d911\"\n        },\n        {\n            \"name\": \"test one\",\n            \"id\": 226,\n            \"tagColor\": \"#13c2c2\"\n        }\n    ],\n    \"status\": \"-1\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.eiz.com.au/api/auth/fulfillments/v3/cancelShipmentOrder","description":"<p><strong>Request data:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>name</th>\n<th>type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orderShipmentStatus</td>\n<td>Int</td>\n<td>Yes</td>\n<td>orderShipmentStatus</td>\n</tr>\n<tr>\n<td>ids</td>\n<td>List</td>\n<td>Yes</td>\n<td>shipmentIds</td>\n</tr>\n<tr>\n<td>reason</td>\n<td>String</td>\n<td>Yes</td>\n<td>reason</td>\n</tr>\n<tr>\n<td>tags</td>\n<td>List</td>\n<td>Yes</td>\n<td>tags</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Yes</td>\n<td>status</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","auth","fulfillments","v3","cancelShipmentOrder"],"host":["app","eiz","com","au"],"query":[],"variable":[]}},"response":[{"id":"8c295001-ae61-4aba-9bb3-480764b54b04","name":"cancelShipmentOrder","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"orderShipmentStatus\": -1,\n    \"ids\": [\n        2685903\n    ],\n    \"reason\": \"\",\n    \"tags\": [\n        {\n            \"name\": \"testname\",\n            \"id\": 235,\n            \"tagColor\": \"#a0d911\"\n        },\n        {\n            \"name\": \"test one\",\n            \"id\": 226,\n            \"tagColor\": \"#13c2c2\"\n        }\n    ],\n    \"status\": \"-1\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.eiz.com.au/api/auth/fulfillments/v3/cancelShipmentOrder"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 16 May 2025 02:47:00 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"133"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.49 (Unix)"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.3.30"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"ETag","value":"\"dc6e4427d083ebf2dd6fb08539689b6649354898\""},{"key":"X-Request-ID","value":"9d9b2834-7fb1-492b-8f80-e8399e4cf63e-1747363620"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"DELETE, GET, HEAD, OPTIONS, PATCH, POST, PUT"},{"key":"Access-Control-Allow-Headers","value":"Authorization, X-Requested-With, X-Auth-Token, Content-Type"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"data\": [],\n    \"message\": \"\",\n    \"timestamp\": \"2025-05-16 12:47:00\"\n}"}],"_postman_id":"89ac77f5-5613-4271-9eb7-434b5eccd8c8"}],"id":"758606a3-fa85-49e4-9d4b-264f88199cb1","_postman_id":"758606a3-fa85-49e4-9d4b-264f88199cb1","description":""},{"name":"Freight","item":[{"name":"remove consignment","id":"4208a4b4-3ac8-417d-abfa-0a9bc54afd3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"token"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"ids\": [\n        2720508\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://app.eiz.com.au/api/auth/Fulfillments/remove","description":"<p><strong>Request data:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ids</td>\n<td>Array</td>\n<td>Consignment ID</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","auth","Fulfillments","remove"],"host":["app","eiz","com","au"],"query":[],"variable":[]}},"response":[],"_postman_id":"4208a4b4-3ac8-417d-abfa-0a9bc54afd3d"},{"name":"createAndSolidFulfillments","id":"93d2e1bd-277f-452c-b345-092492d6bcbc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"token"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"consignments\": [\n        {\n            \"shipTo_name\": \"test\",\n            \"shipTo_companyName\": \"test\",\n            \"shipTo_phone\": \"11111111\",\n            \"shipTo_email\": \"123@qq.com\",\n            \"shipTo_address1\": \"123\",\n            \"shipTo_address2\": null,\n            \"shipTo_suburb\": \"SYDNEY\",\n            \"shipTo_state\": \"NSW\",\n            \"shipTo_postcode\": \"2000\",\n            \"shipTo_country\": \"AU\",\n            \"shipTo_ref\": \"ref\",\n            \"data\": [\n                {\n                    \"qty\": 1,\n                    \"weight\": \"0.1\",\n                    \"length\": \"1\",\n                    \"width\": \"1\",\n                    \"height\": \"12\"\n                }\n            ],\n            \"settings\": {\n                \"authorityToLeave\": false,\n                \"deliveryInstructions\": \"\"\n            },\n            \"shippingMethod_id\": [\n                45,\n                14\n            ]\n        }\n    ],\n    \"from_name\": \"test\",\n    \"from_phone\": \"451263\",\n    \"from_email\": \"test@163.com\",\n    \"from_companyName\": \"\",\n    \"from_address1\": \"address1\",\n    \"from_address2\": \"\",\n    \"from_suburb\": \"MELBOURNE\",\n    \"from_postcode\": \"3000\",\n    \"from_state\": \"VIC\",\n    \"from_country\": \"AU\",\n    \"printerSetting\": {\n        \"printerId\": 5788,\n        \"configId\": 2\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.eiz.com.au/api/auth/Fulfillments/v3/createAndSolidFulfillments","description":"<p><strong>Request data:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>reserveFulfillment</td>\n<td>Int</td>\n<td>No</td>\n<td>reserve Fulfillment @1:Yes @0:No  <br />  <br />Put 1 if the users wish to see the consignments within EIZ system.</td>\n</tr>\n<tr>\n<td>consignments</td>\n<td>Array</td>\n<td>Yes</td>\n<td>Information such as recipient and package</td>\n</tr>\n<tr>\n<td>from_name</td>\n<td>String</td>\n<td>No</td>\n<td>from_name</td>\n</tr>\n<tr>\n<td>from_phone</td>\n<td>String</td>\n<td>No</td>\n<td>from_phone</td>\n</tr>\n<tr>\n<td>from_email</td>\n<td>String</td>\n<td>No</td>\n<td>from_email</td>\n</tr>\n<tr>\n<td>from_companyName</td>\n<td>String</td>\n<td>No</td>\n<td>from_companyName</td>\n</tr>\n<tr>\n<td>from_address1</td>\n<td>String</td>\n<td>Yes</td>\n<td>from_address1</td>\n</tr>\n<tr>\n<td>from_address2</td>\n<td>String</td>\n<td>No</td>\n<td>from_address2</td>\n</tr>\n<tr>\n<td>from_suburb</td>\n<td>String</td>\n<td>Yes</td>\n<td>from_suburb</td>\n</tr>\n<tr>\n<td>from_postcode</td>\n<td>String</td>\n<td>Yes</td>\n<td>from_postcode</td>\n</tr>\n<tr>\n<td>from_state</td>\n<td>String</td>\n<td>Yes</td>\n<td>from_state</td>\n</tr>\n<tr>\n<td>from_country</td>\n<td>String</td>\n<td>Yes</td>\n<td>from_country</td>\n</tr>\n<tr>\n<td>printerSetting</td>\n<td>Object</td>\n<td>No</td>\n<td>printer Setting</td>\n</tr>\n</tbody>\n</table>\n</div><p>Consignment Array:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>shipTo_name</td>\n<td>String</td>\n<td>Yes</td>\n<td>shipTo_name</td>\n</tr>\n<tr>\n<td>shipTo_companyName</td>\n<td>String</td>\n<td>No</td>\n<td>shipTo_companyName</td>\n</tr>\n<tr>\n<td>shipTo_phone</td>\n<td>String</td>\n<td>No</td>\n<td>shipTo_phone</td>\n</tr>\n<tr>\n<td>shipTo_email</td>\n<td>String</td>\n<td>No</td>\n<td>shipTo_email</td>\n</tr>\n<tr>\n<td>shipTo_address1</td>\n<td>String</td>\n<td>Yes</td>\n<td>shipTo_address1</td>\n</tr>\n<tr>\n<td>shipTo_address2</td>\n<td>String</td>\n<td>No</td>\n<td>shipTo_address2</td>\n</tr>\n<tr>\n<td>shipTo_suburb</td>\n<td>String</td>\n<td>Yes</td>\n<td>shipTo_suburb</td>\n</tr>\n<tr>\n<td>shipTo_state</td>\n<td>String</td>\n<td>Yes</td>\n<td>shipTo_state</td>\n</tr>\n<tr>\n<td>shipTo_postcode</td>\n<td>String</td>\n<td>Yes</td>\n<td>shipTo_postcode</td>\n</tr>\n<tr>\n<td>shipTo_country</td>\n<td>String</td>\n<td>Yes</td>\n<td>shipTo_country</td>\n</tr>\n<tr>\n<td>shipTo_ref</td>\n<td>String</td>\n<td>No</td>\n<td>shipTo_ref</td>\n</tr>\n<tr>\n<td>shippingMethod_id</td>\n<td>Int</td>\n<td>Yes</td>\n<td>shippingMethod_id  <br />  <br />Contact EIZ for Shipping method ID</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Array</td>\n<td>Yes</td>\n<td>parcel information</td>\n</tr>\n<tr>\n<td>settings</td>\n<td>Object</td>\n<td>No</td>\n<td>extra options for creating label. e.g. ATL, instructions.</td>\n</tr>\n</tbody>\n</table>\n</div><p>PrinterSetting Object: (Auto Print / Print Agent)</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>printerId</td>\n<td>Int</td>\n<td>No</td>\n<td>Printer ID</td>\n</tr>\n<tr>\n<td>configId</td>\n<td>Int</td>\n<td>No</td>\n<td>Config ID</td>\n</tr>\n</tbody>\n</table>\n</div><p>Consignment.settings Object:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>authorityToLeave</td>\n<td>Bool</td>\n<td>No</td>\n<td>authorityToLeave</td>\n</tr>\n<tr>\n<td>deliveryInstructions</td>\n<td>String</td>\n<td>No</td>\n<td>deliveryInstructions</td>\n</tr>\n</tbody>\n</table>\n</div><p>Consignment.data Array:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>qty</td>\n<td>Int</td>\n<td>Yes</td>\n<td>qty</td>\n</tr>\n<tr>\n<td>weight</td>\n<td>String</td>\n<td>Yes</td>\n<td>weight - kg</td>\n</tr>\n<tr>\n<td>length</td>\n<td>String</td>\n<td>Yes</td>\n<td>length - cm</td>\n</tr>\n<tr>\n<td>width</td>\n<td>String</td>\n<td>Yes</td>\n<td>width - cm</td>\n</tr>\n<tr>\n<td>height</td>\n<td>String</td>\n<td>Yes</td>\n<td>height - cm</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response data:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Int</td>\n<td>Internal consignment ID generated by EIZ system</td>\n</tr>\n<tr>\n<td>account_id</td>\n<td>Int</td>\n<td>EIZ account ID</td>\n</tr>\n<tr>\n<td>consignmentable_id</td>\n<td>Int</td>\n<td>EIZ shipment/fulfillment ID</td>\n</tr>\n<tr>\n<td>consignmentable_type</td>\n<td>String</td>\n<td>EIZ consignmentable Type</td>\n</tr>\n<tr>\n<td>shippingMethod_id</td>\n<td>Int</td>\n<td>EIZ shipping method ID</td>\n</tr>\n<tr>\n<td>remoteConsignment_id</td>\n<td>String</td>\n<td>remote consignment ID</td>\n</tr>\n<tr>\n<td>clientIndex_id</td>\n<td>Int</td>\n<td>EIZ clientIndex ID</td>\n</tr>\n<tr>\n<td>manifest_id</td>\n<td>Int</td>\n<td>EIZ manifest ID</td>\n</tr>\n<tr>\n<td>plugin_id</td>\n<td>Int</td>\n<td>EIZ plugin ID</td>\n</tr>\n<tr>\n<td>shipTo_ref</td>\n<td>String</td>\n<td>Ship to reference</td>\n</tr>\n<tr>\n<td>shipTo_name</td>\n<td>String</td>\n<td>Ship to name</td>\n</tr>\n<tr>\n<td>shipTo_companyName</td>\n<td>String</td>\n<td>Ship to companyName</td>\n</tr>\n<tr>\n<td>shipTo_phone</td>\n<td>String</td>\n<td>Ship to phone</td>\n</tr>\n<tr>\n<td>shipTo_email</td>\n<td>String</td>\n<td>Ship to email</td>\n</tr>\n<tr>\n<td>shipTo_address1</td>\n<td>String</td>\n<td>Ship to address1</td>\n</tr>\n<tr>\n<td>shipTo_address2</td>\n<td>String</td>\n<td>Ship to address2</td>\n</tr>\n<tr>\n<td>shipTo_suburb</td>\n<td>String</td>\n<td>Ship to suburb</td>\n</tr>\n<tr>\n<td>shipTo_state</td>\n<td>String</td>\n<td>Ship to state</td>\n</tr>\n<tr>\n<td>shipTo_postcode</td>\n<td>String</td>\n<td>Ship to postcode</td>\n</tr>\n<tr>\n<td>shipTo_country</td>\n<td>String</td>\n<td>Ship to country</td>\n</tr>\n<tr>\n<td>shipTo_instruction1</td>\n<td>String</td>\n<td>Ship to instruction1</td>\n</tr>\n<tr>\n<td>shipTo_instruction2</td>\n<td>String</td>\n<td>Ship to instruction2</td>\n</tr>\n<tr>\n<td>shipTo_AuthorizeToLeave</td>\n<td>Int</td>\n<td>Ship to AuthorizeToLeave</td>\n</tr>\n<tr>\n<td>from_address1</td>\n<td>String</td>\n<td>From address1</td>\n</tr>\n<tr>\n<td>from_address2</td>\n<td>String</td>\n<td>From address2</td>\n</tr>\n<tr>\n<td>from_suburb</td>\n<td>String</td>\n<td>From suburb</td>\n</tr>\n<tr>\n<td>from_state</td>\n<td>String</td>\n<td>From state</td>\n</tr>\n<tr>\n<td>from_country</td>\n<td>String</td>\n<td>From country</td>\n</tr>\n<tr>\n<td>from_postcode</td>\n<td>String</td>\n<td>From postcode</td>\n</tr>\n<tr>\n<td>from_name</td>\n<td>String</td>\n<td>From name</td>\n</tr>\n<tr>\n<td>from_phone</td>\n<td>String</td>\n<td>From phone</td>\n</tr>\n<tr>\n<td>from_email</td>\n<td>String</td>\n<td>From email</td>\n</tr>\n<tr>\n<td>processed</td>\n<td>String</td>\n<td>Processed</td>\n</tr>\n<tr>\n<td>printed</td>\n<td>String</td>\n<td>Printed</td>\n</tr>\n<tr>\n<td>shipped</td>\n<td>String</td>\n<td>Shipped</td>\n</tr>\n<tr>\n<td>closed</td>\n<td>String</td>\n<td>Closed</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Array</td>\n<td>parcel information</td>\n</tr>\n<tr>\n<td>settings</td>\n<td>Object</td>\n<td>Settings</td>\n</tr>\n<tr>\n<td>senderInfo</td>\n<td>String</td>\n<td>SenderInfo</td>\n</tr>\n<tr>\n<td>error_type</td>\n<td>Int</td>\n<td>Error Type</td>\n</tr>\n<tr>\n<td>errors</td>\n<td>String</td>\n<td>Errors</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>Timestamp</td>\n<td>Creation time</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>Timestamp</td>\n<td>Update time</td>\n</tr>\n<tr>\n<td>submitted_at</td>\n<td>Timestamp</td>\n<td>Submitted time</td>\n</tr>\n<tr>\n<td>pickup_date</td>\n<td>String</td>\n<td>Pickup Date</td>\n</tr>\n<tr>\n<td>pickup_ref</td>\n<td>String</td>\n<td>Pickup Ref</td>\n</tr>\n<tr>\n<td>shippingMethod_price_amount</td>\n<td>Decimal</td>\n<td>ShippingMethod Price Amount</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Int</td>\n<td>EIZ status</td>\n</tr>\n<tr>\n<td>shipTo_address3</td>\n<td>String</td>\n<td>Ship to address3</td>\n</tr>\n<tr>\n<td>shipTo_address4</td>\n<td>String</td>\n<td>Ship to address4</td>\n</tr>\n<tr>\n<td>is_pickrun_created</td>\n<td>Int</td>\n<td>Is pickrun created</td>\n</tr>\n<tr>\n<td>is_insured</td>\n<td>Int</td>\n<td>Is insured</td>\n</tr>\n<tr>\n<td>note</td>\n<td>String</td>\n<td>Note</td>\n</tr>\n<tr>\n<td>client_ref</td>\n<td>String</td>\n<td>Client ref</td>\n</tr>\n<tr>\n<td>source</td>\n<td>String</td>\n<td>Source</td>\n</tr>\n<tr>\n<td>is_pallet</td>\n<td>Int</td>\n<td>Is pallet</td>\n</tr>\n<tr>\n<td>is_sender_taillift_required</td>\n<td>Int</td>\n<td>Is sender tail lift required</td>\n</tr>\n<tr>\n<td>is_receiver_taillift_required</td>\n<td>Int</td>\n<td>Is receiver tail lift required</td>\n</tr>\n<tr>\n<td>eiz_tracking_status</td>\n<td>Int</td>\n<td>Eiz tracking status</td>\n</tr>\n<tr>\n<td>connote_number</td>\n<td>String</td>\n<td>Consignment number generated by the carrier</td>\n</tr>\n<tr>\n<td>labels</td>\n<td>Array</td>\n<td>List of labels</td>\n</tr>\n<tr>\n<td>shipping_method</td>\n<td>Object</td>\n<td>Shipping method</td>\n</tr>\n<tr>\n<td>consignmentable</td>\n<td>Object</td>\n<td>Consignmentable</td>\n</tr>\n<tr>\n<td>tags</td>\n<td>Array</td>\n<td>tags</td>\n</tr>\n<tr>\n<td>products</td>\n<td>Array</td>\n<td>products</td>\n</tr>\n</tbody>\n</table>\n</div><p>data Array:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>qty</td>\n<td>Int</td>\n<td>Qty</td>\n</tr>\n<tr>\n<td>weight</td>\n<td>String</td>\n<td>Weight</td>\n</tr>\n<tr>\n<td>length</td>\n<td>String</td>\n<td>Length</td>\n</tr>\n<tr>\n<td>width</td>\n<td>String</td>\n<td>Width</td>\n</tr>\n<tr>\n<td>height</td>\n<td>String</td>\n<td>Height</td>\n</tr>\n<tr>\n<td>item_reference</td>\n<td>String</td>\n<td>Item reference</td>\n</tr>\n</tbody>\n</table>\n</div><p>labels Array:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Int</td>\n<td>EIZ label ID</td>\n</tr>\n<tr>\n<td>consignment_id</td>\n<td>Int</td>\n<td>EIZ consignment ID</td>\n</tr>\n<tr>\n<td>labelNumber</td>\n<td>String</td>\n<td>Label Number</td>\n</tr>\n<tr>\n<td>url</td>\n<td>String</td>\n<td>Label Pdf</td>\n</tr>\n<tr>\n<td>format</td>\n<td>Int</td>\n<td>EIZ format</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Object</td>\n<td>Label additional Information</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Int</td>\n<td>EIZ label status</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>Timestamp</td>\n<td>Label Creation time</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>Timestamp</td>\n<td>Label Update time</td>\n</tr>\n<tr>\n<td>tracking_status</td>\n<td>String</td>\n<td>Tracking status</td>\n</tr>\n<tr>\n<td>is_archived</td>\n<td>Int</td>\n<td>Is archived</td>\n</tr>\n<tr>\n<td>shipping_days</td>\n<td>String</td>\n<td>Shipping days</td>\n</tr>\n<tr>\n<td>barcode</td>\n<td>String</td>\n<td>Barcode</td>\n</tr>\n</tbody>\n</table>\n</div><p>shipping_method Object:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Int</td>\n<td>EIZ shipping method ID</td>\n</tr>\n<tr>\n<td>plugin_id</td>\n<td>Int</td>\n<td>EIZ plugin ID</td>\n</tr>\n<tr>\n<td>indexName</td>\n<td>String</td>\n<td>Shipping method indexName</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>Shipping method name</td>\n</tr>\n<tr>\n<td>serviceProvider</td>\n<td>String</td>\n<td>service Provider</td>\n</tr>\n<tr>\n<td>international_method</td>\n<td>Int</td>\n<td>International method 0:NO 1:YES</td>\n</tr>\n<tr>\n<td>plugin</td>\n<td>Object</td>\n<td>EIZ plugin</td>\n</tr>\n</tbody>\n</table>\n</div><p>consignmentable Object:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Int</td>\n<td>EIZ Fulfillments ID</td>\n</tr>\n<tr>\n<td>account_id</td>\n<td>Int</td>\n<td>EIZ account ID</td>\n</tr>\n<tr>\n<td>shipTo_ref</td>\n<td>String</td>\n<td>Ship to reference</td>\n</tr>\n<tr>\n<td>shipTo_name</td>\n<td>String</td>\n<td>Ship to name</td>\n</tr>\n<tr>\n<td>shipTo_companyName</td>\n<td>String</td>\n<td>Ship to companyName</td>\n</tr>\n<tr>\n<td>shipTo_phone</td>\n<td>String</td>\n<td>Ship to phone</td>\n</tr>\n<tr>\n<td>shipTo_email</td>\n<td>String</td>\n<td>Ship to email</td>\n</tr>\n<tr>\n<td>shipTo_address1</td>\n<td>String</td>\n<td>Ship to address1</td>\n</tr>\n<tr>\n<td>shipTo_address2</td>\n<td>String</td>\n<td>Ship to address2</td>\n</tr>\n<tr>\n<td>shipTo_address3</td>\n<td>String</td>\n<td>Ship to address3</td>\n</tr>\n<tr>\n<td>shipTo_address4</td>\n<td>String</td>\n<td>Ship to address4</td>\n</tr>\n<tr>\n<td>shipTo_suburb</td>\n<td>String</td>\n<td>Ship to suburb</td>\n</tr>\n<tr>\n<td>shipTo_state</td>\n<td>String</td>\n<td>Ship to state</td>\n</tr>\n<tr>\n<td>shipTo_postcode</td>\n<td>String</td>\n<td>Ship to postcode</td>\n</tr>\n<tr>\n<td>shipTo_country</td>\n<td>String</td>\n<td>Ship to country</td>\n</tr>\n<tr>\n<td>shipTo_instruction1</td>\n<td>String</td>\n<td>Ship to instruction1</td>\n</tr>\n<tr>\n<td>shipTo_instruction2</td>\n<td>String</td>\n<td>Ship to instruction2</td>\n</tr>\n<tr>\n<td>shipTo_instruction3</td>\n<td>String</td>\n<td>Ship to instruction3</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>Timestamp</td>\n<td>Creation time</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>Timestamp</td>\n<td>Update time</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Int</td>\n<td>EIZ status</td>\n</tr>\n<tr>\n<td>fulfillment_status</td>\n<td>Int</td>\n<td>Fulfillment status</td>\n</tr>\n<tr>\n<td>quote_result</td>\n<td>longtext</td>\n<td>Quote result</td>\n</tr>\n<tr>\n<td>picklist_status</td>\n<td>Int</td>\n<td>Picklist status</td>\n</tr>\n<tr>\n<td>consignment_status</td>\n<td>Int</td>\n<td>Consignment status</td>\n</tr>\n<tr>\n<td>shipping_method_id</td>\n<td>Int</td>\n<td>Shipping method ID</td>\n</tr>\n<tr>\n<td>shipping_method_name</td>\n<td>String</td>\n<td>Shipping method name</td>\n</tr>\n<tr>\n<td>plugin_id</td>\n<td>Int</td>\n<td>EIZ plugin ID</td>\n</tr>\n<tr>\n<td>carrier_name</td>\n<td>String</td>\n<td>Carrier name</td>\n</tr>\n<tr>\n<td>shipping_charge</td>\n<td>String</td>\n<td>Shipping charge</td>\n</tr>\n<tr>\n<td>pick_job_id</td>\n<td>Int</td>\n<td>EIZ pick job id</td>\n</tr>\n<tr>\n<td>from_address1</td>\n<td>String</td>\n<td>From address1</td>\n</tr>\n<tr>\n<td>from_address2</td>\n<td>String</td>\n<td>From address2</td>\n</tr>\n<tr>\n<td>from_suburb</td>\n<td>String</td>\n<td>From suburb</td>\n</tr>\n<tr>\n<td>from_state</td>\n<td>String</td>\n<td>From state</td>\n</tr>\n<tr>\n<td>from_country</td>\n<td>String</td>\n<td>From country</td>\n</tr>\n<tr>\n<td>from_postcode</td>\n<td>String</td>\n<td>From postcode</td>\n</tr>\n<tr>\n<td>from_name</td>\n<td>String</td>\n<td>From name</td>\n</tr>\n<tr>\n<td>from_phone</td>\n<td>String</td>\n<td>From phone</td>\n</tr>\n<tr>\n<td>from_email</td>\n<td>String</td>\n<td>From email</td>\n</tr>\n<tr>\n<td>from_company_name</td>\n<td>String</td>\n<td>From company name</td>\n</tr>\n<tr>\n<td>package_info</td>\n<td>Array</td>\n<td>Package info</td>\n</tr>\n<tr>\n<td>pick_priority</td>\n<td>Int</td>\n<td>Pick priority</td>\n</tr>\n<tr>\n<td>autoQuote_result</td>\n<td>String</td>\n<td>Auto Quote result</td>\n</tr>\n<tr>\n<td>tracking_status</td>\n<td>Int</td>\n<td>Tracking status</td>\n</tr>\n<tr>\n<td>sorting_code</td>\n<td>String</td>\n<td>Sorting code</td>\n</tr>\n<tr>\n<td>errors</td>\n<td>String</td>\n<td>Fulfillments errors</td>\n</tr>\n<tr>\n<td>note</td>\n<td>String</td>\n<td>Fulfillments note</td>\n</tr>\n<tr>\n<td>batch_id</td>\n<td>Int</td>\n<td>Batch ID</td>\n</tr>\n<tr>\n<td>eiz_tracking_status</td>\n<td>Int</td>\n<td>EIZ tracking status</td>\n</tr>\n<tr>\n<td>shipTo_place_id</td>\n<td>Int</td>\n<td>Ship to place ID</td>\n</tr>\n<tr>\n<td>orders</td>\n<td>Array</td>\n<td>orders</td>\n</tr>\n</tbody>\n</table>\n</div><p>labels.data Object:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>weight</td>\n<td>Int</td>\n<td>Weight</td>\n</tr>\n<tr>\n<td>authority_to_leave</td>\n<td>Bool</td>\n<td>Authority to leave</td>\n</tr>\n<tr>\n<td>safe_drop_enabled</td>\n<td>Bool</td>\n<td>Safe drop enabled</td>\n</tr>\n<tr>\n<td>allow_partial_delivery</td>\n<td>Bool</td>\n<td>Allow partial delivery</td>\n</tr>\n<tr>\n<td>item_id</td>\n<td>String</td>\n<td>Item ID</td>\n</tr>\n<tr>\n<td>item_reference</td>\n<td>String</td>\n<td>Item reference</td>\n</tr>\n<tr>\n<td>tracking_details</td>\n<td>Object</td>\n<td>Tracking details</td>\n</tr>\n<tr>\n<td>product_id</td>\n<td>String</td>\n<td>Product ID</td>\n</tr>\n<tr>\n<td>item_summary</td>\n<td>Object</td>\n<td>Item summary</td>\n</tr>\n<tr>\n<td>item_contents</td>\n<td>Array</td>\n<td>Item contents</td>\n</tr>\n</tbody>\n</table>\n</div><p>labels.data.tracking_details Object:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>article_id</td>\n<td>String</td>\n<td>Article ID</td>\n</tr>\n<tr>\n<td>consignment_id</td>\n<td>String</td>\n<td>Consignment id</td>\n</tr>\n</tbody>\n</table>\n</div><p>labels.data.item_summary Object:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>total_cost</td>\n<td>Decimal</td>\n<td>Total cost</td>\n</tr>\n<tr>\n<td>total_cost_ex_gst</td>\n<td>Decimal</td>\n<td>Total cost ex gst</td>\n</tr>\n<tr>\n<td>total_gst</td>\n<td>Decimal</td>\n<td>Total gst</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status</td>\n</tr>\n</tbody>\n</table>\n</div><p>shipping_method.plugin Object:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Int</td>\n<td>Plugin ID</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>Plugin name</td>\n</tr>\n<tr>\n<td>title</td>\n<td>String</td>\n<td>Plugin title</td>\n</tr>\n<tr>\n<td>fee</td>\n<td>Decimal</td>\n<td>Plugin fee</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>Plugin description</td>\n</tr>\n<tr>\n<td>detailDescription</td>\n<td>String</td>\n<td>Plugin detailDescription</td>\n</tr>\n<tr>\n<td>visible</td>\n<td>Int</td>\n<td>Plugin visible</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Int</td>\n<td>Plugin status</td>\n</tr>\n</tbody>\n</table>\n</div><p>consignmentable.package_info Array:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>qty</td>\n<td>Int</td>\n<td>Qty</td>\n</tr>\n<tr>\n<td>weight</td>\n<td>String</td>\n<td>Weight</td>\n</tr>\n<tr>\n<td>length</td>\n<td>String</td>\n<td>Length</td>\n</tr>\n<tr>\n<td>width</td>\n<td>String</td>\n<td>Width</td>\n</tr>\n<tr>\n<td>height</td>\n<td>String</td>\n<td>Height</td>\n</tr>\n<tr>\n<td>item_reference</td>\n<td>String</td>\n<td>Item reference</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","auth","Fulfillments","v3","createAndSolidFulfillments"],"host":["app","eiz","com","au"],"query":[],"variable":[]}},"response":[{"id":"1d389f1f-6f05-4afc-8b0e-6d545348086f","name":"createAndSolidFulfillments","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"reserveFulfillment\": 1,\n    \"consignments\": [\n        {\n            \"shipTo_name\": \"test\",\n            \"shipTo_companyName\": \"test\",\n            \"shipTo_phone\": \"11111111\",\n            \"shipTo_email\": \"123@qq.com\",\n            \"shipTo_address1\": \"123\",\n            \"shipTo_address2\": null,\n            \"shipTo_suburb\": \"SYDNEY\",\n            \"shipTo_state\": \"NSW\",\n            \"shipTo_postcode\": \"2000\",\n            \"shipTo_country\": \"AU\",\n            \"shipTo_ref\": \"2000\",\n            \"data\": [\n                {\n                    \"qty\": 1,\n                    \"weight\": \"1\",\n                    \"length\": \"12\",\n                    \"width\": \"12\",\n                    \"height\": \"12\",\n                    \"item_reference\": \"123\"\n                }\n            ],\n            \"settings\":{\n                \"authorityToLeave\":false\n            },\n            \"shippingMethod_id\": 1\n        }\n    ],\n    \"from_name\": \"test\",\n    \"from_phone\": \"451263\",\n    \"from_email\": \"test@163.com\",\n    \"from_companyName\": \"\",\n    \"from_address1\": \"address1\",\n    \"from_address2\": \"\",\n    \"from_suburb\": \"MELBOURNE\",\n    \"from_postcode\": \"3000\",\n    \"from_state\": \"VIC\",\n    \"from_country\": \"AU\",\n    \"printerSetting\": {\n        \"printerId\": 286,\n        \"configId\": 1\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/Fulfillments/createAndSolidFulfillments"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 19 Jul 2022 11:06:26 GMT"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"omsVersion","value":"1"},{"key":"ETag","value":"\"607aa4652f6276b81938790de9d64b2eddc620e5\""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE,OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization, X-Requested-With, X-Auth-Token, Content-Type"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Length","value":"4492"},{"key":"Connection","value":"close"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"id\": 9380582,\n            \"account_id\": 5663,\n            \"consignmentable_id\": 8854452,\n            \"consignmentable_type\": \"App\\\\Models\\\\Fulfillments\\\\Fulfillment\",\n            \"shippingMethod_id\": 1,\n            \"remoteConsignment_id\": \"s0IK0E8ag8MAAAGCQUsCRRYj\",\n            \"clientIndex_id\": 51,\n            \"manifest_id\": null,\n            \"plugin_id\": 4,\n            \"shipTo_ref\": \"\",\n            \"shipTo_name\": \"test\",\n            \"shipTo_companyName\": \"test\",\n            \"shipTo_phone\": \"11111111\",\n            \"shipTo_email\": \"123@qq.com\",\n            \"shipTo_address1\": \"123\",\n            \"shipTo_address2\": \"\",\n            \"shipTo_suburb\": \"SYDNEY\",\n            \"shipTo_state\": \"NSW\",\n            \"shipTo_postcode\": \"2000\",\n            \"shipTo_country\": \"AU\",\n            \"shipTo_instruction1\": \"\",\n            \"shipTo_instruction2\": \"\",\n            \"shipTo_AuthorizeToLeave\": 0,\n            \"from_address1\": \"address1\",\n            \"from_address2\": \"\",\n            \"from_suburb\": \"MELBOURNE\",\n            \"from_state\": \"VIC\",\n            \"from_country\": \"AU\",\n            \"from_postcode\": \"3000\",\n            \"from_name\": \"test\",\n            \"from_phone\": \"451263\",\n            \"from_email\": \"test@163.com\",\n            \"processed\": null,\n            \"printed\": null,\n            \"shipped\": null,\n            \"closed\": null,\n            \"data\": [\n                {\n                    \"qty\": 1,\n                    \"weight\": \"1\",\n                    \"length\": \"12\",\n                    \"width\": \"12\",\n                    \"height\": \"12\",\n                    \"item_reference\": \"123\"\n                }\n            ],\n            \"settings\": null,\n            \"senderInfo\": null,\n            \"error_type\": null,\n            \"errors\": \"\",\n            \"created_at\": \"2022-07-19 21:06:27\",\n            \"updated_at\": \"2022-07-19 21:06:30\",\n            \"submitted_at\": null,\n            \"pickup_date\": null,\n            \"pickup_ref\": null,\n            \"shippingMethod_price_amount\": \"0.00\",\n            \"status\": 2,\n            \"shipTo_address3\": null,\n            \"shipTo_address4\": null,\n            \"is_pickrun_created\": 0,\n            \"is_insured\": 0,\n            \"note\": null,\n            \"client_ref\": null,\n            \"source\": null,\n            \"is_pallet\": 0,\n            \"is_sender_taillift_required\": 0,\n            \"is_receiver_taillift_required\": 0,\n            \"eiz_tracking_status\": null,\n            \"connote_number\": \"7HC5057194\",\n            \"labels\": [\n                {\n                    \"id\": 9848000,\n                    \"consignment_id\": 9380582,\n                    \"labelNumber\": \"BDA500002201000964509\",\n                    \"url\": \"https://s3.ap-southeast-2.amazonaws.com/eiz.labels/labels/2022/07/19/62d69035f32a16.94005144.pdf\",\n                    \"format\": 1,\n                    \"data\": {\n                        \"weight\": 1,\n                        \"authority_to_leave\": false,\n                        \"safe_drop_enabled\": false,\n                        \"allow_partial_delivery\": true,\n                        \"item_id\": \"MM0K0E8ahYEAAAGCSEsCRRYj\",\n                        \"item_reference\": \"123\",\n                        \"tracking_details\": {\n                            \"article_id\": \"BDA500002201000964509\",\n                            \"consignment_id\": \"BDA5000022\"\n                        },\n                        \"product_id\": \"3J35\",\n                        \"item_summary\": {\n                            \"total_cost\": 8.66,\n                            \"total_cost_ex_gst\": 7.87,\n                            \"total_gst\": 0.79,\n                            \"status\": \"Created\"\n                        },\n                        \"item_contents\": []\n                    },\n                    \"status\": null,\n                    \"created_at\": \"2022-07-19 21:06:30\",\n                    \"updated_at\": \"2022-07-19 21:06:30\",\n                    \"tracking_status\": \"Tracking Not Available\",\n                    \"is_archived\": 0,\n                    \"shipping_days\": null,\n                    \"barcode\": \"019931265099999891\"\n                }\n            ],\n            \"shipping_method\": {\n                \"id\": 1,\n                \"plugin_id\": 4,\n                \"icon\": \"\",\n                \"indexName\": \"EXPRESS POST + SIGNATURE\",\n                \"name\": \"Express (S)\",\n                \"serviceProvider\": \"Australia Post\",\n                \"url_quote\": \"quote\",\n                \"url_solid\": \"consignments\",\n                \"url_submit\": \"submit\",\n                \"url_deleteLabel\": \"\",\n                \"url_closeManifest\": \"\",\n                \"settings\": {\n                    \"groupName\": \"eParcel\",\n                    \"insurance\": 1\n                },\n                \"quoteComponent\": \"QuoteSettingsEparcelComponent\",\n                \"requirements\": \"\",\n                \"created_at\": \"2018-01-01 23:00:00\",\n                \"updated_at\": \"2018-01-08 23:00:00\",\n                \"international_method\": 0,\n                \"pickup_desc\": null,\n                \"feature\": null,\n                \"remark\": null,\n                \"displayName\": \"Express\",\n                \"logo\": \"Australia Post\",\n                \"plugin\": {\n                    \"id\": 4,\n                    \"name\": \"eParcel\",\n                    \"title\": \"eParcel\",\n                    \"fee\": 3.99,\n                    \"description\": \"eParcel integration with EIZ System\",\n                    \"detailDescription\": \"Link your Australia Post eParcel account with EIZ, auto get quote and generate&print label for orders you received.\",\n                    \"url\": \"http://172.31.18.23/couriers/eparcelApi/\",\n                    \"category_id\": 2,\n                    \"visible\": 1,\n                    \"settings\": {\n                        \"subscribeWizard\": true,\n                        \"setting\": true\n                    },\n                    \"status\": 1,\n                    \"trial_period\": null,\n                    \"sub_category\": null,\n                    \"dependent_plugin_id\": null\n                }\n            },\n            \"consignmentable\": {\n                \"id\": 8854452,\n                \"account_id\": 5663,\n                \"shipTo_ref\": \"\",\n                \"shipTo_name\": \"\",\n                \"shipTo_companyName\": null,\n                \"shipTo_phone\": null,\n                \"shipTo_email\": null,\n                \"shipTo_address1\": \"\",\n                \"shipTo_address2\": null,\n                \"shipTo_address3\": null,\n                \"shipTo_address4\": null,\n                \"shipTo_suburb\": \"\",\n                \"shipTo_state\": \"\",\n                \"shipTo_postcode\": \"\",\n                \"shipTo_country\": null,\n                \"shipTo_instruction1\": null,\n                \"shipTo_instruction2\": null,\n                \"shipTo_instruction3\": null,\n                \"created_at\": \"2022-07-19 21:06:26\",\n                \"updated_at\": \"2022-07-19 21:06:27\",\n                \"status\": null,\n                \"fulfillment_status\": 2,\n                \"quote_result\": null,\n                \"picklist_status\": null,\n                \"consignment_status\": 3,\n                \"shipping_method_id\": 1,\n                \"shipping_method_name\": \"Express (S)\",\n                \"plugin_id\": 4,\n                \"carrier_name\": \"Australia Post\",\n                \"shipping_charge\": null,\n                \"pick_job_id\": 0,\n                \"from_address1\": \"address1\",\n                \"from_address2\": \"\",\n                \"from_suburb\": \"MELBOURNE\",\n                \"from_state\": \"VIC\",\n                \"from_country\": \"AU\",\n                \"from_postcode\": \"3000\",\n                \"from_name\": \"test\",\n                \"from_phone\": \"451263\",\n                \"from_email\": \"test@163.com\",\n                \"from_company_name\": null,\n                \"package_info\": [\n                    {\n                        \"qty\": 1,\n                        \"weight\": \"1\",\n                        \"length\": \"12\",\n                        \"width\": \"12\",\n                        \"height\": \"12\",\n                        \"item_reference\": \"123\"\n                    }\n                ],\n                \"pick_priority\": 0,\n                \"autoQuote_result\": null,\n                \"tracking_status\": 0,\n                \"sorting_code\": \"3\",\n                \"errors\": null,\n                \"note\": \"\",\n                \"batch_id\": 0,\n                \"eiz_tracking_status\": null,\n                \"shipTo_place_id\": \"\",\n                \"orders\": []\n            },\n            \"tags\": [],\n            \"products\": []\n        }\n    ]\n}"}],"_postman_id":"93d2e1bd-277f-452c-b345-092492d6bcbc"},{"name":"getquote","id":"ab0259b5-eb62-4284-9464-6fcd2543019b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"token"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"parcels\":[\r\n        {\r\n            \"height\":12,\r\n            \"length\":11,\r\n            \"qty\":1,\r\n            \"weight\":1,\r\n            \"width\":11\r\n        }\r\n    ],\r\n    \"shipTo\":{\r\n        \"shipTo_name\":\"\",\r\n        \"shipTo_companyName\":\"\",\r\n        \"shipTo_address1\":\"\",\r\n        \"shipTo_address2\":\"\",\r\n        \"shipTo_phone\":\"\",\r\n        \"shipTo_email\":\"\",\r\n        \"shipTo_ref\":\"\",\r\n        \"shipTo_suburb\":\"DAWES POINT\",\r\n        \"shipTo_state\":\"NSW\",\r\n        \"shipTo_postcode\":\"2000\",\r\n        \"shipTo_country\":\"AU\"\r\n    },\r\n    \"shipFrom\":{\r\n        \"id\":270,\r\n        \"from_name\":\"22\",\r\n        \"from_phone\":\"99999999999\",\r\n        \"from_email\":\"22@php.cc\",\r\n        \"from_companyName\":\"\",\r\n        \"from_address1\":\"111\",\r\n        \"from_address2\":\"\",\r\n        \"from_suburb\":\"MILLERS POINT\",\r\n        \"from_postcode\":\"2000\",\r\n        \"from_state\":\"NSW\",\r\n        \"from_country\":\"AU\",\r\n        \"default_address\":true\r\n    },\r\n    \"settings\":{\r\n        \"trackingNumber\": \"ABC123\"\r\n    }\r\n}"},"url":"https://app.eiz.com.au/api/auth/Fulfillments/v3/quote","description":"<p><strong>Request data:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>parcels</td>\n<td>Object</td>\n<td>Packaging information</td>\n</tr>\n<tr>\n<td>shipTo</td>\n<td>Object</td>\n<td>Receiving address</td>\n</tr>\n<tr>\n<td>shipFrom</td>\n<td>Object</td>\n<td>Sending address</td>\n</tr>\n<tr>\n<td>settings</td>\n<td>Object</td>\n<td>extra options for creating label. e.g. ATL, instructions.</td>\n</tr>\n<tr>\n<td>ids</td>\n<td>Array</td>\n<td>Specify shippingMethod_id</td>\n</tr>\n</tbody>\n</table>\n</div><p>parcels Object：</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>height</td>\n<td>Int</td>\n<td>Product height</td>\n</tr>\n<tr>\n<td>length</td>\n<td>Int</td>\n<td>Product length</td>\n</tr>\n<tr>\n<td>qty</td>\n<td>Int</td>\n<td>Product qty</td>\n</tr>\n<tr>\n<td>weight</td>\n<td>Int</td>\n<td>Product weight</td>\n</tr>\n<tr>\n<td>width</td>\n<td>Int</td>\n<td>Product width</td>\n</tr>\n</tbody>\n</table>\n</div><p>shipTo Object：</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>shipTo_name</td>\n<td>String</td>\n<td>Recipient name</td>\n</tr>\n<tr>\n<td>shipTo_companyName</td>\n<td>String</td>\n<td>Recipient companyName</td>\n</tr>\n<tr>\n<td>shipTo_address1</td>\n<td>String</td>\n<td>Recipient address1</td>\n</tr>\n<tr>\n<td>shipTo_address2</td>\n<td>String</td>\n<td>Recipient address2</td>\n</tr>\n<tr>\n<td>shipTo_phone</td>\n<td>String</td>\n<td>Recipient phone</td>\n</tr>\n<tr>\n<td>shipTo_email</td>\n<td>String</td>\n<td>Recipient email</td>\n</tr>\n<tr>\n<td>shipTo_ref</td>\n<td>String</td>\n<td>Recipient ref</td>\n</tr>\n<tr>\n<td>shipTo_suburb</td>\n<td>String</td>\n<td>Recipient suburb</td>\n</tr>\n<tr>\n<td>shipTo_state</td>\n<td>String</td>\n<td>Recipient state</td>\n</tr>\n<tr>\n<td>shipTo_postcode</td>\n<td>String</td>\n<td>Recipient postcode</td>\n</tr>\n<tr>\n<td>shipTo_country</td>\n<td>String</td>\n<td>Recipient country</td>\n</tr>\n</tbody>\n</table>\n</div><p>shipFrom Object：</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>from_name</td>\n<td>String</td>\n<td>Sender name</td>\n</tr>\n<tr>\n<td>from_phone</td>\n<td>String</td>\n<td>Sender phone</td>\n</tr>\n<tr>\n<td>from_email</td>\n<td>String</td>\n<td>Sender email</td>\n</tr>\n<tr>\n<td>from_companyName</td>\n<td>String</td>\n<td>Sender companyName</td>\n</tr>\n<tr>\n<td>from_address1</td>\n<td>String</td>\n<td>Sender address1</td>\n</tr>\n<tr>\n<td>from_address2</td>\n<td>String</td>\n<td>Sender address2</td>\n</tr>\n<tr>\n<td>from_suburb</td>\n<td>String</td>\n<td>Sender suburb</td>\n</tr>\n<tr>\n<td>from_postcode</td>\n<td>String</td>\n<td>Sender postcode</td>\n</tr>\n<tr>\n<td>from_state</td>\n<td>String</td>\n<td>Sender state</td>\n</tr>\n<tr>\n<td>from_country</td>\n<td>String</td>\n<td>Sender country</td>\n</tr>\n<tr>\n<td>default_address</td>\n<td>String</td>\n<td>Default address</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response data:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status</td>\n<td>Int</td>\n<td>status</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Object</td>\n<td>Data</td>\n</tr>\n<tr>\n<td>message</td>\n<td>String</td>\n<td>message</td>\n</tr>\n<tr>\n<td>timestamp</td>\n<td>Timestamp</td>\n<td>Response time</td>\n</tr>\n</tbody>\n</table>\n</div><p>data Object:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>sent</td>\n<td>Array</td>\n<td>sent</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Array</td>\n<td>Quotation result</td>\n</tr>\n<tr>\n<td>errors</td>\n<td>Array</td>\n<td>Error message</td>\n</tr>\n</tbody>\n</table>\n</div><p>data Array：</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>shippingMethod</td>\n<td>Object</td>\n<td>ShippingMethod information</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Numeric</td>\n<td>amount</td>\n</tr>\n<tr>\n<td>quoteSettings</td>\n<td>Object</td>\n<td>quoteSettings</td>\n</tr>\n<tr>\n<td>displayName_html</td>\n<td>String</td>\n<td>displayName_html</td>\n</tr>\n<tr>\n<td>displayName</td>\n<td>String</td>\n<td>displayName</td>\n</tr>\n</tbody>\n</table>\n</div><p>shippingMethod Object：</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Int</td>\n<td>shippingMethod ID</td>\n</tr>\n<tr>\n<td>plugin_id</td>\n<td>Int</td>\n<td>plugin id</td>\n</tr>\n<tr>\n<td>icon</td>\n<td>String</td>\n<td>icon</td>\n</tr>\n<tr>\n<td>indexName</td>\n<td>String</td>\n<td>indexName</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>name</td>\n</tr>\n<tr>\n<td>serviceProvider</td>\n<td>String</td>\n<td>serviceProvider</td>\n</tr>\n<tr>\n<td>url_quote</td>\n<td>String</td>\n<td>url quote</td>\n</tr>\n<tr>\n<td>url_solid</td>\n<td>String</td>\n<td>url solid</td>\n</tr>\n<tr>\n<td>url_submit</td>\n<td>String</td>\n<td>url submit</td>\n</tr>\n<tr>\n<td>url_deleteLabel</td>\n<td>String</td>\n<td>url deleteLabel</td>\n</tr>\n<tr>\n<td>url_closeManifest</td>\n<td>String</td>\n<td>url closeManifest</td>\n</tr>\n<tr>\n<td>settings</td>\n<td>Object</td>\n<td>shippingMethod Settings</td>\n</tr>\n<tr>\n<td>quoteComponent</td>\n<td>String</td>\n<td>quoteComponent</td>\n</tr>\n<tr>\n<td>requirements</td>\n<td>String</td>\n<td>requirements</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>Timestamp</td>\n<td>created_at</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>Timestamp</td>\n<td>updated_at</td>\n</tr>\n<tr>\n<td>international_method</td>\n<td>Int</td>\n<td>international_method</td>\n</tr>\n<tr>\n<td>pickup_desc</td>\n<td>String</td>\n<td>pickup description</td>\n</tr>\n<tr>\n<td>feature</td>\n<td>String</td>\n<td>feature</td>\n</tr>\n<tr>\n<td>remark</td>\n<td>String</td>\n<td>remark</td>\n</tr>\n<tr>\n<td>displayName</td>\n<td>String</td>\n<td>displayName</td>\n</tr>\n<tr>\n<td>logo</td>\n<td>String</td>\n<td>logo</td>\n</tr>\n<tr>\n<td>visible</td>\n<td>Tinyint</td>\n<td>visible</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Tinyint</td>\n<td>status</td>\n</tr>\n<tr>\n<td>plugin</td>\n<td>Object</td>\n<td>Associated plugin</td>\n</tr>\n</tbody>\n</table>\n</div><p>plugin Object：</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Int</td>\n<td>plugin id</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>plugin name</td>\n</tr>\n<tr>\n<td>title</td>\n<td>String</td>\n<td>plugin title</td>\n</tr>\n<tr>\n<td>fee</td>\n<td>Int</td>\n<td>plugin fee</td>\n</tr>\n<tr>\n<td>url</td>\n<td>String</td>\n<td>url</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","auth","Fulfillments","v3","quote"],"host":["app","eiz","com","au"],"query":[],"variable":[]}},"response":[{"id":"f21eeb57-23b1-464f-88e8-57d452f37b9f","name":"getquote","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"parcels\":[\r\n        {\r\n            \"height\":12,\r\n            \"length\":11,\r\n            \"qty\":1,\r\n            \"weight\":1,\r\n            \"width\":11\r\n        }\r\n    ],\r\n    \"shipTo\":{\r\n        \"shipTo_name\":\"\",\r\n        \"shipTo_companyName\":\"\",\r\n        \"shipTo_address1\":\"\",\r\n        \"shipTo_address2\":\"\",\r\n        \"shipTo_phone\":\"\",\r\n        \"shipTo_email\":\"\",\r\n        \"shipTo_ref\":\"\",\r\n        \"shipTo_suburb\":\"DAWES POINT\",\r\n        \"shipTo_state\":\"NSW\",\r\n        \"shipTo_postcode\":\"2000\",\r\n        \"shipTo_country\":\"AU\"\r\n    },\r\n    \"shipFrom\":{\r\n        \"from_name\":\"22\",\r\n        \"from_phone\":\"99999999999\",\r\n        \"from_email\":\"22@php.cc\",\r\n        \"from_companyName\":\"\",\r\n        \"from_address1\":\"111\",\r\n        \"from_address2\":\"\",\r\n        \"from_suburb\":\"MILLERS POINT\",\r\n        \"from_postcode\":\"2000\",\r\n        \"from_state\":\"NSW\",\r\n        \"from_country\":\"AU\",\r\n        \"default_address\":true\r\n    },\r\n    \"settings\":{\r\n        \"trackingNumber\": \"ABC123\"\r\n    }\r\n}"},"url":"http://app.eiz.com.au/api/auth/Fulfillments/v3/quote"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 31 Jan 2023 03:32:35 GMT"},{"key":"Server","value":"Apache/2.4.49 (Unix)"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.3.30"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"omsVersion","value":"1"},{"key":"ETag","value":"\"274362d27f1d05849b2b0f6c7c3b7b4606f4585e\""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"DELETE, GET, HEAD, OPTIONS, PATCH, POST, PUT"},{"key":"Access-Control-Allow-Headers","value":"Authorization, X-Requested-With, X-Auth-Token, Content-Type"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Connection","value":"close"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"data\": {\n        \"sent\": [\n            \"EXPRESS POST + SIGNATURE\",\n            \"R\"\n        ],\n        \"data\": [\n            {\n                \"shippingMethod\": {\n                    \"id\": 1,\n                    \"plugin_id\": 4,\n                    \"icon\": \"\",\n                    \"indexName\": \"EXPRESS POST + SIGNATURE\",\n                    \"name\": \"Express (S)\",\n                    \"serviceProvider\": \"Australia Post\",\n                    \"url_quote\": \"quote\",\n                    \"url_solid\": \"consignments\",\n                    \"url_submit\": \"submit\",\n                    \"url_deleteLabel\": \"\",\n                    \"url_closeManifest\": \"\",\n                    \"settings\": {\n                        \"groupName\": \"eParcel\",\n                        \"insurance\": 1,\n                        \"limit\": {\n                            \"1\": {\n                                \"rule\": \"<\",\n                                \"value\": \"10\"\n                            },\n                            \"2\": {\n                                \"rule\": \"<\",\n                                \"value\": \"100\"\n                            }\n                        }\n                    },\n                    \"quoteComponent\": \"QuoteSettingsEparcelComponent\",\n                    \"requirements\": \"\",\n                    \"created_at\": \"2018-01-02 00:00:00\",\n                    \"updated_at\": \"2018-01-09 00:00:00\",\n                    \"international_method\": 0,\n                    \"pickup_desc\": null,\n                    \"feature\": null,\n                    \"remark\": null,\n                    \"displayName\": \"Express\",\n                    \"logo\": \"Australia Post\",\n                    \"visible\": 1,\n                    \"status\": 1,\n                    \"subscribed\": true,\n                    \"accountSettings\": {\n                        \"type\": \"EXPRESS POST + SIGNATURE\",\n                        \"group\": \"Express Post\",\n                        \"product_id\": \"3J85\",\n                        \"contract\": {\n                            \"valid_from\": \"2021-03-29\",\n                            \"valid_to\": \"2023-11-30\",\n                            \"expired\": false,\n                            \"volumetric_pricing\": false,\n                            \"max_item_count\": 0,\n                            \"cubing_factor\": 250\n                        },\n                        \"authority_to_leave_threshold\": 500,\n                        \"features\": {\n                            \"TRANSIT_COVER\": {\n                                \"type\": \"TRANSIT_COVER\",\n                                \"attributes\": {\n                                    \"rate\": 1,\n                                    \"included_cover\": 0,\n                                    \"maximum_cover\": 5000\n                                },\n                                \"price\": {\n                                    \"calculated_gst\": 0,\n                                    \"calculated_price\": 0,\n                                    \"calculated_price_ex_gst\": 0\n                                },\n                                \"bundled\": false\n                            }\n                        },\n                        \"options\": {\n                            \"signature_on_delivery_option\": true,\n                            \"authority_to_leave_option\": true,\n                            \"dangerous_goods_allowed\": true\n                        },\n                        \"shipment_features\": {\n                            \"DELIVERY_DATE\": {\n                                \"type\": \"DELIVERY_DATE\",\n                                \"price\": {\n                                    \"calculated_gst\": 0,\n                                    \"calculated_price\": 0,\n                                    \"calculated_price_ex_gst\": 0\n                                },\n                                \"bundled\": false\n                            },\n                            \"DELIVERY_TIMES\": {\n                                \"type\": \"DELIVERY_TIMES\",\n                                \"price\": {\n                                    \"calculated_gst\": 0,\n                                    \"calculated_price\": 0,\n                                    \"calculated_price_ex_gst\": 0\n                                },\n                                \"bundled\": false\n                            }\n                        },\n                        \"limit\": {\n                            \"1\": {\n                                \"rule\": \"<\",\n                                \"value\": \"5\"\n                            },\n                            \"3\": {\n                                \"rule\": \"<\",\n                                \"value\": \"6\"\n                            }\n                        }\n                    },\n                    \"accountQuoteSettings\": null,\n                    \"subscriptions\": [\n                        {\n                            \"id\": 94,\n                            \"account_id\": 1,\n                            \"plugin_id\": 4,\n                            \"created_at\": null,\n                            \"updated_at\": \"2023-01-06 18:11:01\",\n                            \"settings\": {\n                                \"testbed\": 0,\n                                \"account_number\": \"0005869388\",\n                                \"name\": \"CB Online Mel\",\n                                \"valid_from\": \"2021-03-29\",\n                                \"valid_to\": \"2023-11-30\",\n                                \"expired\": false,\n                                \"addresses\": [\n                                    {\n                                        \"type\": \"MERCHANT_LOCATION\",\n                                        \"lines\": [\n                                            \"6/327-337 warrigal road\"\n                                        ],\n                                        \"suburb\": \"CHELTENHAM\",\n                                        \"postcode\": \"3192\",\n                                        \"state\": \"VIC\",\n                                        \"country\": \"AU\"\n                                    }\n                                ],\n                                \"details\": {\n                                    \"is_sscc_non_standard_barcode_enabled_international\": \"false\",\n                                    \"lodgement_postcode\": \"3149\",\n                                    \"email_address\": \"CBOnlineMel_0005869388@example.org\",\n                                    \"is_location\": \"false\",\n                                    \"is_sscc_non_standard_barcode_enabled\": \"false\",\n                                    \"is_on_demand\": \"false\",\n                                    \"work_centre_code\": \"321525\",\n                                    \"work_centre_name\": \"MOUNT WAVERLEY BUSN HUB DWS\",\n                                    \"contact_number\": \"\",\n                                    \"account_source\": \"AUSPOST\"\n                                },\n                                \"postage_products\": [\n                                    {\n                                        \"type\": \"INTL ECONOMY W SOD/ REGD POST\",\n                                        \"product_id\": \"RPI8\",\n                                        \"contract\": {\n                                            \"valid_from\": \"2021-03-29\",\n                                            \"valid_to\": \"2023-11-30\",\n                                            \"expired\": false,\n                                            \"volumetric_pricing\": false,\n                                            \"max_item_count\": 0,\n                                            \"cubing_factor\": 167\n                                        },\n                                        \"authority_to_leave_threshold\": 0,\n                                        \"features\": {\n                                            \"TRANSIT_COVER\": {\n                                                \"type\": \"TRANSIT_COVER\",\n                                                \"attributes\": {\n                                                    \"rate\": 2.5,\n                                                    \"included_cover\": 0,\n                                                    \"maximum_cover\": 5000\n                                                },\n                                                \"price\": {\n                                                    \"calculated_gst\": 0,\n                                                    \"calculated_price\": 0,\n                                                    \"calculated_price_ex_gst\": 0\n                                                },\n                                                \"bundled\": false\n                                            }\n                                        },\n                                        \"options\": {\n                                            \"signature_on_delivery_option\": true,\n                                            \"dangerous_goods_allowed\": false\n                                        }\n                                    },\n                                    {\n                                        \"type\": \"INTL STANDARD/PACK & TRACK\",\n                                        \"product_id\": \"PTI8\",\n                                        \"contract\": {\n                                            \"valid_from\": \"2021-03-29\",\n                                            \"valid_to\": \"2023-11-30\",\n                                            \"expired\": false,\n                                            \"volumetric_pricing\": false,\n                                            \"max_item_count\": 0,\n                                            \"cubing_factor\": 167\n                                        },\n                                        \"authority_to_leave_threshold\": 0,\n                                        \"features\": {\n                                            \"TRANSIT_COVER\": {\n                                                \"type\": \"TRANSIT_COVER\",\n                                                \"attributes\": {\n                                                    \"rate\": 2.5,\n                                                    \"included_cover\": 0,\n                                                    \"maximum_cover\": 5000\n                                                },\n                                                \"price\": {\n                                                    \"calculated_gst\": 0,\n                                                    \"calculated_price\": 0,\n                                                    \"calculated_price_ex_gst\": 0\n                                                },\n                                                \"bundled\": false\n                                            }\n                                        },\n                                        \"options\": {\n                                            \"signature_on_delivery_option\": false,\n                                            \"dangerous_goods_allowed\": false\n                                        }\n                                    },\n                                    {\n                                        \"type\": \"INT'L STANDARD WITH SIGNATURE\",\n                                        \"product_id\": \"PTI7\",\n                                        \"contract\": {\n                                            \"valid_from\": \"2021-03-29\",\n                                            \"valid_to\": \"2023-11-30\",\n                                            \"expired\": false,\n                                            \"volumetric_pricing\": false,\n                                            \"max_item_count\": 0,\n                                            \"cubing_factor\": 167\n                                        },\n                                        \"authority_to_leave_threshold\": 0,\n                                        \"features\": {\n                                            \"TRANSIT_COVER\": {\n                                                \"type\": \"TRANSIT_COVER\",\n                                                \"attributes\": {\n                                                    \"rate\": 2.5,\n                                                    \"included_cover\": 0,\n                                                    \"maximum_cover\": 5000\n                                                },\n                                                \"price\": {\n                                                    \"calculated_gst\": 0,\n                                                    \"calculated_price\": 0,\n                                                    \"calculated_price_ex_gst\": 0\n                                                },\n                                                \"bundled\": false\n                                            }\n                                        },\n                                        \"options\": {\n                                            \"signature_on_delivery_option\": true,\n                                            \"dangerous_goods_allowed\": false\n                                        }\n                                    },\n                                    {\n                                        \"type\": \"INTL EXPRESS MERCH/ECI MERCH\",\n                                        \"product_id\": \"ECM8\",\n                                        \"contract\": {\n                                            \"valid_from\": \"2021-03-29\",\n                                            \"valid_to\": \"2023-11-30\",\n                                            \"expired\": false,\n                                            \"volumetric_pricing\": false,\n                                            \"max_item_count\": 0,\n                                            \"cubing_factor\": 167\n                                        },\n                                        \"authority_to_leave_threshold\": 0,\n                                        \"features\": {\n                                            \"TRANSIT_COVER\": {\n                                                \"type\": \"TRANSIT_COVER\",\n                                                \"attributes\": {\n                                                    \"rate\": 2.5,\n                                                    \"included_cover\": 0,\n                                                    \"maximum_cover\": 5000\n                                                },\n                                                \"price\": {\n                                                    \"calculated_gst\": 0,\n                                                    \"calculated_price\": 0,\n                                                    \"calculated_price_ex_gst\": 0\n                                                },\n                                                \"bundled\": false\n                                            }\n                                        },\n                                        \"options\": {\n                                            \"signature_on_delivery_option\": true,\n                                            \"dangerous_goods_allowed\": false\n                                        }\n                                    },\n                                    {\n                                        \"type\": \"INTL EXPRESS DOCS/ECI DOCS\",\n                                        \"product_id\": \"ECD8\",\n                                        \"contract\": {\n                                            \"valid_from\": \"2021-03-29\",\n                                            \"valid_to\": \"2023-11-30\",\n                                            \"expired\": false,\n                                            \"volumetric_pricing\": false,\n                                            \"max_item_count\": 0,\n                                            \"cubing_factor\": 167\n                                        },\n                                        \"authority_to_leave_threshold\": 0,\n                                        \"features\": {\n                                            \"TRANSIT_COVER\": {\n                                                \"type\": \"TRANSIT_COVER\",\n                                                \"attributes\": {\n                                                    \"rate\": 2.5,\n                                                    \"included_cover\": 0,\n                                                    \"maximum_cover\": 5000\n                                                },\n                                                \"price\": {\n                                                    \"calculated_gst\": 0,\n                                                    \"calculated_price\": 0,\n                                                    \"calculated_price_ex_gst\": 0\n                                                },\n                                                \"bundled\": false\n                                            }\n                                        },\n                                        \"options\": {\n                                            \"signature_on_delivery_option\": true,\n                                            \"dangerous_goods_allowed\": false\n                                        }\n                                    },\n                                    {\n                                        \"type\": \"INTL ECONOMY/AIRMAIL PARCELS\",\n                                        \"product_id\": \"AIR8\",\n                                        \"contract\": {\n                                            \"valid_from\": \"2021-03-29\",\n                                            \"valid_to\": \"2023-11-30\",\n                                            \"expired\": false,\n                                            \"volumetric_pricing\": false,\n                                            \"max_item_count\": 0,\n                                            \"cubing_factor\": 167\n                                        },\n                                        \"authority_to_leave_threshold\": 0,\n                                        \"features\": {\n                                            \"TRANSIT_COVER\": {\n                                                \"type\": \"TRANSIT_COVER\",\n                                                \"attributes\": {\n                                                    \"rate\": 2.5,\n                                                    \"included_cover\": 0,\n                                                    \"maximum_cover\": 5000\n                                                },\n                                                \"price\": {\n                                                    \"calculated_gst\": 0,\n                                                    \"calculated_price\": 0,\n                                                    \"calculated_price_ex_gst\": 0\n                                                },\n                                                \"bundled\": false\n                                            }\n                                        },\n                                        \"options\": {\n                                            \"signature_on_delivery_option\": false,\n                                            \"dangerous_goods_allowed\": false\n                                        }\n                                    },\n                                    {\n                                        \"type\": \"EXPRESS POST + SIGNATURE\",\n                                        \"group\": \"Express Post\",\n                                        \"product_id\": \"3J85\",\n                                        \"contract\": {\n                                            \"valid_from\": \"2021-03-29\",\n                                            \"valid_to\": \"2023-11-30\",\n                                            \"expired\": false,\n                                            \"volumetric_pricing\": false,\n                                            \"max_item_count\": 0,\n                                            \"cubing_factor\": 250\n                                        },\n                                        \"authority_to_leave_threshold\": 500,\n                                        \"features\": {\n                                            \"TRANSIT_COVER\": {\n                                                \"type\": \"TRANSIT_COVER\",\n                                                \"attributes\": {\n                                                    \"rate\": 1,\n                                                    \"included_cover\": 0,\n                                                    \"maximum_cover\": 5000\n                                                },\n                                                \"price\": {\n                                                    \"calculated_gst\": 0,\n                                                    \"calculated_price\": 0,\n                                                    \"calculated_price_ex_gst\": 0\n                                                },\n                                                \"bundled\": false\n                                            }\n                                        },\n                                        \"options\": {\n                                            \"signature_on_delivery_option\": true,\n                                            \"authority_to_leave_option\": true,\n                                            \"dangerous_goods_allowed\": true\n                                        },\n                                        \"shipment_features\": {\n                                            \"DELIVERY_DATE\": {\n                                                \"type\": \"DELIVERY_DATE\",\n                                                \"price\": {\n                                                    \"calculated_gst\": 0,\n                                                    \"calculated_price\": 0,\n                                                    \"calculated_price_ex_gst\": 0\n                                                },\n                                                \"bundled\": false\n                                            },\n                                            \"DELIVERY_TIMES\": {\n                                                \"type\": \"DELIVERY_TIMES\",\n                                                \"price\": {\n                                                    \"calculated_gst\": 0,\n                                                    \"calculated_price\": 0,\n                                                    \"calculated_price_ex_gst\": 0\n                                                },\n                                                \"bundled\": false\n                                            }\n                                        }\n                                    },\n                                    {\n                                        \"type\": \"PARCEL POST + SIGNATURE\",\n                                        \"group\": \"Parcel Post\",\n                                        \"product_id\": \"3D85\",\n                                        \"contract\": {\n                                            \"valid_from\": \"2021-03-29\",\n                                            \"valid_to\": \"2023-11-30\",\n                                            \"expired\": false,\n                                            \"volumetric_pricing\": false,\n                                            \"max_item_count\": 0,\n                                            \"cubing_factor\": 250\n                                        },\n                                        \"authority_to_leave_threshold\": 500,\n                                        \"features\": {\n                                            \"TRANSIT_COVER\": {\n                                                \"type\": \"TRANSIT_COVER\",\n                                                \"attributes\": {\n                                                    \"rate\": 1,\n                                                    \"included_cover\": 0,\n                                                    \"maximum_cover\": 5000\n                                                },\n                                                \"price\": {\n                                                    \"calculated_gst\": 0,\n                                                    \"calculated_price\": 0,\n                                                    \"calculated_price_ex_gst\": 0\n                                                },\n                                                \"bundled\": false\n                                            }\n                                        },\n                                        \"options\": {\n                                            \"signature_on_delivery_option\": true,\n                                            \"authority_to_leave_option\": true,\n                                            \"dangerous_goods_allowed\": true\n                                        },\n                                        \"shipment_features\": {\n                                            \"DELIVERY_DATE\": {\n                                                \"type\": \"DELIVERY_DATE\",\n                                                \"price\": {\n                                                    \"calculated_gst\": 0,\n                                                    \"calculated_price\": 0,\n                                                    \"calculated_price_ex_gst\": 0\n                                                },\n                                                \"bundled\": false\n                                            },\n                                            \"DELIVERY_TIMES\": {\n                                                \"type\": \"DELIVERY_TIMES\",\n                                                \"price\": {\n                                                    \"calculated_gst\": 0,\n                                                    \"calculated_price\": 0,\n                                                    \"calculated_price_ex_gst\": 0\n                                                },\n                                                \"bundled\": false\n                                            }\n                                        }\n                                    }\n                                ],\n                                \"returns_products\": [\n                                    {\n                                        \"type\": \"EXPRESS EPARCEL POST RETURNS\",\n                                        \"group\": \"Express Post\",\n                                        \"product_id\": \"XPR\",\n                                        \"contract\": {\n                                            \"valid_from\": \"2021-03-29\",\n                                            \"valid_to\": \"2023-11-30\",\n                                            \"expired\": false,\n                                            \"volumetric_pricing\": false,\n                                            \"max_item_count\": 0,\n                                            \"cubing_factor\": 250\n                                        },\n                                        \"authority_to_leave_threshold\": 0,\n                                        \"features\": {\n                                            \"TRANSIT_COVER\": {\n                                                \"type\": \"TRANSIT_COVER\",\n                                                \"attributes\": {\n                                                    \"rate\": 1,\n                                                    \"included_cover\": 0,\n                                                    \"maximum_cover\": 5000\n                                                },\n                                                \"price\": {\n                                                    \"calculated_gst\": 0,\n                                                    \"calculated_price\": 0,\n                                                    \"calculated_price_ex_gst\": 0\n                                                },\n                                                \"bundled\": false\n                                            }\n                                        },\n                                        \"options\": {\n                                            \"signature_on_delivery_option\": true,\n                                            \"authority_to_leave_option\": true,\n                                            \"dangerous_goods_allowed\": true\n                                        }\n                                    },\n                                    {\n                                        \"type\": \"EPARCEL POST RETURNS\",\n                                        \"group\": \"Parcel Post\",\n                                        \"product_id\": \"PR\",\n                                        \"contract\": {\n                                            \"valid_from\": \"2021-03-29\",\n                                            \"valid_to\": \"2023-11-30\",\n                                            \"expired\": false,\n                                            \"volumetric_pricing\": false,\n                                            \"max_item_count\": 0,\n                                            \"cubing_factor\": 250\n                                        },\n                                        \"authority_to_leave_threshold\": 0,\n                                        \"features\": {\n                                            \"TRANSIT_COVER\": {\n                                                \"type\": \"TRANSIT_COVER\",\n                                                \"attributes\": {\n                                                    \"rate\": 1,\n                                                    \"included_cover\": 0,\n                                                    \"maximum_cover\": 5000\n                                                },\n                                                \"price\": {\n                                                    \"calculated_gst\": 0,\n                                                    \"calculated_price\": 0,\n                                                    \"calculated_price_ex_gst\": 0\n                                                },\n                                                \"bundled\": false\n                                            }\n                                        },\n                                        \"options\": {\n                                            \"signature_on_delivery_option\": true,\n                                            \"authority_to_leave_option\": true,\n                                            \"dangerous_goods_allowed\": true\n                                        }\n                                    }\n                                ],\n                                \"merchant_location_id\": \"34HU8\",\n                                \"credit_blocked\": false,\n                                \"envKey\": \"1\",\n                                \"apiKey\": \"183179ec-39cb-4732-aff5-3b5f738f41ed\",\n                                \"password\": \"x628afd97910365e9710\",\n                                \"account\": \"0005869388\",\n                                \"quoteSettings\": {\n                                    \"delivery_instructions\": \"{{salesRecordNumber}}{{shipmentNote}}{{customLabel}}{{note}}eParceleParceleParcel\"\n                                },\n                                \"brandedLabel\": 0,\n                                \"eiz_tracking\": {\n                                    \"push_status\": false,\n                                    \"open_at\": \"\",\n                                    \"close_at\": \"2023-01-06 15:11:00\"\n                                },\n                                \"parcelContents\": {\n                                    \"valid\": true,\n                                    \"parcelFormData\": {\n                                        \"packages\": [\n                                            {\n                                                \"commercial_value\": false,\n                                                \"classification_type\": \"GIFT\",\n                                                \"description_of_other\": \"\",\n                                                \"export_declaration_number\": \"\",\n                                                \"import_reference_number\": \"\",\n                                                \"item_description\": \"2\",\n                                                \"item_contents\": [\n                                                    {\n                                                        \"country_of_origin\": \"\",\n                                                        \"quantity\": \"2\",\n                                                        \"weight\": \"2.2\",\n                                                        \"description\": \"2\",\n                                                        \"tariff_code\": \"\",\n                                                        \"value\": \"2\",\n                                                        \"tariff_concession\": \"\",\n                                                        \"free_trade_applicable\": false,\n                                                        \"sku\": \"\",\n                                                        \"item_contents_reference\": \"\"\n                                                    }\n                                                ]\n                                            }\n                                        ],\n                                        \"totalValueArray\": [\n                                            4\n                                        ]\n                                    }\n                                },\n                                \"apiPass\": \"x628afd97910365e9710\",\n                                \"apiAccount\": \"0005869388\"\n                            },\n                            \"expiry_at\": \"2026-05-10 16:20:13\",\n                            \"status\": 1,\n                            \"plan_id\": 32,\n                            \"auto_renew\": 1,\n                            \"billing_frequency\": 1,\n                            \"package_id\": 17,\n                            \"pivot\": {\n                                \"shipping_method_id\": 1,\n                                \"subscription_id\": 94,\n                                \"id\": 182,\n                                \"settings\": \"{\\\"type\\\":\\\"EXPRESS POST + SIGNATURE\\\",\\\"group\\\":\\\"Express Post\\\",\\\"product_id\\\":\\\"3J85\\\",\\\"contract\\\":{\\\"valid_from\\\":\\\"2021-03-29\\\",\\\"valid_to\\\":\\\"2023-11-30\\\",\\\"expired\\\":false,\\\"volumetric_pricing\\\":false,\\\"max_item_count\\\":0,\\\"cubing_factor\\\":250},\\\"authority_to_leave_threshold\\\":500,\\\"features\\\":{\\\"TRANSIT_COVER\\\":{\\\"type\\\":\\\"TRANSIT_COVER\\\",\\\"attributes\\\":{\\\"rate\\\":1,\\\"included_cover\\\":0,\\\"maximum_cover\\\":5000},\\\"price\\\":{\\\"calculated_gst\\\":0,\\\"calculated_price\\\":0,\\\"calculated_price_ex_gst\\\":0},\\\"bundled\\\":false}},\\\"options\\\":{\\\"signature_on_delivery_option\\\":true,\\\"authority_to_leave_option\\\":true,\\\"dangerous_goods_allowed\\\":true},\\\"shipment_features\\\":{\\\"DELIVERY_DATE\\\":{\\\"type\\\":\\\"DELIVERY_DATE\\\",\\\"price\\\":{\\\"calculated_gst\\\":0,\\\"calculated_price\\\":0,\\\"calculated_price_ex_gst\\\":0},\\\"bundled\\\":false},\\\"DELIVERY_TIMES\\\":{\\\"type\\\":\\\"DELIVERY_TIMES\\\",\\\"price\\\":{\\\"calculated_gst\\\":0,\\\"calculated_price\\\":0,\\\"calculated_price_ex_gst\\\":0},\\\"bundled\\\":false}},\\\"limit\\\":{\\\"1\\\":{\\\"rule\\\":\\\"<\\\",\\\"value\\\":\\\"5\\\"},\\\"3\\\":{\\\"rule\\\":\\\"<\\\",\\\"value\\\":\\\"6\\\"}}}\",\n                                \"aps_status\": 1,\n                                \"quote_settings\": null,\n                                \"subscription_account_id\": null,\n                                \"has_own_insurance\": 0,\n                                \"own_insurance_coverage\": null,\n                                \"has_eiz_insurance\": 1,\n                                \"eiz_insurance_coverage\": \"350.00\",\n                                \"eiz_insurance_premium\": \"2.00\",\n                                \"eiz_insurance_rate_over_coverage\": \"1.00\",\n                                \"eiz_insurance_coverage_limit\": \"5000.00\"\n                            }\n                        }\n                    ],\n                    \"insuranceInfo\": {\n                        \"shipping_method_id\": 1,\n                        \"subscription_id\": 94,\n                        \"id\": 182,\n                        \"aps_status\": 1,\n                        \"quote_settings\": null,\n                        \"subscription_account_id\": null,\n                        \"has_own_insurance\": 0,\n                        \"own_insurance_coverage\": null,\n                        \"has_eiz_insurance\": 1,\n                        \"eiz_insurance_coverage\": \"350.00\",\n                        \"eiz_insurance_premium\": \"2.00\",\n                        \"eiz_insurance_rate_over_coverage\": \"1.00\",\n                        \"eiz_insurance_coverage_limit\": \"5000.00\"\n                    }\n                },\n                \"amount\": 11.22,\n                \"quoteSettings\": {\n                    \"delivery_instructions\": \"eParceleParceleParcel\"\n                },\n                \"displayName_html\": \"Express\",\n                \"displayName\": \"Express (S)\"\n            },\n            {\n                \"shippingMethod\": {\n                    \"id\": 248,\n                    \"plugin_id\": 10,\n                    \"icon\": \"\",\n                    \"indexName\": \"R\",\n                    \"name\": \"Road Express for Sunyee\",\n                    \"serviceProvider\": \"Allied Express\",\n                    \"url_quote\": \"quote\",\n                    \"url_solid\": \"consignments\",\n                    \"url_submit\": \"submit\",\n                    \"url_deleteLabel\": \" \",\n                    \"url_closeManifest\": \" \",\n                    \"settings\": {\n                        \"groupName\": \"SuperFreight\",\n                        \"insurance\": 1\n                    },\n                    \"quoteComponent\": \"QuoteSettingsAlliedComponent\",\n                    \"requirements\": \" \",\n                    \"created_at\": \"2019-11-07 11:12:15\",\n                    \"updated_at\": \"2019-11-07 11:12:15\",\n                    \"international_method\": 0,\n                    \"pickup_desc\": \"Free pick up available\",\n                    \"feature\": \"<ul>\\n<li>Home delivery</li>\\n<li>Oversize/Pallets accepted</li>\\n</ul>\",\n                    \"remark\": \"<ul>\\n<li>No Dangerous Goods</li>\\n<li>No POBox delivery</li>\\n</ul>\",\n                    \"displayName\": \"Road Express\",\n                    \"logo\": \"Allied Express\",\n                    \"visible\": 1,\n                    \"status\": 1,\n                    \"subscribed\": true,\n                    \"accountSettings\": [],\n                    \"subscriptions\": [\n                        {\n                            \"id\": 85,\n                            \"account_id\": 1,\n                            \"plugin_id\": 10,\n                            \"created_at\": \"2018-06-29 04:09:09\",\n                            \"updated_at\": \"2023-01-06 16:57:11\",\n                            \"settings\": {\n                                \"print_format\": \"1\",\n                                \"invoice_issue_date\": null,\n                                \"invoice_frequency\": 1,\n                                \"invoice_unit\": \"month\",\n                                \"invoice_next_issue_date\": \"2019-07-01\",\n                                \"quoteSettings\": {\n                                    \"delivery_instructions\": \"{{shipmentNote}}{{shipmentSku}}{{note}}SuperFreightSuperFreight\"\n                                },\n                                \"refund_required\": true,\n                                \"eiz_tracking\": {\n                                    \"push_status\": false,\n                                    \"open_at\": \"\",\n                                    \"close_at\": \"2023-01-06 13:57:08\"\n                                }\n                            },\n                            \"expiry_at\": \"2026-05-10 16:20:13\",\n                            \"status\": 1,\n                            \"plan_id\": 41,\n                            \"auto_renew\": 1,\n                            \"billing_frequency\": 1,\n                            \"package_id\": 17,\n                            \"pivot\": {\n                                \"shipping_method_id\": 248,\n                                \"subscription_id\": 85,\n                                \"id\": 16914,\n                                \"settings\": \"[]\",\n                                \"quote_settings\": null,\n                                \"subscription_account_id\": null,\n                                \"has_own_insurance\": null,\n                                \"own_insurance_coverage\": null,\n                                \"has_eiz_insurance\": null,\n                                \"eiz_insurance_coverage\": null,\n                                \"eiz_insurance_premium\": null,\n                                \"eiz_insurance_rate_over_coverage\": null,\n                                \"eiz_insurance_coverage_limit\": null\n                            }\n                        }\n                    ],\n                    \"insuranceInfo\": {\n                        \"shipping_method_id\": 248,\n                        \"subscription_id\": 85,\n                        \"id\": 16914,\n                        \"quote_settings\": null,\n                        \"subscription_account_id\": null,\n                        \"has_own_insurance\": null,\n                        \"own_insurance_coverage\": null,\n                        \"has_eiz_insurance\": null,\n                        \"eiz_insurance_coverage\": null,\n                        \"eiz_insurance_premium\": null,\n                        \"eiz_insurance_rate_over_coverage\": null,\n                        \"eiz_insurance_coverage_limit\": null\n                    }\n                },\n                \"amount\": 19.96,\n                \"surcharge\": 7.46,\n                \"quoteId\": null,\n                \"breakDown\": {\n                    \"originalQuote_exGST\": 8.95,\n                    \"mhp_exGST\": null,\n                    \"surcharge_exGST\": 0,\n                    \"shipFromRemoteareaCharge_exGST\": null,\n                    \"shipToRemoteareaCharge_exGST\": null,\n                    \"quote\": 11.36,\n                    \"rateOfProfit\": 0.1,\n                    \"surcharge\": 7.46,\n                    \"java_surcharge_exGST\": 5.3,\n                    \"fuelLevy\": null,\n                    \"quoteMultiplyFuelAddSurcharge\": null,\n                    \"gstinTotal\": 0.14\n                },\n                \"displayName_html\": \"Road Express\",\n                \"displayName\": \"Road Express for Sunyee\",\n                \"goPeopleQuoteId\": null,\n                \"quoteSettings\": {\n                    \"delivery_instructions\": \"SuperFreightSuperFreight\"\n                }\n            }\n        ],\n        \"errors\": []\n    },\n    \"message\": \"\",\n    \"timestamp\": \"2023-01-31 14:32:52\"\n}"}],"_postman_id":"ab0259b5-eb62-4284-9464-6fcd2543019b"},{"name":"submit consignment","id":"03601c77-e3f6-47c7-a8fb-b032a99303ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"token"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    // consignmentId\n    \"ids\": [\n        10489977\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://app.eiz.com.au/api/auth/fulfillments/v3/submitConsignments","description":"<p><strong>Request data:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ids</td>\n<td>Array</td>\n<td>Consignment ID</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response data:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>subscription_id</td>\n<td>Int</td>\n<td>EIZ subscription id</td>\n</tr>\n<tr>\n<td>closed</td>\n<td>BoolB</td>\n<td>Whether closed</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>Timestamp</td>\n<td>updated_at</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>Timestamp</td>\n<td>created_at</td>\n</tr>\n<tr>\n<td>id</td>\n<td>Int</td>\n<td>EIZ id</td>\n</tr>\n<tr>\n<td>pdf</td>\n<td>String</td>\n<td>PDF</td>\n</tr>\n<tr>\n<td>summary</td>\n<td>Array</td>\n<td>summary</td>\n</tr>\n<tr>\n<td>consignmentNum</td>\n<td>Int</td>\n<td>consignmentNum</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","auth","fulfillments","v3","submitConsignments"],"host":["app","eiz","com","au"],"query":[],"variable":[]}},"response":[{"id":"38df1c71-fccd-47bc-ad68-985807548b1d","name":"submit consignment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"ids\": [\n        11398435\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"http://app.eiz.com.au/api/auth/Fulfillments/submitConsignments"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 01 Feb 2023 03:35:27 GMT"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"omsVersion","value":"1"},{"key":"ETag","value":"\"68767bff5a8f34929aff72e5f6c9e0b17faf9717\""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE,OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization, X-Requested-With, X-Auth-Token, Content-Type"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Length","value":"266"},{"key":"Connection","value":"close"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"subscription_id\": 498,\n        \"closed\": true,\n        \"updated_at\": \"2023-02-01 14:35:27\",\n        \"created_at\": \"2023-02-01 14:35:27\",\n        \"id\": 502515,\n        \"pdf\": \"https://s3.ap-southeast-2.amazonaws.com/eiz.labels/labels/2023/02/01/63d9ddff9f7ac0.26690202.pdf\",\n        \"summary\": [],\n        \"consignmentNum\": 1\n    }\n]"}],"_postman_id":"03601c77-e3f6-47c7-a8fb-b032a99303ee"},{"name":"bulkQuote","id":"7a01ce54-323b-4962-a78e-6e2362e8006f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"token"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": [\n        {\n            \"parcels\": [\n                {\n                    \"height\": 12,\n                    \"length\": 11,\n                    \"qty\": 1,\n                    \"weight\": 1,\n                    \"width\": 11\n                }\n            ],\n            \"shipTo\": {\n                \"shipTo_suburb\": \"MELBOURNE\",\n                \"shipTo_state\": \"VIC\",\n                \"shipTo_postcode\": \"3000\",\n                \"shipTo_country\": \"AU\"\n            },\n            \"shipFrom\": {\n                \"from_suburb\": \"ROCHEDALE\",\n                \"from_postcode\": \"4123\",\n                \"from_state\": \"QLD\",\n                \"from_country\": \"AU\"\n            }\n        },\n        {\n            \"parcels\": [\n                {\n                    \"height\": 12,\n                    \"length\": 11,\n                    \"qty\": 1,\n                    \"weight\": 2,\n                    \"width\": 11\n                }\n            ],\n            \"shipTo\": {\n                \"shipTo_suburb\": \"MELBOURNE\",\n                \"shipTo_state\": \"VIC\",\n                \"shipTo_postcode\": \"3000\",\n                \"shipTo_country\": \"AU\"\n            },\n            \"shipFrom\": {\n                \"from_suburb\": \"ROCHEDALE\",\n                \"from_postcode\": \"4123\",\n                \"from_state\": \"QLD\",\n                \"from_country\": \"AU\"\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://app.eiz.com.au/api/auth/Fulfillments/v3/bulkQuote","description":"<p><strong>Request data:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>parcels</td>\n<td>Object</td>\n<td>Packaging information</td>\n</tr>\n<tr>\n<td>shipTo</td>\n<td>Object</td>\n<td>Receiving address</td>\n</tr>\n<tr>\n<td>shipFrom</td>\n<td>Object</td>\n<td>Sending address</td>\n</tr>\n<tr>\n<td>settings</td>\n<td>Object</td>\n<td>extra options for creating label. e.g. ATL, instructions.</td>\n</tr>\n</tbody>\n</table>\n</div><p>parcels Object：</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>height</td>\n<td>Int</td>\n<td>Product height</td>\n</tr>\n<tr>\n<td>length</td>\n<td>Int</td>\n<td>Product length</td>\n</tr>\n<tr>\n<td>qty</td>\n<td>Int</td>\n<td>Product qty</td>\n</tr>\n<tr>\n<td>weight</td>\n<td>Int</td>\n<td>Product weight</td>\n</tr>\n<tr>\n<td>width</td>\n<td>Int</td>\n<td>Product width</td>\n</tr>\n</tbody>\n</table>\n</div><p>shipTo Object：</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>shipTo_name</td>\n<td>String</td>\n<td>Recipient name</td>\n</tr>\n<tr>\n<td>shipTo_companyName</td>\n<td>String</td>\n<td>Recipient companyName</td>\n</tr>\n<tr>\n<td>shipTo_address1</td>\n<td>String</td>\n<td>Recipient address1</td>\n</tr>\n<tr>\n<td>shipTo_address2</td>\n<td>String</td>\n<td>Recipient address2</td>\n</tr>\n<tr>\n<td>shipTo_phone</td>\n<td>String</td>\n<td>Recipient phone</td>\n</tr>\n<tr>\n<td>shipTo_email</td>\n<td>String</td>\n<td>Recipient email</td>\n</tr>\n<tr>\n<td>shipTo_ref</td>\n<td>String</td>\n<td>Recipient ref</td>\n</tr>\n<tr>\n<td>shipTo_suburb</td>\n<td>String</td>\n<td>Recipient suburb</td>\n</tr>\n<tr>\n<td>shipTo_state</td>\n<td>String</td>\n<td>Recipient state</td>\n</tr>\n<tr>\n<td>shipTo_postcode</td>\n<td>String</td>\n<td>Recipient postcode</td>\n</tr>\n<tr>\n<td>shipTo_country</td>\n<td>String</td>\n<td>Recipient country</td>\n</tr>\n</tbody>\n</table>\n</div><p>shipFrom Object：</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>from_name</td>\n<td>String</td>\n<td>Sender name</td>\n</tr>\n<tr>\n<td>from_phone</td>\n<td>String</td>\n<td>Sender phone</td>\n</tr>\n<tr>\n<td>from_email</td>\n<td>String</td>\n<td>Sender email</td>\n</tr>\n<tr>\n<td>from_companyName</td>\n<td>String</td>\n<td>Sender companyName</td>\n</tr>\n<tr>\n<td>from_address1</td>\n<td>String</td>\n<td>Sender address1</td>\n</tr>\n<tr>\n<td>from_address2</td>\n<td>String</td>\n<td>Sender address2</td>\n</tr>\n<tr>\n<td>from_suburb</td>\n<td>String</td>\n<td>Sender suburb</td>\n</tr>\n<tr>\n<td>from_postcode</td>\n<td>String</td>\n<td>Sender postcode</td>\n</tr>\n<tr>\n<td>from_state</td>\n<td>String</td>\n<td>Sender state</td>\n</tr>\n<tr>\n<td>from_country</td>\n<td>String</td>\n<td>Sender country</td>\n</tr>\n<tr>\n<td>default_address</td>\n<td>String</td>\n<td>Default address</td>\n</tr>\n</tbody>\n</table>\n</div><p>settings Object:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>trackingNumber</td>\n<td>String</td>\n<td>trackingNumber</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response data:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status</td>\n<td>Int</td>\n<td>status</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Object</td>\n<td>Data</td>\n</tr>\n<tr>\n<td>message</td>\n<td>String</td>\n<td>message</td>\n</tr>\n<tr>\n<td>timestamp</td>\n<td>Timestamp</td>\n<td>Response time</td>\n</tr>\n</tbody>\n</table>\n</div><p>data Object:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>sent</td>\n<td>Array</td>\n<td>sent</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Array</td>\n<td>Quotation result</td>\n</tr>\n<tr>\n<td>errors</td>\n<td>Array</td>\n<td>Error message</td>\n</tr>\n</tbody>\n</table>\n</div><p>data Array：</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>shippingMethod</td>\n<td>Object</td>\n<td>ShippingMethod information</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Numeric</td>\n<td>amount</td>\n</tr>\n<tr>\n<td>quoteSettings</td>\n<td>Object</td>\n<td>quoteSettings</td>\n</tr>\n<tr>\n<td>displayName_html</td>\n<td>String</td>\n<td>displayName_html</td>\n</tr>\n<tr>\n<td>displayName</td>\n<td>String</td>\n<td>displayName</td>\n</tr>\n</tbody>\n</table>\n</div><p>shippingMethod Object：</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Int</td>\n<td>shippingMethod ID</td>\n</tr>\n<tr>\n<td>plugin_id</td>\n<td>Int</td>\n<td>plugin id</td>\n</tr>\n<tr>\n<td>icon</td>\n<td>String</td>\n<td>icon</td>\n</tr>\n<tr>\n<td>indexName</td>\n<td>String</td>\n<td>indexName</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>name</td>\n</tr>\n<tr>\n<td>serviceProvider</td>\n<td>String</td>\n<td>serviceProvider</td>\n</tr>\n<tr>\n<td>url_quote</td>\n<td>String</td>\n<td>url quote</td>\n</tr>\n<tr>\n<td>url_solid</td>\n<td>String</td>\n<td>url solid</td>\n</tr>\n<tr>\n<td>url_submit</td>\n<td>String</td>\n<td>url submit</td>\n</tr>\n<tr>\n<td>url_deleteLabel</td>\n<td>String</td>\n<td>url deleteLabel</td>\n</tr>\n<tr>\n<td>url_closeManifest</td>\n<td>String</td>\n<td>url closeManifest</td>\n</tr>\n<tr>\n<td>settings</td>\n<td>Object</td>\n<td>shippingMethod Settings</td>\n</tr>\n<tr>\n<td>quoteComponent</td>\n<td>String</td>\n<td>quoteComponent</td>\n</tr>\n<tr>\n<td>requirements</td>\n<td>String</td>\n<td>requirements</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>Timestamp</td>\n<td>created_at</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>Timestamp</td>\n<td>updated_at</td>\n</tr>\n<tr>\n<td>international_method</td>\n<td>Int</td>\n<td>international_method</td>\n</tr>\n<tr>\n<td>pickup_desc</td>\n<td>String</td>\n<td>pickup_desc</td>\n</tr>\n<tr>\n<td>feature</td>\n<td>String</td>\n<td>feature</td>\n</tr>\n<tr>\n<td>remark</td>\n<td>String</td>\n<td>remark</td>\n</tr>\n<tr>\n<td>displayName</td>\n<td>String</td>\n<td>displayName</td>\n</tr>\n<tr>\n<td>logo</td>\n<td>String</td>\n<td>logo</td>\n</tr>\n<tr>\n<td>visible</td>\n<td>Tinyint</td>\n<td>visible</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Tinyint</td>\n<td>status</td>\n</tr>\n<tr>\n<td>plugin</td>\n<td>Object</td>\n<td>Associated plugin</td>\n</tr>\n</tbody>\n</table>\n</div><p>plugin Object：</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Int</td>\n<td>plugin id</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>plugin name</td>\n</tr>\n<tr>\n<td>title</td>\n<td>String</td>\n<td>plugin title</td>\n</tr>\n<tr>\n<td>fee</td>\n<td>Int</td>\n<td>plugin fee</td>\n</tr>\n<tr>\n<td>url</td>\n<td>String</td>\n<td>url</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","auth","Fulfillments","v3","bulkQuote"],"host":["app","eiz","com","au"],"query":[],"variable":[]}},"response":[{"id":"4ef72492-9fb3-4f65-9591-dc682ef644b3","name":"success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": [\n        {\n            \"parcels\": [\n                {\n                    \"height\": 12,\n                    \"length\": 11,\n                    \"qty\": 1,\n                    \"weight\": 1,\n                    \"width\": 11\n                }\n            ],\n            \"shipTo\": {\n                \"shipTo_suburb\": \"MELBOURNE\",\n                \"shipTo_state\": \"VIC\",\n                \"shipTo_postcode\": \"3000\",\n                \"shipTo_country\": \"AU\"\n            },\n            \"shipFrom\": {\n                \"from_suburb\": \"ROCHEDALE\",\n                \"from_postcode\": \"4123\",\n                \"from_state\": \"QLD\",\n                \"from_country\": \"AU\"\n            }\n        },\n        {\n            \"parcels\": [\n                {\n                    \"height\": 12,\n                    \"length\": 11,\n                    \"qty\": 1,\n                    \"weight\": 2,\n                    \"width\": 11\n                }\n            ],\n            \"shipTo\": {\n                \"shipTo_suburb\": \"MELBOURNE\",\n                \"shipTo_state\": \"VIC\",\n                \"shipTo_postcode\": \"3000\",\n                \"shipTo_country\": \"AU\"\n            },\n            \"shipFrom\": {\n                \"from_suburb\": \"ROCHEDALE\",\n                \"from_postcode\": \"4123\",\n                \"from_state\": \"QLD\",\n                \"from_country\": \"AU\"\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"http://app.eiz.com.au/api/auth/Fulfillments/v3/bulkQuote"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 02 Mar 2023 10:11:36 GMT"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"omsVersion","value":"1"},{"key":"X-RateLimit-Limit","value":"1"},{"key":"X-RateLimit-Remaining","value":"0"},{"key":"ETag","value":"\"78689c95d52665189c0d93560fd110ce51836fa4\""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE,OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization, X-Requested-With, X-Auth-Token, Content-Type"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Connection","value":"close"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"data\": [\n        {\n            \"sent\": [\n                \"UBI.AU2AU.AUPOST\",\n                \"RF_EIZSCE\",\n                \"R_EIZSCA\"\n            ],\n            \"data\": [\n                {\n                    \"shippingMethod\": {\n                        \"id\": 544,\n                        \"plugin_id\": 10,\n                        \"icon\": \"\",\n                        \"indexName\": \"UBI.AU2AU.AUPOST\",\n                        \"name\": \"China-Australia STI (Via Superfreight_um2)\",\n                        \"serviceProvider\": \"Australia Post\",\n                        \"url_quote\": \"quote\",\n                        \"url_solid\": \"consignments\",\n                        \"url_submit\": \"submit\",\n                        \"url_deleteLabel\": \"\",\n                        \"url_closeManifest\": \"\",\n                        \"settings\": {\n                            \"groupName\": \"SuperFreight\",\n                            \"insurance\": 1\n                        },\n                        \"quoteComponent\": \"QuoteSettingsUbiComponent\",\n                        \"requirements\": \"\",\n                        \"created_at\": \"2021-06-18 20:27:22\",\n                        \"updated_at\": \"2021-06-18 20:27:26\",\n                        \"international_method\": 0,\n                        \"pickup_desc\": null,\n                        \"feature\": null,\n                        \"remark\": null,\n                        \"displayName\": \"eParcel regular (Via Superfreight_um2)\",\n                        \"logo\": \"Australia Post\",\n                        \"visible\": 1,\n                        \"status\": 1,\n                        \"subscribed\": true,\n                        \"accountSettings\": null,\n                        \"subscriptions\": [\n                            {\n                                \"id\": 5889,\n                                \"account_id\": 789,\n                                \"plugin_id\": 10,\n                                \"created_at\": \"2020-03-31 17:17:09\",\n                                \"updated_at\": \"2022-10-12 17:08:13\",\n                                \"settings\": {\n                                    \"invoice_issue_date\": \"2020-03-01\",\n                                    \"invoice_frequency\": \"1\",\n                                    \"invoice_unit\": \"month\",\n                                    \"invoice_next_issue_date\": \"2020-04-01\",\n                                    \"sfDeletedLimitedDate\": \"30\",\n                                    \"eiz_tracking\": {\n                                        \"push_status\": true,\n                                        \"open_at\": \"2022-10-12 13:30:00\",\n                                        \"close_at\": \"\"\n                                    }\n                                },\n                                \"expiry_at\": \"2022-10-02 17:17:09\",\n                                \"status\": 1,\n                                \"plan_id\": 48,\n                                \"auto_renew\": 1,\n                                \"billing_frequency\": 1,\n                                \"package_id\": null,\n                                \"pivot\": {\n                                    \"shipping_method_id\": 544,\n                                    \"subscription_id\": 5889,\n                                    \"id\": 50830,\n                                    \"settings\": \"\",\n                                    \"quote_settings\": null,\n                                    \"subscription_account_id\": null,\n                                    \"has_own_insurance\": null,\n                                    \"own_insurance_coverage\": null,\n                                    \"has_eiz_insurance\": null,\n                                    \"eiz_insurance_coverage\": null,\n                                    \"eiz_insurance_premium\": null,\n                                    \"eiz_insurance_rate_over_coverage\": null,\n                                    \"eiz_insurance_coverage_limit\": null\n                                }\n                            }\n                        ],\n                        \"insuranceInfo\": {\n                            \"shipping_method_id\": 544,\n                            \"subscription_id\": 5889,\n                            \"id\": 50830,\n                            \"quote_settings\": null,\n                            \"subscription_account_id\": null,\n                            \"has_own_insurance\": null,\n                            \"own_insurance_coverage\": null,\n                            \"has_eiz_insurance\": null,\n                            \"eiz_insurance_coverage\": null,\n                            \"eiz_insurance_premium\": null,\n                            \"eiz_insurance_rate_over_coverage\": null,\n                            \"eiz_insurance_coverage_limit\": null\n                        }\n                    },\n                    \"amount\": 6.12,\n                    \"surcharge\": null,\n                    \"quoteId\": null,\n                    \"breakDown\": null,\n                    \"displayName_html\": \"eParcel regular (Via Superfreight_um2)\",\n                    \"displayName\": \"China-Australia STI (Via Superfreight_um2)\",\n                    \"goPeopleQuoteId\": null,\n                    \"quoteSettings\": null\n                },\n                {\n                    \"shippingMethod\": {\n                        \"id\": 888,\n                        \"plugin_id\": 120,\n                        \"icon\": \" \",\n                        \"indexName\": \"R_EIZSCA\",\n                        \"name\": \"Road Express\",\n                        \"serviceProvider\": \"Allied Express\",\n                        \"url_quote\": \"quote\",\n                        \"url_solid\": \"consignments\",\n                        \"url_submit\": \"submit\",\n                        \"url_deleteLabel\": \" \",\n                        \"url_closeManifest\": \" \",\n                        \"settings\": {\n                            \"groupName\": \"SuperFreight\",\n                            \"insurance\": 1\n                        },\n                        \"quoteComponent\": \"QuoteSettingsDeliveryInstructionsComponent\",\n                        \"requirements\": \"QuoteSettingsDeliveryInstructionsComponent\",\n                        \"created_at\": \"2019-11-07 11:12:15\",\n                        \"updated_at\": \"2019-11-07 11:12:15\",\n                        \"international_method\": 0,\n                        \"pickup_desc\": \"Free pick up available\",\n                        \"feature\": \"<ul>\\n<li>Home delivery</li>\\n<li>Oversize/Pallets accepted</li>\\n</ul>\",\n                        \"remark\": \"<ul>\\n<li>No Dangerous Goods</li>\\n<li>No POBox delivery</li>\\n</ul>\",\n                        \"displayName\": \"Road Express(Via SuperFreight)SCA_2.0\",\n                        \"logo\": \"Allied Express\",\n                        \"visible\": 1,\n                        \"status\": 1,\n                        \"subscribed\": true,\n                        \"accountSettings\": [],\n                        \"subscriptions\": [\n                            {\n                                \"id\": 62714,\n                                \"account_id\": 789,\n                                \"plugin_id\": 120,\n                                \"created_at\": \"2022-09-30 12:47:50\",\n                                \"updated_at\": \"2023-02-24 14:07:39\",\n                                \"settings\": {\n                                    \"sfDeletedLimitedDate\": \"30\",\n                                    \"eiz_tracking\": {\n                                        \"push_status\": true,\n                                        \"open_at\": \"2023-02-24 14:07:39\",\n                                        \"close_at\": \"\"\n                                    },\n                                    \"quoteSettings\": {\n                                        \"delivery_instructions\": \"\"\n                                    }\n                                },\n                                \"expiry_at\": \"2022-09-30 12:47:50\",\n                                \"status\": 1,\n                                \"plan_id\": null,\n                                \"auto_renew\": 1,\n                                \"billing_frequency\": 1,\n                                \"package_id\": null,\n                                \"pivot\": {\n                                    \"shipping_method_id\": 888,\n                                    \"subscription_id\": 62714,\n                                    \"id\": 58505,\n                                    \"settings\": \"[]\",\n                                    \"quote_settings\": null,\n                                    \"subscription_account_id\": null,\n                                    \"has_own_insurance\": null,\n                                    \"own_insurance_coverage\": null,\n                                    \"has_eiz_insurance\": null,\n                                    \"eiz_insurance_coverage\": null,\n                                    \"eiz_insurance_premium\": null,\n                                    \"eiz_insurance_rate_over_coverage\": null,\n                                    \"eiz_insurance_coverage_limit\": null\n                                }\n                            }\n                        ],\n                        \"insuranceInfo\": {\n                            \"shipping_method_id\": 888,\n                            \"subscription_id\": 62714,\n                            \"id\": 58505,\n                            \"quote_settings\": null,\n                            \"subscription_account_id\": null,\n                            \"has_own_insurance\": null,\n                            \"own_insurance_coverage\": null,\n                            \"has_eiz_insurance\": null,\n                            \"eiz_insurance_coverage\": null,\n                            \"eiz_insurance_premium\": null,\n                            \"eiz_insurance_rate_over_coverage\": null,\n                            \"eiz_insurance_coverage_limit\": null\n                        }\n                    },\n                    \"amount\": 24.26,\n                    \"surcharge\": 15.68,\n                    \"quoteId\": null,\n                    \"breakDown\": {\n                        \"remoteAreaSurcharge\": 0,\n                        \"rateLevelSurcharge\": 1.64,\n                        \"totalQuote\": 24.26,\n                        \"apiQuote\": 8.59,\n                        \"gstSurcharge\": 2.21,\n                        \"fuelSurcharge\": 4.33,\n                        \"maxSurcharge\": 7.5\n                    },\n                    \"quote\": null,\n                    \"freight\": null,\n                    \"fuelSurcharge\": null,\n                    \"surCharges\": null,\n                    \"displayName_html\": \"Road Express(Via SuperFreight)SCA_2.0\",\n                    \"displayName\": \"Road Express\",\n                    \"goPeopleQuoteId\": null,\n                    \"quoteSettings\": {\n                        \"delivery_instructions\": \"\"\n                    }\n                },\n                {\n                    \"shippingMethod\": {\n                        \"id\": 889,\n                        \"plugin_id\": 120,\n                        \"icon\": \" \",\n                        \"indexName\": \"RF_EIZSCE\",\n                        \"name\": \"Hunter Express Road Freight_SEC\",\n                        \"serviceProvider\": \"Hunter Express\",\n                        \"url_quote\": \"quote\",\n                        \"url_solid\": \"consignments\",\n                        \"url_submit\": \"submit\",\n                        \"url_deleteLabel\": \" \",\n                        \"url_closeManifest\": \" \",\n                        \"settings\": {\n                            \"groupName\": \"SuperFreight\",\n                            \"insurance\": 1\n                        },\n                        \"quoteComponent\": \"QuoteSettingsDeliveryInstructionsComponent\",\n                        \"requirements\": \"\",\n                        \"created_at\": \"2023-01-31 14:00:08\",\n                        \"updated_at\": \"2023-01-31 14:00:08\",\n                        \"international_method\": 0,\n                        \"pickup_desc\": null,\n                        \"feature\": null,\n                        \"remark\": null,\n                        \"displayName\": \"Hunter Road Express(Via SuperFreight)_v2.0_SCE\",\n                        \"logo\": \"Hunter Express\",\n                        \"visible\": 1,\n                        \"status\": 1,\n                        \"subscribed\": true,\n                        \"accountSettings\": [],\n                        \"subscriptions\": [\n                            {\n                                \"id\": 62714,\n                                \"account_id\": 789,\n                                \"plugin_id\": 120,\n                                \"created_at\": \"2022-09-30 12:47:50\",\n                                \"updated_at\": \"2023-02-24 14:07:39\",\n                                \"settings\": {\n                                    \"sfDeletedLimitedDate\": \"30\",\n                                    \"eiz_tracking\": {\n                                        \"push_status\": true,\n                                        \"open_at\": \"2023-02-24 14:07:39\",\n                                        \"close_at\": \"\"\n                                    },\n                                    \"quoteSettings\": {\n                                        \"delivery_instructions\": \"\"\n                                    }\n                                },\n                                \"expiry_at\": \"2022-09-30 12:47:50\",\n                                \"status\": 1,\n                                \"plan_id\": null,\n                                \"auto_renew\": 1,\n                                \"billing_frequency\": 1,\n                                \"package_id\": null,\n                                \"pivot\": {\n                                    \"shipping_method_id\": 889,\n                                    \"subscription_id\": 62714,\n                                    \"id\": 58435,\n                                    \"settings\": \"[]\",\n                                    \"quote_settings\": null,\n                                    \"subscription_account_id\": null,\n                                    \"has_own_insurance\": null,\n                                    \"own_insurance_coverage\": null,\n                                    \"has_eiz_insurance\": null,\n                                    \"eiz_insurance_coverage\": null,\n                                    \"eiz_insurance_premium\": null,\n                                    \"eiz_insurance_rate_over_coverage\": null,\n                                    \"eiz_insurance_coverage_limit\": null\n                                }\n                            }\n                        ],\n                        \"insuranceInfo\": {\n                            \"shipping_method_id\": 889,\n                            \"subscription_id\": 62714,\n                            \"id\": 58435,\n                            \"quote_settings\": null,\n                            \"subscription_account_id\": null,\n                            \"has_own_insurance\": null,\n                            \"own_insurance_coverage\": null,\n                            \"has_eiz_insurance\": null,\n                            \"eiz_insurance_coverage\": null,\n                            \"eiz_insurance_premium\": null,\n                            \"eiz_insurance_rate_over_coverage\": null,\n                            \"eiz_insurance_coverage_limit\": null\n                        }\n                    },\n                    \"amount\": 30.87,\n                    \"surcharge\": 10.87,\n                    \"quoteId\": null,\n                    \"breakDown\": {\n                        \"weightSurcharge\": 0,\n                        \"GstSurcharge\": 2.81,\n                        \"rateLevelSurcharge\": 3,\n                        \"apiQuote\": 20,\n                        \"totalQuote\": 30.87,\n                        \"linehaulSurcharge\": 0,\n                        \"lengthSurcharge\": 0,\n                        \"fuelSurcharge\": 5.06\n                    },\n                    \"quote\": null,\n                    \"freight\": null,\n                    \"fuelSurcharge\": null,\n                    \"surCharges\": null,\n                    \"displayName_html\": \"Hunter Road Express(Via SuperFreight)_v2.0_SCE\",\n                    \"displayName\": \"Hunter Express Road Freight_SEC\",\n                    \"goPeopleQuoteId\": null,\n                    \"quoteSettings\": {\n                        \"delivery_instructions\": \"\"\n                    }\n                }\n            ],\n            \"errors\": []\n        },\n        {\n            \"sent\": [\n                \"UBI.AU2AU.AUPOST\",\n                \"RF_EIZSCE\",\n                \"R_EIZSCA\"\n            ],\n            \"data\": [\n                {\n                    \"shippingMethod\": {\n                        \"id\": 544,\n                        \"plugin_id\": 10,\n                        \"icon\": \"\",\n                        \"indexName\": \"UBI.AU2AU.AUPOST\",\n                        \"name\": \"China-Australia STI (Via Superfreight_um2)\",\n                        \"serviceProvider\": \"Australia Post\",\n                        \"url_quote\": \"quote\",\n                        \"url_solid\": \"consignments\",\n                        \"url_submit\": \"submit\",\n                        \"url_deleteLabel\": \"\",\n                        \"url_closeManifest\": \"\",\n                        \"settings\": {\n                            \"groupName\": \"SuperFreight\",\n                            \"insurance\": 1\n                        },\n                        \"quoteComponent\": \"QuoteSettingsUbiComponent\",\n                        \"requirements\": \"\",\n                        \"created_at\": \"2021-06-18 20:27:22\",\n                        \"updated_at\": \"2021-06-18 20:27:26\",\n                        \"international_method\": 0,\n                        \"pickup_desc\": null,\n                        \"feature\": null,\n                        \"remark\": null,\n                        \"displayName\": \"eParcel regular (Via Superfreight_um2)\",\n                        \"logo\": \"Australia Post\",\n                        \"visible\": 1,\n                        \"status\": 1,\n                        \"subscribed\": true,\n                        \"accountSettings\": null,\n                        \"subscriptions\": [\n                            {\n                                \"id\": 5889,\n                                \"account_id\": 789,\n                                \"plugin_id\": 10,\n                                \"created_at\": \"2020-03-31 17:17:09\",\n                                \"updated_at\": \"2022-10-12 17:08:13\",\n                                \"settings\": {\n                                    \"invoice_issue_date\": \"2020-03-01\",\n                                    \"invoice_frequency\": \"1\",\n                                    \"invoice_unit\": \"month\",\n                                    \"invoice_next_issue_date\": \"2020-04-01\",\n                                    \"sfDeletedLimitedDate\": \"30\",\n                                    \"eiz_tracking\": {\n                                        \"push_status\": true,\n                                        \"open_at\": \"2022-10-12 13:30:00\",\n                                        \"close_at\": \"\"\n                                    }\n                                },\n                                \"expiry_at\": \"2022-10-02 17:17:09\",\n                                \"status\": 1,\n                                \"plan_id\": 48,\n                                \"auto_renew\": 1,\n                                \"billing_frequency\": 1,\n                                \"package_id\": null,\n                                \"pivot\": {\n                                    \"shipping_method_id\": 544,\n                                    \"subscription_id\": 5889,\n                                    \"id\": 50830,\n                                    \"settings\": \"\",\n                                    \"quote_settings\": null,\n                                    \"subscription_account_id\": null,\n                                    \"has_own_insurance\": null,\n                                    \"own_insurance_coverage\": null,\n                                    \"has_eiz_insurance\": null,\n                                    \"eiz_insurance_coverage\": null,\n                                    \"eiz_insurance_premium\": null,\n                                    \"eiz_insurance_rate_over_coverage\": null,\n                                    \"eiz_insurance_coverage_limit\": null\n                                }\n                            }\n                        ],\n                        \"insuranceInfo\": {\n                            \"shipping_method_id\": 544,\n                            \"subscription_id\": 5889,\n                            \"id\": 50830,\n                            \"quote_settings\": null,\n                            \"subscription_account_id\": null,\n                            \"has_own_insurance\": null,\n                            \"own_insurance_coverage\": null,\n                            \"has_eiz_insurance\": null,\n                            \"eiz_insurance_coverage\": null,\n                            \"eiz_insurance_premium\": null,\n                            \"eiz_insurance_rate_over_coverage\": null,\n                            \"eiz_insurance_coverage_limit\": null\n                        }\n                    },\n                    \"amount\": 6.12,\n                    \"surcharge\": null,\n                    \"quoteId\": null,\n                    \"breakDown\": null,\n                    \"displayName_html\": \"eParcel regular (Via Superfreight_um2)\",\n                    \"displayName\": \"China-Australia STI (Via Superfreight_um2)\",\n                    \"goPeopleQuoteId\": null,\n                    \"quoteSettings\": null\n                },\n                {\n                    \"shippingMethod\": {\n                        \"id\": 888,\n                        \"plugin_id\": 120,\n                        \"icon\": \" \",\n                        \"indexName\": \"R_EIZSCA\",\n                        \"name\": \"Road Express\",\n                        \"serviceProvider\": \"Allied Express\",\n                        \"url_quote\": \"quote\",\n                        \"url_solid\": \"consignments\",\n                        \"url_submit\": \"submit\",\n                        \"url_deleteLabel\": \" \",\n                        \"url_closeManifest\": \" \",\n                        \"settings\": {\n                            \"groupName\": \"SuperFreight\",\n                            \"insurance\": 1\n                        },\n                        \"quoteComponent\": \"QuoteSettingsDeliveryInstructionsComponent\",\n                        \"requirements\": \"QuoteSettingsDeliveryInstructionsComponent\",\n                        \"created_at\": \"2019-11-07 11:12:15\",\n                        \"updated_at\": \"2019-11-07 11:12:15\",\n                        \"international_method\": 0,\n                        \"pickup_desc\": \"Free pick up available\",\n                        \"feature\": \"<ul>\\n<li>Home delivery</li>\\n<li>Oversize/Pallets accepted</li>\\n</ul>\",\n                        \"remark\": \"<ul>\\n<li>No Dangerous Goods</li>\\n<li>No POBox delivery</li>\\n</ul>\",\n                        \"displayName\": \"Road Express(Via SuperFreight)SCA_2.0\",\n                        \"logo\": \"Allied Express\",\n                        \"visible\": 1,\n                        \"status\": 1,\n                        \"subscribed\": true,\n                        \"accountSettings\": [],\n                        \"subscriptions\": [\n                            {\n                                \"id\": 62714,\n                                \"account_id\": 789,\n                                \"plugin_id\": 120,\n                                \"created_at\": \"2022-09-30 12:47:50\",\n                                \"updated_at\": \"2023-02-24 14:07:39\",\n                                \"settings\": {\n                                    \"sfDeletedLimitedDate\": \"30\",\n                                    \"eiz_tracking\": {\n                                        \"push_status\": true,\n                                        \"open_at\": \"2023-02-24 14:07:39\",\n                                        \"close_at\": \"\"\n                                    },\n                                    \"quoteSettings\": {\n                                        \"delivery_instructions\": \"\"\n                                    }\n                                },\n                                \"expiry_at\": \"2022-09-30 12:47:50\",\n                                \"status\": 1,\n                                \"plan_id\": null,\n                                \"auto_renew\": 1,\n                                \"billing_frequency\": 1,\n                                \"package_id\": null,\n                                \"pivot\": {\n                                    \"shipping_method_id\": 888,\n                                    \"subscription_id\": 62714,\n                                    \"id\": 58505,\n                                    \"settings\": \"[]\",\n                                    \"quote_settings\": null,\n                                    \"subscription_account_id\": null,\n                                    \"has_own_insurance\": null,\n                                    \"own_insurance_coverage\": null,\n                                    \"has_eiz_insurance\": null,\n                                    \"eiz_insurance_coverage\": null,\n                                    \"eiz_insurance_premium\": null,\n                                    \"eiz_insurance_rate_over_coverage\": null,\n                                    \"eiz_insurance_coverage_limit\": null\n                                }\n                            }\n                        ],\n                        \"insuranceInfo\": {\n                            \"shipping_method_id\": 888,\n                            \"subscription_id\": 62714,\n                            \"id\": 58505,\n                            \"quote_settings\": null,\n                            \"subscription_account_id\": null,\n                            \"has_own_insurance\": null,\n                            \"own_insurance_coverage\": null,\n                            \"has_eiz_insurance\": null,\n                            \"eiz_insurance_coverage\": null,\n                            \"eiz_insurance_premium\": null,\n                            \"eiz_insurance_rate_over_coverage\": null,\n                            \"eiz_insurance_coverage_limit\": null\n                        }\n                    },\n                    \"amount\": 24.26,\n                    \"surcharge\": 15.68,\n                    \"quoteId\": null,\n                    \"breakDown\": {\n                        \"remoteAreaSurcharge\": 0,\n                        \"rateLevelSurcharge\": 1.64,\n                        \"totalQuote\": 24.26,\n                        \"apiQuote\": 8.59,\n                        \"gstSurcharge\": 2.21,\n                        \"fuelSurcharge\": 4.33,\n                        \"maxSurcharge\": 7.5\n                    },\n                    \"quote\": null,\n                    \"freight\": null,\n                    \"fuelSurcharge\": null,\n                    \"surCharges\": null,\n                    \"displayName_html\": \"Road Express(Via SuperFreight)SCA_2.0\",\n                    \"displayName\": \"Road Express\",\n                    \"goPeopleQuoteId\": null,\n                    \"quoteSettings\": {\n                        \"delivery_instructions\": \"\"\n                    }\n                },\n                {\n                    \"shippingMethod\": {\n                        \"id\": 889,\n                        \"plugin_id\": 120,\n                        \"icon\": \" \",\n                        \"indexName\": \"RF_EIZSCE\",\n                        \"name\": \"Hunter Express Road Freight_SEC\",\n                        \"serviceProvider\": \"Hunter Express\",\n                        \"url_quote\": \"quote\",\n                        \"url_solid\": \"consignments\",\n                        \"url_submit\": \"submit\",\n                        \"url_deleteLabel\": \" \",\n                        \"url_closeManifest\": \" \",\n                        \"settings\": {\n                            \"groupName\": \"SuperFreight\",\n                            \"insurance\": 1\n                        },\n                        \"quoteComponent\": \"QuoteSettingsDeliveryInstructionsComponent\",\n                        \"requirements\": \"\",\n                        \"created_at\": \"2023-01-31 14:00:08\",\n                        \"updated_at\": \"2023-01-31 14:00:08\",\n                        \"international_method\": 0,\n                        \"pickup_desc\": null,\n                        \"feature\": null,\n                        \"remark\": null,\n                        \"displayName\": \"Hunter Road Express(Via SuperFreight)_v2.0_SCE\",\n                        \"logo\": \"Hunter Express\",\n                        \"visible\": 1,\n                        \"status\": 1,\n                        \"subscribed\": true,\n                        \"accountSettings\": [],\n                        \"subscriptions\": [\n                            {\n                                \"id\": 62714,\n                                \"account_id\": 789,\n                                \"plugin_id\": 120,\n                                \"created_at\": \"2022-09-30 12:47:50\",\n                                \"updated_at\": \"2023-02-24 14:07:39\",\n                                \"settings\": {\n                                    \"sfDeletedLimitedDate\": \"30\",\n                                    \"eiz_tracking\": {\n                                        \"push_status\": true,\n                                        \"open_at\": \"2023-02-24 14:07:39\",\n                                        \"close_at\": \"\"\n                                    },\n                                    \"quoteSettings\": {\n                                        \"delivery_instructions\": \"\"\n                                    }\n                                },\n                                \"expiry_at\": \"2022-09-30 12:47:50\",\n                                \"status\": 1,\n                                \"plan_id\": null,\n                                \"auto_renew\": 1,\n                                \"billing_frequency\": 1,\n                                \"package_id\": null,\n                                \"pivot\": {\n                                    \"shipping_method_id\": 889,\n                                    \"subscription_id\": 62714,\n                                    \"id\": 58435,\n                                    \"settings\": \"[]\",\n                                    \"quote_settings\": null,\n                                    \"subscription_account_id\": null,\n                                    \"has_own_insurance\": null,\n                                    \"own_insurance_coverage\": null,\n                                    \"has_eiz_insurance\": null,\n                                    \"eiz_insurance_coverage\": null,\n                                    \"eiz_insurance_premium\": null,\n                                    \"eiz_insurance_rate_over_coverage\": null,\n                                    \"eiz_insurance_coverage_limit\": null\n                                }\n                            }\n                        ],\n                        \"insuranceInfo\": {\n                            \"shipping_method_id\": 889,\n                            \"subscription_id\": 62714,\n                            \"id\": 58435,\n                            \"quote_settings\": null,\n                            \"subscription_account_id\": null,\n                            \"has_own_insurance\": null,\n                            \"own_insurance_coverage\": null,\n                            \"has_eiz_insurance\": null,\n                            \"eiz_insurance_coverage\": null,\n                            \"eiz_insurance_premium\": null,\n                            \"eiz_insurance_rate_over_coverage\": null,\n                            \"eiz_insurance_coverage_limit\": null\n                        }\n                    },\n                    \"amount\": 30.87,\n                    \"surcharge\": 10.87,\n                    \"quoteId\": null,\n                    \"breakDown\": {\n                        \"weightSurcharge\": 0,\n                        \"GstSurcharge\": 2.81,\n                        \"rateLevelSurcharge\": 3,\n                        \"apiQuote\": 20,\n                        \"totalQuote\": 30.87,\n                        \"linehaulSurcharge\": 0,\n                        \"lengthSurcharge\": 0,\n                        \"fuelSurcharge\": 5.06\n                    },\n                    \"quote\": null,\n                    \"freight\": null,\n                    \"fuelSurcharge\": null,\n                    \"surCharges\": null,\n                    \"displayName_html\": \"Hunter Road Express(Via SuperFreight)_v2.0_SCE\",\n                    \"displayName\": \"Hunter Express Road Freight_SEC\",\n                    \"goPeopleQuoteId\": null,\n                    \"quoteSettings\": {\n                        \"delivery_instructions\": \"\"\n                    }\n                }\n            ],\n            \"errors\": []\n        }\n    ],\n    \"message\": \"\",\n    \"timestamp\": \"2023-03-02 21:11:36\"\n}"}],"_postman_id":"7a01ce54-323b-4962-a78e-6e2362e8006f"},{"name":"getQuoteV2","id":"6b0419e2-3aa9-4242-8a08-2a578836d2b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"token"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"shipTo\": {\n        \"shipTo_suburb\": \"Riverhills\",\n        \"shipTo_postcode\": \"4074\",\n        \"shipTo_country\": \"AU\",\n        \"shipTo_state\": \"QLD\"\n    },\n    \"shipFrom\": {\n        \"from_suburb\": \"Auburn\",\n        \"from_postcode\": \"2144\",\n        \"from_country\": \"AU\",\n        \"from_state\": \"NSW\"\n    },\n    \"parcels\": [\n        {\n            \"qty\": 1,\n            \"weight\": 33.22,\n            \"length\": 94.00,\n            \"width\": 31.00,\n            \"height\": 57.00\n        },\n        {\n            \"qty\": 1,\n            \"weight\": 8.40,\n            \"length\": 200.00,\n            \"width\": 7.00,\n            \"height\": 8.00\n        }\n    ],\n    \"ids\":[\n        454\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://app.eiz.com.au/api/auth/fulfillments/v2/quote","description":"<p><strong>Request data:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>shipTo</td>\n<td>Object</td>\n<td>Yes</td>\n<td>ShipTo info</td>\n</tr>\n<tr>\n<td>shipFrom</td>\n<td>Object</td>\n<td>Yes</td>\n<td>ShipFrom info</td>\n</tr>\n<tr>\n<td>parcels</td>\n<td>Array</td>\n<td>Yes</td>\n<td>Parcels</td>\n</tr>\n<tr>\n<td>ids</td>\n<td>Array</td>\n<td>No</td>\n<td>Specify shippingMethod_id</td>\n</tr>\n</tbody>\n</table>\n</div><p>shipTo Object:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>shipTo_suburb</td>\n<td>String</td>\n<td>Yes</td>\n<td>Ship To suburb</td>\n</tr>\n<tr>\n<td>shipTo_postcode</td>\n<td>String</td>\n<td>Yes</td>\n<td>Ship To postcode</td>\n</tr>\n<tr>\n<td>shipTo_country</td>\n<td>String</td>\n<td>Yes</td>\n<td>Ship To country</td>\n</tr>\n<tr>\n<td>shipTo_state</td>\n<td>String</td>\n<td>Yes</td>\n<td>Ship To state</td>\n</tr>\n</tbody>\n</table>\n</div><p>shipFrom Object:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>from_suburb</td>\n<td>String</td>\n<td>Yes</td>\n<td>From suburb</td>\n</tr>\n<tr>\n<td>from_postcode</td>\n<td>String</td>\n<td>Yes</td>\n<td>From postcode</td>\n</tr>\n<tr>\n<td>from_country</td>\n<td>String</td>\n<td>Yes</td>\n<td>From country</td>\n</tr>\n<tr>\n<td>from_state</td>\n<td>String</td>\n<td>Yes</td>\n<td>From state</td>\n</tr>\n</tbody>\n</table>\n</div><p>parcels Array:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>qty</td>\n<td>Int</td>\n<td>Yes</td>\n<td>qty</td>\n</tr>\n<tr>\n<td>weight</td>\n<td>Decimal</td>\n<td>Yes</td>\n<td>weight</td>\n</tr>\n<tr>\n<td>length</td>\n<td>Decimal</td>\n<td>Yes</td>\n<td>length</td>\n</tr>\n<tr>\n<td>width</td>\n<td>Decimal</td>\n<td>Yes</td>\n<td>width</td>\n</tr>\n<tr>\n<td>height</td>\n<td>Decimal</td>\n<td>Yes</td>\n<td>height</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","auth","fulfillments","v2","quote"],"host":["app","eiz","com","au"],"query":[],"variable":[]}},"response":[{"id":"490b422f-bcfd-4f5c-9919-5966892c92bb","name":"getQuoteV2","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"shipTo\": {\n        \"shipTo_suburb\": \"Riverhills\",\n        \"shipTo_postcode\": \"4074\",\n        \"shipTo_country\": \"AU\",\n        \"shipTo_state\": \"QLD\"\n    },\n    \"shipFrom\": {\n        \"from_suburb\": \"Auburn\",\n        \"from_postcode\": \"2144\",\n        \"from_country\": \"AU\",\n        \"from_state\": \"NSW\"\n    },\n    \"parcels\": [\n        {\n            \"qty\": 1,\n            \"weight\": 33.22,\n            \"length\": 94.00,\n            \"width\": 31.00,\n            \"height\": 57.00\n        },\n        {\n            \"qty\": 1,\n            \"weight\": 8.40,\n            \"length\": 200.00,\n            \"width\": 7.00,\n            \"height\": 8.00\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"http://app.eiz.com.au/api/auth/fulfillments/v2/quote"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"sent\": [\n            {\n                \"shippingMethodId\": 88,\n                \"amount\": null,\n                \"surcharge\": null,\n                \"indexName\": \"fastway_b2c\",\n                \"serviceProvider\": \"Aramex\",\n                \"groupName\": \"SuperFreight\",\n                \"displayName\": \"Fastway\",\n                \"quoteSettings\": null,\n                \"isInsuranceAvailable\": true,\n                \"error\": null\n            },\n            {\n                \"shippingMethodId\": 164,\n                \"amount\": null,\n                \"surcharge\": null,\n                \"indexName\": \"couriersplease_b2c\",\n                \"serviceProvider\": \"Couriers Please\",\n                \"groupName\": \"SuperFreight\",\n                \"displayName\": \"Couriers Please\",\n                \"quoteSettings\": null,\n                \"isInsuranceAvailable\": false,\n                \"error\": null\n            },\n            {\n                \"shippingMethodId\": 167,\n                \"amount\": null,\n                \"surcharge\": null,\n                \"indexName\": \"R\",\n                \"serviceProvider\": \"Allied Express\",\n                \"groupName\": \"SuperFreight\",\n                \"displayName\": \"Road Express\",\n                \"quoteSettings\": null,\n                \"isInsuranceAvailable\": true,\n                \"error\": null\n            },\n            {\n                \"shippingMethodId\": 570,\n                \"amount\": null,\n                \"surcharge\": null,\n                \"indexName\": \"RF_EIZLAZ\",\n                \"serviceProvider\": \"Hunter Express\",\n                \"groupName\": \"SuperFreight\",\n                \"displayName\": \"Hunter Express Road Freight\",\n                \"quoteSettings\": null,\n                \"isInsuranceAvailable\": true,\n                \"error\": null\n            },\n            {\n                \"shippingMethodId\": 327,\n                \"amount\": null,\n                \"surcharge\": null,\n                \"indexName\": \"1. Road Freight\",\n                \"serviceProvider\": \"Hunter Express\",\n                \"groupName\": \"SuperFreight\",\n                \"displayName\": \"Hunter Express Road Freight_eiz\",\n                \"quoteSettings\": null,\n                \"isInsuranceAvailable\": true,\n                \"error\": null\n            },\n            {\n                \"shippingMethodId\": 20,\n                \"amount\": null,\n                \"surcharge\": null,\n                \"indexName\": \"OTHER\",\n                \"serviceProvider\": \"Other\",\n                \"groupName\": \"Others\",\n                \"displayName\": \"Plain label\",\n                \"quoteSettings\": null,\n                \"isInsuranceAvailable\": false,\n                \"error\": null\n            },\n            {\n                \"shippingMethodId\": 636,\n                \"amount\": null,\n                \"surcharge\": null,\n                \"indexName\": \"R\",\n                \"serviceProvider\": \"Allied Express\",\n                \"groupName\": \"SuperFreight\",\n                \"displayName\": \"Road Express\",\n                \"quoteSettings\": null,\n                \"isInsuranceAvailable\": true,\n                \"error\": null\n            }\n        ],\n        \"availableQuotes\": [\n            {\n                \"shippingMethodId\": 20,\n                \"amount\": null,\n                \"surcharge\": null,\n                \"indexName\": \"OTHER\",\n                \"serviceProvider\": \"Other\",\n                \"groupName\": \"Others\",\n                \"displayName\": \"Plain label\",\n                \"quoteSettings\": null,\n                \"breakdown\": null,\n                \"isInsuranceAvailable\": false\n            },\n            {\n                \"shippingMethodId\": 570,\n                \"amount\": 109.41,\n                \"surcharge\": 26,\n                \"indexName\": \"RF_EIZLAZ\",\n                \"serviceProvider\": \"Hunter Express\",\n                \"groupName\": \"SuperFreight\",\n                \"displayName\": \"Hunter Express Road Freight\",\n                \"quoteSettings\": null,\n                \"breakdown\": null,\n                \"isInsuranceAvailable\": true\n            },\n            {\n                \"shippingMethodId\": 327,\n                \"amount\": 106.42,\n                \"surcharge\": 26,\n                \"indexName\": \"1. Road Freight\",\n                \"serviceProvider\": \"Hunter Express\",\n                \"groupName\": \"SuperFreight\",\n                \"displayName\": \"Hunter Express Road Freight_eiz\",\n                \"quoteSettings\": null,\n                \"breakdown\": null,\n                \"isInsuranceAvailable\": true\n            },\n            {\n                \"shippingMethodId\": 636,\n                \"amount\": 73.86,\n                \"surcharge\": 43.11,\n                \"indexName\": \"R\",\n                \"serviceProvider\": \"Allied Express\",\n                \"groupName\": \"SuperFreight\",\n                \"displayName\": \"Road Express\",\n                \"quoteSettings\": null,\n                \"breakdown\": {\n                    \"remoteAreaSurcharge\": 0,\n                    \"rateLevelSurcharge\": 7.81,\n                    \"totalQuote\": 73.86,\n                    \"apiQuote\": 30.76,\n                    \"gstSurcharge\": 6.72,\n                    \"fuelSurcharge\": 12.58,\n                    \"maxSurcharge\": 16\n                },\n                \"isInsuranceAvailable\": true\n            }\n        ],\n        \"errors\": []\n    },\n    \"status\": 200,\n    \"message\": \"\",\n    \"result\": true,\n    \"errorCode\": \"\"\n}"}],"_postman_id":"6b0419e2-3aa9-4242-8a08-2a578836d2b2"}],"id":"2ea6e7bb-b4cb-403d-bfde-c7f6f96fe369","_postman_id":"2ea6e7bb-b4cb-403d-bfde-c7f6f96fe369","description":""},{"name":"Catalog (Product)","item":[{"name":"getproducts","id":"a684bfab-6a7b-487b-95d8-d0712e5515f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"token"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://app.eiz.com.au/api/auth/catalog/products?size=50&pageIndex=0","description":"<p>Request Data</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Param</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Is required</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>size</td>\n<td>int</td>\n<td>N</td>\n<td>Number of record per page</td>\n</tr>\n<tr>\n<td>pageIndex</td>\n<td>int</td>\n<td>N</td>\n<td>Index of page</td>\n</tr>\n<tr>\n<td>search</td>\n<td>string</td>\n<td>N</td>\n<td>searching key word</td>\n</tr>\n<tr>\n<td>searchin</td>\n<td>string</td>\n<td>N</td>\n<td>Search type [sku]</td>\n</tr>\n</tbody>\n</table>\n</div><p>Response Data</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Param</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","auth","catalog","products"],"host":["app","eiz","com","au"],"query":[{"description":{"content":"<p>Quantity displayed per page</p>\n","type":"text/plain"},"key":"size","value":"50"},{"description":{"content":"<p>Page number</p>\n","type":"text/plain"},"key":"pageIndex","value":"0"}],"variable":[]}},"response":[{"id":"a0f238a4-d98e-4707-9d0f-63bde9d1163d","name":"Get Product by SKU","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/auth/catalog/products?search=test&searchin=sku","host":["{{base_url}}"],"path":["api","auth","catalog","products"],"query":[{"key":"search","value":"test","description":"SKU for search"},{"key":"searchin","value":"sku","description":"Search by"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 04 May 2022 04:53:21 GMT"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"omsVersion","value":"1"},{"key":"ETag","value":"\"a44536e68225f99543bc461353865fb4a7264cac\""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE,OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization, X-Requested-With, X-Auth-Token, Content-Type"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Length","value":"3949"},{"key":"Connection","value":"close"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"id\": 21295,\n            \"account_id\": 1,\n            \"product_id\": 21218,\n            \"sku\": \"test123456\",\n            \"title\": \"中文123\",\n            \"weight\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"quantity\": 0,\n            \"location\": null,\n            \"insured_amount\": null,\n            \"status\": 2,\n            \"custom_label\": \"custom1\",\n            \"custom_label2\": \"custom2\",\n            \"custom_label3\": \"custom3\",\n            \"img_url\": \"\",\n            \"barcode\": null,\n            \"wms_stock\": 0,\n            \"reserved_stock\": 0,\n            \"diff_stock\": 0\n        },\n        {\n            \"id\": 29579,\n            \"account_id\": 1,\n            \"product_id\": 13760,\n            \"sku\": \"Test123\",\n            \"title\": \"Test3210\",\n            \"weight\": 2,\n            \"length\": 13,\n            \"width\": 13,\n            \"height\": 13,\n            \"quantity\": 32,\n            \"location\": null,\n            \"insured_amount\": null,\n            \"status\": 2,\n            \"custom_label\": \"123\",\n            \"custom_label2\": null,\n            \"custom_label3\": null,\n            \"img_url\": \"test1111\",\n            \"barcode\": \"3321231231\",\n            \"wms_stock\": 46,\n            \"reserved_stock\": 0,\n            \"diff_stock\": 14\n        },\n        {\n            \"id\": 29597,\n            \"account_id\": 1,\n            \"product_id\": 29543,\n            \"sku\": \"test\",\n            \"title\": \"test\",\n            \"weight\": 1,\n            \"length\": 1,\n            \"width\": 1,\n            \"height\": 1,\n            \"quantity\": 1,\n            \"location\": null,\n            \"insured_amount\": null,\n            \"status\": 2,\n            \"custom_label\": \"\",\n            \"custom_label2\": \"\",\n            \"custom_label3\": \"\",\n            \"img_url\": \"\",\n            \"barcode\": null,\n            \"wms_stock\": 1,\n            \"reserved_stock\": 0,\n            \"diff_stock\": 0\n        },\n        {\n            \"id\": 29599,\n            \"account_id\": 1,\n            \"product_id\": 29545,\n            \"sku\": \"28-testAAA\",\n            \"title\": \"Electric Fireplace Heater with Realistic Flames & Over Heat Protection\",\n            \"weight\": 14,\n            \"length\": 51,\n            \"width\": 35,\n            \"height\": 62,\n            \"quantity\": 0,\n            \"location\": null,\n            \"insured_amount\": null,\n            \"status\": 2,\n            \"custom_label\": \"28\",\n            \"custom_label2\": \"\",\n            \"custom_label3\": \"\",\n            \"img_url\": null,\n            \"barcode\": null,\n            \"wms_stock\": 0,\n            \"reserved_stock\": 0,\n            \"diff_stock\": 0\n        },\n        {\n            \"id\": 29600,\n            \"account_id\": 1,\n            \"product_id\": 29546,\n            \"sku\": \"28-testVVV\",\n            \"title\": \"Children's Laptop with 80 Educational Functions - Pink\",\n            \"weight\": 0.89,\n            \"length\": 33,\n            \"width\": 24,\n            \"height\": 9,\n            \"quantity\": 0,\n            \"location\": null,\n            \"insured_amount\": null,\n            \"status\": 2,\n            \"custom_label\": \"28\",\n            \"custom_label2\": \"\",\n            \"custom_label3\": \"\",\n            \"img_url\": null,\n            \"barcode\": null,\n            \"wms_stock\": 0,\n            \"reserved_stock\": 0,\n            \"diff_stock\": 0\n        },\n        {\n            \"id\": 29601,\n            \"account_id\": 1,\n            \"product_id\": 29547,\n            \"sku\": \"28-testBBB\",\n            \"title\": \"Electric Fireplace Heater with Realistic Flames & Over Heat Protection\",\n            \"weight\": 14,\n            \"length\": 51,\n            \"width\": 35,\n            \"height\": 62,\n            \"quantity\": 0,\n            \"location\": null,\n            \"insured_amount\": null,\n            \"status\": 2,\n            \"custom_label\": \"28\",\n            \"custom_label2\": \"\",\n            \"custom_label3\": \"\",\n            \"img_url\": null,\n            \"barcode\": null,\n            \"wms_stock\": 0,\n            \"reserved_stock\": 0,\n            \"diff_stock\": 0\n        },\n        {\n            \"id\": 29602,\n            \"account_id\": 1,\n            \"product_id\": 29548,\n            \"sku\": \" test-01111\",\n            \"title\": \" test-01111\",\n            \"weight\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"quantity\": 0,\n            \"location\": null,\n            \"insured_amount\": null,\n            \"status\": 2,\n            \"custom_label\": \"\",\n            \"custom_label2\": \"\",\n            \"custom_label3\": \"\",\n            \"img_url\": \"\",\n            \"barcode\": null,\n            \"wms_stock\": 0,\n            \"reserved_stock\": 0,\n            \"diff_stock\": 0\n        },\n        {\n            \"id\": 29874,\n            \"account_id\": 1,\n            \"product_id\": 13765,\n            \"sku\": \"Test12345\",\n            \"title\": \"Test12345\",\n            \"weight\": 1,\n            \"length\": 2,\n            \"width\": 3,\n            \"height\": 4,\n            \"quantity\": 21,\n            \"location\": null,\n            \"insured_amount\": \"5.00\",\n            \"status\": 2,\n            \"custom_label\": \"6\",\n            \"custom_label2\": \"custom2\",\n            \"custom_label3\": \"custom3\",\n            \"img_url\": \"\",\n            \"barcode\": null,\n            \"wms_stock\": 16,\n            \"reserved_stock\": 0,\n            \"diff_stock\": -5\n        },\n        {\n            \"id\": 98263,\n            \"account_id\": 1,\n            \"product_id\": 98349,\n            \"sku\": \"test001-01\",\n            \"title\": \"test001-01\",\n            \"weight\": null,\n            \"length\": null,\n            \"width\": null,\n            \"height\": null,\n            \"quantity\": 1,\n            \"location\": null,\n            \"insured_amount\": null,\n            \"status\": 2,\n            \"custom_label\": \"\",\n            \"custom_label2\": \"\",\n            \"custom_label3\": \"\",\n            \"img_url\": \"\",\n            \"barcode\": null,\n            \"wms_stock\": 15,\n            \"reserved_stock\": 0,\n            \"diff_stock\": 14\n        },\n        {\n            \"id\": 224907,\n            \"account_id\": 1,\n            \"product_id\": 221494,\n            \"sku\": \"AUSDtestbatch001\",\n            \"title\": \"test item\",\n            \"weight\": 2,\n            \"length\": 60,\n            \"width\": 40,\n            \"height\": 60,\n            \"quantity\": 0,\n            \"location\": null,\n            \"insured_amount\": \"1.00\",\n            \"status\": 1,\n            \"custom_label\": null,\n            \"custom_label2\": null,\n            \"custom_label3\": null,\n            \"img_url\": \"\",\n            \"barcode\": null,\n            \"wms_stock\": 0,\n            \"reserved_stock\": 0,\n            \"diff_stock\": 0\n        }\n    ],\n    \"first_page_url\": \"http://172.31.46.238/catalog/catalog/products?page=1\",\n    \"from\": 1,\n    \"last_page\": 7,\n    \"last_page_url\": \"http://172.31.46.238/catalog/catalog/products?page=7\",\n    \"next_page_url\": \"http://172.31.46.238/catalog/catalog/products?page=2\",\n    \"path\": \"http://172.31.46.238/catalog/catalog/products\",\n    \"per_page\": 10,\n    \"prev_page_url\": null,\n    \"to\": 10,\n    \"total\": 68,\n    \"status\": 200\n}"}],"_postman_id":"a684bfab-6a7b-487b-95d8-d0712e5515f2"},{"name":"updateproduct","id":"10238755-3575-4bac-953f-bcad1a28a24c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"token"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"data\":{\r\n        \"title\":\"dsd666\",\r\n        \"sku\":\"testsssfg\",\r\n        \"weight\":1200,\r\n        \"length\":1200,\r\n        \"width\":1200,\r\n        \"height\":1200,\r\n        \"custom_label\":\"11\",\r\n        \"custom_label2\":\"\",\r\n        \"custom_label3\":\"\",\r\n        \"insured_amount\":\"\",\r\n        \"quantity\":1100,\r\n        \"location\":\"\",\r\n        \"barcode\":\"\"\r\n    }\r\n}"},"url":"https://app.eiz.com.au/api/auth/catalog/products/21295","description":"<p><strong>Request data:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>data</td>\n<td>Y</td>\n<td></td>\n</tr>\n<tr>\n<td>data.title</td>\n<td>N</td>\n<td>Product title</td>\n</tr>\n<tr>\n<td>data.sku</td>\n<td>N</td>\n<td>Product SKU</td>\n</tr>\n<tr>\n<td>data.weight</td>\n<td>N</td>\n<td>Product weight (g)</td>\n</tr>\n<tr>\n<td>data.length</td>\n<td>N</td>\n<td>Product length (cm)</td>\n</tr>\n<tr>\n<td>data.width</td>\n<td>N</td>\n<td>Product width (cm)</td>\n</tr>\n<tr>\n<td>data.height</td>\n<td>N</td>\n<td>Product height (cm)</td>\n</tr>\n<tr>\n<td>data.quantity</td>\n<td>N</td>\n<td>Product Quantity</td>\n</tr>\n<tr>\n<td>data.custom_label1</td>\n<td>N</td>\n<td>Custom label 1</td>\n</tr>\n<tr>\n<td>data.custom_label2</td>\n<td>N</td>\n<td>Custom label 2</td>\n</tr>\n<tr>\n<td>data.custom_label3</td>\n<td>N</td>\n<td>Custom label 3</td>\n</tr>\n<tr>\n<td>data.barcode</td>\n<td>N</td>\n<td>Product barcode</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","auth","catalog","products","21295"],"host":["app","eiz","com","au"],"query":[{"disabled":true,"key":"","value":null}],"variable":[]}},"response":[],"_postman_id":"10238755-3575-4bac-953f-bcad1a28a24c"},{"name":"addproduct","id":"8ccf46f5-5aba-4a3c-bf93-bc2e3b2effd6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"token"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"products\":[\r\n        {\r\n            \"id\":\"\",\r\n            \"title\":\"test\",\r\n            \"sku\":\"test-333-eiz\",\r\n            \"weight\":\"\",\r\n            \"length\":\"\",\r\n            \"width\":\"\",\r\n            \"height\":\"\",\r\n            \"custom_label\":\"\",\r\n            \"custom_label2\":\"\",\r\n            \"custom_label3\":\"\",\r\n            \"quantity\":\"\",\r\n            \"location\":\"\",\r\n            \"barcode\":\"\"\r\n        }\r\n    ]\r\n}"},"url":"https://app.eiz.com.au/api/auth/catalog/products","description":"<p><strong>Request data:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>products</td>\n<td>Y</td>\n<td></td>\n</tr>\n<tr>\n<td>products.id</td>\n<td>Y</td>\n<td>Product id</td>\n</tr>\n<tr>\n<td>products.title</td>\n<td>N</td>\n<td>Product title</td>\n</tr>\n<tr>\n<td>products.sku</td>\n<td>N</td>\n<td>Product SKU</td>\n</tr>\n<tr>\n<td>products.weight</td>\n<td>N</td>\n<td>Product weight (g)</td>\n</tr>\n<tr>\n<td>products.length</td>\n<td>N</td>\n<td>Product length (cm)</td>\n</tr>\n<tr>\n<td>products.width</td>\n<td>N</td>\n<td>Product width (cm)</td>\n</tr>\n<tr>\n<td>products.height</td>\n<td>N</td>\n<td>Product height (cm)</td>\n</tr>\n<tr>\n<td>products.quantity</td>\n<td>N</td>\n<td>Product Quantity</td>\n</tr>\n<tr>\n<td>products.custom_label1</td>\n<td>N</td>\n<td>Custom label 1</td>\n</tr>\n<tr>\n<td>products.custom_label2</td>\n<td>N</td>\n<td>Custom label 2</td>\n</tr>\n<tr>\n<td>products.custom_label3</td>\n<td>N</td>\n<td>Custom label 3</td>\n</tr>\n<tr>\n<td>products.barcode</td>\n<td>N</td>\n<td>Product barcode</td>\n</tr>\n<tr>\n<td>products.location</td>\n<td>N</td>\n<td>products location</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","auth","catalog","products"],"host":["app","eiz","com","au"],"query":[],"variable":[]}},"response":[],"_postman_id":"8ccf46f5-5aba-4a3c-bf93-bc2e3b2effd6"},{"name":"products import","id":"b7d30b31-bb45-488a-98ec-30bcfc66bea1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"csv_url\":\"http://localhost/ProductTestData.csv\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.eiz.com.au/api/auth/catalog/importProducts","urlObject":{"protocol":"https","path":["api","auth","catalog","importProducts"],"host":["app","eiz","com","au"],"query":[],"variable":[]}},"response":[{"id":"675d4009-0cbc-441e-86c6-7271e9191e2d","name":"products import success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"csv_url\":\"http://localhost/ProductTestData.csv\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/catalog/importProducts"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"data\": [],\n    \"message\": \"import products success\",\n    \"timestamp\": \"2021-11-24 13:22:17\"\n}"},{"id":"70d86081-74e4-40b1-a62e-632c89e596fd","name":"products import fail","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"csv_url\":\"http://localhost/ProductTestData.csv\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/catalog/importProducts"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": 400,\n    \"data\": null,\n    \"message\": \"params error\",\n    \"timestamp\": \"2021-11-24 13:48:58\"\n}"}],"_postman_id":"b7d30b31-bb45-488a-98ec-30bcfc66bea1"},{"name":"products export","id":"b58c6bf9-3dc6-4fe4-ad95-4178aee8e472","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ids\": [\r\n        216169,\r\n        216170\r\n    ],\r\n    \"search\" : \"测试\",\r\n    \"searchin\" : \"title\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.eiz.com.au/api/auth/catalog/exportProducts","urlObject":{"protocol":"https","path":["api","auth","catalog","exportProducts"],"host":["app","eiz","com","au"],"query":[],"variable":[]}},"response":[{"id":"552493ee-001c-4ce0-8091-6664c54a75c2","name":"products export success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ids\": [\r\n        216169,\r\n        216170\r\n    ],\r\n    \"search\" : \"测试\",\r\n    \"searchin\" : \"title\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/catalog/exportProducts"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"data\": {\n        \"url\": \"https://s3.ap-southeast-2.amazonaws.com/eiz.fileupload/temporary/2021/11/24/619db1617eefc4.25815083.csv\"\n    },\n    \"message\": \"success\",\n    \"timestamp\": \"2021-11-24 14:28:36\"\n}"},{"id":"64fd6d1c-bc12-4d00-8452-343bc7d249e4","name":"products export fail","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ids\": [\r\n        216169,\r\n        216170\r\n    ],\r\n    \"search\" : \"测试\",\r\n    \"searchin\" : \"title\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/catalog/exportProducts"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": 400,\n    \"data\": null,\n    \"message\": \"params error\",\n    \"timestamp\": \"2021-11-24 14:00:26\"\n}"},{"id":"fc5b0277-e593-4ee4-a4b0-24173130da26","name":"products list is empty","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ids\": [\r\n        216169,\r\n        216170\r\n    ],\r\n    \"search\" : \"测试\",\r\n    \"searchin\" : \"title\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/catalog/exportProducts"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": 400,\n    \"data\": null,\n    \"message\": \"products list is empty\",\n    \"timestamp\": \"2021-11-24 14:01:57\"\n}"}],"_postman_id":"b58c6bf9-3dc6-4fe4-ad95-4178aee8e472"},{"name":"update-inventory","id":"085deb97-67b8-47c9-a36a-15e408dc7f9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"token"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-EIZ-API-Version","value":"advanced","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"operationType\": \"1\",\r\n    \"productId\": 4,\r\n    \"stock\": \"12\",\r\n    \"warehouseId\": 12,\r\n    \"warehouseProductId\": 312\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.eiz.com.au/api/auth/catalog/warehouse-products","description":"<p>Update warehouse inventory - stock</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>warehouseProductId</td>\n<td>N</td>\n<td>Warehouse Product ID</td>\n</tr>\n<tr>\n<td>warehouseId</td>\n<td>Y</td>\n<td>Warehouse ID</td>\n</tr>\n<tr>\n<td>productId</td>\n<td>Y</td>\n<td>Product ID</td>\n</tr>\n<tr>\n<td>operationType</td>\n<td>Y</td>\n<td>0: Update stock, 1: increase stock, 2: decrease stock</td>\n</tr>\n<tr>\n<td>stock</td>\n<td>Y</td>\n<td>stock level</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","auth","catalog","warehouse-products"],"host":["app","eiz","com","au"],"query":[],"variable":[]}},"response":[],"_postman_id":"085deb97-67b8-47c9-a36a-15e408dc7f9e"},{"name":"sku-update-inventory","id":"4d0928e6-ec3a-44a3-9ab4-6353c9f796d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"token"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-EIZ-API-Version","value":"advanced","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"stock\": 88,\r\n    \"sku\": \"1636544774244\",\r\n    \"operationType\": 0,\r\n    \"warehouseId\": 7\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.eiz.com.au/api/auth/catalog/warehouseProductUpdateStock","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>operationType</td>\n<td>Y</td>\n<td>0: Update stock, 1: increase stock, 2: decrease stock</td>\n</tr>\n<tr>\n<td>stock</td>\n<td>Y</td>\n<td>Stock level</td>\n</tr>\n<tr>\n<td>sku</td>\n<td>Y</td>\n<td>Product SKU</td>\n</tr>\n<tr>\n<td>warehouseId</td>\n<td>Y</td>\n<td>Warehouse ID</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","auth","catalog","warehouseProductUpdateStock"],"host":["app","eiz","com","au"],"query":[],"variable":[]}},"response":[],"_postman_id":"4d0928e6-ec3a-44a3-9ab4-6353c9f796d2"},{"name":"sku-batch-update-inventory","id":"5f596119-7781-4733-ab1d-e459f27ce06f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"token"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-EIZ-API-Version","value":"advanced","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"data\": [\r\n        {\r\n            \"stock\": 1,\r\n            \"sku\": \"7028\",\r\n            \"operationType\": 0,\r\n            \"warehouseId\": 1\r\n        },\r\n        {\r\n            \"stock\":3,\r\n            \"sku\": \"da123344q\",\r\n            \"operationType\": 0,\r\n            \"warehouseId\": 1\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.eiz.com.au/api/auth/catalog/batchUpdateWarehouseProduct","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>operationType</td>\n<td>Y</td>\n<td>0: Update stock, 1: increase stock, 2: decrease stock</td>\n</tr>\n<tr>\n<td>stock</td>\n<td>Y</td>\n<td>Stock level</td>\n</tr>\n<tr>\n<td>sku</td>\n<td>Y</td>\n<td>Product SKU</td>\n</tr>\n<tr>\n<td>warehouseId</td>\n<td>Y</td>\n<td>Warehouse ID</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","auth","catalog","batchUpdateWarehouseProduct"],"host":["app","eiz","com","au"],"query":[],"variable":[]}},"response":[],"_postman_id":"5f596119-7781-4733-ab1d-e459f27ce06f"}],"id":"575bbbd5-f5f1-4676-a489-72108bc63892","_postman_id":"575bbbd5-f5f1-4676-a489-72108bc63892","description":""},{"name":"EIZ 3PL system","item":[{"name":"Get Fulfillment job status","id":"4c6b2999-93ae-4f62-91d5-a7db954d8b36","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{ENDPOINT}}/logistic/fulfillments/getFulfillmentByFid/{{FID}}.json?token=token","urlObject":{"protocol":"https","path":["logistic","fulfillments","getFulfillmentByFid","{{FID}}.json"],"host":["{{ENDPOINT}}"],"query":[{"key":"token","value":"token"}],"variable":[]}},"response":[{"id":"846758c3-aacc-4caf-b62d-ab6433b8877b","name":"Example of an order that has been Shipped (Multi package)","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://{{ENDPOINT}}/logistic/fulfillments/getFulfillmentByFid/{{FID}}.json?token=token","protocol":"http","host":["{{ENDPOINT}}"],"path":["logistic","fulfillments","getFulfillmentByFid","{{FID}}.json"],"query":[{"key":"token","value":"token"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 08 Mar 2023 01:24:20 GMT"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CAKEPHP=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; path=/; HttpOnly"},{"key":"Set-Cookie","value":"CAKEPHP=o47um4hk4r0gmeoo20doej37u5; path=/; HttpOnly"},{"key":"Content-Length","value":"437"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"ack\": true,\n        \"status\": \"Shipped\",\n        \"tracking\": \"ENV00340025\",\n        \"serviceProvider\": \"Logistics\",\n        \"fulfillmentID\": 42553,\n        \"process_fee\": 4,\n        \"freight_fee\": 6.49,\n        \"packaging_fee\": 0,\n        \"insurance\": 0,\n        \"created\": \"08/07/2019 08:50:45\",\n        \"ship_date\": \"08/07/2019 14:20:19\",\n        \"service\": \"melbourne|regular\",\n        \"customerRef\": \"\",\n        \"customerRef2\": null,\n        \"serialNumber\": \"\",\n        \"parcels\": [\n            {\n                \"weight\": \"0.10\",\n                \"length\": \"8\",\n                \"width\": \"5\",\n                \"height\": \"2\",\n                \"qty\": \"1\"\n            },\n            {\n                \"weight\": \"0.50\",\n                \"length\": \"12\",\n                \"width\": \"12\",\n                \"height\": \"12\",\n                \"qty\": \"2\"\n            }\n        ],\n        \"consignments\": [\n            \"ENV00340025\",\n            \"ENV00340026\",\n            \"ENV00340027\"\n        ]\n    }\n}"},{"id":"fc4f899a-94c2-459c-8fe8-c32a3f223514","name":"Example of an order that has been Shipped Copy","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://{{ENDPOINT}}/logistic/fulfillments/getFulfillmentByFid/{{FID}}.json?token=token","protocol":"http","host":["{{ENDPOINT}}"],"path":["logistic","fulfillments","getFulfillmentByFid","{{FID}}.json"],"query":[{"key":"token","value":"token"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 08 Mar 2023 01:24:20 GMT"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CAKEPHP=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; path=/; HttpOnly"},{"key":"Set-Cookie","value":"CAKEPHP=o47um4hk4r0gmeoo20doej37u5; path=/; HttpOnly"},{"key":"Content-Length","value":"437"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"ack\": true,\n        \"status\": \"Shipped\",\n        \"tracking\": \"ENV00340025\",\n        \"serviceProvider\": \"Logistics\",\n        \"fulfillmentID\": 42553,\n        \"process_fee\": 4,\n        \"freight_fee\": 6.49,\n        \"packaging_fee\": 0,\n        \"insurance\": 0,\n        \"created\": \"08/07/2019 08:50:45\",\n        \"ship_date\": \"08/07/2019 14:20:19\",\n        \"service\": \"melbourne|regular\",\n        \"customerRef\": \"\",\n        \"customerRef2\": null,\n        \"serialNumber\": \"\",\n        \"parcels\": [\n            {\n                \"weight\": \"0.10\",\n                \"length\": \"8\",\n                \"width\": \"5\",\n                \"height\": \"2\",\n                \"qty\": \"1\"\n            }\n        ],\n        \"consignments\": []\n    }\n}"},{"id":"c144c31e-a3fb-47d2-93af-8467f5995333","name":"Example of an order in Processing status","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://{{ENDPOINT}}/logistic/fulfillments/getFulfillmentByFid/{{FID}}.json?token=token","protocol":"http","host":["{{ENDPOINT}}"],"path":["logistic","fulfillments","getFulfillmentByFid","{{FID}}.json"],"query":[{"key":"token","value":"token"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 08 Mar 2023 01:25:17 GMT"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CAKEPHP=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; path=/; HttpOnly"},{"key":"Set-Cookie","value":"CAKEPHP=41t6jl4r337cb86gnle3e8reh7; path=/; HttpOnly"},{"key":"Content-Length","value":"45"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"ack\": true,\n        \"status\": \"Processing\"\n    }\n}"}],"_postman_id":"4c6b2999-93ae-4f62-91d5-a7db954d8b36"},{"name":"Get Quote","id":"789d43f1-45cb-45bc-8c01-7896d6ce9ec8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"token","type":"text"}],"url":"https://{{ENDPOINT}}/logistic/services/calculator.json?sku=GH-331211&qty=1&postcode=3178&suburb=rowville&chargeCode=0&_couriername=melbourne|regular&country=AU","urlObject":{"protocol":"https","path":["logistic","services","calculator.json"],"host":["{{ENDPOINT}}"],"query":[{"key":"sku","value":"GH-331211"},{"key":"qty","value":"1"},{"key":"postcode","value":"3178"},{"key":"suburb","value":"rowville"},{"key":"chargeCode","value":"0"},{"key":"_couriername","value":"melbourne|regular"},{"key":"country","value":"AU"}],"variable":[]}},"response":[],"_postman_id":"789d43f1-45cb-45bc-8c01-7896d6ce9ec8"},{"name":"Create new order","event":[{"listen":"test","script":{"id":"a3806557-f04f-480e-9753-c003faff77f9","exec":[""],"type":"text/javascript","packages":{}}}],"id":"316fc189-67ac-4df4-8fb5-b79aba3e5bd5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"_orderstatus\": \"Processing\",\r\n    \"buyercity\": \"Rowville\",\r\n    \"buyerfullname\": \"Jason XIA1\",\r\n    \"buyerphonenumber\": \"123456\",\r\n    \"buyerpostcode\": \"3178\",\r\n    \"buyerstate\": \"VIC\",\r\n    \"buyeraddress1\": \"8 ROsebank Ct\",\r\n    \"buyeraddress2\": \"\",\r\n    \"buyercountry\": \"AU\",\r\n    \"userid\": \"jason216\",\r\n    \"buyeremail\": \"EIZ@icubic.com.au\",\r\n    \"salesrecordnumber\": \"123411aa\",\r\n    \"_couriername\": \"melbourne|BYO\",\r\n    \"settings\": {\r\n        \"attachments\": [\r\n            {\r\n                \"name\": \"label\",\r\n                \"format\": 1,\r\n                \"url\": \"https://s3.ap-southeast-2.amazonaws.com/eiz.labels/labels/2021/08/04/610a967d89d447.32665126.pdf\"\r\n            }\r\n        ]\r\n    },\r\n    \"items\": [\r\n        {\r\n            \"qty\": 1,\r\n            \"price\": 12,\r\n            \"name\": \"ice maker\",\r\n            \"sku\": \"ML-14-1700-01\"\r\n        },\r\n        {\r\n            \"qty\": 1,\r\n            \"price\": 12,\r\n            \"name\": \"ice maker\",\r\n            \"sku\": \"ML-11-0115-00\"\r\n        },\r\n        {\r\n            \"qty\": 1,\r\n            \"price\": 12,\r\n            \"name\": \"ice maker\",\r\n            \"sku\": \"ML-14-1162-00\"\r\n        },\r\n        {\r\n            \"qty\": 1,\r\n            \"price\": 12,\r\n            \"name\": \"ice maker\",\r\n            \"sku\": \"ML-11-1400-00\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{ENDPOINT}}/logistic/Transactions/newOrder.json?token=token","description":"<p><strong>Request JSON:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>key</th>\n<th>type</th>\n<th>required</th>\n<th>description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_orderstatus</td>\n<td>string</td>\n<td>optional</td>\n<td>Default: \"Processing\" When saving as a draft, put \"Pending\"</td>\n</tr>\n<tr>\n<td>buyercity</td>\n<td>string</td>\n<td><strong>required</strong></td>\n<td>Receiver suburb</td>\n</tr>\n<tr>\n<td>buyerfullname</td>\n<td>string</td>\n<td><strong>required</strong></td>\n<td>Receiver name</td>\n</tr>\n<tr>\n<td>buyerphonenumber</td>\n<td>string</td>\n<td>optional</td>\n<td>Receiver phone number</td>\n</tr>\n<tr>\n<td>buyerpostcode</td>\n<td>string</td>\n<td><strong>required</strong></td>\n<td>Receiver postcode</td>\n</tr>\n<tr>\n<td>buyerstate</td>\n<td>string</td>\n<td><strong>required</strong></td>\n<td>Receiver state</td>\n</tr>\n<tr>\n<td>buyeraddress1</td>\n<td>string</td>\n<td><strong>required</strong></td>\n<td>Receiver address line 1</td>\n</tr>\n<tr>\n<td>buyeraddress2</td>\n<td>string</td>\n<td>optional</td>\n<td>Receiver address lien 2</td>\n</tr>\n<tr>\n<td>buyercountry</td>\n<td>string</td>\n<td>required</td>\n<td><br />  <br />receiver country  <br />  <br /></td>\n</tr>\n<tr>\n<td>userid</td>\n<td>string</td>\n<td>optional</td>\n<td>Receiver user ID</td>\n</tr>\n<tr>\n<td>buyeremail</td>\n<td>string</td>\n<td>optional</td>\n<td>Receiver email</td>\n</tr>\n<tr>\n<td>salesrecordnumber</td>\n<td>string</td>\n<td>optional</td>\n<td>Order sales record number</td>\n</tr>\n<tr>\n<td>_comments</td>\n<td>string</td>\n<td>optional</td>\n<td><br /></td>\n</tr>\n<tr>\n<td>_couriername</td>\n<td>string</td>\n<td><strong>required</strong></td>\n<td>Specify shipping method. Value will be provided with contract E.g. 'EIZ</td>\n</tr>\n<tr>\n<td>items[]</td>\n<td>array</td>\n<td><strong>required</strong></td>\n<td>items array</td>\n</tr>\n<tr>\n<td>items[].qty</td>\n<td>int</td>\n<td><strong>required</strong></td>\n<td>quantity</td>\n</tr>\n<tr>\n<td>items[].price</td>\n<td>float</td>\n<td>optional</td>\n<td>sale price</td>\n</tr>\n<tr>\n<td>items[].name</td>\n<td>string</td>\n<td><strong>required</strong></td>\n<td>Item name</td>\n</tr>\n<tr>\n<td>items[].sku</td>\n<td>string</td>\n<td><strong>required</strong></td>\n<td>Item sku (must exist in product list)</td>\n</tr>\n<tr>\n<td>settings</td>\n<td>Obj</td>\n<td>optional</td>\n<td><br /></td>\n</tr>\n<tr>\n<td>settings.attachments[]</td>\n<td>array</td>\n<td>optional</td>\n<td><br /></td>\n</tr>\n<tr>\n<td>settings.attachments[].name</td>\n<td>string</td>\n<td>conditional</td>\n<td>Name of a the label, set \"label\" as default</td>\n</tr>\n<tr>\n<td>settings.attachments[].format</td>\n<td>string</td>\n<td>conditional</td>\n<td>format of the label set 1 for A6 size label</td>\n</tr>\n<tr>\n<td>settings.attachments[].url</td>\n<td>string</td>\n<td>conditional</td>\n<td>url of the label, need to be PDF file</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response JSON:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>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>Response indicator</td>\n</tr>\n<tr>\n<td>transaction</td>\n<td>int</td>\n<td>[FID] Transaction ID. Use this ID for further order related operation</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["logistic","Transactions","newOrder.json"],"host":["{{ENDPOINT}}"],"query":[{"key":"token","value":"token"}],"variable":[]}},"response":[{"id":"d8438996-6b4a-4ad8-a01c-d6e5003919ee","name":"Create new order","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"_orderstatus\": \"Processing\",\r\n    \"buyercity\": \"Rowville\",\r\n    \"buyerfullname\": \"Jason XIA1\",\r\n    \"buyerphonenumber\": \"123456\",\r\n    \"buyerpostcode\": \"3178\",\r\n    \"buyerstate\": \"VIC\",\r\n    \"buyeraddress1\": \"8 ROsebank Ct\",\r\n    \"buyeraddress2\": \"\",\r\n    \"buyercountry\": \"AU\",\r\n    \"userid\": \"jason216\",\r\n    \"buyeremail\": \"EIZ@icubic.com.au\",\r\n    \"salesrecordnumber\": \"123411aa\",\r\n    \"_couriername\": \"melbourne|BYO\",\r\n    \"settings\": {\r\n        \"attachments\": [\r\n            {\r\n                \"name\": \"label\",\r\n                \"format\": 1,\r\n                \"url\": \"https://s3.ap-southeast-2.amazonaws.com/eiz.labels/labels/2021/08/04/610a967d89d447.32665126.pdf\"\r\n            }\r\n        ]\r\n    },\r\n    \"items\": [\r\n        {\r\n            \"qty\": 1,\r\n            \"price\": 12,\r\n            \"name\": \"ice maker\",\r\n            \"sku\": \"28-BBBD\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://{{ENDPOINT}}/logistic/Transactions/newOrder.json?token=token","protocol":"http","host":["{{ENDPOINT}}"],"path":["logistic","Transactions","newOrder.json"],"query":[{"key":"token","value":"token"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 08 Mar 2023 01:13:37 GMT"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CAKEPHP=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; path=/; HttpOnly"},{"key":"Set-Cookie","value":"CAKEPHP=m9p4mojt6lqvs3ttp9p0ll9pk3; path=/; HttpOnly"},{"key":"Content-Length","value":"35"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"transaction\": 8254\n}"}],"_postman_id":"316fc189-67ac-4df4-8fb5-b79aba3e5bd5"},{"name":"Get products and inventory","id":"5e6ffdfb-b451-42bf-9da8-55700548bffb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{ENDPOINT}}/catalog/products/get-products.json?page=1&rows=1&sort=sku&order=asc&token=token","description":"<p>StartFragment</p>\n<p><strong>Response:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>key</th>\n<th>type</th>\n<th>description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>rows</td>\n<td>array</td>\n<td>Product list</td>\n</tr>\n<tr>\n<td>rows[].id</td>\n<td>int</td>\n<td>Product ID</td>\n</tr>\n<tr>\n<td>rows[].sku</td>\n<td>string</td>\n<td>Product SKU</td>\n</tr>\n<tr>\n<td>rows[].model</td>\n<td>string</td>\n<td>Product model</td>\n</tr>\n<tr>\n<td>rows[].cover</td>\n<td>string</td>\n<td>Product Image</td>\n</tr>\n<tr>\n<td>rows[].price</td>\n<td>float</td>\n<td>Product price</td>\n</tr>\n<tr>\n<td>rows[].cubic</td>\n<td>float</td>\n<td>Product volume</td>\n</tr>\n<tr>\n<td>rows[].cubicweight</td>\n<td>float</td>\n<td>Cubic weight of product</td>\n</tr>\n<tr>\n<td>rows[].measureweight</td>\n<td>float</td>\n<td>weight or cubic weight, which is higher</td>\n</tr>\n<tr>\n<td>rows[].width</td>\n<td>int</td>\n<td>width in cm</td>\n</tr>\n<tr>\n<td>rows[].length</td>\n<td>int</td>\n<td>length in cm</td>\n</tr>\n<tr>\n<td>rows[].depth</td>\n<td>int</td>\n<td>height in cm</td>\n</tr>\n<tr>\n<td>rows[].weight</td>\n<td>int</td>\n<td>weight in g</td>\n</tr>\n<tr>\n<td>rows[].description</td>\n<td>string</td>\n<td>Product description</td>\n</tr>\n<tr>\n<td>rows[].totalqty</td>\n<td>int</td>\n<td>stock quantity</td>\n</tr>\n<tr>\n<td>total</td>\n<td>int</td>\n<td>total products count</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["catalog","products","get-products.json"],"host":["{{ENDPOINT}}"],"query":[{"description":{"content":"<p>current page</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>rows get per page</p>\n","type":"text/plain"},"key":"rows","value":"1"},{"description":{"content":"<p>sort by</p>\n","type":"text/plain"},"key":"sort","value":"sku"},{"description":{"content":"<p>display order (asc/desc), default to asc</p>\n","type":"text/plain"},"key":"order","value":"asc"},{"disabled":true,"description":{"content":"<p>Search a product by SKU or Title</p>\n","type":"text/plain"},"key":"search","value":""},{"key":"token","value":"token"}],"variable":[]}},"response":[{"id":"b599a465-ff7a-430c-8110-95f1b0868863","name":"Get products and inventory","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{ENDPOINT}}/catalog/products/get-products.json?page=1&rows=1&sort=sku&order=asc&token={{TOKEN}}","host":["{{ENDPOINT}}"],"path":["catalog","products","get-products.json"],"query":[{"key":"page","value":"1","description":"current page"},{"key":"rows","value":"1","description":"rows get per page"},{"key":"sort","value":"sku","description":"sort by"},{"key":"order","value":"asc","description":"display order (asc/desc), default to asc"},{"key":"search","value":null,"description":"Search a product by SKU or Title","type":"text","disabled":true},{"key":"token","value":"{{TOKEN}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 06 Mar 2023 02:32:00 GMT"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CAKEPHP=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; path=/; HttpOnly"},{"key":"Set-Cookie","value":"CAKEPHP=d7rcublmhn4ltj9ua5poqjln71; path=/; HttpOnly"},{"key":"Content-Length","value":"2472"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"rows\": [\n        {\n            \"id\": 5414,\n            \"remoteID\": 190002,\n            \"account_id\": 22,\n            \"sku\": \" \\t2015068973072\",\n            \"barcode\": \"\",\n            \"parent_id\": 0,\n            \"kit_qty\": null,\n            \"kit_unit\": null,\n            \"title\": \"SDY-97307  3PCS 1/2\\\" DRIVE CLICK ADJUSTABLE TORQUE WRENCH\",\n            \"float_location\": \"B02A1\",\n            \"price\": 0,\n            \"price_wholesale\": 0,\n            \"price_trading\": 0,\n            \"model\": \"REF97307\",\n            \"tag\": \"\",\n            \"qty\": 0,\n            \"length\": 45,\n            \"width\": 30,\n            \"depth\": 20,\n            \"weight\": 2000,\n            \"description\": \"\",\n            \"specification\": \"\",\n            \"note\": \"\",\n            \"cover\": \"http:////ecms/webroot/upload/image/201609/161474006197523435.jpg\",\n            \"deleted\": false,\n            \"icubic_floatlocation\": \"\",\n            \"icubic_stockincharge\": -1,\n            \"icubic_stockoutcharge\": -1,\n            \"icubic_storagecharge\": null,\n            \"icubic_packaging\": 0,\n            \"B2B_id\": 0,\n            \"eiz_id\": 0,\n            \"eizStockDiff\": 0,\n            \"serialNumberRequired\": false,\n            \"adjustment_time\": null,\n            \"shippments\": [],\n            \"supplierproduct\": null,\n            \"logisticstock\": [],\n            \"listings\": [\n                {\n                    \"id\": \"252527882705\",\n                    \"remote_id\": \"\",\n                    \"mother_id\": \"\",\n                    \"account_id\": 22,\n                    \"template_id\": 0,\n                    \"template_uptodate\": false,\n                    \"shop_id\": 42,\n                    \"SKU\": null,\n                    \"Title\": \"3 PCS 1/2\\\" and 3/8\\\" DRIVE  ADJUSTABLE TORQUE Ratchet WRENCH 28-210nm With CASE\",\n                    \"ListingType\": \"FixedPriceItem\",\n                    \"BuyItNowPrice\": 43.18,\n                    \"platform\": \"ebay\",\n                    \"Quantity\": 76,\n                    \"images\": \"\",\n                    \"feature\": \"\",\n                    \"description\": \"\",\n                    \"ShippingProfileID\": \"99645268017\",\n                    \"PaymentProfileID\": \"101939912017\",\n                    \"ReturnProfileID\": \"94571079017\",\n                    \"note\": null,\n                    \"tag\": \"\",\n                    \"active\": false,\n                    \"_joinData\": {\n                        \"id\": 6027,\n                        \"listing_id\": \"252527882705\",\n                        \"product_id\": 5414,\n                        \"qty\": 1\n                    },\n                    \"content\": false,\n                    \"weight\": false,\n                    \"isvariation\": false,\n                    \"cover\": \"http://thumbs.ebaystatic.com/pict/2525278827056464_1.jpg\",\n                    \"itemnumber\": \"252527882705\",\n                    \"variation\": \"no\"\n                },\n                {\n                    \"id\": \"252456995459\",\n                    \"remote_id\": \"\",\n                    \"mother_id\": \"\",\n                    \"account_id\": 22,\n                    \"template_id\": 0,\n                    \"template_uptodate\": false,\n                    \"shop_id\": 42,\n                    \"SKU\": null,\n                    \"Title\": \"3pcs Gator Grip Universal Socket Wrench Power Drill Adapter Set Repair Tool\",\n                    \"ListingType\": \"StoresFixedPrice\",\n                    \"BuyItNowPrice\": 11.99,\n                    \"platform\": \"ebay\",\n                    \"Quantity\": 20,\n                    \"images\": \"\",\n                    \"feature\": \"\",\n                    \"description\": \"\",\n                    \"ShippingProfileID\": \"94604558017\",\n                    \"PaymentProfileID\": \"94567364017\",\n                    \"ReturnProfileID\": \"94571079017\",\n                    \"note\": null,\n                    \"tag\": \"\",\n                    \"active\": false,\n                    \"_joinData\": {\n                        \"id\": 6167,\n                        \"listing_id\": \"252456995459\",\n                        \"product_id\": 5414,\n                        \"qty\": 1\n                    },\n                    \"content\": false,\n                    \"weight\": false,\n                    \"isvariation\": false,\n                    \"cover\": \"http://thumbs.ebaystatic.com/pict/2524569954596464_1.jpg\",\n                    \"itemnumber\": \"252456995459\",\n                    \"variation\": \"no\"\n                }\n            ],\n            \"locations\": [],\n            \"itemqty\": 0,\n            \"floatstock\": null,\n            \"listed\": 2,\n            \"cubic\": 0.027,\n            \"cubicweight\": 6.75,\n            \"measureweight\": 6.75,\n            \"logisticqty\": 0,\n            \"totalqty\": 0,\n            \"logisticimportedqty\": 0,\n            \"availableQty\": 0\n        }\n    ],\n    \"total\": 40013\n}"}],"_postman_id":"5e6ffdfb-b451-42bf-9da8-55700548bffb"},{"name":"Create/edit products","id":"8601e369-8a3c-4234-a5a6-7bef3149eb1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"{{TOKEN}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"sku\": \"EIZ12311\",\r\n    \"barcode\": \"123123AA\",\r\n    \"title\": \"test\",\r\n    \"length\": 12,\r\n    \"width\": 12,\r\n    \"depth\": 12,\r\n    \"weight\": 120\r\n}","options":{"raw":{"language":"json"}}},"url":"{{ENDPOINT}}/catalog/products/edit.json","description":"<p>StartFragment</p>\n<p><strong>Request JSON:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>key</th>\n<th>type</th>\n<th>required</th>\n<th>description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>sku</td>\n<td>string</td>\n<td><strong>required</strong></td>\n<td>SKU of an item. should be unique</td>\n</tr>\n<tr>\n<td>barcode</td>\n<td>string</td>\n<td><strong>required</strong></td>\n<td>Barcode of this item. should be unique</td>\n</tr>\n<tr>\n<td>title</td>\n<td>string</td>\n<td><strong>required</strong></td>\n<td>Name of item</td>\n</tr>\n<tr>\n<td>length</td>\n<td>string</td>\n<td><strong>required</strong></td>\n<td>Item length in CM</td>\n</tr>\n<tr>\n<td>width</td>\n<td>string</td>\n<td><strong>required</strong></td>\n<td>Item width in CM</td>\n</tr>\n<tr>\n<td>depth</td>\n<td>string</td>\n<td><strong>required</strong></td>\n<td>Item depth in CM</td>\n</tr>\n<tr>\n<td>weight</td>\n<td>string</td>\n<td><strong>required</strong></td>\n<td>Item weight in gram</td>\n</tr>\n<tr>\n<td>description</td>\n<td>string</td>\n<td>optional</td>\n<td>Brief description of the item</td>\n</tr>\n</tbody>\n</table>\n</div><p>EndFragment</p>\n","urlObject":{"path":["catalog","products","edit.json"],"host":["{{ENDPOINT}}"],"query":[],"variable":[]}},"response":[{"id":"4a763b8a-31a8-4bc6-b715-02745596c85a","name":"New Request","originalRequest":{"method":"POST","header":[{"key":"token","value":"ABC","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"sku\": \"EIZ12311\",\r\n    \"barcode\": \"123123AA\",\r\n    \"title\": \"test\",\r\n    \"length\": 12,\r\n    \"width\": 12,\r\n    \"depth\": 12,\r\n    \"weight\": 120\r\n}","options":{"raw":{"language":"json"}}},"url":"app.icubic.com.au/catalog/products/edit.json"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Mon, 06 Mar 2023 02:37:44 GMT"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CAKEPHP=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; path=/; HttpOnly"},{"key":"Set-Cookie","value":"CAKEPHP=nukkgru3h4aipa2r8298btdkt7; path=/; HttpOnly"},{"key":"Content-Length","value":"35"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"text/html; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\"success\":true,\"product_id\":41645}"}],"_postman_id":"8601e369-8a3c-4234-a5a6-7bef3149eb1c"},{"name":"Create Shipment (ASN)","id":"29f7283f-25e8-42e6-8cc3-e49aebd2784a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"token","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"note\": \"Customer reference number\",\r\n    \"items\": [\r\n        {\r\n            \"sku\": \"ABC0101\",\r\n            \"qty\": 1,\r\n            \"product\": {\r\n                \"barcode\": \"12312312344ff\",\r\n                \"title\": \"test API item\",\r\n                \"price\": 12.1,\r\n                \"description\": \"Test description\",\r\n                \"length\": 12,\r\n                \"width\": 12,\r\n                \"depth\": 12,\r\n                \"weight\": 12\r\n            }\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{ENDPOINT}}/logistic/shippments/add.json?confirmed=1","description":"<p>StartFragment</p>\n<p><strong>Request JSON:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>key</th>\n<th>type</th>\n<th>required</th>\n<th>description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>items[]</td>\n<td>Array</td>\n<td><strong>required</strong></td>\n<td>Item list of ASN</td>\n</tr>\n<tr>\n<td>items[].sku</td>\n<td>string</td>\n<td><strong>required</strong></td>\n<td>SKU of current item</td>\n</tr>\n<tr>\n<td>items[].qty</td>\n<td>int</td>\n<td><strong>required</strong></td>\n<td>Quantity of current item in the shipment</td>\n</tr>\n<tr>\n<td>items[].product</td>\n<td>Object</td>\n<td>conditional</td>\n<td>Required if the SKU is new</td>\n</tr>\n<tr>\n<td>items[].product.barcode</td>\n<td>string</td>\n<td><strong>required</strong></td>\n<td>Barcode of the item</td>\n</tr>\n<tr>\n<td>items[].product.title</td>\n<td>string</td>\n<td><strong>required</strong></td>\n<td>Item title</td>\n</tr>\n<tr>\n<td>items[].product.price</td>\n<td>float</td>\n<td>optional</td>\n<td>Item price</td>\n</tr>\n<tr>\n<td>items[].product.description</td>\n<td>string</td>\n<td>optional</td>\n<td>Item description</td>\n</tr>\n<tr>\n<td>items[].product.length</td>\n<td>int</td>\n<td><strong>required</strong></td>\n<td><br />  <br />Item length (cm)  <br />  <br /></td>\n</tr>\n<tr>\n<td>items[].product.width</td>\n<td>int</td>\n<td><strong>required</strong></td>\n<td>Item width (cm)</td>\n</tr>\n<tr>\n<td>items[].product.depth</td>\n<td>int</td>\n<td><strong>required</strong></td>\n<td>Item depth (cm)</td>\n</tr>\n<tr>\n<td>items[].product.weight</td>\n<td>int</td>\n<td><strong>required</strong></td>\n<td>Item weight (g)</td>\n</tr>\n<tr>\n<td>note</td>\n<td>String</td>\n<td>Optional</td>\n<td>Customer reference number</td>\n</tr>\n</tbody>\n</table>\n</div><p>EndFragment</p>\n","urlObject":{"path":["logistic","shippments","add.json"],"host":["{{ENDPOINT}}"],"query":[{"description":{"content":"<p>1: Confirme directly 0: need to confirm</p>\n","type":"text/plain"},"key":"confirmed","value":"1"}],"variable":[]}},"response":[{"id":"0590bbf4-31e2-4f48-9080-26f2701beb1a","name":"Create Shipment (ASN)","originalRequest":{"method":"POST","header":[{"key":"token","value":"ABC","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"items\": [\r\n        {\r\n            \"sku\": \"ABC0101\",\r\n            \"qty\": 1,\r\n            \"product\": {\r\n                \"barcode\": \"12312312344ff\",\r\n                \"title\": \"test API item\",\r\n                \"price\": 12.1,\r\n                \"description\": \"Test description\",\r\n                \"length\": 12,\r\n                \"width\": 12,\r\n                \"depth\": 12,\r\n                \"weight\": 12\r\n            }\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"app.icubic.com.au/logistic/shippments/add.json"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 06 Mar 2023 02:42:18 GMT"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CAKEPHP=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; path=/; HttpOnly"},{"key":"Set-Cookie","value":"CAKEPHP=jlvs5p8gai06qv7qs1ecke1q36; path=/; HttpOnly"},{"key":"Content-Length","value":"48"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"success\": true,\n        \"shippment_id\": 22356\n    }\n}"}],"_postman_id":"29f7283f-25e8-42e6-8cc3-e49aebd2784a"},{"name":"Get Shipment","id":"1d16e1fc-c925-4126-83ca-36fb6a70d79e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"ABC","type":"text"}],"url":"https://{{ENDPOINT}}/logistic/shippments/view/{{SHIPMENT ID}}.json","description":"<p>Response:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>shippment</td>\n<td></td>\n</tr>\n<tr>\n<td>shipment[].id</td>\n<td>Shipment ID</td>\n</tr>\n<tr>\n<td>shipment[].status</td>\n<td>Shipment status (Preparing / Shipped / Received)</td>\n</tr>\n<tr>\n<td>shipment[].products</td>\n<td>Product list of this shipment</td>\n</tr>\n<tr>\n<td>shipment[].products[].sku</td>\n<td>SKU</td>\n</tr>\n<tr>\n<td>shipment[].products[]._joinData.qty</td>\n<td>Quantity of this SKU in this shipment</td>\n</tr>\n<tr>\n<td>shipment[].products[]._joinData.available</td>\n<td>Available quantity of this SKU in this shipment</td>\n</tr>\n<tr>\n<td>shipment[].products[]._joinData.checked</td>\n<td>Checked quantity of this SKU in this Shipment</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["logistic","shippments","view","{{SHIPMENT ID}}.json"],"host":["{{ENDPOINT}}"],"query":[],"variable":[]}},"response":[{"id":"f282e6a6-3cba-44cb-96a0-9a33f8db4d1f","name":"http://login.kdlogistics.com.au/logistic/shippments.json","originalRequest":{"method":"GET","header":[{"key":"token","value":"ABC","type":"text"}],"url":"http://{{ENDPOINT}}/logistic/shippments/view/{{SHIPMENT ID}}.json"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 06 Mar 2023 02:48:30 GMT"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CAKEPHP=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; path=/; HttpOnly"},{"key":"Set-Cookie","value":"CAKEPHP=62e3d7ld50dncl2o41u7tt2a00; path=/; HttpOnly"},{"key":"Content-Length","value":"1262"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"shippment\": {\n        \"id\": 22356,\n        \"account_id\": 28,\n        \"created\": \"03/06/2023 13:42:18\",\n        \"modified\": \"03/06/2023 13:42:18\",\n        \"status\": \"Preparing\",\n        \"charge_id\": 0,\n        \"shipped_time\": null,\n        \"received_time\": null,\n        \"note\": \"\",\n        \"storage_record\": null,\n        \"isEmpty\": false,\n        \"hide\": false,\n        \"supplier_id\": 0,\n        \"products\": [\n            {\n                \"id\": 41646,\n                \"remoteID\": 594457,\n                \"account_id\": 28,\n                \"sku\": \"ABC0101\",\n                \"barcode\": \"12312312344ff\",\n                \"parent_id\": 0,\n                \"kit_qty\": null,\n                \"kit_unit\": null,\n                \"title\": \"test API item\",\n                \"float_location\": \"\",\n                \"price\": 12.1,\n                \"price_wholesale\": 0,\n                \"price_trading\": 0,\n                \"model\": \"\",\n                \"tag\": \"\",\n                \"qty\": 0,\n                \"length\": 12,\n                \"width\": 12,\n                \"depth\": 12,\n                \"weight\": 12,\n                \"description\": \"\",\n                \"specification\": \"\",\n                \"note\": \"\",\n                \"cover\": \"\",\n                \"deleted\": false,\n                \"icubic_floatlocation\": \"\",\n                \"icubic_stockincharge\": -1,\n                \"icubic_stockoutcharge\": -1,\n                \"icubic_storagecharge\": null,\n                \"icubic_packaging\": 0,\n                \"B2B_id\": 0,\n                \"eiz_id\": 0,\n                \"eizStockDiff\": 0,\n                \"serialNumberRequired\": false,\n                \"adjustment_time\": null,\n                \"_joinData\": {\n                    \"id\": 83743,\n                    \"product_id\": 41646,\n                    \"shippment_id\": 22356,\n                    \"qty\": 1,\n                    \"available\": 0,\n                    \"checked\": 0,\n                    \"log\": \"\",\n                    \"barcode\": \"00041646\"\n                },\n                \"cubic\": 0.001728,\n                \"cubicweight\": 0.432,\n                \"measureweight\": 0.432,\n                \"logisticqty\": 0,\n                \"logisticimportedqty\": 0,\n                \"supplierShippments\": []\n            }\n        ],\n        \"availablecubic\": 0,\n        \"availableweight\": 0,\n        \"cubic\": 0.001728,\n        \"weight\": 0.012,\n        \"week\": 0,\n        \"day\": 0,\n        \"storagechargeoftheweek\": 0,\n        \"totalstoragecharge\": 0\n    }\n}"}],"_postman_id":"1d16e1fc-c925-4126-83ca-36fb6a70d79e"},{"name":"Get Shipment list","id":"b501bae9-8d1f-4a31-ba48-c0c401a7e574","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"token","type":"text"}],"url":"https://{{ENDPOINT}}/logistic/shippments.json?page=1&status=Shipped&search=keyword&note=keyword&receive_date=04/20/2022|05/20/2022","description":"<p><strong>Response:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>shippments</td>\n<td></td>\n</tr>\n<tr>\n<td>shipments[].id</td>\n<td>Shipment ID</td>\n</tr>\n<tr>\n<td>shipments[].status</td>\n<td>Shipment status (Preparing / Shipped / Received)</td>\n</tr>\n<tr>\n<td>shipments[].shipped_time</td>\n<td>Shipped time</td>\n</tr>\n<tr>\n<td>shipments[].received_time</td>\n<td>Received time</td>\n</tr>\n<tr>\n<td>shipments[].note</td>\n<td>Note of the shipment</td>\n</tr>\n<tr>\n<td>shipments[].products</td>\n<td>Product list of this shipment</td>\n</tr>\n<tr>\n<td>shipments[].products[].sku</td>\n<td>SKU</td>\n</tr>\n<tr>\n<td>shipments[].products[]._joinData.qty</td>\n<td>Quantity of this SKU in this shipment</td>\n</tr>\n<tr>\n<td>shipments[].products[]._joinData.available</td>\n<td>Available quantity of this SKU in this shipment</td>\n</tr>\n<tr>\n<td>shipments[].products[]._joinData.checked</td>\n<td>Checked quantity of this SKU in this Shipment</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["logistic","shippments.json"],"host":["{{ENDPOINT}}"],"query":[{"description":{"content":"<p>Page number</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Filter by status (Preparing/Received/Shipped)</p>\n","type":"text/plain"},"key":"status","value":"Shipped"},{"description":{"content":"<p>Search by key words</p>\n","type":"text/plain"},"key":"search","value":"keyword"},{"description":{"content":"<p>Search by note</p>\n","type":"text/plain"},"key":"note","value":"keyword"},{"description":{"content":"<p>Search by date received</p>\n","type":"text/plain"},"key":"receive_date","value":"04/20/2022|05/20/2022"}],"variable":[]}},"response":[{"id":"f1388b85-dd75-4588-aacf-aae147a122ca","name":"Get Shipment list","originalRequest":{"method":"GET","header":[{"key":"token","value":"token","type":"text"}],"url":{"raw":"http://{{ENDPOINT}}/logistic/shippments.json?page=1&status=Shipped","protocol":"http","host":["{{ENDPOINT}}"],"path":["logistic","shippments.json"],"query":[{"key":"page","value":"1","type":"text"},{"key":"status","value":"Shipped","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 14 Mar 2023 02:04:02 GMT"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CAKEPHP=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; path=/; HttpOnly"},{"key":"Set-Cookie","value":"CAKEPHP=kuiii6q34hqals8rr843abojc4; path=/; HttpOnly"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"shippments\": [\n        {\n            \"id\": 15558,\n            \"account_id\": 20,\n            \"created\": \"04/20/2022 12:39:39\",\n            \"modified\": \"03/14/2023 00:02:19\",\n            \"status\": \"Shipped\",\n            \"charge_id\": 0,\n            \"shipped_time\": \"04/20/2022 12:40:42\",\n            \"received_time\": null,\n            \"note\": \"\",\n            \"storage_record\": null,\n            \"isEmpty\": true,\n            \"hide\": false,\n            \"supplier_id\": 0,\n            \"products\": [\n                {\n                    \"id\": 5345,\n                    \"remoteID\": 105793,\n                    \"account_id\": 20,\n                    \"sku\": \"CHR001\",\n                    \"barcode\": \"5345\",\n                    \"parent_id\": 0,\n                    \"kit_qty\": null,\n                    \"kit_unit\": null,\n                    \"title\": \"ChairA\",\n                    \"float_location\": \"101\",\n                    \"price\": 0,\n                    \"price_wholesale\": 0,\n                    \"price_trading\": 0,\n                    \"model\": \"\",\n                    \"tag\": \"\",\n                    \"qty\": 0,\n                    \"length\": 0,\n                    \"width\": 0,\n                    \"depth\": 0,\n                    \"weight\": 0,\n                    \"description\": \"\",\n                    \"specification\": \"\",\n                    \"note\": \"\",\n                    \"cover\": \"\",\n                    \"deleted\": false,\n                    \"icubic_floatlocation\": \"\",\n                    \"icubic_stockincharge\": -1,\n                    \"icubic_stockoutcharge\": -1,\n                    \"icubic_storagecharge\": null,\n                    \"icubic_packaging\": 0,\n                    \"B2B_id\": 0,\n                    \"eiz_id\": 0,\n                    \"eizStockDiff\": 0,\n                    \"serialNumberRequired\": true,\n                    \"adjustment_time\": null,\n                    \"_joinData\": {\n                        \"id\": 64558,\n                        \"product_id\": 5345,\n                        \"shippment_id\": 15558,\n                        \"qty\": 100,\n                        \"available\": 0,\n                        \"checked\": 0,\n                        \"log\": \"\",\n                        \"barcode\": \"00005345\"\n                    },\n                    \"cubic\": 0,\n                    \"cubicweight\": 0,\n                    \"measureweight\": 0,\n                    \"logisticqty\": 0,\n                    \"logisticimportedqty\": 0,\n                    \"supplierShippments\": []\n                },\n                {\n                    \"id\": 5347,\n                    \"remoteID\": 105813,\n                    \"account_id\": 20,\n                    \"sku\": \"CHR003\",\n                    \"barcode\": \"5347\",\n                    \"parent_id\": 0,\n                    \"kit_qty\": null,\n                    \"kit_unit\": null,\n                    \"title\": \"Chair 3\",\n                    \"float_location\": \"107\",\n                    \"price\": 0,\n                    \"price_wholesale\": 0,\n                    \"price_trading\": 0,\n                    \"model\": \"\",\n                    \"tag\": \"\",\n                    \"qty\": 0,\n                    \"length\": 0,\n                    \"width\": 0,\n                    \"depth\": 0,\n                    \"weight\": 0,\n                    \"description\": \"\",\n                    \"specification\": \"\",\n                    \"note\": \"\",\n                    \"cover\": \"\",\n                    \"deleted\": false,\n                    \"icubic_floatlocation\": \"\",\n                    \"icubic_stockincharge\": -1,\n                    \"icubic_stockoutcharge\": -1,\n                    \"icubic_storagecharge\": null,\n                    \"icubic_packaging\": 0,\n                    \"B2B_id\": 0,\n                    \"eiz_id\": 0,\n                    \"eizStockDiff\": 0,\n                    \"serialNumberRequired\": false,\n                    \"adjustment_time\": null,\n                    \"_joinData\": {\n                        \"id\": 64559,\n                        \"product_id\": 5347,\n                        \"shippment_id\": 15558,\n                        \"qty\": 200,\n                        \"available\": 0,\n                        \"checked\": 0,\n                        \"log\": \"\",\n                        \"barcode\": \"00005347\"\n                    },\n                    \"cubic\": 0,\n                    \"cubicweight\": 0,\n                    \"measureweight\": 0,\n                    \"logisticqty\": 0,\n                    \"logisticimportedqty\": 0,\n                    \"supplierShippments\": []\n                }\n            ],\n            \"availablecubic\": 0,\n            \"availableweight\": 0,\n            \"cubic\": 0,\n            \"weight\": 0,\n            \"week\": 0,\n            \"day\": 0,\n            \"storagechargeoftheweek\": 0,\n            \"totalstoragecharge\": 0\n        },\n        {\n            \"id\": 14316,\n            \"account_id\": 20,\n            \"created\": \"02/23/2022 21:16:51\",\n            \"modified\": \"03/14/2023 00:02:07\",\n            \"status\": \"Shipped\",\n            \"charge_id\": 0,\n            \"shipped_time\": \"02/23/2022 21:17:04\",\n            \"received_time\": null,\n            \"note\": \"test\",\n            \"storage_record\": null,\n            \"isEmpty\": true,\n            \"hide\": false,\n            \"supplier_id\": 0,\n            \"products\": [\n                {\n                    \"id\": 5345,\n                    \"remoteID\": 105793,\n                    \"account_id\": 20,\n                    \"sku\": \"CHR001\",\n                    \"barcode\": \"5345\",\n                    \"parent_id\": 0,\n                    \"kit_qty\": null,\n                    \"kit_unit\": null,\n                    \"title\": \"ChairA\",\n                    \"float_location\": \"101\",\n                    \"price\": 0,\n                    \"price_wholesale\": 0,\n                    \"price_trading\": 0,\n                    \"model\": \"\",\n                    \"tag\": \"\",\n                    \"qty\": 0,\n                    \"length\": 0,\n                    \"width\": 0,\n                    \"depth\": 0,\n                    \"weight\": 0,\n                    \"description\": \"\",\n                    \"specification\": \"\",\n                    \"note\": \"\",\n                    \"cover\": \"\",\n                    \"deleted\": false,\n                    \"icubic_floatlocation\": \"\",\n                    \"icubic_stockincharge\": -1,\n                    \"icubic_stockoutcharge\": -1,\n                    \"icubic_storagecharge\": null,\n                    \"icubic_packaging\": 0,\n                    \"B2B_id\": 0,\n                    \"eiz_id\": 0,\n                    \"eizStockDiff\": 0,\n                    \"serialNumberRequired\": true,\n                    \"adjustment_time\": null,\n                    \"_joinData\": {\n                        \"id\": 59936,\n                        \"product_id\": 5345,\n                        \"shippment_id\": 14316,\n                        \"qty\": 10,\n                        \"available\": 0,\n                        \"checked\": 0,\n                        \"log\": \"\",\n                        \"barcode\": \"00005345\"\n                    },\n                    \"cubic\": 0,\n                    \"cubicweight\": 0,\n                    \"measureweight\": 0,\n                    \"logisticqty\": 0,\n                    \"logisticimportedqty\": 0,\n                    \"supplierShippments\": []\n                },\n                {\n                    \"id\": 5347,\n                    \"remoteID\": 105813,\n                    \"account_id\": 20,\n                    \"sku\": \"CHR003\",\n                    \"barcode\": \"5347\",\n                    \"parent_id\": 0,\n                    \"kit_qty\": null,\n                    \"kit_unit\": null,\n                    \"title\": \"Chair 3\",\n                    \"float_location\": \"107\",\n                    \"price\": 0,\n                    \"price_wholesale\": 0,\n                    \"price_trading\": 0,\n                    \"model\": \"\",\n                    \"tag\": \"\",\n                    \"qty\": 0,\n                    \"length\": 0,\n                    \"width\": 0,\n                    \"depth\": 0,\n                    \"weight\": 0,\n                    \"description\": \"\",\n                    \"specification\": \"\",\n                    \"note\": \"\",\n                    \"cover\": \"\",\n                    \"deleted\": false,\n                    \"icubic_floatlocation\": \"\",\n                    \"icubic_stockincharge\": -1,\n                    \"icubic_stockoutcharge\": -1,\n                    \"icubic_storagecharge\": null,\n                    \"icubic_packaging\": 0,\n                    \"B2B_id\": 0,\n                    \"eiz_id\": 0,\n                    \"eizStockDiff\": 0,\n                    \"serialNumberRequired\": false,\n                    \"adjustment_time\": null,\n                    \"_joinData\": {\n                        \"id\": 59937,\n                        \"product_id\": 5347,\n                        \"shippment_id\": 14316,\n                        \"qty\": 20,\n                        \"available\": 0,\n                        \"checked\": 0,\n                        \"log\": \"\",\n                        \"barcode\": \"00005347\"\n                    },\n                    \"cubic\": 0,\n                    \"cubicweight\": 0,\n                    \"measureweight\": 0,\n                    \"logisticqty\": 0,\n                    \"logisticimportedqty\": 0,\n                    \"supplierShippments\": []\n                }\n            ],\n            \"availablecubic\": 0,\n            \"availableweight\": 0,\n            \"cubic\": 0,\n            \"weight\": 0,\n            \"week\": 0,\n            \"day\": 0,\n            \"storagechargeoftheweek\": 0,\n            \"totalstoragecharge\": 0\n        },\n        {\n            \"id\": 14300,\n            \"account_id\": 20,\n            \"created\": \"02/22/2022 14:37:40\",\n            \"modified\": \"03/14/2023 00:02:07\",\n            \"status\": \"Shipped\",\n            \"charge_id\": 0,\n            \"shipped_time\": \"02/22/2022 14:38:03\",\n            \"received_time\": null,\n            \"note\": \"\",\n            \"storage_record\": null,\n            \"isEmpty\": true,\n            \"hide\": false,\n            \"supplier_id\": 0,\n            \"products\": [\n                {\n                    \"id\": 5345,\n                    \"remoteID\": 105793,\n                    \"account_id\": 20,\n                    \"sku\": \"CHR001\",\n                    \"barcode\": \"5345\",\n                    \"parent_id\": 0,\n                    \"kit_qty\": null,\n                    \"kit_unit\": null,\n                    \"title\": \"ChairA\",\n                    \"float_location\": \"101\",\n                    \"price\": 0,\n                    \"price_wholesale\": 0,\n                    \"price_trading\": 0,\n                    \"model\": \"\",\n                    \"tag\": \"\",\n                    \"qty\": 0,\n                    \"length\": 0,\n                    \"width\": 0,\n                    \"depth\": 0,\n                    \"weight\": 0,\n                    \"description\": \"\",\n                    \"specification\": \"\",\n                    \"note\": \"\",\n                    \"cover\": \"\",\n                    \"deleted\": false,\n                    \"icubic_floatlocation\": \"\",\n                    \"icubic_stockincharge\": -1,\n                    \"icubic_stockoutcharge\": -1,\n                    \"icubic_storagecharge\": null,\n                    \"icubic_packaging\": 0,\n                    \"B2B_id\": 0,\n                    \"eiz_id\": 0,\n                    \"eizStockDiff\": 0,\n                    \"serialNumberRequired\": true,\n                    \"adjustment_time\": null,\n                    \"_joinData\": {\n                        \"id\": 59731,\n                        \"product_id\": 5345,\n                        \"shippment_id\": 14300,\n                        \"qty\": 10,\n                        \"available\": 0,\n                        \"checked\": 0,\n                        \"log\": \"\",\n                        \"barcode\": \"00005345\"\n                    },\n                    \"cubic\": 0,\n                    \"cubicweight\": 0,\n                    \"measureweight\": 0,\n                    \"logisticqty\": 0,\n                    \"logisticimportedqty\": 0,\n                    \"supplierShippments\": []\n                },\n                {\n                    \"id\": 5347,\n                    \"remoteID\": 105813,\n                    \"account_id\": 20,\n                    \"sku\": \"CHR003\",\n                    \"barcode\": \"5347\",\n                    \"parent_id\": 0,\n                    \"kit_qty\": null,\n                    \"kit_unit\": null,\n                    \"title\": \"Chair 3\",\n                    \"float_location\": \"107\",\n                    \"price\": 0,\n                    \"price_wholesale\": 0,\n                    \"price_trading\": 0,\n                    \"model\": \"\",\n                    \"tag\": \"\",\n                    \"qty\": 0,\n                    \"length\": 0,\n                    \"width\": 0,\n                    \"depth\": 0,\n                    \"weight\": 0,\n                    \"description\": \"\",\n                    \"specification\": \"\",\n                    \"note\": \"\",\n                    \"cover\": \"\",\n                    \"deleted\": false,\n                    \"icubic_floatlocation\": \"\",\n                    \"icubic_stockincharge\": -1,\n                    \"icubic_stockoutcharge\": -1,\n                    \"icubic_storagecharge\": null,\n                    \"icubic_packaging\": 0,\n                    \"B2B_id\": 0,\n                    \"eiz_id\": 0,\n                    \"eizStockDiff\": 0,\n                    \"serialNumberRequired\": false,\n                    \"adjustment_time\": null,\n                    \"_joinData\": {\n                        \"id\": 59732,\n                        \"product_id\": 5347,\n                        \"shippment_id\": 14300,\n                        \"qty\": 20,\n                        \"available\": 0,\n                        \"checked\": 0,\n                        \"log\": \"\",\n                        \"barcode\": \"00005347\"\n                    },\n                    \"cubic\": 0,\n                    \"cubicweight\": 0,\n                    \"measureweight\": 0,\n                    \"logisticqty\": 0,\n                    \"logisticimportedqty\": 0,\n                    \"supplierShippments\": []\n                }\n            ],\n            \"availablecubic\": 0,\n            \"availableweight\": 0,\n            \"cubic\": 0,\n            \"weight\": 0,\n            \"week\": 0,\n            \"day\": 0,\n            \"storagechargeoftheweek\": 0,\n            \"totalstoragecharge\": 0\n        },\n        {\n            \"id\": 14295,\n            \"account_id\": 20,\n            \"created\": \"02/22/2022 12:12:37\",\n            \"modified\": \"03/14/2023 00:02:07\",\n            \"status\": \"Shipped\",\n            \"charge_id\": 0,\n            \"shipped_time\": \"02/22/2022 12:13:52\",\n            \"received_time\": null,\n            \"note\": \"\",\n            \"storage_record\": null,\n            \"isEmpty\": true,\n            \"hide\": false,\n            \"supplier_id\": 0,\n            \"products\": [\n                {\n                    \"id\": 5345,\n                    \"remoteID\": 105793,\n                    \"account_id\": 20,\n                    \"sku\": \"CHR001\",\n                    \"barcode\": \"5345\",\n                    \"parent_id\": 0,\n                    \"kit_qty\": null,\n                    \"kit_unit\": null,\n                    \"title\": \"ChairA\",\n                    \"float_location\": \"101\",\n                    \"price\": 0,\n                    \"price_wholesale\": 0,\n                    \"price_trading\": 0,\n                    \"model\": \"\",\n                    \"tag\": \"\",\n                    \"qty\": 0,\n                    \"length\": 0,\n                    \"width\": 0,\n                    \"depth\": 0,\n                    \"weight\": 0,\n                    \"description\": \"\",\n                    \"specification\": \"\",\n                    \"note\": \"\",\n                    \"cover\": \"\",\n                    \"deleted\": false,\n                    \"icubic_floatlocation\": \"\",\n                    \"icubic_stockincharge\": -1,\n                    \"icubic_stockoutcharge\": -1,\n                    \"icubic_storagecharge\": null,\n                    \"icubic_packaging\": 0,\n                    \"B2B_id\": 0,\n                    \"eiz_id\": 0,\n                    \"eizStockDiff\": 0,\n                    \"serialNumberRequired\": true,\n                    \"adjustment_time\": null,\n                    \"_joinData\": {\n                        \"id\": 59724,\n                        \"product_id\": 5345,\n                        \"shippment_id\": 14295,\n                        \"qty\": 10,\n                        \"available\": 0,\n                        \"checked\": 0,\n                        \"log\": \"\",\n                        \"barcode\": \"00005345\"\n                    },\n                    \"cubic\": 0,\n                    \"cubicweight\": 0,\n                    \"measureweight\": 0,\n                    \"logisticqty\": 0,\n                    \"logisticimportedqty\": 0,\n                    \"supplierShippments\": []\n                },\n                {\n                    \"id\": 5348,\n                    \"remoteID\": 105745,\n                    \"account_id\": 20,\n                    \"sku\": \"CHR4\",\n                    \"barcode\": \"5348\",\n                    \"parent_id\": 0,\n                    \"kit_qty\": null,\n                    \"kit_unit\": null,\n                    \"title\": \"Chair 4\",\n                    \"float_location\": \"104\",\n                    \"price\": 0,\n                    \"price_wholesale\": 0,\n                    \"price_trading\": 0,\n                    \"model\": \"\",\n                    \"tag\": \"\",\n                    \"qty\": 0,\n                    \"length\": 0,\n                    \"width\": 0,\n                    \"depth\": 0,\n                    \"weight\": 0,\n                    \"description\": \"\",\n                    \"specification\": \"\",\n                    \"note\": \"\",\n                    \"cover\": \"\",\n                    \"deleted\": false,\n                    \"icubic_floatlocation\": \"\",\n                    \"icubic_stockincharge\": -1,\n                    \"icubic_stockoutcharge\": -1,\n                    \"icubic_storagecharge\": null,\n                    \"icubic_packaging\": 0,\n                    \"B2B_id\": 0,\n                    \"eiz_id\": 0,\n                    \"eizStockDiff\": 0,\n                    \"serialNumberRequired\": false,\n                    \"adjustment_time\": null,\n                    \"_joinData\": {\n                        \"id\": 59725,\n                        \"product_id\": 5348,\n                        \"shippment_id\": 14295,\n                        \"qty\": 20,\n                        \"available\": 0,\n                        \"checked\": 0,\n                        \"log\": \"\",\n                        \"barcode\": \"00005348\"\n                    },\n                    \"cubic\": 0,\n                    \"cubicweight\": 0,\n                    \"measureweight\": 0,\n                    \"logisticqty\": 0,\n                    \"logisticimportedqty\": 0,\n                    \"supplierShippments\": []\n                }\n            ],\n            \"availablecubic\": 0,\n            \"availableweight\": 0,\n            \"cubic\": 0,\n            \"weight\": 0,\n            \"week\": 0,\n            \"day\": 0,\n            \"storagechargeoftheweek\": 0,\n            \"totalstoragecharge\": 0\n        }\n    ]\n}"}],"_postman_id":"b501bae9-8d1f-4a31-ba48-c0c401a7e574"},{"name":"Create return","id":"7a37ef3f-cae0-4522-ad59-48eef86e1c34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"from_name\":\"Jason\",\r\n    \"from_phone\":\"0425020216\",\r\n    \"from_email\":\"Jason.xia@eiz.com.au\",\r\n    \"from_address1\":\"8 Rosebank Ct\",\r\n    \"from_address2\":\"\",\r\n    \"from_suburb\":\"ROWVILLE\",\r\n    \"from_state\":\"VIC\",\r\n    \"from_postcode\":\"3178\",\r\n    \"weight\":1,\r\n    \"length\":12,\r\n    \"width\":12,\r\n    \"height\":12\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{ENDPOINT}}/logistic/ReturnJobs/createReturnJobWithLabel?token=token","description":"<p>FULFILLMENT ID can be found in Get Shipment request.</p>\n","urlObject":{"protocol":"https","path":["logistic","ReturnJobs","createReturnJobWithLabel"],"host":["{{ENDPOINT}}"],"query":[{"key":"token","value":"token"}],"variable":[]}},"response":[{"id":"10d94f93-456e-440a-9f5b-602065e90cde","name":"Request to cancel order","originalRequest":{"method":"POST","header":[{"key":"token","value":"ABC","type":"text"}],"url":"http://app.icubic.com.au/logistic/fulfillments/request-cancel-fufillment/382630.json"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Mon, 06 Mar 2023 03:00:21 GMT"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CAKEPHP=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; path=/; HttpOnly"},{"key":"Set-Cookie","value":"CAKEPHP=b3gtgm7t27jb6gkftj3954dn13; path=/; HttpOnly"},{"key":"Content-Length","value":"50"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"text/html; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\"ack\":true,\"message\":\"Cancellation request sent\"}"}],"_postman_id":"7a37ef3f-cae0-4522-ad59-48eef86e1c34"},{"name":"CreateASN","id":"ab0b197e-67a4-4bc0-a7d6-0da39c119fe5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"buyerfullname\": \"Jason\",\r\n    \"buyerphonenumber\": \"0425020216\",\r\n    \"buyeremail\": \"Jason.xia@eiz.com.au\",\r\n    \"buyeraddress1\": \"8 Rosebank Ct\",\r\n    \"buyeraddress2\": \"\",\r\n    \"buyeraddress3\": \"\",\r\n    \"buyercity\": \"ROWVILLE\",\r\n    \"buyerstate\": \"VIC\",\r\n    \"buyercountry\": \"buyercountry\",\r\n    \"buyerpostcode\": \"3178\",\r\n    \"settings\": \"\",\r\n    \"customerID\": \"\",\r\n    \"sscc\": [\r\n        {\r\n            \"SKU\": \"SKU\",\r\n            \"barcode\": \"barcode\",\r\n            \"productName\": \"productName\",\r\n            \"packageQty\": \"packageQty\",\r\n            \"itemQty\": \"itemQty\"\r\n        }\r\n    ],\r\n    \"extra\": {\r\n        \"_id\": 26421911,\r\n        \"AttributeWMS\": true,\r\n        \"CustomerOrder\": \"888001870976401-A\",\r\n        \"UsrEDIMark\": {\r\n            \"UsrEDIMarkForName\": {\r\n                \"type\": \"CustomStringField\",\r\n                \"value\": \"test\"\r\n            },\r\n            \"UsrEDIMarkForCode\": {\r\n                \"type\": \"CustomStringField\",\r\n                \"value\": \"test\"\r\n            },\r\n            \"UsrEDIMarkForAddressLine1\": {\r\n                \"type\": \"CustomStringField\",\r\n                \"value\": \"test\"\r\n            },\r\n            \"UsrEDIMarkForAddressLine2\": {\r\n                \"type\": \"CustomStringField\",\r\n                \"value\": \"test\"\r\n            },\r\n            \"UsrEDIMarkForSuburb\": {\r\n                \"type\": \"CustomStringField\",\r\n                \"value\": \"test\"\r\n            },\r\n            \"UsrEDIMarkForState\": {\r\n                \"type\": \"CustomStringField\",\r\n                \"value\": \"test\"\r\n            },\r\n            \"UsrEDIMarkForPostCode\": {\r\n                \"type\": \"CustomStringField\",\r\n                \"value\": \"test\"\r\n            },\r\n            \"UsrEDIMarkForCountry\": {\r\n                \"type\": \"CustomStringField\",\r\n                \"value\": \"test\"\r\n            },\r\n            \"UsrIsEDIOrder\": {\r\n                \"type\": \"CustomBooleanField\",\r\n                \"value\": \"test\"\r\n            },\r\n            \"UsrEDIOrderNumber\": {\r\n                \"type\": \"CustomStringField\",\r\n                \"value\": \"3b1a5808-42f3-4174-8fc3-a215f6bed3b8\"\r\n            },\r\n            \"UsrEDIDateType\": {\r\n                \"type\": \"CustomStringField\",\r\n                \"value\": \"test\"\r\n            },\r\n            \"UsrEDIApplicationID\": {\r\n                \"type\": \"CustomStringField\",\r\n                \"value\": \"test\"\r\n            },\r\n            \"UsrEDIDepartment\": {\r\n                \"type\": \"CustomStringField\",\r\n                \"value\": \"test\"\r\n            },\r\n            \"UsrEDIDepartmentDescription\": {\r\n                \"type\": \"CustomStringField\",\r\n                \"value\": \"test\"\r\n            },\r\n            \"UsrEDIEventType\": {\r\n                \"type\": \"CustomStringField\",\r\n                \"value\": \"test\"\r\n            },\r\n            \"UsrEDIRegion\": {\r\n                \"type\": \"CustomStringField\",\r\n                \"value\": \"test\"\r\n            },\r\n            \"UsrEDIShipToCode\": {\r\n                \"type\": \"CustomStringField\",\r\n                \"value\": \"test\"\r\n            },\r\n            \"UsrEDIShipToName\": {\r\n                \"type\": \"CustomStringField\",\r\n                \"value\": \"test\"\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"http://{{ENDPOINT}}/UGT/Services/createAsnByData.json?token=UGT","description":"<p>FULFILLMENT ID can be found in Get Shipment request.</p>\n","urlObject":{"protocol":"http","path":["UGT","Services","createAsnByData.json"],"host":["{{ENDPOINT}}"],"query":[{"key":"token","value":"UGT"}],"variable":[]}},"response":[{"id":"86884d65-c9c3-46ec-9810-81f4bc65abbd","name":"Request to cancel order","originalRequest":{"method":"POST","header":[{"key":"token","value":"ABC","type":"text"}],"url":"http://app.icubic.com.au/logistic/fulfillments/request-cancel-fufillment/382630.json"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Mon, 06 Mar 2023 03:00:21 GMT"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CAKEPHP=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; path=/; HttpOnly"},{"key":"Set-Cookie","value":"CAKEPHP=b3gtgm7t27jb6gkftj3954dn13; path=/; HttpOnly"},{"key":"Content-Length","value":"50"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"text/html; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\"ack\":true,\"message\":\"Cancellation request sent\"}"}],"_postman_id":"ab0b197e-67a4-4bc0-a7d6-0da39c119fe5"},{"name":"Create Bunning Packingslip","id":"493d570e-bfd4-4d47-8ee2-c89a05029f27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"PONumber\": \"PONumber\",\r\n    \"deliveryNumber\": \"deliveryNumber\",\r\n    \"deliveryDate\": \"2025-02-22 00:24:01\",\r\n    \"toName\": \"toName\",\r\n    \"toAddress1\": \"\",\r\n    \"toAddress2\": \"\",\r\n    \"toSuburb\": \"toSuburb\",\r\n    \"toPostcode\": \"toPostcode\",\r\n    \"toState\": \"toState\",\r\n    \"products\": [\r\n        {\r\n            \"sku\": \"SKU\",\r\n            \"barcode\": \"barcode\",\r\n            \"title\": \"title\",\r\n            \"qty\": \"qty\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://admin.ugt.eiz.com.au/UGT/Services/createBunPackingslip.json?token=UGT","description":"<p>FULFILLMENT ID can be found in Get Shipment request.</p>\n","urlObject":{"protocol":"http","path":["UGT","Services","createBunPackingslip.json"],"host":["admin","ugt","eiz","com","au"],"query":[{"key":"token","value":"UGT"}],"variable":[]}},"response":[{"id":"d824970a-1b9d-4cf6-89e6-d66d544cc19a","name":"Request to cancel order","originalRequest":{"method":"POST","header":[{"key":"token","value":"ABC","type":"text"}],"url":"http://app.icubic.com.au/logistic/fulfillments/request-cancel-fufillment/382630.json"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Mon, 06 Mar 2023 03:00:21 GMT"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CAKEPHP=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; path=/; HttpOnly"},{"key":"Set-Cookie","value":"CAKEPHP=b3gtgm7t27jb6gkftj3954dn13; path=/; HttpOnly"},{"key":"Content-Length","value":"50"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"text/html; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\"ack\":true,\"message\":\"Cancellation request sent\"}"}],"_postman_id":"493d570e-bfd4-4d47-8ee2-c89a05029f27"},{"name":"Request to cancel order","id":"6832e804-53d1-4bd5-90b7-83e69fb4625e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"{{TOKEN}}","type":"text"}],"url":"https://{{ENDPOINT}}/logistic/fulfillments/request-cancel-fufillment/{{FULFILLMENT ID}}.json","description":"<p>FULFILLMENT ID can be found in Get Shipment request.</p>\n","urlObject":{"protocol":"https","path":["logistic","fulfillments","request-cancel-fufillment","{{FULFILLMENT ID}}.json"],"host":["{{ENDPOINT}}"],"query":[],"variable":[]}},"response":[{"id":"aa6a191d-2926-42eb-acfc-d9b1b90566fc","name":"Request to cancel order","originalRequest":{"method":"POST","header":[{"key":"token","value":"ABC","type":"text"}],"url":"http://app.icubic.com.au/logistic/fulfillments/request-cancel-fufillment/382630.json"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Mon, 06 Mar 2023 03:00:21 GMT"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CAKEPHP=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; path=/; HttpOnly"},{"key":"Set-Cookie","value":"CAKEPHP=b3gtgm7t27jb6gkftj3954dn13; path=/; HttpOnly"},{"key":"Content-Length","value":"50"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"text/html; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\"ack\":true,\"message\":\"Cancellation request sent\"}"}],"_postman_id":"6832e804-53d1-4bd5-90b7-83e69fb4625e"},{"name":"Request to cancel order by FID","id":"f87a3f66-17fb-449b-9c35-ffe237a7ca73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"token","type":"text"}],"url":"https://{{ENDPOINT}}/logistic/fulfillments/cancelFulfillmentByFid/{{FID}}.json","description":"<p>FULFILLMENT ID can be found in Get Shipment request.</p>\n","urlObject":{"protocol":"https","path":["logistic","fulfillments","cancelFulfillmentByFid","{{FID}}.json"],"host":["{{ENDPOINT}}"],"query":[{"disabled":true,"key":"token","value":"token"}],"variable":[]}},"response":[{"id":"cdd0fd17-b782-48d6-8ca5-af9f5150150b","name":"Cancel failed","originalRequest":{"method":"POST","header":[{"key":"token","value":"token","type":"text"}],"url":{"raw":"http://{{ENDPOINT}}/logistic/fulfillments/cancelFulfillmentByFid/{{FID}}.json","protocol":"http","host":["{{ENDPOINT}}"],"path":["logistic","fulfillments","cancelFulfillmentByFid","{{FID}}.json"],"query":[{"key":"token","value":"token","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 21 Mar 2023 10:05:43 GMT"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CAKEPHP=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; path=/; HttpOnly"},{"key":"Set-Cookie","value":"CAKEPHP=p4n9p62t2l1131aink2tgfbn12; path=/; HttpOnly"},{"key":"Content-Length","value":"156"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"success\": false,\n        \"message\": \"Fulfillment cancelled failed due to job has been processed by warehouse. Please contact warehouse for more details.\"\n    }\n}"},{"id":"9a78aaa0-4ea2-4701-8714-34446fc40cc3","name":"Cancel successfully","originalRequest":{"method":"POST","header":[{"key":"token","value":"token","type":"text"}],"url":{"raw":"http://{{ENDPOINT}}/logistic/fulfillments/cancelFulfillmentByFid/{{FID}}.json","protocol":"http","host":["{{ENDPOINT}}"],"path":["logistic","fulfillments","cancelFulfillmentByFid","{{FID}}.json"],"query":[{"key":"token","value":"token","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 21 Mar 2023 10:09:56 GMT"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CAKEPHP=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; path=/; HttpOnly"},{"key":"Set-Cookie","value":"CAKEPHP=ujv98jq42r3ele0h0otk11h6l6; path=/; HttpOnly"},{"key":"Content-Length","value":"87"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"success\": true,\n        \"message\": \"Fulfillment job has been cancalled successfully\"\n    }\n}"}],"_postman_id":"f87a3f66-17fb-449b-9c35-ffe237a7ca73"}],"id":"b069feb6-90cd-48b3-8d41-0f267c8c1c12","description":"<p>Eiz 3PL system uses different authorisation method.</p>\n<p>Simply put provided Auth token in query string or in header, e.g.:</p>\n<p>Query string: xxx.com/operation?token=xxx</p>\n<p>header: token: xxx</p>\n","_postman_id":"b069feb6-90cd-48b3-8d41-0f267c8c1c12"},{"name":"Tools","item":[{"name":"Merge Package","item":[{"name":"mergePackage","id":"df00ae47-76e6-4938-b19a-504a1cf41055","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"merge_type\": 7, \r\n    \"package\": [\r\n        {\r\n            \"packObj\": 0,\r\n            \"qty\": \"1\",\r\n            \"weight\": 5,\r\n            \"length\": 12,\r\n            \"width\": 12,\r\n            \"height\": 6,\r\n            \"reference\": \"\",\r\n            \"package_id\": null\r\n        },\r\n        {\r\n            \"packObj\": 0,\r\n            \"qty\": \"1\",\r\n            \"weight\": 5,\r\n            \"length\": 12,\r\n            \"width\": 54,\r\n            \"height\": 41,\r\n            \"reference\": null,\r\n            \"package_id\": null\r\n        },\r\n        {\r\n            \"packObj\": 0,\r\n            \"qty\": \"2\",\r\n            \"weight\": 1.2,\r\n            \"length\": 11,\r\n            \"width\": 8,\r\n            \"height\": 23,\r\n            \"reference\": null,\r\n            \"package_id\": null\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.eiz.com.au/api/auth/packages/v3/mergePackage","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Merge type</th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td><strong>Stacking</strong>: Items are placed on top of each other to determine total size.</td>\n</tr>\n<tr>\n<td>2</td>\n<td><strong>Side by side</strong>: Items are placed next to each other to determine total size.</td>\n</tr>\n<tr>\n<td>3</td>\n<td><strong>Length combined</strong>: Items are place end to end length wise for total.</td>\n</tr>\n<tr>\n<td>4</td>\n<td><strong>Largest footprint</strong>: Use the biggest item and either place smaller items within or on top</td>\n</tr>\n<tr>\n<td>5</td>\n<td><strong>Total Cube</strong>: Enter the total shipment cube with the greatest length and our system will determine width and height.</td>\n</tr>\n<tr>\n<td>6</td>\n<td><strong>Flexible</strong>: Use the sum of the weight, and leave dimensions blank.</td>\n</tr>\n<tr>\n<td>7</td>\n<td><strong>AI Recommandtion</strong>: Recommended by AI based on the pre-set packages.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"request-data\">Request data</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merge_type</td>\n<td>int</td>\n<td>Yes</td>\n<td>merge_type ( 1 - 7 )</td>\n</tr>\n<tr>\n<td>package</td>\n<td>array</td>\n<td>Yes</td>\n<td>An array of packages to be merged</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Package object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th><strong>Type</strong></th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>packObj</td>\n<td>int</td>\n<td>No</td>\n<td>packObj</td>\n</tr>\n<tr>\n<td>qty</td>\n<td>int</td>\n<td>Yes</td>\n<td>Package quantity</td>\n</tr>\n<tr>\n<td>weight</td>\n<td>String</td>\n<td>Yes</td>\n<td>weight</td>\n</tr>\n<tr>\n<td>length</td>\n<td>String</td>\n<td>Yes</td>\n<td>length</td>\n</tr>\n<tr>\n<td>width</td>\n<td>String</td>\n<td>Yes</td>\n<td>width</td>\n</tr>\n<tr>\n<td>height</td>\n<td>String</td>\n<td>Yes</td>\n<td>height</td>\n</tr>\n<tr>\n<td>reference</td>\n<td>String</td>\n<td>No</td>\n<td>reference</td>\n</tr>\n<tr>\n<td>package_id</td>\n<td>int</td>\n<td>No</td>\n<td>package_id in EIZ system.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"example-request-1-type-1，2，3，4，5，7\">Example request 1 (type =1，2，3，4，5，7)</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"merge_type\": 1,\n    \"package\": [\n        {\n            \"packObj\": 0,\n            \"qty\": 1,\n            \"weight\": 2.2,\n            \"length\": 10,\n            \"width\": 11,\n            \"height\": 12,\n            \"reference\": \"\",\n            \"package_id\": null\n        },\n        {\n            \"packObj\": 0,\n            \"qty\": 1,\n            \"weight\": 1.41,\n            \"length\": 14,\n            \"width\": 20,\n            \"height\": 9,\n            \"reference\": \"\",\n            \"package_id\": null\n        }\n    ]\n}\n\n</code></pre>\n<h2 id=\"example-request-2-type--6\">Example request 2 (type = 6)</h2>\n<p>Merge type 6 requires read_package object, which is different from other types listed in the above example request 1.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"merge_type\": 6,\n    \"package\": [\n        {\n            \"packObj\": 0,\n            \"qty\": 1,\n            \"weight\": 2.2,\n            \"length\": 10,\n            \"width\": 11,\n            \"height\": 12,\n            \"reference\": \"\",\n            \"package_id\": null\n        },\n        {\n            \"packObj\": 0,\n            \"qty\": 1,\n            \"weight\": 1.41,\n            \"length\": 14,\n            \"width\": 20,\n            \"height\": 9,\n            \"reference\": \"\",\n            \"package_id\": null\n        }\n    ],\n    \"read_package\": {\n        \"qty\": 1,\n        \"weight\": null,\n        \"length\": \"10\",\n        \"width\": \"8\",\n        \"height\": \"8\",\n        \"reference\": null\n    }\n}\n\n</code></pre>\n<h2 id=\"response-data\">response data</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status</td>\n<td>int</td>\n<td>Response status</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Array</td>\n<td>An array of merged packages</td>\n</tr>\n<tr>\n<td>message</td>\n<td>string</td>\n<td>Failure message</td>\n</tr>\n<tr>\n<td>timestamp</td>\n<td>string</td>\n<td>timestamp</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","auth","packages","v3","mergePackage"],"host":["app","eiz","com","au"],"query":[],"variable":[]}},"response":[{"id":"65c186c5-f9d7-4b8f-abc4-307ab7cd0716","name":"merge succese","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"merge_type\": 7, \r\n    \"package\": [\r\n        {\r\n            \"packObj\": 0,\r\n            \"qty\": \"1\",\r\n            \"weight\": 5,\r\n            \"length\": 12,\r\n            \"width\": 12,\r\n            \"height\": 6,\r\n            \"reference\": \"\",\r\n            \"package_id\": null\r\n        },\r\n        {\r\n            \"packObj\": 0,\r\n            \"qty\": \"1\",\r\n            \"weight\": 5,\r\n            \"length\": 12,\r\n            \"width\": 54,\r\n            \"height\": 41,\r\n            \"reference\": null,\r\n            \"package_id\": null\r\n        },\r\n        {\r\n            \"packObj\": 0,\r\n            \"qty\": \"2\",\r\n            \"weight\": 1.2,\r\n            \"length\": 11,\r\n            \"width\": 8,\r\n            \"height\": 23,\r\n            \"reference\": null,\r\n            \"package_id\": null\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.eiz.com.au/api/auth/packages/v3/mergePackage"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 11 May 2023 00:00:38 GMT"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"omsVersion","value":"1"},{"key":"ETag","value":"\"d1862005a8c2ece02855112bd407531f1b056a25\""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE,OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization, X-Requested-With, X-Auth-Token, Content-Type"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Length","value":"349"},{"key":"Connection","value":"close"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"data\": [\n        {\n            \"type\": 1,\n            \"name\": \"testdsfdfsfds\",\n            \"weight\": 12.4,\n            \"length\": 60,\n            \"width\": 40,\n            \"height\": 60,\n            \"account_id\": 1,\n            \"packObj\": {\n                \"id\": 151,\n                \"type\": 1,\n                \"name\": \"testdsfdfsfds\",\n                \"weight\": 12.4,\n                \"length\": 60,\n                \"width\": 40,\n                \"height\": 60,\n                \"account_id\": 1,\n                \"code\": []\n            },\n            \"package_id\": 151,\n            \"qty\": 1,\n            \"reference\": \"\",\n            \"cubic\": 0.144\n        }\n    ],\n    \"message\": \"\",\n    \"timestamp\": \"2023-05-11 10:00:38\"\n}"},{"id":"eb5392fe-9222-48de-bd7c-5cd5c00b8e77","name":"merge Failed","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"merge_type\": 6,\r\n    \"package\": [\r\n        {\r\n            \"packObj\": 0,\r\n            \"qty\": 1,\r\n            \"weight\": 2.2,\r\n            \"length\": \"80\",\r\n            \"width\": 11,\r\n            \"height\": 12,\r\n            \"reference\": \"\",\r\n            \"package_id\": null\r\n        },\r\n        {\r\n            \"packObj\": 0,\r\n            \"qty\": 1,\r\n            \"weight\": 1.41,\r\n            \"length\": \"140\",\r\n            \"width\": \"220\",\r\n            \"height\": 9,\r\n            \"reference\": \"\",\r\n            \"package_id\": null\r\n        }\r\n    ],\r\n    \"read_package\": {\r\n        \"qty\": 1,\r\n        \"weight\": null,\r\n        \"length\": \"100\",\r\n        \"width\": \"80\",\r\n        \"height\": \"80\",\r\n        \"reference\": null\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.eiz.com.au/api/auth/packages/v3/mergePackage"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 11 May 2023 02:31:17 GMT"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"omsVersion","value":"1"},{"key":"ETag","value":"\"c6f23d0e0fd51036ebdb2894c71578c58200b76a\""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE,OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization, X-Requested-With, X-Auth-Token, Content-Type"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Length","value":"156"},{"key":"Connection","value":"close"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 400,\n    \"data\": null,\n    \"message\": \"Failed to merge packages. Please check package information and package restrictions\",\n    \"timestamp\": \"2023-05-11 12:31:17\"\n}"}],"_postman_id":"df00ae47-76e6-4938-b19a-504a1cf41055"}],"id":"5797f9bf-3532-49dc-8a75-3906ea39a6ff","_postman_id":"5797f9bf-3532-49dc-8a75-3906ea39a6ff","description":""}],"id":"d10a134d-dce1-4956-9b67-e63a015f5eb7","_postman_id":"d10a134d-dce1-4956-9b67-e63a015f5eb7","description":""}],"event":[{"listen":"prerequest","script":{"id":"13eb82c6-d6e2-4433-85bb-0d450ac143cb","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"4ce0d712-5bbb-4873-8b30-7007053c43b4","type":"text/javascript","exec":[""]}}],"variable":[{"key":"baseUrl","value":"https://app.eiz.com.au"},{"key":"token","value":"token"}]}