{"info":{"_postman_id":"f217a005-dacf-47ad-bc42-dfd1ca34f2b2","name":"Fulfillment v1 Documentation","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"15933186","collectionId":"f217a005-dacf-47ad-bc42-dfd1ca34f2b2","publishedId":"VUjQkjAQ","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-09-28T14:42:22.000Z"},"item":[{"name":"🟢 First Steps","item":[{"name":"✅ 1. Register in 99minutos","item":[],"id":"26b9c07b-5961-4c2f-a748-973994957bd8","description":"<ol>\n<li>Create an account in the sandbox website: <a href=\"https://selfsandbox.99minutos.com/\">URL Self Service</a></li>\n<li>Validate the account to the email received</li>\n<li>Go to Developers section</li>\n<li>On API Keys V3 section click on <code>Generar</code></li>\n<li>After this the <code>client_id</code> and <code>client_secret</code> will be displayed</li>\n</ol>\n<p>Use the credentials to generate access tokens as shown in the <a href=\"https://developers.99minutos.com/reference/oauth_token_create\">documentation</a> in the section <code>create access token</code></p>\n<p>Follow the same process in <strong>production</strong>.</p>\n<h2 id=\"environments\">Environments</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Environment</strong></th>\n<th><strong>Website</strong></th>\n<th><strong>API url</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Sandbox</td>\n<td><a href=\"https://selfsandbox.99minutos.com\">https://selfsandbox.99minutos.com</a></td>\n<td><a href=\"https://sandbox.99minutos.com/\">https://sandbox.99minutos.com</a></td>\n</tr>\n<tr>\n<td>Production</td>\n<td><a href=\"https://envios.99minutos.com\">https://envios.99minutos.com</a></td>\n<td><a href=\"https://delivery.99minutos.com/\">https://delivery.99minutos.com</a></td>\n</tr>\n</tbody>\n</table>\n</div><p><code>Each environment has an independent set of credentials</code></p>\n","_postman_id":"26b9c07b-5961-4c2f-a748-973994957bd8"},{"name":"✅ 2. Request access to fulfillment","item":[],"id":"8d8c8064-57d5-4158-bb24-764689335087","description":"<p>AFTER having your clarification call and the <strong>Fulfill99</strong> service proposal signed, you will receive the documentation.</p>\n<p>When you finish reading it, you have to send an email with the following characteristics:</p>\n<ol>\n<li><p>Subject: <strong>Fulfill99 integration - “brand name”</strong></p>\n</li>\n<li><p>Addressed to the following email = <a href=\"mailto:newsellersfulfillment@99minutos.com\">newsellersfulfillment@99minutos.com</a></p>\n</li>\n<li><p>In the email’s body, you will add the email addresses of all people who will be added to the slack group to follow up with the integration.</p>\n</li>\n<li><p>Once this process is done you can continue with the sandbox integration</p>\n</li>\n</ol>\n<p><code>Note: if your sandbox tests are successful and you are ready for production, you can contact the previously provided emails and request access to production</code></p>\n","_postman_id":"8d8c8064-57d5-4158-bb24-764689335087"},{"name":"✅ 3. Configure your work environment","item":[],"id":"caf0c916-c867-42ac-ade9-1f59c234652d","description":"<h3 id=\"fulfillment-environments\">FULFILLMENT ENVIRONMENTS</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Environment</strong></th>\n<th><strong>Website</strong></th>\n<th><strong>API url</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Sandbox</td>\n<td><a href=\"https://selfsandbox.99minutos.com\">https://selfsandbox.99minutos.com</a></td>\n<td><a href=\"https://api-sandbox.fulfill99.com\">https://api-sandbox.fulfill99.com</a></td>\n</tr>\n<tr>\n<td>Production</td>\n<td><a href=\"https://envios.99minutos.com\">https://envios.99minutos.com</a></td>\n<td><a href=\"https://api.fulfill99.com\">https://api.fulfill99.com</a></td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"caf0c916-c867-42ac-ade9-1f59c234652d"},{"name":"✅ 4. How does it work?","item":[],"id":"425335d8-5f8d-44b6-a7e9-ad41c013b0fe","description":"<p><img src=\"https://content.pstmn.io/ec2b67ff-f378-4cec-bf7a-4ba389a44f4a/RnVsZmlsbG1lbnQtZ2F0ZXdheS5wbmc=\" alt /></p>\n<p><code>right click on the image and then \"Open image in new tab\" to see more</code></p>\n","_postman_id":"425335d8-5f8d-44b6-a7e9-ad41c013b0fe"}],"id":"6ff2cea1-9e81-48cf-976e-a38599e0a6e6","description":"<p>This is the <a href=\"https://developers.99minutos.com/\">documentation</a> for the public api <em>(version 3)</em> of 99minutos.</p>\n","_postman_id":"6ff2cea1-9e81-48cf-976e-a38599e0a6e6"},{"name":"📦 Products","item":[{"name":"Get products","id":"0111868c-8299-460a-af46-75bb78358c5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{API_V3_TOKEN}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"{{FULFILLMENT_URL}}/api/v1/products?page_size=10&page=1","description":"<h3 id=\"query-params\">QUERY PARAMS</h3>\n<ul>\n<li><strong>page_size</strong><ul>\n<li>integer</li>\n<li>default: 10</li>\n<li>optional</li>\n</ul>\n</li>\n<li><strong>page</strong><ul>\n<li>integer</li>\n<li>default: 1</li>\n<li>optional</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["api","v1","products"],"host":["{{FULFILLMENT_URL}}"],"query":[{"key":"page_size","value":"10"},{"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"6e8edab6-4ee8-4306-9d5a-0451a13537c0","name":"success response","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer •••••••","type":"text"}],"url":{"raw":"https://fulfill99-gateway-sandbox-qndxoltwga-uc.a.run.app/api/v1/products?page_size=10&page=1","protocol":"https","host":["fulfill99-gateway-sandbox-qndxoltwga-uc","a","run","app"],"path":["api","v1","products"],"query":[{"key":"page_size","value":"10"},{"key":"page","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"metadata\": {\n        \"page\": 1,\n        \"page_size\": 10,\n        \"total_pages\": 6,\n        \"total_records\": 54\n    },\n    \"products\": [\n        {\n            \"thumbnail\": \"https://gateway-99.s3.amazonaws.com/210c9498-b1fd-476b-a574-1a40b61d851e/microsoftteams-image-1669844132998.jpeg\",\n            \"name\": \"testrafia\",\n            \"sku\": \"FUL-TESTRA-49853CC3\",\n            \"barcode\": \"587E8A3253F7CE25E918\",\n            \"value\": 250,\n            \"dimensions\": {\n                \"height\": 10,\n                \"length\": 10,\n                \"weight\": 15,\n                \"width\": 15\n            },\n            \"volume\": 1500,\n            \"stock\": 0,\n            \"inventory\": 0,\n            \"backorder_quantity\": 0,\n            \"sold\": 0,\n            \"active\": true,\n            \"createdAt\": \"2022-11-30T21:37:08.887Z\",\n            \"updatedAt\": \"2022-12-06T19:59:20.190Z\"\n        },\n        {\n            \"thumbnail\": \"https://gateway-99.s3.amazonaws.com/210c9498-b1fd-476b-a574-1a40b61d851e/ss-blanco-1669835503899.jpeg\",\n            \"name\": \"TestSS1\",\n            \"sku\": \"FUL-TESTSS-B4D881D4\",\n            \"barcode\": \"5EA7994922CC6855EA44\",\n            \"value\": 16,\n            \"price\": 50,\n            \"dimensions\": {\n                \"height\": 20,\n                \"length\": 100,\n                \"weight\": 10,\n                \"width\": 50\n            },\n            \"volume\": 100000,\n            \"stock\": 0,\n            \"inventory\": 0,\n            \"backorder_quantity\": 1,\n            \"sold\": 0,\n            \"active\": true,\n            \"createdAt\": \"2022-11-30T19:14:37.661Z\",\n            \"updatedAt\": \"2022-12-06T19:59:22.028Z\"\n        },\n        {\n            \"thumbnail\": \"https://gateway-99.s3.amazonaws.com/210c9498-b1fd-476b-a574-1a40b61d851e/1657578188251-1668179557842.jpeg\",\n            \"name\": \"estrel\",\n            \"sku\": \"skuCliente\",\n            \"barcode\": \"5429B634DEAD9B73CDC9\",\n            \"value\": 5,\n            \"dimensions\": {\n                \"height\": 5,\n                \"length\": 5,\n                \"weight\": 5,\n                \"width\": 5\n            },\n            \"volume\": 125,\n            \"stock\": 0,\n            \"inventory\": 0,\n            \"backorder_quantity\": 0,\n            \"sold\": 0,\n            \"active\": true,\n            \"createdAt\": \"2022-11-11T15:13:13.616Z\",\n            \"updatedAt\": \"2022-11-18T01:22:28.478Z\"\n        },\n        {\n            \"thumbnail\": \"https://gateway-99.s3.amazonaws.com/210c9498-b1fd-476b-a574-1a40b61d851e/1665585610739-1668114621036.jpeg\",\n            \"name\": \"namePrueba\",\n            \"sku\": \"FUL-NAMEPR-65DCEFFB\",\n            \"barcode\": \"5CEB8C136496E3BC9861\",\n            \"value\": 7,\n            \"dimensions\": {\n                \"height\": 5,\n                \"length\": 5,\n                \"weight\": 5,\n                \"width\": 5\n            },\n            \"volume\": 125,\n            \"stock\": 0,\n            \"inventory\": 0,\n            \"backorder_quantity\": 0,\n            \"sold\": 0,\n            \"active\": true,\n            \"createdAt\": \"2022-11-10T21:11:13.707Z\",\n            \"updatedAt\": \"2022-11-10T21:50:05.281Z\"\n        },\n        {\n            \"thumbnail\": \"https://gateway-99.s3.amazonaws.com/210c9498-b1fd-476b-a574-1a40b61d851e/99-minutos-flota-logistica-1024x597-1668113562944.jpeg\",\n            \"name\": \"TestSS1\",\n            \"sku\": \"FUL-TESTSS-1AD23B37\",\n            \"barcode\": \"5BE08DCA395EBC3D2A35\",\n            \"value\": 2,\n            \"price\": 50,\n            \"dimensions\": {\n                \"height\": 20,\n                \"length\": 100,\n                \"weight\": 10,\n                \"width\": 50\n            },\n            \"volume\": 100000,\n            \"stock\": 0,\n            \"inventory\": 0,\n            \"backorder_quantity\": 0,\n            \"sold\": 0,\n            \"active\": true,\n            \"createdAt\": \"2022-11-10T20:55:55.325Z\",\n            \"updatedAt\": \"2022-11-10T21:01:31.347Z\"\n        },\n        {\n            \"thumbnail\": \"https://gateway-99.s3.amazonaws.com/210c9498-b1fd-476b-a574-1a40b61d851e/perritos-de-instagram-1616062929-1667495615071.jpeg\",\n            \"name\": \"testSS2modif\",\n            \"sku\": \"SKUPRUEBASS2\",\n            \"barcode\": \"54A384193065A40920D2\",\n            \"value\": 1,\n            \"price\": 100,\n            \"dimensions\": {\n                \"height\": 20,\n                \"length\": 100,\n                \"weight\": 10,\n                \"width\": 80\n            },\n            \"volume\": 160000,\n            \"stock\": 0,\n            \"inventory\": 0,\n            \"backorder_quantity\": 0,\n            \"sold\": 0,\n            \"active\": true,\n            \"createdAt\": \"2022-11-02T03:01:53.212Z\",\n            \"updatedAt\": \"2022-11-08T19:54:00.812Z\"\n        },\n        {\n            \"thumbnail\": \"https://gateway-99.s3.amazonaws.com/210c9498-b1fd-476b-a574-1a40b61d851e/r-1667490697273.jpeg\",\n            \"name\": \"TestSS1\",\n            \"sku\": \"SKUPRUEBASS1\",\n            \"barcode\": \"57FFB2D932F6A075A41F\",\n            \"value\": 222,\n            \"price\": 50,\n            \"dimensions\": {\n                \"height\": 20,\n                \"length\": 100,\n                \"weight\": 10,\n                \"width\": 50\n            },\n            \"volume\": 100000,\n            \"stock\": 0,\n            \"inventory\": 0,\n            \"backorder_quantity\": 0,\n            \"sold\": 0,\n            \"active\": true,\n            \"createdAt\": \"2022-11-02T03:01:52.553Z\",\n            \"updatedAt\": \"2022-11-08T19:54:11.605Z\"\n        },\n        {\n            \"thumbnail\": \"https://gateway-99.s3.amazonaws.com/210c9498-b1fd-476b-a574-1a40b61d851e/perritos-de-instagram-1616062929-1667490350515.jpeg\",\n            \"name\": \"Testprod5\",\n            \"sku\": \"Testprod5\",\n            \"barcode\": \"552F82ADEAB0A6EEFE4D\",\n            \"value\": 12,\n            \"price\": 250,\n            \"dimensions\": {\n                \"height\": 20,\n                \"length\": 100,\n                \"weight\": 10,\n                \"width\": 170\n            },\n            \"volume\": 340000,\n            \"stock\": 0,\n            \"inventory\": 0,\n            \"backorder_quantity\": 0,\n            \"sold\": 0,\n            \"active\": true,\n            \"createdAt\": \"2022-10-28T02:15:36.294Z\",\n            \"updatedAt\": \"2022-11-03T16:09:35.329Z\"\n        },\n        {\n            \"thumbnail\": \"https://gateway-99.s3.amazonaws.com/210c9498-b1fd-476b-a574-1a40b61d851e/perritos-de-instagram-1616062929-1667490377035.jpeg\",\n            \"name\": \"Testprod4\",\n            \"sku\": \"Testprod4\",\n            \"barcode\": \"5964BFD7CDC2DED49A9B\",\n            \"value\": 5,\n            \"price\": 200,\n            \"dimensions\": {\n                \"height\": 20,\n                \"length\": 100,\n                \"weight\": 10,\n                \"width\": 140\n            },\n            \"volume\": 280000,\n            \"stock\": 0,\n            \"inventory\": 0,\n            \"backorder_quantity\": 0,\n            \"sold\": 0,\n            \"active\": true,\n            \"createdAt\": \"2022-10-28T02:15:35.583Z\",\n            \"updatedAt\": \"2022-11-03T15:46:17.694Z\"\n        },\n        {\n            \"thumbnail\": \"https://gateway-99.s3.amazonaws.com/210c9498-b1fd-476b-a574-1a40b61d851e/f-1668007289907.jpeg\",\n            \"name\": \"actualización automática\",\n            \"sku\": \"Testprod3\",\n            \"barcode\": \"5825A1307F24B352CBC1\",\n            \"value\": 12,\n            \"price\": 150,\n            \"dimensions\": {\n                \"height\": 20,\n                \"length\": 100,\n                \"weight\": 10,\n                \"width\": 110\n            },\n            \"volume\": 220000,\n            \"stock\": 0,\n            \"inventory\": 0,\n            \"backorder_quantity\": 2,\n            \"sold\": 0,\n            \"active\": true,\n            \"createdAt\": \"2022-10-28T02:15:35.041Z\",\n            \"updatedAt\": \"2022-11-09T15:21:36.796Z\"\n        }\n    ]\n}"}],"_postman_id":"0111868c-8299-460a-af46-75bb78358c5c"},{"name":"Get product by sku","id":"eba75b63-3d29-4206-87a1-d9cee0c06d2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{API_V3_TOKEN}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"{{FULFILLMENT_URL}}/api/v1/products/SKU-WITHOUT-BARCODE-3","urlObject":{"path":["api","v1","products","SKU-WITHOUT-BARCODE-3"],"host":["{{FULFILLMENT_URL}}"],"query":[],"variable":[]}},"response":[{"id":"f60bfc78-32b3-4132-a046-bc34fecc4215","name":"success response","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{API_V3_TOKEN}}","type":"text"}],"url":"https://fulfill99-gateway-sandbox-qndxoltwga-uc.a.run.app/api/v1/products/FUL-TESTSS-B4D881D4"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"thumbnail\": \"https://gateway-99.s3.amazonaws.com/210c9498-b1fd-476b-a574-1a40b61d851e/ss-blanco-1669835503899.jpeg\",\n        \"name\": \"TestSS1\",\n        \"sku\": \"FUL-TESTSS-B4D881D4\",\n        \"barcode\": \"5EA7994922CC6855EA44\",\n        \"value\": 16,\n        \"price\": 50,\n        \"dimensions\": {\n            \"height\": 20,\n            \"length\": 100,\n            \"weight\": 10,\n            \"width\": 50\n        },\n        \"volume\": 100000,\n        \"stock\": 0,\n        \"inventory\": 0,\n        \"backorder_quantity\": 1,\n        \"sold\": 0,\n        \"active\": true,\n        \"createdAt\": \"2022-11-30T19:14:37.661Z\",\n        \"updatedAt\": \"2022-12-06T19:59:22.028Z\"\n    }\n}"}],"_postman_id":"eba75b63-3d29-4206-87a1-d9cee0c06d2e"},{"name":"Create product","id":"92128a34-8639-4d9c-a290-55e82ddc0f46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{API_V3_TOKEN}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thumbnail\": \"https://dummyimage.com/600x600/000/fff\",\n    \"name\": \"Product name example 1\",\n    \"sku\": \"SKU-EXAMPLE-1\",\n    \"barcode\": null,\n    \"value\": 1880,\n    \"price\": null,\n    \"height\": 10,\n    \"length\": 10,\n    \"weight\": 10000,\n    \"width\": 10\n}","options":{"raw":{"language":"json"}}},"url":"{{FULFILLMENT_URL}}/api/v1/products","description":"<h3 id=\"fields\">FIELDS</h3>\n<p>* <strong>thumbnail</strong><br />* String<br />* Required<br />* Public image URL<br />* <strong>sku</strong><br />* String | null<br />* Optional<br />* Enter the sku of the product, if it is not provided one will be generated automatically, <strong><code>it is important that it is stored, the operations of orders and arrival orders require it</code></strong><br />* <strong>barcode</strong><br />* String | null<br />* Optional<br />* Product barcode<br />* <strong>name</strong><br />* String<br />* Required<br />* Product name<br />* <strong>value</strong><br />* Float | Numeric<br />* Required<br />* Product cost<br />* <strong>price</strong><br />* Float | Numeric | null<br />* Optional<br />* Product selling price<br />* <strong>weight</strong><br />* Integer<br />* Required<br />* specified in <strong>grams</strong><br />* <strong>height</strong><br />* Numeric<br />* Required<br />* specified in <strong>centimeters</strong><br />* <strong>width</strong><br />* Numeric<br />* Required<br />* specified in <strong>centimeters</strong><br />* <strong>length</strong><br />* Numeric<br />* Required<br />* specified in <strong>centimeters</strong></p>\n","urlObject":{"path":["api","v1","products"],"host":["{{FULFILLMENT_URL}}"],"query":[],"variable":[]}},"response":[{"id":"7e0a3a9a-b95b-4a33-8e7e-bf18936af740","name":"success response","originalRequest":{"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer •••••••","type":"text"},{"key":"x-api-version","value":"3","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thumbnail\": \"https://dummyimage.com/600x600/000/fff\",\n    \"name\": \"Product name example 1\",\n    \"sku\": \"SKU-EXAMPLE-1\",\n    \"barcode\": null,\n    \"value\": 1880,\n    \"price\": null,\n    \"height\": 10,\n    \"length\": 10,\n    \"weight\": 10000,\n    \"width\": 10\n}","options":{"raw":{"language":"json"}}},"url":"https://fulfill99-gateway-sandbox-qndxoltwga-uc.a.run.app/api/v1/products"},"status":"Created","code":201,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"sku\": \"SKU-EXAMPLE-1\",\n}"}],"_postman_id":"92128a34-8639-4d9c-a290-55e82ddc0f46"},{"name":"Create products","id":"042d394c-b4e3-40b0-830c-e419e94f7964","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{API_V3_TOKEN}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"products\": [\n        {\n            \"thumbnail\": \"https://dummyimage.com/600x600/000/fff\",\n            \"name\": \"Product name example 1\",\n            \"sku\": \"SKU-EXAMPLE-1\",\n            \"barcode\": null,\n            \"value\": 1880,\n            \"price\": null,\n            \"height\": 10,\n            \"length\": 10,\n            \"weight\": 10000,\n            \"width\": 10\n        },\n        {\n            \"thumbnail\": \"https://dummyimage.com/600x600/000/fff\",\n            \"name\": \"Product name example 2\",\n            \"sku\": \"SKU-EXAMPLE-2\",\n            \"barcode\": null,\n            \"value\": 1880,\n            \"price\": null,\n            \"height\": 10,\n            \"length\": 10,\n            \"weight\": 10000,\n            \"width\": 10\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{FULFILLMENT_URL}}/api/v1/products/batch","description":"<p>Allows you to massively insert the products, each individual product must respect the rules previously seen, see <a href=\"#6e06a545-25eb-4d74-9f30-ac1fa43c21a9\">Field rules</a></p>\n","urlObject":{"path":["api","v1","products","batch"],"host":["{{FULFILLMENT_URL}}"],"query":[],"variable":[]}},"response":[{"id":"e93f5210-bab3-4cb9-88dc-317f6f4b9666","name":"success response","originalRequest":{"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer •••••••","type":"text"},{"key":"x-api-version","value":"3","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"products\": [\n        {\n            \"thumbnail\": \"https://dummyimage.com/600x600/000/fff\",\n            \"name\": \"Product name example 1\",\n            \"sku\": \"SKU-EXAMPLE-1\",\n            \"barcode\": null,\n            \"cost\": 1880,\n            \"price\": null,\n            \"height\": 10,\n            \"length\": 10,\n            \"weight\": 10000,\n            \"width\": 10\n        },\n        {\n            \"thumbnail\": \"https://dummyimage.com/600x600/000/fff\",\n            \"name\": \"Product name example 2\",\n            \"sku\": \"SKU-EXAMPLE-2\",\n            \"barcode\": null,\n            \"cost\": 1880,\n            \"price\": null,\n            \"height\": 10,\n            \"length\": 10,\n            \"weight\": 10000,\n            \"width\": 10\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://fulfill99-gateway-sandbox-qndxoltwga-uc.a.run.app/api/v1/products/batch"},"status":"Created","code":201,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"products\": [\n        {\n            \"sku\": \"99M-PRNAEX-3C2BB908\",\n            \"index\": 0\n        },\n        {\n            \"sku\": \"99M-PRNAEX-531E0C13\",\n            \"index\": 1\n        }\n    ],\n    \"errors\": []\n}"},{"id":"667597bf-5126-4f6d-aa47-8078540522e0","name":"partial response","originalRequest":{"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{API_V3_TOKEN}}","type":"text"},{"key":"x-api-version","value":"3","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"products\": [\n        {\n            \"thumbnail\": \"https://dummyimage.com/600x600/000/fff\",\n            \"name\": \"Product name example 1\",\n            \"sku\": \"SKU-EXAMPLE-1\",\n            \"barcode\": null,\n            \"cost\": 1880,\n            \"price\": null,\n            \"height\": 10,\n            \"length\": 10,\n            \"weight\": 10000,\n            \"width\": 10\n        },\n        {\n            \"thumbnail\": \"https://dummyimage.com/600x600/000/fff\",\n            \"name\": \"Product name example 2\",\n            \"sku\": \"SKU-EXAMPLE-2\",\n            \"barcode\": null,\n            \"cost\": 1880,\n            \"price\": null,\n            \"height\": 10,\n            \"length\": 10,\n            \"weight\": 10000,\n            \"width\": 10\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{FULFILLMENT_URL}}/api/v1/products/batch"},"status":"Created","code":201,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"products\": [\n        {\n            \"sku\": \"99M-PRNAEX-531E0C13\",\n            \"index\": 1\n        }\n    ],\n    \"errors\": [\n        {\n            \"error\": \"error reason\",\n            \"index\": 0\n        }\n    ]\n}"},{"id":"019821fd-b421-4af2-9888-730e1409d9fd","name":"only errors","originalRequest":{"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{API_V3_TOKEN}}","type":"text"},{"key":"x-api-version","value":"3","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"products\": [\n        {\n            \"thumbnail\": \"https://dummyimage.com/600x600/000/fff\",\n            \"name\": \"Product name example 1\",\n            \"sku\": \"SKU-EXAMPLE-1\",\n            \"barcode\": null,\n            \"cost\": 1880,\n            \"price\": null,\n            \"height\": 10,\n            \"length\": 10,\n            \"weight\": 10000,\n            \"width\": 10\n        },\n        {\n            \"thumbnail\": \"https://dummyimage.com/600x600/000/fff\",\n            \"name\": \"Product name example 2\",\n            \"sku\": \"SKU-EXAMPLE-2\",\n            \"barcode\": null,\n            \"cost\": 1880,\n            \"price\": null,\n            \"height\": 10,\n            \"length\": 10,\n            \"weight\": 10000,\n            \"width\": 10\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{FULFILLMENT_URL}}/api/v1/products/batch"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"products\": [    ],\n    \"errors\": [\n        {\n            \"sku\": \"99M-PRNAEX-3C2BB908\",\n            \"error\": \"error reason\",\n            \"index\": 0\n        }\n    ]\n}"}],"_postman_id":"042d394c-b4e3-40b0-830c-e419e94f7964"},{"name":"Get csv template","id":"754d1a7d-6c25-4724-b714-f34b68f618c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer •••••••","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"images","type":"file","value":null}]},"url":"{{FULFILLMENT_URL}}/api/v1/products/template","description":"<p>StartFragment</p>\n<h3 id=\"field-rules\">FIELD RULES</h3>\n<p><strong>images</strong></p>\n<ul>\n<li>File</li>\n<li>Optional</li>\n<li>Accepts up to 250 images</li>\n</ul>\n<p>This method provides an <strong>xlsx file</strong> with the following columns:</p>\n<h3 id=\"columns\">Columns</h3>\n<ul>\n<li>thumbnail</li>\n<li>sku</li>\n<li>barcode</li>\n<li>name</li>\n<li>value</li>\n<li>price</li>\n<li>weight</li>\n<li>height</li>\n<li>width</li>\n<li>length</li>\n</ul>\n<p>each individual product must respect the rules previously seen, see <a href=\"#6e06a545-25eb-4d74-9f30-ac1fa43c21a9\">Field rules</a></p>\n","urlObject":{"path":["api","v1","products","template"],"host":["{{FULFILLMENT_URL}}"],"query":[],"variable":[]}},"response":[{"id":"6de5286d-de23-4ae9-b05b-35ccd45d42e9","name":"success response","originalRequest":{"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer •••••••","type":"text"},{"key":"x-api-version","value":"3","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"images","type":"file","value":null}],"options":{"raw":{"language":"json"}}},"url":"https://fulfill99-gateway-sandbox-qndxoltwga-uc.a.run.app/api/v1/products/batch"},"status":"Created","code":201,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"csvURL\": \"https://gateway-99.s3.amazonaws.com/210c9498-b1fd-476b-a574-1a40b61d851e/products_import_template.csv\"\n}"}],"_postman_id":"754d1a7d-6c25-4724-b714-f34b68f618c6"},{"name":"Create products by xlsx/csv","id":"4d873fdb-be0d-445a-9273-4065c54b4bae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{API_V3_TOKEN}}","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null}]},"url":"{{FULFILLMENT_URL}}/api/v1/products/import","description":"<p>Allows you to massively insert the products via csv/xlsx, each individual product must respect the rules previously seen, see <a href=\"#6e06a545-25eb-4d74-9f30-ac1fa43c21a9\">Field rules</a></p>\n","urlObject":{"path":["api","v1","products","import"],"host":["{{FULFILLMENT_URL}}"],"query":[],"variable":[]}},"response":[{"id":"f798eee8-8981-49a8-a9d6-a6e32276fc93","name":"success response","originalRequest":{"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{API_V3_TOKEN}}","type":"text"},{"key":"x-api-version","value":"3","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":[]}]},"url":"{{FULFILLMENT_URL}}/api/v1/products/import"},"status":"Created","code":201,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"products\": [\n        {\n            \"id\": \"UHJvZHVjdEluZm86MjkyMzkyMDU3\",\n            \"sku\": \"99M-PRCSEX-B12660C2\",\n            \"index\": 0\n        },\n        {\n            \"id\": \"UHJvZHVjdEluZm86MjkyMzkyMDU4\",\n            \"sku\": \"99M-PRCSEX-724EBEDD\",\n            \"index\": 1\n        },\n        {\n            \"id\": \"UHJvZHVjdEluZm86MjkyMzkyMDU5\",\n            \"sku\": \"99M-PRCSEX-7D13A87A\",\n            \"index\": 2\n        },\n        {\n            \"id\": \"UHJvZHVjdEluZm86MjkyMzkyMDYw\",\n            \"sku\": \"99M-PRCSEX-18090777\",\n            \"index\": 3\n        },\n        {\n            \"id\": \"UHJvZHVjdEluZm86MjkyMzkyMDY4\",\n            \"sku\": \"99M-PRCSEX-6EE660D2\",\n            \"index\": 4\n        },\n        {\n            \"id\": \"UHJvZHVjdEluZm86MjkyMzkyMDcz\",\n            \"sku\": \"99M-PRCSEX-BB52FE96\",\n            \"index\": 5\n        },\n        {\n            \"id\": \"UHJvZHVjdEluZm86MjkyMzkyMDc3\",\n            \"sku\": \"99M-PRCSEX-3830CCFE\",\n            \"index\": 6\n        },\n        {\n            \"id\": \"UHJvZHVjdEluZm86MjkyMzkyMDc4\",\n            \"sku\": \"99M-PRCSEX-560D0955\",\n            \"index\": 7\n        },\n        {\n            \"id\": \"UHJvZHVjdEluZm86MjkyMzkyMDc5\",\n            \"sku\": \"99M-PRCSEX-82667272\",\n            \"index\": 8\n        },\n        {\n            \"id\": \"UHJvZHVjdEluZm86MjkyMzkyMDg1\",\n            \"sku\": \"99M-PRCSEX-A98907ED\",\n            \"index\": 9\n        },\n        {\n            \"id\": \"UHJvZHVjdEluZm86MjkyMzkyMDg3\",\n            \"sku\": \"99M-PRCSEX-CC989BC8\",\n            \"index\": 10\n        },\n        {\n            \"id\": \"UHJvZHVjdEluZm86MjkyMzkyMDg4\",\n            \"sku\": \"99M-PRCSEX-5E983AB2\",\n            \"index\": 11\n        },\n        {\n            \"id\": \"UHJvZHVjdEluZm86MjkyMzkyMDkz\",\n            \"sku\": \"99M-PRCSEX-7558A147\",\n            \"index\": 12\n        },\n        {\n            \"id\": \"UHJvZHVjdEluZm86MjkyMzkyMDk1\",\n            \"sku\": \"99M-PRCSEX-95466093\",\n            \"index\": 13\n        }\n    ],\n    \"errors\": []\n}"},{"id":"1d04002e-37b6-4a3b-a95a-9971445faa64","name":"partial response","originalRequest":{"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{API_V3_TOKEN}}","type":"text"},{"key":"x-api-version","value":"3","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"products\": [\n        {\n            \"thumbnail\": \"https://dummyimage.com/600x600/000/fff\",\n            \"name\": \"Product name example 1\",\n            \"sku\": \"SKU-EXAMPLE-1\",\n            \"barcode\": null,\n            \"cost\": 1880,\n            \"price\": null,\n            \"height\": 10,\n            \"length\": 10,\n            \"weight\": 10000,\n            \"width\": 10\n        },\n        {\n            \"thumbnail\": \"https://dummyimage.com/600x600/000/fff\",\n            \"name\": \"Product name example 2\",\n            \"sku\": \"SKU-EXAMPLE-2\",\n            \"barcode\": null,\n            \"cost\": 1880,\n            \"price\": null,\n            \"height\": 10,\n            \"length\": 10,\n            \"weight\": 10000,\n            \"width\": 10\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{FULFILLMENT_URL}}/api/v1/products/batch"},"status":"Accepted","code":205,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"products\": [\n        {\n            \"id\": \"UHJvZHVjdEluZm86MjkyNDAyMjEy\",\n            \"sku\": \"99M-PRNAEX-531E0C13\",\n            \"index\": 1\n        }\n    ],\n    \"errors\": [\n        {\n            \"sku\": \"99M-PRNAEX-3C2BB908\",\n            \"error\": \"error reason\",\n            \"index\": 0\n        }\n    ]\n}"},{"id":"e07cc1ba-f07c-4644-a572-e34bc21c2d94","name":"only errors","originalRequest":{"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{API_V3_TOKEN}}","type":"text"},{"key":"x-api-version","value":"3","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"products\": [\n        {\n            \"thumbnail\": \"https://dummyimage.com/600x600/000/fff\",\n            \"name\": \"Product name example 1\",\n            \"sku\": \"SKU-EXAMPLE-1\",\n            \"barcode\": null,\n            \"cost\": 1880,\n            \"price\": null,\n            \"height\": 10,\n            \"length\": 10,\n            \"weight\": 10000,\n            \"width\": 10\n        },\n        {\n            \"thumbnail\": \"https://dummyimage.com/600x600/000/fff\",\n            \"name\": \"Product name example 2\",\n            \"sku\": \"SKU-EXAMPLE-2\",\n            \"barcode\": null,\n            \"cost\": 1880,\n            \"price\": null,\n            \"height\": 10,\n            \"length\": 10,\n            \"weight\": 10000,\n            \"width\": 10\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{FULFILLMENT_URL}}/api/v1/products/batch"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"products\": [    ],\n    \"errors\": [\n        {\n            \"sku\": \"99M-PRNAEX-3C2BB908\",\n            \"error\": \"error reason\",\n            \"index\": 0\n        }\n    ]\n}"}],"_postman_id":"4d873fdb-be0d-445a-9273-4065c54b4bae"},{"name":"Update product by sku","id":"2adf4e2a-6b7c-4a4d-97d2-6866d5ead88f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{API_V3_TOKEN}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"active\": true,\n    \"thumbnail\": \"https://dummyimage.com/600x600/000/fff\",\n    \"name\": \"Product name example 2\",\n    \"barcode\": null,\n    \"value\": 1880,\n    \"price\": null,\n    \"height\": 10.00,\n    \"length\": 10.00,\n    \"width\": 10.00,\n    \"weight\": 10000\n}","options":{"raw":{"language":"json"}}},"url":"{{FULFILLMENT_URL}}/api/v1/products/SKU-WITHOUT-BARCODE-3","description":"<h3 id=\"field-rules\">FIELD RULES</h3>\n<p><strong>active</strong></p>\n<ul>\n<li>Boolean</li>\n<li>Optional</li>\n<li>Allows you to activate/deactivate a product, preventing sales if that is deactivated</li>\n</ul>\n<p><strong>name</strong></p>\n<ul>\n<li>String</li>\n<li>Optional</li>\n<li>Product name</li>\n</ul>\n<p><strong>thumbnail</strong></p>\n<ul>\n<li>String</li>\n<li>Optional</li>\n<li>StartFragmentPublic image URL</li>\n</ul>\n<p><strong>value</strong></p>\n<ul>\n<li>Numeric</li>\n<li>Optional</li>\n<li>Product cost</li>\n</ul>\n<p><strong>price</strong></p>\n<ul>\n<li>Numeric</li>\n<li>Optional</li>\n<li>Product selling price</li>\n</ul>\n<p><strong>width</strong></p>\n<ul>\n<li>Numeric</li>\n<li>Optional</li>\n<li>specified in <strong>centimeters</strong></li>\n</ul>\n<p><strong>height</strong></p>\n<ul>\n<li>Numeric</li>\n<li>Optional</li>\n<li>specified in <strong>centimeters</strong></li>\n</ul>\n<p><strong>length</strong></p>\n<ul>\n<li>Numeric</li>\n<li>Optional</li>\n<li>specified in <strong>centimeters</strong></li>\n</ul>\n<p><strong>weight</strong></p>\n<ul>\n<li>Integer</li>\n<li>Optional</li>\n<li>specified in <strong>grams</strong></li>\n</ul>\n<p>\"You must enter at least one field to generate the request\"</p>\n","urlObject":{"path":["api","v1","products","SKU-WITHOUT-BARCODE-3"],"host":["{{FULFILLMENT_URL}}"],"query":[],"variable":[]}},"response":[{"id":"2b8c992c-1d70-493b-9230-198bb864a78e","name":"success response","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer •••••••","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"active\": true,\r\n    \"thumbnail\": \"https://dummyimage.com/600x600/000/fff\",\r\n    \"name\": \"Product name example 2\",\r\n    \"barcode\": null,\r\n    \"value\": 1880,\r\n    \"price\": null,\r\n    \"height\": 10,\r\n    \"length\": 10,\r\n    \"weight\": 10000,\r\n    \"width\": 10\r\n}"},"url":"{{FULFILLMENT_URL}}/api/v1/products/SKU-WITHOUT-BARCODE-3"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"thumbnail\": \"https://dummyimage.com/600x600/000/fff\",\n        \"name\": \"Product name example 2\",\n        \"sku\": \"FUL-TESTSS-B4D881D4\",\n        \"barcode\": \"5EA7994922CC6855EA44\",\n        \"value\": 1880,\n        \"price\": 50,\n        \"dimensions\": {\n            \"height\": 10,\n            \"length\": 10,\n            \"weight\": 10000,\n            \"width\": 10\n        },\n        \"volume\": 1000,\n        \"stock\": 0,\n        \"inventory\": 0,\n        \"backorder_quantity\": 1,\n        \"sold\": 0,\n        \"active\": true,\n        \"createdAt\": \"2022-11-30T19:14:37.661Z\",\n        \"updatedAt\": \"2022-12-12T18:25:52.237Z\"\n    }\n}"}],"_postman_id":"2adf4e2a-6b7c-4a4d-97d2-6866d5ead88f"}],"id":"676b2c88-6052-4e12-ae73-c630665bd1f2","description":"<p>In this section we find the services available to operate products</p>\n","_postman_id":"676b2c88-6052-4e12-ae73-c630665bd1f2"},{"name":"🚐 Arrival orders","item":[{"name":"Get arrival orders","id":"a7f38168-5f42-484d-adc8-a32cb4fb11a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{API_V3_TOKEN}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"{{FULFILLMENT_URL}}/api/v1/arrival-orders?page=1","description":"<p>The following fields return in the responseBody the possible values by which the search can be filtered.</p>\n<p>In case you want to clean the search, they should not be sent in the request.</p>\n<h3 id=\"fields\">FIELDS</h3>\n<p><strong>search</strong> <em><code>optional</code></em></p>\n<p>It is used when you want to find a text within the values of the fields: \"orders.aoNumber\".</p>\n<ul>\n<li>string</li>\n</ul>\n<p><strong>filters[inventoryStatus][]</strong> <em><code>optional</code></em></p>\n<p>It is used when you want to find a specific state in the field \"orders.products.inventoryStatus\".</p>\n<ul>\n<li>string</li>\n<li>Example: not_received</li>\n</ul>\n<p><strong>filters[status][]</strong> <em><code>optional</code></em></p>\n<p>It is used when you want to find a specific state in the field \"orders.status\".</p>\n<ul>\n<li>string</li>\n<li>Example: pending</li>\n</ul>\n","urlObject":{"path":["api","v1","arrival-orders"],"host":["{{FULFILLMENT_URL}}"],"query":[{"key":"page","value":"1"},{"disabled":true,"key":"search","value":"33"},{"disabled":true,"key":"filters[inventoryStatus][]","value":"received"},{"disabled":true,"key":"filters[status][]","value":"closed"}],"variable":[]}},"response":[{"id":"6ba1e540-0afe-4545-9e22-9d3e52d48563","name":"success response","originalRequest":{"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{API_V3_TOKEN}}","type":"text"},{"key":"x-api-version","value":"3","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"{{FULFILLMENT_URL}}/api/v1/arrival-orders?page=1","host":["{{FULFILLMENT_URL}}"],"path":["api","v1","arrival-orders"],"query":[{"key":"page","value":"1"},{"key":"search","value":"33","type":"text","disabled":true},{"key":"filters[inventoryStatus][]","value":"received","type":"text","disabled":true},{"key":"filters[status][]","value":"closed","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"metadata\": {\n        \"total_records\": 41,\n        \"page\": 1,\n        \"page_size\": 10,\n        \"total_pages\": 5,\n        \"filters\": {\n            \"status\": [\n                \"pending\",\n                \"in_progress\",\n                \"cancelled\",\n                \"closed\",\n                \"canceled\"\n            ],\n            \"inventoryStatus\": [\n                \"received\",\n                \"not_received\",\n                \"over_received\"\n            ]\n        }\n    },\n    \"orders\": [\n        {\n            \"id\": \"PO-99M-41\",\n            \"aoNumber\": \"PO-99M-41\",\n            \"status\": \"pending\",\n            \"appointment\": \"2022-12-15T00:00:00.000Z\",\n            \"contact\": {\n                \"name\": \"jhon Doe\",\n                \"address\": \"\",\n                \"phone\": \"+523111234567\"\n            },\n            \"parcels\": 1,\n            \"products\": [\n                {\n                    \"sku\": \"99M-PRNAEX-531E0C13\",\n                    \"quantity\": 20,\n                    \"quantityReceived\": 0,\n                    \"price\": 0,\n                    \"inventoryStatus\": \"not_received\"\n                }\n            ],\n            \"total_qty\": 20,\n            \"total_qty_received\": 0,\n            \"inventoryStatus\": \"not_received\",\n            \"createdAt\": \"2023-02-02T02:22:10.389Z\",\n            \"updatedAt\": \"2023-02-02T02:22:25.357Z\"\n        },\n        {\n            \"id\": \"PO-99M-40\",\n            \"aoNumber\": \"PO-99M-40\",\n            \"status\": \"pending\",\n            \"appointment\": \"2022-12-15T00:00:00.000Z\",\n            \"contact\": {\n                \"name\": \"jhon Doe\",\n                \"address\": \"\",\n                \"phone\": \"+523111234567\"\n            },\n            \"parcels\": 1,\n            \"products\": [\n                {\n                    \"sku\": \"99M-PRNAEX-531E0C13\",\n                    \"quantity\": 20,\n                    \"quantityReceived\": 0,\n                    \"price\": 0,\n                    \"inventoryStatus\": \"not_received\"\n                }\n            ],\n            \"total_qty\": 20,\n            \"total_qty_received\": 0,\n            \"inventoryStatus\": \"not_received\",\n            \"createdAt\": \"2023-02-02T02:12:10.728Z\",\n            \"updatedAt\": \"2023-02-02T02:12:10.899Z\"\n        },\n        {\n            \"id\": \"PO-99M-39\",\n            \"aoNumber\": \"PO-99M-39\",\n            \"status\": \"pending\",\n            \"appointment\": \"2022-12-15T00:00:00.000Z\",\n            \"contact\": {\n                \"name\": \"jhon Doe\",\n                \"address\": \"\",\n                \"phone\": \"+523111234567\"\n            },\n            \"parcels\": 1,\n            \"products\": [\n                {\n                    \"sku\": \"99M-PRNAEX-531E0C13\",\n                    \"quantity\": 20,\n                    \"quantityReceived\": 0,\n                    \"price\": 0,\n                    \"inventoryStatus\": \"not_received\"\n                }\n            ],\n            \"total_qty\": 20,\n            \"total_qty_received\": 0,\n            \"inventoryStatus\": \"not_received\",\n            \"createdAt\": \"2023-02-02T02:08:24.046Z\",\n            \"updatedAt\": \"2023-02-02T02:08:24.160Z\"\n        },\n        {\n            \"id\": \"PO-99M-38\",\n            \"aoNumber\": \"PO-99M-38\",\n            \"status\": \"pending\",\n            \"appointment\": \"2022-12-15T00:00:00.000Z\",\n            \"contact\": {\n                \"name\": \"jhon Doe\",\n                \"address\": \"\",\n                \"phone\": \"+523111234567\"\n            },\n            \"parcels\": 1,\n            \"products\": [\n                {\n                    \"sku\": \"99M-PRNAEX-531E0C13\",\n                    \"quantity\": 20,\n                    \"quantityReceived\": 0,\n                    \"price\": 0,\n                    \"inventoryStatus\": \"not_received\"\n                }\n            ],\n            \"total_qty\": 20,\n            \"total_qty_received\": 0,\n            \"inventoryStatus\": \"not_received\",\n            \"createdAt\": \"2023-02-02T02:06:57.177Z\",\n            \"updatedAt\": \"2023-02-02T02:06:57.177Z\"\n        },\n        {\n            \"id\": \"PO-99M-37\",\n            \"aoNumber\": \"PO-99M-37\",\n            \"status\": \"pending\",\n            \"appointment\": \"2022-12-15T00:00:00.000Z\",\n            \"contact\": {\n                \"name\": \"jhon Doe\",\n                \"address\": \"\",\n                \"phone\": \"+523111234567\"\n            },\n            \"parcels\": 1,\n            \"products\": [\n                {\n                    \"sku\": \"99M-PRNAEX-531E0C13\",\n                    \"quantity\": 20,\n                    \"quantityReceived\": 0,\n                    \"price\": 0,\n                    \"inventoryStatus\": \"not_received\"\n                }\n            ],\n            \"total_qty\": 20,\n            \"total_qty_received\": 0,\n            \"inventoryStatus\": \"not_received\",\n            \"createdAt\": \"2023-02-02T02:06:30.343Z\",\n            \"updatedAt\": \"2023-02-02T02:06:34.362Z\"\n        },\n        {\n            \"id\": \"PO-99M-36\",\n            \"aoNumber\": \"PO-99M-36\",\n            \"status\": \"pending\",\n            \"appointment\": \"2022-12-15T00:00:00.000Z\",\n            \"contact\": {\n                \"name\": \"jhon Doe\",\n                \"address\": \"\",\n                \"phone\": \"+523111234567\"\n            },\n            \"parcels\": 1,\n            \"products\": [\n                {\n                    \"sku\": \"99M-PRNAEX-531E0C13\",\n                    \"quantity\": 20,\n                    \"quantityReceived\": 0,\n                    \"price\": 0,\n                    \"inventoryStatus\": \"not_received\"\n                }\n            ],\n            \"total_qty\": 20,\n            \"total_qty_received\": 0,\n            \"inventoryStatus\": \"not_received\",\n            \"createdAt\": \"2023-02-02T02:04:27.427Z\",\n            \"updatedAt\": \"2023-02-02T02:05:00.984Z\"\n        },\n        {\n            \"id\": \"PO-99M-35\",\n            \"aoNumber\": \"PO-99M-35\",\n            \"status\": \"pending\",\n            \"appointment\": \"2022-12-15T00:00:00.000Z\",\n            \"contact\": {\n                \"name\": \"jhon Doe\",\n                \"address\": \"\",\n                \"phone\": \"+523111234567\"\n            },\n            \"parcels\": 1,\n            \"products\": [\n                {\n                    \"sku\": \"99M-PRNAEX-531E0C13\",\n                    \"quantity\": 20,\n                    \"quantityReceived\": 0,\n                    \"price\": 0,\n                    \"inventoryStatus\": \"not_received\"\n                }\n            ],\n            \"total_qty\": 20,\n            \"total_qty_received\": 0,\n            \"inventoryStatus\": \"not_received\",\n            \"createdAt\": \"2023-02-02T02:03:05.233Z\",\n            \"updatedAt\": \"2023-02-02T02:04:57.530Z\"\n        },\n        {\n            \"id\": \"PO-99M-34\",\n            \"aoNumber\": \"PO-99M-34\",\n            \"status\": \"pending\",\n            \"appointment\": \"2022-12-15T00:00:00.000Z\",\n            \"contact\": {\n                \"name\": \"jhon Doe\",\n                \"address\": \"\",\n                \"phone\": \"+523111234567\"\n            },\n            \"parcels\": 1,\n            \"products\": [\n                {\n                    \"sku\": \"99M-PRNAEX-531E0C13\",\n                    \"quantity\": 20,\n                    \"quantityReceived\": 0,\n                    \"price\": 0,\n                    \"inventoryStatus\": \"not_received\"\n                }\n            ],\n            \"total_qty\": 20,\n            \"total_qty_received\": 0,\n            \"inventoryStatus\": \"not_received\",\n            \"createdAt\": \"2023-02-02T02:01:49.458Z\",\n            \"updatedAt\": \"2023-02-02T02:04:58.740Z\"\n        },\n        {\n            \"id\": \"PO-99M-33\",\n            \"aoNumber\": \"PO-99M-33\",\n            \"status\": \"closed\",\n            \"appointment\": \"2022-12-15T00:00:00.000Z\",\n            \"contact\": {\n                \"name\": \"jhon Doe\",\n                \"address\": \"\",\n                \"phone\": \"+523111234567\"\n            },\n            \"parcels\": 1,\n            \"products\": [\n                {\n                    \"sku\": \"99M-PRNAEX-531E0C13\",\n                    \"quantity\": 20,\n                    \"quantityReceived\": 20,\n                    \"price\": 0,\n                    \"inventoryStatus\": \"received\"\n                }\n            ],\n            \"total_qty\": 20,\n            \"total_qty_received\": 20,\n            \"inventoryStatus\": \"received\",\n            \"createdAt\": \"2022-10-31T19:30:01.988Z\",\n            \"updatedAt\": \"2023-01-23T23:00:25.077Z\"\n        },\n        {\n            \"id\": \"PO-99M-32\",\n            \"aoNumber\": \"PO-99M-32\",\n            \"status\": \"pending\",\n            \"appointment\": \"2022-12-15T00:00:00.000Z\",\n            \"contact\": {\n                \"name\": \"jhon Doe\",\n                \"address\": \"\",\n                \"phone\": \"+523111234567\"\n            },\n            \"parcels\": 1,\n            \"products\": [\n                {\n                    \"sku\": \"99M-PRNAEX-531E0C13\",\n                    \"quantity\": 20,\n                    \"quantityReceived\": 0,\n                    \"price\": 0,\n                    \"inventoryStatus\": \"not_received\"\n                }\n            ],\n            \"total_qty\": 20,\n            \"total_qty_received\": 0,\n            \"inventoryStatus\": \"not_received\",\n            \"createdAt\": \"2022-10-31T19:29:25.084Z\",\n            \"updatedAt\": \"2022-10-31T19:30:48.334Z\"\n        }\n    ]\n}"}],"_postman_id":"a7f38168-5f42-484d-adc8-a32cb4fb11a6"},{"name":"Create arrival order","id":"0a7783a7-a3cb-430d-8cf2-22b36ea44614","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{API_V3_TOKEN}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"order-44\",\n    \"appointment\": \"2022-12-15\",\n    \"contact\": {\n        \"name\": \"jhon Doe\",\n        \"address\": \"\",\n        \"phone\": \"+52 3111234567\"\n    },\n    \"parcels\": 1,\n    \"products\": [\n        {\n            \"sku\": \"99M-PRNAEX-531E0C13\",\n            \"quantity\": 20\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{FULFILLMENT_URL}}/api/v1/arrival-orders","description":"<p><code>it is important that the</code> <strong><code>identifier</code></strong> <code>is stored by the consumer, since it is required in cancellations</code></p>\n<h3 id=\"fields\">FIELDS</h3>\n<p><strong>id</strong></p>\n<ul>\n<li>String | null</li>\n<li>Optional</li>\n</ul>\n<p><strong>appointment</strong></p>\n<ul>\n<li>Date ISO</li>\n<li>Required</li>\n</ul>\n<p><strong>contact</strong></p>\n<ul>\n<li>Array</li>\n<li>Required</li>\n</ul>\n<p><strong>contact.name</strong></p>\n<ul>\n<li>String</li>\n<li>Required</li>\n</ul>\n<p><strong>contact.phone</strong></p>\n<ul>\n<li>String</li>\n<li>Required</li>\n</ul>\n<p><strong>contact.address</strong></p>\n<ul>\n<li>String</li>\n<li>Optional</li>\n</ul>\n<p><strong>parcels</strong></p>\n<ul>\n<li>Number</li>\n<li>Required</li>\n</ul>\n<p><strong>products</strong></p>\n<ul>\n<li>Array</li>\n<li>Required</li>\n<li>Unique value</li>\n</ul>\n<p><strong>products.sku</strong></p>\n<ul>\n<li>String</li>\n<li>Required</li>\n</ul>\n<p><strong>products.quantity</strong></p>\n<ul>\n<li>Number</li>\n<li>Required</li>\n</ul>\n","urlObject":{"path":["api","v1","arrival-orders"],"host":["{{FULFILLMENT_URL}}"],"query":[],"variable":[]}},"response":[{"id":"eb29e533-a837-4dfb-b741-8fbfa7aef441","name":"success response","originalRequest":{"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{API_V3_TOKEN}}","type":"text"},{"key":"x-api-version","value":"3","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"order-40\",\n    \"appointment\": \"2022-12-15\",\n    \"contact\": {\n        \"name\": \"jhon Doe\",\n        \"address\": \"\",\n        \"phone\": \"+52 3111234567\"\n    },\n    \"parcels\": 1,\n    \"products\": [\n        {\n            \"sku\": \"FUL-PAPEL-1660247562000\",\n            \"quantity\": 20\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{FULFILLMENT_URL}}/api/v1/arrival-orders"},"status":"Accepted","code":202,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"id\": \"order-40\",\n    \"data\": {\n        \"id\": \"order-40\",\n        \"aoNumber\": \"PO-FULFILLMENT QA-46\",\n        \"status\": \"pending\",\n        \"appointment\": \"2022-12-12T20:40:41.281Z\",\n        \"contact\": {\n            \"name\": \"jhon Doe\",\n            \"address\": \"\",\n            \"phone\": \"+52 3111234567\"\n        },\n        \"parcels\": 1,\n        \"products\": [\n            {\n                \"sku\": \"FUL-PAPEL-1660247562000\",\n                \"quantity\": 20,\n                \"quantityReceived\": 0,\n                \"price\": 5\n            }\n        ],\n        \"createdAt\": \"2022-12-12T20:40:42.778Z\",\n        \"updatedAt\": \"2022-12-12T20:40:42.778Z\"\n    }\n}"}],"_postman_id":"0a7783a7-a3cb-430d-8cf2-22b36ea44614"},{"name":"Create or retrieve an arrival order document","id":"fa7abdeb-4cbd-4efc-b41a-b578b8017460","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{API_V3_TOKEN}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"documents\": [\n        \"receipt\",\n        \"labels\",\n        \"summary\"\n    ]\n}"},"url":"{{FULFILLMENT_URL}}/api/v1/arrival-orders/{{ARRIVAL_ORDER_IDENTIFIER}}/docs","description":"<p>When you generate an arrival order, you need to print the \"receipt\" document and paste it on the product container</p>\n<hr />\n<h3 id=\"field-rules\">FIELD RULES</h3>\n<p><strong>documents</strong></p>\n<ul>\n<li>Array</li>\n<li>Required</li>\n<li>Valid inputs <strong>receipt</strong>, <strong>labels</strong>, <strong>summary</strong></li>\n</ul>\n","urlObject":{"path":["api","v1","arrival-orders","{{ARRIVAL_ORDER_IDENTIFIER}}","docs"],"host":["{{FULFILLMENT_URL}}"],"query":[],"variable":[]}},"response":[{"id":"f8d751f9-1d68-4015-b8cc-d40393c8f788","name":"success response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer •••••••","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"documents\": [\n        \"receipt\",\n        \"labels\",\n        \"summary\"\n    ]\n}"},"url":"https://fulfill99-gateway-sandbox-qndxoltwga-uc.a.run.app/api/v1/arrival-orders/order-01/docs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-security-policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"origin-agent-cluster","value":"?1"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"access-control-allow-origin","value":"*"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"etag","value":"W/\"10-oV4hJxRVSENxc/wX8+mA4/Pe4tA\""},{"key":"X-Cloud-Trace-Context","value":"cc73a5d9d8fe2daeac70b5f1532e4eab"},{"key":"Date","value":"Thu, 25 Aug 2022 18:05:13 GMT"},{"key":"Server","value":"Google Frontend"},{"key":"Content-Length","value":"16"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\"; ma=2592000; v=\"46,43\""}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"receipt\": \"<BASE64_PDF>\",\n    \"labels\": \"<BASE64_PDF>\",\n    \"summary\": \"<BASE64_PDF>\"\n}"}],"_postman_id":"fa7abdeb-4cbd-4efc-b41a-b578b8017460"},{"name":"Cancel arrival order","id":"5126878d-ff3e-438e-9798-89c4f197b233","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{API_V3_TOKEN}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"status\": \"canceled\"\n}"},"url":"{{FULFILLMENT_URL}}/api/v1/arrival-orders/{{ARRIVAL_ORDER_IDENTIFIER}}","description":"<p>The order may be canceled when it is not being processed or is already closed</p>\n","urlObject":{"path":["api","v1","arrival-orders","{{ARRIVAL_ORDER_IDENTIFIER}}"],"host":["{{FULFILLMENT_URL}}"],"query":[],"variable":[]}},"response":[{"id":"7d231fc8-651e-4832-82c2-ff4a51010b3a","name":"success response","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{API_V3_TOKEN}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"status\": \"canceled\"\n}"},"url":"{{FULFILLMENT_URL}}/api/v1/arrival-orders/{{ARRIVAL_ORDER_IDENTIFIER}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-security-policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"origin-agent-cluster","value":"?1"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"access-control-allow-origin","value":"*"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"etag","value":"W/\"10-oV4hJxRVSENxc/wX8+mA4/Pe4tA\""},{"key":"X-Cloud-Trace-Context","value":"cc73a5d9d8fe2daeac70b5f1532e4eab"},{"key":"Date","value":"Thu, 25 Aug 2022 18:05:13 GMT"},{"key":"Server","value":"Google Frontend"},{"key":"Content-Length","value":"16"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\"; ma=2592000; v=\"46,43\""}],"cookie":[],"responseTime":null,"body":"{\n    \"request_id\": \"3e27a220-7a5f-11ed-a6fc-5d0e2010ee4a\",\n    \"success\": true,\n    \"data\": {\n        \"id\": \"63890fac508b1199dc2bd28d\",\n        \"orderNumber\": \"221201-dak2\",\n        \"internalKey\": \"TEST-1\",\n        \"deliveryType\": \"NXD\",\n        \"notes\": \"**FULFILLMENT** 221201-dak2-xs-0 Test fulfill\",\n        \"packageSize\": \"xs\",\n        \"createdAt\": \"2022-12-01T20:33:48.147Z\",\n        \"updatedAt\": \"2022-12-12T20:55:01.948Z\",\n        \"deliveryDate\": null,\n        \"payments\": {\n            \"paymentMethod\": \"\",\n            \"cashOnDelivery\": {\n                \"amount\": 0,\n                \"currency\": \"MXN\"\n            }\n        },\n        \"amountSecure\": 0,\n        \"destination\": {\n            \"receiver\": \"\",\n            \"nameReceiver\": \"\",\n            \"lastNameReceiver\": \"\",\n            \"emailReceiver\": \"\",\n            \"phoneReceiver\": \"\",\n            \"addressDestination\": \"\",\n            \"numberDestination\": \"\",\n            \"codePostalDestination\": \"9080\",\n            \"country\": \"MEX\"\n        },\n        \"fulfillmentStatus\": \"canceled\",\n        \"items\": [\n            {\n                \"description\": \"TestSS1\",\n                \"price\": \"16\",\n                \"quantity\": 2,\n                \"sku\": \"FUL-TESTSS-B4D881D4\",\n                \"weight\": 10,\n                \"size\": \"xs\",\n                \"serialNumbers\": [],\n                \"warehouseId\": \"6341972eecf581d54b4df4c9\"\n            },\n            {\n                \"description\": \"testrafia\",\n                \"price\": \"250\",\n                \"quantity\": 1,\n                \"sku\": \"FUL-TESTRA-49853CC3\",\n                \"weight\": 15,\n                \"size\": \"xs\",\n                \"serialNumbers\": [],\n                \"warehouseId\": \"6341972eecf581d54b4df4c9\"\n            }\n        ],\n        \"price\": {},\n        \"tracking\": [\n            \"2058913121\"\n        ]\n    }\n}"},{"id":"0735040d-8b5e-4878-9444-9841817fae9f","name":"error response","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{API_V3_TOKEN}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"status\": \"cancelled\"\n}"},"url":"{{FULFILLMENT_URL}}/api/v1/arrival-orders/{{ARRIVAL_ORDER_IDENTIFIER}}"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"content-security-policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"origin-agent-cluster","value":"?1"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"access-control-allow-origin","value":"*"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"etag","value":"W/\"94-uOnAvwEGBG53067YSngcf6FDBKg\""},{"key":"X-Cloud-Trace-Context","value":"17d129ff90db08fb975ce890f7b38d27;o=1"},{"key":"Date","value":"Thu, 25 Aug 2022 17:19:50 GMT"},{"key":"Server","value":"Google Frontend"},{"key":"Content-Length","value":"148"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\"; ma=2592000; v=\"46,43\""}],"cookie":[],"responseTime":null,"body":"{\n    \"request_id\": \"201b0a80-249a-11ed-b3a0-b5bc5a7db6c1\",\n    \"success\": false,\n    \"message\": \"The order <your identifier> cannot be canceled, it is in in_progress status\"\n}"},{"id":"bd17b7e4-1c7a-46a0-a016-24ad01da6c5d","name":"error response","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{API_V3_TOKEN}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"status\": \"cancelled\"\n}"},"url":"{{FULFILLMENT_URL}}/api/v1/arrival-orders/{{ARRIVAL_ORDER_IDENTIFIER}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"content-security-policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"origin-agent-cluster","value":"?1"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"access-control-allow-origin","value":"*"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"etag","value":"W/\"79-8TKzZKXn26DNzQ+CA66xkdnZ924\""},{"key":"X-Cloud-Trace-Context","value":"27a4024abc356bbfdea25932c2c77267;o=1"},{"key":"Date","value":"Thu, 25 Aug 2022 17:21:02 GMT"},{"key":"Server","value":"Google Frontend"},{"key":"Content-Length","value":"121"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\"; ma=2592000; v=\"46,43\""}],"cookie":[],"responseTime":null,"body":"{\n    \"request_id\": \"4b17fc20-249a-11ed-b3a0-b5bc5a7db6c1\",\n    \"success\": false,\n    \"message\": \"The order <your identifier> is already cancelled\"\n}"}],"_postman_id":"5126878d-ff3e-438e-9798-89c4f197b233"}],"id":"1218f061-3f67-4cae-8ce2-adbf6020d2e6","_postman_id":"1218f061-3f67-4cae-8ce2-adbf6020d2e6","description":""},{"name":"📖 Orders","item":[{"name":"Get orders","id":"6232cb09-cc27-4b70-aeae-f1496b8a73d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{API_V3_TOKEN}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"{{FULFILLMENT_URL}}/api/v1/orders?page=1","description":"<p>The following fields return in the responseBody the possible values by which the search can be filtered.</p>\n<p>In case you want to clean the search, they should not be sent in the request.</p>\n<h3 id=\"fields\">FIELDS</h3>\n<p><strong>search</strong> <em><code>optional</code></em></p>\n<p>It is used when you want to find a text within the values of the fields: \"orders.orderNumber\" or \"orders.internalKey\".</p>\n<ul>\n<li>string</li>\n</ul>\n<p><strong>filters[fulfillmentStatus][]</strong> <em><code>optional</code></em></p>\n<p>It is used when you want to find a specific state in the field \"orders.fulfillmentStatus\".</p>\n<ul>\n<li>string</li>\n<li>Example: pending</li>\n</ul>\n<p><strong>filters[deliveryType][]</strong> <em><code>optional</code></em></p>\n<p>It is used when you want to find a specific value in the field \"orders.deliveryType\".</p>\n<ul>\n<li>string</li>\n<li>Example: SMD</li>\n</ul>\n","urlObject":{"path":["api","v1","orders"],"host":["{{FULFILLMENT_URL}}"],"query":[{"key":"page","value":"1"},{"disabled":true,"key":"search","value":"c98i"},{"disabled":true,"key":"filters[fulfillmentStatus][]","value":"pending"},{"disabled":true,"key":"filters[deliveryType][]","value":"SMD"}],"variable":[]}},"response":[{"id":"ee5dbfa1-cbc4-471e-929a-aef667acb973","name":"success response","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{API_V3_TOKEN}}","type":"text"},{"key":"x-api-version","value":"3","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"{{FULFILLMENT_URL}}/api/v1/orders","host":["{{FULFILLMENT_URL}}"],"path":["api","v1","orders"],"query":[{"key":"search","value":"c98i","type":"text","disabled":true},{"key":"filters[fulfillmentStatus][]","value":"pending","type":"text","disabled":true},{"key":"filters[deliveryType][]","value":"SMD","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-security-policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"origin-agent-cluster","value":"?1"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"access-control-allow-origin","value":"*"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"etag","value":"W/\"1b7a-mpZ3ARleA6E9PhLWKAJpuwvrqUQ\""},{"key":"X-Cloud-Trace-Context","value":"b061a3b25828240bc956067b407967e7;o=1"},{"key":"Date","value":"Thu, 18 Aug 2022 19:06:44 GMT"},{"key":"Server","value":"Google Frontend"},{"key":"Content-Length","value":"7034"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\"; ma=2592000; v=\"46,43\""}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"metadata\": {\n        \"total_records\": 1531,\n        \"page\": 1,\n        \"page_size\": 10,\n        \"total_pages\": 154,\n        \"filters\": {\n            \"fulfillmentStatus\": [\n                \"canceled\",\n                \"processing\",\n                \"fulfilled\",\n                \"pending\"\n            ],\n            \"deliveryType\": [\n                \"NXD\",\n                \"SMD\",\n                \"nextDay\"\n            ]\n        }\n    },\n    \"orders\": [\n        {\n            \"id\": \"641a43a9f3047af0c6569537\",\n            \"orderNumber\": \"230321-w9b8\",\n            \"internalKey\": \"QA7-SH\",\n            \"deliveryType\": \"NXD\",\n            \"notes\": \"**FULFILLMENT** 230321-w9b8-xs-100 **Information to be printed on the label**\",\n            \"packageSize\": \"xs\",\n            \"createdAt\": \"2023-03-21T23:54:17.708Z\",\n            \"updatedAt\": \"2023-03-22T00:14:58.392Z\",\n            \"deliveryDate\": null,\n            \"payments\": {\n                \"paymentMethod\": \"\",\n                \"cashOnDelivery\": {\n                    \"amount\": 100,\n                    \"currency\": \"MXN\"\n                }\n            },\n            \"amountSecure\": 0,\n            \"destination\": {\n                \"receiver\": \"Josh Mendoza\",\n                \"nameReceiver\": \"Josh\",\n                \"lastNameReceiver\": \"Mendoza\",\n                \"emailReceiver\": \"rosa.salinas@99minutos.com\",\n                \"phoneReceiver\": \"+525516009791\",\n                \"addressDestination\": \"Av 9 Pte 308, Centro histórico de Puebla, Puebla, Pue., México\",\n                \"numberDestination\": \"\",\n                \"codePostalDestination\": \"72000\",\n                \"country\": \"MEX\"\n            },\n            \"fulfillmentStatus\": \"fulfilled\",\n            \"price\": {\n                \"subTotal\": \"500\",\n                \"totalDiscounts\": \"300\",\n                \"totalPrice\": \"520\",\n                \"totalTax\": \"20\"\n            },\n            \"tracking\": [\n                \"3449447185\"\n            ]\n        },\n        {\n            \"id\": \"641a3f3bf3047af0c655d55d\",\n            \"orderNumber\": \"230321-omxz\",\n            \"internalKey\": \"QA5\",\n            \"deliveryType\": \"NXD\",\n            \"notes\": \"**FULFILLMENT** 230321-omxz-xs-100 **Information to be printed on the label**\",\n            \"packageSize\": \"xs\",\n            \"createdAt\": \"2023-03-21T23:35:23.210Z\",\n            \"updatedAt\": \"2023-03-21T23:42:08.611Z\",\n            \"deliveryDate\": null,\n            \"payments\": {\n                \"paymentMethod\": \"\",\n                \"cashOnDelivery\": {\n                    \"amount\": 100,\n                    \"currency\": \"MXN\"\n                }\n            },\n            \"amountSecure\": 0,\n            \"destination\": {\n                \"receiver\": \"Josh Mendoza\",\n                \"nameReceiver\": \"Josh\",\n                \"lastNameReceiver\": \"Mendoza\",\n                \"emailReceiver\": \"rosa.salinas@99minutos.com\",\n                \"phoneReceiver\": \"+525516009791\",\n                \"addressDestination\": \"Av 9 Pte 308, Centro histórico de Puebla, Puebla, Pue., México\",\n                \"numberDestination\": \"\",\n                \"codePostalDestination\": \"72000\",\n                \"country\": \"MEX\"\n            },\n            \"fulfillmentStatus\": \"pending\",\n            \"price\": {\n                \"subTotal\": \"500\",\n                \"totalDiscounts\": \"300\",\n                \"totalPrice\": \"520\",\n                \"totalTax\": \"20\"\n            },\n            \"tracking\": [\n                \"3520222265\"\n            ]\n        },\n        {\n            \"id\": \"641a3f2af3047af0c655d3d5\",\n            \"orderNumber\": \"230321-ntqs\",\n            \"internalKey\": \"QA4\",\n            \"deliveryType\": \"NXD\",\n            \"notes\": \"**FULFILLMENT** 230321-ntqs-xs-100 **Information to be printed on the label**\",\n            \"packageSize\": \"xs\",\n            \"createdAt\": \"2023-03-21T23:35:06.261Z\",\n            \"updatedAt\": \"2023-03-22T00:38:21.819Z\",\n            \"deliveryDate\": null,\n            \"payments\": {\n                \"paymentMethod\": \"\",\n                \"cashOnDelivery\": {\n                    \"amount\": 100,\n                    \"currency\": \"MXN\"\n                }\n            },\n            \"amountSecure\": 0,\n            \"destination\": {\n                \"receiver\": \"Josh Mendoza\",\n                \"nameReceiver\": \"Josh\",\n                \"lastNameReceiver\": \"Mendoza\",\n                \"emailReceiver\": \"rosa.salinas@99minutos.com\",\n                \"phoneReceiver\": \"+525516009791\",\n                \"addressDestination\": \"Av 9 Pte 308, Centro histórico de Puebla, Puebla, Pue., México\",\n                \"numberDestination\": \"\",\n                \"codePostalDestination\": \"72000\",\n                \"country\": \"MEX\"\n            },\n            \"fulfillmentStatus\": \"pending\",\n            \"price\": {\n                \"subTotal\": \"500\",\n                \"totalDiscounts\": \"300\",\n                \"totalPrice\": \"520\",\n                \"totalTax\": \"20\"\n            },\n            \"tracking\": [\n                \"1313194347\"\n            ]\n        },\n        {\n            \"id\": \"641a3f1bf3047af0c655d1a7\",\n            \"orderNumber\": \"230321-qw1z\",\n            \"internalKey\": \"QA3\",\n            \"deliveryType\": \"NXD\",\n            \"notes\": \"**FULFILLMENT** 230321-qw1z-xs-100 **Information to be printed on the label**\",\n            \"packageSize\": \"xs\",\n            \"createdAt\": \"2023-03-21T23:34:51.557Z\",\n            \"updatedAt\": \"2023-03-22T00:38:18.588Z\",\n            \"deliveryDate\": null,\n            \"payments\": {\n                \"paymentMethod\": \"\",\n                \"cashOnDelivery\": {\n                    \"amount\": 100,\n                    \"currency\": \"MXN\"\n                }\n            },\n            \"amountSecure\": 0,\n            \"destination\": {\n                \"receiver\": \"Josh Mendoza\",\n                \"nameReceiver\": \"Josh\",\n                \"lastNameReceiver\": \"Mendoza\",\n                \"emailReceiver\": \"rosa.salinas@99minutos.com\",\n                \"phoneReceiver\": \"+525516009791\",\n                \"addressDestination\": \"Av 9 Pte 308, Centro histórico de Puebla, Puebla, Pue., México\",\n                \"numberDestination\": \"\",\n                \"codePostalDestination\": \"72000\",\n                \"country\": \"MEX\"\n            },\n            \"fulfillmentStatus\": \"pending\",\n            \"price\": {\n                \"subTotal\": \"500\",\n                \"totalDiscounts\": \"300\",\n                \"totalPrice\": \"520\",\n                \"totalTax\": \"20\"\n            },\n            \"tracking\": [\n                \"2134726572\"\n            ]\n        },\n        {\n            \"id\": \"641a3f05f3047af0c655cfb8\",\n            \"orderNumber\": null,\n            \"internalKey\": \"QA2\",\n            \"deliveryType\": \"NXD\",\n            \"notes\": \"**FULFILLMENT** null-xs-100 **Information to be printed on the label**\",\n            \"packageSize\": \"xs\",\n            \"createdAt\": \"2023-03-21T23:34:29.985Z\",\n            \"updatedAt\": \"2023-03-22T00:38:17.571Z\",\n            \"deliveryDate\": null,\n            \"payments\": {\n                \"paymentMethod\": \"\",\n                \"cashOnDelivery\": {\n                    \"amount\": 100,\n                    \"currency\": \"MXN\"\n                }\n            },\n            \"amountSecure\": 0,\n            \"destination\": {\n                \"receiver\": \"Josh Mendoza\",\n                \"nameReceiver\": \"Josh\",\n                \"lastNameReceiver\": \"Mendoza\",\n                \"emailReceiver\": \"rosa.salinas@99minutos.com\",\n                \"phoneReceiver\": \"+525516009791\",\n                \"addressDestination\": \"Av 9 Pte 308, Centro histórico de Puebla, Puebla, Pue., México\",\n                \"numberDestination\": \"\",\n                \"codePostalDestination\": \"72000\",\n                \"country\": \"MEX\"\n            },\n            \"fulfillmentStatus\": \"processing\",\n            \"price\": {\n                \"subTotal\": \"500\",\n                \"totalDiscounts\": \"300\",\n                \"totalPrice\": \"520\",\n                \"totalTax\": \"20\"\n            },\n            \"tracking\": [\n                \"2778129340\"\n            ]\n        },\n        {\n            \"id\": \"641a386af3047af0c6551e28\",\n            \"orderNumber\": null,\n            \"internalKey\": \"QA1\",\n            \"deliveryType\": \"NXD\",\n            \"notes\": \"**FULFILLMENT** null-xs-100 **Information to be printed on the label**\",\n            \"packageSize\": \"xs\",\n            \"createdAt\": \"2023-03-21T23:06:18.851Z\",\n            \"updatedAt\": \"2023-03-21T23:13:25.541Z\",\n            \"deliveryDate\": null,\n            \"payments\": {\n                \"paymentMethod\": \"\",\n                \"cashOnDelivery\": {\n                    \"amount\": 100,\n                    \"currency\": \"MXN\"\n                }\n            },\n            \"amountSecure\": 0,\n            \"destination\": {\n                \"receiver\": \"Josh Mendoza\",\n                \"nameReceiver\": \"Josh\",\n                \"lastNameReceiver\": \"Mendoza\",\n                \"emailReceiver\": \"rosa.salinas@99minutos.com\",\n                \"phoneReceiver\": \"+525516009791\",\n                \"addressDestination\": \"Av 9 Pte 308, Centro histórico de Puebla, Puebla, Pue., México\",\n                \"numberDestination\": \"\",\n                \"codePostalDestination\": \"72000\",\n                \"country\": \"MEX\"\n            },\n            \"fulfillmentStatus\": \"processing\",\n            \"price\": {\n                \"subTotal\": \"500\",\n                \"totalDiscounts\": \"300\",\n                \"totalPrice\": \"520\",\n                \"totalTax\": \"20\"\n            },\n            \"tracking\": [\n                \"1719882956\"\n            ]\n        },\n        {\n            \"id\": \"6414fc3cf3047af0c6bd0708\",\n            \"orderNumber\": \"230317-upzu\",\n            \"internalKey\": \"FF00123-PRUEBA-2\",\n            \"deliveryType\": \"NXD\",\n            \"notes\": \"**FULFILLMENT** 230317-upzu-xs-2 **Information to be printed on the label**\",\n            \"packageSize\": \"xs\",\n            \"createdAt\": \"2023-03-17T23:48:12.760Z\",\n            \"updatedAt\": \"2023-03-17T23:48:12.760Z\",\n            \"deliveryDate\": null,\n            \"payments\": {\n                \"paymentMethod\": \"\",\n                \"cashOnDelivery\": {\n                    \"amount\": 2,\n                    \"currency\": \"MXN\"\n                }\n            },\n            \"amountSecure\": 0,\n            \"destination\": {\n                \"receiver\": \"Carlos Gonzalez\",\n                \"nameReceiver\": \"Carlos\",\n                \"lastNameReceiver\": \"Gonzalez\",\n                \"emailReceiver\": \"esteban@gmail.com\",\n                \"phoneReceiver\": \"+52999999999\",\n                \"addressDestination\": \"Av 9 Pte 308, Centro histórico de Puebla, Puebla, Pue., México\",\n                \"numberDestination\": \"\",\n                \"codePostalDestination\": \"72000\",\n                \"country\": \"MEX\"\n            },\n            \"fulfillmentStatus\": \"pending\",\n            \"tracking\": [\n                \"3814839232\"\n            ]\n        },\n        {\n            \"id\": \"6414f862f3047af0c6bc4e3a\",\n            \"orderNumber\": null,\n            \"internalKey\": \"FF00123-PRUEBA-1\",\n            \"deliveryType\": \"NXD\",\n            \"notes\": \"**FULFILLMENT** null-xs-2 **Information to be printed on the label**\",\n            \"packageSize\": \"xs\",\n            \"createdAt\": \"2023-03-17T23:31:45.985Z\",\n            \"updatedAt\": \"2023-03-17T23:45:52.499Z\",\n            \"deliveryDate\": null,\n            \"payments\": {\n                \"paymentMethod\": \"\",\n                \"cashOnDelivery\": {\n                    \"amount\": 2,\n                    \"currency\": \"MXN\"\n                }\n            },\n            \"amountSecure\": 0,\n            \"destination\": {\n                \"receiver\": \"Carlos Gonzalez\",\n                \"nameReceiver\": \"Carlos\",\n                \"lastNameReceiver\": \"Gonzalez\",\n                \"emailReceiver\": \"esteban@gmail.com\",\n                \"phoneReceiver\": \"+52999999999\",\n                \"addressDestination\": \"Av 9 Pte 308, Centro histórico de Puebla, Puebla, Pue., México\",\n                \"numberDestination\": \"\",\n                \"codePostalDestination\": \"72000\",\n                \"country\": \"MEX\"\n            },\n            \"fulfillmentStatus\": \"processing\",\n            \"tracking\": [\n                \"1787501036\"\n            ]\n        },\n        {\n            \"id\": \"6414f7bbf3047af0c6bc23f5\",\n            \"orderNumber\": \"230317-abet\",\n            \"internalKey\": \"e5a20708-61f6-48ab-b52a-caa394ec3ea4\",\n            \"deliveryType\": \"NXD\",\n            \"notes\": \"**FULFILLMENT** 230317-abet-xs-2 **Information to be printed on the label**\",\n            \"packageSize\": \"xs\",\n            \"createdAt\": \"2023-03-17T23:28:59.174Z\",\n            \"updatedAt\": \"2023-03-17T23:28:59.174Z\",\n            \"deliveryDate\": null,\n            \"payments\": {\n                \"paymentMethod\": \"\",\n                \"cashOnDelivery\": {\n                    \"amount\": 2,\n                    \"currency\": \"MXN\"\n                }\n            },\n            \"amountSecure\": 0,\n            \"destination\": {\n                \"receiver\": \"Carlos Gonzalez\",\n                \"nameReceiver\": \"Carlos\",\n                \"lastNameReceiver\": \"Gonzalez\",\n                \"emailReceiver\": \"esteban@gmail.com\",\n                \"phoneReceiver\": \"+52999999999\",\n                \"addressDestination\": \"Av 9 Pte 308, Centro histórico de Puebla, Puebla, Pue., México\",\n                \"numberDestination\": \"\",\n                \"codePostalDestination\": \"72000\",\n                \"country\": \"MEX\"\n            },\n            \"fulfillmentStatus\": \"pending\",\n            \"tracking\": [\n                \"3820769199\"\n            ]\n        },\n        {\n            \"id\": \"64149d3ef3047af0c6af0a76\",\n            \"orderNumber\": \"230317-accx\",\n            \"internalKey\": \"TEST-SH30\",\n            \"deliveryType\": \"NXD\",\n            \"notes\": \"**FULFILLMENT** 230317-accx-s-0 test\",\n            \"packageSize\": \"s\",\n            \"createdAt\": \"2023-03-17T17:02:54.679Z\",\n            \"updatedAt\": \"2023-03-17T19:40:45.181Z\",\n            \"deliveryDate\": null,\n            \"payments\": {\n                \"paymentMethod\": \"\",\n                \"cashOnDelivery\": {\n                    \"amount\": 0,\n                    \"currency\": \"MXN\"\n                }\n            },\n            \"amountSecure\": 0,\n            \"destination\": {\n                \"receiver\": \"Lendaly Flores\",\n                \"nameReceiver\": \"Lendaly\",\n                \"lastNameReceiver\": \"Flores\",\n                \"emailReceiver\": \"rosa.salinas@99minutos.com\",\n                \"phoneReceiver\": \"+525525778760\",\n                \"addressDestination\": \"Sur 89 247, Modelo, Ciudad de México, CDMX, México\",\n                \"numberDestination\": \"\",\n                \"codePostalDestination\": \"09080\",\n                \"country\": \"MEX\"\n            },\n            \"fulfillmentStatus\": \"pending\",\n            \"price\": {},\n            \"tracking\": [\n                \"3759678683\"\n            ]\n        }\n    ]\n}"}],"_postman_id":"6232cb09-cc27-4b70-aeae-f1496b8a73d7"},{"name":"Get an order","id":"12b4df8c-6cb4-48f2-aaf8-855c831e5b05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{API_V3_TOKEN}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"{{FULFILLMENT_URL}}/api/v1/orders/{{ORDER_ID}}","description":"<p>Endpoint to get the order by orderId:</p>\n<p>The output includes:</p>\n<p><strong>id</strong>: The order id<br /><strong>orderNumber</strong> The order number<br /><strong>internalKey</strong>: The internal key<br /><strong>fulfillmentStatus</strong>: The fulfillment status<br /><strong>items</strong>: Array of items includes the <em><strong>serialNumbers</strong></em><br />and the <em><strong>tracking</strong></em> numbers</p>\n<ul>\n<li><code>The serialNumbers field will be displayed only if the field \"fulfillmentStatus\": \"fulfilled\"</code></li>\n</ul>\n<p>EndFragment</p>\n","urlObject":{"path":["api","v1","orders","{{ORDER_ID}}"],"host":["{{FULFILLMENT_URL}}"],"query":[],"variable":[]}},"response":[{"id":"82c55e5a-ce43-470b-afb7-cec1f0895c1f","name":"success response","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{API_V3_TOKEN}}","type":"text"},{"key":"x-api-version","value":"3","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"{{FULFILLMENT_URL}}/api/v1/orders/635811894952373af05a29d8"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-security-policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"origin-agent-cluster","value":"?1"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"access-control-allow-origin","value":"*"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"etag","value":"W/\"311-SS0bvTjBALIGNPlYbNq0ByBlIlk\""},{"key":"X-Cloud-Trace-Context","value":"006f1338ccd50dc6f64181a06b1d1601;o=1"},{"key":"Date","value":"Thu, 18 Aug 2022 19:07:58 GMT"},{"key":"Server","value":"Google Frontend"},{"key":"Content-Length","value":"785"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\"; ma=2592000; v=\"46,43\""}],"cookie":[],"responseTime":null,"body":" {\n\t\"success\": true,\n\t\"data\": {\n\t\t\"id\": \"635811894952373af05a29d8\",\n\t\t\"orderNumber\": \"221025-lqez\",\n\t\t\"internalKey\": \"7de3a355-20cc-4258-bb66-1d96c518cd16\",\n\t\t\"deliveryType\": \"SMD\",\n\t\t\"notes\": \"**FULFILLMENT** 221025-lqez-xs-0 \",\n\t\t\"packageSize\": \"xs\",\n\t\t\"createdAt\": \"2022-10-25T16:40:41.991Z\",\n\t\t\"updatedAt\": \"2022-10-25T16:45:53.627Z\",\n\t\t\"deliveryDate\": null,\n\t\t\"payments\": {\n\t\t\t\"paymentMethod\": \"monthly\"\n\t\t},\n\t\t\"amountSecure\": 0,\n\t\t\"destination\": {\n\t\t\t\"receiver\": \"JORGE ALBERTO ARENAS\",\n\t\t\t\"nameReceiver\": \"JORGE ALBERTO\",\n\t\t\t\"lastNameReceiver\": \"ARENAS\",\n\t\t\t\"emailReceiver\": \"ramlugo2020@gmail.com\",\n\t\t\t\"phoneReceiver\": \"+525528708585\",\n\t\t\t\"addressDestination\": \"Campos Eliseos, 403 Int.Piso 3 Polanco II Sección, Miguel Hidalgo, C.P. 11530\",\n\t\t\t\"numberDestination\": \"\",\n\t\t\t\"codePostalDestination\": \"11530\",\n\t\t\t\"country\": \"MEX\"\n\t\t},\n\t\t\"fulfillmentStatus\": \"fulfilled\",\n\t\t\"items\": [\n\t\t\t{\n\t\t\t\t\"description\": \"Serial Number Prueba2\",\n\t\t\t\t\"height\": 9,\n\t\t\t\t\"length\": 7,\n\t\t\t\t\"price\": \"5000\",\n\t\t\t\t\"sku\": \"FUL-AIPOPR-1665159346000\",\n\t\t\t\t\"weight\": 2,\n\t\t\t\t\"width\": 6,\n\t\t\t\t\"size\": \"xs\",\n\t\t\t\t\"serialNumbers\": [\n\t\t\t\t\t\"1234567\"\n\t\t\t\t]\n\t\t\t}\n\t\t],\n\t\t\"tracking\": [\n\t\t\t\"1694041116\"\n\t\t]\n\t}\n}"}],"_postman_id":"12b4df8c-6cb4-48f2-aaf8-855c831e5b05"},{"name":"Update order","id":"ec908c7b-f582-4ad4-bf58-b6716aa40986","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{API_V3_TOKEN}}"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"fulfillmentStatus\": \"canceled\"\n}"},"url":"{{FULFILLMENT_URL}}/api/v1/orders/{{ORDER_ID}}","description":"<p><code>It can be canceled only if the order is in \"pending\" status.</code></p>\n","urlObject":{"path":["api","v1","orders","{{ORDER_ID}}"],"host":["{{FULFILLMENT_URL}}"],"query":[],"variable":[]}},"response":[{"id":"3918eef7-bbe2-4a65-993f-32448da26b30","name":"success response","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{API_V3_TOKEN}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"fulfillmentStatus\": \"canceled\"\r\n}"},"url":"{{FULFILLMENT_URL}}/api/v1/orders/{{ORDER_ID}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-security-policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"origin-agent-cluster","value":"?1"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"access-control-allow-origin","value":"*"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"etag","value":"W/\"311-SS0bvTjBALIGNPlYbNq0ByBlIlk\""},{"key":"X-Cloud-Trace-Context","value":"006f1338ccd50dc6f64181a06b1d1601;o=1"},{"key":"Date","value":"Thu, 18 Aug 2022 19:07:58 GMT"},{"key":"Server","value":"Google Frontend"},{"key":"Content-Length","value":"785"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\"; ma=2592000; v=\"46,43\""}],"cookie":[],"responseTime":null,"body":"{\n    \"request_id\": \"a6b0a660-7b23-11ed-b6b1-3fd1c315437d\",\n    \"success\": true,\n    \"data\": {\n        \"id\": \"63890fac508b1199dc2bd28d\",\n        \"orderNumber\": \"221201-dak2\",\n        \"internalKey\": \"TEST-1\",\n        \"deliveryType\": \"NXD\",\n        \"notes\": \"**FULFILLMENT** 221201-dak2-xs-0 Test fulfill\",\n        \"packageSize\": \"xs\",\n        \"createdAt\": \"2022-12-01T20:33:48.147Z\",\n        \"updatedAt\": \"2022-12-13T20:20:57.872Z\",\n        \"deliveryDate\": null,\n        \"payments\": {\n            \"paymentMethod\": \"\",\n            \"cashOnDelivery\": {\n                \"amount\": 0,\n                \"currency\": \"MXN\"\n            }\n        },\n        \"amountSecure\": 0,\n        \"destination\": {\n            \"receiver\": \"Lendaly Flores\",\n            \"nameReceiver\": \"Lendaly\",\n            \"lastNameReceiver\": \"Flores\",\n            \"emailReceiver\": \"rosa.salinas@99minutos.com\",\n            \"phoneReceiver\": \"+525525778760\",\n            \"addressDestination\": \"Sur 89 247, Modelo, Ciudad de México, CDMX, México\",\n            \"numberDestination\": \"\",\n            \"codePostalDestination\": \"9080\",\n            \"country\": \"MEX\"\n        },\n        \"fulfillmentStatus\": \"canceled\",\n        \"items\": [\n            {\n                \"description\": \"TestSS1\",\n                \"price\": \"16\",\n                \"quantity\": 2,\n                \"sku\": \"FUL-TESTSS-B4D881D4\",\n                \"weight\": 10,\n                \"size\": \"xs\",\n                \"serialNumbers\": [],\n                \"warehouseId\": \"6341972eecf581d54b4df4c9\"\n            },\n            {\n                \"description\": \"testrafia\",\n                \"price\": \"250\",\n                \"quantity\": 1,\n                \"sku\": \"FUL-TESTRA-49853CC3\",\n                \"weight\": 15,\n                \"size\": \"xs\",\n                \"serialNumbers\": [],\n                \"warehouseId\": \"6341972eecf581d54b4df4c9\"\n            }\n        ],\n        \"price\": {},\n        \"tracking\": [\n            \"2058913121\"\n        ]\n    }\n}"}],"_postman_id":"ec908c7b-f582-4ad4-bf58-b6716aa40986"},{"name":"Create order","id":"1a21f0b3-4392-4a73-a374-4a51a807340c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{API_V3_TOKEN}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"shipments\": [\n        {\n            \"internalKey\": \"954\",\n            \"deliveryType\": \"NXD\",\n            \"sender\": {\n                \"firstName\": \"Esteban\",\n                \"lastName\": \"Ramirez\",\n                \"phone\": \"+52999999999\",\n                \"email\": \"esteban@gmail.com\"\n            },\n            \"recipient\": {\n                \"firstName\": \"Carlos\",\n                \"lastName\": \"Gonzalez\",\n                \"phone\": \"+52999999999\",\n                \"email\": \"esteban@gmail.com\"\n            },\n            \"origin\": {\n                \"lat\": 19.413574,\n                \"lng\": -99.11359,\n                \"address\": \"Av. del Taller 451, Jardín Balbuena, Álvaro Obregón, 15900 Ciudad de México, CDMX, México\",\n                \"country\": \"MEX\",\n                \"reference\": \"Primer Piso\",\n                \"zipcode\": \"15900\"\n            },\n            \"destination\": {\n                \"lat\": 19.041694,\n                \"lng\": -99.11,\n                \"address\": \"Av 9 Pte 308, Centro histórico de Puebla, Puebla, Pue., México\",\n                \"reference\": \"Torre 3 Apartamente 905\",\n                \"country\": \"MEX\",\n                \"zipcode\": \"72000\"\n            },\n            \"payments\": {\n                \"paymentMethod\": \"cash\",\n                \"cashOnDelivery\": {\n                    \"amount\": 100,\n                    \"currency\": \"MXN\"\n                }\n            },\n            \"options\": {\n                \"pickUpAfter\": \"2022-02-01T08:00:00.000Z\",\n                \"twoFactorAuth\": false,\n                \"notes\": \"**Information to be printed on the label**\"\n            },\n            \"items\": [\n                {\n                    \"size\": \"s\",\n                    \"description\": \"This is the description\",\n                    \"weight\": 1000,\n                    \"length\": 50,\n                    \"width\": 30,\n                    \"height\": 20,\n                    \"sku\": \"FUL-TESTRA-49853CC3\",\n                    \"price\": 100\n                }\n            ],\n            \"price\": {\n                \"subTotal\": \"500\",\n                \"totalDiscounts\": \"300\",\n                \"totalPrice\": \"520\",\n                \"totalTax\": \"20\",\n                \"shippingPrice\": 100\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{FULFILLMENT_URL}}/api/v1/orders","description":"<h3 id=\"shipments-required\"><strong>Shipments</strong> <em><code>required</code></em></h3>\n<p>Array of shipments that belong to the order.</p>\n<p>Each shipment can contain the following params:</p>\n<h4 id=\"internalkey-optional\"><strong>InternalKey</strong> <em><code>optional</code></em></h4>\n<p>Unique shipment identifier. You can use this field to store your unique identifier of the shipment. All of our tracking systems support searching by internalKey. We strongly suggest you always use this field and make sure it is unique.</p>\n<p>If its not given we will assign an uuid for this field.</p>\n<ul>\n<li>string</li>\n<li>maxLength: 36</li>\n<li>minLength: 5<ul>\n<li>example: 123e4567-e89b-12d3-a456-426655440000</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"recipient-required\">Recipient <em><code>required</code></em></h4>\n<p>Person who will receive the shipment. You must specify the following fields:</p>\n<ul>\n<li><strong>firstName</strong> <em><code>required</code></em>: Name of the person that recieves the shipment</li>\n<li>string</li>\n<li>example: Juan</li>\n<li><strong>lastName</strong> <em><code>required</code></em>: Last Name of the person that recieves the shipment</li>\n<li>string</li>\n<li>example: Gonzales</li>\n<li><strong>phone</strong> <em><code>required</code></em>: Phone of the person that recieves the shipment. Must include the international code</li>\n<li>string</li>\n<li>example: +573192000000</li>\n<li><strong>email</strong> <em><code>required</code></em> Email of the person that recieves</li>\n</ul>\n<h4 id=\"deliverytype_required_\">deliveryType_<code>required</code>_</h4>\n<ul>\n<li>String</li>\n<li>Required</li>\n<li>Accepts only the values: 'SMD', 'NXD', '99M', 'CO2F', 'RET', 'NAL'</li>\n</ul>\n<h4 id=\"sender_required_\">sender_<code>required</code>_</h4>\n<ul>\n<li>Object</li>\n<li>Required</li>\n<li>Sender data</li>\n<li><strong>firstName</strong> <em><code>required</code></em>: Name of the person that recieves the shipment</li>\n<li>string</li>\n<li>example: Juan</li>\n<li><strong>lastName</strong> <em><code>required</code></em>: Last Name of the person that recieves the shipment</li>\n<li>string</li>\n<li>example: Gonzales</li>\n<li><strong>phone</strong> <em><code>required</code></em>: Phone of the person that recieves the shipment. Must include the international code</li>\n<li>string</li>\n<li>example: +573192000000</li>\n<li><strong>email</strong> <em><code>required</code></em> Email of the person that recieves</li>\n<li>String</li>\n</ul>\n<h4 id=\"origin-optional\">Origin <em><code>optional</code></em></h4>\n<p>Location where the package is picked up. Depending on the flow you choose, you must send different parameters. For more details go to the <code>Location Schema</code> section. If it is not given the default will be the warehouse address</p>\n<ul>\n<li>Object</li>\n<li><strong>lat</strong>: Number, Max(180) Min(-180), Optional</li>\n<li><strong>lng</strong>: Number, Max(180) Min(-180), Optional</li>\n<li><strong>address</strong>: String, Required</li>\n<li><strong>country</strong>: String, Valid('MEX'), <em><code>required</code></em></li>\n<li><strong>reference</strong>: String| null, Max(200), Optional</li>\n<li><strong>zipcode</strong>: Number, Optional</li>\n</ul>\n<h4 id=\"destination-required\">Destination <em><code>required</code></em></h4>\n<p>Location where a shipment is dropped off. Same as origin, see the <code>Location Schema</code> section for more details.</p>\n<ul>\n<li>Object</li>\n<li><strong>lat</strong>: Number, Max(180) Min(-180), Optional</li>\n<li><strong>lng</strong>: Number, Max(180) Min(-180), Optional</li>\n<li><strong>address</strong>: String, Required</li>\n<li><strong>country</strong>: String, Valid('MEX'),<em><code>required</code></em></li>\n<li><strong>reference</strong>: String| null, Max(200), Optional</li>\n<li><strong>zipcode</strong>: Number, Optional</li>\n</ul>\n<h4 id=\"payments_required_\">Payments_<code>required</code>_</h4>\n<p>Payment options are included in this section</p>\n<ul>\n<li><strong>paymentMethod</strong> <em><code>required</code></em>: Payment Method of the shipment. <em>Be careful submitting allowed values.</em></li>\n<li>string</li>\n<li>allowed values: [ 'cash', 'monthly', 'prepaid']</li>\n<li><strong>cashOnDelivery</strong> <em><code>optional</code></em>: Cash on delivery (COD) applies to shipments paid by the recipient in cash at the time of delivery. If it is not sent in the payload, it is assumed that this does not happen, otherwise the following fields must be included :</li>\n<li><strong>amount</strong> : float, required</li>\n<li><strong>currency</strong>: <em>Be careful submitting allowed values.</em></li>\n<li>string</li>\n<li>allowed values: [ COP, MXN, CLP, PEN, ARP ]</li>\n<li><strong>InsuredValue</strong>*<code>optional</code>*Amount in local currency for which the shipment will be insured. The shipment will be insured in case of damage, loss, theft. Extra fees could be applied, check with your support agent.</li>\n<li>number</li>\n</ul>\n<h4 id=\"items-required\">items <em><code>required</code></em></h4>\n<ul>\n<li>Array</li>\n<li>weight: Number, Max(25000), Required.</li>\n<li>length: Number, Max(100), Optional</li>\n<li>width: Number, Max(100),Optional</li>\n<li>height: Number, Max(100), Optional</li>\n<li>size: String, Required, allowed values ('xs', 's', 'm', 'l', 'xl')</li>\n<li>description: String, Required</li>\n<li>sku: String, Required</li>\n<li>price: Number, Required</li>\n<li>metadata: Object, Optional.</li>\n</ul>\n<h4 id=\"price-optional\">Price <em>optional</em></h4>\n<p>Information about the price of the shipment:</p>\n<ul>\n<li>Object</li>\n<li>subTotal:Numeric, Optional</li>\n<li>totalDiscount:Numeric, Optional</li>\n<li>totalPrice:Numeric, Optional</li>\n<li>totalTax:Numeric, Optional</li>\n<li>shippingPrice:Numeric, Optional</li>\n</ul>\n","urlObject":{"path":["api","v1","orders"],"host":["{{FULFILLMENT_URL}}"],"query":[],"variable":[]}},"response":[{"id":"617e9c84-ed4e-4ed1-a2cb-541de2ec52d9","name":"success response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{API_V3_TOKEN}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"shipments\": [\n        {\n            \"internalKey\": \"8005\",\n            \"deliveryType\": \"NXD\",\n            \"sender\": {\n                \"firstName\": \"Esteban\",\n                \"lastName\": \"Ramirez\",\n                \"phone\": \"+52999999999\",\n                \"email\": \"esteban@gmail.com\"\n            },\n            \"recipient\": {\n                \"firstName\": \"Carlos\",\n                \"lastName\": \"Gonzalez\",\n                \"phone\": \"+52999999999\",\n                \"email\": \"esteban@gmail.com\"\n            },\n            \"origin\": {\n                \"lat\": 19.413574,\n                \"lng\": -99.11359,\n                \"address\": \"Av. del Taller 451, Jardín Balbuena, Álvaro Obregón, 15900 Ciudad de México, CDMX, México\",\n                \"country\": \"MEX\",\n                \"reference\": \"Primer Piso\",\n                \"zipcode\": \"15900\"\n            },\n            \"destination\": {\n                \"lat\": 19.041694,\n                \"lng\": -99.11,\n                \"address\": \"Av 9 Pte 308, Centro histórico de Puebla, Puebla, Pue., México\",\n                \"reference\": \"Torre 3 Apartamente 905\",\n                \"country\": \"MEX\",\n                \"zipcode\": \"72000\"\n            },\n            \"payments\": {\n                \"paymentMethod\": \"cash\",\n                \"cashOnDelivery\": {\n                    \"amount\": 100,\n                    \"currency\": \"MXN\"\n                }\n            },\n            \"options\": {\n                \"pickUpAfter\": \"2022-02-01T08:00:00.000Z\",\n                \"twoFactorAuth\": false,\n                \"notes\": \"**Information to be printed on the label**\"\n            },\n            \"items\": [\n                {\n                    \"size\": \"s\",\n                    \"description\": \"This is the description\",\n                    \"weight\": 1000,\n                    \"length\": 50,\n                    \"width\": 30,\n                    \"height\": 20,\n                    \"sku\": \"sku-product-unique\",\n                    \"price\": 100\n                }\n            ],\n            \"price\": {\n                \"subTotal\": \"500\",\n                \"totalDiscounts\": \"300\",\n                \"totalPrice\": \"520\",\n                \"totalTax\": \"20\",\n                \"shippingPrice\": 100\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{FULFILLMENT_URL}}/api/v1/orders"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"content-security-policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"origin-agent-cluster","value":"?1"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"access-control-allow-origin","value":"*"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"etag","value":"W/\"6b1-/1x8tRsSoHs8hZPWQtFDyzaFyL8\""},{"key":"X-Cloud-Trace-Context","value":"717e9527bebf7c19064dc213f9193bc9;o=1"},{"key":"Date","value":"Wed, 07 Sep 2022 21:15:57 GMT"},{"key":"Server","value":"Google Frontend"},{"key":"Content-Length","value":"1713"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\"; ma=2592000; v=\"46,43\""}],"cookie":[],"responseTime":null,"body":"{\n\t\"request_id\": \"d4c80a10-39ca-11ed-b840-9df317070e6a\",\n\t\"success\": true,\n\t\"orders\": [\n\t\t{\n\t\t\t\"id\": \"632b3c5eebd1eac19aa11e87\",\n\t\t\t\"orderNumber\": \"220921-fhmc\",\n\t\t\t\"internalKey\": \"4255fbfc-ef76-4d48-bd42-8b6cf9c5b568\",\n\t\t\t\"deliveryType\": \"SMD\",\n\t\t\t\"notes\": \"**FULFILLMENT** 220921-fhmc-s-100 **Information to be printed on the label**\",\n\t\t\t\"packageSize\": \"s\",\n\t\t\t\"createdAt\": \"2022-09-21T16:31:26.127Z\",\n\t\t\t\"updatedAt\": \"2022-09-21T16:31:26.127Z\",\n\t\t\t\"deliveryDate\": null,\n\t\t\t\"payments\": {\n\t\t\t\t\"paymentMethod\": \"cash\",\n\t\t\t\t\"cashOnDelivery\": {\n\t\t\t\t\t\"amount\": 100,\n\t\t\t\t\t\"currency\": \"MXN\"\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"amountSecure\": 0,\n\t\t\t\"destination\": {\n\t\t\t\t\"receiver\": \"Carlos Gonzalez\",\n\t\t\t\t\"nameReceiver\": \"Carlos\",\n\t\t\t\t\"lastNameReceiver\": \"Gonzalez\",\n\t\t\t\t\"emailReceiver\": \"esteban@gmail.com\",\n\t\t\t\t\"phoneReceiver\": \"+52999999999\",\n\t\t\t\t\"addressDestination\": \"Av. Álvaro Obregón 118-B, Roma Nte., Cuauhtémoc, 06700 Ciudad de México, CDMX\",\n\t\t\t\t\"numberDestination\": \"\",\n\t\t\t\t\"codePostalDestination\": \"6700\",\n\t\t\t\t\"country\": \"MEX\"\n\t\t\t},\n\t\t\t\"fulfillmentStatus\": \"pending\",\n\t\t\t\"items\": [\n\t\t\t\t{\n\t\t\t\t\t\"description\": \"This is the description\",\n\t\t\t\t\t\"height\": 10,\n\t\t\t\t\t\"length\": 10,\n\t\t\t\t\t\"price\": \"400\",\n\t\t\t\t\t\"sku\": \"sku-product-unique\",\n\t\t\t\t\t\"weight\": 2000,\n\t\t\t\t\t\"width\": 200,\n\t\t\t\t\t\"size\": \"m\"\n\t\t\t\t}\n\t\t\t],\n\t\t\t\"price\": {\n\t\t\t\t\"subTotal\": \"500\",\n\t\t\t\t\"totalDiscounts\": \"300\",\n\t\t\t\t\"totalPrice\": \"520\",\n\t\t\t\t\"totalTax\": \"20\"\n\t\t\t},\n\t\t\t\"tracking\": [\n\t\t\t\t\"2164058039\"\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"id\": \"632b3c5eebd1eac19aa11e8d\",\n\t\t\t\"orderNumber\": \"220921-qtlq\",\n\t\t\t\"internalKey\": \"9053\",\n\t\t\t\"deliveryType\": \"NXD\",\n\t\t\t\"notes\": \"**FULFILLMENT** 220921-qtlq-s-100 **Information to be printed on the label**\",\n\t\t\t\"packageSize\": \"s\",\n\t\t\t\"createdAt\": \"2022-09-21T16:31:26.127Z\",\n\t\t\t\"updatedAt\": \"2022-09-21T16:31:26.127Z\",\n\t\t\t\"deliveryDate\": null,\n\t\t\t\"payments\": {\n\t\t\t\t\"paymentMethod\": \"cash\",\n\t\t\t\t\"cashOnDelivery\": {\n\t\t\t\t\t\"amount\": 100,\n\t\t\t\t\t\"currency\": \"MXN\"\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"amountSecure\": 0,\n\t\t\t\"destination\": {\n\t\t\t\t\"receiver\": \"Carlos Gonzalez\",\n\t\t\t\t\"nameReceiver\": \"Carlos\",\n\t\t\t\t\"lastNameReceiver\": \"Gonzalez\",\n\t\t\t\t\"emailReceiver\": \"esteban@gmail.com\",\n\t\t\t\t\"phoneReceiver\": \"+52999999999\",\n\t\t\t\t\"addressDestination\": \"Av 9 Pte 308, Centro histórico de Puebla, Puebla, Pue., México\",\n\t\t\t\t\"numberDestination\": \"\",\n\t\t\t\t\"codePostalDestination\": \"72000\",\n\t\t\t\t\"country\": \"MEX\"\n\t\t\t},\n\t\t\t\"fulfillmentStatus\": \"pending\",\n\t\t\t\"items\": [\n\t\t\t\t{\n\t\t\t\t\t\"description\": \"This is the description\",\n\t\t\t\t\t\"height\": 10,\n\t\t\t\t\t\"length\": 10,\n\t\t\t\t\t\"price\": \"400\",\n\t\t\t\t\t\"sku\": \"sku-product-unique\",\n\t\t\t\t\t\"weight\": 2000,\n\t\t\t\t\t\"width\": 200,\n\t\t\t\t\t\"size\": \"m\"\n\t\t\t\t}\n\t\t\t],\n\t\t\t\"price\": {\n\t\t\t\t\"subTotal\": \"500\",\n\t\t\t\t\"totalDiscounts\": \"300\",\n\t\t\t\t\"totalPrice\": \"520\",\n\t\t\t\t\"totalTax\": \"20\"\n\t\t\t},\n\t\t\t\"tracking\": [\n\t\t\t\t\"2132045434\"\n\t\t\t]\n\t\t}\n\t]\n}"}],"_postman_id":"1a21f0b3-4392-4a73-a374-4a51a807340c"}],"id":"6e792c78-3d41-409b-9407-4585b2600bfd","description":"<p>In this section we find the services available to operate orders</p>\n","_postman_id":"6e792c78-3d41-409b-9407-4585b2600bfd"}],"variable":[{"key":"SKU_PRODUCT","value":"SKU-WITHOUT-BARCODE-3"}]}