{"info":{"_postman_id":"6f4ff79f-bf37-40b5-87e0-c29d8aba988f","name":"eHub Interfaces","description":"<html><head></head><body><h1 id=\"warranty\">Warranty</h1>\n<p>Exertis UK does not provide any warranty as to the availability, performance, accuracy or suitability of the API or data provided by it. Exertis shall not be liable for any loss whatsoever which might arise from the use of this API. Exertis reserve the right to change, withdraw or replace the API at any time without notice, or refuse or remove access to it. By using these APIs you agree to our standard acceptable usage policy as published at <a href=\"https://www.exertis.co.uk/policy-accept.php\">https://www.exertis.co.uk/policy-accept.php</a></p>\n<h1 id=\"getting-started\">Getting started</h1>\n<p>Before you can register with eHUB, you must be a customer of Exertis UK.</p>\n<p>If you are not a customer, then please use the <a href=\"https://ehub.exertis.co.uk/contact/\">contact us </a> page to request an account.</p>\n<p><strong>Please Note</strong>: it can take several days to create your account, depending on the checks required</p>\n<h1 id=\"registration\">Registration</h1>\n<p>Once you have an Exeris UK account, you can then register for eHUB access via the registration page <a href=\"https://ehub.exertis.co.uk/register/\">register here</a></p>\n<p>Registration requires you to identify your SAP Account Number &amp; Account Manager in order for us to configure your access correctly.</p>\n<p>We also need you to identify the APIs that you want to consume.<br>For customers only requiring price and availability, please only select the P&amp;A API, as this will speed up your onboarding time</p>\n<p>For customers only requiring B&amp;H, please only select the B&amp;H API, as this will speed up your onboarding time</p>\n<p>For customers wanting to place orders via API, please select P&amp;A / orders / status APIs.<br>Once you have submitted your request, you will receive confirmation that it has been sent.<br>Please allow 3-5 days for the account to be setup (depending on which APIs you’ve specified)</p>\n<p>Initially you will be setup with a <strong>TEST</strong> account. Once setup is complete, you will be notified by email, containing instructions on how to proceed</p>\n<h1 id=\"api-consumption\">API Consumption</h1>\n<p>Before you can consume the APIs, you will need to obtain your Identity token, which is then used to create a bearer token - passed in via the header of every API call.</p>\n<p>The bearer token is used to authenticate your access and needs to be renewed every15 minutes.</p>\n<p>To obtain / renew your identity token, you must log into the <a href=\"https://ehub.exertis.co.uk/\">eHUB Portal </a> as an account manager, then follow the instructions to create / renew your Identity token.</p>\n<p>once you have your Identity token, you can then generate your short-lived bearer token, to be used to access Order and Product APIs</p>\n<h1 id=\"testing\">Testing</h1>\n<p>Part of the setup process is to create a small subset of products within your test account.</p>\n<p>When placing orders, you will be expected to have fetched your <a href=\"https://apidocs.ehub.exertis.io/#e4567093-e945-48cb-abfd-b7a5291cf71f\">product catalogue</a> (which provides you with SKU codes, stock levels and pricing) and use this information to place orders.</p>\n<p>We suggest placing several orders, a couple that test the success path, plus a couple of orders that test the failure paths.</p>\n<p>When an order fails, you will be returned a 40x response, with an overview of the issue. You will be expected to handle these issue's, fix and then resubmit.</p>\n<p>*<em>Exertis will not hold / process any failed orders.__*</em></p>\n<p>Successful orders will be received into the PENDING|SENT status. at this point, you will need to contact support and ask them to move the orders on - so that you can then start testing the Status endpoints.</p>\n<p>Once you have completed a number of tests, we can then proceed to putting your account live</p>\n<h1 id=\"go-live-process\">Go Live Process</h1>\n<p>Once testing has been successfully completed, you will need to ask support to create a production account. this account is separate from your test account and will use a different Identity token.</p>\n<p>Again, it may take a couple of days to setup your account, depending on your pricing structure.</p>\n<p>Once setup, and orders sent to this account will be fulfilled, and would be difficult to intercept</p>\n<h1 id=\"error-handling\">Error Handling</h1>\n<p>From time to time, you may have to deal with errors, when making requests on the Exertis API.<br>These can be categories as follows:</p>\n<ul>\n<li><p>Content error – Invalid content in the API request.</p>\n</li>\n<li><p>Network error – Intermittent communication problems between client and server.</p>\n</li>\n<li><p>Server error – A problem on the Exertis servers.</p>\n</li>\n</ul>\n<p>You should be expected to handle errors and ideally have a retry process in-place.</p>\n<h1 id=\"error-codes\">Error codes</h1>\n<p>Exertis uses HTTP response status codes to indicate the success or failure of your API requests.<br>If your request fails, Exertis returns an error using the appropriate status code.</p>\n<p>In general, there are three status code ranges you can expect:</p>\n<ul>\n<li><p>2xx success status codes confirm that your request worked as expected</p>\n</li>\n<li><p>4xx error status codes indicate an error because of the information provided.</p>\n</li>\n<li><p>5xx error status codes indicate an error with Exertis’ servers</p>\n</li>\n</ul>\n<p>if this does not help resolve the issue, then please <a href=\"https://ehub.exertis.co.uk/contact/\">contact us</a></p>\n<h1 id=\"paginating-our-apis\">Paginating our APIs</h1>\n<p>All of our API's that return multiple records will require paginating through.</p>\n<p>You can expect to find these in the \"links\" section in the response. Unless otherwise defined against an API, expected values can be.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>parameter</th>\n<th>example</th>\n<th>description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>self</td>\n<td></td>\n<td>Current URL being used</td>\n</tr>\n<tr>\n<td>first</td>\n<td>page[size]=20</td>\n<td>First page of results</td>\n</tr>\n<tr>\n<td>last</td>\n<td>page[size]=20&amp;page[last]=1</td>\n<td>Last page of results</td>\n</tr>\n<tr>\n<td>prev</td>\n<td>page[size]=20&amp;page[prev]=6683e8a440e9ebabea2a2349-0</td>\n<td>Previous page of records</td>\n</tr>\n<tr>\n<td>next</td>\n<td>page[size]=20&amp;page[after]=6683e8a540e9ebabea2a235c-0</td>\n<td>Next page of records</td>\n</tr>\n</tbody>\n</table>\n</div></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Warranty","slug":"warranty"},{"content":"Getting started","slug":"getting-started"},{"content":"Registration","slug":"registration"},{"content":"API Consumption","slug":"api-consumption"},{"content":"Testing","slug":"testing"},{"content":"Go Live Process","slug":"go-live-process"},{"content":"Error Handling","slug":"error-handling"},{"content":"Error codes","slug":"error-codes"},{"content":"Paginating our APIs","slug":"paginating-our-apis"}],"owner":"1120620","collectionId":"6f4ff79f-bf37-40b5-87e0-c29d8aba988f","publishedId":"2s93Y5Q138","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-12-18T12:37:58.000Z"},"item":[{"name":"Authentication","item":[{"name":"Authenticate","event":[{"listen":"test","script":{"id":"81a23016-2274-4fcb-8690-960a7164b661","exec":["var jsonData = pm.response.json();\r","if(jsonData.data && jsonData.data.bearer && jsonData.data.bearer.token){\r","    pm.environment.set(\"customerBearer\", jsonData.data.bearer.token)\r","}\r",""],"type":"text/javascript","packages":{}}}],"id":"fc941454-1013-41a8-b948-73de87df508a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{accountNumber}}"},{"key":"password","value":"{{identityToken}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept-Version","value":"v1","description":"<p>(Required) </p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://ehub.exertis.io/token/authenticate","urlObject":{"path":["token","authenticate"],"host":["https://ehub.exertis.io"],"query":[],"variable":[]}},"response":[{"id":"49b6808b-e78a-4674-94aa-d55f10b67a56","name":"200 OK - Bearer token refreshed","originalRequest":{"method":"POST","header":[{"description":"(Required) ","key":"Accept-Version","value":"v1"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://ehub.exertis.io/token/authenticate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"timestamp\": 1590000000,\n  \"data\": {\n    \"id\": \"5f5b9b9b9b9b9b9b9b9b9b9b\",\n    \"customer\": \"CUSTOMER_CODE\",\n    \"bearer\": {\n      \"token\": \"3f2504e04f8911d39a0c0305e82c3301\",\n      \"expiry\": 1590000000,\n      \"created\": 1590000000,\n      \"last_access\": 1590000000\n    },\n    \"created\": 1590000000\n  }\n}"},{"id":"c742229a-3808-4f75-801c-fb580f1d5b7a","name":"401 Unauthorized (Unauthenticated)","originalRequest":{"method":"POST","header":[{"description":"(Required) ","key":"Accept-Version","value":"v1"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://ehub.exertis.io/token/authenticate"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"timestamp\": 1590000000,\n  \"data\": {\n    \"reason\": \"Unauthorized\",\n    \"errors\": []\n  }\n}"},{"id":"897e04b7-2382-4d84-979c-da5397fdac9e","name":"403 Forbidden (Unauthorised)","originalRequest":{"method":"POST","header":[{"description":"(Required) ","key":"Accept-Version","value":"v1"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://ehub.exertis.io/token/authenticate"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"timestamp\": 1590000000,\n  \"data\": {\n    \"reason\": \"Forbidden\",\n    \"errors\": []\n  }\n}"},{"id":"74b1f84d-4b16-49fc-94f2-465e95fff931","name":"500 Internal Server Error","originalRequest":{"method":"POST","header":[{"description":"(Required) ","key":"Accept-Version","value":"v1"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://ehub.exertis.io/token/authenticate"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"timestamp\": 1590000000,\n  \"data\": {\n    \"reason\": \"Internal Server Error\",\n    \"errors\": []\n  }\n}"},{"id":"a3aa77a1-35c6-49a6-9aaf-a4acbd266d90","name":"503 Service Unavailable","originalRequest":{"method":"POST","header":[{"description":"(Required) ","key":"Accept-Version","value":"v1"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://ehub.exertis.io/token/authenticate"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"timestamp\": 1590000000,\n  \"data\": {\n    \"reason\": \"503 Service Unavailable\",\n    \"errors\": []\n  }\n}"}],"_postman_id":"fc941454-1013-41a8-b948-73de87df508a"}],"id":"be1ec926-b4e9-418f-8c71-c54e2ca26fa9","description":"<p>Customer facing APIs available for managing API access</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{accountNumber}}"},{"key":"password","value":"{{identityToken}}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"58e4cfd6-8dd6-45ce-8c22-0e2883f53051","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"88cb59f6-cd23-439d-8c86-daeffc45c070","type":"text/javascript","packages":{},"exec":[""]}}],"_postman_id":"be1ec926-b4e9-418f-8c71-c54e2ca26fa9"},{"name":"Order","item":[{"name":"Create Order","event":[{"listen":"test","script":{"id":"a559a63f-a33b-41ac-98eb-79d83d1a429a","exec":[""],"type":"text/javascript"}}],"id":"caef8cae-e412-4f00-9af8-f5d884090b8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) </p>\n","key":"Accept-Version","value":"v1"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"customer_ref\": \"1234_my_order\",\n  \"shipping_address\": {\n    \"title\": \"Mrs\",\n    \"forename\": \"Dan\",\n    \"surname\": \"Tompson\",\n    \"phone\": \"05665656466\",\n    \"mobile\": \"05665656466\",\n    \"email\": \"dant@email.com\",\n    \"organisation\": \"<optional>\",\n    \"address1\": \"Ashwood House\",\n    \"address2\": \"<string: optional>\",\n    \"address3\": \"<string: optional>\",\n    \"town\": \"Basingstoke\",\n    \"county\": \"Hampshire\",\n    \"postcode\": \"RG24 8EH\",\n    \"country\": \"GB\"\n  },\n  \"billing_address\": {\n    \"title\": \"Mr\",\n    \"forename\": \"Bob\",\n    \"surname\": \"Smith\",\n    \"phone\": \"<string: optional>\",\n    \"mobile\": \"<string: optional>\",\n    \"email\": \"bsmith@exertis.co.uk\",\n    \"address1\": \"Ashwood House\",\n    \"postcode\": \"RG24 8EH\",\n    \"organisation\": \"<string: optional>\",\n    \"address2\": \"<string: optional>\",\n    \"address3\": \"<string: optional>\",\n    \"town\": \"Basingstoke\",\n    \"county\": \"Hampshire\",\n    \"country\": \"GB\",\n    \"mailshot\": \"<boolean: optional>\"\n  },\n  \"items\": [\n    {\n      \"sku\": \"sku_123\",\n      \"price\": 10.5,\n      \"qty\": 1\n    },\n    {\n      \"sku\": \"sku_456\",\n      \"price\": 10.5,\n      \"qty\": 1\n    }\n  ],\n  \"order_total\": 17,\n  \"payment\": {\n    \"payment_provider\": \"BARCLAYCARDFUSE|PAYPAL|STRIPE\",\n    \"transaction_id\": \"<TRANSACTION_ID>\",\n    \"transaction_status\": \"AUTHENTICATED|PAID\",\n    \"transaction_details\": \"N/A\",\n    \"capture_details\": \"N/A\",\n    \"payment_amount\": 17,\n    \"payment_taken\": 0,\n    \"payment_refunded\": 0,\n    \"fraud_data\": {\n      \"status\": \"NOTAPPLICABLE|APPROVE|REVIEW|REJECT\",\n      \"score\": \"<float>\",\n      \"id\": \"<integer>\",\n      \"rules\": [\n        \"rule 1\",\n        \"rule 2\"\n      ]\n    }\n  },\n  \"discount_total\": 4,\n  \"delivery_code\": \"<string: optional>\",\n  \"delivery_paid\": \"<float: optional>\",\n  \"comments\": \"<string: optional>\",\n  \"attachments\": [\n    {\n      \"type\": \"proof_of_purchase\",\n      \"link\": \"http://cloudinary/fl-assets\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://ehub.exertis.io/order","description":"<p>To create an order within our system there is a minimum amount of information we require.</p>\n<h2 id=\"minimum-order-payload\">Minimum Order Payload</h2>\n<p>Here is an example or an order with no payment validation required:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"customer_ref\": \"{{YOUR_ORDER_REFERENCE}}\",\n  \"shipping_address\": {\n    \"forename\":\"Dan\",\n    \"surname\": \"Torello\",\n    \"phone\":\"02380\",\n    \"email\": \"danT@email.com\",\n    \"address1\": \"My Delivery House\",\n    \"postcode\": \"GT45 5FD\",\n    \"town\":\"Hampshire\",\n    \"country\":\"GB\"\n  },\n  \"billing_address\": {\n    \"forename\":\"Dan\",\n    \"surname\": \"Torello\",\n    \"email\": \"danT@email.com\",\n    \"address1\": \"My Billing House\",\n    \"postcode\": \"GT45 5FD\"\n  },\n  \"items\": [\n    {\n      \"sku\": \"10288115\",\n      \"price\": 10.5,\n      \"qty\": 1\n    },\n    {\n      \"sku\": \"10288116\",\n      \"price\": 10.5,\n      \"qty\": 1\n    }\n  ],\n    \"order_total\": 21.00\n}\n\n</code></pre>\n<p>You can find other examples on this page, in the examples section. It will show payloads depending on your account type, for example if we are to handle payments then valid payment objects must be passed through.</p>\n<h2 id=\"responses\">Responses</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>HTTP Code</strong></th>\n<th><strong>HTTP Description</strong></th>\n<th><strong>Notes/Possible Solutions</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>201</td>\n<td>Order has been created successfully within our system</td>\n<td></td>\n</tr>\n<tr>\n<td>400</td>\n<td>Possible issue with data structure or data types</td>\n<td>Review errors in response, amend and retry</td>\n</tr>\n<tr>\n<td>401</td>\n<td>Invalid or expired bearer token</td>\n<td>Authenticate again, creating a new bearer token and retry</td>\n</tr>\n<tr>\n<td>409</td>\n<td>Conflict/Duplicate customer reference order number</td>\n<td>Create order with a unique customer_ref and retry</td>\n</tr>\n<tr>\n<td>500/503</td>\n<td>Server/System error</td>\n<td>You should handle intermittent issues with the API calls, and implement a retry process. If this is a prolongued issue, we are aware and will be working hard to rectify the issue</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{customerBearer}}"}]},"isInherited":true,"source":{"_postman_id":"691e8392-c3e4-4285-b6c8-0c78c57f8cf1","id":"691e8392-c3e4-4285-b6c8-0c78c57f8cf1","name":"Order","type":"folder"}},"urlObject":{"path":["order"],"host":["https://ehub.exertis.io"],"query":[],"variable":[]}},"response":[{"id":"2d2b2afa-3fd2-4ec9-960f-c8e05b165599","name":"201 OK - Order Created (FULL)","originalRequest":{"method":"POST","header":[{"key":"Accept-Version","value":"v1","description":"(Required) "},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"customer_ref\": \"1234_my_order\",\n  \"shipping_address\": {\n    \"title\": \"Mr\",\n    \"forename\": \"Dan\",\n    \"surname\": \"Torello\",\n    \"phone\": \"02380\",\n    \"mobile\": \"02380\",\n    \"email\": \"dant@email.com\",\n    \"organisation\": \"Exertis UK Ltd\",\n    \"address1\": \"Ashwood House\",\n    \"address2\": \"Ashwood\",\n    \"address3\": \"Chineham Park\",\n    \"town\": \"Basingstoke\",\n    \"county\": \"Hampshire\",\n    \"postcode\": \"RG24 8EH\",\n    \"country\": \"GB\"\n  },\n  \"billing_address\": {\n    \"title\": \"Mr\",\n    \"forename\": \"Dan\",\n    \"surname\": \"Torello\",\n    \"phone\": \"02380\",\n    \"mobile\": \"02380\",\n    \"email\": \"dant@email.com\",\n    \"organisation\": \"Exertis UK Ltd\",\n    \"address1\": \"Ashwood House\",\n    \"address2\": \"Ashwood\",\n    \"address3\": \"Chineham Park\",\n    \"town\": \"Basingstoke\",\n    \"county\": \"Hampshire\",\n    \"postcode\": \"RG24 8EH\",\n    \"country\": \"GB\",\n    \"mailshot\": \"N\"\n  },\n  \"items\": [\n    {\n      \"sku\": \"10288115\",\n      \"price\": 10.5,\n      \"qty\": 1\n    },\n    {\n      \"sku\": \"10288116\",\n      \"price\": 10.5,\n      \"qty\": 1\n    }\n  ],\n  \"order_total\": 17,\n  \"payment\": {\n    \"payment_provider\": \"BARCLAYCARDFUSE\",\n    \"transaction_id\": \"GIF315_5a3ba7bd6c4c9\",\n    \"transaction_status\": \"PAID\",\n    \"transaction_details\": \"json encoded array\",\n    \"capture_details\": \"json encoded array\",\n    \"payment_amount\": 17,\n    \"payment_taken\": 17,\n    \"payment_refunded\": 0,\n    \"fraud_data\": {\n      \"status\": \"NOTAPPLICABLE\",\n      \"score\": \"0\",\n      \"id\": \"0\",\n      \"rules\": [\n      ]\n    }\n  },\n  \"discounts\": [\n    {\n      \"amount\": 2,\n      \"code\": \"A1BDR3F5AK\",\n      \"product\": \"sku_123\",\n      \"type\": \"ORDER\"\n    },\n    {\n      \"amount\": 2,\n      \"code\": \"A1BDR3F5AK\",\n      \"product\": \"sku_456\",\n      \"type\": \"ORDER\"\n    }\n  ],\n  \"discount_total\": 4,\n  \"delivery_code\": \"000001_UC_A_BSN1\",\n  \"delivery_paid\": 0,\n  \"comments\": \"Order created 2024-01-01 12:00:00\",\n  \"attachments\": [\n    {\n      \"type\": \"proof_of_purchase\",\n      \"link\": \"http://cloudinary/fl-assets\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://ehub.exertis.io/order"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"timestamp\": 1590000000,\n  \"data\": {\n    \"customer_order_ref\": \"1234_my_order\"\n  }\n}"},{"id":"927e1966-b301-40f7-9371-1daa76bcbe34","name":"201 OK - Order Created - No Payment Handling","originalRequest":{"method":"POST","header":[{"key":"Accept-Version","value":"v1","description":"(Required) "},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"customer_ref\": \"1234_my_order\",\n  \"shipping_address\": {\n    \"forename\":\"Dan\",\n    \"surname\": \"Torello\",\n    \"phone\":\"02380\",\n    \"email\": \"danT@email.com\",\n    \"address1\": \"My Delivery House\",\n    \"postcode\": \"GT45 5FD\",\n    \"town\":\"Hampshire\",\n    \"country\":\"GB\"\n  },\n  \"billing_address\": {\n    \"forename\":\"Dan\",\n    \"surname\": \"Torello\",\n    \"email\": \"danT@email.com\",\n    \"address1\": \"My Billing House\",\n    \"postcode\": \"GT45 5FD\"\n  },\n  \"items\": [\n    {\n      \"sku\": \"10288115\",\n      \"price\": 10.5,\n      \"qty\": 1\n    },\n    {\n      \"sku\": \"10288116\",\n      \"price\": 10.5,\n      \"qty\": 1\n    }\n  ],\n    \"order_total\": 21.00\n}\n","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://ehub.exertis.io/order"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"timestamp\": 1590000000,\n  \"data\": {\n    \"customer_order_ref\": \"1234_my_order\"\n  }\n}"},{"id":"a0edfe5f-0426-4143-976b-82dae6dacd72","name":"201 OK - Order Created - Payment Handling","originalRequest":{"method":"POST","header":[{"key":"Accept-Version","value":"v1","description":"(Required) "},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"customer_ref\": \"1234_my_order\",\n  \"shipping_address\": {\n    \"forename\":\"Dan\",\n    \"surname\": \"Torello\",\n    \"phone\":\"02380\",\n    \"email\": \"danT@email.com\",\n    \"address1\": \"My Delivery House\",\n    \"postcode\": \"GT45 5FD\",\n    \"town\":\"Hampshire\",\n    \"country\":\"GB\"\n  },\n  \"billing_address\": {\n    \"forename\":\"Dan\",\n    \"surname\": \"Torello\",\n    \"phone\":\"02380\",\n    \"email\": \"danT@email.com\",\n    \"address1\": \"My Delivery House\",\n    \"postcode\": \"GT45 5FD\",\n    \"town\":\"Hampshire\",\n    \"country\":\"GB\"\n  },\n  \"items\": [\n    {\n      \"sku\": \"10288115\",\n      \"price\": 10.5,\n      \"qty\": 1\n    },\n    {\n      \"sku\": \"10288116\",\n      \"price\": 10.5,\n      \"qty\": 1\n    }\n  ],\n  \"order_total\": 21,\n  \"payment\" : {\n    \"payment_provider\" : \"BARCLAYCARDFUSE\",\n    \"transaction_id\" : \"7084357989166713904953\",\n    \"transaction_status\" : \"AUTHENTICATED\",\n    \"transaction_details\": \"N/A\",\n    \"capture_details\": \"N/A\",\n    \"payment_amount\": 21,\n    \"payment_taken\": 0,\n    \"payment_refunded\": 0\n  },\n  \"delivery_paid\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://ehub.exertis.io/order"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"timestamp\": 1590000000,\n  \"data\": {\n    \"customer_order_ref\": \"1234_my_order\"\n  }\n}"},{"id":"d2f2eaf5-8239-4a50-b19a-b9a784cd8278","name":"400 Bad Request - Data Issue","originalRequest":{"method":"POST","header":[{"key":"Accept-Version","value":"v1","description":"(Required) "},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"customer_ref\": \"1234_my_order\",\n  \"shipping_address\": {\n    \"title\": \"Mr\",\n    \"forename\": \"Dan\",\n    \"surname\": \"Torello\",\n    \"phone\": \"02380\",\n    \"mobile\": \"02380\",\n    \"email\": \"dant@email.com\",\n    \"organisation\": \"Exertis UK Ltd\",\n    \"address1\": \"Ashwood House\",\n    \"address2\": \"Ashwood\",\n    \"address3\": \"Chineham Park\",\n    \"town\": \"Basingstoke\",\n    \"county\": \"Hampshire\",\n    \"postcode\": \"RG24 8EH\",\n    \"country\": \"GB\"\n  },\n  \"billing_address\": {\n    \"title\": \"Mr\",\n    \"forename\": \"Dan\",\n    \"surname\": \"Torello\",\n    \"phone\": \"02380\",\n    \"mobile\": \"02380\",\n    \"email\": \"dant@email.com\",\n    \"organisation\": \"Exertis UK Ltd\",\n    \"address1\": \"Ashwood House\",\n    \"address2\": \"Ashwood\",\n    \"address3\": \"Chineham Park\",\n    \"town\": \"Basingstoke\",\n    \"county\": \"Hampshire\",\n    \"postcode\": \"RG24 8EH\",\n    \"country\": \"GB\",\n    \"mailshot\": \"N\"\n  },\n  \"items\": [\n    {\n      \"sku\": \"sku_123\",\n      \"price\": 10.5,\n      \"qty\": 1\n    },\n    {\n      \"sku\": \"sku_456\",\n      \"price\": 10.5,\n      \"qty\": 1\n    }\n  ],\n  \"order_total\": 17,\n  \"payment\": {\n    \"payment_provider\": \"BARCLAYCARDFUSE\",\n    \"transaction_id\": \"GIF315_5a3ba7bd6c4c9\",\n    \"transaction_status\": \"PAID\",\n    \"transaction_details\": \"json encoded array\",\n    \"capture_details\": \"json encoded array\",\n    \"payment_amount\": 17,\n    \"payment_taken\": 17,\n    \"payment_refunded\": 0,\n    \"fraud_data\": {\n      \"status\": \"NOTAPPLICABLE\",\n      \"score\": \"0\",\n      \"id\": \"0\",\n      \"rules\": [\n      ]\n    }\n  },\n  \"discounts\": [\n    {\n      \"amount\": 2,\n      \"code\": \"A1BDR3F5AK\",\n      \"product\": \"sku_123\",\n      \"type\": \"ORDER\"\n    },\n    {\n      \"amount\": 2,\n      \"code\": \"A1BDR3F5AK\",\n      \"product\": \"sku_456\",\n      \"type\": \"ORDER\"\n    }\n  ],\n  \"discount_total\": 4,\n  \"delivery_code\": \"000001_UC_A_BSN1\",\n  \"delivery_paid\": 0,\n  \"comments\": \"Order created 2024-01-01 12:00:00\",\n  \"attachments\": [\n    {\n      \"type\": \"proof_of_purchase\",\n      \"link\": \"http://cloudinary/fl-assets\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://ehub.exertis.io/order"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"timestamp\": 1590000000,\n  \"data\": {\n    \"reason\": \"Bad Request\",\n    \"errors\": []\n  }\n}"},{"id":"19d45b5e-8281-4252-974b-498496e068c8","name":"401 Unauthorized - Invalid Bearer Token","originalRequest":{"method":"POST","header":[{"key":"Accept-Version","value":"v1","description":"(Required) "},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"customer_ref\": \"1234_my_order\",\n  \"shipping_address\": {\n    \"title\": \"Mr\",\n    \"forename\": \"Dan\",\n    \"surname\": \"Torello\",\n    \"phone\": \"02380\",\n    \"mobile\": \"02380\",\n    \"email\": \"dant@email.com\",\n    \"organisation\": \"Exertis UK Ltd\",\n    \"address1\": \"Ashwood House\",\n    \"address2\": \"Ashwood\",\n    \"address3\": \"Chineham Park\",\n    \"town\": \"Basingstoke\",\n    \"county\": \"Hampshire\",\n    \"postcode\": \"RG24 8EH\",\n    \"country\": \"GB\"\n  },\n  \"billing_address\": {\n    \"title\": \"Mr\",\n    \"forename\": \"Dan\",\n    \"surname\": \"Torello\",\n    \"phone\": \"02380\",\n    \"mobile\": \"02380\",\n    \"email\": \"dant@email.com\",\n    \"organisation\": \"Exertis UK Ltd\",\n    \"address1\": \"Ashwood House\",\n    \"address2\": \"Ashwood\",\n    \"address3\": \"Chineham Park\",\n    \"town\": \"Basingstoke\",\n    \"county\": \"Hampshire\",\n    \"postcode\": \"RG24 8EH\",\n    \"country\": \"GB\",\n    \"mailshot\": \"N\"\n  },\n  \"items\": [\n    {\n      \"sku\": \"sku_123\",\n      \"price\": 10.5,\n      \"qty\": 1\n    },\n    {\n      \"sku\": \"sku_456\",\n      \"price\": 10.5,\n      \"qty\": 1\n    }\n  ],\n  \"order_total\": 17,\n  \"payment\": {\n    \"payment_provider\": \"BARCLAYCARDFUSE\",\n    \"transaction_id\": \"GIF315_5a3ba7bd6c4c9\",\n    \"transaction_status\": \"PAID\",\n    \"transaction_details\": \"json encoded array\",\n    \"capture_details\": \"json encoded array\",\n    \"payment_amount\": 17,\n    \"payment_taken\": 17,\n    \"payment_refunded\": 0,\n    \"fraud_data\": {\n      \"status\": \"NOTAPPLICABLE\",\n      \"score\": \"0\",\n      \"id\": \"0\",\n      \"rules\": [\n      ]\n    }\n  },\n  \"discounts\": [\n    {\n      \"amount\": 2,\n      \"code\": \"A1BDR3F5AK\",\n      \"product\": \"sku_123\",\n      \"type\": \"ORDER\"\n    },\n    {\n      \"amount\": 2,\n      \"code\": \"A1BDR3F5AK\",\n      \"product\": \"sku_456\",\n      \"type\": \"ORDER\"\n    }\n  ],\n  \"discount_total\": 4,\n  \"delivery_code\": \"000001_UC_A_BSN1\",\n  \"delivery_paid\": 0,\n  \"comments\": \"Order created 2024-01-01 12:00:00\",\n  \"attachments\": [\n    {\n      \"type\": \"proof_of_purchase\",\n      \"link\": \"http://cloudinary/fl-assets\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://ehub.exertis.io/order"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"timestamp\": 1590000000,\n  \"data\": {\n    \"reason\": \"Unauthorized\",\n    \"errors\": []\n  }\n}"},{"id":"3fef4de7-b477-43d1-bf89-3b989e766ab7","name":"409 Conflict - Duplicate Order","originalRequest":{"method":"POST","header":[{"key":"Accept-Version","value":"v1","description":"(Required) "},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"customer_ref\": \"1234_my_order\",\n  \"shipping_address\": {\n    \"title\": \"Mr\",\n    \"forename\": \"Dan\",\n    \"surname\": \"Torello\",\n    \"phone\": \"02380\",\n    \"mobile\": \"02380\",\n    \"email\": \"dant@email.com\",\n    \"organisation\": \"Exertis UK Ltd\",\n    \"address1\": \"Ashwood House\",\n    \"address2\": \"Ashwood\",\n    \"address3\": \"Chineham Park\",\n    \"town\": \"Basingstoke\",\n    \"county\": \"Hampshire\",\n    \"postcode\": \"RG24 8EH\",\n    \"country\": \"GB\"\n  },\n  \"billing_address\": {\n    \"title\": \"Mr\",\n    \"forename\": \"Dan\",\n    \"surname\": \"Torello\",\n    \"phone\": \"02380\",\n    \"mobile\": \"02380\",\n    \"email\": \"dant@email.com\",\n    \"organisation\": \"Exertis UK Ltd\",\n    \"address1\": \"Ashwood House\",\n    \"address2\": \"Ashwood\",\n    \"address3\": \"Chineham Park\",\n    \"town\": \"Basingstoke\",\n    \"county\": \"Hampshire\",\n    \"postcode\": \"RG24 8EH\",\n    \"country\": \"GB\",\n    \"mailshot\": \"N\"\n  },\n  \"items\": [\n    {\n      \"sku\": \"sku_123\",\n      \"price\": 10.5,\n      \"qty\": 1\n    },\n    {\n      \"sku\": \"sku_456\",\n      \"price\": 10.5,\n      \"qty\": 1\n    }\n  ],\n  \"order_total\": 17,\n  \"payment\": {\n    \"payment_provider\": \"BARCLAYCARDFUSE\",\n    \"transaction_id\": \"GIF315_5a3ba7bd6c4c9\",\n    \"transaction_status\": \"PAID\",\n    \"transaction_details\": \"json encoded array\",\n    \"capture_details\": \"json encoded array\",\n    \"payment_amount\": 17,\n    \"payment_taken\": 17,\n    \"payment_refunded\": 0,\n    \"fraud_data\": {\n      \"status\": \"NOTAPPLICABLE\",\n      \"score\": \"0\",\n      \"id\": \"0\",\n      \"rules\": [\n      ]\n    }\n  },\n  \"discounts\": [\n    {\n      \"amount\": 2,\n      \"code\": \"A1BDR3F5AK\",\n      \"product\": \"sku_123\",\n      \"type\": \"ORDER\"\n    },\n    {\n      \"amount\": 2,\n      \"code\": \"A1BDR3F5AK\",\n      \"product\": \"sku_456\",\n      \"type\": \"ORDER\"\n    }\n  ],\n  \"discount_total\": 4,\n  \"delivery_code\": \"000001_UC_A_BSN1\",\n  \"delivery_paid\": 0,\n  \"comments\": \"Order created 2024-01-01 12:00:00\",\n  \"attachments\": [\n    {\n      \"type\": \"proof_of_purchase\",\n      \"link\": \"http://cloudinary/fl-assets\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://ehub.exertis.io/order"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"timestamp\": 1590000000,\n  \"data\": {\n    \"reason\": \"Conflict\",\n    \"errors\": []\n  }\n}"},{"id":"91b90b31-951a-4409-b554-ef683ecbaca0","name":"500 Internal Server Error","originalRequest":{"method":"POST","header":[{"key":"Accept-Version","value":"v1","description":"(Required) "},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"customer_ref\": \"1234_my_order\",\n  \"shipping_address\": {\n    \"title\": \"Mr\",\n    \"forename\": \"Dan\",\n    \"surname\": \"Torello\",\n    \"phone\": \"02380\",\n    \"mobile\": \"02380\",\n    \"email\": \"dant@email.com\",\n    \"organisation\": \"Exertis UK Ltd\",\n    \"address1\": \"Ashwood House\",\n    \"address2\": \"Ashwood\",\n    \"address3\": \"Chineham Park\",\n    \"town\": \"Basingstoke\",\n    \"county\": \"Hampshire\",\n    \"postcode\": \"RG24 8EH\",\n    \"country\": \"GB\"\n  },\n  \"billing_address\": {\n    \"title\": \"Mr\",\n    \"forename\": \"Dan\",\n    \"surname\": \"Torello\",\n    \"phone\": \"02380\",\n    \"mobile\": \"02380\",\n    \"email\": \"dant@email.com\",\n    \"organisation\": \"Exertis UK Ltd\",\n    \"address1\": \"Ashwood House\",\n    \"address2\": \"Ashwood\",\n    \"address3\": \"Chineham Park\",\n    \"town\": \"Basingstoke\",\n    \"county\": \"Hampshire\",\n    \"postcode\": \"RG24 8EH\",\n    \"country\": \"GB\",\n    \"mailshot\": \"N\"\n  },\n  \"items\": [\n    {\n      \"sku\": \"sku_123\",\n      \"price\": 10.5,\n      \"qty\": 1\n    },\n    {\n      \"sku\": \"sku_456\",\n      \"price\": 10.5,\n      \"qty\": 1\n    }\n  ],\n  \"order_total\": 17,\n  \"payment\": {\n    \"payment_provider\": \"BARCLAYCARDFUSE\",\n    \"transaction_id\": \"GIF315_5a3ba7bd6c4c9\",\n    \"transaction_status\": \"PAID\",\n    \"transaction_details\": \"json encoded array\",\n    \"capture_details\": \"json encoded array\",\n    \"payment_amount\": 17,\n    \"payment_taken\": 17,\n    \"payment_refunded\": 0,\n    \"fraud_data\": {\n      \"status\": \"NOTAPPLICABLE\",\n      \"score\": \"0\",\n      \"id\": \"0\",\n      \"rules\": [\n      ]\n    }\n  },\n  \"discounts\": [\n    {\n      \"amount\": 2,\n      \"code\": \"A1BDR3F5AK\",\n      \"product\": \"sku_123\",\n      \"type\": \"ORDER\"\n    },\n    {\n      \"amount\": 2,\n      \"code\": \"A1BDR3F5AK\",\n      \"product\": \"sku_456\",\n      \"type\": \"ORDER\"\n    }\n  ],\n  \"discount_total\": 4,\n  \"delivery_code\": \"000001_UC_A_BSN1\",\n  \"delivery_paid\": 0,\n  \"comments\": \"Order created 2024-01-01 12:00:00\",\n  \"attachments\": [\n    {\n      \"type\": \"proof_of_purchase\",\n      \"link\": \"http://cloudinary/fl-assets\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://ehub.exertis.io/order"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"timestamp\": 1590000000,\n  \"data\": {\n    \"reason\": \"Internal Server Error\",\n    \"errors\": []\n  }\n}"},{"id":"16e31d0c-eded-4009-be71-57125548ece9","name":"503 Service Unavailable","originalRequest":{"method":"POST","header":[{"key":"Accept-Version","value":"v1","description":"(Required) "},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"customer_ref\": \"1234_my_order\",\n  \"shipping_address\": {\n    \"title\": \"Mr\",\n    \"forename\": \"Dan\",\n    \"surname\": \"Torello\",\n    \"phone\": \"02380\",\n    \"mobile\": \"02380\",\n    \"email\": \"dant@email.com\",\n    \"organisation\": \"Exertis UK Ltd\",\n    \"address1\": \"Ashwood House\",\n    \"address2\": \"Ashwood\",\n    \"address3\": \"Chineham Park\",\n    \"town\": \"Basingstoke\",\n    \"county\": \"Hampshire\",\n    \"postcode\": \"RG24 8EH\",\n    \"country\": \"GB\"\n  },\n  \"billing_address\": {\n    \"title\": \"Mr\",\n    \"forename\": \"Dan\",\n    \"surname\": \"Torello\",\n    \"phone\": \"02380\",\n    \"mobile\": \"02380\",\n    \"email\": \"dant@email.com\",\n    \"organisation\": \"Exertis UK Ltd\",\n    \"address1\": \"Ashwood House\",\n    \"address2\": \"Ashwood\",\n    \"address3\": \"Chineham Park\",\n    \"town\": \"Basingstoke\",\n    \"county\": \"Hampshire\",\n    \"postcode\": \"RG24 8EH\",\n    \"country\": \"GB\",\n    \"mailshot\": \"N\"\n  },\n  \"items\": [\n    {\n      \"sku\": \"sku_123\",\n      \"price\": 10.5,\n      \"qty\": 1\n    },\n    {\n      \"sku\": \"sku_456\",\n      \"price\": 10.5,\n      \"qty\": 1\n    }\n  ],\n  \"order_total\": 17,\n  \"payment\": {\n    \"payment_provider\": \"BARCLAYCARDFUSE\",\n    \"transaction_id\": \"GIF315_5a3ba7bd6c4c9\",\n    \"transaction_status\": \"PAID\",\n    \"transaction_details\": \"json encoded array\",\n    \"capture_details\": \"json encoded array\",\n    \"payment_amount\": 17,\n    \"payment_taken\": 17,\n    \"payment_refunded\": 0,\n    \"fraud_data\": {\n      \"status\": \"NOTAPPLICABLE\",\n      \"score\": \"0\",\n      \"id\": \"0\",\n      \"rules\": [\n      ]\n    }\n  },\n  \"discounts\": [\n    {\n      \"amount\": 2,\n      \"code\": \"A1BDR3F5AK\",\n      \"product\": \"sku_123\",\n      \"type\": \"ORDER\"\n    },\n    {\n      \"amount\": 2,\n      \"code\": \"A1BDR3F5AK\",\n      \"product\": \"sku_456\",\n      \"type\": \"ORDER\"\n    }\n  ],\n  \"discount_total\": 4,\n  \"delivery_code\": \"000001_UC_A_BSN1\",\n  \"delivery_paid\": 0,\n  \"comments\": \"Order created 2024-01-01 12:00:00\",\n  \"attachments\": [\n    {\n      \"type\": \"proof_of_purchase\",\n      \"link\": \"http://cloudinary/fl-assets\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://ehub.exertis.io/order"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"timestamp\": 1590000000,\n  \"data\": {\n    \"reason\": \"503 Service Unavailable\",\n    \"errors\": []\n  }\n}"}],"_postman_id":"caef8cae-e412-4f00-9af8-f5d884090b8a"},{"name":"Order Status","id":"edeb35a9-08be-40bf-8cda-0c780ec1a164","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept-Version","value":"v1","description":"<p>(Required) </p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://ehub.exertis.io/order?page[size]=100","description":"<p>This API is designed to let you see where the order is in the fulfilment process.</p>\n<p>By using the response you received for a successful placement of an order you can check on that order, or change filters to receive multiple statuses back.</p>\n<h2 id=\"order--line-status\">Order / Line status</h2>\n<p>This table will highlight and describe each status you may receive when checking up on an order.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Order Status</strong></th>\n<th><strong>Line Status</strong></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>PENDING</td>\n<td>PENDING</td>\n<td>Imported, ready to be queued</td>\n</tr>\n<tr>\n<td>HUNG</td>\n<td>PENDING</td>\n<td>Our system has identified an issue with your order. Please contact your account manager to resolve, as this order cannot be processed.</td>\n</tr>\n<tr>\n<td>LIVE</td>\n<td>PENDING</td>\n<td>Your order has started to make its way through our system.</td>\n</tr>\n<tr>\n<td>LIVE</td>\n<td>ACKNOWLEDGED</td>\n<td>Your order is confirmed and safely stored in our ERP system. It is awaiting to be picked and packed</td>\n</tr>\n<tr>\n<td>LIVE</td>\n<td>BACKORDERED</td>\n<td>We currently do not have enough stock to support your order. Please contact your account manager.</td>\n</tr>\n<tr>\n<td>COMPLETE</td>\n<td>DISPATCHED</td>\n<td>Your order is dispatched and has left the warehouse. You will be able to view tracking information, if available.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{customerBearer}}"}]},"isInherited":true,"source":{"_postman_id":"691e8392-c3e4-4285-b6c8-0c78c57f8cf1","id":"691e8392-c3e4-4285-b6c8-0c78c57f8cf1","name":"Order","type":"folder"}},"urlObject":{"path":["order"],"host":["https://ehub.exertis.io"],"query":[{"disabled":true,"description":{"content":"<p>Json encoded string containing the search criteria.</p>\n","type":"text/plain"},"key":"filter","value":"{\"customer_order_ref\":\"order_ref1\", \"status\": [\"PENDING\",\"LIVE\"]}"},{"key":"page[size]","value":"100"},{"disabled":true,"description":{"content":"<p>Returning orders whose status has been updated since last unix timestamp</p>\n","type":"text/plain"},"key":"status_updated_since","value":"1756721486"}],"variable":[]}},"response":[{"id":"4ae06949-ed02-4d60-8076-027734e19e55","name":"200 OK - Order List","originalRequest":{"method":"GET","header":[{"key":"Accept-Version","value":"v1","description":"(Required) "},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://ehub.exertis.io/order?page[size]=1&filter={\"customer_order_ref\":\"order_ref1\", \"status\": [\"PENDING\",\"LIVE\"]}","host":["https://ehub.exertis.io"],"path":["order"],"query":[{"key":"page[size]","value":"1"},{"key":"filter","value":"{\"customer_order_ref\":\"order_ref1\", \"status\": [\"PENDING\",\"LIVE\"]}","description":"Json encoded string containing the search criteria."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"timestamp\": 1590000000,\n  \"data\": [\n    {\n      \"customer_order_ref\": \"1232_my_order\",\n      \"status\": \"LIVE\",\n      \"lines\": [\n        {\n          \"customer_line_ref\": \"20210115105361\",\n          \"sku\": \"P147501\",\n          \"ordered_qty\": 1,\n          \"status\": \"ACKNOWLEDGED\"\n        },\n        {\n          \"customer_line_ref\": \"20210115105362\",\n          \"sku\": \"P147502\",\n          \"ordered_qty\": 1,\n          \"status\": \"ACKNOWLEDGED\"\n        }\n      ]\n    },\n    {\n      \"customer_order_ref\": \"1233_my_order\",\n      \"status\": \"LIVE\",\n      \"lines\": [\n        {\n          \"customer_line_ref\": \"20210115105363\",\n          \"sku\": \"P147503\",\n          \"ordered_qty\": 1,\n          \"status\": \"ACKNOWLEDGED\"\n        },\n        {\n          \"customer_line_ref\": \"20210115105364\",\n          \"sku\": \"P147504\",\n          \"ordered_qty\": 1,\n          \"status\": \"ACKNOWLEDGED\"\n        }\n      ]\n    },\n    {\n      \"customer_order_ref\": \"1234_my_order\",\n      \"status\": \"COMPLETE\",\n      \"lines\": [\n        {\n            \"customer_line_ref\": \"20210115105365\",\n            \"sku\": \"P147505\",\n            \"ordered_qty\": 1,\n            \"status\": \"DISPATCHED\",\n            \"serial_no\": [],\n            \"courier\": {\n                \"name\": \"Royal Mail\",\n                \"ref\": \"31139310186071\",\n                \"url\": \"https://1234_2.com/\"\n            }\n        },\n        {\n            \"customer_line_ref\": \"20210115105366\",\n            \"sku\": \"P147506\",\n            \"ordered_qty\": 1,\n            \"status\": \"DISPATCHED\",\n            \"serial_no\": [],\n            \"courier\": {\n                \"name\": \"Royal Mail\",\n                \"ref\": \"31139310186071\",\n                \"url\": \"https://1234_2.com/\"\n            }\n        }\n      ]\n    }\n  ],\n  \"links\": {\n    \"next\": \"<url>?page[cursor]=638f02bebb6eade87f06d2c7&page[next]=1\"\n  },\n  \"meta\": {\n    \"page\": {\n      \"size\": 20,\n      \"count\": 20\n    },\n    \"total_count\": 200\n  }\n}"},{"id":"ea8061ea-18cc-418e-b576-c82eba37af2f","name":"400 Bad Request","originalRequest":{"method":"GET","header":[{"description":"(Required) ","key":"Accept-Version","value":"v1"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://ehub.exertis.io/order?page[size]=1&filter={\"customer_order_ref\":\"order_ref1\", \"status\": [\"PENDING\",\"LIVE\"]}","host":["https://ehub.exertis.io"],"path":["order"],"query":[{"key":"page[size]","value":"1"},{"description":"Json encoded string containing the search criteria.","key":"filter","value":"{\"customer_order_ref\":\"order_ref1\", \"status\": [\"PENDING\",\"LIVE\"]}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"timestamp\": 1590000000,\n  \"data\": {\n    \"reason\": \"Bad Request\",\n    \"errors\": []\n  }\n}"},{"id":"067aaebe-8f81-4d8c-bcfd-2feedd9d602c","name":"401 Unauthorized (Unauthenticated)","originalRequest":{"method":"GET","header":[{"description":"(Required) ","key":"Accept-Version","value":"v1"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://ehub.exertis.io/order?page[size]=1&filter={\"customer_order_ref\":\"order_ref1\", \"status\": [\"PENDING\",\"LIVE\"]}","host":["https://ehub.exertis.io"],"path":["order"],"query":[{"key":"page[size]","value":"1"},{"description":"Json encoded string containing the search criteria.","key":"filter","value":"{\"customer_order_ref\":\"order_ref1\", \"status\": [\"PENDING\",\"LIVE\"]}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"timestamp\": 1590000000,\n  \"data\": {\n    \"reason\": \"Unauthorized\",\n    \"errors\": []\n  }\n}"},{"id":"2576da9c-5aea-4787-82c0-d5aac76408e2","name":"409 Conflict","originalRequest":{"method":"GET","header":[{"description":"(Required) ","key":"Accept-Version","value":"v1"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://ehub.exertis.io/order?page[size]=1&filter={\"customer_order_ref\":\"order_ref1\", \"status\": [\"PENDING\",\"LIVE\"]}","host":["https://ehub.exertis.io"],"path":["order"],"query":[{"key":"page[size]","value":"1"},{"description":"Json encoded string containing the search criteria.","key":"filter","value":"{\"customer_order_ref\":\"order_ref1\", \"status\": [\"PENDING\",\"LIVE\"]}"}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"timestamp\": 1590000000,\n  \"data\": {\n    \"reason\": \"Conflict\",\n    \"errors\": []\n  }\n}"},{"id":"7ac24a81-f705-43f7-931b-e5e7c9da5fc1","name":"500 Internal Server Error","originalRequest":{"method":"GET","header":[{"description":"(Required) ","key":"Accept-Version","value":"v1"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://ehub.exertis.io/order?page[size]=1&filter={\"customer_order_ref\":\"order_ref1\", \"status\": [\"PENDING\",\"LIVE\"]}","host":["https://ehub.exertis.io"],"path":["order"],"query":[{"key":"page[size]","value":"1"},{"description":"Json encoded string containing the search criteria.","key":"filter","value":"{\"customer_order_ref\":\"order_ref1\", \"status\": [\"PENDING\",\"LIVE\"]}"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"timestamp\": 1590000000,\n  \"data\": {\n    \"reason\": \"Internal Server Error\",\n    \"errors\": []\n  }\n}"},{"id":"b26e4a64-223f-419f-b33f-0e799cb0844b","name":"503 Service Unavailable","originalRequest":{"method":"GET","header":[{"description":"(Required) ","key":"Accept-Version","value":"v1"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://ehub.exertis.io/order?page[size]=1&filter={\"customer_order_ref\":\"order_ref1\", \"status\": [\"PENDING\",\"LIVE\"]}","host":["https://ehub.exertis.io"],"path":["order"],"query":[{"key":"page[size]","value":"1"},{"description":"Json encoded string containing the search criteria.","key":"filter","value":"{\"customer_order_ref\":\"order_ref1\", \"status\": [\"PENDING\",\"LIVE\"]}"}]}},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"timestamp\": 1590000000,\n  \"data\": {\n    \"reason\": \"503 Service Unavailable\",\n    \"errors\": []\n  }\n}"}],"_postman_id":"edeb35a9-08be-40bf-8cda-0c780ec1a164"},{"name":"Bill And Hold","id":"735a2d5e-3fbf-41cf-b1e4-3c462df9a702","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept-Version","value":"v1","description":"<p>(Required) </p>\n"},{"key":"Accept","value":"application/json"},{"key":"Channel","value":"PORTAL"}],"url":"https://ehub.exertis.io/order/bill-and-hold","description":"<p>Search for a list of orders by criteria supplied</p>\n<p>Use this endpoint to retrieve your bill and hold information. A Paginated list of records will be returned if your account number supplied is valid</p>\n<h6 id=\"query-parameters\">QUERY PARAMETERS</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>parameter</th>\n<th>type</th>\n<th>description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>material_id</td>\n<td><em>string</em></td>\n<td>Filter response to only ones which contain this material code</td>\n</tr>\n<tr>\n<td>customer_ref</td>\n<td>string</td>\n<td>Filter response to only ones which contain this customer reference</td>\n</tr>\n<tr>\n<td>page[size]</td>\n<td>int</td>\n<td>Changing the number of records you want returned in the request the default for this is 50</td>\n</tr>\n<tr>\n<td>page[number]</td>\n<td>int</td>\n<td>Changing this allows for navigation of the returned data</td>\n</tr>\n</tbody>\n</table>\n</div><h6 id=\"response-parameters\">RESPONSE PARAMETERS</h6>\n<p>StartFragment</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>parameter</th>\n<th>type</th>\n<th>description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>account_code</td>\n<td><em>string</em></td>\n<td>Account code assigned to the customer</td>\n</tr>\n<tr>\n<td>customer_ref</td>\n<td><em>string / null</em></td>\n<td>Customer reference given to a certain item line</td>\n</tr>\n<tr>\n<td>material_id</td>\n<td><em>string</em></td>\n<td>SAP ID for the product</td>\n</tr>\n<tr>\n<td>description</td>\n<td><em>string</em></td>\n<td>Description of the product item</td>\n</tr>\n<tr>\n<td>total_stock</td>\n<td><em>string</em></td>\n<td>Number of stock items on hold for the customer</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{customerBearer}}"}]},"isInherited":true,"source":{"_postman_id":"691e8392-c3e4-4285-b6c8-0c78c57f8cf1","id":"691e8392-c3e4-4285-b6c8-0c78c57f8cf1","name":"Order","type":"folder"}},"urlObject":{"path":["order","bill-and-hold"],"host":["https://ehub.exertis.io"],"query":[],"variable":[]}},"response":[{"id":"c33a88f4-c421-4069-a680-a159a8b32ea5","name":"200 OK - Success","originalRequest":{"method":"GET","header":[{"key":"Accept-Version","value":"v1","description":"(Required) "},{"key":"Accept","value":"application/json"},{"key":"Channel","value":"PORTAL"}],"url":"https://ehub.exertis.io/order/bill-and-hold"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 11 Jul 2024 09:33:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"ea-ingress-01CORS=7fe61f29f98021985fc8c329556734be; Path=/; SameSite=None; Secure"},{"key":"Set-Cookie","value":"ea-ingress-01=7fe61f29f98021985fc8c329556734be; Path=/"},{"key":"Set-Cookie","value":"ihub-ingress-001CORS=7ebb65d052dc49b55dc66b0f3841061f; Path=/; SameSite=None; Secure"},{"key":"Set-Cookie","value":"ihub-ingress-001=7ebb65d052dc49b55dc66b0f3841061f; Path=/"},{"key":"X-Powered-By","value":"PHP/8.2.20"},{"key":"Server","value":"nginx"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Security-Policy","value":"default-src 'none'; script-src 'self'; connect-src 'self'; img-src 'self'; style-src 'self'"},{"key":"X-Content-Security-Policy","value":"default-src 'none'; script-src 'self'; connect-src 'self'; img-src 'self'; style-src 'self'"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"data\": [\n        {\n            \"account_code\": \"XXXXXXXXXX\",\n            \"customer_ref\": \"\",\n            \"material_id;\": \"0000000000XXXXXXXX\",\n            \"description\": \"<Product Description>\",\n            \"total_stock\": \"9.000\"\n        },\n        {\n            \"account_code\": \"XXXXXXXXXX\",\n            \"customer_ref\": \"\",\n            \"material_id;\": \"0000000000XXXXXXXX\",\n            \"description\": \"<Product Description>\",\n            \"total_stock\": \"1.000\"\n        }\n    ],\n    \"links\": {\n        \"current\": \"https://ehub-api.exertis-test.co.uk/order/bill-and-hold?page[number]=1\",\n        \"next\": null,\n        \"previous\": null\n    },\n    \"meta\": {\n        \"page\": {\n            \"size\": 50,\n            \"number\": 1,\n            \"count\": 2\n        },\n        \"total_count\": 2\n    }\n}"},{"id":"09461fc5-7aa4-41ad-aa38-a3c9855aaee1","name":"400 Bad Request","originalRequest":{"method":"GET","header":[{"key":"Accept-Version","value":"v1","description":"(Required) "},{"key":"Accept","value":"application/json"},{"key":"Channel","value":"PORTAL"}],"url":"https://ehub.exertis.io/order/bill-and-hold"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 11 Jul 2024 09:35:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-Powered-By","value":"PHP/8.2.20"}],"cookie":[],"responseTime":null,"body":"{\n    \"timestamp\": 1720690505,\n    \"data\": {\n        \"reason\": \"Bad Request\",\n        \"errors\": []\n    }\n}"}],"_postman_id":"735a2d5e-3fbf-41cf-b1e4-3c462df9a702"}],"id":"691e8392-c3e4-4285-b6c8-0c78c57f8cf1","description":"<p>Customer facing APIs available for managing order fulfilment</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{customerBearer}}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"13c956a5-d6fe-4d98-842c-6869ceae0876","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"909d9ebc-4ff8-458e-9514-f153f23e04e0","type":"text/javascript","packages":{},"exec":[""]}}],"_postman_id":"691e8392-c3e4-4285-b6c8-0c78c57f8cf1"},{"name":"Product","item":[{"name":"Get Product Catalogue","id":"e4567093-e945-48cb-abfd-b7a5291cf71f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept-Version","value":"v1","description":"<p>(Required) </p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://ehub.exertis.io/product/catalogue?page[size]=1&filter={\"sku\":\"sku_123\"}&stock_updated_since=1756721486","description":"<p>Allows customers to view smaller subset of product information suitable for stock and price control</p>\n<h6 id=\"query-parameters\">QUERY PARAMETERS</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Accepted Parameters</strong></th>\n<th><strong>Summary</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>none</td>\n<td></td>\n<td>returns all channel products</td>\n</tr>\n<tr>\n<td>page[]</td>\n<td>page[size]=1</td>\n<td>number of records per page</td>\n</tr>\n<tr>\n<td>last_stock_update</td>\n<td>Integer</td>\n<td>returns all channel products since {last_stock_updated) minutes ago</td>\n</tr>\n</tbody>\n</table>\n</div><h6 id=\"filter-parameters\">FILTER PARAMETERS</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Accepted Parameters</strong></th>\n<th><strong>Summary</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>none</td>\n<td></td>\n<td>returns all live channel products</td>\n</tr>\n<tr>\n<td>material_id</td>\n<td>\"material_id\":[\"100010122\"]}  <br />  <br />\"material_id\":\"100010122\"</td>\n<td>returns catalogue for specific products based on sap material id</td>\n</tr>\n<tr>\n<td>sku</td>\n<td>\"customer_sku\":[\"100010122\"]}  <br />  <br />\"customer_sku\":\"100010122\"</td>\n<td>returns catalogue for specific products based on customer sku code</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{customerBearer}}"}]},"isInherited":true,"source":{"_postman_id":"8c9ed629-95c6-495e-aeba-c8918e800ee9","id":"8c9ed629-95c6-495e-aeba-c8918e800ee9","name":"Product","type":"folder"}},"urlObject":{"path":["product","catalogue"],"host":["https://ehub.exertis.io"],"query":[{"key":"page[size]","value":"1"},{"description":{"content":"<p>Json encoded string containing the search criteria.'</p>\n","type":"text/plain"},"key":"filter","value":"{\"sku\":\"sku_123\"}"},{"description":{"content":"<p>Returning products whose stock has been updated since last unix timestamp</p>\n","type":"text/plain"},"key":"stock_updated_since","value":"1756721486"}],"variable":[]}},"response":[{"id":"85378139-12ea-446d-8ab9-ddbcd5a6ced9","name":"200 OK - Product Catalogue List","originalRequest":{"method":"GET","header":[{"key":"Accept-Version","value":"v1","description":"(Required) "},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://ehub.exertis.io/product/catalogue?page[size]=1&filter={\"sku\":\"sku_123\"}","host":["https://ehub.exertis.io"],"path":["product","catalogue"],"query":[{"key":"page[size]","value":"1"},{"key":"filter","value":"{\"sku\":\"sku_123\"}","description":"Json encoded string containing the search criteria.'"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"timestamp\": 1590000000,\n  \"data\": [\n    {\n      \"condition\": \"NEW\",\n      \"ean\": \"0848467078800\",\n      \"name\": \"Product Title\",\n      \"sku\": \"abcd\",\n      \"price\": 19957263,\n      \"stock\": 200,\n      \"last_stock_update\": \"2025-08-07 14:30:00\",\n      \"status\": \"LISTED\"\n    },\n    {\n      \"condition\": \"NEW\",\n      \"ean\": \"0848467078800\",\n      \"name\": \"Product Title\",\n      \"sku\": \"abcd\",\n      \"price\": 37129141,\n      \"stock\": 200,\n      \"last_stock_update\": \"2025-08-07 14:30:00\",\n      \"status\": \"LISTED\"\n    }\n  ],\n  \"links\": {\n    \"next\": \"<url>?page[cursor]=638f02bebb6eade87f06d2c7&page[next]=1\"\n  },\n  \"meta\": {\n    \"page\": {\n      \"size\": 20,\n      \"count\": 20\n    },\n    \"total_count\": 200\n  }\n}"},{"id":"bd0015ac-adbe-4322-9f9a-b2f4b82a66b6","name":"400 Bad Request","originalRequest":{"method":"GET","header":[{"description":"(Required) ","key":"Accept-Version","value":"v1"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://ehub.exertis.io/product/catalogue?page[size]=1&filter={\"sku\":\"sku_123\"}","host":["https://ehub.exertis.io"],"path":["product","catalogue"],"query":[{"key":"page[size]","value":"1"},{"description":"Json encoded string containing the search criteria.'","key":"filter","value":"{\"sku\":\"sku_123\"}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"timestamp\": 1590000000,\n  \"data\": {\n    \"reason\": \"Bad Request\",\n    \"errors\": []\n  }\n}"},{"id":"2f939732-4f10-4559-b68f-a8192895786e","name":"401 Unauthorized (Unauthenticated)","originalRequest":{"method":"GET","header":[{"description":"(Required) ","key":"Accept-Version","value":"v1"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://ehub.exertis.io/product/catalogue?page[size]=1&filter={\"sku\":\"sku_123\"}","host":["https://ehub.exertis.io"],"path":["product","catalogue"],"query":[{"key":"page[size]","value":"1"},{"description":"Json encoded string containing the search criteria.'","key":"filter","value":"{\"sku\":\"sku_123\"}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"timestamp\": 1590000000,\n  \"data\": {\n    \"reason\": \"Unauthorized\",\n    \"errors\": []\n  }\n}"},{"id":"a5dcf9c8-992a-4698-8bfd-4357f26a5b67","name":"403 Forbidden (Unauthorised)","originalRequest":{"method":"GET","header":[{"description":"(Required) ","key":"Accept-Version","value":"v1"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://ehub.exertis.io/product/catalogue?page[size]=1&filter={\"sku\":\"sku_123\"}","host":["https://ehub.exertis.io"],"path":["product","catalogue"],"query":[{"key":"page[size]","value":"1"},{"description":"Json encoded string containing the search criteria.'","key":"filter","value":"{\"sku\":\"sku_123\"}"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"timestamp\": 1590000000,\n  \"data\": {\n    \"reason\": \"Forbidden\",\n    \"errors\": []\n  }\n}"},{"id":"bad4f086-ff9f-4ff2-98aa-65a653c0aaf5","name":"409 Conflict","originalRequest":{"method":"GET","header":[{"description":"(Required) ","key":"Accept-Version","value":"v1"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://ehub.exertis.io/product/catalogue?page[size]=1&filter={\"sku\":\"sku_123\"}","host":["https://ehub.exertis.io"],"path":["product","catalogue"],"query":[{"key":"page[size]","value":"1"},{"description":"Json encoded string containing the search criteria.'","key":"filter","value":"{\"sku\":\"sku_123\"}"}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"timestamp\": 1590000000,\n  \"data\": {\n    \"reason\": \"Conflict\",\n    \"errors\": []\n  }\n}"},{"id":"bed9b689-f4d6-4d03-826d-dcc5acce7874","name":"500 Internal Server Error","originalRequest":{"method":"GET","header":[{"description":"(Required) ","key":"Accept-Version","value":"v1"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://ehub.exertis.io/product/catalogue?page[size]=1&filter={\"sku\":\"sku_123\"}","host":["https://ehub.exertis.io"],"path":["product","catalogue"],"query":[{"key":"page[size]","value":"1"},{"description":"Json encoded string containing the search criteria.'","key":"filter","value":"{\"sku\":\"sku_123\"}"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"timestamp\": 1590000000,\n  \"data\": {\n    \"reason\": \"Internal Server Error\",\n    \"errors\": []\n  }\n}"},{"id":"b2a38ef8-42fc-49a4-bf54-69e49ff589fe","name":"503 Service Unavailable","originalRequest":{"method":"GET","header":[{"description":"(Required) ","key":"Accept-Version","value":"v1"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://ehub.exertis.io/product/catalogue?page[size]=1&filter={\"sku\":\"sku_123\"}","host":["https://ehub.exertis.io"],"path":["product","catalogue"],"query":[{"key":"page[size]","value":"1"},{"description":"Json encoded string containing the search criteria.'","key":"filter","value":"{\"sku\":\"sku_123\"}"}]}},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"timestamp\": 1590000000,\n  \"data\": {\n    \"reason\": \"503 Service Unavailable\",\n    \"errors\": []\n  }\n}"}],"_postman_id":"e4567093-e945-48cb-abfd-b7a5291cf71f"}],"id":"8c9ed629-95c6-495e-aeba-c8918e800ee9","description":"<p>Customer facing APIs available for managing product integration</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{customerBearer}}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"351a1418-ce48-4b18-8d77-fd30cdb2bf43","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"631bd8c1-1a0c-4e3b-847a-e96784688d22","type":"text/javascript","packages":{},"exec":[""]}}],"_postman_id":"8c9ed629-95c6-495e-aeba-c8918e800ee9"}],"event":[{"listen":"prerequest","script":{"id":"61d5c4d5-7192-4ddc-8444-98cd79127d5f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"30f33928-66bb-4c4b-96dc-404009886bf3","type":"text/javascript","exec":[""]}}],"variable":[{"key":"baseUrl","value":"https://ehub.exertis.io"},{"key":"eHubBaseUrl","value":"https://ehub.exertis.io"},{"key":"identityToken","value":"{{identityToken}}"},{"key":"bearerToken","value":"{{bearerToken}}"},{"key":"accountNumber","value":"{{accountNumber}}"}]}